@lucide/astro 0.490.0 → 0.492.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 +53 -53
- package/src/aliases/prefixed.ts +434 -428
- package/src/aliases/suffixed.ts +770 -764
- package/src/icons/heart-minus.ts +18 -0
- package/src/icons/heart-plus.ts +18 -0
- package/src/icons/index.ts +157 -154
- package/src/icons/pipette.ts +2 -2
- package/src/icons/rotate-ccw-key.ts +18 -0
package/src/aliases/suffixed.ts
CHANGED
|
@@ -16,28 +16,28 @@ export { default as AirplayIcon } from '../icons/airplay';
|
|
|
16
16
|
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
17
17
|
// AlarmClock aliases
|
|
18
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
19
|
-
// Album aliases
|
|
20
|
-
export { default as AlbumIcon } from '../icons/album';
|
|
21
19
|
// AlarmSmoke aliases
|
|
22
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
23
|
-
//
|
|
24
|
-
export { default as
|
|
21
|
+
// Album aliases
|
|
22
|
+
export { default as AlbumIcon } from '../icons/album';
|
|
25
23
|
// AlignCenterVertical aliases
|
|
26
24
|
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
25
|
+
// AlignCenterHorizontal aliases
|
|
26
|
+
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
27
27
|
// AlignCenter aliases
|
|
28
28
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
29
|
// AlignEndHorizontal aliases
|
|
30
30
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
|
-
// AlignHorizontalDistributeEnd aliases
|
|
34
|
-
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
35
33
|
// AlignHorizontalDistributeCenter aliases
|
|
36
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
37
|
-
//
|
|
38
|
-
export { default as
|
|
35
|
+
// AlignHorizontalDistributeEnd aliases
|
|
36
|
+
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
39
|
+
// AlignHorizontalDistributeStart aliases
|
|
40
|
+
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
41
41
|
// AlignHorizontalJustifyEnd aliases
|
|
42
42
|
export { default as AlignHorizontalJustifyEndIcon } from '../icons/align-horizontal-justify-end';
|
|
43
43
|
// AlignHorizontalJustifyStart aliases
|
|
@@ -46,34 +46,34 @@ export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horiz
|
|
|
46
46
|
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
47
|
// AlignHorizontalSpaceBetween aliases
|
|
48
48
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
49
|
-
// AlignJustify aliases
|
|
50
|
-
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
49
|
// AlignLeft aliases
|
|
52
50
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
51
|
+
// AlignJustify aliases
|
|
52
|
+
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
53
53
|
// AlignRight aliases
|
|
54
54
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
55
|
// AlignStartHorizontal aliases
|
|
56
56
|
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
57
|
-
// AlignVerticalDistributeCenter aliases
|
|
58
|
-
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
57
|
// AlignStartVertical aliases
|
|
60
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
61
|
-
//
|
|
62
|
-
export { default as
|
|
59
|
+
// AlignVerticalDistributeCenter aliases
|
|
60
|
+
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
63
61
|
// AlignVerticalDistributeStart aliases
|
|
64
62
|
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
65
63
|
// AlignVerticalJustifyCenter aliases
|
|
66
64
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
|
+
// AlignVerticalDistributeEnd aliases
|
|
66
|
+
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
67
67
|
// AlignVerticalJustifyEnd aliases
|
|
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
71
|
// AlignVerticalSpaceAround aliases
|
|
72
72
|
export { default as AlignVerticalSpaceAroundIcon } from '../icons/align-vertical-space-around';
|
|
73
|
-
// AlignVerticalSpaceBetween aliases
|
|
74
|
-
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
75
73
|
// Ambulance aliases
|
|
76
74
|
export { default as AmbulanceIcon } from '../icons/ambulance';
|
|
75
|
+
// AlignVerticalSpaceBetween aliases
|
|
76
|
+
export { default as AlignVerticalSpaceBetweenIcon } from '../icons/align-vertical-space-between';
|
|
77
77
|
// Ampersand aliases
|
|
78
78
|
export { default as AmpersandIcon } from '../icons/ampersand';
|
|
79
79
|
// Ampersands aliases
|
|
@@ -88,66 +88,66 @@ export { default as AngryIcon } from '../icons/angry';
|
|
|
88
88
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
89
89
|
// Antenna aliases
|
|
90
90
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
91
|
-
// Anvil aliases
|
|
92
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
93
91
|
// Aperture aliases
|
|
94
92
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
-
// AppWindow aliases
|
|
96
|
-
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
93
|
// AppWindowMac aliases
|
|
98
94
|
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
95
|
+
// AppWindow aliases
|
|
96
|
+
export { default as AppWindowIcon } from '../icons/app-window';
|
|
97
|
+
// Anvil aliases
|
|
98
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
|
-
// Archive aliases
|
|
102
|
-
export { default as ArchiveIcon } from '../icons/archive';
|
|
103
101
|
// ArchiveRestore aliases
|
|
104
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
105
103
|
// ArchiveX aliases
|
|
106
104
|
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
105
|
+
// Archive aliases
|
|
106
|
+
export { default as ArchiveIcon } from '../icons/archive';
|
|
107
107
|
// Armchair aliases
|
|
108
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
109
|
-
// ArrowBigDownDash aliases
|
|
110
|
-
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
109
|
// ArrowBigDown aliases
|
|
112
110
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
113
|
-
//
|
|
114
|
-
export { default as
|
|
111
|
+
// ArrowBigDownDash aliases
|
|
112
|
+
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
115
113
|
// ArrowBigLeftDash aliases
|
|
116
114
|
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
115
|
+
// ArrowBigLeft aliases
|
|
116
|
+
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
117
117
|
// ArrowBigRightDash aliases
|
|
118
118
|
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
119
|
-
// ArrowBigRight aliases
|
|
120
|
-
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
121
119
|
// ArrowBigUpDash aliases
|
|
122
120
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
-
// ArrowBigUp aliases
|
|
124
|
-
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
121
|
// ArrowDownFromLine aliases
|
|
126
122
|
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
123
|
+
// ArrowBigUp aliases
|
|
124
|
+
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
+
// ArrowBigRight aliases
|
|
126
|
+
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
130
130
|
export { default as ArrowDownNarrowWideIcon } from '../icons/arrow-down-narrow-wide';
|
|
131
131
|
// ArrowDownRight aliases
|
|
132
132
|
export { default as ArrowDownRightIcon } from '../icons/arrow-down-right';
|
|
133
|
+
// ArrowDownToLine aliases
|
|
134
|
+
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
133
135
|
// ArrowDownToDot aliases
|
|
134
136
|
export { default as ArrowDownToDotIcon } from '../icons/arrow-down-to-dot';
|
|
135
137
|
// ArrowDownUp aliases
|
|
136
138
|
export { default as ArrowDownUpIcon } from '../icons/arrow-down-up';
|
|
137
|
-
// ArrowDownToLine aliases
|
|
138
|
-
export { default as ArrowDownToLineIcon } from '../icons/arrow-down-to-line';
|
|
139
139
|
// ArrowDown aliases
|
|
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
143
|
// ArrowLeftRight aliases
|
|
144
144
|
export { default as ArrowLeftRightIcon } from '../icons/arrow-left-right';
|
|
145
|
-
// ArrowRightFromLine aliases
|
|
146
|
-
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
145
|
// ArrowLeftToLine aliases
|
|
148
146
|
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
147
|
// ArrowLeft aliases
|
|
150
148
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
149
|
+
// ArrowRightFromLine aliases
|
|
150
|
+
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
151
151
|
// ArrowRightLeft aliases
|
|
152
152
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
153
|
// ArrowRightToLine aliases
|
|
@@ -166,10 +166,10 @@ export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
|
166
166
|
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
167
|
// ArrowUpToLine aliases
|
|
168
168
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
169
|
-
// ArrowUpWideNarrow aliases
|
|
170
|
-
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
169
|
// ArrowUp aliases
|
|
172
170
|
export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
171
|
+
// ArrowUpWideNarrow aliases
|
|
172
|
+
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
173
173
|
// ArrowsUpFromLine aliases
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
175
|
// Asterisk aliases
|
|
@@ -182,38 +182,38 @@ export { default as AtomIcon } from '../icons/atom';
|
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
183
|
// AudioWaveform aliases
|
|
184
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
185
|
-
// Award aliases
|
|
186
|
-
export { default as AwardIcon } from '../icons/award';
|
|
187
185
|
// Axe aliases
|
|
188
186
|
export { default as AxeIcon } from '../icons/axe';
|
|
187
|
+
// Award aliases
|
|
188
|
+
export { default as AwardIcon } from '../icons/award';
|
|
189
189
|
// Backpack aliases
|
|
190
190
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
191
191
|
// Baby aliases
|
|
192
192
|
export { default as BabyIcon } from '../icons/baby';
|
|
193
|
-
// BadgeAlert aliases
|
|
194
|
-
export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
195
|
-
// BadgeCent aliases
|
|
196
|
-
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
193
|
// BadgeDollarSign aliases
|
|
198
194
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
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';
|
|
201
199
|
// BadgeHelp aliases
|
|
202
200
|
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
201
|
+
// BadgeCent aliases
|
|
202
|
+
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
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
207
|
// BadgeJapaneseYen aliases
|
|
208
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
209
|
-
// BadgeMinus aliases
|
|
210
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
211
209
|
// BadgePercent aliases
|
|
212
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
|
-
//
|
|
214
|
-
export { default as
|
|
211
|
+
// BadgeMinus aliases
|
|
212
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
215
213
|
// BadgePoundSterling aliases
|
|
216
214
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
215
|
+
// BadgePlus aliases
|
|
216
|
+
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
217
217
|
// BadgeRussianRuble aliases
|
|
218
218
|
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
219
|
// BadgeSwissFranc aliases
|
|
@@ -232,16 +232,16 @@ export { default as BandageIcon } from '../icons/bandage';
|
|
|
232
232
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
233
|
// BanknoteArrowDown aliases
|
|
234
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
-
// BanknoteArrowUp aliases
|
|
236
|
-
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
235
|
// BanknoteX aliases
|
|
238
236
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
237
|
+
// BanknoteArrowUp aliases
|
|
238
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
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
241
|
// Baseline aliases
|
|
244
242
|
export { default as BaselineIcon } from '../icons/baseline';
|
|
243
|
+
// Barcode aliases
|
|
244
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
245
245
|
// Bath aliases
|
|
246
246
|
export { default as BathIcon } from '../icons/bath';
|
|
247
247
|
// BatteryCharging aliases
|
|
@@ -252,86 +252,86 @@ export { default as BatteryFullIcon } from '../icons/battery-full';
|
|
|
252
252
|
export { default as BatteryLowIcon } from '../icons/battery-low';
|
|
253
253
|
// BatteryMedium aliases
|
|
254
254
|
export { default as BatteryMediumIcon } from '../icons/battery-medium';
|
|
255
|
-
// BatteryWarning aliases
|
|
256
|
-
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
257
|
-
// BatteryPlus aliases
|
|
258
|
-
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
259
255
|
// Battery aliases
|
|
260
256
|
export { default as BatteryIcon } from '../icons/battery';
|
|
257
|
+
// BatteryPlus aliases
|
|
258
|
+
export { default as BatteryPlusIcon } from '../icons/battery-plus';
|
|
261
259
|
// Beaker aliases
|
|
262
260
|
export { default as BeakerIcon } from '../icons/beaker';
|
|
261
|
+
// BatteryWarning aliases
|
|
262
|
+
export { default as BatteryWarningIcon } from '../icons/battery-warning';
|
|
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
|
// BeerOff aliases
|
|
276
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// BellDot aliases
|
|
278
|
+
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
277
279
|
// Beer aliases
|
|
278
280
|
export { default as BeerIcon } from '../icons/beer';
|
|
279
281
|
// BellElectric aliases
|
|
280
282
|
export { default as BellElectricIcon } from '../icons/bell-electric';
|
|
281
|
-
// BellDot aliases
|
|
282
|
-
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
283
283
|
// BellMinus aliases
|
|
284
284
|
export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
285
285
|
// BellOff aliases
|
|
286
286
|
export { default as BellOffIcon } from '../icons/bell-off';
|
|
287
287
|
// BellPlus aliases
|
|
288
288
|
export { default as BellPlusIcon } from '../icons/bell-plus';
|
|
289
|
-
// BellRing aliases
|
|
290
|
-
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
291
289
|
// Bell aliases
|
|
292
290
|
export { default as BellIcon } from '../icons/bell';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// BellRing aliases
|
|
292
|
+
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
295
293
|
// BetweenVerticalEnd aliases
|
|
296
294
|
export { default as BetweenVerticalEndIcon } from '../icons/between-vertical-end';
|
|
295
|
+
// BetweenVerticalStart aliases
|
|
296
|
+
export { default as BetweenVerticalStartIcon } from '../icons/between-vertical-start';
|
|
297
297
|
// BicepsFlexed aliases
|
|
298
298
|
export { default as BicepsFlexedIcon } from '../icons/biceps-flexed';
|
|
299
299
|
// Bike aliases
|
|
300
300
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
301
|
// Binary aliases
|
|
302
302
|
export { default as BinaryIcon } from '../icons/binary';
|
|
303
|
-
// Bird aliases
|
|
304
|
-
export { default as BirdIcon } from '../icons/bird';
|
|
305
303
|
// Binoculars aliases
|
|
306
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
307
|
-
// Bitcoin aliases
|
|
308
|
-
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
309
305
|
// Biohazard aliases
|
|
310
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
311
|
-
//
|
|
312
|
-
export { default as
|
|
313
|
-
//
|
|
314
|
-
export { default as
|
|
307
|
+
// Bird aliases
|
|
308
|
+
export { default as BirdIcon } from '../icons/bird';
|
|
309
|
+
// Bitcoin aliases
|
|
310
|
+
export { default as BitcoinIcon } from '../icons/bitcoin';
|
|
315
311
|
// Blocks aliases
|
|
316
312
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
-
//
|
|
318
|
-
export { default as
|
|
313
|
+
// Blend aliases
|
|
314
|
+
export { default as BlendIcon } from '../icons/blend';
|
|
319
315
|
// BluetoothOff aliases
|
|
320
316
|
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
317
|
+
// BluetoothConnected aliases
|
|
318
|
+
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// Blinds aliases
|
|
320
|
+
export { default as BlindsIcon } from '../icons/blinds';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
323
|
// Bluetooth aliases
|
|
324
324
|
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
325
325
|
// Bold aliases
|
|
326
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
327
|
-
// Bolt aliases
|
|
328
|
-
export { default as BoltIcon } from '../icons/bolt';
|
|
329
|
-
// Bone aliases
|
|
330
|
-
export { default as BoneIcon } from '../icons/bone';
|
|
331
327
|
// Bomb aliases
|
|
332
328
|
export { default as BombIcon } from '../icons/bomb';
|
|
329
|
+
// Bolt aliases
|
|
330
|
+
export { default as BoltIcon } from '../icons/bolt';
|
|
333
331
|
// BookA aliases
|
|
334
332
|
export { default as BookAIcon } from '../icons/book-a';
|
|
333
|
+
// Bone aliases
|
|
334
|
+
export { default as BoneIcon } from '../icons/bone';
|
|
335
335
|
// BookAudio aliases
|
|
336
336
|
export { default as BookAudioIcon } from '../icons/book-audio';
|
|
337
337
|
// BookCheck aliases
|
|
@@ -340,10 +340,10 @@ export { default as BookCheckIcon } from '../icons/book-check';
|
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
341
|
// BookDown aliases
|
|
342
342
|
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
|
-
// BookHeart aliases
|
|
344
|
-
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
345
343
|
// BookHeadphones aliases
|
|
346
344
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
+
// BookHeart aliases
|
|
346
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
347
347
|
// BookImage aliases
|
|
348
348
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
349
349
|
// BookKey aliases
|
|
@@ -352,10 +352,10 @@ export { default as BookKeyIcon } from '../icons/book-key';
|
|
|
352
352
|
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
353
|
// BookMarked aliases
|
|
354
354
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
|
-
// BookOpenCheck aliases
|
|
356
|
-
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
357
355
|
// BookMinus aliases
|
|
358
356
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
+
// BookOpenCheck aliases
|
|
358
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
359
359
|
// BookOpenText aliases
|
|
360
360
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
361
361
|
// BookOpen aliases
|
|
@@ -372,48 +372,48 @@ export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
|
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
|
+
// Book aliases
|
|
376
|
+
export { default as BookIcon } from '../icons/book';
|
|
375
377
|
// BookX aliases
|
|
376
378
|
export { default as BookXIcon } from '../icons/book-x';
|
|
377
379
|
// BookmarkCheck aliases
|
|
378
380
|
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
|
+
// BookmarkPlus aliases
|
|
384
|
+
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
383
385
|
// BookmarkX aliases
|
|
384
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
385
387
|
// Bookmark aliases
|
|
386
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
387
|
-
// BookmarkPlus aliases
|
|
388
|
-
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
389
389
|
// BoomBox aliases
|
|
390
390
|
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
391
391
|
// BotMessageSquare aliases
|
|
392
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
393
|
-
// BotOff aliases
|
|
394
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
395
393
|
// Bot aliases
|
|
396
394
|
export { default as BotIcon } from '../icons/bot';
|
|
397
|
-
// Box aliases
|
|
398
|
-
export { default as BoxIcon } from '../icons/box';
|
|
399
395
|
// Boxes aliases
|
|
400
396
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
397
|
+
// BotOff aliases
|
|
398
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
399
|
+
// Box aliases
|
|
400
|
+
export { default as BoxIcon } from '../icons/box';
|
|
401
401
|
// Brackets aliases
|
|
402
402
|
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
403
|
// BrainCircuit aliases
|
|
404
404
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
405
405
|
// BrainCog aliases
|
|
406
406
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
407
|
-
// Brain aliases
|
|
408
|
-
export { default as BrainIcon } from '../icons/brain';
|
|
409
407
|
// BrickWall aliases
|
|
410
408
|
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
409
|
+
// Brain aliases
|
|
410
|
+
export { default as BrainIcon } from '../icons/brain';
|
|
411
411
|
// BriefcaseBusiness aliases
|
|
412
412
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
413
|
-
// BriefcaseConveyorBelt aliases
|
|
414
|
-
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
415
413
|
// BriefcaseMedical aliases
|
|
416
414
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
415
|
+
// BriefcaseConveyorBelt aliases
|
|
416
|
+
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
417
417
|
// Briefcase aliases
|
|
418
418
|
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
419
419
|
// BringToFront aliases
|
|
@@ -466,10 +466,10 @@ export { default as CalendarFoldIcon } from '../icons/calendar-fold';
|
|
|
466
466
|
export { default as CalendarHeartIcon } from '../icons/calendar-heart';
|
|
467
467
|
// CalendarMinus2 aliases
|
|
468
468
|
export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
469
|
-
// CalendarOff aliases
|
|
470
|
-
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
471
469
|
// CalendarMinus aliases
|
|
472
470
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
471
|
+
// CalendarOff aliases
|
|
472
|
+
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
473
473
|
// CalendarPlus2 aliases
|
|
474
474
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
475
475
|
// CalendarPlus aliases
|
|
@@ -484,38 +484,38 @@ export { default as CalendarSyncIcon } from '../icons/calendar-sync';
|
|
|
484
484
|
export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
485
485
|
// CalendarX aliases
|
|
486
486
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
487
|
-
// Calendar aliases
|
|
488
|
-
export { default as CalendarIcon } from '../icons/calendar';
|
|
489
487
|
// CameraOff aliases
|
|
490
488
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
491
|
-
//
|
|
492
|
-
export { default as
|
|
489
|
+
// Calendar aliases
|
|
490
|
+
export { default as CalendarIcon } from '../icons/calendar';
|
|
493
491
|
// Camera aliases
|
|
494
492
|
export { default as CameraIcon } from '../icons/camera';
|
|
493
|
+
// CandyCane aliases
|
|
494
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
495
495
|
// CandyOff aliases
|
|
496
496
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
497
497
|
// Candy aliases
|
|
498
498
|
export { default as CandyIcon } from '../icons/candy';
|
|
499
499
|
// CaptionsOff aliases
|
|
500
500
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
501
|
-
// Cannabis aliases
|
|
502
|
-
export { default as CannabisIcon } from '../icons/cannabis';
|
|
503
501
|
// CarFront aliases
|
|
504
502
|
export { default as CarFrontIcon } from '../icons/car-front';
|
|
503
|
+
// Cannabis aliases
|
|
504
|
+
export { default as CannabisIcon } from '../icons/cannabis';
|
|
505
|
+
// CarTaxiFront aliases
|
|
506
|
+
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
505
507
|
// Car aliases
|
|
506
508
|
export { default as CarIcon } from '../icons/car';
|
|
507
509
|
// Caravan aliases
|
|
508
510
|
export { default as CaravanIcon } from '../icons/caravan';
|
|
509
|
-
// CarTaxiFront aliases
|
|
510
|
-
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
511
511
|
// Carrot aliases
|
|
512
512
|
export { default as CarrotIcon } from '../icons/carrot';
|
|
513
|
+
// CaseSensitive aliases
|
|
514
|
+
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
513
515
|
// CaseLower aliases
|
|
514
516
|
export { default as CaseLowerIcon } from '../icons/case-lower';
|
|
515
517
|
// CaseUpper aliases
|
|
516
518
|
export { default as CaseUpperIcon } from '../icons/case-upper';
|
|
517
|
-
// CaseSensitive aliases
|
|
518
|
-
export { default as CaseSensitiveIcon } from '../icons/case-sensitive';
|
|
519
519
|
// CassetteTape aliases
|
|
520
520
|
export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
521
521
|
// Cast aliases
|
|
@@ -524,36 +524,36 @@ export { default as CastIcon } from '../icons/cast';
|
|
|
524
524
|
export { default as CastleIcon } from '../icons/castle';
|
|
525
525
|
// Cat aliases
|
|
526
526
|
export { default as CatIcon } from '../icons/cat';
|
|
527
|
+
// Cctv aliases
|
|
528
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
527
529
|
// ChartBarDecreasing aliases
|
|
528
530
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
529
531
|
// ChartBarIncreasing aliases
|
|
530
532
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
531
|
-
// Cctv aliases
|
|
532
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
533
533
|
// ChartBarStacked aliases
|
|
534
534
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
535
535
|
// ChartColumnDecreasing aliases
|
|
536
536
|
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
537
537
|
// ChartColumnStacked aliases
|
|
538
538
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
539
|
-
// ChartGantt aliases
|
|
540
|
-
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
541
539
|
// ChartNetwork aliases
|
|
542
540
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
541
|
+
// ChartNoAxesCombined aliases
|
|
542
|
+
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
543
|
+
// ChartGantt aliases
|
|
544
|
+
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
543
545
|
// ChartNoAxesColumnDecreasing aliases
|
|
544
546
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
545
547
|
// ChartSpline aliases
|
|
546
548
|
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
547
|
-
// ChartNoAxesCombined aliases
|
|
548
|
-
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
549
549
|
// CheckCheck aliases
|
|
550
550
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
551
551
|
// Check aliases
|
|
552
552
|
export { default as CheckIcon } from '../icons/check';
|
|
553
|
-
// ChefHat aliases
|
|
554
|
-
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
555
553
|
// Cherry aliases
|
|
556
554
|
export { default as CherryIcon } from '../icons/cherry';
|
|
555
|
+
// ChefHat aliases
|
|
556
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
557
557
|
// ChevronDown aliases
|
|
558
558
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
559
559
|
// ChevronFirst aliases
|
|
@@ -568,12 +568,12 @@ export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
|
568
568
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
569
569
|
// ChevronsDownUp aliases
|
|
570
570
|
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
571
|
+
// ChevronsDown aliases
|
|
572
|
+
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
571
573
|
// ChevronsLeftRightEllipsis aliases
|
|
572
574
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
573
575
|
// ChevronsLeftRight aliases
|
|
574
576
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
575
|
-
// ChevronsDown aliases
|
|
576
|
-
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
577
577
|
// ChevronsLeft aliases
|
|
578
578
|
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
579
579
|
// ChevronsRightLeft aliases
|
|
@@ -582,12 +582,12 @@ export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
|
582
582
|
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
583
583
|
// ChevronsUpDown aliases
|
|
584
584
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
585
|
-
// ChevronsUp aliases
|
|
586
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
587
585
|
// Chrome aliases
|
|
588
586
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
589
587
|
// Church aliases
|
|
590
588
|
export { default as ChurchIcon } from '../icons/church';
|
|
589
|
+
// ChevronsUp aliases
|
|
590
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
591
591
|
// CigaretteOff aliases
|
|
592
592
|
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
593
593
|
// Cigarette aliases
|
|
@@ -598,62 +598,60 @@ export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
|
598
598
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
599
599
|
// CircleDotDashed aliases
|
|
600
600
|
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
601
|
+
// CircleEllipsis aliases
|
|
602
|
+
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
601
603
|
// CircleDot aliases
|
|
602
604
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
603
605
|
// CircleEqual aliases
|
|
604
606
|
export { default as CircleEqualIcon } from '../icons/circle-equal';
|
|
605
|
-
// CircleEllipsis aliases
|
|
606
|
-
export { default as CircleEllipsisIcon } from '../icons/circle-ellipsis';
|
|
607
607
|
// CircleFadingArrowUp aliases
|
|
608
608
|
export { default as CircleFadingArrowUpIcon } from '../icons/circle-fading-arrow-up';
|
|
609
609
|
// CircleFadingPlus aliases
|
|
610
610
|
export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
611
|
-
// CircleSlash aliases
|
|
612
|
-
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
613
611
|
// CircleOff aliases
|
|
614
612
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
613
|
+
// CircleSlash aliases
|
|
614
|
+
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
615
615
|
// CircleSmall aliases
|
|
616
616
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
617
|
+
// CircuitBoard aliases
|
|
618
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
617
619
|
// Circle aliases
|
|
618
620
|
export { default as CircleIcon } from '../icons/circle';
|
|
619
621
|
// Citrus aliases
|
|
620
622
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
621
|
-
// CircuitBoard aliases
|
|
622
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
623
623
|
// Clapperboard aliases
|
|
624
624
|
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
625
625
|
// ClipboardCheck aliases
|
|
626
626
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
627
|
-
// ClipboardList aliases
|
|
628
|
-
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
629
627
|
// ClipboardCopy aliases
|
|
630
628
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
631
|
-
// ClipboardMinus aliases
|
|
632
|
-
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
633
629
|
// ClipboardPaste aliases
|
|
634
630
|
export { default as ClipboardPasteIcon } from '../icons/clipboard-paste';
|
|
635
|
-
// ClipboardType aliases
|
|
636
|
-
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
637
631
|
// ClipboardPlus aliases
|
|
638
632
|
export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
633
|
+
// ClipboardType aliases
|
|
634
|
+
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
635
|
+
// ClipboardMinus aliases
|
|
636
|
+
export { default as ClipboardMinusIcon } from '../icons/clipboard-minus';
|
|
639
637
|
// ClipboardX aliases
|
|
640
638
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
641
639
|
// Clipboard aliases
|
|
642
640
|
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
643
641
|
// Clock1 aliases
|
|
644
642
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
645
|
-
// Clock10 aliases
|
|
646
|
-
export { default as Clock10Icon } from '../icons/clock-10';
|
|
647
643
|
// Clock11 aliases
|
|
648
644
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
645
|
+
// Clock10 aliases
|
|
646
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
649
647
|
// Clock12 aliases
|
|
650
648
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
651
649
|
// Clock2 aliases
|
|
652
650
|
export { default as Clock2Icon } from '../icons/clock-2';
|
|
653
|
-
// Clock3 aliases
|
|
654
|
-
export { default as Clock3Icon } from '../icons/clock-3';
|
|
655
651
|
// Clock4 aliases
|
|
656
652
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
653
|
+
// Clock3 aliases
|
|
654
|
+
export { default as Clock3Icon } from '../icons/clock-3';
|
|
657
655
|
// Clock5 aliases
|
|
658
656
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
659
657
|
// Clock6 aliases
|
|
@@ -672,10 +670,10 @@ export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
|
672
670
|
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
673
671
|
// ClockFading aliases
|
|
674
672
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
675
|
-
// CloudAlert aliases
|
|
676
|
-
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
677
673
|
// Clock aliases
|
|
678
674
|
export { default as ClockIcon } from '../icons/clock';
|
|
675
|
+
// CloudAlert aliases
|
|
676
|
+
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
679
677
|
// CloudCog aliases
|
|
680
678
|
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
681
679
|
// CloudDrizzle aliases
|
|
@@ -696,32 +694,32 @@ export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
|
696
694
|
export { default as CloudRainWindIcon } from '../icons/cloud-rain-wind';
|
|
697
695
|
// CloudRain aliases
|
|
698
696
|
export { default as CloudRainIcon } from '../icons/cloud-rain';
|
|
699
|
-
// CloudSnow aliases
|
|
700
|
-
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
701
697
|
// CloudSunRain aliases
|
|
702
698
|
export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
699
|
+
// CloudSnow aliases
|
|
700
|
+
export { default as CloudSnowIcon } from '../icons/cloud-snow';
|
|
703
701
|
// CloudSun aliases
|
|
704
702
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
705
|
-
// Cloudy aliases
|
|
706
|
-
export { default as CloudyIcon } from '../icons/cloudy';
|
|
707
703
|
// Cloud aliases
|
|
708
704
|
export { default as CloudIcon } from '../icons/cloud';
|
|
709
|
-
// Clover aliases
|
|
710
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
711
705
|
// Club aliases
|
|
712
706
|
export { default as ClubIcon } from '../icons/club';
|
|
713
|
-
//
|
|
714
|
-
export { default as
|
|
707
|
+
// Cloudy aliases
|
|
708
|
+
export { default as CloudyIcon } from '../icons/cloudy';
|
|
709
|
+
// Clover aliases
|
|
710
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
715
711
|
// Codepen aliases
|
|
716
712
|
export { default as CodepenIcon } from '../icons/codepen';
|
|
717
|
-
//
|
|
718
|
-
export { default as
|
|
713
|
+
// Code aliases
|
|
714
|
+
export { default as CodeIcon } from '../icons/code';
|
|
719
715
|
// Codesandbox aliases
|
|
720
716
|
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
721
|
-
//
|
|
722
|
-
export { default as
|
|
717
|
+
// Coffee aliases
|
|
718
|
+
export { default as CoffeeIcon } from '../icons/coffee';
|
|
723
719
|
// Cog aliases
|
|
724
720
|
export { default as CogIcon } from '../icons/cog';
|
|
721
|
+
// Columns4 aliases
|
|
722
|
+
export { default as Columns4Icon } from '../icons/columns-4';
|
|
725
723
|
// Coins aliases
|
|
726
724
|
export { default as CoinsIcon } from '../icons/coins';
|
|
727
725
|
// Combine aliases
|
|
@@ -732,10 +730,10 @@ export { default as CommandIcon } from '../icons/command';
|
|
|
732
730
|
export { default as CompassIcon } from '../icons/compass';
|
|
733
731
|
// Component aliases
|
|
734
732
|
export { default as ComponentIcon } from '../icons/component';
|
|
735
|
-
// Computer aliases
|
|
736
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
737
733
|
// ConciergeBell aliases
|
|
738
734
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
735
|
+
// Computer aliases
|
|
736
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
739
737
|
// Cone aliases
|
|
740
738
|
export { default as ConeIcon } from '../icons/cone';
|
|
741
739
|
// Construction aliases
|
|
@@ -748,48 +746,48 @@ export { default as ContainerIcon } from '../icons/container';
|
|
|
748
746
|
export { default as ContrastIcon } from '../icons/contrast';
|
|
749
747
|
// Cookie aliases
|
|
750
748
|
export { default as CookieIcon } from '../icons/cookie';
|
|
751
|
-
// CopyCheck aliases
|
|
752
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
753
749
|
// CookingPot aliases
|
|
754
750
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
751
|
+
// CopyCheck aliases
|
|
752
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
755
753
|
// CopyMinus aliases
|
|
756
754
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
757
755
|
// CopyPlus aliases
|
|
758
756
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
759
|
-
// Copy aliases
|
|
760
|
-
export { default as CopyIcon } from '../icons/copy';
|
|
761
757
|
// CopySlash aliases
|
|
762
758
|
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
763
759
|
// CopyX aliases
|
|
764
760
|
export { default as CopyXIcon } from '../icons/copy-x';
|
|
761
|
+
// Copy aliases
|
|
762
|
+
export { default as CopyIcon } from '../icons/copy';
|
|
763
|
+
// Copyleft aliases
|
|
764
|
+
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
765
765
|
// Copyright aliases
|
|
766
766
|
export { default as CopyrightIcon } from '../icons/copyright';
|
|
767
767
|
// CornerDownLeft aliases
|
|
768
768
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
769
|
-
// Copyleft aliases
|
|
770
|
-
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
771
769
|
// CornerDownRight aliases
|
|
772
770
|
export { default as CornerDownRightIcon } from '../icons/corner-down-right';
|
|
773
|
-
// CornerLeftDown aliases
|
|
774
|
-
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
775
771
|
// CornerLeftUp aliases
|
|
776
772
|
export { default as CornerLeftUpIcon } from '../icons/corner-left-up';
|
|
773
|
+
// CornerLeftDown aliases
|
|
774
|
+
export { default as CornerLeftDownIcon } from '../icons/corner-left-down';
|
|
777
775
|
// CornerRightDown aliases
|
|
778
776
|
export { default as CornerRightDownIcon } from '../icons/corner-right-down';
|
|
779
777
|
// CornerRightUp aliases
|
|
780
778
|
export { default as CornerRightUpIcon } from '../icons/corner-right-up';
|
|
781
|
-
// CornerUpRight aliases
|
|
782
|
-
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
783
779
|
// CornerUpLeft aliases
|
|
784
780
|
export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
785
|
-
//
|
|
786
|
-
export { default as
|
|
781
|
+
// CornerUpRight aliases
|
|
782
|
+
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
787
783
|
// CreativeCommons aliases
|
|
788
784
|
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
789
|
-
//
|
|
790
|
-
export { default as
|
|
785
|
+
// Cpu aliases
|
|
786
|
+
export { default as CpuIcon } from '../icons/cpu';
|
|
791
787
|
// Croissant aliases
|
|
792
788
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
789
|
+
// CreditCard aliases
|
|
790
|
+
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
793
791
|
// Crop aliases
|
|
794
792
|
export { default as CropIcon } from '../icons/crop';
|
|
795
793
|
// Cross aliases
|
|
@@ -800,46 +798,46 @@ export { default as CrosshairIcon } from '../icons/crosshair';
|
|
|
800
798
|
export { default as CrownIcon } from '../icons/crown';
|
|
801
799
|
// Cuboid aliases
|
|
802
800
|
export { default as CuboidIcon } from '../icons/cuboid';
|
|
801
|
+
// CupSoda aliases
|
|
802
|
+
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
803
803
|
// Currency aliases
|
|
804
804
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
805
805
|
// Cylinder aliases
|
|
806
806
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
807
|
-
// CupSoda aliases
|
|
808
|
-
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
809
807
|
// Dam aliases
|
|
810
808
|
export { default as DamIcon } from '../icons/dam';
|
|
811
809
|
// DatabaseBackup aliases
|
|
812
810
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
811
|
+
// DatabaseZap aliases
|
|
812
|
+
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
813
813
|
// Database aliases
|
|
814
814
|
export { default as DatabaseIcon } from '../icons/database';
|
|
815
815
|
// Delete aliases
|
|
816
816
|
export { default as DeleteIcon } from '../icons/delete';
|
|
817
|
-
// DatabaseZap aliases
|
|
818
|
-
export { default as DatabaseZapIcon } from '../icons/database-zap';
|
|
819
817
|
// Dessert aliases
|
|
820
818
|
export { default as DessertIcon } from '../icons/dessert';
|
|
821
819
|
// DiamondMinus aliases
|
|
822
820
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
823
821
|
// Diameter aliases
|
|
824
822
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
823
|
+
// Dice2 aliases
|
|
824
|
+
export { default as Dice2Icon } from '../icons/dice-2';
|
|
825
|
+
// DiamondPlus aliases
|
|
826
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
825
827
|
// Diamond aliases
|
|
826
828
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
827
829
|
// Dice1 aliases
|
|
828
830
|
export { default as Dice1Icon } from '../icons/dice-1';
|
|
829
|
-
// DiamondPlus aliases
|
|
830
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
831
|
-
// Dice2 aliases
|
|
832
|
-
export { default as Dice2Icon } from '../icons/dice-2';
|
|
833
831
|
// Dice3 aliases
|
|
834
832
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
835
833
|
// Dice4 aliases
|
|
836
834
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
837
835
|
// Dice5 aliases
|
|
838
836
|
export { default as Dice5Icon } from '../icons/dice-5';
|
|
839
|
-
// Dices aliases
|
|
840
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
841
837
|
// Dice6 aliases
|
|
842
838
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
839
|
+
// Dices aliases
|
|
840
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
843
841
|
// Diff aliases
|
|
844
842
|
export { default as DiffIcon } from '../icons/diff';
|
|
845
843
|
// Disc2 aliases
|
|
@@ -860,58 +858,58 @@ export { default as DnaIcon } from '../icons/dna';
|
|
|
860
858
|
export { default as DockIcon } from '../icons/dock';
|
|
861
859
|
// Dog aliases
|
|
862
860
|
export { default as DogIcon } from '../icons/dog';
|
|
863
|
-
// DoorClosed aliases
|
|
864
|
-
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
865
861
|
// DollarSign aliases
|
|
866
862
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
867
|
-
// DoorOpen aliases
|
|
868
|
-
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
869
863
|
// Donut aliases
|
|
870
864
|
export { default as DonutIcon } from '../icons/donut';
|
|
865
|
+
// DoorOpen aliases
|
|
866
|
+
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
871
867
|
// Dot aliases
|
|
872
868
|
export { default as DotIcon } from '../icons/dot';
|
|
869
|
+
// DoorClosed aliases
|
|
870
|
+
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
873
871
|
// Download aliases
|
|
874
872
|
export { default as DownloadIcon } from '../icons/download';
|
|
875
|
-
// Drama aliases
|
|
876
|
-
export { default as DramaIcon } from '../icons/drama';
|
|
877
873
|
// DraftingCompass aliases
|
|
878
874
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
875
|
+
// Drama aliases
|
|
876
|
+
export { default as DramaIcon } from '../icons/drama';
|
|
879
877
|
// Dribbble aliases
|
|
880
878
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
881
|
-
// Drill aliases
|
|
882
|
-
export { default as DrillIcon } from '../icons/drill';
|
|
883
879
|
// DropletOff aliases
|
|
884
880
|
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
881
|
+
// Drill aliases
|
|
882
|
+
export { default as DrillIcon } from '../icons/drill';
|
|
885
883
|
// Droplet aliases
|
|
886
884
|
export { default as DropletIcon } from '../icons/droplet';
|
|
887
885
|
// Droplets aliases
|
|
888
886
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
889
|
-
// Drum aliases
|
|
890
|
-
export { default as DrumIcon } from '../icons/drum';
|
|
891
887
|
// Drumstick aliases
|
|
892
888
|
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
889
|
+
// Drum aliases
|
|
890
|
+
export { default as DrumIcon } from '../icons/drum';
|
|
893
891
|
// Dumbbell aliases
|
|
894
892
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
895
|
-
// EarOff aliases
|
|
896
|
-
export { default as EarOffIcon } from '../icons/ear-off';
|
|
897
893
|
// Ear aliases
|
|
898
894
|
export { default as EarIcon } from '../icons/ear';
|
|
895
|
+
// EarOff aliases
|
|
896
|
+
export { default as EarOffIcon } from '../icons/ear-off';
|
|
899
897
|
// EarthLock aliases
|
|
900
898
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
901
899
|
// Eclipse aliases
|
|
902
900
|
export { default as EclipseIcon } from '../icons/eclipse';
|
|
903
|
-
// EggOff aliases
|
|
904
|
-
export { default as EggOffIcon } from '../icons/egg-off';
|
|
905
901
|
// EggFried aliases
|
|
906
902
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
903
|
+
// EggOff aliases
|
|
904
|
+
export { default as EggOffIcon } from '../icons/egg-off';
|
|
907
905
|
// Egg aliases
|
|
908
906
|
export { default as EggIcon } from '../icons/egg';
|
|
909
|
-
// EqualNot aliases
|
|
910
|
-
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
911
|
-
// EqualApproximately aliases
|
|
912
|
-
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
913
907
|
// Equal aliases
|
|
914
908
|
export { default as EqualIcon } from '../icons/equal';
|
|
909
|
+
// EqualApproximately aliases
|
|
910
|
+
export { default as EqualApproximatelyIcon } from '../icons/equal-approximately';
|
|
911
|
+
// EqualNot aliases
|
|
912
|
+
export { default as EqualNotIcon } from '../icons/equal-not';
|
|
915
913
|
// Eraser aliases
|
|
916
914
|
export { default as EraserIcon } from '../icons/eraser';
|
|
917
915
|
// EthernetPort aliases
|
|
@@ -926,84 +924,84 @@ export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
|
926
924
|
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
927
925
|
// EyeOff aliases
|
|
928
926
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
929
|
-
// Eye aliases
|
|
930
|
-
export { default as EyeIcon } from '../icons/eye';
|
|
931
927
|
// Facebook aliases
|
|
932
928
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
933
|
-
//
|
|
934
|
-
export { default as
|
|
929
|
+
// Eye aliases
|
|
930
|
+
export { default as EyeIcon } from '../icons/eye';
|
|
935
931
|
// Fan aliases
|
|
936
932
|
export { default as FanIcon } from '../icons/fan';
|
|
933
|
+
// Factory aliases
|
|
934
|
+
export { default as FactoryIcon } from '../icons/factory';
|
|
937
935
|
// Feather aliases
|
|
938
936
|
export { default as FeatherIcon } from '../icons/feather';
|
|
939
937
|
// FastForward aliases
|
|
940
938
|
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
941
939
|
// Fence aliases
|
|
942
940
|
export { default as FenceIcon } from '../icons/fence';
|
|
943
|
-
// FerrisWheel aliases
|
|
944
|
-
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
945
941
|
// Figma aliases
|
|
946
942
|
export { default as FigmaIcon } from '../icons/figma';
|
|
943
|
+
// FerrisWheel aliases
|
|
944
|
+
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
947
945
|
// FileArchive aliases
|
|
948
946
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
949
947
|
// FileAudio2 aliases
|
|
950
948
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
951
|
-
// FileBadge2 aliases
|
|
952
|
-
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
953
|
-
// FileBadge aliases
|
|
954
|
-
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
955
949
|
// FileAudio aliases
|
|
956
950
|
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
951
|
+
// FileBadge aliases
|
|
952
|
+
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
953
|
+
// FileBadge2 aliases
|
|
954
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
957
955
|
// FileBox aliases
|
|
958
956
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
959
957
|
// FileCheck2 aliases
|
|
960
958
|
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
961
959
|
// FileCheck aliases
|
|
962
960
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
963
|
-
// FileClock aliases
|
|
964
|
-
export { default as FileClockIcon } from '../icons/file-clock';
|
|
965
|
-
// FileCode aliases
|
|
966
|
-
export { default as FileCodeIcon } from '../icons/file-code';
|
|
967
961
|
// FileCode2 aliases
|
|
968
962
|
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
963
|
+
// FileClock aliases
|
|
964
|
+
export { default as FileClockIcon } from '../icons/file-clock';
|
|
969
965
|
// FileDiff aliases
|
|
970
966
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
971
|
-
//
|
|
972
|
-
export { default as
|
|
967
|
+
// FileCode aliases
|
|
968
|
+
export { default as FileCodeIcon } from '../icons/file-code';
|
|
973
969
|
// FileDigit aliases
|
|
974
970
|
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
975
|
-
//
|
|
976
|
-
export { default as
|
|
971
|
+
// FileDown aliases
|
|
972
|
+
export { default as FileDownIcon } from '../icons/file-down';
|
|
977
973
|
// FileHeart aliases
|
|
978
974
|
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
975
|
+
// FileImage aliases
|
|
976
|
+
export { default as FileImageIcon } from '../icons/file-image';
|
|
979
977
|
// FileInput aliases
|
|
980
978
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
981
979
|
// FileJson2 aliases
|
|
982
980
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
983
|
-
// FileJson aliases
|
|
984
|
-
export { default as FileJsonIcon } from '../icons/file-json';
|
|
985
981
|
// FileKey2 aliases
|
|
986
982
|
export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
987
983
|
// FileKey aliases
|
|
988
984
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
989
|
-
//
|
|
990
|
-
export { default as
|
|
985
|
+
// FileJson aliases
|
|
986
|
+
export { default as FileJsonIcon } from '../icons/file-json';
|
|
991
987
|
// FileLock aliases
|
|
992
988
|
export { default as FileLockIcon } from '../icons/file-lock';
|
|
993
|
-
//
|
|
994
|
-
export { default as
|
|
989
|
+
// FileLock2 aliases
|
|
990
|
+
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
995
991
|
// FileMinus aliases
|
|
996
992
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
997
|
-
//
|
|
998
|
-
export { default as
|
|
993
|
+
// FileMinus2 aliases
|
|
994
|
+
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
999
995
|
// FileMusic aliases
|
|
1000
996
|
export { default as FileMusicIcon } from '../icons/file-music';
|
|
997
|
+
// FileOutput aliases
|
|
998
|
+
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1001
999
|
// FilePlus2 aliases
|
|
1002
1000
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1003
|
-
// FileQuestion aliases
|
|
1004
|
-
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1005
1001
|
// FilePlus aliases
|
|
1006
1002
|
export { default as FilePlusIcon } from '../icons/file-plus';
|
|
1003
|
+
// FileQuestion aliases
|
|
1004
|
+
export { default as FileQuestionIcon } from '../icons/file-question';
|
|
1007
1005
|
// FileScan aliases
|
|
1008
1006
|
export { default as FileScanIcon } from '../icons/file-scan';
|
|
1009
1007
|
// FileSearch2 aliases
|
|
@@ -1018,14 +1016,14 @@ export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
|
1018
1016
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1019
1017
|
// FileSymlink aliases
|
|
1020
1018
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1021
|
-
// FileText aliases
|
|
1022
|
-
export { default as FileTextIcon } from '../icons/file-text';
|
|
1023
|
-
// FileType aliases
|
|
1024
|
-
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1025
1019
|
// FileTerminal aliases
|
|
1026
1020
|
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1021
|
+
// FileText aliases
|
|
1022
|
+
export { default as FileTextIcon } from '../icons/file-text';
|
|
1027
1023
|
// FileType2 aliases
|
|
1028
1024
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1025
|
+
// FileType aliases
|
|
1026
|
+
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1029
1027
|
// FileUp aliases
|
|
1030
1028
|
export { default as FileUpIcon } from '../icons/file-up';
|
|
1031
1029
|
// FileUser aliases
|
|
@@ -1034,68 +1032,68 @@ export { default as FileUserIcon } from '../icons/file-user';
|
|
|
1034
1032
|
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1035
1033
|
// FileVideo aliases
|
|
1036
1034
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1035
|
+
// FileVolume aliases
|
|
1036
|
+
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1037
1037
|
// FileVolume2 aliases
|
|
1038
1038
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1039
1039
|
// FileWarning aliases
|
|
1040
1040
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1041
|
-
// FileVolume aliases
|
|
1042
|
-
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1043
|
-
// FileX aliases
|
|
1044
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1045
1041
|
// FileX2 aliases
|
|
1046
1042
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1047
|
-
//
|
|
1048
|
-
export { default as
|
|
1043
|
+
// FileX aliases
|
|
1044
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1049
1045
|
// Files aliases
|
|
1050
1046
|
export { default as FilesIcon } from '../icons/files';
|
|
1047
|
+
// File aliases
|
|
1048
|
+
export { default as FileIcon } from '../icons/file';
|
|
1051
1049
|
// Film aliases
|
|
1052
1050
|
export { default as FilmIcon } from '../icons/film';
|
|
1053
1051
|
// Fingerprint aliases
|
|
1054
1052
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1055
|
-
// FireExtinguisher aliases
|
|
1056
|
-
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1057
1053
|
// FishOff aliases
|
|
1058
1054
|
export { default as FishOffIcon } from '../icons/fish-off';
|
|
1059
1055
|
// FishSymbol aliases
|
|
1060
1056
|
export { default as FishSymbolIcon } from '../icons/fish-symbol';
|
|
1061
1057
|
// Fish aliases
|
|
1062
1058
|
export { default as FishIcon } from '../icons/fish';
|
|
1063
|
-
//
|
|
1064
|
-
export { default as
|
|
1059
|
+
// FireExtinguisher aliases
|
|
1060
|
+
export { default as FireExtinguisherIcon } from '../icons/fire-extinguisher';
|
|
1065
1061
|
// FlagOff aliases
|
|
1066
1062
|
export { default as FlagOffIcon } from '../icons/flag-off';
|
|
1063
|
+
// FlagTriangleLeft aliases
|
|
1064
|
+
export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
1067
1065
|
// FlagTriangleRight aliases
|
|
1068
1066
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1069
1067
|
// Flag aliases
|
|
1070
1068
|
export { default as FlagIcon } from '../icons/flag';
|
|
1071
1069
|
// FlameKindling aliases
|
|
1072
1070
|
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1073
|
-
// Flame aliases
|
|
1074
|
-
export { default as FlameIcon } from '../icons/flame';
|
|
1075
1071
|
// FlashlightOff aliases
|
|
1076
1072
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1077
|
-
// Flashlight aliases
|
|
1078
|
-
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1079
1073
|
// FlaskConicalOff aliases
|
|
1080
1074
|
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1081
|
-
//
|
|
1082
|
-
export { default as
|
|
1075
|
+
// Flame aliases
|
|
1076
|
+
export { default as FlameIcon } from '../icons/flame';
|
|
1077
|
+
// Flashlight aliases
|
|
1078
|
+
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1083
1079
|
// FlaskRound aliases
|
|
1084
1080
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1081
|
+
// FlaskConical aliases
|
|
1082
|
+
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1085
1083
|
// FlipHorizontal2 aliases
|
|
1086
1084
|
export { default as FlipHorizontal2Icon } from '../icons/flip-horizontal-2';
|
|
1087
1085
|
// FlipHorizontal aliases
|
|
1088
1086
|
export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
1089
|
-
// FlipVertical2 aliases
|
|
1090
|
-
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1091
1087
|
// FlipVertical aliases
|
|
1092
1088
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1089
|
+
// FlipVertical2 aliases
|
|
1090
|
+
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1093
1091
|
// Flower2 aliases
|
|
1094
1092
|
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1095
|
-
// Flower aliases
|
|
1096
|
-
export { default as FlowerIcon } from '../icons/flower';
|
|
1097
1093
|
// Focus aliases
|
|
1098
1094
|
export { default as FocusIcon } from '../icons/focus';
|
|
1095
|
+
// Flower aliases
|
|
1096
|
+
export { default as FlowerIcon } from '../icons/flower';
|
|
1099
1097
|
// FoldHorizontal aliases
|
|
1100
1098
|
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1101
1099
|
// FoldVertical aliases
|
|
@@ -1106,86 +1104,88 @@ export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
|
1106
1104
|
export { default as FolderCheckIcon } from '../icons/folder-check';
|
|
1107
1105
|
// FolderClock aliases
|
|
1108
1106
|
export { default as FolderClockIcon } from '../icons/folder-clock';
|
|
1109
|
-
// FolderClosed aliases
|
|
1110
|
-
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1111
1107
|
// FolderCode aliases
|
|
1112
1108
|
export { default as FolderCodeIcon } from '../icons/folder-code';
|
|
1109
|
+
// FolderClosed aliases
|
|
1110
|
+
export { default as FolderClosedIcon } from '../icons/folder-closed';
|
|
1113
1111
|
// FolderDot aliases
|
|
1114
1112
|
export { default as FolderDotIcon } from '../icons/folder-dot';
|
|
1115
1113
|
// FolderDown aliases
|
|
1116
1114
|
export { default as FolderDownIcon } from '../icons/folder-down';
|
|
1117
1115
|
// FolderGit2 aliases
|
|
1118
1116
|
export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
1119
|
-
// FolderGit aliases
|
|
1120
|
-
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1121
1117
|
// FolderHeart aliases
|
|
1122
1118
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1123
|
-
//
|
|
1124
|
-
export { default as
|
|
1119
|
+
// FolderGit aliases
|
|
1120
|
+
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1125
1121
|
// FolderKanban aliases
|
|
1126
1122
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1123
|
+
// FolderInput aliases
|
|
1124
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1127
1125
|
// FolderKey aliases
|
|
1128
1126
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1129
|
-
// FolderLock aliases
|
|
1130
|
-
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1131
1127
|
// FolderMinus aliases
|
|
1132
1128
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1129
|
+
// FolderLock aliases
|
|
1130
|
+
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1133
1131
|
// FolderOpen aliases
|
|
1134
1132
|
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1135
1133
|
// FolderOpenDot aliases
|
|
1136
1134
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1137
1135
|
// FolderOutput aliases
|
|
1138
1136
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1139
|
-
// FolderPlus aliases
|
|
1140
|
-
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1141
1137
|
// FolderRoot aliases
|
|
1142
1138
|
export { default as FolderRootIcon } from '../icons/folder-root';
|
|
1143
|
-
//
|
|
1144
|
-
export { default as
|
|
1139
|
+
// FolderPlus aliases
|
|
1140
|
+
export { default as FolderPlusIcon } from '../icons/folder-plus';
|
|
1145
1141
|
// FolderSearch aliases
|
|
1146
1142
|
export { default as FolderSearchIcon } from '../icons/folder-search';
|
|
1147
|
-
//
|
|
1148
|
-
export { default as
|
|
1143
|
+
// FolderSearch2 aliases
|
|
1144
|
+
export { default as FolderSearch2Icon } from '../icons/folder-search-2';
|
|
1149
1145
|
// FolderSync aliases
|
|
1150
1146
|
export { default as FolderSyncIcon } from '../icons/folder-sync';
|
|
1147
|
+
// FolderSymlink aliases
|
|
1148
|
+
export { default as FolderSymlinkIcon } from '../icons/folder-symlink';
|
|
1151
1149
|
// FolderTree aliases
|
|
1152
1150
|
export { default as FolderTreeIcon } from '../icons/folder-tree';
|
|
1153
|
-
// FolderX aliases
|
|
1154
|
-
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1155
1151
|
// FolderUp aliases
|
|
1156
1152
|
export { default as FolderUpIcon } from '../icons/folder-up';
|
|
1153
|
+
// FolderX aliases
|
|
1154
|
+
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1157
1155
|
// Folder aliases
|
|
1158
1156
|
export { default as FolderIcon } from '../icons/folder';
|
|
1159
1157
|
// Folders aliases
|
|
1160
1158
|
export { default as FoldersIcon } from '../icons/folders';
|
|
1161
|
-
// Forklift aliases
|
|
1162
|
-
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1163
1159
|
// Footprints aliases
|
|
1164
1160
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1161
|
+
// Forklift aliases
|
|
1162
|
+
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1165
1163
|
// Forward aliases
|
|
1166
1164
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1167
|
-
// Frame aliases
|
|
1168
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1169
1165
|
// Framer aliases
|
|
1170
1166
|
export { default as FramerIcon } from '../icons/framer';
|
|
1171
|
-
//
|
|
1172
|
-
export { default as
|
|
1167
|
+
// Frame aliases
|
|
1168
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1173
1169
|
// Fuel aliases
|
|
1174
1170
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1171
|
+
// Frown aliases
|
|
1172
|
+
export { default as FrownIcon } from '../icons/frown';
|
|
1175
1173
|
// Fullscreen aliases
|
|
1176
1174
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1177
|
-
// FunnelPlus aliases
|
|
1178
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1179
1175
|
// GalleryHorizontalEnd aliases
|
|
1180
1176
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1177
|
+
// FunnelPlus aliases
|
|
1178
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1181
1179
|
// GalleryHorizontal aliases
|
|
1182
1180
|
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1183
1181
|
// GalleryThumbnails aliases
|
|
1184
1182
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1185
|
-
//
|
|
1186
|
-
export { default as
|
|
1183
|
+
// ClipboardList aliases
|
|
1184
|
+
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
1187
1185
|
// GalleryVertical aliases
|
|
1188
1186
|
export { default as GalleryVerticalIcon } from '../icons/gallery-vertical';
|
|
1187
|
+
// GalleryVerticalEnd aliases
|
|
1188
|
+
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1189
1189
|
// Gamepad2 aliases
|
|
1190
1190
|
export { default as Gamepad2Icon } from '../icons/gamepad-2';
|
|
1191
1191
|
// Gamepad aliases
|
|
@@ -1204,46 +1204,46 @@ export { default as GiftIcon } from '../icons/gift';
|
|
|
1204
1204
|
export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
1205
1205
|
// GitBranch aliases
|
|
1206
1206
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1207
|
-
// GitCommitVertical aliases
|
|
1208
|
-
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1209
1207
|
// GitCompareArrows aliases
|
|
1210
1208
|
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1209
|
+
// GitCommitVertical aliases
|
|
1210
|
+
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1211
|
+
// GitFork aliases
|
|
1212
|
+
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1211
1213
|
// GitCompare aliases
|
|
1212
1214
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1213
1215
|
// GitGraph aliases
|
|
1214
1216
|
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1215
|
-
// GitFork aliases
|
|
1216
|
-
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1217
|
-
// GitMerge aliases
|
|
1218
|
-
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1219
1217
|
// GitPullRequestArrow aliases
|
|
1220
1218
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1219
|
+
// GitMerge aliases
|
|
1220
|
+
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1221
1221
|
// GitPullRequestClosed aliases
|
|
1222
1222
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1223
|
-
// GitPullRequestCreateArrow aliases
|
|
1224
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1225
1223
|
// GitPullRequestCreate aliases
|
|
1226
1224
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1225
|
+
// GitPullRequestCreateArrow aliases
|
|
1226
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1227
1227
|
// GitPullRequestDraft aliases
|
|
1228
1228
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1229
1229
|
// GitPullRequest aliases
|
|
1230
1230
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1231
1231
|
// Github aliases
|
|
1232
1232
|
export { default as GithubIcon } from '../icons/github';
|
|
1233
|
-
// Gitlab aliases
|
|
1234
|
-
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1235
1233
|
// GlassWater aliases
|
|
1236
1234
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1235
|
+
// Gitlab aliases
|
|
1236
|
+
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1237
1237
|
// Glasses aliases
|
|
1238
1238
|
export { default as GlassesIcon } from '../icons/glasses';
|
|
1239
1239
|
// GlobeLock aliases
|
|
1240
1240
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1241
1241
|
// Globe aliases
|
|
1242
1242
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1243
|
-
// Goal aliases
|
|
1244
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1245
1243
|
// Grab aliases
|
|
1246
1244
|
export { default as GrabIcon } from '../icons/grab';
|
|
1245
|
+
// Goal aliases
|
|
1246
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1247
1247
|
// GraduationCap aliases
|
|
1248
1248
|
export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
1249
1249
|
// Grape aliases
|
|
@@ -1254,16 +1254,16 @@ export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
|
1254
1254
|
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1255
1255
|
// Grip aliases
|
|
1256
1256
|
export { default as GripIcon } from '../icons/grip';
|
|
1257
|
-
// Group aliases
|
|
1258
|
-
export { default as GroupIcon } from '../icons/group';
|
|
1259
1257
|
// Guitar aliases
|
|
1260
1258
|
export { default as GuitarIcon } from '../icons/guitar';
|
|
1259
|
+
// Group aliases
|
|
1260
|
+
export { default as GroupIcon } from '../icons/group';
|
|
1261
1261
|
// Ham aliases
|
|
1262
1262
|
export { default as HamIcon } from '../icons/ham';
|
|
1263
|
-
// HandCoins aliases
|
|
1264
|
-
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1265
1263
|
// Hammer aliases
|
|
1266
1264
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1265
|
+
// HandCoins aliases
|
|
1266
|
+
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1267
1267
|
// HandHeart aliases
|
|
1268
1268
|
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1269
1269
|
// HandMetal aliases
|
|
@@ -1284,16 +1284,16 @@ export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
|
1284
1284
|
export { default as HashIcon } from '../icons/hash';
|
|
1285
1285
|
// HardHat aliases
|
|
1286
1286
|
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1287
|
-
// HdmiPort aliases
|
|
1288
|
-
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1289
1287
|
// Haze aliases
|
|
1290
1288
|
export { default as HazeIcon } from '../icons/haze';
|
|
1289
|
+
// HdmiPort aliases
|
|
1290
|
+
export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
1291
1291
|
// Heading1 aliases
|
|
1292
1292
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1293
|
-
// Heading3 aliases
|
|
1294
|
-
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1295
1293
|
// Heading2 aliases
|
|
1296
1294
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1295
|
+
// Heading3 aliases
|
|
1296
|
+
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1297
1297
|
// Heading4 aliases
|
|
1298
1298
|
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1299
1299
|
// Heading5 aliases
|
|
@@ -1312,18 +1312,22 @@ export { default as HeadsetIcon } from '../icons/headset';
|
|
|
1312
1312
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1313
1313
|
// HeartHandshake aliases
|
|
1314
1314
|
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1315
|
+
// HeartMinus aliases
|
|
1316
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1315
1317
|
// HeartOff aliases
|
|
1316
1318
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1317
1319
|
// HeartPulse aliases
|
|
1318
1320
|
export { default as HeartPulseIcon } from '../icons/heart-pulse';
|
|
1321
|
+
// HeartPlus aliases
|
|
1322
|
+
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1319
1323
|
// Heart aliases
|
|
1320
1324
|
export { default as HeartIcon } from '../icons/heart';
|
|
1321
|
-
// Hexagon aliases
|
|
1322
|
-
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1323
|
-
// Highlighter aliases
|
|
1324
|
-
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1325
1325
|
// Heater aliases
|
|
1326
1326
|
export { default as HeaterIcon } from '../icons/heater';
|
|
1327
|
+
// Highlighter aliases
|
|
1328
|
+
export { default as HighlighterIcon } from '../icons/highlighter';
|
|
1329
|
+
// Hexagon aliases
|
|
1330
|
+
export { default as HexagonIcon } from '../icons/hexagon';
|
|
1327
1331
|
// History aliases
|
|
1328
1332
|
export { default as HistoryIcon } from '../icons/history';
|
|
1329
1333
|
// HopOff aliases
|
|
@@ -1338,10 +1342,10 @@ export { default as HotelIcon } from '../icons/hotel';
|
|
|
1338
1342
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1339
1343
|
// HousePlug aliases
|
|
1340
1344
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1341
|
-
// HouseWifi aliases
|
|
1342
|
-
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1343
1345
|
// HousePlus aliases
|
|
1344
1346
|
export { default as HousePlusIcon } from '../icons/house-plus';
|
|
1347
|
+
// HouseWifi aliases
|
|
1348
|
+
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1345
1349
|
// IdCard aliases
|
|
1346
1350
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1347
1351
|
// ImageDown aliases
|
|
@@ -1356,36 +1360,36 @@ export { default as ImagePlayIcon } from '../icons/image-play';
|
|
|
1356
1360
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1357
1361
|
// ImageUp aliases
|
|
1358
1362
|
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1359
|
-
// ImageUpscale aliases
|
|
1360
|
-
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1361
1363
|
// Image aliases
|
|
1362
1364
|
export { default as ImageIcon } from '../icons/image';
|
|
1363
|
-
// Import aliases
|
|
1364
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1365
1365
|
// Images aliases
|
|
1366
1366
|
export { default as ImagesIcon } from '../icons/images';
|
|
1367
|
+
// ImageUpscale aliases
|
|
1368
|
+
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1369
|
+
// Import aliases
|
|
1370
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1367
1371
|
// Inbox aliases
|
|
1368
1372
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1369
|
-
// IndianRupee aliases
|
|
1370
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1371
1373
|
// Infinity aliases
|
|
1372
1374
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1373
1375
|
// Info aliases
|
|
1374
1376
|
export { default as InfoIcon } from '../icons/info';
|
|
1375
|
-
//
|
|
1376
|
-
export { default as
|
|
1377
|
+
// IndianRupee aliases
|
|
1378
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1377
1379
|
// InspectionPanel aliases
|
|
1378
1380
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1381
|
+
// Instagram aliases
|
|
1382
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1379
1383
|
// Italic aliases
|
|
1380
1384
|
export { default as ItalicIcon } from '../icons/italic';
|
|
1381
1385
|
// IterationCcw aliases
|
|
1382
1386
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1383
1387
|
// IterationCw aliases
|
|
1384
1388
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1385
|
-
// JapaneseYen aliases
|
|
1386
|
-
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1387
1389
|
// Joystick aliases
|
|
1388
1390
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1391
|
+
// JapaneseYen aliases
|
|
1392
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1389
1393
|
// Kanban aliases
|
|
1390
1394
|
export { default as KanbanIcon } from '../icons/kanban';
|
|
1391
1395
|
// KeyRound aliases
|
|
@@ -1398,26 +1402,26 @@ export { default as KeyIcon } from '../icons/key';
|
|
|
1398
1402
|
export { default as KeyboardMusicIcon } from '../icons/keyboard-music';
|
|
1399
1403
|
// KeyboardOff aliases
|
|
1400
1404
|
export { default as KeyboardOffIcon } from '../icons/keyboard-off';
|
|
1401
|
-
// Keyboard aliases
|
|
1402
|
-
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1403
1405
|
// LampCeiling aliases
|
|
1404
1406
|
export { default as LampCeilingIcon } from '../icons/lamp-ceiling';
|
|
1405
|
-
//
|
|
1406
|
-
export { default as
|
|
1407
|
+
// Keyboard aliases
|
|
1408
|
+
export { default as KeyboardIcon } from '../icons/keyboard';
|
|
1407
1409
|
// LampDesk aliases
|
|
1408
1410
|
export { default as LampDeskIcon } from '../icons/lamp-desk';
|
|
1411
|
+
// LampFloor aliases
|
|
1412
|
+
export { default as LampFloorIcon } from '../icons/lamp-floor';
|
|
1409
1413
|
// LampWallDown aliases
|
|
1410
1414
|
export { default as LampWallDownIcon } from '../icons/lamp-wall-down';
|
|
1411
1415
|
// LampWallUp aliases
|
|
1412
1416
|
export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
1413
1417
|
// Lamp aliases
|
|
1414
1418
|
export { default as LampIcon } from '../icons/lamp';
|
|
1415
|
-
// LandPlot aliases
|
|
1416
|
-
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1417
1419
|
// Landmark aliases
|
|
1418
1420
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1419
1421
|
// Languages aliases
|
|
1420
1422
|
export { default as LanguagesIcon } from '../icons/languages';
|
|
1423
|
+
// LandPlot aliases
|
|
1424
|
+
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1421
1425
|
// LaptopMinimalCheck aliases
|
|
1422
1426
|
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1423
1427
|
// Laptop aliases
|
|
@@ -1426,36 +1430,36 @@ export { default as LaptopIcon } from '../icons/laptop';
|
|
|
1426
1430
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1427
1431
|
// Lasso aliases
|
|
1428
1432
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1429
|
-
// Laugh aliases
|
|
1430
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1431
|
-
// Layers2 aliases
|
|
1432
|
-
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1433
1433
|
// LayoutDashboard aliases
|
|
1434
1434
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1435
|
+
// Laugh aliases
|
|
1436
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1435
1437
|
// LayoutGrid aliases
|
|
1436
1438
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1437
|
-
//
|
|
1438
|
-
export { default as
|
|
1439
|
+
// Layers2 aliases
|
|
1440
|
+
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1439
1441
|
// LayoutPanelLeft aliases
|
|
1440
1442
|
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1441
|
-
//
|
|
1442
|
-
export { default as
|
|
1443
|
-
// Leaf aliases
|
|
1444
|
-
export { default as LeafIcon } from '../icons/leaf';
|
|
1443
|
+
// LayoutList aliases
|
|
1444
|
+
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1445
1445
|
// LayoutTemplate aliases
|
|
1446
1446
|
export { default as LayoutTemplateIcon } from '../icons/layout-template';
|
|
1447
1447
|
// LeafyGreen aliases
|
|
1448
1448
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1449
|
+
// Leaf aliases
|
|
1450
|
+
export { default as LeafIcon } from '../icons/leaf';
|
|
1451
|
+
// LayoutPanelTop aliases
|
|
1452
|
+
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1449
1453
|
// Lectern aliases
|
|
1450
1454
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1451
|
-
// LibraryBig aliases
|
|
1452
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1453
1455
|
// LetterText aliases
|
|
1454
1456
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1455
|
-
//
|
|
1456
|
-
export { default as
|
|
1457
|
+
// LibraryBig aliases
|
|
1458
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1457
1459
|
// LifeBuoy aliases
|
|
1458
1460
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1461
|
+
// Library aliases
|
|
1462
|
+
export { default as LibraryIcon } from '../icons/library';
|
|
1459
1463
|
// Ligature aliases
|
|
1460
1464
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1461
1465
|
// LightbulbOff aliases
|
|
@@ -1464,10 +1468,10 @@ export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
|
1464
1468
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1465
1469
|
// Link2Off aliases
|
|
1466
1470
|
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1467
|
-
// Link aliases
|
|
1468
|
-
export { default as LinkIcon } from '../icons/link';
|
|
1469
1471
|
// Link2 aliases
|
|
1470
1472
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1473
|
+
// Link aliases
|
|
1474
|
+
export { default as LinkIcon } from '../icons/link';
|
|
1471
1475
|
// Linkedin aliases
|
|
1472
1476
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1473
1477
|
// ListCheck aliases
|
|
@@ -1500,14 +1504,14 @@ export { default as ListTodoIcon } from '../icons/list-todo';
|
|
|
1500
1504
|
export { default as ListTreeIcon } from '../icons/list-tree';
|
|
1501
1505
|
// ListVideo aliases
|
|
1502
1506
|
export { default as ListVideoIcon } from '../icons/list-video';
|
|
1503
|
-
// List aliases
|
|
1504
|
-
export { default as ListIcon } from '../icons/list';
|
|
1505
|
-
// LoaderPinwheel aliases
|
|
1506
|
-
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1507
1507
|
// ListX aliases
|
|
1508
1508
|
export { default as ListXIcon } from '../icons/list-x';
|
|
1509
|
+
// List aliases
|
|
1510
|
+
export { default as ListIcon } from '../icons/list';
|
|
1509
1511
|
// Loader aliases
|
|
1510
1512
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1513
|
+
// LoaderPinwheel aliases
|
|
1514
|
+
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1511
1515
|
// LocateFixed aliases
|
|
1512
1516
|
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1513
1517
|
// LocateOff aliases
|
|
@@ -1534,14 +1538,14 @@ export { default as MagnetIcon } from '../icons/magnet';
|
|
|
1534
1538
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1535
1539
|
// MailOpen aliases
|
|
1536
1540
|
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1537
|
-
// MailPlus aliases
|
|
1538
|
-
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1539
1541
|
// MailMinus aliases
|
|
1540
1542
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1541
|
-
// MailQuestion aliases
|
|
1542
|
-
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1543
1543
|
// MailSearch aliases
|
|
1544
1544
|
export { default as MailSearchIcon } from '../icons/mail-search';
|
|
1545
|
+
// MailPlus aliases
|
|
1546
|
+
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1547
|
+
// MailQuestion aliases
|
|
1548
|
+
export { default as MailQuestionIcon } from '../icons/mail-question';
|
|
1545
1549
|
// MailX aliases
|
|
1546
1550
|
export { default as MailXIcon } from '../icons/mail-x';
|
|
1547
1551
|
// MailWarning aliases
|
|
@@ -1550,10 +1554,10 @@ export { default as MailWarningIcon } from '../icons/mail-warning';
|
|
|
1550
1554
|
export { default as MailIcon } from '../icons/mail';
|
|
1551
1555
|
// Mailbox aliases
|
|
1552
1556
|
export { default as MailboxIcon } from '../icons/mailbox';
|
|
1553
|
-
// Mails aliases
|
|
1554
|
-
export { default as MailsIcon } from '../icons/mails';
|
|
1555
1557
|
// MapPinCheckInside aliases
|
|
1556
1558
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1559
|
+
// Mails aliases
|
|
1560
|
+
export { default as MailsIcon } from '../icons/mails';
|
|
1557
1561
|
// MapPinCheck aliases
|
|
1558
1562
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1559
1563
|
// MapPinHouse aliases
|
|
@@ -1570,32 +1574,32 @@ export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
|
1570
1574
|
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1571
1575
|
// MapPinXInside aliases
|
|
1572
1576
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1577
|
+
// MapPinX aliases
|
|
1578
|
+
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1573
1579
|
// MapPin aliases
|
|
1574
1580
|
export { default as MapPinIcon } from '../icons/map-pin';
|
|
1575
1581
|
// MapPinned aliases
|
|
1576
1582
|
export { default as MapPinnedIcon } from '../icons/map-pinned';
|
|
1577
|
-
// MapPinX aliases
|
|
1578
|
-
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1579
1583
|
// MapPlus aliases
|
|
1580
1584
|
export { default as MapPlusIcon } from '../icons/map-plus';
|
|
1581
|
-
// Map aliases
|
|
1582
|
-
export { default as MapIcon } from '../icons/map';
|
|
1583
1585
|
// MarsStroke aliases
|
|
1584
1586
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1587
|
+
// Map aliases
|
|
1588
|
+
export { default as MapIcon } from '../icons/map';
|
|
1585
1589
|
// Mars aliases
|
|
1586
1590
|
export { default as MarsIcon } from '../icons/mars';
|
|
1587
1591
|
// Martini aliases
|
|
1588
1592
|
export { default as MartiniIcon } from '../icons/martini';
|
|
1589
|
-
// Maximize2 aliases
|
|
1590
|
-
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1591
1593
|
// Maximize aliases
|
|
1592
1594
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1595
|
+
// Maximize2 aliases
|
|
1596
|
+
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1593
1597
|
// Medal aliases
|
|
1594
1598
|
export { default as MedalIcon } from '../icons/medal';
|
|
1595
|
-
// Megaphone aliases
|
|
1596
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1597
1599
|
// MegaphoneOff aliases
|
|
1598
1600
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1601
|
+
// Megaphone aliases
|
|
1602
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1599
1603
|
// Meh aliases
|
|
1600
1604
|
export { default as MehIcon } from '../icons/meh';
|
|
1601
1605
|
// MemoryStick aliases
|
|
@@ -1604,20 +1608,20 @@ export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
|
1604
1608
|
export { default as MenuIcon } from '../icons/menu';
|
|
1605
1609
|
// Merge aliases
|
|
1606
1610
|
export { default as MergeIcon } from '../icons/merge';
|
|
1607
|
-
// MessageCircleCode aliases
|
|
1608
|
-
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1609
1611
|
// MessageCircleDashed aliases
|
|
1610
1612
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1613
|
+
// MessageCircleCode aliases
|
|
1614
|
+
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1615
|
+
// MessageCircleHeart aliases
|
|
1616
|
+
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1611
1617
|
// MessageCircleMore aliases
|
|
1612
1618
|
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1613
1619
|
// MessageCircleOff aliases
|
|
1614
1620
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1615
|
-
// MessageCirclePlus aliases
|
|
1616
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1617
|
-
// MessageCircleHeart aliases
|
|
1618
|
-
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1619
1621
|
// MessageCircleQuestion aliases
|
|
1620
1622
|
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1623
|
+
// MessageCirclePlus aliases
|
|
1624
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1621
1625
|
// MessageCircleReply aliases
|
|
1622
1626
|
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1623
1627
|
// MessageCircleWarning aliases
|
|
@@ -1646,18 +1650,18 @@ export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
|
1646
1650
|
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1647
1651
|
// MessageSquareQuote aliases
|
|
1648
1652
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1649
|
-
// MessageSquareShare aliases
|
|
1650
|
-
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1651
1653
|
// MessageSquareReply aliases
|
|
1652
1654
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1655
|
+
// MessageSquareShare aliases
|
|
1656
|
+
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1653
1657
|
// MessageSquareText aliases
|
|
1654
1658
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1655
1659
|
// MessageSquareWarning aliases
|
|
1656
1660
|
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1657
|
-
// MessageSquare aliases
|
|
1658
|
-
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1659
1661
|
// MessageSquareX aliases
|
|
1660
1662
|
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1663
|
+
// MessageSquare aliases
|
|
1664
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1661
1665
|
// MessagesSquare aliases
|
|
1662
1666
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1663
1667
|
// MicOff aliases
|
|
@@ -1670,12 +1674,12 @@ export { default as MicrochipIcon } from '../icons/microchip';
|
|
|
1670
1674
|
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1671
1675
|
// Microwave aliases
|
|
1672
1676
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1677
|
+
// Milestone aliases
|
|
1678
|
+
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1673
1679
|
// MilkOff aliases
|
|
1674
1680
|
export { default as MilkOffIcon } from '../icons/milk-off';
|
|
1675
1681
|
// Milk aliases
|
|
1676
1682
|
export { default as MilkIcon } from '../icons/milk';
|
|
1677
|
-
// Milestone aliases
|
|
1678
|
-
export { default as MilestoneIcon } from '../icons/milestone';
|
|
1679
1683
|
// Minimize2 aliases
|
|
1680
1684
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1681
1685
|
// Minimize aliases
|
|
@@ -1700,10 +1704,10 @@ export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
|
1700
1704
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1701
1705
|
// MonitorSmartphone aliases
|
|
1702
1706
|
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1703
|
-
// MonitorStop aliases
|
|
1704
|
-
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1705
1707
|
// MonitorUp aliases
|
|
1706
1708
|
export { default as MonitorUpIcon } from '../icons/monitor-up';
|
|
1709
|
+
// MonitorStop aliases
|
|
1710
|
+
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1707
1711
|
// MonitorX aliases
|
|
1708
1712
|
export { default as MonitorXIcon } from '../icons/monitor-x';
|
|
1709
1713
|
// Monitor aliases
|
|
@@ -1718,20 +1722,20 @@ export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
|
1718
1722
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1719
1723
|
// MouseOff aliases
|
|
1720
1724
|
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1721
|
-
// MousePointerBan aliases
|
|
1722
|
-
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1723
1725
|
// MousePointer2 aliases
|
|
1724
1726
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1725
|
-
//
|
|
1726
|
-
export { default as
|
|
1727
|
+
// MousePointerBan aliases
|
|
1728
|
+
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1727
1729
|
// MousePointer aliases
|
|
1728
1730
|
export { default as MousePointerIcon } from '../icons/mouse-pointer';
|
|
1731
|
+
// MousePointerClick aliases
|
|
1732
|
+
export { default as MousePointerClickIcon } from '../icons/mouse-pointer-click';
|
|
1729
1733
|
// Mouse aliases
|
|
1730
1734
|
export { default as MouseIcon } from '../icons/mouse';
|
|
1731
|
-
// MoveDiagonal aliases
|
|
1732
|
-
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1733
1735
|
// MoveDiagonal2 aliases
|
|
1734
1736
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1737
|
+
// MoveDiagonal aliases
|
|
1738
|
+
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1735
1739
|
// MoveDownLeft aliases
|
|
1736
1740
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1737
1741
|
// MoveDownRight aliases
|
|
@@ -1752,18 +1756,18 @@ export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
|
1752
1756
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1753
1757
|
// MoveVertical aliases
|
|
1754
1758
|
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1755
|
-
// Music3 aliases
|
|
1756
|
-
export { default as Music3Icon } from '../icons/music-3';
|
|
1757
1759
|
// Move aliases
|
|
1758
1760
|
export { default as MoveIcon } from '../icons/move';
|
|
1759
1761
|
// Music2 aliases
|
|
1760
1762
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1763
|
+
// Music aliases
|
|
1764
|
+
export { default as MusicIcon } from '../icons/music';
|
|
1765
|
+
// Music3 aliases
|
|
1766
|
+
export { default as Music3Icon } from '../icons/music-3';
|
|
1761
1767
|
// Music4 aliases
|
|
1762
1768
|
export { default as Music4Icon } from '../icons/music-4';
|
|
1763
1769
|
// Navigation2Off aliases
|
|
1764
1770
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1765
|
-
// Music aliases
|
|
1766
|
-
export { default as MusicIcon } from '../icons/music';
|
|
1767
1771
|
// Navigation2 aliases
|
|
1768
1772
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1769
1773
|
// NavigationOff aliases
|
|
@@ -1776,20 +1780,20 @@ export { default as NetworkIcon } from '../icons/network';
|
|
|
1776
1780
|
export { default as NewspaperIcon } from '../icons/newspaper';
|
|
1777
1781
|
// Nfc aliases
|
|
1778
1782
|
export { default as NfcIcon } from '../icons/nfc';
|
|
1783
|
+
// NonBinary aliases
|
|
1784
|
+
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1779
1785
|
// NotebookPen aliases
|
|
1780
1786
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1781
1787
|
// NotebookTabs aliases
|
|
1782
1788
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1783
|
-
// NonBinary aliases
|
|
1784
|
-
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1785
1789
|
// NotebookText aliases
|
|
1786
1790
|
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1787
1791
|
// Notebook aliases
|
|
1788
1792
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1789
|
-
// NotepadTextDashed aliases
|
|
1790
|
-
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1791
1793
|
// NotepadText aliases
|
|
1792
1794
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1795
|
+
// NotepadTextDashed aliases
|
|
1796
|
+
export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
1793
1797
|
// NutOff aliases
|
|
1794
1798
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1795
1799
|
// Nut aliases
|
|
@@ -1800,10 +1804,10 @@ export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
|
1800
1804
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1801
1805
|
// Omega aliases
|
|
1802
1806
|
export { default as OmegaIcon } from '../icons/omega';
|
|
1803
|
-
// Option aliases
|
|
1804
|
-
export { default as OptionIcon } from '../icons/option';
|
|
1805
1807
|
// Orbit aliases
|
|
1806
1808
|
export { default as OrbitIcon } from '../icons/orbit';
|
|
1809
|
+
// Option aliases
|
|
1810
|
+
export { default as OptionIcon } from '../icons/option';
|
|
1807
1811
|
// Origami aliases
|
|
1808
1812
|
export { default as OrigamiIcon } from '../icons/origami';
|
|
1809
1813
|
// Package2 aliases
|
|
@@ -1828,52 +1832,52 @@ export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
|
1828
1832
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1829
1833
|
// Paintbrush aliases
|
|
1830
1834
|
export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
1831
|
-
// PanelBottomClose aliases
|
|
1832
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1833
1835
|
// Palette aliases
|
|
1834
1836
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1835
|
-
//
|
|
1836
|
-
export { default as
|
|
1837
|
+
// PanelBottomClose aliases
|
|
1838
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1837
1839
|
// PanelBottom aliases
|
|
1838
1840
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1841
|
+
// PanelBottomOpen aliases
|
|
1842
|
+
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1839
1843
|
// PanelRightClose aliases
|
|
1840
1844
|
export { default as PanelRightCloseIcon } from '../icons/panel-right-close';
|
|
1841
1845
|
// PanelRight aliases
|
|
1842
1846
|
export { default as PanelRightIcon } from '../icons/panel-right';
|
|
1843
|
-
// PanelRightOpen aliases
|
|
1844
|
-
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1845
1847
|
// PanelTopClose aliases
|
|
1846
1848
|
export { default as PanelTopCloseIcon } from '../icons/panel-top-close';
|
|
1847
|
-
//
|
|
1848
|
-
export { default as
|
|
1849
|
+
// PanelRightOpen aliases
|
|
1850
|
+
export { default as PanelRightOpenIcon } from '../icons/panel-right-open';
|
|
1849
1851
|
// PanelTopOpen aliases
|
|
1850
1852
|
export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
1853
|
+
// PanelTop aliases
|
|
1854
|
+
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1851
1855
|
// PanelsLeftBottom aliases
|
|
1852
1856
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1853
|
-
// PanelsRightBottom aliases
|
|
1854
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1855
1857
|
// Paperclip aliases
|
|
1856
1858
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1859
|
+
// PanelsRightBottom aliases
|
|
1860
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1861
|
+
// Parentheses aliases
|
|
1862
|
+
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1857
1863
|
// ParkingMeter aliases
|
|
1858
1864
|
export { default as ParkingMeterIcon } from '../icons/parking-meter';
|
|
1859
1865
|
// PartyPopper aliases
|
|
1860
1866
|
export { default as PartyPopperIcon } from '../icons/party-popper';
|
|
1861
|
-
// Parentheses aliases
|
|
1862
|
-
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1863
1867
|
// Pause aliases
|
|
1864
1868
|
export { default as PauseIcon } from '../icons/pause';
|
|
1865
1869
|
// PawPrint aliases
|
|
1866
1870
|
export { default as PawPrintIcon } from '../icons/paw-print';
|
|
1867
1871
|
// PcCase aliases
|
|
1868
1872
|
export { default as PcCaseIcon } from '../icons/pc-case';
|
|
1869
|
-
// PenTool aliases
|
|
1870
|
-
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1871
1873
|
// PenOff aliases
|
|
1872
1874
|
export { default as PenOffIcon } from '../icons/pen-off';
|
|
1873
|
-
//
|
|
1874
|
-
export { default as
|
|
1875
|
+
// PenTool aliases
|
|
1876
|
+
export { default as PenToolIcon } from '../icons/pen-tool';
|
|
1875
1877
|
// PencilLine aliases
|
|
1876
1878
|
export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
1879
|
+
// PencilOff aliases
|
|
1880
|
+
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1877
1881
|
// PencilRuler aliases
|
|
1878
1882
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1879
1883
|
// Pencil aliases
|
|
@@ -1886,20 +1890,20 @@ export { default as PercentIcon } from '../icons/percent';
|
|
|
1886
1890
|
export { default as PersonStandingIcon } from '../icons/person-standing';
|
|
1887
1891
|
// PhilippinePeso aliases
|
|
1888
1892
|
export { default as PhilippinePesoIcon } from '../icons/philippine-peso';
|
|
1893
|
+
// PhoneCall aliases
|
|
1894
|
+
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1889
1895
|
// PhoneForwarded aliases
|
|
1890
1896
|
export { default as PhoneForwardedIcon } from '../icons/phone-forwarded';
|
|
1891
1897
|
// PhoneIncoming aliases
|
|
1892
1898
|
export { default as PhoneIncomingIcon } from '../icons/phone-incoming';
|
|
1893
|
-
// PhoneCall aliases
|
|
1894
|
-
export { default as PhoneCallIcon } from '../icons/phone-call';
|
|
1895
1899
|
// PhoneMissed aliases
|
|
1896
1900
|
export { default as PhoneMissedIcon } from '../icons/phone-missed';
|
|
1897
1901
|
// PhoneOff aliases
|
|
1898
1902
|
export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
1899
|
-
// PhoneOutgoing aliases
|
|
1900
|
-
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1901
1903
|
// Phone aliases
|
|
1902
1904
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1905
|
+
// PhoneOutgoing aliases
|
|
1906
|
+
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1903
1907
|
// Pi aliases
|
|
1904
1908
|
export { default as PiIcon } from '../icons/pi';
|
|
1905
1909
|
// Piano aliases
|
|
@@ -1908,58 +1912,58 @@ export { default as PianoIcon } from '../icons/piano';
|
|
|
1908
1912
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1909
1913
|
// PictureInPicture2 aliases
|
|
1910
1914
|
export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2';
|
|
1911
|
-
// PictureInPicture aliases
|
|
1912
|
-
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1913
1915
|
// PiggyBank aliases
|
|
1914
1916
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1917
|
+
// PictureInPicture aliases
|
|
1918
|
+
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1919
|
+
// PilcrowRight aliases
|
|
1920
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1915
1921
|
// PilcrowLeft aliases
|
|
1916
1922
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1917
1923
|
// Pilcrow aliases
|
|
1918
1924
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1919
|
-
// PilcrowRight aliases
|
|
1920
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1921
1925
|
// PillBottle aliases
|
|
1922
1926
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1923
1927
|
// Pill aliases
|
|
1924
1928
|
export { default as PillIcon } from '../icons/pill';
|
|
1925
|
-
// PinOff aliases
|
|
1926
|
-
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1927
1929
|
// Pin aliases
|
|
1928
1930
|
export { default as PinIcon } from '../icons/pin';
|
|
1931
|
+
// PinOff aliases
|
|
1932
|
+
export { default as PinOffIcon } from '../icons/pin-off';
|
|
1929
1933
|
// Pipette aliases
|
|
1930
1934
|
export { default as PipetteIcon } from '../icons/pipette';
|
|
1931
1935
|
// Pizza aliases
|
|
1932
1936
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1933
1937
|
// PlaneLanding aliases
|
|
1934
1938
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1935
|
-
// Plane aliases
|
|
1936
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1937
1939
|
// PlaneTakeoff aliases
|
|
1938
1940
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1941
|
+
// Plane aliases
|
|
1942
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1943
|
+
// Play aliases
|
|
1944
|
+
export { default as PlayIcon } from '../icons/play';
|
|
1939
1945
|
// Plug2 aliases
|
|
1940
1946
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1941
|
-
// Plug aliases
|
|
1942
|
-
export { default as PlugIcon } from '../icons/plug';
|
|
1943
1947
|
// Plus aliases
|
|
1944
1948
|
export { default as PlusIcon } from '../icons/plus';
|
|
1945
|
-
//
|
|
1946
|
-
export { default as
|
|
1949
|
+
// Plug aliases
|
|
1950
|
+
export { default as PlugIcon } from '../icons/plug';
|
|
1947
1951
|
// PocketKnife aliases
|
|
1948
1952
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1953
|
+
// Podcast aliases
|
|
1954
|
+
export { default as PodcastIcon } from '../icons/podcast';
|
|
1949
1955
|
// Pocket aliases
|
|
1950
1956
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1951
1957
|
// PointerOff aliases
|
|
1952
1958
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1953
|
-
// Podcast aliases
|
|
1954
|
-
export { default as PodcastIcon } from '../icons/podcast';
|
|
1955
1959
|
// Pointer aliases
|
|
1956
1960
|
export { default as PointerIcon } from '../icons/pointer';
|
|
1957
1961
|
// Popcorn aliases
|
|
1958
1962
|
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1959
|
-
// PoundSterling aliases
|
|
1960
|
-
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1961
1963
|
// Popsicle aliases
|
|
1962
1964
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1965
|
+
// PoundSterling aliases
|
|
1966
|
+
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1963
1967
|
// PowerOff aliases
|
|
1964
1968
|
export { default as PowerOffIcon } from '../icons/power-off';
|
|
1965
1969
|
// Power aliases
|
|
@@ -1974,18 +1978,18 @@ export { default as PrinterIcon } from '../icons/printer';
|
|
|
1974
1978
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
1975
1979
|
// Proportions aliases
|
|
1976
1980
|
export { default as ProportionsIcon } from '../icons/proportions';
|
|
1977
|
-
// Pyramid aliases
|
|
1978
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1979
1981
|
// Puzzle aliases
|
|
1980
1982
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
1983
|
+
// Pyramid aliases
|
|
1984
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
1981
1985
|
// QrCode aliases
|
|
1982
1986
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
1983
1987
|
// Quote aliases
|
|
1984
1988
|
export { default as QuoteIcon } from '../icons/quote';
|
|
1985
|
-
// Rabbit aliases
|
|
1986
|
-
export { default as RabbitIcon } from '../icons/rabbit';
|
|
1987
1989
|
// Radar aliases
|
|
1988
1990
|
export { default as RadarIcon } from '../icons/radar';
|
|
1991
|
+
// Rabbit aliases
|
|
1992
|
+
export { default as RabbitIcon } from '../icons/rabbit';
|
|
1989
1993
|
// Radiation aliases
|
|
1990
1994
|
export { default as RadiationIcon } from '../icons/radiation';
|
|
1991
1995
|
// Radical aliases
|
|
@@ -2004,34 +2008,34 @@ export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
|
2004
2008
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2005
2009
|
// Rat aliases
|
|
2006
2010
|
export { default as RatIcon } from '../icons/rat';
|
|
2007
|
-
// Ratio aliases
|
|
2008
|
-
export { default as RatioIcon } from '../icons/ratio';
|
|
2009
2011
|
// ReceiptCent aliases
|
|
2010
2012
|
export { default as ReceiptCentIcon } from '../icons/receipt-cent';
|
|
2011
|
-
// ReceiptIndianRupee aliases
|
|
2012
|
-
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2013
2013
|
// ReceiptEuro aliases
|
|
2014
2014
|
export { default as ReceiptEuroIcon } from '../icons/receipt-euro';
|
|
2015
|
-
//
|
|
2016
|
-
export { default as
|
|
2015
|
+
// Ratio aliases
|
|
2016
|
+
export { default as RatioIcon } from '../icons/ratio';
|
|
2017
|
+
// ReceiptIndianRupee aliases
|
|
2018
|
+
export { default as ReceiptIndianRupeeIcon } from '../icons/receipt-indian-rupee';
|
|
2017
2019
|
// ReceiptJapaneseYen aliases
|
|
2018
2020
|
export { default as ReceiptJapaneseYenIcon } from '../icons/receipt-japanese-yen';
|
|
2019
|
-
//
|
|
2020
|
-
export { default as
|
|
2021
|
+
// ReceiptPoundSterling aliases
|
|
2022
|
+
export { default as ReceiptPoundSterlingIcon } from '../icons/receipt-pound-sterling';
|
|
2021
2023
|
// ReceiptRussianRuble aliases
|
|
2022
2024
|
export { default as ReceiptRussianRubleIcon } from '../icons/receipt-russian-ruble';
|
|
2023
|
-
//
|
|
2024
|
-
export { default as
|
|
2025
|
+
// ReceiptSwissFranc aliases
|
|
2026
|
+
export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
2025
2027
|
// ReceiptText aliases
|
|
2026
2028
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2029
|
+
// Receipt aliases
|
|
2030
|
+
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2027
2031
|
// RectangleVertical aliases
|
|
2028
2032
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2029
2033
|
// RectangleHorizontal aliases
|
|
2030
2034
|
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2031
|
-
// Redo2 aliases
|
|
2032
|
-
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2033
2035
|
// Recycle aliases
|
|
2034
2036
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2037
|
+
// Redo2 aliases
|
|
2038
|
+
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2035
2039
|
// RedoDot aliases
|
|
2036
2040
|
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2037
2041
|
// Redo aliases
|
|
@@ -2044,28 +2048,28 @@ export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
|
2044
2048
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2045
2049
|
// Refrigerator aliases
|
|
2046
2050
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2047
|
-
// Regex aliases
|
|
2048
|
-
export { default as RegexIcon } from '../icons/regex';
|
|
2049
2051
|
// RefreshCw aliases
|
|
2050
2052
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2053
|
+
// Regex aliases
|
|
2054
|
+
export { default as RegexIcon } from '../icons/regex';
|
|
2051
2055
|
// RemoveFormatting aliases
|
|
2052
2056
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2053
2057
|
// Repeat1 aliases
|
|
2054
2058
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2055
2059
|
// Repeat2 aliases
|
|
2056
2060
|
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2057
|
-
// ReplaceAll aliases
|
|
2058
|
-
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2059
2061
|
// Repeat aliases
|
|
2060
2062
|
export { default as RepeatIcon } from '../icons/repeat';
|
|
2061
|
-
//
|
|
2062
|
-
export { default as
|
|
2063
|
+
// ReplaceAll aliases
|
|
2064
|
+
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2063
2065
|
// Replace aliases
|
|
2064
2066
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2067
|
+
// ReplyAll aliases
|
|
2068
|
+
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2067
2069
|
// Rewind aliases
|
|
2068
2070
|
export { default as RewindIcon } from '../icons/rewind';
|
|
2071
|
+
// Reply aliases
|
|
2072
|
+
export { default as ReplyIcon } from '../icons/reply';
|
|
2069
2073
|
// Ribbon aliases
|
|
2070
2074
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2071
2075
|
// Rocket aliases
|
|
@@ -2074,6 +2078,8 @@ export { default as RocketIcon } from '../icons/rocket';
|
|
|
2074
2078
|
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2075
2079
|
// RollerCoaster aliases
|
|
2076
2080
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2081
|
+
// RotateCcwKey aliases
|
|
2082
|
+
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2077
2083
|
// RotateCcwSquare aliases
|
|
2078
2084
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2079
2085
|
// RotateCcw aliases
|
|
@@ -2088,10 +2094,10 @@ export { default as RouteOffIcon } from '../icons/route-off';
|
|
|
2088
2094
|
export { default as RouteIcon } from '../icons/route';
|
|
2089
2095
|
// Router aliases
|
|
2090
2096
|
export { default as RouterIcon } from '../icons/router';
|
|
2091
|
-
// Rows4 aliases
|
|
2092
|
-
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2093
2097
|
// Rss aliases
|
|
2094
2098
|
export { default as RssIcon } from '../icons/rss';
|
|
2099
|
+
// Rows4 aliases
|
|
2100
|
+
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2095
2101
|
// Ruler aliases
|
|
2096
2102
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2097
2103
|
// RussianRuble aliases
|
|
@@ -2104,24 +2110,24 @@ export { default as SaladIcon } from '../icons/salad';
|
|
|
2104
2110
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2105
2111
|
// Sandwich aliases
|
|
2106
2112
|
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2113
|
+
// SaudiRiyal aliases
|
|
2114
|
+
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2107
2115
|
// Satellite aliases
|
|
2108
2116
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2109
2117
|
// SaveAll aliases
|
|
2110
2118
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2111
|
-
// SaudiRiyal aliases
|
|
2112
|
-
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2113
|
-
// SaveOff aliases
|
|
2114
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2115
2119
|
// Save aliases
|
|
2116
2120
|
export { default as SaveIcon } from '../icons/save';
|
|
2121
|
+
// SaveOff aliases
|
|
2122
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2117
2123
|
// Scale aliases
|
|
2118
2124
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2119
2125
|
// Scaling aliases
|
|
2120
2126
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2121
|
-
// ScanEye aliases
|
|
2122
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2123
2127
|
// ScanBarcode aliases
|
|
2124
2128
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2129
|
+
// ScanEye aliases
|
|
2130
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2125
2131
|
// ScanFace aliases
|
|
2126
2132
|
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2127
2133
|
// ScanHeart aliases
|
|
@@ -2138,28 +2144,28 @@ export { default as ScanTextIcon } from '../icons/scan-text';
|
|
|
2138
2144
|
export { default as ScanIcon } from '../icons/scan';
|
|
2139
2145
|
// School aliases
|
|
2140
2146
|
export { default as SchoolIcon } from '../icons/school';
|
|
2141
|
-
// ScissorsLineDashed aliases
|
|
2142
|
-
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2143
|
-
// ScreenShareOff aliases
|
|
2144
|
-
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2145
2147
|
// Scissors aliases
|
|
2146
2148
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2149
|
+
// ScreenShareOff aliases
|
|
2150
|
+
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2151
|
+
// ScissorsLineDashed aliases
|
|
2152
|
+
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2153
|
+
// ScreenShare aliases
|
|
2154
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2147
2155
|
// ScrollText aliases
|
|
2148
2156
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2149
2157
|
// Scroll aliases
|
|
2150
2158
|
export { default as ScrollIcon } from '../icons/scroll';
|
|
2151
|
-
// ScreenShare aliases
|
|
2152
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2153
|
-
// SearchCode aliases
|
|
2154
|
-
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2155
2159
|
// SearchCheck aliases
|
|
2156
2160
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2161
|
+
// SearchCode aliases
|
|
2162
|
+
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2157
2163
|
// SearchSlash aliases
|
|
2158
2164
|
export { default as SearchSlashIcon } from '../icons/search-slash';
|
|
2159
|
-
// Search aliases
|
|
2160
|
-
export { default as SearchIcon } from '../icons/search';
|
|
2161
2165
|
// SearchX aliases
|
|
2162
2166
|
export { default as SearchXIcon } from '../icons/search-x';
|
|
2167
|
+
// Search aliases
|
|
2168
|
+
export { default as SearchIcon } from '../icons/search';
|
|
2163
2169
|
// Section aliases
|
|
2164
2170
|
export { default as SectionIcon } from '../icons/section';
|
|
2165
2171
|
// SendToBack aliases
|
|
@@ -2168,18 +2174,18 @@ export { default as SendToBackIcon } from '../icons/send-to-back';
|
|
|
2168
2174
|
export { default as SendIcon } from '../icons/send';
|
|
2169
2175
|
// SeparatorVertical aliases
|
|
2170
2176
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2171
|
-
// SeparatorHorizontal aliases
|
|
2172
|
-
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2173
2177
|
// ServerCog aliases
|
|
2174
2178
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2179
|
+
// SeparatorHorizontal aliases
|
|
2180
|
+
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2175
2181
|
// ServerCrash aliases
|
|
2176
2182
|
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2177
2183
|
// ServerOff aliases
|
|
2178
2184
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2179
|
-
// Server aliases
|
|
2180
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2181
2185
|
// Settings2 aliases
|
|
2182
2186
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2187
|
+
// Server aliases
|
|
2188
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2183
2189
|
// Settings aliases
|
|
2184
2190
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2185
2191
|
// Shapes aliases
|
|
@@ -2206,10 +2212,10 @@ export { default as ShieldHalfIcon } from '../icons/shield-half';
|
|
|
2206
2212
|
export { default as ShieldMinusIcon } from '../icons/shield-minus';
|
|
2207
2213
|
// ShieldPlus aliases
|
|
2208
2214
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2209
|
-
// ShieldQuestion aliases
|
|
2210
|
-
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2211
2215
|
// ShieldOff aliases
|
|
2212
2216
|
export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
2217
|
+
// ShieldQuestion aliases
|
|
2218
|
+
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2213
2219
|
// ShieldUser aliases
|
|
2214
2220
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2215
2221
|
// Shield aliases
|
|
@@ -2224,82 +2230,82 @@ export { default as ShirtIcon } from '../icons/shirt';
|
|
|
2224
2230
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2225
2231
|
// ShoppingBasket aliases
|
|
2226
2232
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2227
|
-
// ShoppingCart aliases
|
|
2228
|
-
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2229
2233
|
// Shovel aliases
|
|
2230
2234
|
export { default as ShovelIcon } from '../icons/shovel';
|
|
2235
|
+
// ShoppingCart aliases
|
|
2236
|
+
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2231
2237
|
// ShowerHead aliases
|
|
2232
2238
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2233
2239
|
// Shrink aliases
|
|
2234
2240
|
export { default as ShrinkIcon } from '../icons/shrink';
|
|
2235
2241
|
// Shrimp aliases
|
|
2236
2242
|
export { default as ShrimpIcon } from '../icons/shrimp';
|
|
2237
|
-
// Shuffle aliases
|
|
2238
|
-
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2239
2243
|
// Shrub aliases
|
|
2240
2244
|
export { default as ShrubIcon } from '../icons/shrub';
|
|
2245
|
+
// Shuffle aliases
|
|
2246
|
+
export { default as ShuffleIcon } from '../icons/shuffle';
|
|
2241
2247
|
// Sigma aliases
|
|
2242
2248
|
export { default as SigmaIcon } from '../icons/sigma';
|
|
2243
|
-
// SignalHigh aliases
|
|
2244
|
-
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2245
|
-
// SignalLow aliases
|
|
2246
|
-
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2247
2249
|
// SignalMedium aliases
|
|
2248
2250
|
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2251
|
+
// SignalLow aliases
|
|
2252
|
+
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2253
|
+
// SignalHigh aliases
|
|
2254
|
+
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2249
2255
|
// SignalZero aliases
|
|
2250
2256
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2251
2257
|
// Signal aliases
|
|
2252
2258
|
export { default as SignalIcon } from '../icons/signal';
|
|
2253
|
-
// Signpost aliases
|
|
2254
|
-
export { default as SignpostIcon } from '../icons/signpost';
|
|
2255
|
-
// SignpostBig aliases
|
|
2256
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2257
2259
|
// Signature aliases
|
|
2258
2260
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2261
|
+
// SignpostBig aliases
|
|
2262
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2263
|
+
// Signpost aliases
|
|
2264
|
+
export { default as SignpostIcon } from '../icons/signpost';
|
|
2259
2265
|
// Siren aliases
|
|
2260
2266
|
export { default as SirenIcon } from '../icons/siren';
|
|
2261
2267
|
// SkipBack aliases
|
|
2262
2268
|
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2263
2269
|
// SkipForward aliases
|
|
2264
2270
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2265
|
-
// Slack aliases
|
|
2266
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2267
2271
|
// Skull aliases
|
|
2268
2272
|
export { default as SkullIcon } from '../icons/skull';
|
|
2273
|
+
// Slack aliases
|
|
2274
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2269
2275
|
// Slash aliases
|
|
2270
2276
|
export { default as SlashIcon } from '../icons/slash';
|
|
2271
|
-
// Slice aliases
|
|
2272
|
-
export { default as SliceIcon } from '../icons/slice';
|
|
2273
2277
|
// SlidersHorizontal aliases
|
|
2274
2278
|
export { default as SlidersHorizontalIcon } from '../icons/sliders-horizontal';
|
|
2279
|
+
// Slice aliases
|
|
2280
|
+
export { default as SliceIcon } from '../icons/slice';
|
|
2275
2281
|
// SmartphoneCharging aliases
|
|
2276
2282
|
export { default as SmartphoneChargingIcon } from '../icons/smartphone-charging';
|
|
2277
2283
|
// SmartphoneNfc aliases
|
|
2278
2284
|
export { default as SmartphoneNfcIcon } from '../icons/smartphone-nfc';
|
|
2279
2285
|
// Smartphone aliases
|
|
2280
2286
|
export { default as SmartphoneIcon } from '../icons/smartphone';
|
|
2287
|
+
// Smile aliases
|
|
2288
|
+
export { default as SmileIcon } from '../icons/smile';
|
|
2281
2289
|
// SmilePlus aliases
|
|
2282
2290
|
export { default as SmilePlusIcon } from '../icons/smile-plus';
|
|
2283
2291
|
// Snail aliases
|
|
2284
2292
|
export { default as SnailIcon } from '../icons/snail';
|
|
2285
|
-
// Smile aliases
|
|
2286
|
-
export { default as SmileIcon } from '../icons/smile';
|
|
2287
2293
|
// Snowflake aliases
|
|
2288
2294
|
export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
2289
2295
|
// Sofa aliases
|
|
2290
2296
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2291
2297
|
// Soup aliases
|
|
2292
2298
|
export { default as SoupIcon } from '../icons/soup';
|
|
2293
|
-
// Spade aliases
|
|
2294
|
-
export { default as SpadeIcon } from '../icons/spade';
|
|
2295
2299
|
// Space aliases
|
|
2296
2300
|
export { default as SpaceIcon } from '../icons/space';
|
|
2297
|
-
// Speaker aliases
|
|
2298
|
-
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2299
2301
|
// Sparkle aliases
|
|
2300
2302
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2303
|
+
// Speaker aliases
|
|
2304
|
+
export { default as SpeakerIcon } from '../icons/speaker';
|
|
2301
2305
|
// Speech aliases
|
|
2302
2306
|
export { default as SpeechIcon } from '../icons/speech';
|
|
2307
|
+
// Spade aliases
|
|
2308
|
+
export { default as SpadeIcon } from '../icons/spade';
|
|
2303
2309
|
// SpellCheck2 aliases
|
|
2304
2310
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2305
2311
|
// SpellCheck aliases
|
|
@@ -2308,22 +2314,22 @@ export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
|
2308
2314
|
export { default as SplineIcon } from '../icons/spline';
|
|
2309
2315
|
// SplinePointer aliases
|
|
2310
2316
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2311
|
-
// Split aliases
|
|
2312
|
-
export { default as SplitIcon } from '../icons/split';
|
|
2313
2317
|
// SprayCan aliases
|
|
2314
2318
|
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2319
|
+
// Split aliases
|
|
2320
|
+
export { default as SplitIcon } from '../icons/split';
|
|
2315
2321
|
// Sprout aliases
|
|
2316
2322
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2323
|
+
// SquareDashedBottomCode aliases
|
|
2324
|
+
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2317
2325
|
// SquareDashedBottom aliases
|
|
2318
2326
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2319
2327
|
// SquareRadical aliases
|
|
2320
2328
|
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2321
|
-
// SquareDashedBottomCode aliases
|
|
2322
|
-
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2323
|
-
// SquareSquare aliases
|
|
2324
|
-
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2325
2329
|
// SquareRoundCorner aliases
|
|
2326
2330
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2331
|
+
// SquareSquare aliases
|
|
2332
|
+
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2327
2333
|
// SquareStack aliases
|
|
2328
2334
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2329
2335
|
// Square aliases
|
|
@@ -2342,164 +2348,164 @@ export { default as StarOffIcon } from '../icons/star-off';
|
|
|
2342
2348
|
export { default as StarIcon } from '../icons/star';
|
|
2343
2349
|
// StepBack aliases
|
|
2344
2350
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2345
|
-
// StepForward aliases
|
|
2346
|
-
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2347
|
-
// Stethoscope aliases
|
|
2348
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2349
2351
|
// Sticker aliases
|
|
2350
2352
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2353
|
+
// StepForward aliases
|
|
2354
|
+
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2351
2355
|
// StickyNote aliases
|
|
2352
2356
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2357
|
+
// Stethoscope aliases
|
|
2358
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2353
2359
|
// Store aliases
|
|
2354
2360
|
export { default as StoreIcon } from '../icons/store';
|
|
2355
|
-
// StretchVertical aliases
|
|
2356
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2357
2361
|
// StretchHorizontal aliases
|
|
2358
2362
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2363
|
+
// StretchVertical aliases
|
|
2364
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2359
2365
|
// Strikethrough aliases
|
|
2360
2366
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2367
|
+
// Subscript aliases
|
|
2368
|
+
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2361
2369
|
// SunDim aliases
|
|
2362
2370
|
export { default as SunDimIcon } from '../icons/sun-dim';
|
|
2363
2371
|
// SunMedium aliases
|
|
2364
2372
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2365
|
-
// Subscript aliases
|
|
2366
|
-
export { default as SubscriptIcon } from '../icons/subscript';
|
|
2367
|
-
// SunMoon aliases
|
|
2368
|
-
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2369
2373
|
// SunSnow aliases
|
|
2370
2374
|
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2375
|
+
// SunMoon aliases
|
|
2376
|
+
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2373
2377
|
// Sun aliases
|
|
2374
2378
|
export { default as SunIcon } from '../icons/sun';
|
|
2379
|
+
// Sunrise aliases
|
|
2380
|
+
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2375
2381
|
// Sunset aliases
|
|
2376
2382
|
export { default as SunsetIcon } from '../icons/sunset';
|
|
2377
2383
|
// Superscript aliases
|
|
2378
2384
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2379
2385
|
// SwatchBook aliases
|
|
2380
2386
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2381
|
-
// SwitchCamera aliases
|
|
2382
|
-
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2383
2387
|
// SwissFranc aliases
|
|
2384
2388
|
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2389
|
+
// SwitchCamera aliases
|
|
2390
|
+
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2387
2391
|
// Sword aliases
|
|
2388
2392
|
export { default as SwordIcon } from '../icons/sword';
|
|
2389
2393
|
// Swords aliases
|
|
2390
2394
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2391
|
-
// Table2 aliases
|
|
2392
|
-
export { default as Table2Icon } from '../icons/table-2';
|
|
2393
2395
|
// TableCellsMerge aliases
|
|
2394
2396
|
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2397
|
+
// Table2 aliases
|
|
2398
|
+
export { default as Table2Icon } from '../icons/table-2';
|
|
2399
|
+
// Syringe aliases
|
|
2400
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2395
2401
|
// TableCellsSplit aliases
|
|
2396
2402
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2397
|
-
// TableOfContents aliases
|
|
2398
|
-
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2399
2403
|
// TableColumnsSplit aliases
|
|
2400
2404
|
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2401
|
-
//
|
|
2402
|
-
export { default as
|
|
2405
|
+
// TableOfContents aliases
|
|
2406
|
+
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2403
2407
|
// TableProperties aliases
|
|
2404
2408
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2405
2409
|
// TableRowsSplit aliases
|
|
2406
2410
|
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2407
|
-
//
|
|
2408
|
-
export { default as
|
|
2411
|
+
// Table aliases
|
|
2412
|
+
export { default as TableIcon } from '../icons/table';
|
|
2409
2413
|
// TabletSmartphone aliases
|
|
2410
2414
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2415
|
+
// Tablet aliases
|
|
2416
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2411
2417
|
// Tablets aliases
|
|
2412
2418
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2413
|
-
// Tags aliases
|
|
2414
|
-
export { default as TagsIcon } from '../icons/tags';
|
|
2415
2419
|
// Tag aliases
|
|
2416
2420
|
export { default as TagIcon } from '../icons/tag';
|
|
2417
2421
|
// Tally1 aliases
|
|
2418
2422
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2419
2423
|
// Tally2 aliases
|
|
2420
2424
|
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2421
|
-
//
|
|
2422
|
-
export { default as
|
|
2425
|
+
// Tags aliases
|
|
2426
|
+
export { default as TagsIcon } from '../icons/tags';
|
|
2423
2427
|
// Tally4 aliases
|
|
2424
2428
|
export { default as Tally4Icon } from '../icons/tally-4';
|
|
2429
|
+
// Tally3 aliases
|
|
2430
|
+
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2425
2431
|
// Tally5 aliases
|
|
2426
2432
|
export { default as Tally5Icon } from '../icons/tally-5';
|
|
2427
2433
|
// Tangent aliases
|
|
2428
2434
|
export { default as TangentIcon } from '../icons/tangent';
|
|
2429
|
-
// Telescope aliases
|
|
2430
|
-
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2431
2435
|
// Target aliases
|
|
2432
2436
|
export { default as TargetIcon } from '../icons/target';
|
|
2433
|
-
//
|
|
2434
|
-
export { default as
|
|
2437
|
+
// Telescope aliases
|
|
2438
|
+
export { default as TelescopeIcon } from '../icons/telescope';
|
|
2435
2439
|
// TentTree aliases
|
|
2436
2440
|
export { default as TentTreeIcon } from '../icons/tent-tree';
|
|
2441
|
+
// Tent aliases
|
|
2442
|
+
export { default as TentIcon } from '../icons/tent';
|
|
2437
2443
|
// Terminal aliases
|
|
2438
2444
|
export { default as TerminalIcon } from '../icons/terminal';
|
|
2445
|
+
// TestTubes aliases
|
|
2446
|
+
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2439
2447
|
// TestTube aliases
|
|
2440
2448
|
export { default as TestTubeIcon } from '../icons/test-tube';
|
|
2441
2449
|
// TextCursorInput aliases
|
|
2442
2450
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2443
|
-
// TestTubes aliases
|
|
2444
|
-
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2445
2451
|
// TextCursor aliases
|
|
2446
2452
|
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2453
|
+
// TextSearch aliases
|
|
2454
|
+
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2447
2455
|
// TextQuote aliases
|
|
2448
2456
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2449
2457
|
// Text aliases
|
|
2450
2458
|
export { default as TextIcon } from '../icons/text';
|
|
2451
|
-
// TextSearch aliases
|
|
2452
|
-
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2453
2459
|
// Theater aliases
|
|
2454
2460
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2455
2461
|
// ThermometerSnowflake aliases
|
|
2456
2462
|
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2457
|
-
// Thermometer aliases
|
|
2458
|
-
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2459
2463
|
// ThermometerSun aliases
|
|
2460
2464
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2465
|
+
// Thermometer aliases
|
|
2466
|
+
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2461
2467
|
// ThumbsUp aliases
|
|
2462
2468
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2463
|
-
// TicketMinus aliases
|
|
2464
|
-
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2465
2469
|
// ThumbsDown aliases
|
|
2466
2470
|
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2467
2471
|
// TicketCheck aliases
|
|
2468
2472
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2469
2473
|
// TicketPercent aliases
|
|
2470
2474
|
export { default as TicketPercentIcon } from '../icons/ticket-percent';
|
|
2475
|
+
// TicketMinus aliases
|
|
2476
|
+
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2471
2477
|
// TicketPlus aliases
|
|
2472
2478
|
export { default as TicketPlusIcon } from '../icons/ticket-plus';
|
|
2473
2479
|
// TicketSlash aliases
|
|
2474
2480
|
export { default as TicketSlashIcon } from '../icons/ticket-slash';
|
|
2475
2481
|
// TicketX aliases
|
|
2476
2482
|
export { default as TicketXIcon } from '../icons/ticket-x';
|
|
2477
|
-
// Ticket aliases
|
|
2478
|
-
export { default as TicketIcon } from '../icons/ticket';
|
|
2479
2483
|
// TicketsPlane aliases
|
|
2480
2484
|
export { default as TicketsPlaneIcon } from '../icons/tickets-plane';
|
|
2485
|
+
// Ticket aliases
|
|
2486
|
+
export { default as TicketIcon } from '../icons/ticket';
|
|
2481
2487
|
// Tickets aliases
|
|
2482
2488
|
export { default as TicketsIcon } from '../icons/tickets';
|
|
2489
|
+
// TimerOff aliases
|
|
2490
|
+
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2483
2491
|
// TimerReset aliases
|
|
2484
2492
|
export { default as TimerResetIcon } from '../icons/timer-reset';
|
|
2485
2493
|
// Timer aliases
|
|
2486
2494
|
export { default as TimerIcon } from '../icons/timer';
|
|
2487
|
-
// TimerOff aliases
|
|
2488
|
-
export { default as TimerOffIcon } from '../icons/timer-off';
|
|
2489
2495
|
// ToggleLeft aliases
|
|
2490
2496
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2491
2497
|
// ToggleRight aliases
|
|
2492
2498
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2493
|
-
// Torus aliases
|
|
2494
|
-
export { default as TorusIcon } from '../icons/torus';
|
|
2495
2499
|
// Toilet aliases
|
|
2496
2500
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2497
2501
|
// Tornado aliases
|
|
2498
2502
|
export { default as TornadoIcon } from '../icons/tornado';
|
|
2499
|
-
// Touchpad aliases
|
|
2500
|
-
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2501
2503
|
// TouchpadOff aliases
|
|
2502
2504
|
export { default as TouchpadOffIcon } from '../icons/touchpad-off';
|
|
2505
|
+
// Torus aliases
|
|
2506
|
+
export { default as TorusIcon } from '../icons/torus';
|
|
2507
|
+
// Touchpad aliases
|
|
2508
|
+
export { default as TouchpadIcon } from '../icons/touchpad';
|
|
2503
2509
|
// TowerControl aliases
|
|
2504
2510
|
export { default as TowerControlIcon } from '../icons/tower-control';
|
|
2505
2511
|
// ToyBrick aliases
|
|
@@ -2518,10 +2524,10 @@ export { default as TrainTrackIcon } from '../icons/train-track';
|
|
|
2518
2524
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2519
2525
|
// Trash2 aliases
|
|
2520
2526
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2521
|
-
// TreeDeciduous aliases
|
|
2522
|
-
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2523
2527
|
// Trash aliases
|
|
2524
2528
|
export { default as TrashIcon } from '../icons/trash';
|
|
2529
|
+
// TreeDeciduous aliases
|
|
2530
|
+
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2525
2531
|
// TreePine aliases
|
|
2526
2532
|
export { default as TreePineIcon } from '../icons/tree-pine';
|
|
2527
2533
|
// Trees aliases
|
|
@@ -2534,20 +2540,20 @@ export { default as TrendingDownIcon } from '../icons/trending-down';
|
|
|
2534
2540
|
export { default as TrendingUpDownIcon } from '../icons/trending-up-down';
|
|
2535
2541
|
// TrendingUp aliases
|
|
2536
2542
|
export { default as TrendingUpIcon } from '../icons/trending-up';
|
|
2537
|
-
// TriangleRight aliases
|
|
2538
|
-
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2539
2543
|
// TriangleDashed aliases
|
|
2540
2544
|
export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
2545
|
+
// TriangleRight aliases
|
|
2546
|
+
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2541
2547
|
// Triangle aliases
|
|
2542
2548
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2543
|
-
// Truck aliases
|
|
2544
|
-
export { default as TruckIcon } from '../icons/truck';
|
|
2545
2549
|
// Trophy aliases
|
|
2546
2550
|
export { default as TrophyIcon } from '../icons/trophy';
|
|
2547
|
-
//
|
|
2548
|
-
export { default as
|
|
2551
|
+
// Truck aliases
|
|
2552
|
+
export { default as TruckIcon } from '../icons/truck';
|
|
2549
2553
|
// Turtle aliases
|
|
2550
2554
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2555
|
+
// Tv aliases
|
|
2556
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2551
2557
|
// TvMinimalPlay aliases
|
|
2552
2558
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2553
2559
|
// Twitch aliases
|
|
@@ -2558,64 +2564,64 @@ export { default as TwitterIcon } from '../icons/twitter';
|
|
|
2558
2564
|
export { default as TypeOutlineIcon } from '../icons/type-outline';
|
|
2559
2565
|
// Type aliases
|
|
2560
2566
|
export { default as TypeIcon } from '../icons/type';
|
|
2561
|
-
// Umbrella aliases
|
|
2562
|
-
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2563
2567
|
// UmbrellaOff aliases
|
|
2564
2568
|
export { default as UmbrellaOffIcon } from '../icons/umbrella-off';
|
|
2569
|
+
// Umbrella aliases
|
|
2570
|
+
export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
2565
2571
|
// Underline aliases
|
|
2566
2572
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2567
2573
|
// Undo2 aliases
|
|
2568
2574
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2569
|
-
// UndoDot aliases
|
|
2570
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2571
2575
|
// Undo aliases
|
|
2572
2576
|
export { default as UndoIcon } from '../icons/undo';
|
|
2577
|
+
// UndoDot aliases
|
|
2578
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2573
2579
|
// UnfoldHorizontal aliases
|
|
2574
2580
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2575
|
-
// Ungroup aliases
|
|
2576
|
-
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2577
2581
|
// UnfoldVertical aliases
|
|
2578
2582
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2579
|
-
//
|
|
2580
|
-
export { default as
|
|
2583
|
+
// Ungroup aliases
|
|
2584
|
+
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2581
2585
|
// Unlink aliases
|
|
2582
2586
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2587
|
+
// Unlink2 aliases
|
|
2588
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2583
2589
|
// Unplug aliases
|
|
2584
2590
|
export { default as UnplugIcon } from '../icons/unplug';
|
|
2591
|
+
// Upload aliases
|
|
2592
|
+
export { default as UploadIcon } from '../icons/upload';
|
|
2585
2593
|
// Usb aliases
|
|
2586
2594
|
export { default as UsbIcon } from '../icons/usb';
|
|
2587
2595
|
// UserCheck aliases
|
|
2588
2596
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2589
2597
|
// UserCog aliases
|
|
2590
2598
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2591
|
-
// UserMinus aliases
|
|
2592
|
-
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2593
|
-
// Upload aliases
|
|
2594
|
-
export { default as UploadIcon } from '../icons/upload';
|
|
2595
2599
|
// UserPen aliases
|
|
2596
2600
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2601
|
+
// UserMinus aliases
|
|
2602
|
+
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2597
2603
|
// UserPlus aliases
|
|
2598
2604
|
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2599
|
-
// UserRoundPen aliases
|
|
2600
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2601
2605
|
// UserRoundSearch aliases
|
|
2602
2606
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2607
|
+
// UserRoundPen aliases
|
|
2608
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2603
2609
|
// UserX aliases
|
|
2604
2610
|
export { default as UserXIcon } from '../icons/user-x';
|
|
2611
|
+
// User aliases
|
|
2612
|
+
export { default as UserIcon } from '../icons/user';
|
|
2605
2613
|
// UserSearch aliases
|
|
2606
2614
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2607
2615
|
// Users aliases
|
|
2608
2616
|
export { default as UsersIcon } from '../icons/users';
|
|
2609
|
-
// Variable aliases
|
|
2610
|
-
export { default as VariableIcon } from '../icons/variable';
|
|
2611
|
-
// User aliases
|
|
2612
|
-
export { default as UserIcon } from '../icons/user';
|
|
2613
2617
|
// UtilityPole aliases
|
|
2614
2618
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2615
|
-
//
|
|
2616
|
-
export { default as
|
|
2619
|
+
// Variable aliases
|
|
2620
|
+
export { default as VariableIcon } from '../icons/variable';
|
|
2617
2621
|
// Vault aliases
|
|
2618
2622
|
export { default as VaultIcon } from '../icons/vault';
|
|
2623
|
+
// Vegan aliases
|
|
2624
|
+
export { default as VeganIcon } from '../icons/vegan';
|
|
2619
2625
|
// VenetianMask aliases
|
|
2620
2626
|
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2621
2627
|
// VenusAndMars aliases
|
|
@@ -2624,108 +2630,108 @@ export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
|
2624
2630
|
export { default as VenusIcon } from '../icons/venus';
|
|
2625
2631
|
// VibrateOff aliases
|
|
2626
2632
|
export { default as VibrateOffIcon } from '../icons/vibrate-off';
|
|
2627
|
-
// VideoOff aliases
|
|
2628
|
-
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2629
2633
|
// Vibrate aliases
|
|
2630
2634
|
export { default as VibrateIcon } from '../icons/vibrate';
|
|
2635
|
+
// VideoOff aliases
|
|
2636
|
+
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2631
2637
|
// Video aliases
|
|
2632
2638
|
export { default as VideoIcon } from '../icons/video';
|
|
2633
2639
|
// Videotape aliases
|
|
2634
2640
|
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2635
|
-
// Voicemail aliases
|
|
2636
|
-
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2637
2641
|
// View aliases
|
|
2638
2642
|
export { default as ViewIcon } from '../icons/view';
|
|
2639
2643
|
// Volleyball aliases
|
|
2640
2644
|
export { default as VolleyballIcon } from '../icons/volleyball';
|
|
2641
2645
|
// Volume1 aliases
|
|
2642
2646
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2647
|
+
// Voicemail aliases
|
|
2648
|
+
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2643
2649
|
// Volume2 aliases
|
|
2644
2650
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2645
|
-
// VolumeOff aliases
|
|
2646
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2647
2651
|
// VolumeX aliases
|
|
2648
2652
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2649
|
-
//
|
|
2650
|
-
export { default as
|
|
2653
|
+
// VolumeOff aliases
|
|
2654
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2651
2655
|
// Volume aliases
|
|
2652
2656
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2653
2657
|
// WalletCards aliases
|
|
2654
2658
|
export { default as WalletCardsIcon } from '../icons/wallet-cards';
|
|
2655
2659
|
// Wallet aliases
|
|
2656
2660
|
export { default as WalletIcon } from '../icons/wallet';
|
|
2661
|
+
// Vote aliases
|
|
2662
|
+
export { default as VoteIcon } from '../icons/vote';
|
|
2657
2663
|
// Wallpaper aliases
|
|
2658
2664
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2659
2665
|
// Wand aliases
|
|
2660
2666
|
export { default as WandIcon } from '../icons/wand';
|
|
2667
|
+
// Warehouse aliases
|
|
2668
|
+
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2661
2669
|
// WashingMachine aliases
|
|
2662
2670
|
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2663
2671
|
// Watch aliases
|
|
2664
2672
|
export { default as WatchIcon } from '../icons/watch';
|
|
2665
|
-
// Warehouse aliases
|
|
2666
|
-
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2667
2673
|
// WavesLadder aliases
|
|
2668
2674
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2669
|
-
// Waves aliases
|
|
2670
|
-
export { default as WavesIcon } from '../icons/waves';
|
|
2671
2675
|
// Waypoints aliases
|
|
2672
2676
|
export { default as WaypointsIcon } from '../icons/waypoints';
|
|
2677
|
+
// Waves aliases
|
|
2678
|
+
export { default as WavesIcon } from '../icons/waves';
|
|
2673
2679
|
// Webcam aliases
|
|
2674
2680
|
export { default as WebcamIcon } from '../icons/webcam';
|
|
2675
|
-
// Webhook aliases
|
|
2676
|
-
export { default as WebhookIcon } from '../icons/webhook';
|
|
2677
2681
|
// WebhookOff aliases
|
|
2678
2682
|
export { default as WebhookOffIcon } from '../icons/webhook-off';
|
|
2679
|
-
//
|
|
2680
|
-
export { default as
|
|
2683
|
+
// Webhook aliases
|
|
2684
|
+
export { default as WebhookIcon } from '../icons/webhook';
|
|
2681
2685
|
// Weight aliases
|
|
2682
2686
|
export { default as WeightIcon } from '../icons/weight';
|
|
2687
|
+
// WheatOff aliases
|
|
2688
|
+
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2683
2689
|
// Wheat aliases
|
|
2684
2690
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2685
|
-
// WifiHigh aliases
|
|
2686
|
-
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2687
2691
|
// WholeWord aliases
|
|
2688
2692
|
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2689
|
-
//
|
|
2690
|
-
export { default as
|
|
2693
|
+
// WifiHigh aliases
|
|
2694
|
+
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2691
2695
|
// WifiLow aliases
|
|
2692
2696
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2693
2697
|
// WifiZero aliases
|
|
2694
2698
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2699
|
+
// WifiOff aliases
|
|
2700
|
+
export { default as WifiOffIcon } from '../icons/wifi-off';
|
|
2695
2701
|
// Wifi aliases
|
|
2696
2702
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2697
2703
|
// WindArrowDown aliases
|
|
2698
2704
|
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2699
2705
|
// Wind aliases
|
|
2700
2706
|
export { default as WindIcon } from '../icons/wind';
|
|
2701
|
-
// Wine aliases
|
|
2702
|
-
export { default as WineIcon } from '../icons/wine';
|
|
2703
2707
|
// WineOff aliases
|
|
2704
2708
|
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2709
|
+
// Wine aliases
|
|
2710
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2705
2711
|
// Workflow aliases
|
|
2706
2712
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2707
|
-
// WrapText aliases
|
|
2708
|
-
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2709
2713
|
// Worm aliases
|
|
2710
2714
|
export { default as WormIcon } from '../icons/worm';
|
|
2715
|
+
// WrapText aliases
|
|
2716
|
+
export { default as WrapTextIcon } from '../icons/wrap-text';
|
|
2711
2717
|
// Wrench aliases
|
|
2712
2718
|
export { default as WrenchIcon } from '../icons/wrench';
|
|
2713
|
-
// Youtube aliases
|
|
2714
|
-
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2715
2719
|
// X aliases
|
|
2716
2720
|
export { default as XIcon } from '../icons/x';
|
|
2717
2721
|
// ZapOff aliases
|
|
2718
2722
|
export { default as ZapOffIcon } from '../icons/zap-off';
|
|
2719
|
-
// ZoomIn aliases
|
|
2720
|
-
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2721
2723
|
// Zap aliases
|
|
2722
2724
|
export { default as ZapIcon } from '../icons/zap';
|
|
2725
|
+
// Youtube aliases
|
|
2726
|
+
export { default as YoutubeIcon } from '../icons/youtube';
|
|
2727
|
+
// ZoomIn aliases
|
|
2728
|
+
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2723
2729
|
// ZoomOut aliases
|
|
2724
2730
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2725
|
-
// ArrowDown10 aliases
|
|
2726
|
-
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2727
2731
|
// ArrowDown01 aliases
|
|
2728
2732
|
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2733
|
+
// ArrowDown10 aliases
|
|
2734
|
+
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2729
2735
|
// ArrowUp01 aliases
|
|
2730
2736
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2731
2737
|
// ArrowUp10 aliases
|
|
@@ -2748,18 +2754,18 @@ export { default as SortDescIcon } from '../icons/arrow-down-wide-narrow';
|
|
|
2748
2754
|
// ArrowDownZA aliases
|
|
2749
2755
|
export { default as ArrowDownZAIcon } from '../icons/arrow-down-z-a';
|
|
2750
2756
|
export { default as ArrowDownZaIcon } from '../icons/arrow-down-z-a';
|
|
2751
|
-
// ArrowUpAZ aliases
|
|
2752
|
-
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2753
|
-
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2754
2757
|
// ArrowUpNarrowWide aliases
|
|
2755
2758
|
export { default as ArrowUpNarrowWideIcon } from '../icons/arrow-up-narrow-wide';
|
|
2756
2759
|
export { default as SortAscIcon } from '../icons/arrow-up-narrow-wide';
|
|
2757
|
-
//
|
|
2758
|
-
export { default as
|
|
2759
|
-
export { default as
|
|
2760
|
+
// ArrowUpAZ aliases
|
|
2761
|
+
export { default as ArrowUpAZIcon } from '../icons/arrow-up-a-z';
|
|
2762
|
+
export { default as ArrowUpAzIcon } from '../icons/arrow-up-a-z';
|
|
2760
2763
|
// ArrowUpZA aliases
|
|
2761
2764
|
export { default as ArrowUpZAIcon } from '../icons/arrow-up-z-a';
|
|
2762
2765
|
export { default as ArrowUpZaIcon } from '../icons/arrow-up-z-a';
|
|
2766
|
+
// Axis3d aliases
|
|
2767
|
+
export { default as Axis3dIcon } from '../icons/axis-3d';
|
|
2768
|
+
export { default as Axis3DIcon } from '../icons/axis-3d';
|
|
2763
2769
|
// BadgeCheck aliases
|
|
2764
2770
|
export { default as BadgeCheckIcon } from '../icons/badge-check';
|
|
2765
2771
|
export { default as VerifiedIcon } from '../icons/badge-check';
|
|
@@ -2775,6 +2781,12 @@ export {
|
|
|
2775
2781
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
2776
2782
|
default as BetweenHorizonalStartIcon
|
|
2777
2783
|
} from '../icons/between-horizontal-start';
|
|
2784
|
+
// BookDashed aliases
|
|
2785
|
+
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2786
|
+
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2787
|
+
// Braces aliases
|
|
2788
|
+
export { default as BracesIcon } from '../icons/braces';
|
|
2789
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2778
2790
|
// Captions aliases
|
|
2779
2791
|
export { default as CaptionsIcon } from '../icons/captions';
|
|
2780
2792
|
export { default as SubtitlesIcon } from '../icons/captions';
|
|
@@ -2784,12 +2796,6 @@ export {
|
|
|
2784
2796
|
/** @deprecated */
|
|
2785
2797
|
default as AreaChartIcon
|
|
2786
2798
|
} from '../icons/chart-area';
|
|
2787
|
-
// Braces aliases
|
|
2788
|
-
export { default as BracesIcon } from '../icons/braces';
|
|
2789
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2790
|
-
// BookDashed aliases
|
|
2791
|
-
export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
2792
|
-
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2793
2799
|
// ChartBarBig aliases
|
|
2794
2800
|
export { default as ChartBarBigIcon } from '../icons/chart-bar-big';
|
|
2795
2801
|
export {
|
|
@@ -2802,18 +2808,18 @@ export {
|
|
|
2802
2808
|
/** @deprecated */
|
|
2803
2809
|
default as BarChartHorizontalIcon
|
|
2804
2810
|
} from '../icons/chart-bar';
|
|
2805
|
-
// ChartColumnBig aliases
|
|
2806
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2807
|
-
export {
|
|
2808
|
-
/** @deprecated */
|
|
2809
|
-
default as BarChartBigIcon
|
|
2810
|
-
} from '../icons/chart-column-big';
|
|
2811
2811
|
// ChartCandlestick aliases
|
|
2812
2812
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2813
2813
|
export {
|
|
2814
2814
|
/** @deprecated */
|
|
2815
2815
|
default as CandlestickChartIcon
|
|
2816
2816
|
} from '../icons/chart-candlestick';
|
|
2817
|
+
// ChartColumnBig aliases
|
|
2818
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2819
|
+
export {
|
|
2820
|
+
/** @deprecated */
|
|
2821
|
+
default as BarChartBigIcon
|
|
2822
|
+
} from '../icons/chart-column-big';
|
|
2817
2823
|
// ChartColumnIncreasing aliases
|
|
2818
2824
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2819
2825
|
export {
|
|
@@ -2826,6 +2832,12 @@ export {
|
|
|
2826
2832
|
/** @deprecated */
|
|
2827
2833
|
default as BarChart3Icon
|
|
2828
2834
|
} from '../icons/chart-column';
|
|
2835
|
+
// ChartLine aliases
|
|
2836
|
+
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2837
|
+
export {
|
|
2838
|
+
/** @deprecated */
|
|
2839
|
+
default as LineChartIcon
|
|
2840
|
+
} from '../icons/chart-line';
|
|
2829
2841
|
// ChartNoAxesColumnIncreasing aliases
|
|
2830
2842
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2831
2843
|
export {
|
|
@@ -2838,12 +2850,6 @@ export {
|
|
|
2838
2850
|
/** @deprecated */
|
|
2839
2851
|
default as BarChart2Icon
|
|
2840
2852
|
} from '../icons/chart-no-axes-column';
|
|
2841
|
-
// ChartLine aliases
|
|
2842
|
-
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2843
|
-
export {
|
|
2844
|
-
/** @deprecated */
|
|
2845
|
-
default as LineChartIcon
|
|
2846
|
-
} from '../icons/chart-line';
|
|
2847
2853
|
// ChartNoAxesGantt aliases
|
|
2848
2854
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2849
2855
|
export {
|
|
@@ -2859,69 +2865,69 @@ export {
|
|
|
2859
2865
|
// CircleAlert aliases
|
|
2860
2866
|
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2861
2867
|
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2862
|
-
// CircleArrowDown aliases
|
|
2863
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2864
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2865
2868
|
// ChartScatter aliases
|
|
2866
2869
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2867
2870
|
export {
|
|
2868
2871
|
/** @deprecated */
|
|
2869
2872
|
default as ScatterChartIcon
|
|
2870
2873
|
} from '../icons/chart-scatter';
|
|
2874
|
+
// CircleArrowDown aliases
|
|
2875
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2876
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2871
2877
|
// CircleArrowLeft aliases
|
|
2872
2878
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2873
2879
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2874
2880
|
// CircleArrowOutDownLeft aliases
|
|
2875
2881
|
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2876
2882
|
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2877
|
-
// CircleArrowOutDownRight aliases
|
|
2878
|
-
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2879
|
-
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2880
2883
|
// CircleArrowOutUpLeft aliases
|
|
2881
2884
|
export { default as CircleArrowOutUpLeftIcon } from '../icons/circle-arrow-out-up-left';
|
|
2882
2885
|
export { default as ArrowUpLeftFromCircleIcon } from '../icons/circle-arrow-out-up-left';
|
|
2886
|
+
// CircleArrowOutDownRight aliases
|
|
2887
|
+
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2888
|
+
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
2889
|
+
// CircleArrowOutUpRight aliases
|
|
2890
|
+
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2891
|
+
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2883
2892
|
// CircleArrowRight aliases
|
|
2884
2893
|
export { default as CircleArrowRightIcon } from '../icons/circle-arrow-right';
|
|
2885
2894
|
export { default as ArrowRightCircleIcon } from '../icons/circle-arrow-right';
|
|
2886
2895
|
// CircleArrowUp aliases
|
|
2887
2896
|
export { default as CircleArrowUpIcon } from '../icons/circle-arrow-up';
|
|
2888
2897
|
export { default as ArrowUpCircleIcon } from '../icons/circle-arrow-up';
|
|
2889
|
-
// CircleArrowOutUpRight aliases
|
|
2890
|
-
export { default as CircleArrowOutUpRightIcon } from '../icons/circle-arrow-out-up-right';
|
|
2891
|
-
export { default as ArrowUpRightFromCircleIcon } from '../icons/circle-arrow-out-up-right';
|
|
2892
2898
|
// CircleCheckBig aliases
|
|
2893
2899
|
export { default as CircleCheckBigIcon } from '../icons/circle-check-big';
|
|
2894
2900
|
export { default as CheckCircleIcon } from '../icons/circle-check-big';
|
|
2895
2901
|
// CircleCheck aliases
|
|
2896
2902
|
export { default as CircleCheckIcon } from '../icons/circle-check';
|
|
2897
2903
|
export { default as CheckCircle2Icon } from '../icons/circle-check';
|
|
2904
|
+
// CircleChevronDown aliases
|
|
2905
|
+
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2906
|
+
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2898
2907
|
// CircleChevronLeft aliases
|
|
2899
2908
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2900
2909
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2910
|
+
// CircleChevronRight aliases
|
|
2911
|
+
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2912
|
+
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2901
2913
|
// CircleChevronUp aliases
|
|
2902
2914
|
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2903
2915
|
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2904
|
-
// CircleChevronDown aliases
|
|
2905
|
-
export { default as CircleChevronDownIcon } from '../icons/circle-chevron-down';
|
|
2906
|
-
export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
2907
2916
|
// CircleDivide aliases
|
|
2908
2917
|
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2909
2918
|
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2910
|
-
// CircleChevronRight aliases
|
|
2911
|
-
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2912
|
-
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2913
|
-
// CircleHelp aliases
|
|
2914
|
-
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2915
|
-
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2916
2919
|
// CircleGauge aliases
|
|
2917
2920
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2918
2921
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2919
|
-
//
|
|
2920
|
-
export { default as
|
|
2921
|
-
export { default as
|
|
2922
|
+
// CircleHelp aliases
|
|
2923
|
+
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2924
|
+
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2922
2925
|
// CircleMinus aliases
|
|
2923
2926
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2924
2927
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2928
|
+
// CircleParkingOff aliases
|
|
2929
|
+
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2930
|
+
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2925
2931
|
// CircleParking aliases
|
|
2926
2932
|
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2927
2933
|
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
@@ -2940,6 +2946,9 @@ export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
|
2940
2946
|
// CirclePower aliases
|
|
2941
2947
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2942
2948
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2949
|
+
// CircleSlash2 aliases
|
|
2950
|
+
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2951
|
+
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2943
2952
|
// CircleStop aliases
|
|
2944
2953
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2945
2954
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -2949,9 +2958,6 @@ export {
|
|
|
2949
2958
|
/** @deprecated */
|
|
2950
2959
|
default as UserCircle2Icon
|
|
2951
2960
|
} from '../icons/circle-user-round';
|
|
2952
|
-
// CircleSlash2 aliases
|
|
2953
|
-
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2954
|
-
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2955
2961
|
// CircleUser aliases
|
|
2956
2962
|
export { default as CircleUserIcon } from '../icons/circle-user';
|
|
2957
2963
|
export { default as UserCircleIcon } from '../icons/circle-user';
|
|
@@ -2961,36 +2967,33 @@ export { default as XCircleIcon } from '../icons/circle-x';
|
|
|
2961
2967
|
// ClipboardPenLine aliases
|
|
2962
2968
|
export { default as ClipboardPenLineIcon } from '../icons/clipboard-pen-line';
|
|
2963
2969
|
export { default as ClipboardSignatureIcon } from '../icons/clipboard-pen-line';
|
|
2964
|
-
// CloudDownload aliases
|
|
2965
|
-
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2966
|
-
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2967
2970
|
// ClipboardPen aliases
|
|
2968
2971
|
export { default as ClipboardPenIcon } from '../icons/clipboard-pen';
|
|
2969
2972
|
export { default as ClipboardEditIcon } from '../icons/clipboard-pen';
|
|
2970
|
-
//
|
|
2971
|
-
export { default as
|
|
2972
|
-
export { default as
|
|
2973
|
+
// CloudDownload aliases
|
|
2974
|
+
export { default as CloudDownloadIcon } from '../icons/cloud-download';
|
|
2975
|
+
export { default as DownloadCloudIcon } from '../icons/cloud-download';
|
|
2973
2976
|
// CodeXml aliases
|
|
2974
2977
|
export { default as CodeXmlIcon } from '../icons/code-xml';
|
|
2975
2978
|
export {
|
|
2976
2979
|
/** @deprecated */
|
|
2977
2980
|
default as Code2Icon
|
|
2978
2981
|
} from '../icons/code-xml';
|
|
2982
|
+
// CloudUpload aliases
|
|
2983
|
+
export { default as CloudUploadIcon } from '../icons/cloud-upload';
|
|
2984
|
+
export { default as UploadCloudIcon } from '../icons/cloud-upload';
|
|
2979
2985
|
// Columns2 aliases
|
|
2980
2986
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
2981
2987
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
2982
|
-
// Columns3 aliases
|
|
2983
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
2984
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
2985
2988
|
// ContactRound aliases
|
|
2986
2989
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
2987
2990
|
export {
|
|
2988
2991
|
/** @deprecated */
|
|
2989
2992
|
default as Contact2Icon
|
|
2990
2993
|
} from '../icons/contact-round';
|
|
2991
|
-
//
|
|
2992
|
-
export { default as
|
|
2993
|
-
export { default as
|
|
2994
|
+
// Columns3 aliases
|
|
2995
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
2996
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
2994
2997
|
// DiamondPercent aliases
|
|
2995
2998
|
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
2996
2999
|
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
@@ -3000,36 +3003,39 @@ export {
|
|
|
3000
3003
|
/** @deprecated */
|
|
3001
3004
|
default as Globe2Icon
|
|
3002
3005
|
} from '../icons/earth';
|
|
3003
|
-
// FileAxis3d aliases
|
|
3004
|
-
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3005
|
-
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3006
3006
|
// Ellipsis aliases
|
|
3007
3007
|
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3008
3008
|
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3009
|
-
//
|
|
3010
|
-
export { default as
|
|
3011
|
-
export {
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
} from '../icons/file-
|
|
3009
|
+
// EllipsisVertical aliases
|
|
3010
|
+
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3011
|
+
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3012
|
+
// FileAxis3d aliases
|
|
3013
|
+
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3014
|
+
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
3015
3015
|
// FileChartColumnIncreasing aliases
|
|
3016
3016
|
export { default as FileChartColumnIncreasingIcon } from '../icons/file-chart-column-increasing';
|
|
3017
3017
|
export {
|
|
3018
3018
|
/** @deprecated */
|
|
3019
3019
|
default as FileBarChartIcon
|
|
3020
3020
|
} from '../icons/file-chart-column-increasing';
|
|
3021
|
-
//
|
|
3022
|
-
export { default as
|
|
3021
|
+
// FileChartColumn aliases
|
|
3022
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3023
3023
|
export {
|
|
3024
3024
|
/** @deprecated */
|
|
3025
|
-
default as
|
|
3026
|
-
} from '../icons/file-chart-
|
|
3025
|
+
default as FileBarChart2Icon
|
|
3026
|
+
} from '../icons/file-chart-column';
|
|
3027
3027
|
// FileChartLine aliases
|
|
3028
3028
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3029
3029
|
export {
|
|
3030
3030
|
/** @deprecated */
|
|
3031
3031
|
default as FileLineChartIcon
|
|
3032
3032
|
} from '../icons/file-chart-line';
|
|
3033
|
+
// FileChartPie aliases
|
|
3034
|
+
export { default as FileChartPieIcon } from '../icons/file-chart-pie';
|
|
3035
|
+
export {
|
|
3036
|
+
/** @deprecated */
|
|
3037
|
+
default as FilePieChartIcon
|
|
3038
|
+
} from '../icons/file-chart-pie';
|
|
3033
3039
|
// FileCog aliases
|
|
3034
3040
|
export { default as FileCogIcon } from '../icons/file-cog';
|
|
3035
3041
|
export {
|
|
@@ -3042,27 +3048,27 @@ export { default as FileSignatureIcon } from '../icons/file-pen-line';
|
|
|
3042
3048
|
// FilePen aliases
|
|
3043
3049
|
export { default as FilePenIcon } from '../icons/file-pen';
|
|
3044
3050
|
export { default as FileEditIcon } from '../icons/file-pen';
|
|
3045
|
-
// FolderPen aliases
|
|
3046
|
-
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3047
|
-
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3048
3051
|
// FolderCog aliases
|
|
3049
3052
|
export { default as FolderCogIcon } from '../icons/folder-cog';
|
|
3050
3053
|
export {
|
|
3051
3054
|
/** @deprecated */
|
|
3052
3055
|
default as FolderCog2Icon
|
|
3053
3056
|
} from '../icons/folder-cog';
|
|
3054
|
-
// FunnelX aliases
|
|
3055
|
-
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3056
|
-
export {
|
|
3057
|
-
/** @deprecated */
|
|
3058
|
-
default as FilterXIcon
|
|
3059
|
-
} from '../icons/funnel-x';
|
|
3060
3057
|
// Funnel aliases
|
|
3061
3058
|
export { default as FunnelIcon } from '../icons/funnel';
|
|
3062
3059
|
export {
|
|
3063
3060
|
/** @deprecated */
|
|
3064
3061
|
default as FilterIcon
|
|
3065
3062
|
} from '../icons/funnel';
|
|
3063
|
+
// FolderPen aliases
|
|
3064
|
+
export { default as FolderPenIcon } from '../icons/folder-pen';
|
|
3065
|
+
export { default as FolderEditIcon } from '../icons/folder-pen';
|
|
3066
|
+
// FunnelX aliases
|
|
3067
|
+
export { default as FunnelXIcon } from '../icons/funnel-x';
|
|
3068
|
+
export {
|
|
3069
|
+
/** @deprecated */
|
|
3070
|
+
default as FilterXIcon
|
|
3071
|
+
} from '../icons/funnel-x';
|
|
3066
3072
|
// GitCommitHorizontal aliases
|
|
3067
3073
|
export { default as GitCommitHorizontalIcon } from '../icons/git-commit-horizontal';
|
|
3068
3074
|
export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
@@ -3072,12 +3078,12 @@ export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
|
3072
3078
|
// Grid2x2Plus aliases
|
|
3073
3079
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3074
3080
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3075
|
-
// Grid2x2 aliases
|
|
3076
|
-
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3077
|
-
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3078
3081
|
// Grid2x2X aliases
|
|
3079
3082
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3080
3083
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3084
|
+
// Grid2x2 aliases
|
|
3085
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3086
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3081
3087
|
// Grid3x3 aliases
|
|
3082
3088
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3083
3089
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
@@ -3103,15 +3109,15 @@ export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
|
3103
3109
|
// IndentIncrease aliases
|
|
3104
3110
|
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3105
3111
|
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3112
|
+
// Layers aliases
|
|
3113
|
+
export { default as LayersIcon } from '../icons/layers';
|
|
3114
|
+
export { default as Layers3Icon } from '../icons/layers';
|
|
3106
3115
|
// LaptopMinimal aliases
|
|
3107
3116
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3108
3117
|
export {
|
|
3109
3118
|
/** @deprecated */
|
|
3110
3119
|
default as Laptop2Icon
|
|
3111
3120
|
} from '../icons/laptop-minimal';
|
|
3112
|
-
// Layers aliases
|
|
3113
|
-
export { default as LayersIcon } from '../icons/layers';
|
|
3114
|
-
export { default as Layers3Icon } from '../icons/layers';
|
|
3115
3121
|
// LoaderCircle aliases
|
|
3116
3122
|
export { default as LoaderCircleIcon } from '../icons/loader-circle';
|
|
3117
3123
|
export { default as Loader2Icon } from '../icons/loader-circle';
|
|
@@ -3121,42 +3127,42 @@ export { default as UnlockKeyholeIcon } from '../icons/lock-keyhole-open';
|
|
|
3121
3127
|
// LockOpen aliases
|
|
3122
3128
|
export { default as LockOpenIcon } from '../icons/lock-open';
|
|
3123
3129
|
export { default as UnlockIcon } from '../icons/lock-open';
|
|
3124
|
-
// Move3d aliases
|
|
3125
|
-
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3126
|
-
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3127
|
-
// OctagonAlert aliases
|
|
3128
|
-
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3129
|
-
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3130
3130
|
// MicVocal aliases
|
|
3131
3131
|
export { default as MicVocalIcon } from '../icons/mic-vocal';
|
|
3132
3132
|
export {
|
|
3133
3133
|
/** @deprecated */
|
|
3134
3134
|
default as Mic2Icon
|
|
3135
3135
|
} from '../icons/mic-vocal';
|
|
3136
|
+
// OctagonAlert aliases
|
|
3137
|
+
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3138
|
+
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3139
|
+
// Move3d aliases
|
|
3140
|
+
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3141
|
+
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3136
3142
|
// OctagonPause aliases
|
|
3137
3143
|
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3138
3144
|
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3145
|
+
// PanelBottomDashed aliases
|
|
3146
|
+
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3147
|
+
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3139
3148
|
// OctagonX aliases
|
|
3140
3149
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3141
3150
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3142
3151
|
// PaintbrushVertical aliases
|
|
3143
3152
|
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3144
3153
|
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3145
|
-
// PanelBottomDashed aliases
|
|
3146
|
-
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3147
|
-
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3148
|
-
// PanelLeftClose aliases
|
|
3149
|
-
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3150
|
-
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3151
3154
|
// PanelLeftDashed aliases
|
|
3152
3155
|
export { default as PanelLeftDashedIcon } from '../icons/panel-left-dashed';
|
|
3153
3156
|
export { default as PanelLeftInactiveIcon } from '../icons/panel-left-dashed';
|
|
3154
|
-
//
|
|
3155
|
-
export { default as
|
|
3156
|
-
export { default as
|
|
3157
|
+
// PanelLeftClose aliases
|
|
3158
|
+
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3159
|
+
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
3157
3160
|
// PanelLeft aliases
|
|
3158
3161
|
export { default as PanelLeftIcon } from '../icons/panel-left';
|
|
3159
3162
|
export { default as SidebarIcon } from '../icons/panel-left';
|
|
3163
|
+
// PanelLeftOpen aliases
|
|
3164
|
+
export { default as PanelLeftOpenIcon } from '../icons/panel-left-open';
|
|
3165
|
+
export { default as SidebarOpenIcon } from '../icons/panel-left-open';
|
|
3160
3166
|
// PanelRightDashed aliases
|
|
3161
3167
|
export { default as PanelRightDashedIcon } from '../icons/panel-right-dashed';
|
|
3162
3168
|
export { default as PanelRightInactiveIcon } from '../icons/panel-right-dashed';
|
|
@@ -3172,21 +3178,18 @@ export {
|
|
|
3172
3178
|
/** @deprecated */
|
|
3173
3179
|
default as Edit3Icon
|
|
3174
3180
|
} from '../icons/pen-line';
|
|
3181
|
+
// PlugZap aliases
|
|
3182
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3183
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3175
3184
|
// Pen aliases
|
|
3176
3185
|
export { default as PenIcon } from '../icons/pen';
|
|
3177
3186
|
export {
|
|
3178
3187
|
/** @deprecated */
|
|
3179
3188
|
default as Edit2Icon
|
|
3180
3189
|
} from '../icons/pen';
|
|
3181
|
-
// PlugZap aliases
|
|
3182
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3183
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3184
3190
|
// RectangleEllipsis aliases
|
|
3185
3191
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3186
3192
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3187
|
-
// Rows2 aliases
|
|
3188
|
-
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3189
|
-
export { default as RowsIcon } from '../icons/rows-2';
|
|
3190
3193
|
// Rotate3d aliases
|
|
3191
3194
|
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3192
3195
|
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
@@ -3196,21 +3199,24 @@ export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
|
3196
3199
|
// Scale3d aliases
|
|
3197
3200
|
export { default as Scale3dIcon } from '../icons/scale-3d';
|
|
3198
3201
|
export { default as Scale3DIcon } from '../icons/scale-3d';
|
|
3199
|
-
//
|
|
3200
|
-
export { default as
|
|
3201
|
-
export { default as
|
|
3202
|
+
// Rows2 aliases
|
|
3203
|
+
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3204
|
+
export { default as RowsIcon } from '../icons/rows-2';
|
|
3202
3205
|
// SendHorizontal aliases
|
|
3203
3206
|
export { default as SendHorizontalIcon } from '../icons/send-horizontal';
|
|
3204
3207
|
export {
|
|
3205
3208
|
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
3206
3209
|
default as SendHorizonalIcon
|
|
3207
3210
|
} from '../icons/send-horizontal';
|
|
3208
|
-
//
|
|
3209
|
-
export { default as
|
|
3210
|
-
export { default as
|
|
3211
|
+
// ShieldX aliases
|
|
3212
|
+
export { default as ShieldXIcon } from '../icons/shield-x';
|
|
3213
|
+
export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
3211
3214
|
// SlidersVertical aliases
|
|
3212
3215
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3213
3216
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3217
|
+
// Sparkles aliases
|
|
3218
|
+
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3219
|
+
export { default as StarsIcon } from '../icons/sparkles';
|
|
3214
3220
|
// SquareActivity aliases
|
|
3215
3221
|
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3216
3222
|
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
@@ -3229,27 +3235,27 @@ export { default as ArrowLeftSquareIcon } from '../icons/square-arrow-left';
|
|
|
3229
3235
|
// SquareArrowOutDownLeft aliases
|
|
3230
3236
|
export { default as SquareArrowOutDownLeftIcon } from '../icons/square-arrow-out-down-left';
|
|
3231
3237
|
export { default as ArrowDownLeftFromSquareIcon } from '../icons/square-arrow-out-down-left';
|
|
3238
|
+
// SquareArrowOutDownRight aliases
|
|
3239
|
+
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3240
|
+
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3232
3241
|
// SquareArrowOutUpLeft aliases
|
|
3233
3242
|
export { default as SquareArrowOutUpLeftIcon } from '../icons/square-arrow-out-up-left';
|
|
3234
3243
|
export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-up-left';
|
|
3235
3244
|
// SquareArrowOutUpRight aliases
|
|
3236
3245
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3237
3246
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3238
|
-
// SquareArrowOutDownRight aliases
|
|
3239
|
-
export { default as SquareArrowOutDownRightIcon } from '../icons/square-arrow-out-down-right';
|
|
3240
|
-
export { default as ArrowDownRightFromSquareIcon } from '../icons/square-arrow-out-down-right';
|
|
3241
|
-
// SquareArrowRight aliases
|
|
3242
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3243
|
-
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3244
3247
|
// SquareArrowUpLeft aliases
|
|
3245
3248
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3246
3249
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3247
|
-
//
|
|
3248
|
-
export { default as
|
|
3249
|
-
export { default as
|
|
3250
|
+
// SquareArrowRight aliases
|
|
3251
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3252
|
+
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3250
3253
|
// SquareArrowUpRight aliases
|
|
3251
3254
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3252
3255
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
3256
|
+
// SquareArrowUp aliases
|
|
3257
|
+
export { default as SquareArrowUpIcon } from '../icons/square-arrow-up';
|
|
3258
|
+
export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
3253
3259
|
// SquareAsterisk aliases
|
|
3254
3260
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3255
3261
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
@@ -3269,12 +3275,12 @@ export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
|
3269
3275
|
// SquareChevronDown aliases
|
|
3270
3276
|
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3271
3277
|
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3272
|
-
// SquareChevronRight aliases
|
|
3273
|
-
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3274
|
-
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3275
3278
|
// SquareChevronLeft aliases
|
|
3276
3279
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3277
3280
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3281
|
+
// SquareChevronRight aliases
|
|
3282
|
+
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3283
|
+
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
3278
3284
|
// SquareChevronUp aliases
|
|
3279
3285
|
export { default as SquareChevronUpIcon } from '../icons/square-chevron-up';
|
|
3280
3286
|
export { default as ChevronUpSquareIcon } from '../icons/square-chevron-up';
|
|
@@ -3293,74 +3299,77 @@ export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
|
3293
3299
|
// SquareDivide aliases
|
|
3294
3300
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3295
3301
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3296
|
-
// SquareDot aliases
|
|
3297
|
-
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3298
|
-
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3299
3302
|
// SquareEqual aliases
|
|
3300
3303
|
export { default as SquareEqualIcon } from '../icons/square-equal';
|
|
3301
3304
|
export { default as EqualSquareIcon } from '../icons/square-equal';
|
|
3302
|
-
//
|
|
3303
|
-
export { default as
|
|
3304
|
-
export { default as
|
|
3305
|
+
// SquareDot aliases
|
|
3306
|
+
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3307
|
+
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
3305
3308
|
// SquareFunction aliases
|
|
3306
3309
|
export { default as SquareFunctionIcon } from '../icons/square-function';
|
|
3307
3310
|
export { default as FunctionSquareIcon } from '../icons/square-function';
|
|
3311
|
+
// SquareKanban aliases
|
|
3312
|
+
export { default as SquareKanbanIcon } from '../icons/square-kanban';
|
|
3313
|
+
export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
3308
3314
|
// SquareLibrary aliases
|
|
3309
3315
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3310
3316
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3311
|
-
// SquareMenu aliases
|
|
3312
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3313
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3314
|
-
// SquareMousePointer aliases
|
|
3315
|
-
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3316
|
-
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3317
3317
|
// SquareM aliases
|
|
3318
3318
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3319
3319
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3320
|
+
// SquareMenu aliases
|
|
3321
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3322
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3320
3323
|
// SquareMinus aliases
|
|
3321
3324
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3322
3325
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
3326
|
+
// SquareMousePointer aliases
|
|
3327
|
+
export { default as SquareMousePointerIcon } from '../icons/square-mouse-pointer';
|
|
3328
|
+
export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
3323
3329
|
// SquareParkingOff aliases
|
|
3324
3330
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3325
3331
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3332
|
+
// SquareParking aliases
|
|
3333
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3334
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3326
3335
|
// SquarePen aliases
|
|
3327
3336
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3328
3337
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
3329
3338
|
export { default as EditIcon } from '../icons/square-pen';
|
|
3330
3339
|
export { default as PenSquareIcon } from '../icons/square-pen';
|
|
3331
|
-
// SquareParking aliases
|
|
3332
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3333
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3334
3340
|
// SquarePercent aliases
|
|
3335
3341
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3336
3342
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3337
|
-
// SquarePilcrow aliases
|
|
3338
|
-
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3339
|
-
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3340
3343
|
// SquarePi aliases
|
|
3341
3344
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3342
3345
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
3346
|
+
// SquarePilcrow aliases
|
|
3347
|
+
export { default as SquarePilcrowIcon } from '../icons/square-pilcrow';
|
|
3348
|
+
export { default as PilcrowSquareIcon } from '../icons/square-pilcrow';
|
|
3343
3349
|
// SquarePlay aliases
|
|
3344
3350
|
export { default as SquarePlayIcon } from '../icons/square-play';
|
|
3345
3351
|
export { default as PlaySquareIcon } from '../icons/square-play';
|
|
3346
3352
|
// SquarePlus aliases
|
|
3347
3353
|
export { default as SquarePlusIcon } from '../icons/square-plus';
|
|
3348
3354
|
export { default as PlusSquareIcon } from '../icons/square-plus';
|
|
3349
|
-
// SquarePower aliases
|
|
3350
|
-
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3351
|
-
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3352
3355
|
// SquareScissors aliases
|
|
3353
3356
|
export { default as SquareScissorsIcon } from '../icons/square-scissors';
|
|
3354
3357
|
export { default as ScissorsSquareIcon } from '../icons/square-scissors';
|
|
3358
|
+
// SquarePower aliases
|
|
3359
|
+
export { default as SquarePowerIcon } from '../icons/square-power';
|
|
3360
|
+
export { default as PowerSquareIcon } from '../icons/square-power';
|
|
3361
|
+
// SquareSigma aliases
|
|
3362
|
+
export { default as SquareSigmaIcon } from '../icons/square-sigma';
|
|
3363
|
+
export { default as SigmaSquareIcon } from '../icons/square-sigma';
|
|
3355
3364
|
// SquareSlash aliases
|
|
3356
3365
|
export { default as SquareSlashIcon } from '../icons/square-slash';
|
|
3357
3366
|
export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
3358
3367
|
// SquareSplitHorizontal aliases
|
|
3359
3368
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3360
3369
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3361
|
-
//
|
|
3362
|
-
export { default as
|
|
3363
|
-
export { default as
|
|
3370
|
+
// SquareSplitVertical aliases
|
|
3371
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3372
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3364
3373
|
// SquareTerminal aliases
|
|
3365
3374
|
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3366
3375
|
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
@@ -3370,9 +3379,6 @@ export {
|
|
|
3370
3379
|
/** @deprecated */
|
|
3371
3380
|
default as UserSquare2Icon
|
|
3372
3381
|
} from '../icons/square-user-round';
|
|
3373
|
-
// SquareSplitVertical aliases
|
|
3374
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3375
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3376
3382
|
// SquareUser aliases
|
|
3377
3383
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3378
3384
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
@@ -3385,39 +3391,39 @@ export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
|
3385
3391
|
// TextSelect aliases
|
|
3386
3392
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3387
3393
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3388
|
-
// TreePalm aliases
|
|
3389
|
-
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3390
|
-
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3391
|
-
// TriangleAlert aliases
|
|
3392
|
-
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3393
|
-
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3394
3394
|
// TramFront aliases
|
|
3395
3395
|
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3396
3396
|
export { default as TrainIcon } from '../icons/tram-front';
|
|
3397
|
+
// TreePalm aliases
|
|
3398
|
+
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3399
|
+
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3397
3400
|
// TvMinimal aliases
|
|
3398
3401
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3399
3402
|
export {
|
|
3400
3403
|
/** @deprecated */
|
|
3401
3404
|
default as Tv2Icon
|
|
3402
3405
|
} from '../icons/tv-minimal';
|
|
3406
|
+
// TriangleAlert aliases
|
|
3407
|
+
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3408
|
+
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3403
3409
|
// University aliases
|
|
3404
3410
|
export { default as UniversityIcon } from '../icons/university';
|
|
3405
3411
|
export {
|
|
3406
3412
|
/** @deprecated */
|
|
3407
3413
|
default as School2Icon
|
|
3408
3414
|
} from '../icons/university';
|
|
3409
|
-
// UserRoundCog aliases
|
|
3410
|
-
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3411
|
-
export {
|
|
3412
|
-
/** @deprecated */
|
|
3413
|
-
default as UserCog2Icon
|
|
3414
|
-
} from '../icons/user-round-cog';
|
|
3415
3415
|
// UserRoundCheck aliases
|
|
3416
3416
|
export { default as UserRoundCheckIcon } from '../icons/user-round-check';
|
|
3417
3417
|
export {
|
|
3418
3418
|
/** @deprecated */
|
|
3419
3419
|
default as UserCheck2Icon
|
|
3420
3420
|
} from '../icons/user-round-check';
|
|
3421
|
+
// UserRoundCog aliases
|
|
3422
|
+
export { default as UserRoundCogIcon } from '../icons/user-round-cog';
|
|
3423
|
+
export {
|
|
3424
|
+
/** @deprecated */
|
|
3425
|
+
default as UserCog2Icon
|
|
3426
|
+
} from '../icons/user-round-cog';
|
|
3421
3427
|
// UserRoundMinus aliases
|
|
3422
3428
|
export { default as UserRoundMinusIcon } from '../icons/user-round-minus';
|
|
3423
3429
|
export {
|
|
@@ -3454,16 +3460,16 @@ export {
|
|
|
3454
3460
|
/** @deprecated */
|
|
3455
3461
|
default as Wallet2Icon
|
|
3456
3462
|
} from '../icons/wallet-minimal';
|
|
3457
|
-
// WandSparkles aliases
|
|
3458
|
-
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3459
|
-
export {
|
|
3460
|
-
/** @deprecated */
|
|
3461
|
-
default as Wand2Icon
|
|
3462
|
-
} from '../icons/wand-sparkles';
|
|
3463
3463
|
// UtensilsCrossed aliases
|
|
3464
3464
|
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3465
3465
|
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3466
3466
|
// Utensils aliases
|
|
3467
3467
|
export { default as UtensilsIcon } from '../icons/utensils';
|
|
3468
3468
|
export { default as ForkKnifeIcon } from '../icons/utensils';
|
|
3469
|
+
// WandSparkles aliases
|
|
3470
|
+
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3471
|
+
export {
|
|
3472
|
+
/** @deprecated */
|
|
3473
|
+
default as Wand2Icon
|
|
3474
|
+
} from '../icons/wand-sparkles';
|
|
3469
3475
|
|