@lucide/astro 0.508.0 → 0.510.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 +35 -35
- package/src/aliases/prefixed.ts +413 -409
- package/src/aliases/suffixed.ts +691 -687
- package/src/icons/axe.ts +2 -2
- package/src/icons/brackets.ts +2 -2
- package/src/icons/check-line.ts +18 -0
- package/src/icons/gpu.ts +18 -0
- package/src/icons/index.ts +102 -100
- package/src/icons/laptop.ts +2 -2
- package/src/icons/phone-call.ts +2 -2
- package/src/icons/phone-forwarded.ts +2 -2
- package/src/icons/phone-incoming.ts +2 -2
- package/src/icons/phone-missed.ts +2 -2
- package/src/icons/phone-off.ts +2 -2
- package/src/icons/phone-outgoing.ts +2 -2
- package/src/icons/phone.ts +2 -2
package/src/aliases/suffixed.ts
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
+
// AArrowUp aliases
|
|
2
|
+
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
1
3
|
// AArrowDown aliases
|
|
2
4
|
export { default as AArrowDownIcon } from '../icons/a-arrow-down';
|
|
3
5
|
// ALargeSmall aliases
|
|
4
6
|
export { default as ALargeSmallIcon } from '../icons/a-large-small';
|
|
5
|
-
// AArrowUp aliases
|
|
6
|
-
export { default as AArrowUpIcon } from '../icons/a-arrow-up';
|
|
7
7
|
// Accessibility aliases
|
|
8
8
|
export { default as AccessibilityIcon } from '../icons/accessibility';
|
|
9
9
|
// Activity aliases
|
|
10
10
|
export { default as ActivityIcon } from '../icons/activity';
|
|
11
|
-
// AirVent aliases
|
|
12
|
-
export { default as AirVentIcon } from '../icons/air-vent';
|
|
13
11
|
// Airplay aliases
|
|
14
12
|
export { default as AirplayIcon } from '../icons/airplay';
|
|
13
|
+
// AirVent aliases
|
|
14
|
+
export { default as AirVentIcon } from '../icons/air-vent';
|
|
15
|
+
// AlarmClockOff aliases
|
|
16
|
+
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
15
17
|
// AlarmClock aliases
|
|
16
18
|
export { default as AlarmClockIcon } from '../icons/alarm-clock';
|
|
17
19
|
// AlarmSmoke aliases
|
|
18
20
|
export { default as AlarmSmokeIcon } from '../icons/alarm-smoke';
|
|
19
|
-
// AlarmClockOff aliases
|
|
20
|
-
export { default as AlarmClockOffIcon } from '../icons/alarm-clock-off';
|
|
21
21
|
// Album aliases
|
|
22
22
|
export { default as AlbumIcon } from '../icons/album';
|
|
23
23
|
// AlignCenterHorizontal aliases
|
|
24
24
|
export { default as AlignCenterHorizontalIcon } from '../icons/align-center-horizontal';
|
|
25
|
-
// AlignCenterVertical aliases
|
|
26
|
-
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
27
25
|
// AlignCenter aliases
|
|
28
26
|
export { default as AlignCenterIcon } from '../icons/align-center';
|
|
29
27
|
// AlignEndHorizontal aliases
|
|
30
28
|
export { default as AlignEndHorizontalIcon } from '../icons/align-end-horizontal';
|
|
29
|
+
// AlignCenterVertical aliases
|
|
30
|
+
export { default as AlignCenterVerticalIcon } from '../icons/align-center-vertical';
|
|
31
31
|
// AlignEndVertical aliases
|
|
32
32
|
export { default as AlignEndVerticalIcon } from '../icons/align-end-vertical';
|
|
33
33
|
// AlignHorizontalDistributeCenter aliases
|
|
34
34
|
export { default as AlignHorizontalDistributeCenterIcon } from '../icons/align-horizontal-distribute-center';
|
|
35
35
|
// AlignHorizontalDistributeEnd aliases
|
|
36
36
|
export { default as AlignHorizontalDistributeEndIcon } from '../icons/align-horizontal-distribute-end';
|
|
37
|
-
// AlignHorizontalDistributeStart aliases
|
|
38
|
-
export { default as AlignHorizontalDistributeStartIcon } from '../icons/align-horizontal-distribute-start';
|
|
39
37
|
// AlignHorizontalJustifyCenter aliases
|
|
40
38
|
export { default as AlignHorizontalJustifyCenterIcon } from '../icons/align-horizontal-justify-center';
|
|
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
|
|
44
44
|
export { default as AlignHorizontalJustifyStartIcon } from '../icons/align-horizontal-justify-start';
|
|
45
|
-
// AlignHorizontalSpaceAround aliases
|
|
46
|
-
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
47
45
|
// AlignHorizontalSpaceBetween aliases
|
|
48
46
|
export { default as AlignHorizontalSpaceBetweenIcon } from '../icons/align-horizontal-space-between';
|
|
47
|
+
// AlignHorizontalSpaceAround aliases
|
|
48
|
+
export { default as AlignHorizontalSpaceAroundIcon } from '../icons/align-horizontal-space-around';
|
|
49
49
|
// AlignJustify aliases
|
|
50
50
|
export { default as AlignJustifyIcon } from '../icons/align-justify';
|
|
51
51
|
// AlignLeft aliases
|
|
52
52
|
export { default as AlignLeftIcon } from '../icons/align-left';
|
|
53
|
+
// AlignStartHorizontal aliases
|
|
54
|
+
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
53
55
|
// AlignRight aliases
|
|
54
56
|
export { default as AlignRightIcon } from '../icons/align-right';
|
|
55
57
|
// AlignStartVertical aliases
|
|
56
58
|
export { default as AlignStartVerticalIcon } from '../icons/align-start-vertical';
|
|
57
59
|
// AlignVerticalDistributeCenter aliases
|
|
58
60
|
export { default as AlignVerticalDistributeCenterIcon } from '../icons/align-vertical-distribute-center';
|
|
59
|
-
// AlignStartHorizontal aliases
|
|
60
|
-
export { default as AlignStartHorizontalIcon } from '../icons/align-start-horizontal';
|
|
61
61
|
// AlignVerticalDistributeEnd aliases
|
|
62
62
|
export { default as AlignVerticalDistributeEndIcon } from '../icons/align-vertical-distribute-end';
|
|
63
|
+
// AlignVerticalDistributeStart aliases
|
|
64
|
+
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
63
65
|
// AlignVerticalJustifyCenter aliases
|
|
64
66
|
export { default as AlignVerticalJustifyCenterIcon } from '../icons/align-vertical-justify-center';
|
|
65
67
|
// AlignVerticalJustifyEnd aliases
|
|
66
68
|
export { default as AlignVerticalJustifyEndIcon } from '../icons/align-vertical-justify-end';
|
|
67
|
-
// AlignVerticalDistributeStart aliases
|
|
68
|
-
export { default as AlignVerticalDistributeStartIcon } from '../icons/align-vertical-distribute-start';
|
|
69
69
|
// AlignVerticalJustifyStart aliases
|
|
70
70
|
export { default as AlignVerticalJustifyStartIcon } from '../icons/align-vertical-justify-start';
|
|
71
71
|
// AlignVerticalSpaceAround aliases
|
|
@@ -86,44 +86,44 @@ export { default as AnchorIcon } from '../icons/anchor';
|
|
|
86
86
|
export { default as AngryIcon } from '../icons/angry';
|
|
87
87
|
// Antenna aliases
|
|
88
88
|
export { default as AntennaIcon } from '../icons/antenna';
|
|
89
|
-
// Anvil aliases
|
|
90
|
-
export { default as AnvilIcon } from '../icons/anvil';
|
|
91
89
|
// Annoyed aliases
|
|
92
90
|
export { default as AnnoyedIcon } from '../icons/annoyed';
|
|
93
|
-
//
|
|
94
|
-
export { default as
|
|
91
|
+
// Anvil aliases
|
|
92
|
+
export { default as AnvilIcon } from '../icons/anvil';
|
|
95
93
|
// Aperture aliases
|
|
96
94
|
export { default as ApertureIcon } from '../icons/aperture';
|
|
95
|
+
// AppWindowMac aliases
|
|
96
|
+
export { default as AppWindowMacIcon } from '../icons/app-window-mac';
|
|
97
97
|
// AppWindow aliases
|
|
98
98
|
export { default as AppWindowIcon } from '../icons/app-window';
|
|
99
99
|
// Apple aliases
|
|
100
100
|
export { default as AppleIcon } from '../icons/apple';
|
|
101
101
|
// ArchiveRestore aliases
|
|
102
102
|
export { default as ArchiveRestoreIcon } from '../icons/archive-restore';
|
|
103
|
+
// ArchiveX aliases
|
|
104
|
+
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
103
105
|
// Archive aliases
|
|
104
106
|
export { default as ArchiveIcon } from '../icons/archive';
|
|
105
107
|
// Armchair aliases
|
|
106
108
|
export { default as ArmchairIcon } from '../icons/armchair';
|
|
107
|
-
// ArchiveX aliases
|
|
108
|
-
export { default as ArchiveXIcon } from '../icons/archive-x';
|
|
109
109
|
// ArrowBigDownDash aliases
|
|
110
110
|
export { default as ArrowBigDownDashIcon } from '../icons/arrow-big-down-dash';
|
|
111
|
-
// ArrowBigLeftDash aliases
|
|
112
|
-
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
113
111
|
// ArrowBigDown aliases
|
|
114
112
|
export { default as ArrowBigDownIcon } from '../icons/arrow-big-down';
|
|
115
|
-
//
|
|
116
|
-
export { default as
|
|
113
|
+
// ArrowBigLeftDash aliases
|
|
114
|
+
export { default as ArrowBigLeftDashIcon } from '../icons/arrow-big-left-dash';
|
|
117
115
|
// ArrowBigLeft aliases
|
|
118
116
|
export { default as ArrowBigLeftIcon } from '../icons/arrow-big-left';
|
|
119
117
|
// ArrowBigRight aliases
|
|
120
118
|
export { default as ArrowBigRightIcon } from '../icons/arrow-big-right';
|
|
119
|
+
// ArrowBigRightDash aliases
|
|
120
|
+
export { default as ArrowBigRightDashIcon } from '../icons/arrow-big-right-dash';
|
|
121
121
|
// ArrowBigUpDash aliases
|
|
122
122
|
export { default as ArrowBigUpDashIcon } from '../icons/arrow-big-up-dash';
|
|
123
|
-
// ArrowDownFromLine aliases
|
|
124
|
-
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
125
123
|
// ArrowBigUp aliases
|
|
126
124
|
export { default as ArrowBigUpIcon } from '../icons/arrow-big-up';
|
|
125
|
+
// ArrowDownFromLine aliases
|
|
126
|
+
export { default as ArrowDownFromLineIcon } from '../icons/arrow-down-from-line';
|
|
127
127
|
// ArrowDownLeft aliases
|
|
128
128
|
export { default as ArrowDownLeftIcon } from '../icons/arrow-down-left';
|
|
129
129
|
// ArrowDownNarrowWide aliases
|
|
@@ -142,18 +142,18 @@ export { default as ArrowDownIcon } from '../icons/arrow-down';
|
|
|
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
|
-
// ArrowLeftToLine aliases
|
|
146
|
-
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
147
145
|
// ArrowRightFromLine aliases
|
|
148
146
|
export { default as ArrowRightFromLineIcon } from '../icons/arrow-right-from-line';
|
|
147
|
+
// ArrowLeftToLine aliases
|
|
148
|
+
export { default as ArrowLeftToLineIcon } from '../icons/arrow-left-to-line';
|
|
149
149
|
// ArrowLeft aliases
|
|
150
150
|
export { default as ArrowLeftIcon } from '../icons/arrow-left';
|
|
151
|
+
// ArrowRight aliases
|
|
152
|
+
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
151
153
|
// ArrowRightLeft aliases
|
|
152
154
|
export { default as ArrowRightLeftIcon } from '../icons/arrow-right-left';
|
|
153
155
|
// ArrowRightToLine aliases
|
|
154
156
|
export { default as ArrowRightToLineIcon } from '../icons/arrow-right-to-line';
|
|
155
|
-
// ArrowRight aliases
|
|
156
|
-
export { default as ArrowRightIcon } from '../icons/arrow-right';
|
|
157
157
|
// ArrowUpDown aliases
|
|
158
158
|
export { default as ArrowUpDownIcon } from '../icons/arrow-up-down';
|
|
159
159
|
// ArrowUpFromDot aliases
|
|
@@ -162,10 +162,10 @@ export { default as ArrowUpFromDotIcon } from '../icons/arrow-up-from-dot';
|
|
|
162
162
|
export { default as ArrowUpFromLineIcon } from '../icons/arrow-up-from-line';
|
|
163
163
|
// ArrowUpLeft aliases
|
|
164
164
|
export { default as ArrowUpLeftIcon } from '../icons/arrow-up-left';
|
|
165
|
-
// ArrowUpRight aliases
|
|
166
|
-
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
167
165
|
// ArrowUpToLine aliases
|
|
168
166
|
export { default as ArrowUpToLineIcon } from '../icons/arrow-up-to-line';
|
|
167
|
+
// ArrowUpRight aliases
|
|
168
|
+
export { default as ArrowUpRightIcon } from '../icons/arrow-up-right';
|
|
169
169
|
// ArrowUpWideNarrow aliases
|
|
170
170
|
export { default as ArrowUpWideNarrowIcon } from '../icons/arrow-up-wide-narrow';
|
|
171
171
|
// ArrowUp aliases
|
|
@@ -174,20 +174,20 @@ export { default as ArrowUpIcon } from '../icons/arrow-up';
|
|
|
174
174
|
export { default as ArrowsUpFromLineIcon } from '../icons/arrows-up-from-line';
|
|
175
175
|
// Asterisk aliases
|
|
176
176
|
export { default as AsteriskIcon } from '../icons/asterisk';
|
|
177
|
-
// Atom aliases
|
|
178
|
-
export { default as AtomIcon } from '../icons/atom';
|
|
179
177
|
// AtSign aliases
|
|
180
178
|
export { default as AtSignIcon } from '../icons/at-sign';
|
|
179
|
+
// Atom aliases
|
|
180
|
+
export { default as AtomIcon } from '../icons/atom';
|
|
181
181
|
// AudioLines aliases
|
|
182
182
|
export { default as AudioLinesIcon } from '../icons/audio-lines';
|
|
183
|
-
// Award aliases
|
|
184
|
-
export { default as AwardIcon } from '../icons/award';
|
|
185
183
|
// AudioWaveform aliases
|
|
186
184
|
export { default as AudioWaveformIcon } from '../icons/audio-waveform';
|
|
187
|
-
//
|
|
188
|
-
export { default as
|
|
185
|
+
// Award aliases
|
|
186
|
+
export { default as AwardIcon } from '../icons/award';
|
|
189
187
|
// Baby aliases
|
|
190
188
|
export { default as BabyIcon } from '../icons/baby';
|
|
189
|
+
// Axe aliases
|
|
190
|
+
export { default as AxeIcon } from '../icons/axe';
|
|
191
191
|
// Backpack aliases
|
|
192
192
|
export { default as BackpackIcon } from '../icons/backpack';
|
|
193
193
|
// BadgeAlert aliases
|
|
@@ -196,52 +196,52 @@ export { default as BadgeAlertIcon } from '../icons/badge-alert';
|
|
|
196
196
|
export { default as BadgeCentIcon } from '../icons/badge-cent';
|
|
197
197
|
// BadgeDollarSign aliases
|
|
198
198
|
export { default as BadgeDollarSignIcon } from '../icons/badge-dollar-sign';
|
|
199
|
-
// BadgeHelp aliases
|
|
200
|
-
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
201
199
|
// BadgeEuro aliases
|
|
202
200
|
export { default as BadgeEuroIcon } from '../icons/badge-euro';
|
|
203
201
|
// BadgeIndianRupee aliases
|
|
204
202
|
export { default as BadgeIndianRupeeIcon } from '../icons/badge-indian-rupee';
|
|
203
|
+
// BadgeHelp aliases
|
|
204
|
+
export { default as BadgeHelpIcon } from '../icons/badge-help';
|
|
205
205
|
// BadgeInfo aliases
|
|
206
206
|
export { default as BadgeInfoIcon } from '../icons/badge-info';
|
|
207
|
-
// BadgeMinus aliases
|
|
208
|
-
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
209
207
|
// BadgeJapaneseYen aliases
|
|
210
208
|
export { default as BadgeJapaneseYenIcon } from '../icons/badge-japanese-yen';
|
|
211
209
|
// BadgePercent aliases
|
|
212
210
|
export { default as BadgePercentIcon } from '../icons/badge-percent';
|
|
213
211
|
// BadgePlus aliases
|
|
214
212
|
export { default as BadgePlusIcon } from '../icons/badge-plus';
|
|
215
|
-
//
|
|
216
|
-
export { default as
|
|
213
|
+
// BadgeMinus aliases
|
|
214
|
+
export { default as BadgeMinusIcon } from '../icons/badge-minus';
|
|
217
215
|
// BadgePoundSterling aliases
|
|
218
216
|
export { default as BadgePoundSterlingIcon } from '../icons/badge-pound-sterling';
|
|
217
|
+
// BadgeRussianRuble aliases
|
|
218
|
+
export { default as BadgeRussianRubleIcon } from '../icons/badge-russian-ruble';
|
|
219
219
|
// BadgeSwissFranc aliases
|
|
220
220
|
export { default as BadgeSwissFrancIcon } from '../icons/badge-swiss-franc';
|
|
221
|
-
// Badge aliases
|
|
222
|
-
export { default as BadgeIcon } from '../icons/badge';
|
|
223
221
|
// BadgeX aliases
|
|
224
222
|
export { default as BadgeXIcon } from '../icons/badge-x';
|
|
223
|
+
// Badge aliases
|
|
224
|
+
export { default as BadgeIcon } from '../icons/badge';
|
|
225
225
|
// BaggageClaim aliases
|
|
226
226
|
export { default as BaggageClaimIcon } from '../icons/baggage-claim';
|
|
227
227
|
// Ban aliases
|
|
228
228
|
export { default as BanIcon } from '../icons/ban';
|
|
229
|
-
// Bandage aliases
|
|
230
|
-
export { default as BandageIcon } from '../icons/bandage';
|
|
231
229
|
// Banana aliases
|
|
232
230
|
export { default as BananaIcon } from '../icons/banana';
|
|
233
|
-
//
|
|
234
|
-
export { default as
|
|
231
|
+
// Bandage aliases
|
|
232
|
+
export { default as BandageIcon } from '../icons/bandage';
|
|
235
233
|
// BanknoteArrowDown aliases
|
|
236
234
|
export { default as BanknoteArrowDownIcon } from '../icons/banknote-arrow-down';
|
|
235
|
+
// BanknoteArrowUp aliases
|
|
236
|
+
export { default as BanknoteArrowUpIcon } from '../icons/banknote-arrow-up';
|
|
237
237
|
// BanknoteX aliases
|
|
238
238
|
export { default as BanknoteXIcon } from '../icons/banknote-x';
|
|
239
|
+
// Barcode aliases
|
|
240
|
+
export { default as BarcodeIcon } from '../icons/barcode';
|
|
239
241
|
// Banknote aliases
|
|
240
242
|
export { default as BanknoteIcon } from '../icons/banknote';
|
|
241
243
|
// Baseline aliases
|
|
242
244
|
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
|
|
@@ -268,14 +268,14 @@ export { default as BeanIcon } from '../icons/bean';
|
|
|
268
268
|
export { default as BedDoubleIcon } from '../icons/bed-double';
|
|
269
269
|
// BedSingle aliases
|
|
270
270
|
export { default as BedSingleIcon } from '../icons/bed-single';
|
|
271
|
-
// Bed aliases
|
|
272
|
-
export { default as BedIcon } from '../icons/bed';
|
|
273
271
|
// Beef aliases
|
|
274
272
|
export { default as BeefIcon } from '../icons/beef';
|
|
275
|
-
//
|
|
276
|
-
export { default as
|
|
273
|
+
// Bed aliases
|
|
274
|
+
export { default as BedIcon } from '../icons/bed';
|
|
277
275
|
// BeerOff aliases
|
|
278
276
|
export { default as BeerOffIcon } from '../icons/beer-off';
|
|
277
|
+
// Beer aliases
|
|
278
|
+
export { default as BeerIcon } from '../icons/beer';
|
|
279
279
|
// BellDot aliases
|
|
280
280
|
export { default as BellDotIcon } from '../icons/bell-dot';
|
|
281
281
|
// BellElectric aliases
|
|
@@ -286,24 +286,24 @@ export { default as BellMinusIcon } from '../icons/bell-minus';
|
|
|
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
|
-
// Bell aliases
|
|
290
|
-
export { default as BellIcon } from '../icons/bell';
|
|
291
289
|
// BellRing aliases
|
|
292
290
|
export { default as BellRingIcon } from '../icons/bell-ring';
|
|
293
|
-
//
|
|
294
|
-
export { default as
|
|
291
|
+
// Bell aliases
|
|
292
|
+
export { default as BellIcon } from '../icons/bell';
|
|
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
|
+
// Binary aliases
|
|
300
|
+
export { default as BinaryIcon } from '../icons/binary';
|
|
299
301
|
// Bike aliases
|
|
300
302
|
export { default as BikeIcon } from '../icons/bike';
|
|
301
303
|
// Binoculars aliases
|
|
302
304
|
export { default as BinocularsIcon } from '../icons/binoculars';
|
|
303
305
|
// Biohazard aliases
|
|
304
306
|
export { default as BiohazardIcon } from '../icons/biohazard';
|
|
305
|
-
// Binary aliases
|
|
306
|
-
export { default as BinaryIcon } from '../icons/binary';
|
|
307
307
|
// Bird aliases
|
|
308
308
|
export { default as BirdIcon } from '../icons/bird';
|
|
309
309
|
// Bitcoin aliases
|
|
@@ -314,18 +314,18 @@ export { default as BlendIcon } from '../icons/blend';
|
|
|
314
314
|
export { default as BlindsIcon } from '../icons/blinds';
|
|
315
315
|
// Blocks aliases
|
|
316
316
|
export { default as BlocksIcon } from '../icons/blocks';
|
|
317
|
-
// BluetoothOff aliases
|
|
318
|
-
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
319
317
|
// BluetoothConnected aliases
|
|
320
318
|
export { default as BluetoothConnectedIcon } from '../icons/bluetooth-connected';
|
|
319
|
+
// BluetoothOff aliases
|
|
320
|
+
export { default as BluetoothOffIcon } from '../icons/bluetooth-off';
|
|
321
321
|
// BluetoothSearching aliases
|
|
322
322
|
export { default as BluetoothSearchingIcon } from '../icons/bluetooth-searching';
|
|
323
|
+
// Bluetooth aliases
|
|
324
|
+
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
323
325
|
// Bold aliases
|
|
324
326
|
export { default as BoldIcon } from '../icons/bold';
|
|
325
327
|
// Bolt aliases
|
|
326
328
|
export { default as BoltIcon } from '../icons/bolt';
|
|
327
|
-
// Bluetooth aliases
|
|
328
|
-
export { default as BluetoothIcon } from '../icons/bluetooth';
|
|
329
329
|
// Bomb aliases
|
|
330
330
|
export { default as BombIcon } from '../icons/bomb';
|
|
331
331
|
// Bone aliases
|
|
@@ -338,118 +338,118 @@ export { default as BookAudioIcon } from '../icons/book-audio';
|
|
|
338
338
|
export { default as BookCheckIcon } from '../icons/book-check';
|
|
339
339
|
// BookCopy aliases
|
|
340
340
|
export { default as BookCopyIcon } from '../icons/book-copy';
|
|
341
|
-
// BookDown aliases
|
|
342
|
-
export { default as BookDownIcon } from '../icons/book-down';
|
|
343
341
|
// BookHeadphones aliases
|
|
344
342
|
export { default as BookHeadphonesIcon } from '../icons/book-headphones';
|
|
345
|
-
//
|
|
346
|
-
export { default as
|
|
343
|
+
// BookDown aliases
|
|
344
|
+
export { default as BookDownIcon } from '../icons/book-down';
|
|
347
345
|
// BookImage aliases
|
|
348
346
|
export { default as BookImageIcon } from '../icons/book-image';
|
|
347
|
+
// BookHeart aliases
|
|
348
|
+
export { default as BookHeartIcon } from '../icons/book-heart';
|
|
349
349
|
// BookKey aliases
|
|
350
350
|
export { default as BookKeyIcon } from '../icons/book-key';
|
|
351
|
-
// BookLock aliases
|
|
352
|
-
export { default as BookLockIcon } from '../icons/book-lock';
|
|
353
351
|
// BookMarked aliases
|
|
354
352
|
export { default as BookMarkedIcon } from '../icons/book-marked';
|
|
355
353
|
// BookMinus aliases
|
|
356
354
|
export { default as BookMinusIcon } from '../icons/book-minus';
|
|
357
|
-
//
|
|
358
|
-
export { default as
|
|
355
|
+
// BookLock aliases
|
|
356
|
+
export { default as BookLockIcon } from '../icons/book-lock';
|
|
359
357
|
// BookOpenText aliases
|
|
360
358
|
export { default as BookOpenTextIcon } from '../icons/book-open-text';
|
|
359
|
+
// BookOpenCheck aliases
|
|
360
|
+
export { default as BookOpenCheckIcon } from '../icons/book-open-check';
|
|
361
361
|
// BookOpen aliases
|
|
362
362
|
export { default as BookOpenIcon } from '../icons/book-open';
|
|
363
|
-
// BookText aliases
|
|
364
|
-
export { default as BookTextIcon } from '../icons/book-text';
|
|
365
363
|
// BookPlus aliases
|
|
366
364
|
export { default as BookPlusIcon } from '../icons/book-plus';
|
|
365
|
+
// BookText aliases
|
|
366
|
+
export { default as BookTextIcon } from '../icons/book-text';
|
|
367
367
|
// BookType aliases
|
|
368
368
|
export { default as BookTypeIcon } from '../icons/book-type';
|
|
369
|
-
// BookUp aliases
|
|
370
|
-
export { default as BookUpIcon } from '../icons/book-up';
|
|
371
369
|
// BookUp2 aliases
|
|
372
370
|
export { default as BookUp2Icon } from '../icons/book-up-2';
|
|
373
|
-
// BookX aliases
|
|
374
|
-
export { default as BookXIcon } from '../icons/book-x';
|
|
375
371
|
// BookUser aliases
|
|
376
372
|
export { default as BookUserIcon } from '../icons/book-user';
|
|
377
|
-
//
|
|
378
|
-
export { default as
|
|
373
|
+
// BookUp aliases
|
|
374
|
+
export { default as BookUpIcon } from '../icons/book-up';
|
|
375
|
+
// BookX aliases
|
|
376
|
+
export { default as BookXIcon } from '../icons/book-x';
|
|
379
377
|
// BookmarkCheck aliases
|
|
380
378
|
export { default as BookmarkCheckIcon } from '../icons/bookmark-check';
|
|
381
379
|
// BookmarkMinus aliases
|
|
382
380
|
export { default as BookmarkMinusIcon } from '../icons/bookmark-minus';
|
|
381
|
+
// Book aliases
|
|
382
|
+
export { default as BookIcon } from '../icons/book';
|
|
383
383
|
// BookmarkPlus aliases
|
|
384
384
|
export { default as BookmarkPlusIcon } from '../icons/bookmark-plus';
|
|
385
385
|
// BookmarkX aliases
|
|
386
386
|
export { default as BookmarkXIcon } from '../icons/bookmark-x';
|
|
387
387
|
// Bookmark aliases
|
|
388
388
|
export { default as BookmarkIcon } from '../icons/bookmark';
|
|
389
|
+
// BoomBox aliases
|
|
390
|
+
export { default as BoomBoxIcon } from '../icons/boom-box';
|
|
389
391
|
// BotMessageSquare aliases
|
|
390
392
|
export { default as BotMessageSquareIcon } from '../icons/bot-message-square';
|
|
391
|
-
// BotOff aliases
|
|
392
|
-
export { default as BotOffIcon } from '../icons/bot-off';
|
|
393
393
|
// Bot aliases
|
|
394
394
|
export { default as BotIcon } from '../icons/bot';
|
|
395
|
-
//
|
|
396
|
-
export { default as
|
|
395
|
+
// BotOff aliases
|
|
396
|
+
export { default as BotOffIcon } from '../icons/bot-off';
|
|
397
397
|
// BowArrow aliases
|
|
398
398
|
export { default as BowArrowIcon } from '../icons/bow-arrow';
|
|
399
399
|
// Box aliases
|
|
400
400
|
export { default as BoxIcon } from '../icons/box';
|
|
401
|
-
// Brackets aliases
|
|
402
|
-
export { default as BracketsIcon } from '../icons/brackets';
|
|
403
401
|
// Boxes aliases
|
|
404
402
|
export { default as BoxesIcon } from '../icons/boxes';
|
|
403
|
+
// Brackets aliases
|
|
404
|
+
export { default as BracketsIcon } from '../icons/brackets';
|
|
405
405
|
// BrainCircuit aliases
|
|
406
406
|
export { default as BrainCircuitIcon } from '../icons/brain-circuit';
|
|
407
407
|
// BrainCog aliases
|
|
408
408
|
export { default as BrainCogIcon } from '../icons/brain-cog';
|
|
409
|
-
// BrickWallFire aliases
|
|
410
|
-
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
411
|
-
// BrickWall aliases
|
|
412
|
-
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
413
409
|
// Brain aliases
|
|
414
410
|
export { default as BrainIcon } from '../icons/brain';
|
|
411
|
+
// BrickWallFire aliases
|
|
412
|
+
export { default as BrickWallFireIcon } from '../icons/brick-wall-fire';
|
|
415
413
|
// BriefcaseBusiness aliases
|
|
416
414
|
export { default as BriefcaseBusinessIcon } from '../icons/briefcase-business';
|
|
415
|
+
// BrickWall aliases
|
|
416
|
+
export { default as BrickWallIcon } from '../icons/brick-wall';
|
|
417
417
|
// BriefcaseConveyorBelt aliases
|
|
418
418
|
export { default as BriefcaseConveyorBeltIcon } from '../icons/briefcase-conveyor-belt';
|
|
419
419
|
// BriefcaseMedical aliases
|
|
420
420
|
export { default as BriefcaseMedicalIcon } from '../icons/briefcase-medical';
|
|
421
|
-
// Briefcase aliases
|
|
422
|
-
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
423
421
|
// BringToFront aliases
|
|
424
422
|
export { default as BringToFrontIcon } from '../icons/bring-to-front';
|
|
423
|
+
// Briefcase aliases
|
|
424
|
+
export { default as BriefcaseIcon } from '../icons/briefcase';
|
|
425
425
|
// BrushCleaning aliases
|
|
426
426
|
export { default as BrushCleaningIcon } from '../icons/brush-cleaning';
|
|
427
|
-
// Bubbles aliases
|
|
428
|
-
export { default as BubblesIcon } from '../icons/bubbles';
|
|
429
427
|
// Brush aliases
|
|
430
428
|
export { default as BrushIcon } from '../icons/brush';
|
|
429
|
+
// Bubbles aliases
|
|
430
|
+
export { default as BubblesIcon } from '../icons/bubbles';
|
|
431
431
|
// BugOff aliases
|
|
432
432
|
export { default as BugOffIcon } from '../icons/bug-off';
|
|
433
433
|
// BugPlay aliases
|
|
434
434
|
export { default as BugPlayIcon } from '../icons/bug-play';
|
|
435
|
-
// Building2 aliases
|
|
436
|
-
export { default as Building2Icon } from '../icons/building-2';
|
|
437
435
|
// Bug aliases
|
|
438
436
|
export { default as BugIcon } from '../icons/bug';
|
|
437
|
+
// Building2 aliases
|
|
438
|
+
export { default as Building2Icon } from '../icons/building-2';
|
|
439
439
|
// Building aliases
|
|
440
440
|
export { default as BuildingIcon } from '../icons/building';
|
|
441
441
|
// BusFront aliases
|
|
442
442
|
export { default as BusFrontIcon } from '../icons/bus-front';
|
|
443
443
|
// Bus aliases
|
|
444
444
|
export { default as BusIcon } from '../icons/bus';
|
|
445
|
-
// Cable aliases
|
|
446
|
-
export { default as CableIcon } from '../icons/cable';
|
|
447
|
-
// CakeSlice aliases
|
|
448
|
-
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
449
445
|
// CableCar aliases
|
|
450
446
|
export { default as CableCarIcon } from '../icons/cable-car';
|
|
447
|
+
// Cable aliases
|
|
448
|
+
export { default as CableIcon } from '../icons/cable';
|
|
451
449
|
// Cake aliases
|
|
452
450
|
export { default as CakeIcon } from '../icons/cake';
|
|
451
|
+
// CakeSlice aliases
|
|
452
|
+
export { default as CakeSliceIcon } from '../icons/cake-slice';
|
|
453
453
|
// Calculator aliases
|
|
454
454
|
export { default as CalculatorIcon } from '../icons/calculator';
|
|
455
455
|
// Calendar1 aliases
|
|
@@ -478,10 +478,10 @@ export { default as CalendarMinus2Icon } from '../icons/calendar-minus-2';
|
|
|
478
478
|
export { default as CalendarMinusIcon } from '../icons/calendar-minus';
|
|
479
479
|
// CalendarOff aliases
|
|
480
480
|
export { default as CalendarOffIcon } from '../icons/calendar-off';
|
|
481
|
-
// CalendarPlus aliases
|
|
482
|
-
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
483
481
|
// CalendarPlus2 aliases
|
|
484
482
|
export { default as CalendarPlus2Icon } from '../icons/calendar-plus-2';
|
|
483
|
+
// CalendarPlus aliases
|
|
484
|
+
export { default as CalendarPlusIcon } from '../icons/calendar-plus';
|
|
485
485
|
// CalendarRange aliases
|
|
486
486
|
export { default as CalendarRangeIcon } from '../icons/calendar-range';
|
|
487
487
|
// CalendarSearch aliases
|
|
@@ -494,24 +494,24 @@ export { default as CalendarX2Icon } from '../icons/calendar-x-2';
|
|
|
494
494
|
export { default as CalendarXIcon } from '../icons/calendar-x';
|
|
495
495
|
// Calendar aliases
|
|
496
496
|
export { default as CalendarIcon } from '../icons/calendar';
|
|
497
|
-
// Camera aliases
|
|
498
|
-
export { default as CameraIcon } from '../icons/camera';
|
|
499
497
|
// CameraOff aliases
|
|
500
498
|
export { default as CameraOffIcon } from '../icons/camera-off';
|
|
501
|
-
//
|
|
502
|
-
export { default as
|
|
499
|
+
// Camera aliases
|
|
500
|
+
export { default as CameraIcon } from '../icons/camera';
|
|
503
501
|
// CandyOff aliases
|
|
504
502
|
export { default as CandyOffIcon } from '../icons/candy-off';
|
|
503
|
+
// CandyCane aliases
|
|
504
|
+
export { default as CandyCaneIcon } from '../icons/candy-cane';
|
|
505
505
|
// Candy aliases
|
|
506
506
|
export { default as CandyIcon } from '../icons/candy';
|
|
507
507
|
// Cannabis aliases
|
|
508
508
|
export { default as CannabisIcon } from '../icons/cannabis';
|
|
509
509
|
// CaptionsOff aliases
|
|
510
510
|
export { default as CaptionsOffIcon } from '../icons/captions-off';
|
|
511
|
-
// CarFront aliases
|
|
512
|
-
export { default as CarFrontIcon } from '../icons/car-front';
|
|
513
511
|
// CarTaxiFront aliases
|
|
514
512
|
export { default as CarTaxiFrontIcon } from '../icons/car-taxi-front';
|
|
513
|
+
// CarFront aliases
|
|
514
|
+
export { default as CarFrontIcon } from '../icons/car-front';
|
|
515
515
|
// Car aliases
|
|
516
516
|
export { default as CarIcon } from '../icons/car';
|
|
517
517
|
// Caravan aliases
|
|
@@ -530,82 +530,84 @@ export { default as CassetteTapeIcon } from '../icons/cassette-tape';
|
|
|
530
530
|
export { default as CastIcon } from '../icons/cast';
|
|
531
531
|
// Castle aliases
|
|
532
532
|
export { default as CastleIcon } from '../icons/castle';
|
|
533
|
+
// Cctv aliases
|
|
534
|
+
export { default as CctvIcon } from '../icons/cctv';
|
|
533
535
|
// Cat aliases
|
|
534
536
|
export { default as CatIcon } from '../icons/cat';
|
|
535
537
|
// ChartBarDecreasing aliases
|
|
536
538
|
export { default as ChartBarDecreasingIcon } from '../icons/chart-bar-decreasing';
|
|
537
539
|
// ChartBarIncreasing aliases
|
|
538
540
|
export { default as ChartBarIncreasingIcon } from '../icons/chart-bar-increasing';
|
|
539
|
-
// Cctv aliases
|
|
540
|
-
export { default as CctvIcon } from '../icons/cctv';
|
|
541
541
|
// ChartBarStacked aliases
|
|
542
542
|
export { default as ChartBarStackedIcon } from '../icons/chart-bar-stacked';
|
|
543
|
-
// ChartColumnDecreasing aliases
|
|
544
|
-
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
545
543
|
// ChartColumnStacked aliases
|
|
546
544
|
export { default as ChartColumnStackedIcon } from '../icons/chart-column-stacked';
|
|
547
545
|
// ChartGantt aliases
|
|
548
546
|
export { default as ChartGanttIcon } from '../icons/chart-gantt';
|
|
547
|
+
// ChartColumnDecreasing aliases
|
|
548
|
+
export { default as ChartColumnDecreasingIcon } from '../icons/chart-column-decreasing';
|
|
549
549
|
// ChartNetwork aliases
|
|
550
550
|
export { default as ChartNetworkIcon } from '../icons/chart-network';
|
|
551
551
|
// ChartNoAxesColumnDecreasing aliases
|
|
552
552
|
export { default as ChartNoAxesColumnDecreasingIcon } from '../icons/chart-no-axes-column-decreasing';
|
|
553
553
|
// ChartNoAxesCombined aliases
|
|
554
554
|
export { default as ChartNoAxesCombinedIcon } from '../icons/chart-no-axes-combined';
|
|
555
|
-
// ChartSpline aliases
|
|
556
|
-
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
557
555
|
// CheckCheck aliases
|
|
558
556
|
export { default as CheckCheckIcon } from '../icons/check-check';
|
|
559
|
-
//
|
|
560
|
-
export { default as
|
|
557
|
+
// ChartSpline aliases
|
|
558
|
+
export { default as ChartSplineIcon } from '../icons/chart-spline';
|
|
559
|
+
// CheckLine aliases
|
|
560
|
+
export { default as CheckLineIcon } from '../icons/check-line';
|
|
561
561
|
// Check aliases
|
|
562
562
|
export { default as CheckIcon } from '../icons/check';
|
|
563
|
+
// ChefHat aliases
|
|
564
|
+
export { default as ChefHatIcon } from '../icons/chef-hat';
|
|
563
565
|
// Cherry aliases
|
|
564
566
|
export { default as CherryIcon } from '../icons/cherry';
|
|
565
567
|
// ChevronDown aliases
|
|
566
568
|
export { default as ChevronDownIcon } from '../icons/chevron-down';
|
|
567
569
|
// ChevronFirst aliases
|
|
568
570
|
export { default as ChevronFirstIcon } from '../icons/chevron-first';
|
|
571
|
+
// ChevronLeft aliases
|
|
572
|
+
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
569
573
|
// ChevronLast aliases
|
|
570
574
|
export { default as ChevronLastIcon } from '../icons/chevron-last';
|
|
571
575
|
// ChevronRight aliases
|
|
572
576
|
export { default as ChevronRightIcon } from '../icons/chevron-right';
|
|
573
|
-
// ChevronLeft aliases
|
|
574
|
-
export { default as ChevronLeftIcon } from '../icons/chevron-left';
|
|
575
577
|
// ChevronUp aliases
|
|
576
578
|
export { default as ChevronUpIcon } from '../icons/chevron-up';
|
|
577
|
-
// ChevronsDownUp aliases
|
|
578
|
-
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
579
579
|
// ChevronsDown aliases
|
|
580
580
|
export { default as ChevronsDownIcon } from '../icons/chevrons-down';
|
|
581
|
+
// ChevronsDownUp aliases
|
|
582
|
+
export { default as ChevronsDownUpIcon } from '../icons/chevrons-down-up';
|
|
581
583
|
// ChevronsLeftRightEllipsis aliases
|
|
582
584
|
export { default as ChevronsLeftRightEllipsisIcon } from '../icons/chevrons-left-right-ellipsis';
|
|
583
585
|
// ChevronsLeftRight aliases
|
|
584
586
|
export { default as ChevronsLeftRightIcon } from '../icons/chevrons-left-right';
|
|
585
|
-
// ChevronsLeft aliases
|
|
586
|
-
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
587
587
|
// ChevronsRightLeft aliases
|
|
588
588
|
export { default as ChevronsRightLeftIcon } from '../icons/chevrons-right-left';
|
|
589
|
-
// ChevronsRight aliases
|
|
590
|
-
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
591
|
-
// ChevronsUp aliases
|
|
592
|
-
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
593
589
|
// ChevronsUpDown aliases
|
|
594
590
|
export { default as ChevronsUpDownIcon } from '../icons/chevrons-up-down';
|
|
591
|
+
// ChevronsLeft aliases
|
|
592
|
+
export { default as ChevronsLeftIcon } from '../icons/chevrons-left';
|
|
593
|
+
// ChevronsRight aliases
|
|
594
|
+
export { default as ChevronsRightIcon } from '../icons/chevrons-right';
|
|
595
595
|
// Chrome aliases
|
|
596
596
|
export { default as ChromeIcon } from '../icons/chrome';
|
|
597
|
+
// ChevronsUp aliases
|
|
598
|
+
export { default as ChevronsUpIcon } from '../icons/chevrons-up';
|
|
597
599
|
// Church aliases
|
|
598
600
|
export { default as ChurchIcon } from '../icons/church';
|
|
599
|
-
// CigaretteOff aliases
|
|
600
|
-
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
601
601
|
// Cigarette aliases
|
|
602
602
|
export { default as CigaretteIcon } from '../icons/cigarette';
|
|
603
|
+
// CigaretteOff aliases
|
|
604
|
+
export { default as CigaretteOffIcon } from '../icons/cigarette-off';
|
|
603
605
|
// CircleDashed aliases
|
|
604
606
|
export { default as CircleDashedIcon } from '../icons/circle-dashed';
|
|
605
|
-
// CircleDotDashed aliases
|
|
606
|
-
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
607
607
|
// CircleDollarSign aliases
|
|
608
608
|
export { default as CircleDollarSignIcon } from '../icons/circle-dollar-sign';
|
|
609
|
+
// CircleDotDashed aliases
|
|
610
|
+
export { default as CircleDotDashedIcon } from '../icons/circle-dot-dashed';
|
|
609
611
|
// CircleDot aliases
|
|
610
612
|
export { default as CircleDotIcon } from '../icons/circle-dot';
|
|
611
613
|
// CircleEllipsis aliases
|
|
@@ -620,20 +622,20 @@ export { default as CircleFadingPlusIcon } from '../icons/circle-fading-plus';
|
|
|
620
622
|
export { default as CircleOffIcon } from '../icons/circle-off';
|
|
621
623
|
// CircleSlash aliases
|
|
622
624
|
export { default as CircleSlashIcon } from '../icons/circle-slash';
|
|
623
|
-
// CircuitBoard aliases
|
|
624
|
-
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
625
625
|
// CircleSmall aliases
|
|
626
626
|
export { default as CircleSmallIcon } from '../icons/circle-small';
|
|
627
627
|
// Circle aliases
|
|
628
628
|
export { default as CircleIcon } from '../icons/circle';
|
|
629
|
+
// CircuitBoard aliases
|
|
630
|
+
export { default as CircuitBoardIcon } from '../icons/circuit-board';
|
|
629
631
|
// Citrus aliases
|
|
630
632
|
export { default as CitrusIcon } from '../icons/citrus';
|
|
631
|
-
// Clapperboard aliases
|
|
632
|
-
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
633
633
|
// ClipboardCheck aliases
|
|
634
634
|
export { default as ClipboardCheckIcon } from '../icons/clipboard-check';
|
|
635
635
|
// ClipboardCopy aliases
|
|
636
636
|
export { default as ClipboardCopyIcon } from '../icons/clipboard-copy';
|
|
637
|
+
// Clapperboard aliases
|
|
638
|
+
export { default as ClapperboardIcon } from '../icons/clapperboard';
|
|
637
639
|
// ClipboardList aliases
|
|
638
640
|
export { default as ClipboardListIcon } from '../icons/clipboard-list';
|
|
639
641
|
// ClipboardMinus aliases
|
|
@@ -646,28 +648,28 @@ export { default as ClipboardPlusIcon } from '../icons/clipboard-plus';
|
|
|
646
648
|
export { default as ClipboardTypeIcon } from '../icons/clipboard-type';
|
|
647
649
|
// ClipboardX aliases
|
|
648
650
|
export { default as ClipboardXIcon } from '../icons/clipboard-x';
|
|
649
|
-
// Clipboard aliases
|
|
650
|
-
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
651
651
|
// Clock1 aliases
|
|
652
652
|
export { default as Clock1Icon } from '../icons/clock-1';
|
|
653
|
-
//
|
|
654
|
-
export { default as
|
|
653
|
+
// Clipboard aliases
|
|
654
|
+
export { default as ClipboardIcon } from '../icons/clipboard';
|
|
655
655
|
// Clock11 aliases
|
|
656
656
|
export { default as Clock11Icon } from '../icons/clock-11';
|
|
657
|
+
// Clock10 aliases
|
|
658
|
+
export { default as Clock10Icon } from '../icons/clock-10';
|
|
659
|
+
// Clock2 aliases
|
|
660
|
+
export { default as Clock2Icon } from '../icons/clock-2';
|
|
657
661
|
// Clock12 aliases
|
|
658
662
|
export { default as Clock12Icon } from '../icons/clock-12';
|
|
659
663
|
// Clock3 aliases
|
|
660
664
|
export { default as Clock3Icon } from '../icons/clock-3';
|
|
661
|
-
// Clock2 aliases
|
|
662
|
-
export { default as Clock2Icon } from '../icons/clock-2';
|
|
663
665
|
// Clock4 aliases
|
|
664
666
|
export { default as Clock4Icon } from '../icons/clock-4';
|
|
665
667
|
// Clock5 aliases
|
|
666
668
|
export { default as Clock5Icon } from '../icons/clock-5';
|
|
667
|
-
// Clock6 aliases
|
|
668
|
-
export { default as Clock6Icon } from '../icons/clock-6';
|
|
669
669
|
// Clock7 aliases
|
|
670
670
|
export { default as Clock7Icon } from '../icons/clock-7';
|
|
671
|
+
// Clock6 aliases
|
|
672
|
+
export { default as Clock6Icon } from '../icons/clock-6';
|
|
671
673
|
// Clock8 aliases
|
|
672
674
|
export { default as Clock8Icon } from '../icons/clock-8';
|
|
673
675
|
// Clock9 aliases
|
|
@@ -676,28 +678,28 @@ export { default as Clock9Icon } from '../icons/clock-9';
|
|
|
676
678
|
export { default as ClockAlertIcon } from '../icons/clock-alert';
|
|
677
679
|
// ClockArrowDown aliases
|
|
678
680
|
export { default as ClockArrowDownIcon } from '../icons/clock-arrow-down';
|
|
679
|
-
// ClockArrowUp aliases
|
|
680
|
-
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
681
681
|
// ClockFading aliases
|
|
682
682
|
export { default as ClockFadingIcon } from '../icons/clock-fading';
|
|
683
|
+
// ClockArrowUp aliases
|
|
684
|
+
export { default as ClockArrowUpIcon } from '../icons/clock-arrow-up';
|
|
683
685
|
// ClockPlus aliases
|
|
684
686
|
export { default as ClockPlusIcon } from '../icons/clock-plus';
|
|
685
687
|
// Clock aliases
|
|
686
688
|
export { default as ClockIcon } from '../icons/clock';
|
|
687
|
-
// CloudCog aliases
|
|
688
|
-
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
689
689
|
// CloudAlert aliases
|
|
690
690
|
export { default as CloudAlertIcon } from '../icons/cloud-alert';
|
|
691
|
+
// CloudCog aliases
|
|
692
|
+
export { default as CloudCogIcon } from '../icons/cloud-cog';
|
|
691
693
|
// CloudDrizzle aliases
|
|
692
694
|
export { default as CloudDrizzleIcon } from '../icons/cloud-drizzle';
|
|
693
695
|
// CloudFog aliases
|
|
694
696
|
export { default as CloudFogIcon } from '../icons/cloud-fog';
|
|
695
|
-
// CloudLightning aliases
|
|
696
|
-
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
697
697
|
// CloudHail aliases
|
|
698
698
|
export { default as CloudHailIcon } from '../icons/cloud-hail';
|
|
699
699
|
// CloudMoonRain aliases
|
|
700
700
|
export { default as CloudMoonRainIcon } from '../icons/cloud-moon-rain';
|
|
701
|
+
// CloudLightning aliases
|
|
702
|
+
export { default as CloudLightningIcon } from '../icons/cloud-lightning';
|
|
701
703
|
// CloudMoon aliases
|
|
702
704
|
export { default as CloudMoonIcon } from '../icons/cloud-moon';
|
|
703
705
|
// CloudOff aliases
|
|
@@ -714,38 +716,38 @@ export { default as CloudSunRainIcon } from '../icons/cloud-sun-rain';
|
|
|
714
716
|
export { default as CloudSunIcon } from '../icons/cloud-sun';
|
|
715
717
|
// Cloud aliases
|
|
716
718
|
export { default as CloudIcon } from '../icons/cloud';
|
|
717
|
-
// Clover aliases
|
|
718
|
-
export { default as CloverIcon } from '../icons/clover';
|
|
719
719
|
// Cloudy aliases
|
|
720
720
|
export { default as CloudyIcon } from '../icons/cloudy';
|
|
721
|
+
// Clover aliases
|
|
722
|
+
export { default as CloverIcon } from '../icons/clover';
|
|
721
723
|
// Club aliases
|
|
722
724
|
export { default as ClubIcon } from '../icons/club';
|
|
723
|
-
// Codepen aliases
|
|
724
|
-
export { default as CodepenIcon } from '../icons/codepen';
|
|
725
725
|
// Code aliases
|
|
726
726
|
export { default as CodeIcon } from '../icons/code';
|
|
727
|
-
//
|
|
728
|
-
export { default as
|
|
727
|
+
// Codepen aliases
|
|
728
|
+
export { default as CodepenIcon } from '../icons/codepen';
|
|
729
729
|
// Coffee aliases
|
|
730
730
|
export { default as CoffeeIcon } from '../icons/coffee';
|
|
731
731
|
// Cog aliases
|
|
732
732
|
export { default as CogIcon } from '../icons/cog';
|
|
733
|
+
// Codesandbox aliases
|
|
734
|
+
export { default as CodesandboxIcon } from '../icons/codesandbox';
|
|
733
735
|
// Coins aliases
|
|
734
736
|
export { default as CoinsIcon } from '../icons/coins';
|
|
735
|
-
// Combine aliases
|
|
736
|
-
export { default as CombineIcon } from '../icons/combine';
|
|
737
737
|
// Columns4 aliases
|
|
738
738
|
export { default as Columns4Icon } from '../icons/columns-4';
|
|
739
|
+
// Combine aliases
|
|
740
|
+
export { default as CombineIcon } from '../icons/combine';
|
|
739
741
|
// Command aliases
|
|
740
742
|
export { default as CommandIcon } from '../icons/command';
|
|
741
743
|
// Compass aliases
|
|
742
744
|
export { default as CompassIcon } from '../icons/compass';
|
|
743
745
|
// Component aliases
|
|
744
746
|
export { default as ComponentIcon } from '../icons/component';
|
|
745
|
-
// Computer aliases
|
|
746
|
-
export { default as ComputerIcon } from '../icons/computer';
|
|
747
747
|
// ConciergeBell aliases
|
|
748
748
|
export { default as ConciergeBellIcon } from '../icons/concierge-bell';
|
|
749
|
+
// Computer aliases
|
|
750
|
+
export { default as ComputerIcon } from '../icons/computer';
|
|
749
751
|
// Cone aliases
|
|
750
752
|
export { default as ConeIcon } from '../icons/cone';
|
|
751
753
|
// Construction aliases
|
|
@@ -760,22 +762,22 @@ export { default as ContrastIcon } from '../icons/contrast';
|
|
|
760
762
|
export { default as CookieIcon } from '../icons/cookie';
|
|
761
763
|
// CookingPot aliases
|
|
762
764
|
export { default as CookingPotIcon } from '../icons/cooking-pot';
|
|
763
|
-
// CopyCheck aliases
|
|
764
|
-
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
765
765
|
// CopyMinus aliases
|
|
766
766
|
export { default as CopyMinusIcon } from '../icons/copy-minus';
|
|
767
|
-
// CopySlash aliases
|
|
768
|
-
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
769
|
-
// CopyX aliases
|
|
770
|
-
export { default as CopyXIcon } from '../icons/copy-x';
|
|
771
767
|
// CopyPlus aliases
|
|
772
768
|
export { default as CopyPlusIcon } from '../icons/copy-plus';
|
|
769
|
+
// CopyCheck aliases
|
|
770
|
+
export { default as CopyCheckIcon } from '../icons/copy-check';
|
|
771
|
+
// CopyX aliases
|
|
772
|
+
export { default as CopyXIcon } from '../icons/copy-x';
|
|
773
|
+
// CopySlash aliases
|
|
774
|
+
export { default as CopySlashIcon } from '../icons/copy-slash';
|
|
773
775
|
// Copy aliases
|
|
774
776
|
export { default as CopyIcon } from '../icons/copy';
|
|
775
|
-
// Copyright aliases
|
|
776
|
-
export { default as CopyrightIcon } from '../icons/copyright';
|
|
777
777
|
// Copyleft aliases
|
|
778
778
|
export { default as CopyleftIcon } from '../icons/copyleft';
|
|
779
|
+
// Copyright aliases
|
|
780
|
+
export { default as CopyrightIcon } from '../icons/copyright';
|
|
779
781
|
// CornerDownLeft aliases
|
|
780
782
|
export { default as CornerDownLeftIcon } from '../icons/corner-down-left';
|
|
781
783
|
// CornerDownRight aliases
|
|
@@ -794,30 +796,30 @@ export { default as CornerUpLeftIcon } from '../icons/corner-up-left';
|
|
|
794
796
|
export { default as CornerUpRightIcon } from '../icons/corner-up-right';
|
|
795
797
|
// Cpu aliases
|
|
796
798
|
export { default as CpuIcon } from '../icons/cpu';
|
|
797
|
-
// CreativeCommons aliases
|
|
798
|
-
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
799
799
|
// CreditCard aliases
|
|
800
800
|
export { default as CreditCardIcon } from '../icons/credit-card';
|
|
801
|
+
// CreativeCommons aliases
|
|
802
|
+
export { default as CreativeCommonsIcon } from '../icons/creative-commons';
|
|
801
803
|
// Croissant aliases
|
|
802
804
|
export { default as CroissantIcon } from '../icons/croissant';
|
|
803
805
|
// Crop aliases
|
|
804
806
|
export { default as CropIcon } from '../icons/crop';
|
|
805
|
-
// Crosshair aliases
|
|
806
|
-
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
807
807
|
// Cross aliases
|
|
808
808
|
export { default as CrossIcon } from '../icons/cross';
|
|
809
|
+
// Crosshair aliases
|
|
810
|
+
export { default as CrosshairIcon } from '../icons/crosshair';
|
|
809
811
|
// Crown aliases
|
|
810
812
|
export { default as CrownIcon } from '../icons/crown';
|
|
811
|
-
// Cuboid aliases
|
|
812
|
-
export { default as CuboidIcon } from '../icons/cuboid';
|
|
813
813
|
// CupSoda aliases
|
|
814
814
|
export { default as CupSodaIcon } from '../icons/cup-soda';
|
|
815
|
+
// Cuboid aliases
|
|
816
|
+
export { default as CuboidIcon } from '../icons/cuboid';
|
|
815
817
|
// Currency aliases
|
|
816
818
|
export { default as CurrencyIcon } from '../icons/currency';
|
|
817
|
-
// Dam aliases
|
|
818
|
-
export { default as DamIcon } from '../icons/dam';
|
|
819
819
|
// Cylinder aliases
|
|
820
820
|
export { default as CylinderIcon } from '../icons/cylinder';
|
|
821
|
+
// Dam aliases
|
|
822
|
+
export { default as DamIcon } from '../icons/dam';
|
|
821
823
|
// DatabaseBackup aliases
|
|
822
824
|
export { default as DatabaseBackupIcon } from '../icons/database-backup';
|
|
823
825
|
// DatabaseZap aliases
|
|
@@ -834,10 +836,10 @@ export { default as DecimalsArrowRightIcon } from '../icons/decimals-arrow-right
|
|
|
834
836
|
export { default as DessertIcon } from '../icons/dessert';
|
|
835
837
|
// Diameter aliases
|
|
836
838
|
export { default as DiameterIcon } from '../icons/diameter';
|
|
837
|
-
// DiamondPlus aliases
|
|
838
|
-
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
839
839
|
// DiamondMinus aliases
|
|
840
840
|
export { default as DiamondMinusIcon } from '../icons/diamond-minus';
|
|
841
|
+
// DiamondPlus aliases
|
|
842
|
+
export { default as DiamondPlusIcon } from '../icons/diamond-plus';
|
|
841
843
|
// Diamond aliases
|
|
842
844
|
export { default as DiamondIcon } from '../icons/diamond';
|
|
843
845
|
// Dice1 aliases
|
|
@@ -846,28 +848,28 @@ export { default as Dice1Icon } from '../icons/dice-1';
|
|
|
846
848
|
export { default as Dice2Icon } from '../icons/dice-2';
|
|
847
849
|
// Dice3 aliases
|
|
848
850
|
export { default as Dice3Icon } from '../icons/dice-3';
|
|
849
|
-
// Dice5 aliases
|
|
850
|
-
export { default as Dice5Icon } from '../icons/dice-5';
|
|
851
851
|
// Dice4 aliases
|
|
852
852
|
export { default as Dice4Icon } from '../icons/dice-4';
|
|
853
|
+
// Dice5 aliases
|
|
854
|
+
export { default as Dice5Icon } from '../icons/dice-5';
|
|
853
855
|
// Dice6 aliases
|
|
854
856
|
export { default as Dice6Icon } from '../icons/dice-6';
|
|
855
|
-
// Dices aliases
|
|
856
|
-
export { default as DicesIcon } from '../icons/dices';
|
|
857
857
|
// Diff aliases
|
|
858
858
|
export { default as DiffIcon } from '../icons/diff';
|
|
859
|
+
// Dices aliases
|
|
860
|
+
export { default as DicesIcon } from '../icons/dices';
|
|
859
861
|
// Disc2 aliases
|
|
860
862
|
export { default as Disc2Icon } from '../icons/disc-2';
|
|
861
863
|
// Disc3 aliases
|
|
862
864
|
export { default as Disc3Icon } from '../icons/disc-3';
|
|
863
865
|
// DiscAlbum aliases
|
|
864
866
|
export { default as DiscAlbumIcon } from '../icons/disc-album';
|
|
867
|
+
// Disc aliases
|
|
868
|
+
export { default as DiscIcon } from '../icons/disc';
|
|
865
869
|
// Divide aliases
|
|
866
870
|
export { default as DivideIcon } from '../icons/divide';
|
|
867
871
|
// DnaOff aliases
|
|
868
872
|
export { default as DnaOffIcon } from '../icons/dna-off';
|
|
869
|
-
// Disc aliases
|
|
870
|
-
export { default as DiscIcon } from '../icons/disc';
|
|
871
873
|
// Dna aliases
|
|
872
874
|
export { default as DnaIcon } from '../icons/dna';
|
|
873
875
|
// Dock aliases
|
|
@@ -878,48 +880,48 @@ export { default as DogIcon } from '../icons/dog';
|
|
|
878
880
|
export { default as DollarSignIcon } from '../icons/dollar-sign';
|
|
879
881
|
// Donut aliases
|
|
880
882
|
export { default as DonutIcon } from '../icons/donut';
|
|
881
|
-
// DoorClosedLocked aliases
|
|
882
|
-
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
883
883
|
// DoorClosed aliases
|
|
884
884
|
export { default as DoorClosedIcon } from '../icons/door-closed';
|
|
885
|
+
// DoorClosedLocked aliases
|
|
886
|
+
export { default as DoorClosedLockedIcon } from '../icons/door-closed-locked';
|
|
885
887
|
// DoorOpen aliases
|
|
886
888
|
export { default as DoorOpenIcon } from '../icons/door-open';
|
|
887
|
-
// Download aliases
|
|
888
|
-
export { default as DownloadIcon } from '../icons/download';
|
|
889
889
|
// Dot aliases
|
|
890
890
|
export { default as DotIcon } from '../icons/dot';
|
|
891
|
+
// Download aliases
|
|
892
|
+
export { default as DownloadIcon } from '../icons/download';
|
|
891
893
|
// DraftingCompass aliases
|
|
892
894
|
export { default as DraftingCompassIcon } from '../icons/drafting-compass';
|
|
893
895
|
// Drama aliases
|
|
894
896
|
export { default as DramaIcon } from '../icons/drama';
|
|
895
|
-
// DropletOff aliases
|
|
896
|
-
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
897
897
|
// Dribbble aliases
|
|
898
898
|
export { default as DribbbleIcon } from '../icons/dribbble';
|
|
899
|
-
// Droplet aliases
|
|
900
|
-
export { default as DropletIcon } from '../icons/droplet';
|
|
901
899
|
// Drill aliases
|
|
902
900
|
export { default as DrillIcon } from '../icons/drill';
|
|
901
|
+
// DropletOff aliases
|
|
902
|
+
export { default as DropletOffIcon } from '../icons/droplet-off';
|
|
903
|
+
// Droplet aliases
|
|
904
|
+
export { default as DropletIcon } from '../icons/droplet';
|
|
903
905
|
// Droplets aliases
|
|
904
906
|
export { default as DropletsIcon } from '../icons/droplets';
|
|
905
907
|
// Drum aliases
|
|
906
908
|
export { default as DrumIcon } from '../icons/drum';
|
|
907
|
-
// Drumstick aliases
|
|
908
|
-
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
909
909
|
// Dumbbell aliases
|
|
910
910
|
export { default as DumbbellIcon } from '../icons/dumbbell';
|
|
911
|
+
// Drumstick aliases
|
|
912
|
+
export { default as DrumstickIcon } from '../icons/drumstick';
|
|
911
913
|
// EarOff aliases
|
|
912
914
|
export { default as EarOffIcon } from '../icons/ear-off';
|
|
913
915
|
// Ear aliases
|
|
914
916
|
export { default as EarIcon } from '../icons/ear';
|
|
915
917
|
// EarthLock aliases
|
|
916
918
|
export { default as EarthLockIcon } from '../icons/earth-lock';
|
|
917
|
-
// Eclipse aliases
|
|
918
|
-
export { default as EclipseIcon } from '../icons/eclipse';
|
|
919
919
|
// EggFried aliases
|
|
920
920
|
export { default as EggFriedIcon } from '../icons/egg-fried';
|
|
921
921
|
// EggOff aliases
|
|
922
922
|
export { default as EggOffIcon } from '../icons/egg-off';
|
|
923
|
+
// Eclipse aliases
|
|
924
|
+
export { default as EclipseIcon } from '../icons/eclipse';
|
|
923
925
|
// Egg aliases
|
|
924
926
|
export { default as EggIcon } from '../icons/egg';
|
|
925
927
|
// EqualApproximately aliases
|
|
@@ -930,16 +932,16 @@ export { default as EqualNotIcon } from '../icons/equal-not';
|
|
|
930
932
|
export { default as EqualIcon } from '../icons/equal';
|
|
931
933
|
// Eraser aliases
|
|
932
934
|
export { default as EraserIcon } from '../icons/eraser';
|
|
933
|
-
// EthernetPort aliases
|
|
934
|
-
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
935
935
|
// Euro aliases
|
|
936
936
|
export { default as EuroIcon } from '../icons/euro';
|
|
937
|
+
// EthernetPort aliases
|
|
938
|
+
export { default as EthernetPortIcon } from '../icons/ethernet-port';
|
|
937
939
|
// Expand aliases
|
|
938
940
|
export { default as ExpandIcon } from '../icons/expand';
|
|
939
|
-
// EyeClosed aliases
|
|
940
|
-
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
941
941
|
// ExternalLink aliases
|
|
942
942
|
export { default as ExternalLinkIcon } from '../icons/external-link';
|
|
943
|
+
// EyeClosed aliases
|
|
944
|
+
export { default as EyeClosedIcon } from '../icons/eye-closed';
|
|
943
945
|
// EyeOff aliases
|
|
944
946
|
export { default as EyeOffIcon } from '../icons/eye-off';
|
|
945
947
|
// Eye aliases
|
|
@@ -948,52 +950,52 @@ export { default as EyeIcon } from '../icons/eye';
|
|
|
948
950
|
export { default as FacebookIcon } from '../icons/facebook';
|
|
949
951
|
// Factory aliases
|
|
950
952
|
export { default as FactoryIcon } from '../icons/factory';
|
|
951
|
-
// FastForward aliases
|
|
952
|
-
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
953
953
|
// Fan aliases
|
|
954
954
|
export { default as FanIcon } from '../icons/fan';
|
|
955
|
-
//
|
|
956
|
-
export { default as
|
|
955
|
+
// FastForward aliases
|
|
956
|
+
export { default as FastForwardIcon } from '../icons/fast-forward';
|
|
957
957
|
// Feather aliases
|
|
958
958
|
export { default as FeatherIcon } from '../icons/feather';
|
|
959
959
|
// FerrisWheel aliases
|
|
960
960
|
export { default as FerrisWheelIcon } from '../icons/ferris-wheel';
|
|
961
|
+
// Fence aliases
|
|
962
|
+
export { default as FenceIcon } from '../icons/fence';
|
|
961
963
|
// Figma aliases
|
|
962
964
|
export { default as FigmaIcon } from '../icons/figma';
|
|
963
965
|
// FileArchive aliases
|
|
964
966
|
export { default as FileArchiveIcon } from '../icons/file-archive';
|
|
965
|
-
// FileAudio aliases
|
|
966
|
-
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
967
967
|
// FileAudio2 aliases
|
|
968
968
|
export { default as FileAudio2Icon } from '../icons/file-audio-2';
|
|
969
|
-
//
|
|
970
|
-
export { default as
|
|
969
|
+
// FileAudio aliases
|
|
970
|
+
export { default as FileAudioIcon } from '../icons/file-audio';
|
|
971
971
|
// FileBadge aliases
|
|
972
972
|
export { default as FileBadgeIcon } from '../icons/file-badge';
|
|
973
|
+
// FileBadge2 aliases
|
|
974
|
+
export { default as FileBadge2Icon } from '../icons/file-badge-2';
|
|
973
975
|
// FileBox aliases
|
|
974
976
|
export { default as FileBoxIcon } from '../icons/file-box';
|
|
975
|
-
// FileCheck2 aliases
|
|
976
|
-
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
977
977
|
// FileCheck aliases
|
|
978
978
|
export { default as FileCheckIcon } from '../icons/file-check';
|
|
979
|
+
// FileCheck2 aliases
|
|
980
|
+
export { default as FileCheck2Icon } from '../icons/file-check-2';
|
|
979
981
|
// FileClock aliases
|
|
980
982
|
export { default as FileClockIcon } from '../icons/file-clock';
|
|
981
|
-
// FileCode2 aliases
|
|
982
|
-
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
983
983
|
// FileCode aliases
|
|
984
984
|
export { default as FileCodeIcon } from '../icons/file-code';
|
|
985
|
-
// FileDigit aliases
|
|
986
|
-
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
987
985
|
// FileDiff aliases
|
|
988
986
|
export { default as FileDiffIcon } from '../icons/file-diff';
|
|
987
|
+
// FileCode2 aliases
|
|
988
|
+
export { default as FileCode2Icon } from '../icons/file-code-2';
|
|
989
|
+
// FileDigit aliases
|
|
990
|
+
export { default as FileDigitIcon } from '../icons/file-digit';
|
|
989
991
|
// FileDown aliases
|
|
990
992
|
export { default as FileDownIcon } from '../icons/file-down';
|
|
991
|
-
// FileHeart aliases
|
|
992
|
-
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
993
993
|
// FileImage aliases
|
|
994
994
|
export { default as FileImageIcon } from '../icons/file-image';
|
|
995
995
|
// FileInput aliases
|
|
996
996
|
export { default as FileInputIcon } from '../icons/file-input';
|
|
997
|
+
// FileHeart aliases
|
|
998
|
+
export { default as FileHeartIcon } from '../icons/file-heart';
|
|
997
999
|
// FileJson2 aliases
|
|
998
1000
|
export { default as FileJson2Icon } from '../icons/file-json-2';
|
|
999
1001
|
// FileJson aliases
|
|
@@ -1004,16 +1006,16 @@ export { default as FileKey2Icon } from '../icons/file-key-2';
|
|
|
1004
1006
|
export { default as FileKeyIcon } from '../icons/file-key';
|
|
1005
1007
|
// FileLock2 aliases
|
|
1006
1008
|
export { default as FileLock2Icon } from '../icons/file-lock-2';
|
|
1007
|
-
// FileLock aliases
|
|
1008
|
-
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1009
|
-
// FileMusic aliases
|
|
1010
|
-
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1011
1009
|
// FileMinus2 aliases
|
|
1012
1010
|
export { default as FileMinus2Icon } from '../icons/file-minus-2';
|
|
1011
|
+
// FileLock aliases
|
|
1012
|
+
export { default as FileLockIcon } from '../icons/file-lock';
|
|
1013
1013
|
// FileMinus aliases
|
|
1014
1014
|
export { default as FileMinusIcon } from '../icons/file-minus';
|
|
1015
1015
|
// FileOutput aliases
|
|
1016
1016
|
export { default as FileOutputIcon } from '../icons/file-output';
|
|
1017
|
+
// FileMusic aliases
|
|
1018
|
+
export { default as FileMusicIcon } from '../icons/file-music';
|
|
1017
1019
|
// FilePlus2 aliases
|
|
1018
1020
|
export { default as FilePlus2Icon } from '../icons/file-plus-2';
|
|
1019
1021
|
// FilePlus aliases
|
|
@@ -1032,40 +1034,40 @@ export { default as FileSlidersIcon } from '../icons/file-sliders';
|
|
|
1032
1034
|
export { default as FileSpreadsheetIcon } from '../icons/file-spreadsheet';
|
|
1033
1035
|
// FileStack aliases
|
|
1034
1036
|
export { default as FileStackIcon } from '../icons/file-stack';
|
|
1035
|
-
// FileTerminal aliases
|
|
1036
|
-
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1037
1037
|
// FileSymlink aliases
|
|
1038
1038
|
export { default as FileSymlinkIcon } from '../icons/file-symlink';
|
|
1039
|
+
// FileTerminal aliases
|
|
1040
|
+
export { default as FileTerminalIcon } from '../icons/file-terminal';
|
|
1039
1041
|
// FileText aliases
|
|
1040
1042
|
export { default as FileTextIcon } from '../icons/file-text';
|
|
1041
1043
|
// FileType2 aliases
|
|
1042
1044
|
export { default as FileType2Icon } from '../icons/file-type-2';
|
|
1043
1045
|
// FileType aliases
|
|
1044
1046
|
export { default as FileTypeIcon } from '../icons/file-type';
|
|
1045
|
-
// FileUp aliases
|
|
1046
|
-
export { default as FileUpIcon } from '../icons/file-up';
|
|
1047
1047
|
// FileUser aliases
|
|
1048
1048
|
export { default as FileUserIcon } from '../icons/file-user';
|
|
1049
|
-
//
|
|
1050
|
-
export { default as
|
|
1049
|
+
// FileUp aliases
|
|
1050
|
+
export { default as FileUpIcon } from '../icons/file-up';
|
|
1051
1051
|
// FileVideo aliases
|
|
1052
1052
|
export { default as FileVideoIcon } from '../icons/file-video';
|
|
1053
|
+
// FileVideo2 aliases
|
|
1054
|
+
export { default as FileVideo2Icon } from '../icons/file-video-2';
|
|
1053
1055
|
// FileVolume2 aliases
|
|
1054
1056
|
export { default as FileVolume2Icon } from '../icons/file-volume-2';
|
|
1055
1057
|
// FileVolume aliases
|
|
1056
1058
|
export { default as FileVolumeIcon } from '../icons/file-volume';
|
|
1057
1059
|
// FileWarning aliases
|
|
1058
1060
|
export { default as FileWarningIcon } from '../icons/file-warning';
|
|
1059
|
-
// FileX aliases
|
|
1060
|
-
export { default as FileXIcon } from '../icons/file-x';
|
|
1061
1061
|
// FileX2 aliases
|
|
1062
1062
|
export { default as FileX2Icon } from '../icons/file-x-2';
|
|
1063
|
+
// FileX aliases
|
|
1064
|
+
export { default as FileXIcon } from '../icons/file-x';
|
|
1063
1065
|
// File aliases
|
|
1064
1066
|
export { default as FileIcon } from '../icons/file';
|
|
1065
|
-
// Files aliases
|
|
1066
|
-
export { default as FilesIcon } from '../icons/files';
|
|
1067
1067
|
// Film aliases
|
|
1068
1068
|
export { default as FilmIcon } from '../icons/film';
|
|
1069
|
+
// Files aliases
|
|
1070
|
+
export { default as FilesIcon } from '../icons/files';
|
|
1069
1071
|
// Fingerprint aliases
|
|
1070
1072
|
export { default as FingerprintIcon } from '../icons/fingerprint';
|
|
1071
1073
|
// FireExtinguisher aliases
|
|
@@ -1084,18 +1086,18 @@ export { default as FlagTriangleLeftIcon } from '../icons/flag-triangle-left';
|
|
|
1084
1086
|
export { default as FlagTriangleRightIcon } from '../icons/flag-triangle-right';
|
|
1085
1087
|
// Flag aliases
|
|
1086
1088
|
export { default as FlagIcon } from '../icons/flag';
|
|
1087
|
-
// FlameKindling aliases
|
|
1088
|
-
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1089
1089
|
// Flame aliases
|
|
1090
1090
|
export { default as FlameIcon } from '../icons/flame';
|
|
1091
|
+
// FlameKindling aliases
|
|
1092
|
+
export { default as FlameKindlingIcon } from '../icons/flame-kindling';
|
|
1091
1093
|
// FlashlightOff aliases
|
|
1092
1094
|
export { default as FlashlightOffIcon } from '../icons/flashlight-off';
|
|
1093
1095
|
// Flashlight aliases
|
|
1094
1096
|
export { default as FlashlightIcon } from '../icons/flashlight';
|
|
1095
|
-
// FlaskConicalOff aliases
|
|
1096
|
-
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1097
1097
|
// FlaskConical aliases
|
|
1098
1098
|
export { default as FlaskConicalIcon } from '../icons/flask-conical';
|
|
1099
|
+
// FlaskConicalOff aliases
|
|
1100
|
+
export { default as FlaskConicalOffIcon } from '../icons/flask-conical-off';
|
|
1099
1101
|
// FlaskRound aliases
|
|
1100
1102
|
export { default as FlaskRoundIcon } from '../icons/flask-round';
|
|
1101
1103
|
// FlipHorizontal2 aliases
|
|
@@ -1106,16 +1108,16 @@ export { default as FlipHorizontalIcon } from '../icons/flip-horizontal';
|
|
|
1106
1108
|
export { default as FlipVerticalIcon } from '../icons/flip-vertical';
|
|
1107
1109
|
// FlipVertical2 aliases
|
|
1108
1110
|
export { default as FlipVertical2Icon } from '../icons/flip-vertical-2';
|
|
1109
|
-
// Flower2 aliases
|
|
1110
|
-
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1111
1111
|
// Flower aliases
|
|
1112
1112
|
export { default as FlowerIcon } from '../icons/flower';
|
|
1113
|
-
//
|
|
1114
|
-
export { default as
|
|
1113
|
+
// Flower2 aliases
|
|
1114
|
+
export { default as Flower2Icon } from '../icons/flower-2';
|
|
1115
1115
|
// Focus aliases
|
|
1116
1116
|
export { default as FocusIcon } from '../icons/focus';
|
|
1117
1117
|
// FoldVertical aliases
|
|
1118
1118
|
export { default as FoldVerticalIcon } from '../icons/fold-vertical';
|
|
1119
|
+
// FoldHorizontal aliases
|
|
1120
|
+
export { default as FoldHorizontalIcon } from '../icons/fold-horizontal';
|
|
1119
1121
|
// FolderArchive aliases
|
|
1120
1122
|
export { default as FolderArchiveIcon } from '../icons/folder-archive';
|
|
1121
1123
|
// FolderCheck aliases
|
|
@@ -1136,20 +1138,20 @@ export { default as FolderGit2Icon } from '../icons/folder-git-2';
|
|
|
1136
1138
|
export { default as FolderGitIcon } from '../icons/folder-git';
|
|
1137
1139
|
// FolderHeart aliases
|
|
1138
1140
|
export { default as FolderHeartIcon } from '../icons/folder-heart';
|
|
1139
|
-
// FolderInput aliases
|
|
1140
|
-
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1141
1141
|
// FolderKanban aliases
|
|
1142
1142
|
export { default as FolderKanbanIcon } from '../icons/folder-kanban';
|
|
1143
|
+
// FolderInput aliases
|
|
1144
|
+
export { default as FolderInputIcon } from '../icons/folder-input';
|
|
1143
1145
|
// FolderKey aliases
|
|
1144
1146
|
export { default as FolderKeyIcon } from '../icons/folder-key';
|
|
1145
1147
|
// FolderLock aliases
|
|
1146
1148
|
export { default as FolderLockIcon } from '../icons/folder-lock';
|
|
1147
1149
|
// FolderMinus aliases
|
|
1148
1150
|
export { default as FolderMinusIcon } from '../icons/folder-minus';
|
|
1149
|
-
// FolderOpen aliases
|
|
1150
|
-
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1151
1151
|
// FolderOpenDot aliases
|
|
1152
1152
|
export { default as FolderOpenDotIcon } from '../icons/folder-open-dot';
|
|
1153
|
+
// FolderOpen aliases
|
|
1154
|
+
export { default as FolderOpenIcon } from '../icons/folder-open';
|
|
1153
1155
|
// FolderOutput aliases
|
|
1154
1156
|
export { default as FolderOutputIcon } from '../icons/folder-output';
|
|
1155
1157
|
// FolderPlus aliases
|
|
@@ -1172,32 +1174,32 @@ export { default as FolderUpIcon } from '../icons/folder-up';
|
|
|
1172
1174
|
export { default as FolderIcon } from '../icons/folder';
|
|
1173
1175
|
// FolderX aliases
|
|
1174
1176
|
export { default as FolderXIcon } from '../icons/folder-x';
|
|
1175
|
-
// Folders aliases
|
|
1176
|
-
export { default as FoldersIcon } from '../icons/folders';
|
|
1177
1177
|
// Footprints aliases
|
|
1178
1178
|
export { default as FootprintsIcon } from '../icons/footprints';
|
|
1179
|
+
// Folders aliases
|
|
1180
|
+
export { default as FoldersIcon } from '../icons/folders';
|
|
1179
1181
|
// Forklift aliases
|
|
1180
1182
|
export { default as ForkliftIcon } from '../icons/forklift';
|
|
1181
1183
|
// Forward aliases
|
|
1182
1184
|
export { default as ForwardIcon } from '../icons/forward';
|
|
1183
|
-
// Frame aliases
|
|
1184
|
-
export { default as FrameIcon } from '../icons/frame';
|
|
1185
1185
|
// Framer aliases
|
|
1186
1186
|
export { default as FramerIcon } from '../icons/framer';
|
|
1187
1187
|
// Frown aliases
|
|
1188
1188
|
export { default as FrownIcon } from '../icons/frown';
|
|
1189
|
+
// Frame aliases
|
|
1190
|
+
export { default as FrameIcon } from '../icons/frame';
|
|
1189
1191
|
// Fuel aliases
|
|
1190
1192
|
export { default as FuelIcon } from '../icons/fuel';
|
|
1191
|
-
// FunnelPlus aliases
|
|
1192
|
-
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1193
1193
|
// Fullscreen aliases
|
|
1194
1194
|
export { default as FullscreenIcon } from '../icons/fullscreen';
|
|
1195
|
-
//
|
|
1196
|
-
export { default as
|
|
1195
|
+
// FunnelPlus aliases
|
|
1196
|
+
export { default as FunnelPlusIcon } from '../icons/funnel-plus';
|
|
1197
1197
|
// GalleryHorizontalEnd aliases
|
|
1198
1198
|
export { default as GalleryHorizontalEndIcon } from '../icons/gallery-horizontal-end';
|
|
1199
1199
|
// GalleryThumbnails aliases
|
|
1200
1200
|
export { default as GalleryThumbnailsIcon } from '../icons/gallery-thumbnails';
|
|
1201
|
+
// GalleryHorizontal aliases
|
|
1202
|
+
export { default as GalleryHorizontalIcon } from '../icons/gallery-horizontal';
|
|
1201
1203
|
// GalleryVerticalEnd aliases
|
|
1202
1204
|
export { default as GalleryVerticalEndIcon } from '../icons/gallery-vertical-end';
|
|
1203
1205
|
// GalleryVertical aliases
|
|
@@ -1222,42 +1224,44 @@ export { default as GitBranchPlusIcon } from '../icons/git-branch-plus';
|
|
|
1222
1224
|
export { default as GitBranchIcon } from '../icons/git-branch';
|
|
1223
1225
|
// GitCommitVertical aliases
|
|
1224
1226
|
export { default as GitCommitVerticalIcon } from '../icons/git-commit-vertical';
|
|
1225
|
-
// GitCompareArrows aliases
|
|
1226
|
-
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1227
1227
|
// GitCompare aliases
|
|
1228
1228
|
export { default as GitCompareIcon } from '../icons/git-compare';
|
|
1229
|
+
// GitCompareArrows aliases
|
|
1230
|
+
export { default as GitCompareArrowsIcon } from '../icons/git-compare-arrows';
|
|
1229
1231
|
// GitFork aliases
|
|
1230
1232
|
export { default as GitForkIcon } from '../icons/git-fork';
|
|
1231
|
-
// GitGraph aliases
|
|
1232
|
-
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1233
1233
|
// GitMerge aliases
|
|
1234
1234
|
export { default as GitMergeIcon } from '../icons/git-merge';
|
|
1235
|
+
// GitGraph aliases
|
|
1236
|
+
export { default as GitGraphIcon } from '../icons/git-graph';
|
|
1237
|
+
// GitPullRequestCreateArrow aliases
|
|
1238
|
+
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1235
1239
|
// GitPullRequestArrow aliases
|
|
1236
1240
|
export { default as GitPullRequestArrowIcon } from '../icons/git-pull-request-arrow';
|
|
1237
1241
|
// GitPullRequestClosed aliases
|
|
1238
1242
|
export { default as GitPullRequestClosedIcon } from '../icons/git-pull-request-closed';
|
|
1239
1243
|
// GitPullRequestCreate aliases
|
|
1240
1244
|
export { default as GitPullRequestCreateIcon } from '../icons/git-pull-request-create';
|
|
1241
|
-
// GitPullRequestCreateArrow aliases
|
|
1242
|
-
export { default as GitPullRequestCreateArrowIcon } from '../icons/git-pull-request-create-arrow';
|
|
1243
1245
|
// GitPullRequestDraft aliases
|
|
1244
1246
|
export { default as GitPullRequestDraftIcon } from '../icons/git-pull-request-draft';
|
|
1247
|
+
// Github aliases
|
|
1248
|
+
export { default as GithubIcon } from '../icons/github';
|
|
1245
1249
|
// GitPullRequest aliases
|
|
1246
1250
|
export { default as GitPullRequestIcon } from '../icons/git-pull-request';
|
|
1247
1251
|
// Gitlab aliases
|
|
1248
1252
|
export { default as GitlabIcon } from '../icons/gitlab';
|
|
1249
|
-
// Github aliases
|
|
1250
|
-
export { default as GithubIcon } from '../icons/github';
|
|
1251
1253
|
// GlassWater aliases
|
|
1252
1254
|
export { default as GlassWaterIcon } from '../icons/glass-water';
|
|
1253
|
-
// Glasses aliases
|
|
1254
|
-
export { default as GlassesIcon } from '../icons/glasses';
|
|
1255
1255
|
// GlobeLock aliases
|
|
1256
1256
|
export { default as GlobeLockIcon } from '../icons/globe-lock';
|
|
1257
|
-
// Goal aliases
|
|
1258
|
-
export { default as GoalIcon } from '../icons/goal';
|
|
1259
1257
|
// Globe aliases
|
|
1260
1258
|
export { default as GlobeIcon } from '../icons/globe';
|
|
1259
|
+
// Glasses aliases
|
|
1260
|
+
export { default as GlassesIcon } from '../icons/glasses';
|
|
1261
|
+
// Goal aliases
|
|
1262
|
+
export { default as GoalIcon } from '../icons/goal';
|
|
1263
|
+
// Gpu aliases
|
|
1264
|
+
export { default as GpuIcon } from '../icons/gpu';
|
|
1261
1265
|
// Grab aliases
|
|
1262
1266
|
export { default as GrabIcon } from '../icons/grab';
|
|
1263
1267
|
// GraduationCap aliases
|
|
@@ -1266,10 +1270,10 @@ export { default as GraduationCapIcon } from '../icons/graduation-cap';
|
|
|
1266
1270
|
export { default as GrapeIcon } from '../icons/grape';
|
|
1267
1271
|
// GripHorizontal aliases
|
|
1268
1272
|
export { default as GripHorizontalIcon } from '../icons/grip-horizontal';
|
|
1269
|
-
// GripVertical aliases
|
|
1270
|
-
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1271
1273
|
// Grip aliases
|
|
1272
1274
|
export { default as GripIcon } from '../icons/grip';
|
|
1275
|
+
// GripVertical aliases
|
|
1276
|
+
export { default as GripVerticalIcon } from '../icons/grip-vertical';
|
|
1273
1277
|
// Group aliases
|
|
1274
1278
|
export { default as GroupIcon } from '../icons/group';
|
|
1275
1279
|
// Guitar aliases
|
|
@@ -1282,26 +1286,26 @@ export { default as HamburgerIcon } from '../icons/hamburger';
|
|
|
1282
1286
|
export { default as HammerIcon } from '../icons/hammer';
|
|
1283
1287
|
// HandCoins aliases
|
|
1284
1288
|
export { default as HandCoinsIcon } from '../icons/hand-coins';
|
|
1285
|
-
// HandHeart aliases
|
|
1286
|
-
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1287
1289
|
// HandMetal aliases
|
|
1288
1290
|
export { default as HandMetalIcon } from '../icons/hand-metal';
|
|
1291
|
+
// HandHeart aliases
|
|
1292
|
+
export { default as HandHeartIcon } from '../icons/hand-heart';
|
|
1289
1293
|
// HandPlatter aliases
|
|
1290
1294
|
export { default as HandPlatterIcon } from '../icons/hand-platter';
|
|
1291
1295
|
// Hand aliases
|
|
1292
1296
|
export { default as HandIcon } from '../icons/hand';
|
|
1293
|
-
// Handshake aliases
|
|
1294
|
-
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1295
1297
|
// HardDriveDownload aliases
|
|
1296
1298
|
export { default as HardDriveDownloadIcon } from '../icons/hard-drive-download';
|
|
1299
|
+
// Handshake aliases
|
|
1300
|
+
export { default as HandshakeIcon } from '../icons/handshake';
|
|
1297
1301
|
// HardDriveUpload aliases
|
|
1298
1302
|
export { default as HardDriveUploadIcon } from '../icons/hard-drive-upload';
|
|
1299
1303
|
// HardDrive aliases
|
|
1300
1304
|
export { default as HardDriveIcon } from '../icons/hard-drive';
|
|
1301
|
-
// HardHat aliases
|
|
1302
|
-
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1303
1305
|
// Hash aliases
|
|
1304
1306
|
export { default as HashIcon } from '../icons/hash';
|
|
1307
|
+
// HardHat aliases
|
|
1308
|
+
export { default as HardHatIcon } from '../icons/hard-hat';
|
|
1305
1309
|
// Haze aliases
|
|
1306
1310
|
export { default as HazeIcon } from '../icons/haze';
|
|
1307
1311
|
// HdmiPort aliases
|
|
@@ -1310,30 +1314,30 @@ export { default as HdmiPortIcon } from '../icons/hdmi-port';
|
|
|
1310
1314
|
export { default as Heading1Icon } from '../icons/heading-1';
|
|
1311
1315
|
// Heading2 aliases
|
|
1312
1316
|
export { default as Heading2Icon } from '../icons/heading-2';
|
|
1313
|
-
// Heading4 aliases
|
|
1314
|
-
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1315
1317
|
// Heading3 aliases
|
|
1316
1318
|
export { default as Heading3Icon } from '../icons/heading-3';
|
|
1317
1319
|
// Heading5 aliases
|
|
1318
1320
|
export { default as Heading5Icon } from '../icons/heading-5';
|
|
1321
|
+
// Heading4 aliases
|
|
1322
|
+
export { default as Heading4Icon } from '../icons/heading-4';
|
|
1319
1323
|
// Heading6 aliases
|
|
1320
1324
|
export { default as Heading6Icon } from '../icons/heading-6';
|
|
1321
|
-
// Heading aliases
|
|
1322
|
-
export { default as HeadingIcon } from '../icons/heading';
|
|
1323
1325
|
// HeadphoneOff aliases
|
|
1324
1326
|
export { default as HeadphoneOffIcon } from '../icons/headphone-off';
|
|
1327
|
+
// Heading aliases
|
|
1328
|
+
export { default as HeadingIcon } from '../icons/heading';
|
|
1325
1329
|
// Headphones aliases
|
|
1326
1330
|
export { default as HeadphonesIcon } from '../icons/headphones';
|
|
1327
1331
|
// Headset aliases
|
|
1328
1332
|
export { default as HeadsetIcon } from '../icons/headset';
|
|
1329
|
-
// HeartHandshake aliases
|
|
1330
|
-
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1331
|
-
// HeartMinus aliases
|
|
1332
|
-
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1333
1333
|
// HeartCrack aliases
|
|
1334
1334
|
export { default as HeartCrackIcon } from '../icons/heart-crack';
|
|
1335
|
+
// HeartHandshake aliases
|
|
1336
|
+
export { default as HeartHandshakeIcon } from '../icons/heart-handshake';
|
|
1335
1337
|
// HeartOff aliases
|
|
1336
1338
|
export { default as HeartOffIcon } from '../icons/heart-off';
|
|
1339
|
+
// HeartMinus aliases
|
|
1340
|
+
export { default as HeartMinusIcon } from '../icons/heart-minus';
|
|
1337
1341
|
// HeartPlus aliases
|
|
1338
1342
|
export { default as HeartPlusIcon } from '../icons/heart-plus';
|
|
1339
1343
|
// HeartPulse aliases
|
|
@@ -1352,12 +1356,12 @@ export { default as HistoryIcon } from '../icons/history';
|
|
|
1352
1356
|
export { default as HopOffIcon } from '../icons/hop-off';
|
|
1353
1357
|
// Hop aliases
|
|
1354
1358
|
export { default as HopIcon } from '../icons/hop';
|
|
1355
|
-
// Hospital aliases
|
|
1356
|
-
export { default as HospitalIcon } from '../icons/hospital';
|
|
1357
1359
|
// Hotel aliases
|
|
1358
1360
|
export { default as HotelIcon } from '../icons/hotel';
|
|
1359
1361
|
// Hourglass aliases
|
|
1360
1362
|
export { default as HourglassIcon } from '../icons/hourglass';
|
|
1363
|
+
// Hospital aliases
|
|
1364
|
+
export { default as HospitalIcon } from '../icons/hospital';
|
|
1361
1365
|
// HousePlug aliases
|
|
1362
1366
|
export { default as HousePlugIcon } from '../icons/house-plug';
|
|
1363
1367
|
// HousePlus aliases
|
|
@@ -1366,20 +1370,22 @@ export { default as HousePlusIcon } from '../icons/house-plus';
|
|
|
1366
1370
|
export { default as HouseWifiIcon } from '../icons/house-wifi';
|
|
1367
1371
|
// IdCard aliases
|
|
1368
1372
|
export { default as IdCardIcon } from '../icons/id-card';
|
|
1373
|
+
// ImageMinus aliases
|
|
1374
|
+
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1369
1375
|
// ImageDown aliases
|
|
1370
1376
|
export { default as ImageDownIcon } from '../icons/image-down';
|
|
1371
1377
|
// ImageOff aliases
|
|
1372
1378
|
export { default as ImageOffIcon } from '../icons/image-off';
|
|
1373
|
-
// ImageMinus aliases
|
|
1374
|
-
export { default as ImageMinusIcon } from '../icons/image-minus';
|
|
1375
1379
|
// ImagePlay aliases
|
|
1376
1380
|
export { default as ImagePlayIcon } from '../icons/image-play';
|
|
1377
1381
|
// ImagePlus aliases
|
|
1378
1382
|
export { default as ImagePlusIcon } from '../icons/image-plus';
|
|
1379
|
-
// ImageUp aliases
|
|
1380
|
-
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1381
1383
|
// ImageUpscale aliases
|
|
1382
1384
|
export { default as ImageUpscaleIcon } from '../icons/image-upscale';
|
|
1385
|
+
// ImageUp aliases
|
|
1386
|
+
export { default as ImageUpIcon } from '../icons/image-up';
|
|
1387
|
+
// Import aliases
|
|
1388
|
+
export { default as ImportIcon } from '../icons/import';
|
|
1383
1389
|
// Image aliases
|
|
1384
1390
|
export { default as ImageIcon } from '../icons/image';
|
|
1385
1391
|
// Images aliases
|
|
@@ -1388,28 +1394,26 @@ export { default as ImagesIcon } from '../icons/images';
|
|
|
1388
1394
|
export { default as InboxIcon } from '../icons/inbox';
|
|
1389
1395
|
// Infinity aliases
|
|
1390
1396
|
export { default as InfinityIcon } from '../icons/infinity';
|
|
1391
|
-
// IndianRupee aliases
|
|
1392
|
-
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1393
|
-
// Import aliases
|
|
1394
|
-
export { default as ImportIcon } from '../icons/import';
|
|
1395
1397
|
// Info aliases
|
|
1396
1398
|
export { default as InfoIcon } from '../icons/info';
|
|
1397
|
-
// Instagram aliases
|
|
1398
|
-
export { default as InstagramIcon } from '../icons/instagram';
|
|
1399
1399
|
// InspectionPanel aliases
|
|
1400
1400
|
export { default as InspectionPanelIcon } from '../icons/inspection-panel';
|
|
1401
|
-
//
|
|
1402
|
-
export { default as
|
|
1401
|
+
// IndianRupee aliases
|
|
1402
|
+
export { default as IndianRupeeIcon } from '../icons/indian-rupee';
|
|
1403
|
+
// Instagram aliases
|
|
1404
|
+
export { default as InstagramIcon } from '../icons/instagram';
|
|
1403
1405
|
// IterationCcw aliases
|
|
1404
1406
|
export { default as IterationCcwIcon } from '../icons/iteration-ccw';
|
|
1405
|
-
//
|
|
1406
|
-
export { default as
|
|
1407
|
-
// Kanban aliases
|
|
1408
|
-
export { default as KanbanIcon } from '../icons/kanban';
|
|
1407
|
+
// Italic aliases
|
|
1408
|
+
export { default as ItalicIcon } from '../icons/italic';
|
|
1409
1409
|
// IterationCw aliases
|
|
1410
1410
|
export { default as IterationCwIcon } from '../icons/iteration-cw';
|
|
1411
|
+
// JapaneseYen aliases
|
|
1412
|
+
export { default as JapaneseYenIcon } from '../icons/japanese-yen';
|
|
1411
1413
|
// Joystick aliases
|
|
1412
1414
|
export { default as JoystickIcon } from '../icons/joystick';
|
|
1415
|
+
// Kanban aliases
|
|
1416
|
+
export { default as KanbanIcon } from '../icons/kanban';
|
|
1413
1417
|
// KeyRound aliases
|
|
1414
1418
|
export { default as KeyRoundIcon } from '../icons/key-round';
|
|
1415
1419
|
// KeySquare aliases
|
|
@@ -1436,30 +1440,30 @@ export { default as LampWallUpIcon } from '../icons/lamp-wall-up';
|
|
|
1436
1440
|
export { default as LampIcon } from '../icons/lamp';
|
|
1437
1441
|
// LandPlot aliases
|
|
1438
1442
|
export { default as LandPlotIcon } from '../icons/land-plot';
|
|
1439
|
-
// Languages aliases
|
|
1440
|
-
export { default as LanguagesIcon } from '../icons/languages';
|
|
1441
|
-
// LaptopMinimalCheck aliases
|
|
1442
|
-
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1443
1443
|
// Landmark aliases
|
|
1444
1444
|
export { default as LandmarkIcon } from '../icons/landmark';
|
|
1445
|
+
// Languages aliases
|
|
1446
|
+
export { default as LanguagesIcon } from '../icons/languages';
|
|
1445
1447
|
// Laptop aliases
|
|
1446
1448
|
export { default as LaptopIcon } from '../icons/laptop';
|
|
1449
|
+
// LaptopMinimalCheck aliases
|
|
1450
|
+
export { default as LaptopMinimalCheckIcon } from '../icons/laptop-minimal-check';
|
|
1447
1451
|
// LassoSelect aliases
|
|
1448
1452
|
export { default as LassoSelectIcon } from '../icons/lasso-select';
|
|
1449
1453
|
// Lasso aliases
|
|
1450
1454
|
export { default as LassoIcon } from '../icons/lasso';
|
|
1455
|
+
// Laugh aliases
|
|
1456
|
+
export { default as LaughIcon } from '../icons/laugh';
|
|
1451
1457
|
// Layers2 aliases
|
|
1452
1458
|
export { default as Layers2Icon } from '../icons/layers-2';
|
|
1453
1459
|
// LayoutDashboard aliases
|
|
1454
1460
|
export { default as LayoutDashboardIcon } from '../icons/layout-dashboard';
|
|
1455
1461
|
// LayoutGrid aliases
|
|
1456
1462
|
export { default as LayoutGridIcon } from '../icons/layout-grid';
|
|
1457
|
-
// Laugh aliases
|
|
1458
|
-
export { default as LaughIcon } from '../icons/laugh';
|
|
1459
|
-
// LayoutPanelLeft aliases
|
|
1460
|
-
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1461
1463
|
// LayoutList aliases
|
|
1462
1464
|
export { default as LayoutListIcon } from '../icons/layout-list';
|
|
1465
|
+
// LayoutPanelLeft aliases
|
|
1466
|
+
export { default as LayoutPanelLeftIcon } from '../icons/layout-panel-left';
|
|
1463
1467
|
// LayoutPanelTop aliases
|
|
1464
1468
|
export { default as LayoutPanelTopIcon } from '../icons/layout-panel-top';
|
|
1465
1469
|
// LayoutTemplate aliases
|
|
@@ -1470,30 +1474,30 @@ export { default as LeafIcon } from '../icons/leaf';
|
|
|
1470
1474
|
export { default as LecternIcon } from '../icons/lectern';
|
|
1471
1475
|
// LeafyGreen aliases
|
|
1472
1476
|
export { default as LeafyGreenIcon } from '../icons/leafy-green';
|
|
1473
|
-
// LibraryBig aliases
|
|
1474
|
-
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1475
1477
|
// LetterText aliases
|
|
1476
1478
|
export { default as LetterTextIcon } from '../icons/letter-text';
|
|
1477
1479
|
// Library aliases
|
|
1478
1480
|
export { default as LibraryIcon } from '../icons/library';
|
|
1479
1481
|
// LifeBuoy aliases
|
|
1480
1482
|
export { default as LifeBuoyIcon } from '../icons/life-buoy';
|
|
1483
|
+
// LibraryBig aliases
|
|
1484
|
+
export { default as LibraryBigIcon } from '../icons/library-big';
|
|
1481
1485
|
// Ligature aliases
|
|
1482
1486
|
export { default as LigatureIcon } from '../icons/ligature';
|
|
1487
|
+
// Link2Off aliases
|
|
1488
|
+
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1483
1489
|
// LightbulbOff aliases
|
|
1484
1490
|
export { default as LightbulbOffIcon } from '../icons/lightbulb-off';
|
|
1485
1491
|
// Lightbulb aliases
|
|
1486
1492
|
export { default as LightbulbIcon } from '../icons/lightbulb';
|
|
1487
|
-
// Link2Off aliases
|
|
1488
|
-
export { default as Link2OffIcon } from '../icons/link-2-off';
|
|
1489
1493
|
// Link2 aliases
|
|
1490
1494
|
export { default as Link2Icon } from '../icons/link-2';
|
|
1491
1495
|
// Link aliases
|
|
1492
1496
|
export { default as LinkIcon } from '../icons/link';
|
|
1493
|
-
// ListCheck aliases
|
|
1494
|
-
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1495
1497
|
// Linkedin aliases
|
|
1496
1498
|
export { default as LinkedinIcon } from '../icons/linkedin';
|
|
1499
|
+
// ListCheck aliases
|
|
1500
|
+
export { default as ListCheckIcon } from '../icons/list-check';
|
|
1497
1501
|
// ListChecks aliases
|
|
1498
1502
|
export { default as ListChecksIcon } from '../icons/list-checks';
|
|
1499
1503
|
// ListCollapse aliases
|
|
@@ -1504,16 +1508,16 @@ export { default as ListEndIcon } from '../icons/list-end';
|
|
|
1504
1508
|
export { default as ListFilterPlusIcon } from '../icons/list-filter-plus';
|
|
1505
1509
|
// ListFilter aliases
|
|
1506
1510
|
export { default as ListFilterIcon } from '../icons/list-filter';
|
|
1507
|
-
// ListMusic aliases
|
|
1508
|
-
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1509
1511
|
// ListMinus aliases
|
|
1510
1512
|
export { default as ListMinusIcon } from '../icons/list-minus';
|
|
1511
|
-
// ListPlus aliases
|
|
1512
|
-
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1513
1513
|
// ListOrdered aliases
|
|
1514
1514
|
export { default as ListOrderedIcon } from '../icons/list-ordered';
|
|
1515
|
+
// ListMusic aliases
|
|
1516
|
+
export { default as ListMusicIcon } from '../icons/list-music';
|
|
1515
1517
|
// ListRestart aliases
|
|
1516
1518
|
export { default as ListRestartIcon } from '../icons/list-restart';
|
|
1519
|
+
// ListPlus aliases
|
|
1520
|
+
export { default as ListPlusIcon } from '../icons/list-plus';
|
|
1517
1521
|
// ListStart aliases
|
|
1518
1522
|
export { default as ListStartIcon } from '../icons/list-start';
|
|
1519
1523
|
// ListTodo aliases
|
|
@@ -1528,18 +1532,18 @@ export { default as ListXIcon } from '../icons/list-x';
|
|
|
1528
1532
|
export { default as ListIcon } from '../icons/list';
|
|
1529
1533
|
// LoaderPinwheel aliases
|
|
1530
1534
|
export { default as LoaderPinwheelIcon } from '../icons/loader-pinwheel';
|
|
1531
|
-
// LocateFixed aliases
|
|
1532
|
-
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1533
1535
|
// Loader aliases
|
|
1534
1536
|
export { default as LoaderIcon } from '../icons/loader';
|
|
1535
1537
|
// LocateOff aliases
|
|
1536
1538
|
export { default as LocateOffIcon } from '../icons/locate-off';
|
|
1537
|
-
//
|
|
1538
|
-
export { default as
|
|
1539
|
+
// LocateFixed aliases
|
|
1540
|
+
export { default as LocateFixedIcon } from '../icons/locate-fixed';
|
|
1539
1541
|
// Locate aliases
|
|
1540
1542
|
export { default as LocateIcon } from '../icons/locate';
|
|
1541
1543
|
// LockKeyhole aliases
|
|
1542
1544
|
export { default as LockKeyholeIcon } from '../icons/lock-keyhole';
|
|
1545
|
+
// LocationEdit aliases
|
|
1546
|
+
export { default as LocationEditIcon } from '../icons/location-edit';
|
|
1543
1547
|
// Lock aliases
|
|
1544
1548
|
export { default as LockIcon } from '../icons/lock';
|
|
1545
1549
|
// LogIn aliases
|
|
@@ -1556,10 +1560,10 @@ export { default as LuggageIcon } from '../icons/luggage';
|
|
|
1556
1560
|
export { default as MagnetIcon } from '../icons/magnet';
|
|
1557
1561
|
// MailCheck aliases
|
|
1558
1562
|
export { default as MailCheckIcon } from '../icons/mail-check';
|
|
1559
|
-
// MailOpen aliases
|
|
1560
|
-
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1561
1563
|
// MailMinus aliases
|
|
1562
1564
|
export { default as MailMinusIcon } from '../icons/mail-minus';
|
|
1565
|
+
// MailOpen aliases
|
|
1566
|
+
export { default as MailOpenIcon } from '../icons/mail-open';
|
|
1563
1567
|
// MailPlus aliases
|
|
1564
1568
|
export { default as MailPlusIcon } from '../icons/mail-plus';
|
|
1565
1569
|
// MailQuestion aliases
|
|
@@ -1580,20 +1584,20 @@ export { default as MailsIcon } from '../icons/mails';
|
|
|
1580
1584
|
export { default as MapPinCheckInsideIcon } from '../icons/map-pin-check-inside';
|
|
1581
1585
|
// MapPinCheck aliases
|
|
1582
1586
|
export { default as MapPinCheckIcon } from '../icons/map-pin-check';
|
|
1583
|
-
// MapPinMinusInside aliases
|
|
1584
|
-
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1585
1587
|
// MapPinHouse aliases
|
|
1586
1588
|
export { default as MapPinHouseIcon } from '../icons/map-pin-house';
|
|
1589
|
+
// MapPinMinusInside aliases
|
|
1590
|
+
export { default as MapPinMinusInsideIcon } from '../icons/map-pin-minus-inside';
|
|
1587
1591
|
// MapPinMinus aliases
|
|
1588
1592
|
export { default as MapPinMinusIcon } from '../icons/map-pin-minus';
|
|
1589
1593
|
// MapPinOff aliases
|
|
1590
1594
|
export { default as MapPinOffIcon } from '../icons/map-pin-off';
|
|
1591
1595
|
// MapPinPlusInside aliases
|
|
1592
1596
|
export { default as MapPinPlusInsideIcon } from '../icons/map-pin-plus-inside';
|
|
1593
|
-
// MapPinPlus aliases
|
|
1594
|
-
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1595
1597
|
// MapPinXInside aliases
|
|
1596
1598
|
export { default as MapPinXInsideIcon } from '../icons/map-pin-x-inside';
|
|
1599
|
+
// MapPinPlus aliases
|
|
1600
|
+
export { default as MapPinPlusIcon } from '../icons/map-pin-plus';
|
|
1597
1601
|
// MapPinX aliases
|
|
1598
1602
|
export { default as MapPinXIcon } from '../icons/map-pin-x';
|
|
1599
1603
|
// MapPin aliases
|
|
@@ -1608,46 +1612,46 @@ export { default as MapIcon } from '../icons/map';
|
|
|
1608
1612
|
export { default as MarsStrokeIcon } from '../icons/mars-stroke';
|
|
1609
1613
|
// Mars aliases
|
|
1610
1614
|
export { default as MarsIcon } from '../icons/mars';
|
|
1611
|
-
// Martini aliases
|
|
1612
|
-
export { default as MartiniIcon } from '../icons/martini';
|
|
1613
1615
|
// Maximize2 aliases
|
|
1614
1616
|
export { default as Maximize2Icon } from '../icons/maximize-2';
|
|
1615
1617
|
// Maximize aliases
|
|
1616
1618
|
export { default as MaximizeIcon } from '../icons/maximize';
|
|
1619
|
+
// Martini aliases
|
|
1620
|
+
export { default as MartiniIcon } from '../icons/martini';
|
|
1617
1621
|
// Medal aliases
|
|
1618
1622
|
export { default as MedalIcon } from '../icons/medal';
|
|
1619
1623
|
// MegaphoneOff aliases
|
|
1620
1624
|
export { default as MegaphoneOffIcon } from '../icons/megaphone-off';
|
|
1625
|
+
// Megaphone aliases
|
|
1626
|
+
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1621
1627
|
// Meh aliases
|
|
1622
1628
|
export { default as MehIcon } from '../icons/meh';
|
|
1623
1629
|
// MemoryStick aliases
|
|
1624
1630
|
export { default as MemoryStickIcon } from '../icons/memory-stick';
|
|
1625
|
-
// Megaphone aliases
|
|
1626
|
-
export { default as MegaphoneIcon } from '../icons/megaphone';
|
|
1627
1631
|
// Menu aliases
|
|
1628
1632
|
export { default as MenuIcon } from '../icons/menu';
|
|
1629
|
-
// Merge aliases
|
|
1630
|
-
export { default as MergeIcon } from '../icons/merge';
|
|
1631
1633
|
// MessageCircleCode aliases
|
|
1632
1634
|
export { default as MessageCircleCodeIcon } from '../icons/message-circle-code';
|
|
1635
|
+
// Merge aliases
|
|
1636
|
+
export { default as MergeIcon } from '../icons/merge';
|
|
1633
1637
|
// MessageCircleDashed aliases
|
|
1634
1638
|
export { default as MessageCircleDashedIcon } from '../icons/message-circle-dashed';
|
|
1635
|
-
// MessageCircleMore aliases
|
|
1636
|
-
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1637
1639
|
// MessageCircleHeart aliases
|
|
1638
1640
|
export { default as MessageCircleHeartIcon } from '../icons/message-circle-heart';
|
|
1639
|
-
// MessageCirclePlus aliases
|
|
1640
|
-
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1641
1641
|
// MessageCircleOff aliases
|
|
1642
1642
|
export { default as MessageCircleOffIcon } from '../icons/message-circle-off';
|
|
1643
|
-
//
|
|
1644
|
-
export { default as
|
|
1643
|
+
// MessageCircleMore aliases
|
|
1644
|
+
export { default as MessageCircleMoreIcon } from '../icons/message-circle-more';
|
|
1645
|
+
// MessageCirclePlus aliases
|
|
1646
|
+
export { default as MessageCirclePlusIcon } from '../icons/message-circle-plus';
|
|
1647
|
+
// MessageCircleReply aliases
|
|
1648
|
+
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1645
1649
|
// MessageCircleWarning aliases
|
|
1646
1650
|
export { default as MessageCircleWarningIcon } from '../icons/message-circle-warning';
|
|
1651
|
+
// MessageCircleQuestion aliases
|
|
1652
|
+
export { default as MessageCircleQuestionIcon } from '../icons/message-circle-question';
|
|
1647
1653
|
// MessageCircleX aliases
|
|
1648
1654
|
export { default as MessageCircleXIcon } from '../icons/message-circle-x';
|
|
1649
|
-
// MessageCircleReply aliases
|
|
1650
|
-
export { default as MessageCircleReplyIcon } from '../icons/message-circle-reply';
|
|
1651
1655
|
// MessageCircle aliases
|
|
1652
1656
|
export { default as MessageCircleIcon } from '../icons/message-circle';
|
|
1653
1657
|
// MessageSquareCode aliases
|
|
@@ -1664,34 +1668,34 @@ export { default as MessageSquareHeartIcon } from '../icons/message-square-heart
|
|
|
1664
1668
|
export { default as MessageSquareLockIcon } from '../icons/message-square-lock';
|
|
1665
1669
|
// MessageSquareMore aliases
|
|
1666
1670
|
export { default as MessageSquareMoreIcon } from '../icons/message-square-more';
|
|
1667
|
-
// MessageSquarePlus aliases
|
|
1668
|
-
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1669
1671
|
// MessageSquareOff aliases
|
|
1670
1672
|
export { default as MessageSquareOffIcon } from '../icons/message-square-off';
|
|
1671
1673
|
// MessageSquareQuote aliases
|
|
1672
1674
|
export { default as MessageSquareQuoteIcon } from '../icons/message-square-quote';
|
|
1673
1675
|
// MessageSquareReply aliases
|
|
1674
1676
|
export { default as MessageSquareReplyIcon } from '../icons/message-square-reply';
|
|
1677
|
+
// MessageSquarePlus aliases
|
|
1678
|
+
export { default as MessageSquarePlusIcon } from '../icons/message-square-plus';
|
|
1675
1679
|
// MessageSquareShare aliases
|
|
1676
1680
|
export { default as MessageSquareShareIcon } from '../icons/message-square-share';
|
|
1677
|
-
// MessageSquareX aliases
|
|
1678
|
-
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1679
1681
|
// MessageSquareText aliases
|
|
1680
1682
|
export { default as MessageSquareTextIcon } from '../icons/message-square-text';
|
|
1681
|
-
//
|
|
1682
|
-
export { default as
|
|
1683
|
-
// MessageSquareWarning aliases
|
|
1684
|
-
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1683
|
+
// MessageSquareX aliases
|
|
1684
|
+
export { default as MessageSquareXIcon } from '../icons/message-square-x';
|
|
1685
1685
|
// MessagesSquare aliases
|
|
1686
1686
|
export { default as MessagesSquareIcon } from '../icons/messages-square';
|
|
1687
|
-
//
|
|
1688
|
-
export { default as
|
|
1687
|
+
// MessageSquareWarning aliases
|
|
1688
|
+
export { default as MessageSquareWarningIcon } from '../icons/message-square-warning';
|
|
1689
|
+
// MessageSquare aliases
|
|
1690
|
+
export { default as MessageSquareIcon } from '../icons/message-square';
|
|
1689
1691
|
// Mic aliases
|
|
1690
1692
|
export { default as MicIcon } from '../icons/mic';
|
|
1691
|
-
//
|
|
1692
|
-
export { default as
|
|
1693
|
+
// MicOff aliases
|
|
1694
|
+
export { default as MicOffIcon } from '../icons/mic-off';
|
|
1693
1695
|
// Microchip aliases
|
|
1694
1696
|
export { default as MicrochipIcon } from '../icons/microchip';
|
|
1697
|
+
// Microscope aliases
|
|
1698
|
+
export { default as MicroscopeIcon } from '../icons/microscope';
|
|
1695
1699
|
// Microwave aliases
|
|
1696
1700
|
export { default as MicrowaveIcon } from '../icons/microwave';
|
|
1697
1701
|
// Milestone aliases
|
|
@@ -1704,26 +1708,26 @@ export { default as MilkIcon } from '../icons/milk';
|
|
|
1704
1708
|
export { default as Minimize2Icon } from '../icons/minimize-2';
|
|
1705
1709
|
// Minimize aliases
|
|
1706
1710
|
export { default as MinimizeIcon } from '../icons/minimize';
|
|
1707
|
-
// MonitorCheck aliases
|
|
1708
|
-
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1709
1711
|
// Minus aliases
|
|
1710
1712
|
export { default as MinusIcon } from '../icons/minus';
|
|
1711
|
-
//
|
|
1712
|
-
export { default as
|
|
1713
|
+
// MonitorCheck aliases
|
|
1714
|
+
export { default as MonitorCheckIcon } from '../icons/monitor-check';
|
|
1713
1715
|
// MonitorCog aliases
|
|
1714
1716
|
export { default as MonitorCogIcon } from '../icons/monitor-cog';
|
|
1715
|
-
//
|
|
1716
|
-
export { default as
|
|
1717
|
+
// MonitorDot aliases
|
|
1718
|
+
export { default as MonitorDotIcon } from '../icons/monitor-dot';
|
|
1717
1719
|
// MonitorDown aliases
|
|
1718
1720
|
export { default as MonitorDownIcon } from '../icons/monitor-down';
|
|
1719
|
-
//
|
|
1720
|
-
export { default as
|
|
1721
|
+
// MonitorOff aliases
|
|
1722
|
+
export { default as MonitorOffIcon } from '../icons/monitor-off';
|
|
1721
1723
|
// MonitorPlay aliases
|
|
1722
1724
|
export { default as MonitorPlayIcon } from '../icons/monitor-play';
|
|
1723
|
-
//
|
|
1724
|
-
export { default as
|
|
1725
|
+
// MonitorPause aliases
|
|
1726
|
+
export { default as MonitorPauseIcon } from '../icons/monitor-pause';
|
|
1725
1727
|
// MonitorSpeaker aliases
|
|
1726
1728
|
export { default as MonitorSpeakerIcon } from '../icons/monitor-speaker';
|
|
1729
|
+
// MonitorSmartphone aliases
|
|
1730
|
+
export { default as MonitorSmartphoneIcon } from '../icons/monitor-smartphone';
|
|
1727
1731
|
// MonitorStop aliases
|
|
1728
1732
|
export { default as MonitorStopIcon } from '../icons/monitor-stop';
|
|
1729
1733
|
// MonitorUp aliases
|
|
@@ -1740,10 +1744,10 @@ export { default as MoonIcon } from '../icons/moon';
|
|
|
1740
1744
|
export { default as MountainSnowIcon } from '../icons/mountain-snow';
|
|
1741
1745
|
// Mountain aliases
|
|
1742
1746
|
export { default as MountainIcon } from '../icons/mountain';
|
|
1743
|
-
// MouseOff aliases
|
|
1744
|
-
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1745
1747
|
// MousePointerBan aliases
|
|
1746
1748
|
export { default as MousePointerBanIcon } from '../icons/mouse-pointer-ban';
|
|
1749
|
+
// MouseOff aliases
|
|
1750
|
+
export { default as MouseOffIcon } from '../icons/mouse-off';
|
|
1747
1751
|
// MousePointer2 aliases
|
|
1748
1752
|
export { default as MousePointer2Icon } from '../icons/mouse-pointer-2';
|
|
1749
1753
|
// MousePointerClick aliases
|
|
@@ -1756,28 +1760,28 @@ export { default as MouseIcon } from '../icons/mouse';
|
|
|
1756
1760
|
export { default as MoveDiagonal2Icon } from '../icons/move-diagonal-2';
|
|
1757
1761
|
// MoveDiagonal aliases
|
|
1758
1762
|
export { default as MoveDiagonalIcon } from '../icons/move-diagonal';
|
|
1759
|
-
// MoveDownRight aliases
|
|
1760
|
-
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1761
1763
|
// MoveDownLeft aliases
|
|
1762
1764
|
export { default as MoveDownLeftIcon } from '../icons/move-down-left';
|
|
1763
1765
|
// MoveDown aliases
|
|
1764
1766
|
export { default as MoveDownIcon } from '../icons/move-down';
|
|
1767
|
+
// MoveDownRight aliases
|
|
1768
|
+
export { default as MoveDownRightIcon } from '../icons/move-down-right';
|
|
1765
1769
|
// MoveHorizontal aliases
|
|
1766
1770
|
export { default as MoveHorizontalIcon } from '../icons/move-horizontal';
|
|
1767
|
-
// MoveRight aliases
|
|
1768
|
-
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1769
1771
|
// MoveLeft aliases
|
|
1770
1772
|
export { default as MoveLeftIcon } from '../icons/move-left';
|
|
1773
|
+
// MoveRight aliases
|
|
1774
|
+
export { default as MoveRightIcon } from '../icons/move-right';
|
|
1771
1775
|
// MoveUpLeft aliases
|
|
1772
1776
|
export { default as MoveUpLeftIcon } from '../icons/move-up-left';
|
|
1773
1777
|
// MoveUpRight aliases
|
|
1774
1778
|
export { default as MoveUpRightIcon } from '../icons/move-up-right';
|
|
1775
1779
|
// MoveUp aliases
|
|
1776
1780
|
export { default as MoveUpIcon } from '../icons/move-up';
|
|
1777
|
-
// MoveVertical aliases
|
|
1778
|
-
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1779
1781
|
// Move aliases
|
|
1780
1782
|
export { default as MoveIcon } from '../icons/move';
|
|
1783
|
+
// MoveVertical aliases
|
|
1784
|
+
export { default as MoveVerticalIcon } from '../icons/move-vertical';
|
|
1781
1785
|
// Music2 aliases
|
|
1782
1786
|
export { default as Music2Icon } from '../icons/music-2';
|
|
1783
1787
|
// Music3 aliases
|
|
@@ -1790,10 +1794,10 @@ export { default as MusicIcon } from '../icons/music';
|
|
|
1790
1794
|
export { default as Navigation2OffIcon } from '../icons/navigation-2-off';
|
|
1791
1795
|
// Navigation2 aliases
|
|
1792
1796
|
export { default as Navigation2Icon } from '../icons/navigation-2';
|
|
1793
|
-
// Navigation aliases
|
|
1794
|
-
export { default as NavigationIcon } from '../icons/navigation';
|
|
1795
1797
|
// NavigationOff aliases
|
|
1796
1798
|
export { default as NavigationOffIcon } from '../icons/navigation-off';
|
|
1799
|
+
// Navigation aliases
|
|
1800
|
+
export { default as NavigationIcon } from '../icons/navigation';
|
|
1797
1801
|
// Network aliases
|
|
1798
1802
|
export { default as NetworkIcon } from '../icons/network';
|
|
1799
1803
|
// Newspaper aliases
|
|
@@ -1804,10 +1808,10 @@ export { default as NfcIcon } from '../icons/nfc';
|
|
|
1804
1808
|
export { default as NonBinaryIcon } from '../icons/non-binary';
|
|
1805
1809
|
// NotebookPen aliases
|
|
1806
1810
|
export { default as NotebookPenIcon } from '../icons/notebook-pen';
|
|
1807
|
-
// NotebookText aliases
|
|
1808
|
-
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1809
1811
|
// NotebookTabs aliases
|
|
1810
1812
|
export { default as NotebookTabsIcon } from '../icons/notebook-tabs';
|
|
1813
|
+
// NotebookText aliases
|
|
1814
|
+
export { default as NotebookTextIcon } from '../icons/notebook-text';
|
|
1811
1815
|
// Notebook aliases
|
|
1812
1816
|
export { default as NotebookIcon } from '../icons/notebook';
|
|
1813
1817
|
// NotepadTextDashed aliases
|
|
@@ -1816,10 +1820,10 @@ export { default as NotepadTextDashedIcon } from '../icons/notepad-text-dashed';
|
|
|
1816
1820
|
export { default as NotepadTextIcon } from '../icons/notepad-text';
|
|
1817
1821
|
// NutOff aliases
|
|
1818
1822
|
export { default as NutOffIcon } from '../icons/nut-off';
|
|
1819
|
-
// Nut aliases
|
|
1820
|
-
export { default as NutIcon } from '../icons/nut';
|
|
1821
1823
|
// OctagonMinus aliases
|
|
1822
1824
|
export { default as OctagonMinusIcon } from '../icons/octagon-minus';
|
|
1825
|
+
// Nut aliases
|
|
1826
|
+
export { default as NutIcon } from '../icons/nut';
|
|
1823
1827
|
// Octagon aliases
|
|
1824
1828
|
export { default as OctagonIcon } from '../icons/octagon';
|
|
1825
1829
|
// Omega aliases
|
|
@@ -1834,20 +1838,20 @@ export { default as OrigamiIcon } from '../icons/origami';
|
|
|
1834
1838
|
export { default as Package2Icon } from '../icons/package-2';
|
|
1835
1839
|
// PackageCheck aliases
|
|
1836
1840
|
export { default as PackageCheckIcon } from '../icons/package-check';
|
|
1837
|
-
// PackageMinus aliases
|
|
1838
|
-
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1839
1841
|
// PackageOpen aliases
|
|
1840
1842
|
export { default as PackageOpenIcon } from '../icons/package-open';
|
|
1843
|
+
// PackageMinus aliases
|
|
1844
|
+
export { default as PackageMinusIcon } from '../icons/package-minus';
|
|
1841
1845
|
// PackagePlus aliases
|
|
1842
1846
|
export { default as PackagePlusIcon } from '../icons/package-plus';
|
|
1843
1847
|
// PackageSearch aliases
|
|
1844
1848
|
export { default as PackageSearchIcon } from '../icons/package-search';
|
|
1845
1849
|
// PackageX aliases
|
|
1846
1850
|
export { default as PackageXIcon } from '../icons/package-x';
|
|
1847
|
-
// Package aliases
|
|
1848
|
-
export { default as PackageIcon } from '../icons/package';
|
|
1849
1851
|
// PaintBucket aliases
|
|
1850
1852
|
export { default as PaintBucketIcon } from '../icons/paint-bucket';
|
|
1853
|
+
// Package aliases
|
|
1854
|
+
export { default as PackageIcon } from '../icons/package';
|
|
1851
1855
|
// PaintRoller aliases
|
|
1852
1856
|
export { default as PaintRollerIcon } from '../icons/paint-roller';
|
|
1853
1857
|
// Paintbrush aliases
|
|
@@ -1856,10 +1860,10 @@ export { default as PaintbrushIcon } from '../icons/paintbrush';
|
|
|
1856
1860
|
export { default as PaletteIcon } from '../icons/palette';
|
|
1857
1861
|
// Panda aliases
|
|
1858
1862
|
export { default as PandaIcon } from '../icons/panda';
|
|
1859
|
-
// PanelBottomClose aliases
|
|
1860
|
-
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1861
1863
|
// PanelBottomOpen aliases
|
|
1862
1864
|
export { default as PanelBottomOpenIcon } from '../icons/panel-bottom-open';
|
|
1865
|
+
// PanelBottomClose aliases
|
|
1866
|
+
export { default as PanelBottomCloseIcon } from '../icons/panel-bottom-close';
|
|
1863
1867
|
// PanelBottom aliases
|
|
1864
1868
|
export { default as PanelBottomIcon } from '../icons/panel-bottom';
|
|
1865
1869
|
// PanelRightClose aliases
|
|
@@ -1876,10 +1880,10 @@ export { default as PanelTopOpenIcon } from '../icons/panel-top-open';
|
|
|
1876
1880
|
export { default as PanelsLeftBottomIcon } from '../icons/panels-left-bottom';
|
|
1877
1881
|
// PanelTop aliases
|
|
1878
1882
|
export { default as PanelTopIcon } from '../icons/panel-top';
|
|
1879
|
-
// PanelsRightBottom aliases
|
|
1880
|
-
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1881
1883
|
// Paperclip aliases
|
|
1882
1884
|
export { default as PaperclipIcon } from '../icons/paperclip';
|
|
1885
|
+
// PanelsRightBottom aliases
|
|
1886
|
+
export { default as PanelsRightBottomIcon } from '../icons/panels-right-bottom';
|
|
1883
1887
|
// Parentheses aliases
|
|
1884
1888
|
export { default as ParenthesesIcon } from '../icons/parentheses';
|
|
1885
1889
|
// ParkingMeter aliases
|
|
@@ -1902,10 +1906,10 @@ export { default as PencilLineIcon } from '../icons/pencil-line';
|
|
|
1902
1906
|
export { default as PencilOffIcon } from '../icons/pencil-off';
|
|
1903
1907
|
// PencilRuler aliases
|
|
1904
1908
|
export { default as PencilRulerIcon } from '../icons/pencil-ruler';
|
|
1905
|
-
// Pencil aliases
|
|
1906
|
-
export { default as PencilIcon } from '../icons/pencil';
|
|
1907
1909
|
// Pentagon aliases
|
|
1908
1910
|
export { default as PentagonIcon } from '../icons/pentagon';
|
|
1911
|
+
// Pencil aliases
|
|
1912
|
+
export { default as PencilIcon } from '../icons/pencil';
|
|
1909
1913
|
// Percent aliases
|
|
1910
1914
|
export { default as PercentIcon } from '../icons/percent';
|
|
1911
1915
|
// PersonStanding aliases
|
|
@@ -1926,10 +1930,10 @@ export { default as PhoneOffIcon } from '../icons/phone-off';
|
|
|
1926
1930
|
export { default as PhoneOutgoingIcon } from '../icons/phone-outgoing';
|
|
1927
1931
|
// Phone aliases
|
|
1928
1932
|
export { default as PhoneIcon } from '../icons/phone';
|
|
1929
|
-
// Piano aliases
|
|
1930
|
-
export { default as PianoIcon } from '../icons/piano';
|
|
1931
1933
|
// Pi aliases
|
|
1932
1934
|
export { default as PiIcon } from '../icons/pi';
|
|
1935
|
+
// Piano aliases
|
|
1936
|
+
export { default as PianoIcon } from '../icons/piano';
|
|
1933
1937
|
// Pickaxe aliases
|
|
1934
1938
|
export { default as PickaxeIcon } from '../icons/pickaxe';
|
|
1935
1939
|
// PictureInPicture2 aliases
|
|
@@ -1938,12 +1942,12 @@ export { default as PictureInPicture2Icon } from '../icons/picture-in-picture-2'
|
|
|
1938
1942
|
export { default as PictureInPictureIcon } from '../icons/picture-in-picture';
|
|
1939
1943
|
// PiggyBank aliases
|
|
1940
1944
|
export { default as PiggyBankIcon } from '../icons/piggy-bank';
|
|
1941
|
-
// PilcrowRight aliases
|
|
1942
|
-
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1943
1945
|
// PilcrowLeft aliases
|
|
1944
1946
|
export { default as PilcrowLeftIcon } from '../icons/pilcrow-left';
|
|
1945
1947
|
// Pilcrow aliases
|
|
1946
1948
|
export { default as PilcrowIcon } from '../icons/pilcrow';
|
|
1949
|
+
// PilcrowRight aliases
|
|
1950
|
+
export { default as PilcrowRightIcon } from '../icons/pilcrow-right';
|
|
1947
1951
|
// PillBottle aliases
|
|
1948
1952
|
export { default as PillBottleIcon } from '../icons/pill-bottle';
|
|
1949
1953
|
// Pill aliases
|
|
@@ -1958,32 +1962,32 @@ export { default as PipetteIcon } from '../icons/pipette';
|
|
|
1958
1962
|
export { default as PizzaIcon } from '../icons/pizza';
|
|
1959
1963
|
// PlaneLanding aliases
|
|
1960
1964
|
export { default as PlaneLandingIcon } from '../icons/plane-landing';
|
|
1961
|
-
// Plane aliases
|
|
1962
|
-
export { default as PlaneIcon } from '../icons/plane';
|
|
1963
1965
|
// PlaneTakeoff aliases
|
|
1964
1966
|
export { default as PlaneTakeoffIcon } from '../icons/plane-takeoff';
|
|
1967
|
+
// Plane aliases
|
|
1968
|
+
export { default as PlaneIcon } from '../icons/plane';
|
|
1965
1969
|
// Play aliases
|
|
1966
1970
|
export { default as PlayIcon } from '../icons/play';
|
|
1967
1971
|
// Plug2 aliases
|
|
1968
1972
|
export { default as Plug2Icon } from '../icons/plug-2';
|
|
1969
1973
|
// Plug aliases
|
|
1970
1974
|
export { default as PlugIcon } from '../icons/plug';
|
|
1971
|
-
// Plus aliases
|
|
1972
|
-
export { default as PlusIcon } from '../icons/plus';
|
|
1973
1975
|
// PocketKnife aliases
|
|
1974
1976
|
export { default as PocketKnifeIcon } from '../icons/pocket-knife';
|
|
1977
|
+
// Plus aliases
|
|
1978
|
+
export { default as PlusIcon } from '../icons/plus';
|
|
1975
1979
|
// Pocket aliases
|
|
1976
1980
|
export { default as PocketIcon } from '../icons/pocket';
|
|
1977
1981
|
// Podcast aliases
|
|
1978
1982
|
export { default as PodcastIcon } from '../icons/podcast';
|
|
1979
|
-
// Pointer aliases
|
|
1980
|
-
export { default as PointerIcon } from '../icons/pointer';
|
|
1981
1983
|
// PointerOff aliases
|
|
1982
1984
|
export { default as PointerOffIcon } from '../icons/pointer-off';
|
|
1983
|
-
//
|
|
1984
|
-
export { default as
|
|
1985
|
+
// Pointer aliases
|
|
1986
|
+
export { default as PointerIcon } from '../icons/pointer';
|
|
1985
1987
|
// Popsicle aliases
|
|
1986
1988
|
export { default as PopsicleIcon } from '../icons/popsicle';
|
|
1989
|
+
// Popcorn aliases
|
|
1990
|
+
export { default as PopcornIcon } from '../icons/popcorn';
|
|
1987
1991
|
// PoundSterling aliases
|
|
1988
1992
|
export { default as PoundSterlingIcon } from '../icons/pound-sterling';
|
|
1989
1993
|
// PowerOff aliases
|
|
@@ -1996,36 +2000,36 @@ export { default as PresentationIcon } from '../icons/presentation';
|
|
|
1996
2000
|
export { default as PrinterCheckIcon } from '../icons/printer-check';
|
|
1997
2001
|
// Printer aliases
|
|
1998
2002
|
export { default as PrinterIcon } from '../icons/printer';
|
|
1999
|
-
// Proportions aliases
|
|
2000
|
-
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2001
2003
|
// Projector aliases
|
|
2002
2004
|
export { default as ProjectorIcon } from '../icons/projector';
|
|
2005
|
+
// Proportions aliases
|
|
2006
|
+
export { default as ProportionsIcon } from '../icons/proportions';
|
|
2007
|
+
// Pyramid aliases
|
|
2008
|
+
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2003
2009
|
// Puzzle aliases
|
|
2004
2010
|
export { default as PuzzleIcon } from '../icons/puzzle';
|
|
2005
2011
|
// QrCode aliases
|
|
2006
2012
|
export { default as QrCodeIcon } from '../icons/qr-code';
|
|
2007
|
-
// Pyramid aliases
|
|
2008
|
-
export { default as PyramidIcon } from '../icons/pyramid';
|
|
2009
2013
|
// Quote aliases
|
|
2010
2014
|
export { default as QuoteIcon } from '../icons/quote';
|
|
2011
2015
|
// Rabbit aliases
|
|
2012
2016
|
export { default as RabbitIcon } from '../icons/rabbit';
|
|
2013
2017
|
// Radar aliases
|
|
2014
2018
|
export { default as RadarIcon } from '../icons/radar';
|
|
2015
|
-
// Radiation aliases
|
|
2016
|
-
export { default as RadiationIcon } from '../icons/radiation';
|
|
2017
2019
|
// Radical aliases
|
|
2018
2020
|
export { default as RadicalIcon } from '../icons/radical';
|
|
2021
|
+
// Radiation aliases
|
|
2022
|
+
export { default as RadiationIcon } from '../icons/radiation';
|
|
2019
2023
|
// RadioReceiver aliases
|
|
2020
2024
|
export { default as RadioReceiverIcon } from '../icons/radio-receiver';
|
|
2021
2025
|
// RadioTower aliases
|
|
2022
2026
|
export { default as RadioTowerIcon } from '../icons/radio-tower';
|
|
2023
2027
|
// Radio aliases
|
|
2024
2028
|
export { default as RadioIcon } from '../icons/radio';
|
|
2025
|
-
// Radius aliases
|
|
2026
|
-
export { default as RadiusIcon } from '../icons/radius';
|
|
2027
2029
|
// RailSymbol aliases
|
|
2028
2030
|
export { default as RailSymbolIcon } from '../icons/rail-symbol';
|
|
2031
|
+
// Radius aliases
|
|
2032
|
+
export { default as RadiusIcon } from '../icons/radius';
|
|
2029
2033
|
// Rainbow aliases
|
|
2030
2034
|
export { default as RainbowIcon } from '../icons/rainbow';
|
|
2031
2035
|
// Rat aliases
|
|
@@ -2050,46 +2054,46 @@ export { default as ReceiptSwissFrancIcon } from '../icons/receipt-swiss-franc';
|
|
|
2050
2054
|
export { default as ReceiptTextIcon } from '../icons/receipt-text';
|
|
2051
2055
|
// Receipt aliases
|
|
2052
2056
|
export { default as ReceiptIcon } from '../icons/receipt';
|
|
2053
|
-
// RectangleHorizontal aliases
|
|
2054
|
-
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2055
2057
|
// RectangleGoggles aliases
|
|
2056
2058
|
export { default as RectangleGogglesIcon } from '../icons/rectangle-goggles';
|
|
2059
|
+
// RectangleHorizontal aliases
|
|
2060
|
+
export { default as RectangleHorizontalIcon } from '../icons/rectangle-horizontal';
|
|
2057
2061
|
// RectangleVertical aliases
|
|
2058
2062
|
export { default as RectangleVerticalIcon } from '../icons/rectangle-vertical';
|
|
2059
2063
|
// Recycle aliases
|
|
2060
2064
|
export { default as RecycleIcon } from '../icons/recycle';
|
|
2061
|
-
// RedoDot aliases
|
|
2062
|
-
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2063
2065
|
// Redo2 aliases
|
|
2064
2066
|
export { default as Redo2Icon } from '../icons/redo-2';
|
|
2065
|
-
//
|
|
2066
|
-
export { default as
|
|
2067
|
-
// RefreshCcw aliases
|
|
2068
|
-
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2067
|
+
// RedoDot aliases
|
|
2068
|
+
export { default as RedoDotIcon } from '../icons/redo-dot';
|
|
2069
2069
|
// Redo aliases
|
|
2070
2070
|
export { default as RedoIcon } from '../icons/redo';
|
|
2071
|
+
// RefreshCcwDot aliases
|
|
2072
|
+
export { default as RefreshCcwDotIcon } from '../icons/refresh-ccw-dot';
|
|
2071
2073
|
// RefreshCwOff aliases
|
|
2072
2074
|
export { default as RefreshCwOffIcon } from '../icons/refresh-cw-off';
|
|
2073
2075
|
// RefreshCw aliases
|
|
2074
2076
|
export { default as RefreshCwIcon } from '../icons/refresh-cw';
|
|
2077
|
+
// RefreshCcw aliases
|
|
2078
|
+
export { default as RefreshCcwIcon } from '../icons/refresh-ccw';
|
|
2075
2079
|
// Refrigerator aliases
|
|
2076
2080
|
export { default as RefrigeratorIcon } from '../icons/refrigerator';
|
|
2077
2081
|
// Regex aliases
|
|
2078
2082
|
export { default as RegexIcon } from '../icons/regex';
|
|
2079
2083
|
// RemoveFormatting aliases
|
|
2080
2084
|
export { default as RemoveFormattingIcon } from '../icons/remove-formatting';
|
|
2081
|
-
// Repeat2 aliases
|
|
2082
|
-
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2083
2085
|
// Repeat1 aliases
|
|
2084
2086
|
export { default as Repeat1Icon } from '../icons/repeat-1';
|
|
2085
|
-
//
|
|
2086
|
-
export { default as
|
|
2087
|
+
// Repeat2 aliases
|
|
2088
|
+
export { default as Repeat2Icon } from '../icons/repeat-2';
|
|
2087
2089
|
// ReplaceAll aliases
|
|
2088
2090
|
export { default as ReplaceAllIcon } from '../icons/replace-all';
|
|
2089
2091
|
// Replace aliases
|
|
2090
2092
|
export { default as ReplaceIcon } from '../icons/replace';
|
|
2091
2093
|
// ReplyAll aliases
|
|
2092
2094
|
export { default as ReplyAllIcon } from '../icons/reply-all';
|
|
2095
|
+
// Repeat aliases
|
|
2096
|
+
export { default as RepeatIcon } from '../icons/repeat';
|
|
2093
2097
|
// Reply aliases
|
|
2094
2098
|
export { default as ReplyIcon } from '../icons/reply';
|
|
2095
2099
|
// Rewind aliases
|
|
@@ -2098,92 +2102,92 @@ export { default as RewindIcon } from '../icons/rewind';
|
|
|
2098
2102
|
export { default as RibbonIcon } from '../icons/ribbon';
|
|
2099
2103
|
// Rocket aliases
|
|
2100
2104
|
export { default as RocketIcon } from '../icons/rocket';
|
|
2101
|
-
// RockingChair aliases
|
|
2102
|
-
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2103
2105
|
// RollerCoaster aliases
|
|
2104
2106
|
export { default as RollerCoasterIcon } from '../icons/roller-coaster';
|
|
2107
|
+
// RockingChair aliases
|
|
2108
|
+
export { default as RockingChairIcon } from '../icons/rocking-chair';
|
|
2105
2109
|
// RotateCcwKey aliases
|
|
2106
2110
|
export { default as RotateCcwKeyIcon } from '../icons/rotate-ccw-key';
|
|
2107
2111
|
// RotateCcwSquare aliases
|
|
2108
2112
|
export { default as RotateCcwSquareIcon } from '../icons/rotate-ccw-square';
|
|
2109
2113
|
// RotateCcw aliases
|
|
2110
2114
|
export { default as RotateCcwIcon } from '../icons/rotate-ccw';
|
|
2111
|
-
// RotateCwSquare aliases
|
|
2112
|
-
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2113
2115
|
// RotateCw aliases
|
|
2114
2116
|
export { default as RotateCwIcon } from '../icons/rotate-cw';
|
|
2115
|
-
//
|
|
2116
|
-
export { default as
|
|
2117
|
+
// RotateCwSquare aliases
|
|
2118
|
+
export { default as RotateCwSquareIcon } from '../icons/rotate-cw-square';
|
|
2117
2119
|
// Route aliases
|
|
2118
2120
|
export { default as RouteIcon } from '../icons/route';
|
|
2119
2121
|
// Router aliases
|
|
2120
2122
|
export { default as RouterIcon } from '../icons/router';
|
|
2121
2123
|
// Rows4 aliases
|
|
2122
2124
|
export { default as Rows4Icon } from '../icons/rows-4';
|
|
2123
|
-
//
|
|
2124
|
-
export { default as
|
|
2125
|
+
// RouteOff aliases
|
|
2126
|
+
export { default as RouteOffIcon } from '../icons/route-off';
|
|
2125
2127
|
// Rss aliases
|
|
2126
2128
|
export { default as RssIcon } from '../icons/rss';
|
|
2129
|
+
// RulerDimensionLine aliases
|
|
2130
|
+
export { default as RulerDimensionLineIcon } from '../icons/ruler-dimension-line';
|
|
2127
2131
|
// Ruler aliases
|
|
2128
2132
|
export { default as RulerIcon } from '../icons/ruler';
|
|
2129
2133
|
// RussianRuble aliases
|
|
2130
2134
|
export { default as RussianRubleIcon } from '../icons/russian-ruble';
|
|
2131
|
-
// Sailboat aliases
|
|
2132
|
-
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2133
2135
|
// Salad aliases
|
|
2134
2136
|
export { default as SaladIcon } from '../icons/salad';
|
|
2135
|
-
//
|
|
2136
|
-
export { default as
|
|
2137
|
+
// Sailboat aliases
|
|
2138
|
+
export { default as SailboatIcon } from '../icons/sailboat';
|
|
2137
2139
|
// SatelliteDish aliases
|
|
2138
2140
|
export { default as SatelliteDishIcon } from '../icons/satellite-dish';
|
|
2141
|
+
// Sandwich aliases
|
|
2142
|
+
export { default as SandwichIcon } from '../icons/sandwich';
|
|
2139
2143
|
// Satellite aliases
|
|
2140
2144
|
export { default as SatelliteIcon } from '../icons/satellite';
|
|
2141
2145
|
// SaudiRiyal aliases
|
|
2142
2146
|
export { default as SaudiRiyalIcon } from '../icons/saudi-riyal';
|
|
2147
|
+
// SaveOff aliases
|
|
2148
|
+
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2143
2149
|
// SaveAll aliases
|
|
2144
2150
|
export { default as SaveAllIcon } from '../icons/save-all';
|
|
2145
2151
|
// Save aliases
|
|
2146
2152
|
export { default as SaveIcon } from '../icons/save';
|
|
2147
|
-
// SaveOff aliases
|
|
2148
|
-
export { default as SaveOffIcon } from '../icons/save-off';
|
|
2149
2153
|
// Scale aliases
|
|
2150
2154
|
export { default as ScaleIcon } from '../icons/scale';
|
|
2151
2155
|
// Scaling aliases
|
|
2152
2156
|
export { default as ScalingIcon } from '../icons/scaling';
|
|
2153
|
-
// ScanEye aliases
|
|
2154
|
-
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2155
2157
|
// ScanBarcode aliases
|
|
2156
2158
|
export { default as ScanBarcodeIcon } from '../icons/scan-barcode';
|
|
2157
|
-
//
|
|
2158
|
-
export { default as
|
|
2159
|
+
// ScanEye aliases
|
|
2160
|
+
export { default as ScanEyeIcon } from '../icons/scan-eye';
|
|
2159
2161
|
// ScanHeart aliases
|
|
2160
2162
|
export { default as ScanHeartIcon } from '../icons/scan-heart';
|
|
2163
|
+
// ScanFace aliases
|
|
2164
|
+
export { default as ScanFaceIcon } from '../icons/scan-face';
|
|
2161
2165
|
// ScanLine aliases
|
|
2162
2166
|
export { default as ScanLineIcon } from '../icons/scan-line';
|
|
2163
|
-
// ScanQrCode aliases
|
|
2164
|
-
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2165
2167
|
// ScanSearch aliases
|
|
2166
2168
|
export { default as ScanSearchIcon } from '../icons/scan-search';
|
|
2169
|
+
// ScanQrCode aliases
|
|
2170
|
+
export { default as ScanQrCodeIcon } from '../icons/scan-qr-code';
|
|
2167
2171
|
// Scan aliases
|
|
2168
2172
|
export { default as ScanIcon } from '../icons/scan';
|
|
2169
|
-
// School aliases
|
|
2170
|
-
export { default as SchoolIcon } from '../icons/school';
|
|
2171
2173
|
// ScanText aliases
|
|
2172
2174
|
export { default as ScanTextIcon } from '../icons/scan-text';
|
|
2173
2175
|
// ScissorsLineDashed aliases
|
|
2174
2176
|
export { default as ScissorsLineDashedIcon } from '../icons/scissors-line-dashed';
|
|
2175
2177
|
// Scissors aliases
|
|
2176
2178
|
export { default as ScissorsIcon } from '../icons/scissors';
|
|
2179
|
+
// School aliases
|
|
2180
|
+
export { default as SchoolIcon } from '../icons/school';
|
|
2177
2181
|
// ScreenShareOff aliases
|
|
2178
2182
|
export { default as ScreenShareOffIcon } from '../icons/screen-share-off';
|
|
2179
|
-
// ScreenShare aliases
|
|
2180
|
-
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2181
2183
|
// ScrollText aliases
|
|
2182
2184
|
export { default as ScrollTextIcon } from '../icons/scroll-text';
|
|
2183
|
-
//
|
|
2184
|
-
export { default as
|
|
2185
|
+
// ScreenShare aliases
|
|
2186
|
+
export { default as ScreenShareIcon } from '../icons/screen-share';
|
|
2185
2187
|
// SearchCheck aliases
|
|
2186
2188
|
export { default as SearchCheckIcon } from '../icons/search-check';
|
|
2189
|
+
// Scroll aliases
|
|
2190
|
+
export { default as ScrollIcon } from '../icons/scroll';
|
|
2187
2191
|
// SearchCode aliases
|
|
2188
2192
|
export { default as SearchCodeIcon } from '../icons/search-code';
|
|
2189
2193
|
// SearchSlash aliases
|
|
@@ -2202,34 +2206,34 @@ export { default as SendIcon } from '../icons/send';
|
|
|
2202
2206
|
export { default as SeparatorHorizontalIcon } from '../icons/separator-horizontal';
|
|
2203
2207
|
// SeparatorVertical aliases
|
|
2204
2208
|
export { default as SeparatorVerticalIcon } from '../icons/separator-vertical';
|
|
2205
|
-
// ServerCrash aliases
|
|
2206
|
-
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2207
2209
|
// ServerCog aliases
|
|
2208
2210
|
export { default as ServerCogIcon } from '../icons/server-cog';
|
|
2211
|
+
// ServerCrash aliases
|
|
2212
|
+
export { default as ServerCrashIcon } from '../icons/server-crash';
|
|
2209
2213
|
// ServerOff aliases
|
|
2210
2214
|
export { default as ServerOffIcon } from '../icons/server-off';
|
|
2211
|
-
// Server aliases
|
|
2212
|
-
export { default as ServerIcon } from '../icons/server';
|
|
2213
2215
|
// Settings2 aliases
|
|
2214
2216
|
export { default as Settings2Icon } from '../icons/settings-2';
|
|
2217
|
+
// Server aliases
|
|
2218
|
+
export { default as ServerIcon } from '../icons/server';
|
|
2215
2219
|
// Settings aliases
|
|
2216
2220
|
export { default as SettingsIcon } from '../icons/settings';
|
|
2217
2221
|
// Shapes aliases
|
|
2218
2222
|
export { default as ShapesIcon } from '../icons/shapes';
|
|
2219
2223
|
// Share2 aliases
|
|
2220
2224
|
export { default as Share2Icon } from '../icons/share-2';
|
|
2221
|
-
// Share aliases
|
|
2222
|
-
export { default as ShareIcon } from '../icons/share';
|
|
2223
2225
|
// Sheet aliases
|
|
2224
2226
|
export { default as SheetIcon } from '../icons/sheet';
|
|
2225
|
-
//
|
|
2226
|
-
export { default as
|
|
2227
|
+
// Share aliases
|
|
2228
|
+
export { default as ShareIcon } from '../icons/share';
|
|
2227
2229
|
// ShieldAlert aliases
|
|
2228
2230
|
export { default as ShieldAlertIcon } from '../icons/shield-alert';
|
|
2229
|
-
//
|
|
2230
|
-
export { default as
|
|
2231
|
+
// Shell aliases
|
|
2232
|
+
export { default as ShellIcon } from '../icons/shell';
|
|
2231
2233
|
// ShieldCheck aliases
|
|
2232
2234
|
export { default as ShieldCheckIcon } from '../icons/shield-check';
|
|
2235
|
+
// ShieldBan aliases
|
|
2236
|
+
export { default as ShieldBanIcon } from '../icons/shield-ban';
|
|
2233
2237
|
// ShieldEllipsis aliases
|
|
2234
2238
|
export { default as ShieldEllipsisIcon } from '../icons/shield-ellipsis';
|
|
2235
2239
|
// ShieldHalf aliases
|
|
@@ -2242,26 +2246,26 @@ export { default as ShieldOffIcon } from '../icons/shield-off';
|
|
|
2242
2246
|
export { default as ShieldPlusIcon } from '../icons/shield-plus';
|
|
2243
2247
|
// ShieldUser aliases
|
|
2244
2248
|
export { default as ShieldUserIcon } from '../icons/shield-user';
|
|
2245
|
-
// Shield aliases
|
|
2246
|
-
export { default as ShieldIcon } from '../icons/shield';
|
|
2247
2249
|
// ShieldQuestion aliases
|
|
2248
2250
|
export { default as ShieldQuestionIcon } from '../icons/shield-question';
|
|
2249
2251
|
// ShipWheel aliases
|
|
2250
2252
|
export { default as ShipWheelIcon } from '../icons/ship-wheel';
|
|
2251
|
-
//
|
|
2252
|
-
export { default as
|
|
2253
|
+
// Shield aliases
|
|
2254
|
+
export { default as ShieldIcon } from '../icons/shield';
|
|
2253
2255
|
// Ship aliases
|
|
2254
2256
|
export { default as ShipIcon } from '../icons/ship';
|
|
2257
|
+
// Shirt aliases
|
|
2258
|
+
export { default as ShirtIcon } from '../icons/shirt';
|
|
2255
2259
|
// ShoppingBag aliases
|
|
2256
2260
|
export { default as ShoppingBagIcon } from '../icons/shopping-bag';
|
|
2257
2261
|
// ShoppingBasket aliases
|
|
2258
2262
|
export { default as ShoppingBasketIcon } from '../icons/shopping-basket';
|
|
2259
2263
|
// ShoppingCart aliases
|
|
2260
2264
|
export { default as ShoppingCartIcon } from '../icons/shopping-cart';
|
|
2261
|
-
// Shovel aliases
|
|
2262
|
-
export { default as ShovelIcon } from '../icons/shovel';
|
|
2263
2265
|
// ShowerHead aliases
|
|
2264
2266
|
export { default as ShowerHeadIcon } from '../icons/shower-head';
|
|
2267
|
+
// Shovel aliases
|
|
2268
|
+
export { default as ShovelIcon } from '../icons/shovel';
|
|
2265
2269
|
// Shredder aliases
|
|
2266
2270
|
export { default as ShredderIcon } from '../icons/shredder';
|
|
2267
2271
|
// Shrimp aliases
|
|
@@ -2278,30 +2282,30 @@ export { default as SigmaIcon } from '../icons/sigma';
|
|
|
2278
2282
|
export { default as SignalHighIcon } from '../icons/signal-high';
|
|
2279
2283
|
// SignalLow aliases
|
|
2280
2284
|
export { default as SignalLowIcon } from '../icons/signal-low';
|
|
2281
|
-
// SignalMedium aliases
|
|
2282
|
-
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2283
2285
|
// SignalZero aliases
|
|
2284
2286
|
export { default as SignalZeroIcon } from '../icons/signal-zero';
|
|
2287
|
+
// SignalMedium aliases
|
|
2288
|
+
export { default as SignalMediumIcon } from '../icons/signal-medium';
|
|
2289
|
+
// SignpostBig aliases
|
|
2290
|
+
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2285
2291
|
// Signal aliases
|
|
2286
2292
|
export { default as SignalIcon } from '../icons/signal';
|
|
2287
2293
|
// Signature aliases
|
|
2288
2294
|
export { default as SignatureIcon } from '../icons/signature';
|
|
2289
|
-
// SignpostBig aliases
|
|
2290
|
-
export { default as SignpostBigIcon } from '../icons/signpost-big';
|
|
2291
2295
|
// Signpost aliases
|
|
2292
2296
|
export { default as SignpostIcon } from '../icons/signpost';
|
|
2293
2297
|
// Siren aliases
|
|
2294
2298
|
export { default as SirenIcon } from '../icons/siren';
|
|
2295
|
-
// SkipBack aliases
|
|
2296
|
-
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2297
2299
|
// SkipForward aliases
|
|
2298
2300
|
export { default as SkipForwardIcon } from '../icons/skip-forward';
|
|
2301
|
+
// SkipBack aliases
|
|
2302
|
+
export { default as SkipBackIcon } from '../icons/skip-back';
|
|
2299
2303
|
// Skull aliases
|
|
2300
2304
|
export { default as SkullIcon } from '../icons/skull';
|
|
2301
|
-
// Slack aliases
|
|
2302
|
-
export { default as SlackIcon } from '../icons/slack';
|
|
2303
2305
|
// Slash aliases
|
|
2304
2306
|
export { default as SlashIcon } from '../icons/slash';
|
|
2307
|
+
// Slack aliases
|
|
2308
|
+
export { default as SlackIcon } from '../icons/slack';
|
|
2305
2309
|
// Slice aliases
|
|
2306
2310
|
export { default as SliceIcon } from '../icons/slice';
|
|
2307
2311
|
// SlidersHorizontal aliases
|
|
@@ -2324,12 +2328,12 @@ export { default as SnowflakeIcon } from '../icons/snowflake';
|
|
|
2324
2328
|
export { default as SoapDispenserDropletIcon } from '../icons/soap-dispenser-droplet';
|
|
2325
2329
|
// Sofa aliases
|
|
2326
2330
|
export { default as SofaIcon } from '../icons/sofa';
|
|
2327
|
-
// Soup aliases
|
|
2328
|
-
export { default as SoupIcon } from '../icons/soup';
|
|
2329
|
-
// Space aliases
|
|
2330
|
-
export { default as SpaceIcon } from '../icons/space';
|
|
2331
2331
|
// Spade aliases
|
|
2332
2332
|
export { default as SpadeIcon } from '../icons/spade';
|
|
2333
|
+
// Space aliases
|
|
2334
|
+
export { default as SpaceIcon } from '../icons/space';
|
|
2335
|
+
// Soup aliases
|
|
2336
|
+
export { default as SoupIcon } from '../icons/soup';
|
|
2333
2337
|
// Sparkle aliases
|
|
2334
2338
|
export { default as SparkleIcon } from '../icons/sparkle';
|
|
2335
2339
|
// Speaker aliases
|
|
@@ -2340,66 +2344,66 @@ export { default as SpeechIcon } from '../icons/speech';
|
|
|
2340
2344
|
export { default as SpellCheck2Icon } from '../icons/spell-check-2';
|
|
2341
2345
|
// SplinePointer aliases
|
|
2342
2346
|
export { default as SplinePointerIcon } from '../icons/spline-pointer';
|
|
2343
|
-
// SpellCheck aliases
|
|
2344
|
-
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2345
2347
|
// Spline aliases
|
|
2346
2348
|
export { default as SplineIcon } from '../icons/spline';
|
|
2347
|
-
//
|
|
2348
|
-
export { default as
|
|
2349
|
+
// SpellCheck aliases
|
|
2350
|
+
export { default as SpellCheckIcon } from '../icons/spell-check';
|
|
2349
2351
|
// Split aliases
|
|
2350
2352
|
export { default as SplitIcon } from '../icons/split';
|
|
2353
|
+
// SprayCan aliases
|
|
2354
|
+
export { default as SprayCanIcon } from '../icons/spray-can';
|
|
2351
2355
|
// Sprout aliases
|
|
2352
2356
|
export { default as SproutIcon } from '../icons/sprout';
|
|
2353
2357
|
// SquareDashedBottomCode aliases
|
|
2354
2358
|
export { default as SquareDashedBottomCodeIcon } from '../icons/square-dashed-bottom-code';
|
|
2355
2359
|
// SquareDashedBottom aliases
|
|
2356
2360
|
export { default as SquareDashedBottomIcon } from '../icons/square-dashed-bottom';
|
|
2357
|
-
// SquareRadical aliases
|
|
2358
|
-
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2359
2361
|
// SquareRoundCorner aliases
|
|
2360
2362
|
export { default as SquareRoundCornerIcon } from '../icons/square-round-corner';
|
|
2363
|
+
// SquareRadical aliases
|
|
2364
|
+
export { default as SquareRadicalIcon } from '../icons/square-radical';
|
|
2361
2365
|
// SquareStack aliases
|
|
2362
2366
|
export { default as SquareStackIcon } from '../icons/square-stack';
|
|
2363
2367
|
// SquareSquare aliases
|
|
2364
2368
|
export { default as SquareSquareIcon } from '../icons/square-square';
|
|
2365
2369
|
// Square aliases
|
|
2366
2370
|
export { default as SquareIcon } from '../icons/square';
|
|
2367
|
-
// SquaresExclude aliases
|
|
2368
|
-
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2369
2371
|
// SquaresIntersect aliases
|
|
2370
2372
|
export { default as SquaresIntersectIcon } from '../icons/squares-intersect';
|
|
2371
|
-
//
|
|
2372
|
-
export { default as
|
|
2373
|
+
// SquaresExclude aliases
|
|
2374
|
+
export { default as SquaresExcludeIcon } from '../icons/squares-exclude';
|
|
2373
2375
|
// SquaresUnite aliases
|
|
2374
2376
|
export { default as SquaresUniteIcon } from '../icons/squares-unite';
|
|
2377
|
+
// SquaresSubtract aliases
|
|
2378
|
+
export { default as SquaresSubtractIcon } from '../icons/squares-subtract';
|
|
2375
2379
|
// Squircle aliases
|
|
2376
2380
|
export { default as SquircleIcon } from '../icons/squircle';
|
|
2377
2381
|
// Squirrel aliases
|
|
2378
2382
|
export { default as SquirrelIcon } from '../icons/squirrel';
|
|
2379
2383
|
// Stamp aliases
|
|
2380
2384
|
export { default as StampIcon } from '../icons/stamp';
|
|
2381
|
-
// StarHalf aliases
|
|
2382
|
-
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2383
2385
|
// StarOff aliases
|
|
2384
2386
|
export { default as StarOffIcon } from '../icons/star-off';
|
|
2385
|
-
//
|
|
2386
|
-
export { default as
|
|
2387
|
+
// StarHalf aliases
|
|
2388
|
+
export { default as StarHalfIcon } from '../icons/star-half';
|
|
2387
2389
|
// StepBack aliases
|
|
2388
2390
|
export { default as StepBackIcon } from '../icons/step-back';
|
|
2391
|
+
// Star aliases
|
|
2392
|
+
export { default as StarIcon } from '../icons/star';
|
|
2393
|
+
// Stethoscope aliases
|
|
2394
|
+
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2389
2395
|
// StepForward aliases
|
|
2390
2396
|
export { default as StepForwardIcon } from '../icons/step-forward';
|
|
2391
2397
|
// Sticker aliases
|
|
2392
2398
|
export { default as StickerIcon } from '../icons/sticker';
|
|
2393
|
-
// Stethoscope aliases
|
|
2394
|
-
export { default as StethoscopeIcon } from '../icons/stethoscope';
|
|
2395
2399
|
// StickyNote aliases
|
|
2396
2400
|
export { default as StickyNoteIcon } from '../icons/sticky-note';
|
|
2397
2401
|
// Store aliases
|
|
2398
2402
|
export { default as StoreIcon } from '../icons/store';
|
|
2399
|
-
// StretchVertical aliases
|
|
2400
|
-
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2401
2403
|
// StretchHorizontal aliases
|
|
2402
2404
|
export { default as StretchHorizontalIcon } from '../icons/stretch-horizontal';
|
|
2405
|
+
// StretchVertical aliases
|
|
2406
|
+
export { default as StretchVerticalIcon } from '../icons/stretch-vertical';
|
|
2403
2407
|
// Strikethrough aliases
|
|
2404
2408
|
export { default as StrikethroughIcon } from '../icons/strikethrough';
|
|
2405
2409
|
// Subscript aliases
|
|
@@ -2410,58 +2414,58 @@ export { default as SunDimIcon } from '../icons/sun-dim';
|
|
|
2410
2414
|
export { default as SunMediumIcon } from '../icons/sun-medium';
|
|
2411
2415
|
// SunMoon aliases
|
|
2412
2416
|
export { default as SunMoonIcon } from '../icons/sun-moon';
|
|
2413
|
-
// SunSnow aliases
|
|
2414
|
-
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2415
2417
|
// Sun aliases
|
|
2416
2418
|
export { default as SunIcon } from '../icons/sun';
|
|
2417
|
-
//
|
|
2418
|
-
export { default as
|
|
2419
|
+
// SunSnow aliases
|
|
2420
|
+
export { default as SunSnowIcon } from '../icons/sun-snow';
|
|
2419
2421
|
// Sunrise aliases
|
|
2420
2422
|
export { default as SunriseIcon } from '../icons/sunrise';
|
|
2421
2423
|
// Superscript aliases
|
|
2422
2424
|
export { default as SuperscriptIcon } from '../icons/superscript';
|
|
2425
|
+
// Sunset aliases
|
|
2426
|
+
export { default as SunsetIcon } from '../icons/sunset';
|
|
2423
2427
|
// SwatchBook aliases
|
|
2424
2428
|
export { default as SwatchBookIcon } from '../icons/swatch-book';
|
|
2425
|
-
// SwissFranc aliases
|
|
2426
|
-
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2427
2429
|
// SwitchCamera aliases
|
|
2428
2430
|
export { default as SwitchCameraIcon } from '../icons/switch-camera';
|
|
2431
|
+
// SwissFranc aliases
|
|
2432
|
+
export { default as SwissFrancIcon } from '../icons/swiss-franc';
|
|
2429
2433
|
// Sword aliases
|
|
2430
2434
|
export { default as SwordIcon } from '../icons/sword';
|
|
2435
|
+
// Syringe aliases
|
|
2436
|
+
export { default as SyringeIcon } from '../icons/syringe';
|
|
2431
2437
|
// Swords aliases
|
|
2432
2438
|
export { default as SwordsIcon } from '../icons/swords';
|
|
2433
2439
|
// Table2 aliases
|
|
2434
2440
|
export { default as Table2Icon } from '../icons/table-2';
|
|
2435
|
-
// Syringe aliases
|
|
2436
|
-
export { default as SyringeIcon } from '../icons/syringe';
|
|
2437
|
-
// TableCellsMerge aliases
|
|
2438
|
-
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2439
2441
|
// TableCellsSplit aliases
|
|
2440
2442
|
export { default as TableCellsSplitIcon } from '../icons/table-cells-split';
|
|
2441
|
-
//
|
|
2442
|
-
export { default as
|
|
2443
|
+
// TableCellsMerge aliases
|
|
2444
|
+
export { default as TableCellsMergeIcon } from '../icons/table-cells-merge';
|
|
2443
2445
|
// TableOfContents aliases
|
|
2444
2446
|
export { default as TableOfContentsIcon } from '../icons/table-of-contents';
|
|
2445
2447
|
// TableProperties aliases
|
|
2446
2448
|
export { default as TablePropertiesIcon } from '../icons/table-properties';
|
|
2447
|
-
//
|
|
2448
|
-
export { default as
|
|
2449
|
+
// TableColumnsSplit aliases
|
|
2450
|
+
export { default as TableColumnsSplitIcon } from '../icons/table-columns-split';
|
|
2449
2451
|
// Table aliases
|
|
2450
2452
|
export { default as TableIcon } from '../icons/table';
|
|
2453
|
+
// TableRowsSplit aliases
|
|
2454
|
+
export { default as TableRowsSplitIcon } from '../icons/table-rows-split';
|
|
2451
2455
|
// TabletSmartphone aliases
|
|
2452
2456
|
export { default as TabletSmartphoneIcon } from '../icons/tablet-smartphone';
|
|
2453
|
-
// Tablet aliases
|
|
2454
|
-
export { default as TabletIcon } from '../icons/tablet';
|
|
2455
2457
|
// Tablets aliases
|
|
2456
2458
|
export { default as TabletsIcon } from '../icons/tablets';
|
|
2459
|
+
// Tablet aliases
|
|
2460
|
+
export { default as TabletIcon } from '../icons/tablet';
|
|
2457
2461
|
// Tag aliases
|
|
2458
2462
|
export { default as TagIcon } from '../icons/tag';
|
|
2459
2463
|
// Tags aliases
|
|
2460
2464
|
export { default as TagsIcon } from '../icons/tags';
|
|
2461
|
-
// Tally2 aliases
|
|
2462
|
-
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2463
2465
|
// Tally1 aliases
|
|
2464
2466
|
export { default as Tally1Icon } from '../icons/tally-1';
|
|
2467
|
+
// Tally2 aliases
|
|
2468
|
+
export { default as Tally2Icon } from '../icons/tally-2';
|
|
2465
2469
|
// Tally3 aliases
|
|
2466
2470
|
export { default as Tally3Icon } from '../icons/tally-3';
|
|
2467
2471
|
// Tally4 aliases
|
|
@@ -2486,28 +2490,28 @@ export { default as TestTubeIcon } from '../icons/test-tube';
|
|
|
2486
2490
|
export { default as TestTubesIcon } from '../icons/test-tubes';
|
|
2487
2491
|
// TextCursorInput aliases
|
|
2488
2492
|
export { default as TextCursorInputIcon } from '../icons/text-cursor-input';
|
|
2489
|
-
// TextCursor aliases
|
|
2490
|
-
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2491
2493
|
// TextQuote aliases
|
|
2492
2494
|
export { default as TextQuoteIcon } from '../icons/text-quote';
|
|
2495
|
+
// TextCursor aliases
|
|
2496
|
+
export { default as TextCursorIcon } from '../icons/text-cursor';
|
|
2493
2497
|
// TextSearch aliases
|
|
2494
2498
|
export { default as TextSearchIcon } from '../icons/text-search';
|
|
2495
2499
|
// Text aliases
|
|
2496
2500
|
export { default as TextIcon } from '../icons/text';
|
|
2497
2501
|
// Theater aliases
|
|
2498
2502
|
export { default as TheaterIcon } from '../icons/theater';
|
|
2499
|
-
// ThermometerSnowflake aliases
|
|
2500
|
-
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2501
2503
|
// ThermometerSun aliases
|
|
2502
2504
|
export { default as ThermometerSunIcon } from '../icons/thermometer-sun';
|
|
2505
|
+
// ThermometerSnowflake aliases
|
|
2506
|
+
export { default as ThermometerSnowflakeIcon } from '../icons/thermometer-snowflake';
|
|
2503
2507
|
// Thermometer aliases
|
|
2504
2508
|
export { default as ThermometerIcon } from '../icons/thermometer';
|
|
2505
|
-
// ThumbsDown aliases
|
|
2506
|
-
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2507
2509
|
// ThumbsUp aliases
|
|
2508
2510
|
export { default as ThumbsUpIcon } from '../icons/thumbs-up';
|
|
2509
2511
|
// TicketCheck aliases
|
|
2510
2512
|
export { default as TicketCheckIcon } from '../icons/ticket-check';
|
|
2513
|
+
// ThumbsDown aliases
|
|
2514
|
+
export { default as ThumbsDownIcon } from '../icons/thumbs-down';
|
|
2511
2515
|
// TicketMinus aliases
|
|
2512
2516
|
export { default as TicketMinusIcon } from '../icons/ticket-minus';
|
|
2513
2517
|
// TicketPercent aliases
|
|
@@ -2534,10 +2538,10 @@ export { default as TimerIcon } from '../icons/timer';
|
|
|
2534
2538
|
export { default as ToggleLeftIcon } from '../icons/toggle-left';
|
|
2535
2539
|
// ToggleRight aliases
|
|
2536
2540
|
export { default as ToggleRightIcon } from '../icons/toggle-right';
|
|
2537
|
-
// Tornado aliases
|
|
2538
|
-
export { default as TornadoIcon } from '../icons/tornado';
|
|
2539
2541
|
// Toilet aliases
|
|
2540
2542
|
export { default as ToiletIcon } from '../icons/toilet';
|
|
2543
|
+
// Tornado aliases
|
|
2544
|
+
export { default as TornadoIcon } from '../icons/tornado';
|
|
2541
2545
|
// Torus aliases
|
|
2542
2546
|
export { default as TorusIcon } from '../icons/torus';
|
|
2543
2547
|
// TouchpadOff aliases
|
|
@@ -2560,10 +2564,10 @@ export { default as TrainFrontIcon } from '../icons/train-front';
|
|
|
2560
2564
|
export { default as TrainTrackIcon } from '../icons/train-track';
|
|
2561
2565
|
// Transgender aliases
|
|
2562
2566
|
export { default as TransgenderIcon } from '../icons/transgender';
|
|
2563
|
-
// Trash aliases
|
|
2564
|
-
export { default as TrashIcon } from '../icons/trash';
|
|
2565
2567
|
// Trash2 aliases
|
|
2566
2568
|
export { default as Trash2Icon } from '../icons/trash-2';
|
|
2569
|
+
// Trash aliases
|
|
2570
|
+
export { default as TrashIcon } from '../icons/trash';
|
|
2567
2571
|
// TreeDeciduous aliases
|
|
2568
2572
|
export { default as TreeDeciduousIcon } from '../icons/tree-deciduous';
|
|
2569
2573
|
// TreePine aliases
|
|
@@ -2584,18 +2588,18 @@ export { default as TriangleDashedIcon } from '../icons/triangle-dashed';
|
|
|
2584
2588
|
export { default as TriangleRightIcon } from '../icons/triangle-right';
|
|
2585
2589
|
// Triangle aliases
|
|
2586
2590
|
export { default as TriangleIcon } from '../icons/triangle';
|
|
2587
|
-
// Trophy aliases
|
|
2588
|
-
export { default as TrophyIcon } from '../icons/trophy';
|
|
2589
2591
|
// TruckElectric aliases
|
|
2590
2592
|
export { default as TruckElectricIcon } from '../icons/truck-electric';
|
|
2593
|
+
// Trophy aliases
|
|
2594
|
+
export { default as TrophyIcon } from '../icons/trophy';
|
|
2591
2595
|
// Truck aliases
|
|
2592
2596
|
export { default as TruckIcon } from '../icons/truck';
|
|
2593
2597
|
// Turtle aliases
|
|
2594
2598
|
export { default as TurtleIcon } from '../icons/turtle';
|
|
2595
|
-
// Tv aliases
|
|
2596
|
-
export { default as TvIcon } from '../icons/tv';
|
|
2597
2599
|
// TvMinimalPlay aliases
|
|
2598
2600
|
export { default as TvMinimalPlayIcon } from '../icons/tv-minimal-play';
|
|
2601
|
+
// Tv aliases
|
|
2602
|
+
export { default as TvIcon } from '../icons/tv';
|
|
2599
2603
|
// Twitch aliases
|
|
2600
2604
|
export { default as TwitchIcon } from '../icons/twitch';
|
|
2601
2605
|
// Twitter aliases
|
|
@@ -2612,42 +2616,42 @@ export { default as UmbrellaIcon } from '../icons/umbrella';
|
|
|
2612
2616
|
export { default as UnderlineIcon } from '../icons/underline';
|
|
2613
2617
|
// Undo2 aliases
|
|
2614
2618
|
export { default as Undo2Icon } from '../icons/undo-2';
|
|
2615
|
-
// UndoDot aliases
|
|
2616
|
-
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2617
2619
|
// Undo aliases
|
|
2618
2620
|
export { default as UndoIcon } from '../icons/undo';
|
|
2621
|
+
// UndoDot aliases
|
|
2622
|
+
export { default as UndoDotIcon } from '../icons/undo-dot';
|
|
2619
2623
|
// UnfoldHorizontal aliases
|
|
2620
2624
|
export { default as UnfoldHorizontalIcon } from '../icons/unfold-horizontal';
|
|
2621
2625
|
// UnfoldVertical aliases
|
|
2622
2626
|
export { default as UnfoldVerticalIcon } from '../icons/unfold-vertical';
|
|
2623
|
-
// Unlink2 aliases
|
|
2624
|
-
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2625
2627
|
// Ungroup aliases
|
|
2626
2628
|
export { default as UngroupIcon } from '../icons/ungroup';
|
|
2629
|
+
// Unlink2 aliases
|
|
2630
|
+
export { default as Unlink2Icon } from '../icons/unlink-2';
|
|
2627
2631
|
// Unlink aliases
|
|
2628
2632
|
export { default as UnlinkIcon } from '../icons/unlink';
|
|
2629
|
-
// Unplug aliases
|
|
2630
|
-
export { default as UnplugIcon } from '../icons/unplug';
|
|
2631
2633
|
// Upload aliases
|
|
2632
2634
|
export { default as UploadIcon } from '../icons/upload';
|
|
2635
|
+
// Unplug aliases
|
|
2636
|
+
export { default as UnplugIcon } from '../icons/unplug';
|
|
2633
2637
|
// Usb aliases
|
|
2634
2638
|
export { default as UsbIcon } from '../icons/usb';
|
|
2635
2639
|
// UserCheck aliases
|
|
2636
2640
|
export { default as UserCheckIcon } from '../icons/user-check';
|
|
2637
|
-
// UserLock aliases
|
|
2638
|
-
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2639
2641
|
// UserCog aliases
|
|
2640
2642
|
export { default as UserCogIcon } from '../icons/user-cog';
|
|
2643
|
+
// UserLock aliases
|
|
2644
|
+
export { default as UserLockIcon } from '../icons/user-lock';
|
|
2641
2645
|
// UserMinus aliases
|
|
2642
2646
|
export { default as UserMinusIcon } from '../icons/user-minus';
|
|
2643
2647
|
// UserPen aliases
|
|
2644
2648
|
export { default as UserPenIcon } from '../icons/user-pen';
|
|
2645
|
-
// UserPlus aliases
|
|
2646
|
-
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2647
|
-
// UserRoundPen aliases
|
|
2648
|
-
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2649
2649
|
// UserRoundSearch aliases
|
|
2650
2650
|
export { default as UserRoundSearchIcon } from '../icons/user-round-search';
|
|
2651
|
+
// UserRoundPen aliases
|
|
2652
|
+
export { default as UserRoundPenIcon } from '../icons/user-round-pen';
|
|
2653
|
+
// UserPlus aliases
|
|
2654
|
+
export { default as UserPlusIcon } from '../icons/user-plus';
|
|
2651
2655
|
// UserSearch aliases
|
|
2652
2656
|
export { default as UserSearchIcon } from '../icons/user-search';
|
|
2653
2657
|
// UserX aliases
|
|
@@ -2658,14 +2662,14 @@ export { default as UserIcon } from '../icons/user';
|
|
|
2658
2662
|
export { default as UsersIcon } from '../icons/users';
|
|
2659
2663
|
// UtilityPole aliases
|
|
2660
2664
|
export { default as UtilityPoleIcon } from '../icons/utility-pole';
|
|
2661
|
-
// Vault aliases
|
|
2662
|
-
export { default as VaultIcon } from '../icons/vault';
|
|
2663
2665
|
// Variable aliases
|
|
2664
2666
|
export { default as VariableIcon } from '../icons/variable';
|
|
2665
|
-
//
|
|
2666
|
-
export { default as
|
|
2667
|
+
// Vault aliases
|
|
2668
|
+
export { default as VaultIcon } from '../icons/vault';
|
|
2667
2669
|
// Vegan aliases
|
|
2668
2670
|
export { default as VeganIcon } from '../icons/vegan';
|
|
2671
|
+
// VenetianMask aliases
|
|
2672
|
+
export { default as VenetianMaskIcon } from '../icons/venetian-mask';
|
|
2669
2673
|
// VenusAndMars aliases
|
|
2670
2674
|
export { default as VenusAndMarsIcon } from '../icons/venus-and-mars';
|
|
2671
2675
|
// Venus aliases
|
|
@@ -2678,10 +2682,10 @@ export { default as VibrateIcon } from '../icons/vibrate';
|
|
|
2678
2682
|
export { default as VideoOffIcon } from '../icons/video-off';
|
|
2679
2683
|
// Video aliases
|
|
2680
2684
|
export { default as VideoIcon } from '../icons/video';
|
|
2681
|
-
// Videotape aliases
|
|
2682
|
-
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2683
2685
|
// View aliases
|
|
2684
2686
|
export { default as ViewIcon } from '../icons/view';
|
|
2687
|
+
// Videotape aliases
|
|
2688
|
+
export { default as VideotapeIcon } from '../icons/videotape';
|
|
2685
2689
|
// Voicemail aliases
|
|
2686
2690
|
export { default as VoicemailIcon } from '../icons/voicemail';
|
|
2687
2691
|
// Volleyball aliases
|
|
@@ -2690,10 +2694,10 @@ export { default as VolleyballIcon } from '../icons/volleyball';
|
|
|
2690
2694
|
export { default as Volume1Icon } from '../icons/volume-1';
|
|
2691
2695
|
// Volume2 aliases
|
|
2692
2696
|
export { default as Volume2Icon } from '../icons/volume-2';
|
|
2693
|
-
// VolumeOff aliases
|
|
2694
|
-
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2695
2697
|
// VolumeX aliases
|
|
2696
2698
|
export { default as VolumeXIcon } from '../icons/volume-x';
|
|
2699
|
+
// VolumeOff aliases
|
|
2700
|
+
export { default as VolumeOffIcon } from '../icons/volume-off';
|
|
2697
2701
|
// Volume aliases
|
|
2698
2702
|
export { default as VolumeIcon } from '../icons/volume';
|
|
2699
2703
|
// Vote aliases
|
|
@@ -2706,14 +2710,14 @@ export { default as WalletIcon } from '../icons/wallet';
|
|
|
2706
2710
|
export { default as WallpaperIcon } from '../icons/wallpaper';
|
|
2707
2711
|
// Wand aliases
|
|
2708
2712
|
export { default as WandIcon } from '../icons/wand';
|
|
2709
|
-
// WashingMachine aliases
|
|
2710
|
-
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2711
2713
|
// Warehouse aliases
|
|
2712
2714
|
export { default as WarehouseIcon } from '../icons/warehouse';
|
|
2713
2715
|
// Watch aliases
|
|
2714
2716
|
export { default as WatchIcon } from '../icons/watch';
|
|
2715
2717
|
// WavesLadder aliases
|
|
2716
2718
|
export { default as WavesLadderIcon } from '../icons/waves-ladder';
|
|
2719
|
+
// WashingMachine aliases
|
|
2720
|
+
export { default as WashingMachineIcon } from '../icons/washing-machine';
|
|
2717
2721
|
// Waves aliases
|
|
2718
2722
|
export { default as WavesIcon } from '../icons/waves';
|
|
2719
2723
|
// Waypoints aliases
|
|
@@ -2730,10 +2734,10 @@ export { default as WeightIcon } from '../icons/weight';
|
|
|
2730
2734
|
export { default as WheatOffIcon } from '../icons/wheat-off';
|
|
2731
2735
|
// Wheat aliases
|
|
2732
2736
|
export { default as WheatIcon } from '../icons/wheat';
|
|
2733
|
-
// WholeWord aliases
|
|
2734
|
-
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2735
2737
|
// WifiHigh aliases
|
|
2736
2738
|
export { default as WifiHighIcon } from '../icons/wifi-high';
|
|
2739
|
+
// WholeWord aliases
|
|
2740
|
+
export { default as WholeWordIcon } from '../icons/whole-word';
|
|
2737
2741
|
// WifiLow aliases
|
|
2738
2742
|
export { default as WifiLowIcon } from '../icons/wifi-low';
|
|
2739
2743
|
// WifiOff aliases
|
|
@@ -2744,16 +2748,16 @@ export { default as WifiPenIcon } from '../icons/wifi-pen';
|
|
|
2744
2748
|
export { default as WifiZeroIcon } from '../icons/wifi-zero';
|
|
2745
2749
|
// Wifi aliases
|
|
2746
2750
|
export { default as WifiIcon } from '../icons/wifi';
|
|
2747
|
-
// WindArrowDown aliases
|
|
2748
|
-
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2749
2751
|
// Wind aliases
|
|
2750
2752
|
export { default as WindIcon } from '../icons/wind';
|
|
2751
|
-
//
|
|
2752
|
-
export { default as
|
|
2753
|
-
// WineOff aliases
|
|
2754
|
-
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2753
|
+
// WindArrowDown aliases
|
|
2754
|
+
export { default as WindArrowDownIcon } from '../icons/wind-arrow-down';
|
|
2755
2755
|
// Workflow aliases
|
|
2756
2756
|
export { default as WorkflowIcon } from '../icons/workflow';
|
|
2757
|
+
// WineOff aliases
|
|
2758
|
+
export { default as WineOffIcon } from '../icons/wine-off';
|
|
2759
|
+
// Wine aliases
|
|
2760
|
+
export { default as WineIcon } from '../icons/wine';
|
|
2757
2761
|
// Worm aliases
|
|
2758
2762
|
export { default as WormIcon } from '../icons/worm';
|
|
2759
2763
|
// WrapText aliases
|
|
@@ -2772,10 +2776,10 @@ export { default as ZapIcon } from '../icons/zap';
|
|
|
2772
2776
|
export { default as ZoomInIcon } from '../icons/zoom-in';
|
|
2773
2777
|
// ZoomOut aliases
|
|
2774
2778
|
export { default as ZoomOutIcon } from '../icons/zoom-out';
|
|
2775
|
-
// ArrowDown01 aliases
|
|
2776
|
-
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2777
2779
|
// ArrowDown10 aliases
|
|
2778
2780
|
export { default as ArrowDown10Icon } from '../icons/arrow-down-1-0';
|
|
2781
|
+
// ArrowDown01 aliases
|
|
2782
|
+
export { default as ArrowDown01Icon } from '../icons/arrow-down-0-1';
|
|
2779
2783
|
// ArrowUp01 aliases
|
|
2780
2784
|
export { default as ArrowUp01Icon } from '../icons/arrow-up-0-1';
|
|
2781
2785
|
// ArrowUp10 aliases
|
|
@@ -2783,12 +2787,12 @@ export { default as ArrowUp10Icon } from '../icons/arrow-up-1-0';
|
|
|
2783
2787
|
// AlarmClockCheck aliases
|
|
2784
2788
|
export { default as AlarmClockCheckIcon } from '../icons/alarm-clock-check';
|
|
2785
2789
|
export { default as AlarmCheckIcon } from '../icons/alarm-clock-check';
|
|
2786
|
-
// AlarmClockPlus aliases
|
|
2787
|
-
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2788
|
-
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2789
2790
|
// AlarmClockMinus aliases
|
|
2790
2791
|
export { default as AlarmClockMinusIcon } from '../icons/alarm-clock-minus';
|
|
2791
2792
|
export { default as AlarmMinusIcon } from '../icons/alarm-clock-minus';
|
|
2793
|
+
// AlarmClockPlus aliases
|
|
2794
|
+
export { default as AlarmClockPlusIcon } from '../icons/alarm-clock-plus';
|
|
2795
|
+
export { default as AlarmPlusIcon } from '../icons/alarm-clock-plus';
|
|
2792
2796
|
// ArrowDownAZ aliases
|
|
2793
2797
|
export { default as ArrowDownAZIcon } from '../icons/arrow-down-a-z';
|
|
2794
2798
|
export { default as ArrowDownAzIcon } from '../icons/arrow-down-a-z';
|
|
@@ -2830,10 +2834,7 @@ export { default as BookDashedIcon } from '../icons/book-dashed';
|
|
|
2830
2834
|
export { default as BookTemplateIcon } from '../icons/book-dashed';
|
|
2831
2835
|
// Braces aliases
|
|
2832
2836
|
export { default as BracesIcon } from '../icons/braces';
|
|
2833
|
-
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2834
|
-
// Captions aliases
|
|
2835
|
-
export { default as CaptionsIcon } from '../icons/captions';
|
|
2836
|
-
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2837
|
+
export { default as CurlyBracesIcon } from '../icons/braces';
|
|
2837
2838
|
// ChartArea aliases
|
|
2838
2839
|
export { default as ChartAreaIcon } from '../icons/chart-area';
|
|
2839
2840
|
export {
|
|
@@ -2846,84 +2847,87 @@ export {
|
|
|
2846
2847
|
/** @deprecated */
|
|
2847
2848
|
default as BarChartHorizontalBigIcon
|
|
2848
2849
|
} from '../icons/chart-bar-big';
|
|
2850
|
+
// Captions aliases
|
|
2851
|
+
export { default as CaptionsIcon } from '../icons/captions';
|
|
2852
|
+
export { default as SubtitlesIcon } from '../icons/captions';
|
|
2849
2853
|
// ChartBar aliases
|
|
2850
2854
|
export { default as ChartBarIcon } from '../icons/chart-bar';
|
|
2851
2855
|
export {
|
|
2852
2856
|
/** @deprecated */
|
|
2853
2857
|
default as BarChartHorizontalIcon
|
|
2854
2858
|
} from '../icons/chart-bar';
|
|
2855
|
-
// ChartColumnBig aliases
|
|
2856
|
-
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2857
|
-
export {
|
|
2858
|
-
/** @deprecated */
|
|
2859
|
-
default as BarChartBigIcon
|
|
2860
|
-
} from '../icons/chart-column-big';
|
|
2861
2859
|
// ChartCandlestick aliases
|
|
2862
2860
|
export { default as ChartCandlestickIcon } from '../icons/chart-candlestick';
|
|
2863
2861
|
export {
|
|
2864
2862
|
/** @deprecated */
|
|
2865
2863
|
default as CandlestickChartIcon
|
|
2866
2864
|
} from '../icons/chart-candlestick';
|
|
2865
|
+
// ChartColumnBig aliases
|
|
2866
|
+
export { default as ChartColumnBigIcon } from '../icons/chart-column-big';
|
|
2867
|
+
export {
|
|
2868
|
+
/** @deprecated */
|
|
2869
|
+
default as BarChartBigIcon
|
|
2870
|
+
} from '../icons/chart-column-big';
|
|
2867
2871
|
// ChartColumnIncreasing aliases
|
|
2868
2872
|
export { default as ChartColumnIncreasingIcon } from '../icons/chart-column-increasing';
|
|
2869
2873
|
export {
|
|
2870
2874
|
/** @deprecated */
|
|
2871
2875
|
default as BarChart4Icon
|
|
2872
2876
|
} from '../icons/chart-column-increasing';
|
|
2873
|
-
// ChartColumn aliases
|
|
2874
|
-
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2875
|
-
export {
|
|
2876
|
-
/** @deprecated */
|
|
2877
|
-
default as BarChart3Icon
|
|
2878
|
-
} from '../icons/chart-column';
|
|
2879
2877
|
// ChartLine aliases
|
|
2880
2878
|
export { default as ChartLineIcon } from '../icons/chart-line';
|
|
2881
2879
|
export {
|
|
2882
2880
|
/** @deprecated */
|
|
2883
2881
|
default as LineChartIcon
|
|
2884
2882
|
} from '../icons/chart-line';
|
|
2883
|
+
// ChartColumn aliases
|
|
2884
|
+
export { default as ChartColumnIcon } from '../icons/chart-column';
|
|
2885
|
+
export {
|
|
2886
|
+
/** @deprecated */
|
|
2887
|
+
default as BarChart3Icon
|
|
2888
|
+
} from '../icons/chart-column';
|
|
2885
2889
|
// ChartNoAxesColumnIncreasing aliases
|
|
2886
2890
|
export { default as ChartNoAxesColumnIncreasingIcon } from '../icons/chart-no-axes-column-increasing';
|
|
2887
2891
|
export {
|
|
2888
2892
|
/** @deprecated */
|
|
2889
2893
|
default as BarChartIcon
|
|
2890
2894
|
} from '../icons/chart-no-axes-column-increasing';
|
|
2891
|
-
// ChartNoAxesColumn aliases
|
|
2892
|
-
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2893
|
-
export {
|
|
2894
|
-
/** @deprecated */
|
|
2895
|
-
default as BarChart2Icon
|
|
2896
|
-
} from '../icons/chart-no-axes-column';
|
|
2897
2895
|
// ChartNoAxesGantt aliases
|
|
2898
2896
|
export { default as ChartNoAxesGanttIcon } from '../icons/chart-no-axes-gantt';
|
|
2899
2897
|
export {
|
|
2900
2898
|
/** @deprecated */
|
|
2901
2899
|
default as GanttChartIcon
|
|
2902
2900
|
} from '../icons/chart-no-axes-gantt';
|
|
2901
|
+
// ChartNoAxesColumn aliases
|
|
2902
|
+
export { default as ChartNoAxesColumnIcon } from '../icons/chart-no-axes-column';
|
|
2903
|
+
export {
|
|
2904
|
+
/** @deprecated */
|
|
2905
|
+
default as BarChart2Icon
|
|
2906
|
+
} from '../icons/chart-no-axes-column';
|
|
2903
2907
|
// ChartPie aliases
|
|
2904
2908
|
export { default as ChartPieIcon } from '../icons/chart-pie';
|
|
2905
2909
|
export {
|
|
2906
2910
|
/** @deprecated */
|
|
2907
2911
|
default as PieChartIcon
|
|
2908
2912
|
} from '../icons/chart-pie';
|
|
2913
|
+
// CircleArrowDown aliases
|
|
2914
|
+
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2915
|
+
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2916
|
+
// CircleAlert aliases
|
|
2917
|
+
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2918
|
+
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2909
2919
|
// ChartScatter aliases
|
|
2910
2920
|
export { default as ChartScatterIcon } from '../icons/chart-scatter';
|
|
2911
2921
|
export {
|
|
2912
2922
|
/** @deprecated */
|
|
2913
2923
|
default as ScatterChartIcon
|
|
2914
2924
|
} from '../icons/chart-scatter';
|
|
2915
|
-
// CircleAlert aliases
|
|
2916
|
-
export { default as CircleAlertIcon } from '../icons/circle-alert';
|
|
2917
|
-
export { default as AlertCircleIcon } from '../icons/circle-alert';
|
|
2918
|
-
// CircleArrowDown aliases
|
|
2919
|
-
export { default as CircleArrowDownIcon } from '../icons/circle-arrow-down';
|
|
2920
|
-
export { default as ArrowDownCircleIcon } from '../icons/circle-arrow-down';
|
|
2921
|
-
// CircleArrowOutDownLeft aliases
|
|
2922
|
-
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2923
|
-
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2924
2925
|
// CircleArrowLeft aliases
|
|
2925
2926
|
export { default as CircleArrowLeftIcon } from '../icons/circle-arrow-left';
|
|
2926
2927
|
export { default as ArrowLeftCircleIcon } from '../icons/circle-arrow-left';
|
|
2928
|
+
// CircleArrowOutDownLeft aliases
|
|
2929
|
+
export { default as CircleArrowOutDownLeftIcon } from '../icons/circle-arrow-out-down-left';
|
|
2930
|
+
export { default as ArrowDownLeftFromCircleIcon } from '../icons/circle-arrow-out-down-left';
|
|
2927
2931
|
// CircleArrowOutDownRight aliases
|
|
2928
2932
|
export { default as CircleArrowOutDownRightIcon } from '../icons/circle-arrow-out-down-right';
|
|
2929
2933
|
export { default as ArrowDownRightFromCircleIcon } from '../icons/circle-arrow-out-down-right';
|
|
@@ -2951,48 +2955,48 @@ export { default as ChevronDownCircleIcon } from '../icons/circle-chevron-down';
|
|
|
2951
2955
|
// CircleChevronLeft aliases
|
|
2952
2956
|
export { default as CircleChevronLeftIcon } from '../icons/circle-chevron-left';
|
|
2953
2957
|
export { default as ChevronLeftCircleIcon } from '../icons/circle-chevron-left';
|
|
2954
|
-
// CircleChevronUp aliases
|
|
2955
|
-
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2956
|
-
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2957
2958
|
// CircleChevronRight aliases
|
|
2958
2959
|
export { default as CircleChevronRightIcon } from '../icons/circle-chevron-right';
|
|
2959
2960
|
export { default as ChevronRightCircleIcon } from '../icons/circle-chevron-right';
|
|
2960
|
-
//
|
|
2961
|
-
export { default as
|
|
2962
|
-
export { default as
|
|
2961
|
+
// CircleChevronUp aliases
|
|
2962
|
+
export { default as CircleChevronUpIcon } from '../icons/circle-chevron-up';
|
|
2963
|
+
export { default as ChevronUpCircleIcon } from '../icons/circle-chevron-up';
|
|
2963
2964
|
// CircleGauge aliases
|
|
2964
2965
|
export { default as CircleGaugeIcon } from '../icons/circle-gauge';
|
|
2965
2966
|
export { default as GaugeCircleIcon } from '../icons/circle-gauge';
|
|
2966
2967
|
// CircleHelp aliases
|
|
2967
2968
|
export { default as CircleHelpIcon } from '../icons/circle-help';
|
|
2968
2969
|
export { default as HelpCircleIcon } from '../icons/circle-help';
|
|
2970
|
+
// CircleDivide aliases
|
|
2971
|
+
export { default as CircleDivideIcon } from '../icons/circle-divide';
|
|
2972
|
+
export { default as DivideCircleIcon } from '../icons/circle-divide';
|
|
2969
2973
|
// CircleMinus aliases
|
|
2970
2974
|
export { default as CircleMinusIcon } from '../icons/circle-minus';
|
|
2971
2975
|
export { default as MinusCircleIcon } from '../icons/circle-minus';
|
|
2976
|
+
// CircleParking aliases
|
|
2977
|
+
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2978
|
+
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2972
2979
|
// CircleParkingOff aliases
|
|
2973
2980
|
export { default as CircleParkingOffIcon } from '../icons/circle-parking-off';
|
|
2974
2981
|
export { default as ParkingCircleOffIcon } from '../icons/circle-parking-off';
|
|
2975
2982
|
// CirclePause aliases
|
|
2976
2983
|
export { default as CirclePauseIcon } from '../icons/circle-pause';
|
|
2977
2984
|
export { default as PauseCircleIcon } from '../icons/circle-pause';
|
|
2978
|
-
// CircleParking aliases
|
|
2979
|
-
export { default as CircleParkingIcon } from '../icons/circle-parking';
|
|
2980
|
-
export { default as ParkingCircleIcon } from '../icons/circle-parking';
|
|
2981
2985
|
// CirclePercent aliases
|
|
2982
2986
|
export { default as CirclePercentIcon } from '../icons/circle-percent';
|
|
2983
2987
|
export { default as PercentCircleIcon } from '../icons/circle-percent';
|
|
2984
2988
|
// CirclePlay aliases
|
|
2985
2989
|
export { default as CirclePlayIcon } from '../icons/circle-play';
|
|
2986
2990
|
export { default as PlayCircleIcon } from '../icons/circle-play';
|
|
2987
|
-
// CirclePlus aliases
|
|
2988
|
-
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2989
|
-
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2990
2991
|
// CirclePower aliases
|
|
2991
2992
|
export { default as CirclePowerIcon } from '../icons/circle-power';
|
|
2992
2993
|
export { default as PowerCircleIcon } from '../icons/circle-power';
|
|
2993
2994
|
// CircleSlash2 aliases
|
|
2994
2995
|
export { default as CircleSlash2Icon } from '../icons/circle-slash-2';
|
|
2995
2996
|
export { default as CircleSlashedIcon } from '../icons/circle-slash-2';
|
|
2997
|
+
// CirclePlus aliases
|
|
2998
|
+
export { default as CirclePlusIcon } from '../icons/circle-plus';
|
|
2999
|
+
export { default as PlusCircleIcon } from '../icons/circle-plus';
|
|
2996
3000
|
// CircleStop aliases
|
|
2997
3001
|
export { default as CircleStopIcon } from '../icons/circle-stop';
|
|
2998
3002
|
export { default as StopCircleIcon } from '../icons/circle-stop';
|
|
@@ -3026,9 +3030,6 @@ export {
|
|
|
3026
3030
|
/** @deprecated */
|
|
3027
3031
|
default as Code2Icon
|
|
3028
3032
|
} from '../icons/code-xml';
|
|
3029
|
-
// Columns3 aliases
|
|
3030
|
-
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3031
|
-
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3032
3033
|
// Columns2 aliases
|
|
3033
3034
|
export { default as Columns2Icon } from '../icons/columns-2';
|
|
3034
3035
|
export { default as ColumnsIcon } from '../icons/columns-2';
|
|
@@ -3036,27 +3037,36 @@ export { default as ColumnsIcon } from '../icons/columns-2';
|
|
|
3036
3037
|
export { default as Columns3CogIcon } from '../icons/columns-3-cog';
|
|
3037
3038
|
export { default as ColumnsSettingsIcon } from '../icons/columns-3-cog';
|
|
3038
3039
|
export { default as TableConfigIcon } from '../icons/columns-3-cog';
|
|
3040
|
+
// Columns3 aliases
|
|
3041
|
+
export { default as Columns3Icon } from '../icons/columns-3';
|
|
3042
|
+
export { default as PanelsLeftRightIcon } from '../icons/columns-3';
|
|
3043
|
+
// DiamondPercent aliases
|
|
3044
|
+
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3045
|
+
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3039
3046
|
// ContactRound aliases
|
|
3040
3047
|
export { default as ContactRoundIcon } from '../icons/contact-round';
|
|
3041
3048
|
export {
|
|
3042
3049
|
/** @deprecated */
|
|
3043
3050
|
default as Contact2Icon
|
|
3044
3051
|
} from '../icons/contact-round';
|
|
3045
|
-
// DiamondPercent aliases
|
|
3046
|
-
export { default as DiamondPercentIcon } from '../icons/diamond-percent';
|
|
3047
|
-
export { default as PercentDiamondIcon } from '../icons/diamond-percent';
|
|
3048
3052
|
// Earth aliases
|
|
3049
3053
|
export { default as EarthIcon } from '../icons/earth';
|
|
3050
3054
|
export {
|
|
3051
3055
|
/** @deprecated */
|
|
3052
3056
|
default as Globe2Icon
|
|
3053
3057
|
} from '../icons/earth';
|
|
3054
|
-
// Ellipsis aliases
|
|
3055
|
-
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3056
|
-
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3057
3058
|
// EllipsisVertical aliases
|
|
3058
3059
|
export { default as EllipsisVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3059
3060
|
export { default as MoreVerticalIcon } from '../icons/ellipsis-vertical';
|
|
3061
|
+
// Ellipsis aliases
|
|
3062
|
+
export { default as EllipsisIcon } from '../icons/ellipsis';
|
|
3063
|
+
export { default as MoreHorizontalIcon } from '../icons/ellipsis';
|
|
3064
|
+
// FileChartColumn aliases
|
|
3065
|
+
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3066
|
+
export {
|
|
3067
|
+
/** @deprecated */
|
|
3068
|
+
default as FileBarChart2Icon
|
|
3069
|
+
} from '../icons/file-chart-column';
|
|
3060
3070
|
// FileAxis3d aliases
|
|
3061
3071
|
export { default as FileAxis3dIcon } from '../icons/file-axis-3d';
|
|
3062
3072
|
export { default as FileAxis3DIcon } from '../icons/file-axis-3d';
|
|
@@ -3066,12 +3076,6 @@ export {
|
|
|
3066
3076
|
/** @deprecated */
|
|
3067
3077
|
default as FileBarChartIcon
|
|
3068
3078
|
} from '../icons/file-chart-column-increasing';
|
|
3069
|
-
// FileChartColumn aliases
|
|
3070
|
-
export { default as FileChartColumnIcon } from '../icons/file-chart-column';
|
|
3071
|
-
export {
|
|
3072
|
-
/** @deprecated */
|
|
3073
|
-
default as FileBarChart2Icon
|
|
3074
|
-
} from '../icons/file-chart-column';
|
|
3075
3079
|
// FileChartLine aliases
|
|
3076
3080
|
export { default as FileChartLineIcon } from '../icons/file-chart-line';
|
|
3077
3081
|
export {
|
|
@@ -3123,46 +3127,46 @@ export { default as GitCommitIcon } from '../icons/git-commit-horizontal';
|
|
|
3123
3127
|
// Grid2x2Check aliases
|
|
3124
3128
|
export { default as Grid2x2CheckIcon } from '../icons/grid-2x2-check';
|
|
3125
3129
|
export { default as Grid2X2CheckIcon } from '../icons/grid-2x2-check';
|
|
3130
|
+
// Grid2x2 aliases
|
|
3131
|
+
export { default as Grid2x2Icon } from '../icons/grid-2x2';
|
|
3132
|
+
export { default as Grid2X2Icon } from '../icons/grid-2x2';
|
|
3126
3133
|
// Grid2x2Plus aliases
|
|
3127
3134
|
export { default as Grid2x2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3128
3135
|
export { default as Grid2X2PlusIcon } from '../icons/grid-2x2-plus';
|
|
3129
3136
|
// Grid2x2X aliases
|
|
3130
3137
|
export { default as Grid2x2XIcon } from '../icons/grid-2x2-x';
|
|
3131
3138
|
export { default as Grid2X2XIcon } from '../icons/grid-2x2-x';
|
|
3132
|
-
//
|
|
3133
|
-
export { default as
|
|
3134
|
-
export { default as
|
|
3139
|
+
// HandHelping aliases
|
|
3140
|
+
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3141
|
+
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3135
3142
|
// Grid3x3 aliases
|
|
3136
3143
|
export { default as Grid3x3Icon } from '../icons/grid-3x3';
|
|
3137
3144
|
export { default as GridIcon } from '../icons/grid-3x3';
|
|
3138
3145
|
export { default as Grid3X3Icon } from '../icons/grid-3x3';
|
|
3139
|
-
// HandHelping aliases
|
|
3140
|
-
export { default as HandHelpingIcon } from '../icons/hand-helping';
|
|
3141
|
-
export { default as HelpingHandIcon } from '../icons/hand-helping';
|
|
3142
3146
|
// House aliases
|
|
3143
3147
|
export { default as HouseIcon } from '../icons/house';
|
|
3144
3148
|
export { default as HomeIcon } from '../icons/house';
|
|
3145
|
-
// IceCreamCone aliases
|
|
3146
|
-
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3147
|
-
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3148
3149
|
// IceCreamBowl aliases
|
|
3149
3150
|
export { default as IceCreamBowlIcon } from '../icons/ice-cream-bowl';
|
|
3150
3151
|
export {
|
|
3151
3152
|
/** @deprecated */
|
|
3152
3153
|
default as IceCream2Icon
|
|
3153
3154
|
} from '../icons/ice-cream-bowl';
|
|
3155
|
+
// IceCreamCone aliases
|
|
3156
|
+
export { default as IceCreamConeIcon } from '../icons/ice-cream-cone';
|
|
3157
|
+
export { default as IceCreamIcon } from '../icons/ice-cream-cone';
|
|
3154
3158
|
// IndentDecrease aliases
|
|
3155
3159
|
export { default as IndentDecreaseIcon } from '../icons/indent-decrease';
|
|
3156
3160
|
export { default as OutdentIcon } from '../icons/indent-decrease';
|
|
3157
|
-
// IndentIncrease aliases
|
|
3158
|
-
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3159
|
-
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3160
3161
|
// LaptopMinimal aliases
|
|
3161
3162
|
export { default as LaptopMinimalIcon } from '../icons/laptop-minimal';
|
|
3162
3163
|
export {
|
|
3163
3164
|
/** @deprecated */
|
|
3164
3165
|
default as Laptop2Icon
|
|
3165
3166
|
} from '../icons/laptop-minimal';
|
|
3167
|
+
// IndentIncrease aliases
|
|
3168
|
+
export { default as IndentIncreaseIcon } from '../icons/indent-increase';
|
|
3169
|
+
export { default as IndentIcon } from '../icons/indent-increase';
|
|
3166
3170
|
// Layers aliases
|
|
3167
3171
|
export { default as LayersIcon } from '../icons/layers';
|
|
3168
3172
|
export { default as Layers3Icon } from '../icons/layers';
|
|
@@ -3184,21 +3188,21 @@ export {
|
|
|
3184
3188
|
// Move3d aliases
|
|
3185
3189
|
export { default as Move3dIcon } from '../icons/move-3d';
|
|
3186
3190
|
export { default as Move3DIcon } from '../icons/move-3d';
|
|
3187
|
-
// OctagonPause aliases
|
|
3188
|
-
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3189
|
-
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3190
3191
|
// OctagonAlert aliases
|
|
3191
3192
|
export { default as OctagonAlertIcon } from '../icons/octagon-alert';
|
|
3192
3193
|
export { default as AlertOctagonIcon } from '../icons/octagon-alert';
|
|
3194
|
+
// OctagonPause aliases
|
|
3195
|
+
export { default as OctagonPauseIcon } from '../icons/octagon-pause';
|
|
3196
|
+
export { default as PauseOctagonIcon } from '../icons/octagon-pause';
|
|
3193
3197
|
// OctagonX aliases
|
|
3194
3198
|
export { default as OctagonXIcon } from '../icons/octagon-x';
|
|
3195
3199
|
export { default as XOctagonIcon } from '../icons/octagon-x';
|
|
3196
|
-
// PaintbrushVertical aliases
|
|
3197
|
-
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3198
|
-
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3199
3200
|
// PanelBottomDashed aliases
|
|
3200
3201
|
export { default as PanelBottomDashedIcon } from '../icons/panel-bottom-dashed';
|
|
3201
3202
|
export { default as PanelBottomInactiveIcon } from '../icons/panel-bottom-dashed';
|
|
3203
|
+
// PaintbrushVertical aliases
|
|
3204
|
+
export { default as PaintbrushVerticalIcon } from '../icons/paintbrush-vertical';
|
|
3205
|
+
export { default as Paintbrush2Icon } from '../icons/paintbrush-vertical';
|
|
3202
3206
|
// PanelLeftClose aliases
|
|
3203
3207
|
export { default as PanelLeftCloseIcon } from '../icons/panel-left-close';
|
|
3204
3208
|
export { default as SidebarCloseIcon } from '../icons/panel-left-close';
|
|
@@ -3232,18 +3236,18 @@ export {
|
|
|
3232
3236
|
/** @deprecated */
|
|
3233
3237
|
default as Edit2Icon
|
|
3234
3238
|
} from '../icons/pen';
|
|
3235
|
-
// PlugZap aliases
|
|
3236
|
-
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3237
|
-
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3238
3239
|
// RectangleEllipsis aliases
|
|
3239
3240
|
export { default as RectangleEllipsisIcon } from '../icons/rectangle-ellipsis';
|
|
3240
3241
|
export { default as FormInputIcon } from '../icons/rectangle-ellipsis';
|
|
3241
|
-
//
|
|
3242
|
-
export { default as
|
|
3243
|
-
export { default as
|
|
3242
|
+
// PlugZap aliases
|
|
3243
|
+
export { default as PlugZapIcon } from '../icons/plug-zap';
|
|
3244
|
+
export { default as PlugZap2Icon } from '../icons/plug-zap';
|
|
3244
3245
|
// Rows2 aliases
|
|
3245
3246
|
export { default as Rows2Icon } from '../icons/rows-2';
|
|
3246
3247
|
export { default as RowsIcon } from '../icons/rows-2';
|
|
3248
|
+
// Rotate3d aliases
|
|
3249
|
+
export { default as Rotate3dIcon } from '../icons/rotate-3d';
|
|
3250
|
+
export { default as Rotate3DIcon } from '../icons/rotate-3d';
|
|
3247
3251
|
// Rows3 aliases
|
|
3248
3252
|
export { default as Rows3Icon } from '../icons/rows-3';
|
|
3249
3253
|
export { default as PanelsTopBottomIcon } from '../icons/rows-3';
|
|
@@ -3262,18 +3266,18 @@ export { default as ShieldCloseIcon } from '../icons/shield-x';
|
|
|
3262
3266
|
// SlidersVertical aliases
|
|
3263
3267
|
export { default as SlidersVerticalIcon } from '../icons/sliders-vertical';
|
|
3264
3268
|
export { default as SlidersIcon } from '../icons/sliders-vertical';
|
|
3265
|
-
// SquareActivity aliases
|
|
3266
|
-
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3267
|
-
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3268
3269
|
// Sparkles aliases
|
|
3269
3270
|
export { default as SparklesIcon } from '../icons/sparkles';
|
|
3270
3271
|
export { default as StarsIcon } from '../icons/sparkles';
|
|
3271
|
-
//
|
|
3272
|
-
export { default as
|
|
3273
|
-
export { default as
|
|
3272
|
+
// SquareActivity aliases
|
|
3273
|
+
export { default as SquareActivityIcon } from '../icons/square-activity';
|
|
3274
|
+
export { default as ActivitySquareIcon } from '../icons/square-activity';
|
|
3274
3275
|
// SquareArrowDownLeft aliases
|
|
3275
3276
|
export { default as SquareArrowDownLeftIcon } from '../icons/square-arrow-down-left';
|
|
3276
3277
|
export { default as ArrowDownLeftSquareIcon } from '../icons/square-arrow-down-left';
|
|
3278
|
+
// SquareArrowDownRight aliases
|
|
3279
|
+
export { default as SquareArrowDownRightIcon } from '../icons/square-arrow-down-right';
|
|
3280
|
+
export { default as ArrowDownRightSquareIcon } from '../icons/square-arrow-down-right';
|
|
3277
3281
|
// SquareArrowDown aliases
|
|
3278
3282
|
export { default as SquareArrowDownIcon } from '../icons/square-arrow-down';
|
|
3279
3283
|
export { default as ArrowDownSquareIcon } from '../icons/square-arrow-down';
|
|
@@ -3292,12 +3296,12 @@ export { default as ArrowUpLeftFromSquareIcon } from '../icons/square-arrow-out-
|
|
|
3292
3296
|
// SquareArrowOutUpRight aliases
|
|
3293
3297
|
export { default as SquareArrowOutUpRightIcon } from '../icons/square-arrow-out-up-right';
|
|
3294
3298
|
export { default as ArrowUpRightFromSquareIcon } from '../icons/square-arrow-out-up-right';
|
|
3295
|
-
// SquareArrowRight aliases
|
|
3296
|
-
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3297
|
-
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3298
3299
|
// SquareArrowUpLeft aliases
|
|
3299
3300
|
export { default as SquareArrowUpLeftIcon } from '../icons/square-arrow-up-left';
|
|
3300
3301
|
export { default as ArrowUpLeftSquareIcon } from '../icons/square-arrow-up-left';
|
|
3302
|
+
// SquareArrowRight aliases
|
|
3303
|
+
export { default as SquareArrowRightIcon } from '../icons/square-arrow-right';
|
|
3304
|
+
export { default as ArrowRightSquareIcon } from '../icons/square-arrow-right';
|
|
3301
3305
|
// SquareArrowUpRight aliases
|
|
3302
3306
|
export { default as SquareArrowUpRightIcon } from '../icons/square-arrow-up-right';
|
|
3303
3307
|
export { default as ArrowUpRightSquareIcon } from '../icons/square-arrow-up-right';
|
|
@@ -3307,25 +3311,25 @@ export { default as ArrowUpSquareIcon } from '../icons/square-arrow-up';
|
|
|
3307
3311
|
// SquareAsterisk aliases
|
|
3308
3312
|
export { default as SquareAsteriskIcon } from '../icons/square-asterisk';
|
|
3309
3313
|
export { default as AsteriskSquareIcon } from '../icons/square-asterisk';
|
|
3314
|
+
// SquareBottomDashedScissors aliases
|
|
3315
|
+
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3316
|
+
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3310
3317
|
// SquareChartGantt aliases
|
|
3311
3318
|
export { default as SquareChartGanttIcon } from '../icons/square-chart-gantt';
|
|
3312
3319
|
export { default as GanttChartSquareIcon } from '../icons/square-chart-gantt';
|
|
3313
3320
|
export { default as SquareGanttChartIcon } from '../icons/square-chart-gantt';
|
|
3314
|
-
// SquareBottomDashedScissors aliases
|
|
3315
|
-
export { default as SquareBottomDashedScissorsIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3316
|
-
export { default as ScissorsSquareDashedBottomIcon } from '../icons/square-bottom-dashed-scissors';
|
|
3317
3321
|
// SquareCheckBig aliases
|
|
3318
3322
|
export { default as SquareCheckBigIcon } from '../icons/square-check-big';
|
|
3319
3323
|
export { default as CheckSquareIcon } from '../icons/square-check-big';
|
|
3320
3324
|
// SquareCheck aliases
|
|
3321
3325
|
export { default as SquareCheckIcon } from '../icons/square-check';
|
|
3322
3326
|
export { default as CheckSquare2Icon } from '../icons/square-check';
|
|
3323
|
-
// SquareChevronDown aliases
|
|
3324
|
-
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3325
|
-
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3326
3327
|
// SquareChevronLeft aliases
|
|
3327
3328
|
export { default as SquareChevronLeftIcon } from '../icons/square-chevron-left';
|
|
3328
3329
|
export { default as ChevronLeftSquareIcon } from '../icons/square-chevron-left';
|
|
3330
|
+
// SquareChevronDown aliases
|
|
3331
|
+
export { default as SquareChevronDownIcon } from '../icons/square-chevron-down';
|
|
3332
|
+
export { default as ChevronDownSquareIcon } from '../icons/square-chevron-down';
|
|
3329
3333
|
// SquareChevronRight aliases
|
|
3330
3334
|
export { default as SquareChevronRightIcon } from '../icons/square-chevron-right';
|
|
3331
3335
|
export { default as ChevronRightSquareIcon } from '../icons/square-chevron-right';
|
|
@@ -3341,12 +3345,12 @@ export { default as KanbanSquareDashedIcon } from '../icons/square-dashed-kanban
|
|
|
3341
3345
|
// SquareDashedMousePointer aliases
|
|
3342
3346
|
export { default as SquareDashedMousePointerIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3343
3347
|
export { default as MousePointerSquareDashedIcon } from '../icons/square-dashed-mouse-pointer';
|
|
3344
|
-
// SquareDashed aliases
|
|
3345
|
-
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3346
|
-
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3347
3348
|
// SquareDivide aliases
|
|
3348
3349
|
export { default as SquareDivideIcon } from '../icons/square-divide';
|
|
3349
3350
|
export { default as DivideSquareIcon } from '../icons/square-divide';
|
|
3351
|
+
// SquareDashed aliases
|
|
3352
|
+
export { default as SquareDashedIcon } from '../icons/square-dashed';
|
|
3353
|
+
export { default as BoxSelectIcon } from '../icons/square-dashed';
|
|
3350
3354
|
// SquareDot aliases
|
|
3351
3355
|
export { default as SquareDotIcon } from '../icons/square-dot';
|
|
3352
3356
|
export { default as DotSquareIcon } from '../icons/square-dot';
|
|
@@ -3362,12 +3366,12 @@ export { default as KanbanSquareIcon } from '../icons/square-kanban';
|
|
|
3362
3366
|
// SquareLibrary aliases
|
|
3363
3367
|
export { default as SquareLibraryIcon } from '../icons/square-library';
|
|
3364
3368
|
export { default as LibrarySquareIcon } from '../icons/square-library';
|
|
3365
|
-
// SquareMenu aliases
|
|
3366
|
-
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3367
|
-
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3368
3369
|
// SquareM aliases
|
|
3369
3370
|
export { default as SquareMIcon } from '../icons/square-m';
|
|
3370
3371
|
export { default as MSquareIcon } from '../icons/square-m';
|
|
3372
|
+
// SquareMenu aliases
|
|
3373
|
+
export { default as SquareMenuIcon } from '../icons/square-menu';
|
|
3374
|
+
export { default as MenuSquareIcon } from '../icons/square-menu';
|
|
3371
3375
|
// SquareMinus aliases
|
|
3372
3376
|
export { default as SquareMinusIcon } from '../icons/square-minus';
|
|
3373
3377
|
export { default as MinusSquareIcon } from '../icons/square-minus';
|
|
@@ -3377,6 +3381,9 @@ export { default as InspectIcon } from '../icons/square-mouse-pointer';
|
|
|
3377
3381
|
// SquareParkingOff aliases
|
|
3378
3382
|
export { default as SquareParkingOffIcon } from '../icons/square-parking-off';
|
|
3379
3383
|
export { default as ParkingSquareOffIcon } from '../icons/square-parking-off';
|
|
3384
|
+
// SquareParking aliases
|
|
3385
|
+
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3386
|
+
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3380
3387
|
// SquarePen aliases
|
|
3381
3388
|
export { default as SquarePenIcon } from '../icons/square-pen';
|
|
3382
3389
|
export { default as PenBoxIcon } from '../icons/square-pen';
|
|
@@ -3385,9 +3392,6 @@ export { default as PenSquareIcon } from '../icons/square-pen';
|
|
|
3385
3392
|
// SquarePercent aliases
|
|
3386
3393
|
export { default as SquarePercentIcon } from '../icons/square-percent';
|
|
3387
3394
|
export { default as PercentSquareIcon } from '../icons/square-percent';
|
|
3388
|
-
// SquareParking aliases
|
|
3389
|
-
export { default as SquareParkingIcon } from '../icons/square-parking';
|
|
3390
|
-
export { default as ParkingSquareIcon } from '../icons/square-parking';
|
|
3391
3395
|
// SquarePi aliases
|
|
3392
3396
|
export { default as SquarePiIcon } from '../icons/square-pi';
|
|
3393
3397
|
export { default as PiSquareIcon } from '../icons/square-pi';
|
|
@@ -3415,39 +3419,39 @@ export { default as SlashSquareIcon } from '../icons/square-slash';
|
|
|
3415
3419
|
// SquareSplitHorizontal aliases
|
|
3416
3420
|
export { default as SquareSplitHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3417
3421
|
export { default as SplitSquareHorizontalIcon } from '../icons/square-split-horizontal';
|
|
3418
|
-
// SquareSplitVertical aliases
|
|
3419
|
-
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3420
|
-
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3421
|
-
// SquareTerminal aliases
|
|
3422
|
-
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3423
|
-
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3424
3422
|
// SquareUserRound aliases
|
|
3425
3423
|
export { default as SquareUserRoundIcon } from '../icons/square-user-round';
|
|
3426
3424
|
export {
|
|
3427
3425
|
/** @deprecated */
|
|
3428
3426
|
default as UserSquare2Icon
|
|
3429
3427
|
} from '../icons/square-user-round';
|
|
3428
|
+
// SquareSplitVertical aliases
|
|
3429
|
+
export { default as SquareSplitVerticalIcon } from '../icons/square-split-vertical';
|
|
3430
|
+
export { default as SplitSquareVerticalIcon } from '../icons/square-split-vertical';
|
|
3431
|
+
// SquareTerminal aliases
|
|
3432
|
+
export { default as SquareTerminalIcon } from '../icons/square-terminal';
|
|
3433
|
+
export { default as TerminalSquareIcon } from '../icons/square-terminal';
|
|
3430
3434
|
// SquareUser aliases
|
|
3431
3435
|
export { default as SquareUserIcon } from '../icons/square-user';
|
|
3432
3436
|
export { default as UserSquareIcon } from '../icons/square-user';
|
|
3433
|
-
// TestTubeDiagonal aliases
|
|
3434
|
-
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3435
|
-
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3436
|
-
// SquareX aliases
|
|
3437
|
-
export { default as SquareXIcon } from '../icons/square-x';
|
|
3438
|
-
export { default as XSquareIcon } from '../icons/square-x';
|
|
3439
3437
|
// TextSelect aliases
|
|
3440
3438
|
export { default as TextSelectIcon } from '../icons/text-select';
|
|
3441
3439
|
export { default as TextSelectionIcon } from '../icons/text-select';
|
|
3442
|
-
//
|
|
3443
|
-
export { default as
|
|
3444
|
-
export { default as
|
|
3440
|
+
// SquareX aliases
|
|
3441
|
+
export { default as SquareXIcon } from '../icons/square-x';
|
|
3442
|
+
export { default as XSquareIcon } from '../icons/square-x';
|
|
3443
|
+
// TestTubeDiagonal aliases
|
|
3444
|
+
export { default as TestTubeDiagonalIcon } from '../icons/test-tube-diagonal';
|
|
3445
|
+
export { default as TestTube2Icon } from '../icons/test-tube-diagonal';
|
|
3445
3446
|
// TreePalm aliases
|
|
3446
3447
|
export { default as TreePalmIcon } from '../icons/tree-palm';
|
|
3447
3448
|
export { default as PalmtreeIcon } from '../icons/tree-palm';
|
|
3448
3449
|
// TriangleAlert aliases
|
|
3449
3450
|
export { default as TriangleAlertIcon } from '../icons/triangle-alert';
|
|
3450
3451
|
export { default as AlertTriangleIcon } from '../icons/triangle-alert';
|
|
3452
|
+
// TramFront aliases
|
|
3453
|
+
export { default as TramFrontIcon } from '../icons/tram-front';
|
|
3454
|
+
export { default as TrainIcon } from '../icons/tram-front';
|
|
3451
3455
|
// TvMinimal aliases
|
|
3452
3456
|
export { default as TvMinimalIcon } from '../icons/tv-minimal';
|
|
3453
3457
|
export {
|
|
@@ -3478,27 +3482,24 @@ export {
|
|
|
3478
3482
|
/** @deprecated */
|
|
3479
3483
|
default as UserMinus2Icon
|
|
3480
3484
|
} from '../icons/user-round-minus';
|
|
3481
|
-
// UserRoundX aliases
|
|
3482
|
-
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3483
|
-
export {
|
|
3484
|
-
/** @deprecated */
|
|
3485
|
-
default as UserX2Icon
|
|
3486
|
-
} from '../icons/user-round-x';
|
|
3487
3485
|
// UserRoundPlus aliases
|
|
3488
3486
|
export { default as UserRoundPlusIcon } from '../icons/user-round-plus';
|
|
3489
3487
|
export {
|
|
3490
3488
|
/** @deprecated */
|
|
3491
3489
|
default as UserPlus2Icon
|
|
3492
3490
|
} from '../icons/user-round-plus';
|
|
3491
|
+
// UserRoundX aliases
|
|
3492
|
+
export { default as UserRoundXIcon } from '../icons/user-round-x';
|
|
3493
|
+
export {
|
|
3494
|
+
/** @deprecated */
|
|
3495
|
+
default as UserX2Icon
|
|
3496
|
+
} from '../icons/user-round-x';
|
|
3493
3497
|
// UserRound aliases
|
|
3494
3498
|
export { default as UserRoundIcon } from '../icons/user-round';
|
|
3495
3499
|
export {
|
|
3496
3500
|
/** @deprecated */
|
|
3497
3501
|
default as User2Icon
|
|
3498
3502
|
} from '../icons/user-round';
|
|
3499
|
-
// UtensilsCrossed aliases
|
|
3500
|
-
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3501
|
-
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3502
3503
|
// UsersRound aliases
|
|
3503
3504
|
export { default as UsersRoundIcon } from '../icons/users-round';
|
|
3504
3505
|
export {
|
|
@@ -3514,6 +3515,9 @@ export {
|
|
|
3514
3515
|
/** @deprecated */
|
|
3515
3516
|
default as Wallet2Icon
|
|
3516
3517
|
} from '../icons/wallet-minimal';
|
|
3518
|
+
// UtensilsCrossed aliases
|
|
3519
|
+
export { default as UtensilsCrossedIcon } from '../icons/utensils-crossed';
|
|
3520
|
+
export { default as ForkKnifeCrossedIcon } from '../icons/utensils-crossed';
|
|
3517
3521
|
// WandSparkles aliases
|
|
3518
3522
|
export { default as WandSparklesIcon } from '../icons/wand-sparkles';
|
|
3519
3523
|
export {
|