@lucide/astro 0.495.0 → 0.497.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 +72 -72
- package/src/aliases/prefixed.ts +384 -374
- package/src/aliases/suffixed.ts +701 -691
- package/src/icons/index.ts +185 -180
- package/src/icons/shredder.ts +18 -0
- package/src/icons/squares-exclude.ts +18 -0
- package/src/icons/squares-intersect.ts +18 -0
- package/src/icons/squares-subtract.ts +18 -0
- package/src/icons/squares-unite.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -9,25 +9,25 @@ export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
|
9
9
|
export { default as AlarmClockMinus } from './alarm-clock-minus';
|
|
10
10
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
11
11
|
export { default as AlarmClockPlus } from './alarm-clock-plus';
|
|
12
|
-
export { default as AlarmClock } from './alarm-clock';
|
|
13
12
|
export { default as AlarmSmoke } from './alarm-smoke';
|
|
14
13
|
export { default as Album } from './album';
|
|
14
|
+
export { default as AlarmClock } from './alarm-clock';
|
|
15
15
|
export { default as AlignCenterHorizontal } from './align-center-horizontal';
|
|
16
|
-
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
17
16
|
export { default as AlignCenter } from './align-center';
|
|
18
|
-
export { default as
|
|
17
|
+
export { default as AlignCenterVertical } from './align-center-vertical';
|
|
19
18
|
export { default as AlignEndHorizontal } from './align-end-horizontal';
|
|
19
|
+
export { default as AlignEndVertical } from './align-end-vertical';
|
|
20
20
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
|
-
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
21
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
|
-
export { default as
|
|
22
|
+
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
24
23
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
24
|
+
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
25
25
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
28
28
|
export { default as AlignJustify } from './align-justify';
|
|
29
|
-
export { default as AlignLeft } from './align-left';
|
|
30
29
|
export { default as AlignRight } from './align-right';
|
|
30
|
+
export { default as AlignLeft } from './align-left';
|
|
31
31
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
32
32
|
export { default as AlignStartVertical } from './align-start-vertical';
|
|
33
33
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
@@ -37,8 +37,8 @@ export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-
|
|
|
37
37
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
38
38
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
39
39
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
40
|
-
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
41
40
|
export { default as Ambulance } from './ambulance';
|
|
41
|
+
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
42
42
|
export { default as Ampersand } from './ampersand';
|
|
43
43
|
export { default as Ampersands } from './ampersands';
|
|
44
44
|
export { default as Amphora } from './amphora';
|
|
@@ -65,8 +65,8 @@ export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
|
65
65
|
export { default as ArrowBigUp } from './arrow-big-up';
|
|
66
66
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
67
67
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
68
|
-
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
69
68
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
69
|
+
export { default as ArrowDownFromLine } from './arrow-down-from-line';
|
|
70
70
|
export { default as ArrowDownLeft } from './arrow-down-left';
|
|
71
71
|
export { default as ArrowDownNarrowWide } from './arrow-down-narrow-wide';
|
|
72
72
|
export { default as ArrowDownRight } from './arrow-down-right';
|
|
@@ -89,8 +89,8 @@ export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
|
89
89
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
90
90
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
91
91
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
92
|
-
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
93
92
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
93
|
+
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
94
94
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
95
95
|
export { default as ArrowUpRight } from './arrow-up-right';
|
|
96
96
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
@@ -98,8 +98,8 @@ export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
|
98
98
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
99
99
|
export { default as ArrowUp } from './arrow-up';
|
|
100
100
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
101
|
-
export { default as Asterisk } from './asterisk';
|
|
102
101
|
export { default as AtSign } from './at-sign';
|
|
102
|
+
export { default as Asterisk } from './asterisk';
|
|
103
103
|
export { default as Atom } from './atom';
|
|
104
104
|
export { default as AudioLines } from './audio-lines';
|
|
105
105
|
export { default as AudioWaveform } from './audio-waveform';
|
|
@@ -138,24 +138,24 @@ export { default as Baseline } from './baseline';
|
|
|
138
138
|
export { default as Bath } from './bath';
|
|
139
139
|
export { default as BatteryCharging } from './battery-charging';
|
|
140
140
|
export { default as BatteryFull } from './battery-full';
|
|
141
|
-
export { default as BatteryLow } from './battery-low';
|
|
142
141
|
export { default as BatteryMedium } from './battery-medium';
|
|
142
|
+
export { default as BatteryLow } from './battery-low';
|
|
143
143
|
export { default as BatteryPlus } from './battery-plus';
|
|
144
144
|
export { default as BatteryWarning } from './battery-warning';
|
|
145
|
-
export { default as Battery } from './battery';
|
|
146
145
|
export { default as Beaker } from './beaker';
|
|
147
146
|
export { default as BeanOff } from './bean-off';
|
|
147
|
+
export { default as Battery } from './battery';
|
|
148
148
|
export { default as Bean } from './bean';
|
|
149
149
|
export { default as BedDouble } from './bed-double';
|
|
150
|
-
export { default as Bed } from './bed';
|
|
151
150
|
export { default as BedSingle } from './bed-single';
|
|
151
|
+
export { default as Bed } from './bed';
|
|
152
152
|
export { default as Beef } from './beef';
|
|
153
153
|
export { default as BeerOff } from './beer-off';
|
|
154
154
|
export { default as Beer } from './beer';
|
|
155
155
|
export { default as BellDot } from './bell-dot';
|
|
156
156
|
export { default as BellElectric } from './bell-electric';
|
|
157
|
-
export { default as BellMinus } from './bell-minus';
|
|
158
157
|
export { default as BellOff } from './bell-off';
|
|
158
|
+
export { default as BellMinus } from './bell-minus';
|
|
159
159
|
export { default as BellPlus } from './bell-plus';
|
|
160
160
|
export { default as Bell } from './bell';
|
|
161
161
|
export { default as BellRing } from './bell-ring';
|
|
@@ -166,9 +166,9 @@ export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
|
166
166
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
167
167
|
export { default as Bike } from './bike';
|
|
168
168
|
export { default as Binary } from './binary';
|
|
169
|
-
export { default as Biohazard } from './biohazard';
|
|
170
169
|
export { default as Binoculars } from './binoculars';
|
|
171
170
|
export { default as Bird } from './bird';
|
|
171
|
+
export { default as Biohazard } from './biohazard';
|
|
172
172
|
export { default as Bitcoin } from './bitcoin';
|
|
173
173
|
export { default as Blend } from './blend';
|
|
174
174
|
export { default as Blinds } from './blinds';
|
|
@@ -176,18 +176,18 @@ export { default as Blocks } from './blocks';
|
|
|
176
176
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
177
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
178
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
179
|
-
export { default as Bluetooth } from './bluetooth';
|
|
180
179
|
export { default as Bold } from './bold';
|
|
180
|
+
export { default as Bluetooth } from './bluetooth';
|
|
181
181
|
export { default as Bolt } from './bolt';
|
|
182
|
-
export { default as Bone } from './bone';
|
|
183
182
|
export { default as Bomb } from './bomb';
|
|
183
|
+
export { default as Bone } from './bone';
|
|
184
184
|
export { default as BookA } from './book-a';
|
|
185
|
-
export { default as BookAudio } from './book-audio';
|
|
186
185
|
export { default as BookCheck } from './book-check';
|
|
187
|
-
export { default as
|
|
186
|
+
export { default as BookAudio } from './book-audio';
|
|
188
187
|
export { default as BookDashed } from './book-dashed';
|
|
189
|
-
export { default as
|
|
188
|
+
export { default as BookCopy } from './book-copy';
|
|
190
189
|
export { default as BookHeadphones } from './book-headphones';
|
|
190
|
+
export { default as BookDown } from './book-down';
|
|
191
191
|
export { default as BookHeart } from './book-heart';
|
|
192
192
|
export { default as BookImage } from './book-image';
|
|
193
193
|
export { default as BookKey } from './book-key';
|
|
@@ -201,8 +201,8 @@ export { default as BookPlus } from './book-plus';
|
|
|
201
201
|
export { default as BookText } from './book-text';
|
|
202
202
|
export { default as BookType } from './book-type';
|
|
203
203
|
export { default as BookUp2 } from './book-up-2';
|
|
204
|
-
export { default as BookUser } from './book-user';
|
|
205
204
|
export { default as BookUp } from './book-up';
|
|
205
|
+
export { default as BookUser } from './book-user';
|
|
206
206
|
export { default as BookX } from './book-x';
|
|
207
207
|
export { default as Book } from './book';
|
|
208
208
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
@@ -217,22 +217,22 @@ export { default as BotOff } from './bot-off';
|
|
|
217
217
|
export { default as Box } from './box';
|
|
218
218
|
export { default as Boxes } from './boxes';
|
|
219
219
|
export { default as Braces } from './braces';
|
|
220
|
-
export { default as Brackets } from './brackets';
|
|
221
220
|
export { default as BrainCircuit } from './brain-circuit';
|
|
221
|
+
export { default as Brackets } from './brackets';
|
|
222
222
|
export { default as BrainCog } from './brain-cog';
|
|
223
223
|
export { default as Brain } from './brain';
|
|
224
224
|
export { default as BrickWallFire } from './brick-wall-fire';
|
|
225
225
|
export { default as BrickWall } from './brick-wall';
|
|
226
|
-
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
227
226
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
227
|
+
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
228
228
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
229
|
+
export { default as Brush } from './brush';
|
|
229
230
|
export { default as Briefcase } from './briefcase';
|
|
230
231
|
export { default as BringToFront } from './bring-to-front';
|
|
231
|
-
export { default as Brush } from './brush';
|
|
232
232
|
export { default as Bubbles } from './bubbles';
|
|
233
233
|
export { default as BugOff } from './bug-off';
|
|
234
|
-
export { default as Bug } from './bug';
|
|
235
234
|
export { default as BugPlay } from './bug-play';
|
|
235
|
+
export { default as Bug } from './bug';
|
|
236
236
|
export { default as Building2 } from './building-2';
|
|
237
237
|
export { default as Building } from './building';
|
|
238
238
|
export { default as BusFront } from './bus-front';
|
|
@@ -255,43 +255,43 @@ export { default as CalendarHeart } from './calendar-heart';
|
|
|
255
255
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
256
256
|
export { default as CalendarMinus } from './calendar-minus';
|
|
257
257
|
export { default as CalendarOff } from './calendar-off';
|
|
258
|
-
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
259
258
|
export { default as CalendarPlus } from './calendar-plus';
|
|
259
|
+
export { default as CalendarPlus2 } from './calendar-plus-2';
|
|
260
260
|
export { default as CalendarRange } from './calendar-range';
|
|
261
261
|
export { default as CalendarSearch } from './calendar-search';
|
|
262
262
|
export { default as CalendarSync } from './calendar-sync';
|
|
263
263
|
export { default as CalendarX2 } from './calendar-x-2';
|
|
264
264
|
export { default as CalendarX } from './calendar-x';
|
|
265
|
-
export { default as Calendar } from './calendar';
|
|
266
265
|
export { default as CameraOff } from './camera-off';
|
|
266
|
+
export { default as Calendar } from './calendar';
|
|
267
267
|
export { default as Camera } from './camera';
|
|
268
|
-
export { default as CandyCane } from './candy-cane';
|
|
269
268
|
export { default as CandyOff } from './candy-off';
|
|
269
|
+
export { default as CandyCane } from './candy-cane';
|
|
270
270
|
export { default as Candy } from './candy';
|
|
271
271
|
export { default as Cannabis } from './cannabis';
|
|
272
272
|
export { default as CaptionsOff } from './captions-off';
|
|
273
|
-
export { default as Captions } from './captions';
|
|
274
273
|
export { default as CarFront } from './car-front';
|
|
274
|
+
export { default as Captions } from './captions';
|
|
275
275
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
276
276
|
export { default as Car } from './car';
|
|
277
277
|
export { default as Caravan } from './caravan';
|
|
278
278
|
export { default as Carrot } from './carrot';
|
|
279
279
|
export { default as CaseLower } from './case-lower';
|
|
280
280
|
export { default as CaseSensitive } from './case-sensitive';
|
|
281
|
-
export { default as CaseUpper } from './case-upper';
|
|
282
281
|
export { default as CassetteTape } from './cassette-tape';
|
|
282
|
+
export { default as CaseUpper } from './case-upper';
|
|
283
283
|
export { default as Cast } from './cast';
|
|
284
|
-
export { default as Castle } from './castle';
|
|
285
284
|
export { default as Cat } from './cat';
|
|
285
|
+
export { default as Castle } from './castle';
|
|
286
286
|
export { default as Cctv } from './cctv';
|
|
287
287
|
export { default as ChartArea } from './chart-area';
|
|
288
288
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
289
289
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
290
290
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
291
291
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
292
|
+
export { default as ChartBar } from './chart-bar';
|
|
292
293
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
293
294
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
294
|
-
export { default as ChartBar } from './chart-bar';
|
|
295
295
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
296
296
|
export { default as ChartColumnIncreasing } from './chart-column-increasing';
|
|
297
297
|
export { default as ChartColumnStacked } from './chart-column-stacked';
|
|
@@ -301,8 +301,8 @@ export { default as ChartLine } from './chart-line';
|
|
|
301
301
|
export { default as ChartNetwork } from './chart-network';
|
|
302
302
|
export { default as ChartNoAxesColumnDecreasing } from './chart-no-axes-column-decreasing';
|
|
303
303
|
export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-increasing';
|
|
304
|
-
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
305
304
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
305
|
+
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
306
306
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
307
307
|
export { default as ChartPie } from './chart-pie';
|
|
308
308
|
export { default as ChartScatter } from './chart-scatter';
|
|
@@ -321,8 +321,8 @@ export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
|
321
321
|
export { default as ChevronsDown } from './chevrons-down';
|
|
322
322
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
323
323
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
324
|
-
export { default as ChevronsLeft } from './chevrons-left';
|
|
325
324
|
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
325
|
+
export { default as ChevronsLeft } from './chevrons-left';
|
|
326
326
|
export { default as ChevronsRight } from './chevrons-right';
|
|
327
327
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
328
328
|
export { default as ChevronsUp } from './chevrons-up';
|
|
@@ -334,17 +334,17 @@ export { default as CircleAlert } from './circle-alert';
|
|
|
334
334
|
export { default as CircleArrowDown } from './circle-arrow-down';
|
|
335
335
|
export { default as CircleArrowLeft } from './circle-arrow-left';
|
|
336
336
|
export { default as CircleArrowOutDownLeft } from './circle-arrow-out-down-left';
|
|
337
|
-
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
338
337
|
export { default as CircleArrowOutDownRight } from './circle-arrow-out-down-right';
|
|
338
|
+
export { default as CircleArrowOutUpLeft } from './circle-arrow-out-up-left';
|
|
339
339
|
export { default as CircleArrowOutUpRight } from './circle-arrow-out-up-right';
|
|
340
|
-
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
341
340
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
341
|
+
export { default as CircleArrowRight } from './circle-arrow-right';
|
|
342
342
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
343
343
|
export { default as CircleCheck } from './circle-check';
|
|
344
344
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
345
|
-
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
346
345
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
347
346
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
347
|
+
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
348
348
|
export { default as CircleDashed } from './circle-dashed';
|
|
349
349
|
export { default as CircleDivide } from './circle-divide';
|
|
350
350
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
@@ -353,22 +353,22 @@ export { default as CircleDot } from './circle-dot';
|
|
|
353
353
|
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
354
354
|
export { default as CircleEqual } from './circle-equal';
|
|
355
355
|
export { default as CircleFadingArrowUp } from './circle-fading-arrow-up';
|
|
356
|
-
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
357
356
|
export { default as CircleGauge } from './circle-gauge';
|
|
357
|
+
export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
358
358
|
export { default as CircleHelp } from './circle-help';
|
|
359
|
-
export { default as CircleMinus } from './circle-minus';
|
|
360
359
|
export { default as CircleOff } from './circle-off';
|
|
360
|
+
export { default as CircleMinus } from './circle-minus';
|
|
361
361
|
export { default as CircleParkingOff } from './circle-parking-off';
|
|
362
362
|
export { default as CircleParking } from './circle-parking';
|
|
363
|
-
export { default as CirclePercent } from './circle-percent';
|
|
364
363
|
export { default as CirclePause } from './circle-pause';
|
|
364
|
+
export { default as CirclePercent } from './circle-percent';
|
|
365
365
|
export { default as CirclePlay } from './circle-play';
|
|
366
366
|
export { default as CirclePlus } from './circle-plus';
|
|
367
367
|
export { default as CirclePower } from './circle-power';
|
|
368
368
|
export { default as CircleSlash2 } from './circle-slash-2';
|
|
369
369
|
export { default as CircleSlash } from './circle-slash';
|
|
370
|
-
export { default as CircleSmall } from './circle-small';
|
|
371
370
|
export { default as CircleStop } from './circle-stop';
|
|
371
|
+
export { default as CircleSmall } from './circle-small';
|
|
372
372
|
export { default as CircleUserRound } from './circle-user-round';
|
|
373
373
|
export { default as CircleUser } from './circle-user';
|
|
374
374
|
export { default as CircleX } from './circle-x';
|
|
@@ -379,8 +379,8 @@ export { default as Clapperboard } from './clapperboard';
|
|
|
379
379
|
export { default as ClipboardCheck } from './clipboard-check';
|
|
380
380
|
export { default as ClipboardCopy } from './clipboard-copy';
|
|
381
381
|
export { default as ClipboardList } from './clipboard-list';
|
|
382
|
-
export { default as ClipboardMinus } from './clipboard-minus';
|
|
383
382
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
383
|
+
export { default as ClipboardMinus } from './clipboard-minus';
|
|
384
384
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
385
385
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
386
386
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
@@ -400,24 +400,24 @@ export { default as Clock7 } from './clock-7';
|
|
|
400
400
|
export { default as Clock8 } from './clock-8';
|
|
401
401
|
export { default as Clock9 } from './clock-9';
|
|
402
402
|
export { default as ClockAlert } from './clock-alert';
|
|
403
|
-
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
404
403
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
404
|
+
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
405
405
|
export { default as ClockFading } from './clock-fading';
|
|
406
406
|
export { default as Clock } from './clock';
|
|
407
407
|
export { default as CloudAlert } from './cloud-alert';
|
|
408
|
-
export { default as CloudDownload } from './cloud-download';
|
|
409
408
|
export { default as CloudCog } from './cloud-cog';
|
|
409
|
+
export { default as CloudDownload } from './cloud-download';
|
|
410
410
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
411
411
|
export { default as CloudFog } from './cloud-fog';
|
|
412
|
-
export { default as CloudLightning } from './cloud-lightning';
|
|
413
412
|
export { default as CloudHail } from './cloud-hail';
|
|
413
|
+
export { default as CloudLightning } from './cloud-lightning';
|
|
414
414
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
415
415
|
export { default as CloudMoon } from './cloud-moon';
|
|
416
416
|
export { default as CloudOff } from './cloud-off';
|
|
417
417
|
export { default as CloudRainWind } from './cloud-rain-wind';
|
|
418
|
+
export { default as CloudRain } from './cloud-rain';
|
|
418
419
|
export { default as CloudSnow } from './cloud-snow';
|
|
419
420
|
export { default as CloudSunRain } from './cloud-sun-rain';
|
|
420
|
-
export { default as CloudRain } from './cloud-rain';
|
|
421
421
|
export { default as CloudSun } from './cloud-sun';
|
|
422
422
|
export { default as CloudUpload } from './cloud-upload';
|
|
423
423
|
export { default as Cloud } from './cloud';
|
|
@@ -429,15 +429,15 @@ export { default as Code } from './code';
|
|
|
429
429
|
export { default as Codepen } from './codepen';
|
|
430
430
|
export { default as Codesandbox } from './codesandbox';
|
|
431
431
|
export { default as Coffee } from './coffee';
|
|
432
|
-
export { default as Cog } from './cog';
|
|
433
432
|
export { default as Coins } from './coins';
|
|
433
|
+
export { default as Cog } from './cog';
|
|
434
434
|
export { default as Columns2 } from './columns-2';
|
|
435
435
|
export { default as Columns3 } from './columns-3';
|
|
436
436
|
export { default as Columns4 } from './columns-4';
|
|
437
437
|
export { default as Combine } from './combine';
|
|
438
438
|
export { default as Command } from './command';
|
|
439
|
-
export { default as Component } from './component';
|
|
440
439
|
export { default as Compass } from './compass';
|
|
440
|
+
export { default as Component } from './component';
|
|
441
441
|
export { default as Computer } from './computer';
|
|
442
442
|
export { default as ConciergeBell } from './concierge-bell';
|
|
443
443
|
export { default as Cone } from './cone';
|
|
@@ -461,8 +461,8 @@ export { default as CornerDownRight } from './corner-down-right';
|
|
|
461
461
|
export { default as CornerLeftDown } from './corner-left-down';
|
|
462
462
|
export { default as CornerLeftUp } from './corner-left-up';
|
|
463
463
|
export { default as CornerRightDown } from './corner-right-down';
|
|
464
|
-
export { default as CornerRightUp } from './corner-right-up';
|
|
465
464
|
export { default as CornerUpLeft } from './corner-up-left';
|
|
465
|
+
export { default as CornerRightUp } from './corner-right-up';
|
|
466
466
|
export { default as CornerUpRight } from './corner-up-right';
|
|
467
467
|
export { default as Cpu } from './cpu';
|
|
468
468
|
export { default as CreativeCommons } from './creative-commons';
|
|
@@ -500,10 +500,10 @@ export { default as Disc3 } from './disc-3';
|
|
|
500
500
|
export { default as DiscAlbum } from './disc-album';
|
|
501
501
|
export { default as Disc } from './disc';
|
|
502
502
|
export { default as Divide } from './divide';
|
|
503
|
+
export { default as Dna } from './dna';
|
|
503
504
|
export { default as DnaOff } from './dna-off';
|
|
504
505
|
export { default as Dock } from './dock';
|
|
505
506
|
export { default as Dog } from './dog';
|
|
506
|
-
export { default as Dna } from './dna';
|
|
507
507
|
export { default as DollarSign } from './dollar-sign';
|
|
508
508
|
export { default as Donut } from './donut';
|
|
509
509
|
export { default as DoorClosed } from './door-closed';
|
|
@@ -511,15 +511,15 @@ export { default as DoorOpen } from './door-open';
|
|
|
511
511
|
export { default as Dot } from './dot';
|
|
512
512
|
export { default as Download } from './download';
|
|
513
513
|
export { default as DraftingCompass } from './drafting-compass';
|
|
514
|
-
export { default as Drama } from './drama';
|
|
515
514
|
export { default as Dribbble } from './dribbble';
|
|
516
|
-
export { default as
|
|
515
|
+
export { default as Drama } from './drama';
|
|
517
516
|
export { default as Drill } from './drill';
|
|
517
|
+
export { default as DropletOff } from './droplet-off';
|
|
518
518
|
export { default as Droplet } from './droplet';
|
|
519
519
|
export { default as Droplets } from './droplets';
|
|
520
520
|
export { default as Drum } from './drum';
|
|
521
|
-
export { default as Dumbbell } from './dumbbell';
|
|
522
521
|
export { default as Drumstick } from './drumstick';
|
|
522
|
+
export { default as Dumbbell } from './dumbbell';
|
|
523
523
|
export { default as EarOff } from './ear-off';
|
|
524
524
|
export { default as Ear } from './ear';
|
|
525
525
|
export { default as EarthLock } from './earth-lock';
|
|
@@ -528,20 +528,20 @@ export { default as Eclipse } from './eclipse';
|
|
|
528
528
|
export { default as EggFried } from './egg-fried';
|
|
529
529
|
export { default as EggOff } from './egg-off';
|
|
530
530
|
export { default as Egg } from './egg';
|
|
531
|
-
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
532
531
|
export { default as Ellipsis } from './ellipsis';
|
|
532
|
+
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
533
533
|
export { default as EqualApproximately } from './equal-approximately';
|
|
534
534
|
export { default as EqualNot } from './equal-not';
|
|
535
|
-
export { default as Eraser } from './eraser';
|
|
536
535
|
export { default as Equal } from './equal';
|
|
536
|
+
export { default as Eraser } from './eraser';
|
|
537
537
|
export { default as EthernetPort } from './ethernet-port';
|
|
538
|
-
export { default as Euro } from './euro';
|
|
539
538
|
export { default as Expand } from './expand';
|
|
539
|
+
export { default as Euro } from './euro';
|
|
540
540
|
export { default as ExternalLink } from './external-link';
|
|
541
541
|
export { default as EyeClosed } from './eye-closed';
|
|
542
542
|
export { default as EyeOff } from './eye-off';
|
|
543
|
-
export { default as Facebook } from './facebook';
|
|
544
543
|
export { default as Eye } from './eye';
|
|
544
|
+
export { default as Facebook } from './facebook';
|
|
545
545
|
export { default as Factory } from './factory';
|
|
546
546
|
export { default as Fan } from './fan';
|
|
547
547
|
export { default as FastForward } from './fast-forward';
|
|
@@ -568,22 +568,22 @@ export { default as FileCode } from './file-code';
|
|
|
568
568
|
export { default as FileCog } from './file-cog';
|
|
569
569
|
export { default as FileDiff } from './file-diff';
|
|
570
570
|
export { default as FileDigit } from './file-digit';
|
|
571
|
-
export { default as FileDown } from './file-down';
|
|
572
571
|
export { default as FileHeart } from './file-heart';
|
|
572
|
+
export { default as FileDown } from './file-down';
|
|
573
573
|
export { default as FileImage } from './file-image';
|
|
574
574
|
export { default as FileInput } from './file-input';
|
|
575
|
-
export { default as FileJson2 } from './file-json-2';
|
|
576
575
|
export { default as FileJson } from './file-json';
|
|
577
|
-
export { default as
|
|
576
|
+
export { default as FileJson2 } from './file-json-2';
|
|
578
577
|
export { default as FileKey } from './file-key';
|
|
578
|
+
export { default as FileKey2 } from './file-key-2';
|
|
579
579
|
export { default as FileLock2 } from './file-lock-2';
|
|
580
580
|
export { default as FileLock } from './file-lock';
|
|
581
581
|
export { default as FileMinus2 } from './file-minus-2';
|
|
582
582
|
export { default as FileMinus } from './file-minus';
|
|
583
583
|
export { default as FileMusic } from './file-music';
|
|
584
584
|
export { default as FileOutput } from './file-output';
|
|
585
|
-
export { default as FilePen } from './file-pen';
|
|
586
585
|
export { default as FilePenLine } from './file-pen-line';
|
|
586
|
+
export { default as FilePen } from './file-pen';
|
|
587
587
|
export { default as FilePlus2 } from './file-plus-2';
|
|
588
588
|
export { default as FilePlus } from './file-plus';
|
|
589
589
|
export { default as FileQuestion } from './file-question';
|
|
@@ -597,22 +597,22 @@ export { default as FileSymlink } from './file-symlink';
|
|
|
597
597
|
export { default as FileTerminal } from './file-terminal';
|
|
598
598
|
export { default as FileText } from './file-text';
|
|
599
599
|
export { default as FileType2 } from './file-type-2';
|
|
600
|
-
export { default as FileType } from './file-type';
|
|
601
600
|
export { default as FileUp } from './file-up';
|
|
601
|
+
export { default as FileType } from './file-type';
|
|
602
602
|
export { default as FileUser } from './file-user';
|
|
603
|
-
export { default as FileVideo } from './file-video';
|
|
604
603
|
export { default as FileVideo2 } from './file-video-2';
|
|
604
|
+
export { default as FileVideo } from './file-video';
|
|
605
605
|
export { default as FileVolume2 } from './file-volume-2';
|
|
606
606
|
export { default as FileVolume } from './file-volume';
|
|
607
607
|
export { default as FileWarning } from './file-warning';
|
|
608
608
|
export { default as FileX2 } from './file-x-2';
|
|
609
609
|
export { default as FileX } from './file-x';
|
|
610
610
|
export { default as File } from './file';
|
|
611
|
-
export { default as Files } from './files';
|
|
612
611
|
export { default as Film } from './film';
|
|
612
|
+
export { default as Files } from './files';
|
|
613
613
|
export { default as Fingerprint } from './fingerprint';
|
|
614
|
-
export { default as FishOff } from './fish-off';
|
|
615
614
|
export { default as FireExtinguisher } from './fire-extinguisher';
|
|
615
|
+
export { default as FishOff } from './fish-off';
|
|
616
616
|
export { default as FishSymbol } from './fish-symbol';
|
|
617
617
|
export { default as Fish } from './fish';
|
|
618
618
|
export { default as FlagOff } from './flag-off';
|
|
@@ -624,8 +624,8 @@ export { default as Flame } from './flame';
|
|
|
624
624
|
export { default as FlashlightOff } from './flashlight-off';
|
|
625
625
|
export { default as Flashlight } from './flashlight';
|
|
626
626
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
627
|
-
export { default as FlaskRound } from './flask-round';
|
|
628
627
|
export { default as FlaskConical } from './flask-conical';
|
|
628
|
+
export { default as FlaskRound } from './flask-round';
|
|
629
629
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
630
630
|
export { default as FlipHorizontal } from './flip-horizontal';
|
|
631
631
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
@@ -638,15 +638,15 @@ export { default as FoldVertical } from './fold-vertical';
|
|
|
638
638
|
export { default as FolderArchive } from './folder-archive';
|
|
639
639
|
export { default as FolderCheck } from './folder-check';
|
|
640
640
|
export { default as FolderClock } from './folder-clock';
|
|
641
|
-
export { default as FolderClosed } from './folder-closed';
|
|
642
641
|
export { default as FolderCode } from './folder-code';
|
|
642
|
+
export { default as FolderClosed } from './folder-closed';
|
|
643
643
|
export { default as FolderCog } from './folder-cog';
|
|
644
644
|
export { default as FolderDot } from './folder-dot';
|
|
645
645
|
export { default as FolderDown } from './folder-down';
|
|
646
646
|
export { default as FolderGit2 } from './folder-git-2';
|
|
647
647
|
export { default as FolderGit } from './folder-git';
|
|
648
|
-
export { default as FolderInput } from './folder-input';
|
|
649
648
|
export { default as FolderHeart } from './folder-heart';
|
|
649
|
+
export { default as FolderInput } from './folder-input';
|
|
650
650
|
export { default as FolderKanban } from './folder-kanban';
|
|
651
651
|
export { default as FolderKey } from './folder-key';
|
|
652
652
|
export { default as FolderLock } from './folder-lock';
|
|
@@ -663,47 +663,47 @@ export { default as FolderSymlink } from './folder-symlink';
|
|
|
663
663
|
export { default as FolderSync } from './folder-sync';
|
|
664
664
|
export { default as FolderTree } from './folder-tree';
|
|
665
665
|
export { default as FolderUp } from './folder-up';
|
|
666
|
-
export { default as FolderX } from './folder-x';
|
|
667
666
|
export { default as Folder } from './folder';
|
|
667
|
+
export { default as FolderX } from './folder-x';
|
|
668
668
|
export { default as Folders } from './folders';
|
|
669
669
|
export { default as Footprints } from './footprints';
|
|
670
|
-
export { default as Forklift } from './forklift';
|
|
671
670
|
export { default as Forward } from './forward';
|
|
671
|
+
export { default as Forklift } from './forklift';
|
|
672
672
|
export { default as Frame } from './frame';
|
|
673
673
|
export { default as Framer } from './framer';
|
|
674
674
|
export { default as Frown } from './frown';
|
|
675
|
-
export { default as Fullscreen } from './fullscreen';
|
|
676
675
|
export { default as Fuel } from './fuel';
|
|
676
|
+
export { default as Fullscreen } from './fullscreen';
|
|
677
677
|
export { default as FunnelPlus } from './funnel-plus';
|
|
678
678
|
export { default as FunnelX } from './funnel-x';
|
|
679
679
|
export { default as Funnel } from './funnel';
|
|
680
680
|
export { default as GalleryHorizontalEnd } from './gallery-horizontal-end';
|
|
681
681
|
export { default as GalleryHorizontal } from './gallery-horizontal';
|
|
682
682
|
export { default as GalleryThumbnails } from './gallery-thumbnails';
|
|
683
|
-
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
684
683
|
export { default as GalleryVertical } from './gallery-vertical';
|
|
684
|
+
export { default as GalleryVerticalEnd } from './gallery-vertical-end';
|
|
685
685
|
export { default as Gamepad2 } from './gamepad-2';
|
|
686
686
|
export { default as Gamepad } from './gamepad';
|
|
687
|
-
export { default as Gavel } from './gavel';
|
|
688
687
|
export { default as Gauge } from './gauge';
|
|
688
|
+
export { default as Gavel } from './gavel';
|
|
689
689
|
export { default as Gem } from './gem';
|
|
690
690
|
export { default as Ghost } from './ghost';
|
|
691
691
|
export { default as Gift } from './gift';
|
|
692
|
-
export { default as GitBranch } from './git-branch';
|
|
693
692
|
export { default as GitBranchPlus } from './git-branch-plus';
|
|
694
693
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
694
|
+
export { default as GitBranch } from './git-branch';
|
|
695
695
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
696
696
|
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
697
|
-
export { default as GitFork } from './git-fork';
|
|
698
697
|
export { default as GitCompare } from './git-compare';
|
|
698
|
+
export { default as GitFork } from './git-fork';
|
|
699
699
|
export { default as GitGraph } from './git-graph';
|
|
700
700
|
export { default as GitMerge } from './git-merge';
|
|
701
701
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
702
702
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
703
703
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
704
704
|
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
705
|
-
export { default as GitPullRequest } from './git-pull-request';
|
|
706
705
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
706
|
+
export { default as GitPullRequest } from './git-pull-request';
|
|
707
707
|
export { default as Github } from './github';
|
|
708
708
|
export { default as Gitlab } from './gitlab';
|
|
709
709
|
export { default as GlassWater } from './glass-water';
|
|
@@ -712,21 +712,21 @@ export { default as GlobeLock } from './globe-lock';
|
|
|
712
712
|
export { default as Globe } from './globe';
|
|
713
713
|
export { default as Goal } from './goal';
|
|
714
714
|
export { default as Grab } from './grab';
|
|
715
|
-
export { default as Grape } from './grape';
|
|
716
715
|
export { default as GraduationCap } from './graduation-cap';
|
|
716
|
+
export { default as Grape } from './grape';
|
|
717
717
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
718
718
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
719
719
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
720
720
|
export { default as Grid2x2 } from './grid-2x2';
|
|
721
721
|
export { default as Grid3x3 } from './grid-3x3';
|
|
722
722
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
723
|
-
export { default as GripVertical } from './grip-vertical';
|
|
724
723
|
export { default as Grip } from './grip';
|
|
724
|
+
export { default as GripVertical } from './grip-vertical';
|
|
725
725
|
export { default as Group } from './group';
|
|
726
726
|
export { default as Guitar } from './guitar';
|
|
727
|
+
export { default as Ham } from './ham';
|
|
727
728
|
export { default as Hammer } from './hammer';
|
|
728
729
|
export { default as HandCoins } from './hand-coins';
|
|
729
|
-
export { default as Ham } from './ham';
|
|
730
730
|
export { default as HandHeart } from './hand-heart';
|
|
731
731
|
export { default as HandHelping } from './hand-helping';
|
|
732
732
|
export { default as HandMetal } from './hand-metal';
|
|
@@ -740,8 +740,8 @@ export { default as HardHat } from './hard-hat';
|
|
|
740
740
|
export { default as Hash } from './hash';
|
|
741
741
|
export { default as Haze } from './haze';
|
|
742
742
|
export { default as HdmiPort } from './hdmi-port';
|
|
743
|
-
export { default as Heading2 } from './heading-2';
|
|
744
743
|
export { default as Heading1 } from './heading-1';
|
|
744
|
+
export { default as Heading2 } from './heading-2';
|
|
745
745
|
export { default as Heading3 } from './heading-3';
|
|
746
746
|
export { default as Heading4 } from './heading-4';
|
|
747
747
|
export { default as Heading5 } from './heading-5';
|
|
@@ -750,8 +750,8 @@ export { default as Heading } from './heading';
|
|
|
750
750
|
export { default as HeadphoneOff } from './headphone-off';
|
|
751
751
|
export { default as Headphones } from './headphones';
|
|
752
752
|
export { default as Headset } from './headset';
|
|
753
|
-
export { default as HeartHandshake } from './heart-handshake';
|
|
754
753
|
export { default as HeartCrack } from './heart-crack';
|
|
754
|
+
export { default as HeartHandshake } from './heart-handshake';
|
|
755
755
|
export { default as HeartMinus } from './heart-minus';
|
|
756
756
|
export { default as HeartOff } from './heart-off';
|
|
757
757
|
export { default as HeartPlus } from './heart-plus';
|
|
@@ -773,46 +773,46 @@ export { default as House } from './house';
|
|
|
773
773
|
export { default as IceCreamBowl } from './ice-cream-bowl';
|
|
774
774
|
export { default as IceCreamCone } from './ice-cream-cone';
|
|
775
775
|
export { default as IdCard } from './id-card';
|
|
776
|
+
export { default as ImageMinus } from './image-minus';
|
|
776
777
|
export { default as ImageDown } from './image-down';
|
|
777
778
|
export { default as ImageOff } from './image-off';
|
|
778
|
-
export { default as ImageMinus } from './image-minus';
|
|
779
779
|
export { default as ImagePlay } from './image-play';
|
|
780
780
|
export { default as ImagePlus } from './image-plus';
|
|
781
781
|
export { default as ImageUp } from './image-up';
|
|
782
782
|
export { default as ImageUpscale } from './image-upscale';
|
|
783
|
-
export { default as Images } from './images';
|
|
784
783
|
export { default as Image } from './image';
|
|
784
|
+
export { default as Images } from './images';
|
|
785
785
|
export { default as Import } from './import';
|
|
786
|
-
export { default as Inbox } from './inbox';
|
|
787
786
|
export { default as IndentDecrease } from './indent-decrease';
|
|
787
|
+
export { default as Inbox } from './inbox';
|
|
788
788
|
export { default as IndentIncrease } from './indent-increase';
|
|
789
789
|
export { default as IndianRupee } from './indian-rupee';
|
|
790
790
|
export { default as Infinity } from './infinity';
|
|
791
791
|
export { default as Info } from './info';
|
|
792
|
-
export { default as InspectionPanel } from './inspection-panel';
|
|
793
792
|
export { default as Instagram } from './instagram';
|
|
793
|
+
export { default as InspectionPanel } from './inspection-panel';
|
|
794
794
|
export { default as Italic } from './italic';
|
|
795
|
-
export { default as IterationCw } from './iteration-cw';
|
|
796
795
|
export { default as IterationCcw } from './iteration-ccw';
|
|
796
|
+
export { default as IterationCw } from './iteration-cw';
|
|
797
797
|
export { default as JapaneseYen } from './japanese-yen';
|
|
798
798
|
export { default as Joystick } from './joystick';
|
|
799
799
|
export { default as Kanban } from './kanban';
|
|
800
|
-
export { default as KeySquare } from './key-square';
|
|
801
800
|
export { default as KeyRound } from './key-round';
|
|
801
|
+
export { default as KeySquare } from './key-square';
|
|
802
802
|
export { default as Key } from './key';
|
|
803
803
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
804
804
|
export { default as KeyboardOff } from './keyboard-off';
|
|
805
805
|
export { default as Keyboard } from './keyboard';
|
|
806
|
-
export { default as LampCeiling } from './lamp-ceiling';
|
|
807
806
|
export { default as LampDesk } from './lamp-desk';
|
|
808
807
|
export { default as LampFloor } from './lamp-floor';
|
|
808
|
+
export { default as LampCeiling } from './lamp-ceiling';
|
|
809
809
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
810
810
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
811
811
|
export { default as Lamp } from './lamp';
|
|
812
812
|
export { default as LandPlot } from './land-plot';
|
|
813
813
|
export { default as Landmark } from './landmark';
|
|
814
|
-
export { default as Languages } from './languages';
|
|
815
814
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
815
|
+
export { default as Languages } from './languages';
|
|
816
816
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
817
817
|
export { default as Laptop } from './laptop';
|
|
818
818
|
export { default as LassoSelect } from './lasso-select';
|
|
@@ -829,8 +829,8 @@ export { default as LayoutTemplate } from './layout-template';
|
|
|
829
829
|
export { default as Leaf } from './leaf';
|
|
830
830
|
export { default as LeafyGreen } from './leafy-green';
|
|
831
831
|
export { default as Lectern } from './lectern';
|
|
832
|
-
export { default as LibraryBig } from './library-big';
|
|
833
832
|
export { default as LetterText } from './letter-text';
|
|
833
|
+
export { default as LibraryBig } from './library-big';
|
|
834
834
|
export { default as Library } from './library';
|
|
835
835
|
export { default as LifeBuoy } from './life-buoy';
|
|
836
836
|
export { default as Ligature } from './ligature';
|
|
@@ -838,18 +838,18 @@ export { default as LightbulbOff } from './lightbulb-off';
|
|
|
838
838
|
export { default as Lightbulb } from './lightbulb';
|
|
839
839
|
export { default as Link2Off } from './link-2-off';
|
|
840
840
|
export { default as Link2 } from './link-2';
|
|
841
|
-
export { default as Linkedin } from './linkedin';
|
|
842
841
|
export { default as Link } from './link';
|
|
842
|
+
export { default as Linkedin } from './linkedin';
|
|
843
843
|
export { default as ListCheck } from './list-check';
|
|
844
844
|
export { default as ListChecks } from './list-checks';
|
|
845
845
|
export { default as ListCollapse } from './list-collapse';
|
|
846
|
-
export { default as ListEnd } from './list-end';
|
|
847
846
|
export { default as ListFilterPlus } from './list-filter-plus';
|
|
847
|
+
export { default as ListEnd } from './list-end';
|
|
848
848
|
export { default as ListFilter } from './list-filter';
|
|
849
849
|
export { default as ListMinus } from './list-minus';
|
|
850
850
|
export { default as ListMusic } from './list-music';
|
|
851
|
-
export { default as ListPlus } from './list-plus';
|
|
852
851
|
export { default as ListOrdered } from './list-ordered';
|
|
852
|
+
export { default as ListPlus } from './list-plus';
|
|
853
853
|
export { default as ListRestart } from './list-restart';
|
|
854
854
|
export { default as ListStart } from './list-start';
|
|
855
855
|
export { default as ListTodo } from './list-todo';
|
|
@@ -879,10 +879,10 @@ export { default as MailMinus } from './mail-minus';
|
|
|
879
879
|
export { default as MailOpen } from './mail-open';
|
|
880
880
|
export { default as MailPlus } from './mail-plus';
|
|
881
881
|
export { default as MailQuestion } from './mail-question';
|
|
882
|
-
export { default as MailSearch } from './mail-search';
|
|
883
882
|
export { default as MailWarning } from './mail-warning';
|
|
884
|
-
export { default as
|
|
883
|
+
export { default as MailSearch } from './mail-search';
|
|
885
884
|
export { default as Mail } from './mail';
|
|
885
|
+
export { default as MailX } from './mail-x';
|
|
886
886
|
export { default as Mailbox } from './mailbox';
|
|
887
887
|
export { default as Mails } from './mails';
|
|
888
888
|
export { default as MapPinCheckInside } from './map-pin-check-inside';
|
|
@@ -890,24 +890,24 @@ export { default as MapPinCheck } from './map-pin-check';
|
|
|
890
890
|
export { default as MapPinHouse } from './map-pin-house';
|
|
891
891
|
export { default as MapPinMinusInside } from './map-pin-minus-inside';
|
|
892
892
|
export { default as MapPinMinus } from './map-pin-minus';
|
|
893
|
+
export { default as MapPinOff } from './map-pin-off';
|
|
893
894
|
export { default as MapPinPlusInside } from './map-pin-plus-inside';
|
|
894
895
|
export { default as MapPinPlus } from './map-pin-plus';
|
|
895
|
-
export { default as MapPinOff } from './map-pin-off';
|
|
896
896
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
897
897
|
export { default as MapPinX } from './map-pin-x';
|
|
898
898
|
export { default as MapPin } from './map-pin';
|
|
899
899
|
export { default as MapPinned } from './map-pinned';
|
|
900
900
|
export { default as MapPlus } from './map-plus';
|
|
901
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
902
901
|
export { default as Map } from './map';
|
|
902
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
903
903
|
export { default as Mars } from './mars';
|
|
904
904
|
export { default as Martini } from './martini';
|
|
905
905
|
export { default as Maximize2 } from './maximize-2';
|
|
906
906
|
export { default as Maximize } from './maximize';
|
|
907
907
|
export { default as Medal } from './medal';
|
|
908
908
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
909
|
-
export { default as Megaphone } from './megaphone';
|
|
910
909
|
export { default as Meh } from './meh';
|
|
910
|
+
export { default as Megaphone } from './megaphone';
|
|
911
911
|
export { default as MemoryStick } from './memory-stick';
|
|
912
912
|
export { default as Menu } from './menu';
|
|
913
913
|
export { default as Merge } from './merge';
|
|
@@ -915,8 +915,8 @@ export { default as MessageCircleCode } from './message-circle-code';
|
|
|
915
915
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
916
916
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
917
917
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
918
|
-
export { default as MessageCircleOff } from './message-circle-off';
|
|
919
918
|
export { default as MessageCirclePlus } from './message-circle-plus';
|
|
919
|
+
export { default as MessageCircleOff } from './message-circle-off';
|
|
920
920
|
export { default as MessageCircleQuestion } from './message-circle-question';
|
|
921
921
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
922
922
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
@@ -930,8 +930,8 @@ export { default as MessageSquareHeart } from './message-square-heart';
|
|
|
930
930
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
931
931
|
export { default as MessageSquareMore } from './message-square-more';
|
|
932
932
|
export { default as MessageSquareOff } from './message-square-off';
|
|
933
|
-
export { default as MessageSquareQuote } from './message-square-quote';
|
|
934
933
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
934
|
+
export { default as MessageSquareQuote } from './message-square-quote';
|
|
935
935
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
936
936
|
export { default as MessageSquareShare } from './message-square-share';
|
|
937
937
|
export { default as MessageSquareText } from './message-square-text';
|
|
@@ -944,33 +944,33 @@ export { default as MicVocal } from './mic-vocal';
|
|
|
944
944
|
export { default as Mic } from './mic';
|
|
945
945
|
export { default as Microchip } from './microchip';
|
|
946
946
|
export { default as Microscope } from './microscope';
|
|
947
|
-
export { default as Microwave } from './microwave';
|
|
948
947
|
export { default as Milestone } from './milestone';
|
|
949
948
|
export { default as MilkOff } from './milk-off';
|
|
949
|
+
export { default as Microwave } from './microwave';
|
|
950
950
|
export { default as Milk } from './milk';
|
|
951
951
|
export { default as Minimize2 } from './minimize-2';
|
|
952
952
|
export { default as Minimize } from './minimize';
|
|
953
953
|
export { default as Minus } from './minus';
|
|
954
|
-
export { default as MonitorCheck } from './monitor-check';
|
|
955
954
|
export { default as MonitorCog } from './monitor-cog';
|
|
955
|
+
export { default as MonitorCheck } from './monitor-check';
|
|
956
956
|
export { default as MonitorDot } from './monitor-dot';
|
|
957
957
|
export { default as MonitorDown } from './monitor-down';
|
|
958
958
|
export { default as MonitorOff } from './monitor-off';
|
|
959
|
+
export { default as MonitorPause } from './monitor-pause';
|
|
959
960
|
export { default as MonitorPlay } from './monitor-play';
|
|
960
961
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
961
|
-
export { default as MonitorPause } from './monitor-pause';
|
|
962
962
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
963
963
|
export { default as MonitorStop } from './monitor-stop';
|
|
964
964
|
export { default as MonitorUp } from './monitor-up';
|
|
965
|
-
export { default as Monitor } from './monitor';
|
|
966
965
|
export { default as MonitorX } from './monitor-x';
|
|
966
|
+
export { default as Monitor } from './monitor';
|
|
967
967
|
export { default as MoonStar } from './moon-star';
|
|
968
968
|
export { default as Moon } from './moon';
|
|
969
969
|
export { default as MountainSnow } from './mountain-snow';
|
|
970
970
|
export { default as Mountain } from './mountain';
|
|
971
|
+
export { default as MouseOff } from './mouse-off';
|
|
971
972
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
972
973
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
973
|
-
export { default as MouseOff } from './mouse-off';
|
|
974
974
|
export { default as MousePointer } from './mouse-pointer';
|
|
975
975
|
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
976
976
|
export { default as Mouse } from './mouse';
|
|
@@ -985,8 +985,8 @@ export { default as MoveLeft } from './move-left';
|
|
|
985
985
|
export { default as MoveRight } from './move-right';
|
|
986
986
|
export { default as MoveUpLeft } from './move-up-left';
|
|
987
987
|
export { default as MoveUpRight } from './move-up-right';
|
|
988
|
-
export { default as MoveUp } from './move-up';
|
|
989
988
|
export { default as MoveVertical } from './move-vertical';
|
|
989
|
+
export { default as MoveUp } from './move-up';
|
|
990
990
|
export { default as Move } from './move';
|
|
991
991
|
export { default as Music2 } from './music-2';
|
|
992
992
|
export { default as Music3 } from './music-3';
|
|
@@ -998,10 +998,11 @@ export { default as NavigationOff } from './navigation-off';
|
|
|
998
998
|
export { default as Navigation } from './navigation';
|
|
999
999
|
export { default as Network } from './network';
|
|
1000
1000
|
export { default as Newspaper } from './newspaper';
|
|
1001
|
-
export { default as NonBinary } from './non-binary';
|
|
1002
1001
|
export { default as Nfc } from './nfc';
|
|
1002
|
+
export { default as NonBinary } from './non-binary';
|
|
1003
1003
|
export { default as NotebookPen } from './notebook-pen';
|
|
1004
1004
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1005
|
+
export { default as NotebookText } from './notebook-text';
|
|
1005
1006
|
export { default as Notebook } from './notebook';
|
|
1006
1007
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1007
1008
|
export { default as NotepadText } from './notepad-text';
|
|
@@ -1012,15 +1013,15 @@ export { default as OctagonMinus } from './octagon-minus';
|
|
|
1012
1013
|
export { default as OctagonPause } from './octagon-pause';
|
|
1013
1014
|
export { default as OctagonX } from './octagon-x';
|
|
1014
1015
|
export { default as Omega } from './omega';
|
|
1016
|
+
export { default as Octagon } from './octagon';
|
|
1015
1017
|
export { default as Option } from './option';
|
|
1016
1018
|
export { default as Orbit } from './orbit';
|
|
1017
1019
|
export { default as Origami } from './origami';
|
|
1018
1020
|
export { default as Package2 } from './package-2';
|
|
1019
1021
|
export { default as PackageCheck } from './package-check';
|
|
1020
1022
|
export { default as PackageMinus } from './package-minus';
|
|
1023
|
+
export { default as PackagePlus } from './package-plus';
|
|
1021
1024
|
export { default as PackageOpen } from './package-open';
|
|
1022
|
-
export { default as NotebookText } from './notebook-text';
|
|
1023
|
-
export { default as Octagon } from './octagon';
|
|
1024
1025
|
export { default as PackageSearch } from './package-search';
|
|
1025
1026
|
export { default as PackageX } from './package-x';
|
|
1026
1027
|
export { default as Package } from './package';
|
|
@@ -1029,31 +1030,30 @@ export { default as PaintRoller } from './paint-roller';
|
|
|
1029
1030
|
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1030
1031
|
export { default as Paintbrush } from './paintbrush';
|
|
1031
1032
|
export { default as Palette } from './palette';
|
|
1032
|
-
export { default as PackagePlus } from './package-plus';
|
|
1033
1033
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1034
1034
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1035
1035
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1036
1036
|
export { default as PanelBottom } from './panel-bottom';
|
|
1037
1037
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1038
1038
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1039
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1039
1040
|
export { default as PanelLeft } from './panel-left';
|
|
1040
1041
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1041
1042
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1042
|
-
export { default as
|
|
1043
|
+
export { default as PanelRightOpen } from './panel-right-open';
|
|
1043
1044
|
export { default as PanelRight } from './panel-right';
|
|
1044
1045
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1045
|
-
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1046
1046
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1047
|
+
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1047
1048
|
export { default as PanelTop } from './panel-top';
|
|
1048
|
-
export { default as PanelRightOpen } from './panel-right-open';
|
|
1049
1049
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1050
1050
|
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1051
1051
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1052
1052
|
export { default as Paperclip } from './paperclip';
|
|
1053
1053
|
export { default as Parentheses } from './parentheses';
|
|
1054
1054
|
export { default as ParkingMeter } from './parking-meter';
|
|
1055
|
-
export { default as Pause } from './pause';
|
|
1056
1055
|
export { default as PartyPopper } from './party-popper';
|
|
1056
|
+
export { default as Pause } from './pause';
|
|
1057
1057
|
export { default as PawPrint } from './paw-print';
|
|
1058
1058
|
export { default as PcCase } from './pc-case';
|
|
1059
1059
|
export { default as PenLine } from './pen-line';
|
|
@@ -1068,33 +1068,33 @@ export { default as Pentagon } from './pentagon';
|
|
|
1068
1068
|
export { default as Percent } from './percent';
|
|
1069
1069
|
export { default as PersonStanding } from './person-standing';
|
|
1070
1070
|
export { default as PhilippinePeso } from './philippine-peso';
|
|
1071
|
-
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1072
1071
|
export { default as PhoneCall } from './phone-call';
|
|
1072
|
+
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1073
1073
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1074
1074
|
export { default as PhoneMissed } from './phone-missed';
|
|
1075
|
+
export { default as PhoneOff } from './phone-off';
|
|
1075
1076
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1076
1077
|
export { default as Phone } from './phone';
|
|
1077
1078
|
export { default as Pi } from './pi';
|
|
1078
1079
|
export { default as Piano } from './piano';
|
|
1079
1080
|
export { default as Pickaxe } from './pickaxe';
|
|
1080
|
-
export { default as PhoneOff } from './phone-off';
|
|
1081
1081
|
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1082
1082
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1083
|
-
export { default as PiggyBank } from './piggy-bank';
|
|
1084
1083
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
1085
|
-
export { default as
|
|
1084
|
+
export { default as PiggyBank } from './piggy-bank';
|
|
1086
1085
|
export { default as PilcrowRight } from './pilcrow-right';
|
|
1086
|
+
export { default as Pilcrow } from './pilcrow';
|
|
1087
1087
|
export { default as PillBottle } from './pill-bottle';
|
|
1088
1088
|
export { default as Pill } from './pill';
|
|
1089
1089
|
export { default as PinOff } from './pin-off';
|
|
1090
1090
|
export { default as Pin } from './pin';
|
|
1091
|
-
export { default as Pizza } from './pizza';
|
|
1092
1091
|
export { default as Pipette } from './pipette';
|
|
1092
|
+
export { default as Pizza } from './pizza';
|
|
1093
1093
|
export { default as PlaneLanding } from './plane-landing';
|
|
1094
1094
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
1095
|
-
export { default as Plug2 } from './plug-2';
|
|
1096
|
-
export { default as Play } from './play';
|
|
1097
1095
|
export { default as Plane } from './plane';
|
|
1096
|
+
export { default as Play } from './play';
|
|
1097
|
+
export { default as Plug2 } from './plug-2';
|
|
1098
1098
|
export { default as PlugZap } from './plug-zap';
|
|
1099
1099
|
export { default as Plug } from './plug';
|
|
1100
1100
|
export { default as Plus } from './plus';
|
|
@@ -1111,8 +1111,8 @@ export { default as Power } from './power';
|
|
|
1111
1111
|
export { default as Presentation } from './presentation';
|
|
1112
1112
|
export { default as PrinterCheck } from './printer-check';
|
|
1113
1113
|
export { default as Printer } from './printer';
|
|
1114
|
-
export { default as Projector } from './projector';
|
|
1115
1114
|
export { default as Proportions } from './proportions';
|
|
1115
|
+
export { default as Projector } from './projector';
|
|
1116
1116
|
export { default as Puzzle } from './puzzle';
|
|
1117
1117
|
export { default as Pyramid } from './pyramid';
|
|
1118
1118
|
export { default as Quote } from './quote';
|
|
@@ -1121,9 +1121,9 @@ export { default as Rabbit } from './rabbit';
|
|
|
1121
1121
|
export { default as Radar } from './radar';
|
|
1122
1122
|
export { default as Radiation } from './radiation';
|
|
1123
1123
|
export { default as Radical } from './radical';
|
|
1124
|
+
export { default as RadioReceiver } from './radio-receiver';
|
|
1124
1125
|
export { default as RadioTower } from './radio-tower';
|
|
1125
1126
|
export { default as Radio } from './radio';
|
|
1126
|
-
export { default as RadioReceiver } from './radio-receiver';
|
|
1127
1127
|
export { default as Radius } from './radius';
|
|
1128
1128
|
export { default as RailSymbol } from './rail-symbol';
|
|
1129
1129
|
export { default as Rainbow } from './rainbow';
|
|
@@ -1133,12 +1133,12 @@ export { default as ReceiptCent } from './receipt-cent';
|
|
|
1133
1133
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1134
1134
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1135
1135
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1136
|
-
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1137
1136
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1137
|
+
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1138
1138
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1139
1139
|
export { default as ReceiptText } from './receipt-text';
|
|
1140
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1141
1140
|
export { default as Receipt } from './receipt';
|
|
1141
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1142
1142
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1143
1143
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1144
1144
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
@@ -1149,15 +1149,15 @@ export { default as Redo } from './redo';
|
|
|
1149
1149
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1150
1150
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1151
1151
|
export { default as RefreshCcw } from './refresh-ccw';
|
|
1152
|
-
export { default as Refrigerator } from './refrigerator';
|
|
1153
1152
|
export { default as RefreshCw } from './refresh-cw';
|
|
1154
|
-
export { default as
|
|
1153
|
+
export { default as Refrigerator } from './refrigerator';
|
|
1155
1154
|
export { default as Regex } from './regex';
|
|
1155
|
+
export { default as RemoveFormatting } from './remove-formatting';
|
|
1156
1156
|
export { default as Repeat1 } from './repeat-1';
|
|
1157
1157
|
export { default as Repeat2 } from './repeat-2';
|
|
1158
1158
|
export { default as Repeat } from './repeat';
|
|
1159
|
-
export { default as ReplaceAll } from './replace-all';
|
|
1160
1159
|
export { default as Replace } from './replace';
|
|
1160
|
+
export { default as ReplaceAll } from './replace-all';
|
|
1161
1161
|
export { default as ReplyAll } from './reply-all';
|
|
1162
1162
|
export { default as Reply } from './reply';
|
|
1163
1163
|
export { default as Rewind } from './rewind';
|
|
@@ -1170,14 +1170,14 @@ export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
|
1170
1170
|
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1171
1171
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1172
1172
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1173
|
-
export { default as RouteOff } from './route-off';
|
|
1174
1173
|
export { default as RotateCw } from './rotate-cw';
|
|
1174
|
+
export { default as RouteOff } from './route-off';
|
|
1175
1175
|
export { default as Route } from './route';
|
|
1176
1176
|
export { default as Router } from './router';
|
|
1177
1177
|
export { default as Rows2 } from './rows-2';
|
|
1178
1178
|
export { default as Rows3 } from './rows-3';
|
|
1179
|
-
export { default as Rows4 } from './rows-4';
|
|
1180
1179
|
export { default as Rss } from './rss';
|
|
1180
|
+
export { default as Rows4 } from './rows-4';
|
|
1181
1181
|
export { default as Ruler } from './ruler';
|
|
1182
1182
|
export { default as RussianRuble } from './russian-ruble';
|
|
1183
1183
|
export { default as Sailboat } from './sailboat';
|
|
@@ -1185,26 +1185,26 @@ export { default as Salad } from './salad';
|
|
|
1185
1185
|
export { default as Sandwich } from './sandwich';
|
|
1186
1186
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1187
1187
|
export { default as Satellite } from './satellite';
|
|
1188
|
-
export { default as SaveAll } from './save-all';
|
|
1189
1188
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1189
|
+
export { default as SaveAll } from './save-all';
|
|
1190
1190
|
export { default as SaveOff } from './save-off';
|
|
1191
1191
|
export { default as Save } from './save';
|
|
1192
|
-
export { default as Scale3d } from './scale-3d';
|
|
1193
1192
|
export { default as Scale } from './scale';
|
|
1193
|
+
export { default as Scale3d } from './scale-3d';
|
|
1194
1194
|
export { default as Scaling } from './scaling';
|
|
1195
1195
|
export { default as ScanBarcode } from './scan-barcode';
|
|
1196
|
+
export { default as ScanEye } from './scan-eye';
|
|
1196
1197
|
export { default as ScanFace } from './scan-face';
|
|
1197
1198
|
export { default as ScanHeart } from './scan-heart';
|
|
1198
|
-
export { default as ScanEye } from './scan-eye';
|
|
1199
1199
|
export { default as ScanLine } from './scan-line';
|
|
1200
1200
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1201
1201
|
export { default as ScanSearch } from './scan-search';
|
|
1202
|
-
export { default as Scan } from './scan';
|
|
1203
1202
|
export { default as ScanText } from './scan-text';
|
|
1203
|
+
export { default as Scan } from './scan';
|
|
1204
1204
|
export { default as School } from './school';
|
|
1205
1205
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1206
|
-
export { default as Scissors } from './scissors';
|
|
1207
1206
|
export { default as ScreenShareOff } from './screen-share-off';
|
|
1207
|
+
export { default as Scissors } from './scissors';
|
|
1208
1208
|
export { default as ScreenShare } from './screen-share';
|
|
1209
1209
|
export { default as ScrollText } from './scroll-text';
|
|
1210
1210
|
export { default as Scroll } from './scroll';
|
|
@@ -1220,26 +1220,26 @@ export { default as Send } from './send';
|
|
|
1220
1220
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1221
1221
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1222
1222
|
export { default as ServerCog } from './server-cog';
|
|
1223
|
-
export { default as ServerCrash } from './server-crash';
|
|
1224
1223
|
export { default as ServerOff } from './server-off';
|
|
1224
|
+
export { default as ServerCrash } from './server-crash';
|
|
1225
1225
|
export { default as Server } from './server';
|
|
1226
1226
|
export { default as Settings2 } from './settings-2';
|
|
1227
1227
|
export { default as Settings } from './settings';
|
|
1228
1228
|
export { default as Shapes } from './shapes';
|
|
1229
|
-
export { default as Share2 } from './share-2';
|
|
1230
1229
|
export { default as Share } from './share';
|
|
1230
|
+
export { default as Share2 } from './share-2';
|
|
1231
1231
|
export { default as Sheet } from './sheet';
|
|
1232
1232
|
export { default as Shell } from './shell';
|
|
1233
1233
|
export { default as ShieldAlert } from './shield-alert';
|
|
1234
1234
|
export { default as ShieldBan } from './shield-ban';
|
|
1235
1235
|
export { default as ShieldCheck } from './shield-check';
|
|
1236
1236
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
1237
|
+
export { default as ShieldHalf } from './shield-half';
|
|
1237
1238
|
export { default as ShieldMinus } from './shield-minus';
|
|
1238
1239
|
export { default as ShieldOff } from './shield-off';
|
|
1239
|
-
export { default as ShieldHalf } from './shield-half';
|
|
1240
1240
|
export { default as ShieldPlus } from './shield-plus';
|
|
1241
|
-
export { default as ShieldUser } from './shield-user';
|
|
1242
1241
|
export { default as ShieldQuestion } from './shield-question';
|
|
1242
|
+
export { default as ShieldUser } from './shield-user';
|
|
1243
1243
|
export { default as ShieldX } from './shield-x';
|
|
1244
1244
|
export { default as Shield } from './shield';
|
|
1245
1245
|
export { default as ShipWheel } from './ship-wheel';
|
|
@@ -1248,38 +1248,39 @@ export { default as Shirt } from './shirt';
|
|
|
1248
1248
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1249
1249
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
1250
1250
|
export { default as ShoppingCart } from './shopping-cart';
|
|
1251
|
-
export { default as ShowerHead } from './shower-head';
|
|
1252
1251
|
export { default as Shovel } from './shovel';
|
|
1253
|
-
export { default as
|
|
1252
|
+
export { default as ShowerHead } from './shower-head';
|
|
1253
|
+
export { default as Shredder } from './shredder';
|
|
1254
1254
|
export { default as Shrink } from './shrink';
|
|
1255
|
+
export { default as Shrimp } from './shrimp';
|
|
1255
1256
|
export { default as Shrub } from './shrub';
|
|
1256
1257
|
export { default as Shuffle } from './shuffle';
|
|
1257
1258
|
export { default as Sigma } from './sigma';
|
|
1258
1259
|
export { default as SignalHigh } from './signal-high';
|
|
1259
|
-
export { default as SignalLow } from './signal-low';
|
|
1260
1260
|
export { default as SignalMedium } from './signal-medium';
|
|
1261
|
+
export { default as SignalLow } from './signal-low';
|
|
1261
1262
|
export { default as SignalZero } from './signal-zero';
|
|
1262
1263
|
export { default as Signal } from './signal';
|
|
1263
1264
|
export { default as Signature } from './signature';
|
|
1264
|
-
export { default as Signpost } from './signpost';
|
|
1265
1265
|
export { default as SignpostBig } from './signpost-big';
|
|
1266
|
-
export { default as SkipBack } from './skip-back';
|
|
1267
1266
|
export { default as Siren } from './siren';
|
|
1267
|
+
export { default as Signpost } from './signpost';
|
|
1268
|
+
export { default as SkipBack } from './skip-back';
|
|
1268
1269
|
export { default as SkipForward } from './skip-forward';
|
|
1269
1270
|
export { default as Skull } from './skull';
|
|
1270
1271
|
export { default as Slack } from './slack';
|
|
1271
1272
|
export { default as Slash } from './slash';
|
|
1272
1273
|
export { default as Slice } from './slice';
|
|
1273
1274
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1274
|
-
export { default as SlidersVertical } from './sliders-vertical';
|
|
1275
1275
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1276
|
+
export { default as SlidersVertical } from './sliders-vertical';
|
|
1276
1277
|
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1277
1278
|
export { default as Smartphone } from './smartphone';
|
|
1278
1279
|
export { default as SmilePlus } from './smile-plus';
|
|
1279
1280
|
export { default as Smile } from './smile';
|
|
1280
1281
|
export { default as Snail } from './snail';
|
|
1281
|
-
export { default as Snowflake } from './snowflake';
|
|
1282
1282
|
export { default as Sofa } from './sofa';
|
|
1283
|
+
export { default as Snowflake } from './snowflake';
|
|
1283
1284
|
export { default as Soup } from './soup';
|
|
1284
1285
|
export { default as Space } from './space';
|
|
1285
1286
|
export { default as Spade } from './spade';
|
|
@@ -1303,8 +1304,8 @@ export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left'
|
|
|
1303
1304
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1304
1305
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1305
1306
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1306
|
-
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1307
1307
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1308
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1308
1309
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1309
1310
|
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1310
1311
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
@@ -1313,20 +1314,20 @@ export { default as SquareChartGantt } from './square-chart-gantt';
|
|
|
1313
1314
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1314
1315
|
export { default as SquareCheck } from './square-check';
|
|
1315
1316
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1316
|
-
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1317
1317
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1318
|
+
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1318
1319
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1319
1320
|
export { default as SquareCode } from './square-code';
|
|
1321
|
+
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1320
1322
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1321
1323
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1322
1324
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1323
|
-
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1324
1325
|
export { default as SquareDashed } from './square-dashed';
|
|
1325
1326
|
export { default as SquareDivide } from './square-divide';
|
|
1326
1327
|
export { default as SquareDot } from './square-dot';
|
|
1328
|
+
export { default as SquareEqual } from './square-equal';
|
|
1327
1329
|
export { default as SquareFunction } from './square-function';
|
|
1328
1330
|
export { default as SquareKanban } from './square-kanban';
|
|
1329
|
-
export { default as SquareEqual } from './square-equal';
|
|
1330
1331
|
export { default as SquareLibrary } from './square-library';
|
|
1331
1332
|
export { default as SquareM } from './square-m';
|
|
1332
1333
|
export { default as SquareMenu } from './square-menu';
|
|
@@ -1338,13 +1339,13 @@ export { default as SquarePen } from './square-pen';
|
|
|
1338
1339
|
export { default as SquarePercent } from './square-percent';
|
|
1339
1340
|
export { default as SquarePi } from './square-pi';
|
|
1340
1341
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1341
|
-
export { default as SquarePlay } from './square-play';
|
|
1342
1342
|
export { default as SquarePlus } from './square-plus';
|
|
1343
1343
|
export { default as SquarePower } from './square-power';
|
|
1344
1344
|
export { default as SquareRadical } from './square-radical';
|
|
1345
|
+
export { default as SquarePlay } from './square-play';
|
|
1345
1346
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1346
|
-
export { default as SquareSigma } from './square-sigma';
|
|
1347
1347
|
export { default as SquareScissors } from './square-scissors';
|
|
1348
|
+
export { default as SquareSigma } from './square-sigma';
|
|
1348
1349
|
export { default as SquareSlash } from './square-slash';
|
|
1349
1350
|
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1350
1351
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
@@ -1355,18 +1356,22 @@ export { default as SquareUserRound } from './square-user-round';
|
|
|
1355
1356
|
export { default as SquareUser } from './square-user';
|
|
1356
1357
|
export { default as SquareX } from './square-x';
|
|
1357
1358
|
export { default as Square } from './square';
|
|
1359
|
+
export { default as SquaresExclude } from './squares-exclude';
|
|
1360
|
+
export { default as SquaresIntersect } from './squares-intersect';
|
|
1361
|
+
export { default as SquaresUnite } from './squares-unite';
|
|
1362
|
+
export { default as SquaresSubtract } from './squares-subtract';
|
|
1358
1363
|
export { default as Squircle } from './squircle';
|
|
1359
1364
|
export { default as Squirrel } from './squirrel';
|
|
1360
1365
|
export { default as Stamp } from './stamp';
|
|
1361
1366
|
export { default as StarHalf } from './star-half';
|
|
1362
1367
|
export { default as StarOff } from './star-off';
|
|
1363
|
-
export { default as StepBack } from './step-back';
|
|
1364
1368
|
export { default as Star } from './star';
|
|
1369
|
+
export { default as StepBack } from './step-back';
|
|
1365
1370
|
export { default as StepForward } from './step-forward';
|
|
1366
1371
|
export { default as Stethoscope } from './stethoscope';
|
|
1367
1372
|
export { default as Sticker } from './sticker';
|
|
1368
|
-
export { default as Store } from './store';
|
|
1369
1373
|
export { default as StickyNote } from './sticky-note';
|
|
1374
|
+
export { default as Store } from './store';
|
|
1370
1375
|
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1371
1376
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1372
1377
|
export { default as Strikethrough } from './strikethrough';
|
|
@@ -1391,72 +1396,72 @@ export { default as TableCellsSplit } from './table-cells-split';
|
|
|
1391
1396
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1392
1397
|
export { default as TableOfContents } from './table-of-contents';
|
|
1393
1398
|
export { default as TableProperties } from './table-properties';
|
|
1394
|
-
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1395
1399
|
export { default as TableRowsSplit } from './table-rows-split';
|
|
1396
1400
|
export { default as Table } from './table';
|
|
1401
|
+
export { default as TabletSmartphone } from './tablet-smartphone';
|
|
1397
1402
|
export { default as Tablet } from './tablet';
|
|
1398
1403
|
export { default as Tablets } from './tablets';
|
|
1399
|
-
export { default as Tag } from './tag';
|
|
1400
1404
|
export { default as Tags } from './tags';
|
|
1401
|
-
export { default as
|
|
1405
|
+
export { default as Tag } from './tag';
|
|
1402
1406
|
export { default as Tally1 } from './tally-1';
|
|
1407
|
+
export { default as Tally2 } from './tally-2';
|
|
1403
1408
|
export { default as Tally3 } from './tally-3';
|
|
1404
1409
|
export { default as Tally4 } from './tally-4';
|
|
1405
|
-
export { default as Tangent } from './tangent';
|
|
1406
1410
|
export { default as Tally5 } from './tally-5';
|
|
1411
|
+
export { default as Tangent } from './tangent';
|
|
1407
1412
|
export { default as Target } from './target';
|
|
1408
1413
|
export { default as Telescope } from './telescope';
|
|
1409
1414
|
export { default as TentTree } from './tent-tree';
|
|
1410
1415
|
export { default as Tent } from './tent';
|
|
1411
|
-
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1412
1416
|
export { default as Terminal } from './terminal';
|
|
1417
|
+
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1413
1418
|
export { default as TestTube } from './test-tube';
|
|
1414
1419
|
export { default as TestTubes } from './test-tubes';
|
|
1415
1420
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1416
1421
|
export { default as TextCursor } from './text-cursor';
|
|
1417
|
-
export { default as TextQuote } from './text-quote';
|
|
1418
1422
|
export { default as TextSearch } from './text-search';
|
|
1423
|
+
export { default as TextQuote } from './text-quote';
|
|
1419
1424
|
export { default as TextSelect } from './text-select';
|
|
1420
1425
|
export { default as Text } from './text';
|
|
1421
1426
|
export { default as Theater } from './theater';
|
|
1422
1427
|
export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
1423
1428
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1424
|
-
export { default as ThumbsDown } from './thumbs-down';
|
|
1425
1429
|
export { default as Thermometer } from './thermometer';
|
|
1430
|
+
export { default as ThumbsDown } from './thumbs-down';
|
|
1426
1431
|
export { default as ThumbsUp } from './thumbs-up';
|
|
1427
1432
|
export { default as TicketCheck } from './ticket-check';
|
|
1428
1433
|
export { default as TicketMinus } from './ticket-minus';
|
|
1429
1434
|
export { default as TicketPercent } from './ticket-percent';
|
|
1430
1435
|
export { default as TicketPlus } from './ticket-plus';
|
|
1431
|
-
export { default as TicketSlash } from './ticket-slash';
|
|
1432
1436
|
export { default as TicketX } from './ticket-x';
|
|
1437
|
+
export { default as TicketSlash } from './ticket-slash';
|
|
1433
1438
|
export { default as Ticket } from './ticket';
|
|
1434
1439
|
export { default as TicketsPlane } from './tickets-plane';
|
|
1435
1440
|
export { default as Tickets } from './tickets';
|
|
1436
|
-
export { default as TimerOff } from './timer-off';
|
|
1437
1441
|
export { default as TimerReset } from './timer-reset';
|
|
1438
1442
|
export { default as Timer } from './timer';
|
|
1443
|
+
export { default as TimerOff } from './timer-off';
|
|
1439
1444
|
export { default as ToggleLeft } from './toggle-left';
|
|
1440
1445
|
export { default as ToggleRight } from './toggle-right';
|
|
1441
|
-
export { default as Toilet } from './toilet';
|
|
1442
1446
|
export { default as Tornado } from './tornado';
|
|
1447
|
+
export { default as Toilet } from './toilet';
|
|
1443
1448
|
export { default as Torus } from './torus';
|
|
1444
1449
|
export { default as TouchpadOff } from './touchpad-off';
|
|
1445
1450
|
export { default as Touchpad } from './touchpad';
|
|
1446
1451
|
export { default as TowerControl } from './tower-control';
|
|
1447
|
-
export { default as Tractor } from './tractor';
|
|
1448
1452
|
export { default as ToyBrick } from './toy-brick';
|
|
1449
|
-
export { default as
|
|
1453
|
+
export { default as Tractor } from './tractor';
|
|
1450
1454
|
export { default as TrafficCone } from './traffic-cone';
|
|
1455
|
+
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1451
1456
|
export { default as TrainFront } from './train-front';
|
|
1452
1457
|
export { default as TrainTrack } from './train-track';
|
|
1453
1458
|
export { default as TramFront } from './tram-front';
|
|
1454
|
-
export { default as Trash2 } from './trash-2';
|
|
1455
1459
|
export { default as Transgender } from './transgender';
|
|
1460
|
+
export { default as Trash2 } from './trash-2';
|
|
1456
1461
|
export { default as Trash } from './trash';
|
|
1457
1462
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1458
|
-
export { default as TreePalm } from './tree-palm';
|
|
1459
1463
|
export { default as TreePine } from './tree-pine';
|
|
1464
|
+
export { default as TreePalm } from './tree-palm';
|
|
1460
1465
|
export { default as Trees } from './trees';
|
|
1461
1466
|
export { default as Trello } from './trello';
|
|
1462
1467
|
export { default as TrendingDown } from './trending-down';
|
|
@@ -1472,8 +1477,8 @@ export { default as Turtle } from './turtle';
|
|
|
1472
1477
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
1473
1478
|
export { default as TvMinimal } from './tv-minimal';
|
|
1474
1479
|
export { default as Tv } from './tv';
|
|
1475
|
-
export { default as Twitter } from './twitter';
|
|
1476
1480
|
export { default as Twitch } from './twitch';
|
|
1481
|
+
export { default as Twitter } from './twitter';
|
|
1477
1482
|
export { default as TypeOutline } from './type-outline';
|
|
1478
1483
|
export { default as Type } from './type';
|
|
1479
1484
|
export { default as UmbrellaOff } from './umbrella-off';
|
|
@@ -1486,8 +1491,8 @@ export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
|
1486
1491
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1487
1492
|
export { default as Ungroup } from './ungroup';
|
|
1488
1493
|
export { default as University } from './university';
|
|
1489
|
-
export { default as Unlink } from './unlink';
|
|
1490
1494
|
export { default as Unlink2 } from './unlink-2';
|
|
1495
|
+
export { default as Unlink } from './unlink';
|
|
1491
1496
|
export { default as Unplug } from './unplug';
|
|
1492
1497
|
export { default as Upload } from './upload';
|
|
1493
1498
|
export { default as Usb } from './usb';
|
|
@@ -1499,11 +1504,11 @@ export { default as UserPlus } from './user-plus';
|
|
|
1499
1504
|
export { default as UserRoundCheck } from './user-round-check';
|
|
1500
1505
|
export { default as UserRoundCog } from './user-round-cog';
|
|
1501
1506
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1507
|
+
export { default as UserRoundPen } from './user-round-pen';
|
|
1502
1508
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1503
1509
|
export { default as UserRoundSearch } from './user-round-search';
|
|
1504
|
-
export { default as UserRoundPen } from './user-round-pen';
|
|
1505
|
-
export { default as UserRoundX } from './user-round-x';
|
|
1506
1510
|
export { default as UserRound } from './user-round';
|
|
1511
|
+
export { default as UserRoundX } from './user-round-x';
|
|
1507
1512
|
export { default as UserSearch } from './user-search';
|
|
1508
1513
|
export { default as UserX } from './user-x';
|
|
1509
1514
|
export { default as User } from './user';
|
|
@@ -1514,31 +1519,31 @@ export { default as Utensils } from './utensils';
|
|
|
1514
1519
|
export { default as UtilityPole } from './utility-pole';
|
|
1515
1520
|
export { default as Variable } from './variable';
|
|
1516
1521
|
export { default as Vault } from './vault';
|
|
1517
|
-
export { default as Vegan } from './vegan';
|
|
1518
1522
|
export { default as VenetianMask } from './venetian-mask';
|
|
1519
|
-
export { default as
|
|
1523
|
+
export { default as Vegan } from './vegan';
|
|
1520
1524
|
export { default as Venus } from './venus';
|
|
1525
|
+
export { default as VenusAndMars } from './venus-and-mars';
|
|
1521
1526
|
export { default as VibrateOff } from './vibrate-off';
|
|
1522
|
-
export { default as Vibrate } from './vibrate';
|
|
1523
1527
|
export { default as VideoOff } from './video-off';
|
|
1524
|
-
export { default as
|
|
1528
|
+
export { default as Vibrate } from './vibrate';
|
|
1525
1529
|
export { default as Video } from './video';
|
|
1530
|
+
export { default as Videotape } from './videotape';
|
|
1526
1531
|
export { default as View } from './view';
|
|
1527
1532
|
export { default as Voicemail } from './voicemail';
|
|
1528
1533
|
export { default as Volleyball } from './volleyball';
|
|
1529
1534
|
export { default as Volume1 } from './volume-1';
|
|
1530
1535
|
export { default as Volume2 } from './volume-2';
|
|
1531
1536
|
export { default as VolumeOff } from './volume-off';
|
|
1532
|
-
export { default as VolumeX } from './volume-x';
|
|
1533
1537
|
export { default as Volume } from './volume';
|
|
1538
|
+
export { default as VolumeX } from './volume-x';
|
|
1534
1539
|
export { default as Vote } from './vote';
|
|
1535
|
-
export { default as WalletCards } from './wallet-cards';
|
|
1536
1540
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1541
|
+
export { default as WalletCards } from './wallet-cards';
|
|
1537
1542
|
export { default as Wallet } from './wallet';
|
|
1538
1543
|
export { default as Wallpaper } from './wallpaper';
|
|
1539
1544
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1540
|
-
export { default as Warehouse } from './warehouse';
|
|
1541
1545
|
export { default as Wand } from './wand';
|
|
1546
|
+
export { default as Warehouse } from './warehouse';
|
|
1542
1547
|
export { default as WashingMachine } from './washing-machine';
|
|
1543
1548
|
export { default as Watch } from './watch';
|
|
1544
1549
|
export { default as WavesLadder } from './waves-ladder';
|
|
@@ -1561,8 +1566,8 @@ export { default as Wind } from './wind';
|
|
|
1561
1566
|
export { default as WineOff } from './wine-off';
|
|
1562
1567
|
export { default as Wine } from './wine';
|
|
1563
1568
|
export { default as Workflow } from './workflow';
|
|
1564
|
-
export { default as WrapText } from './wrap-text';
|
|
1565
1569
|
export { default as Worm } from './worm';
|
|
1570
|
+
export { default as WrapText } from './wrap-text';
|
|
1566
1571
|
export { default as Wrench } from './wrench';
|
|
1567
1572
|
export { default as X } from './x';
|
|
1568
1573
|
export { default as Youtube } from './youtube';
|