Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit afaad41

Browse files
committed
Fix linting issue.
1 parent 78c3f4f commit afaad41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/asset/icon/share.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const Share = props => (
44
<Svg viewBox="0 0 44 47" width="1em" height="1em" {...props}>
55
<G fill="#FFFFFF" fillRule="nonzero">
66
<Path
7-
d="M20.2823393,45.8089582 L8.6208326,33.9983559 C6.7386017,32.112201 9.561948,29.2839686 11.4431809,31.1701236 L19.3034582,39.0535264 C19.6891903,39.4403934 20.0040283,39.3079355 20.0040283,38.7550254 L20.0040283,17.0049295 C20.0040283,15.8957094 20.8976693,14.9999992 22.0000313,14.9999992 C23.1100789,14.9999992 23.9960344,15.8976371 23.9960344,17.0049295 L23.9960344,38.7550254 C23.9960344,39.3053352 24.3096903,39.4415789 24.6966045,39.0535264 L32.5568818,31.1701236 C34.4391127,29.2839686 37.261461,32.112201 35.3792301,33.9983559 L23.7942534,45.7949866 C22.8210143,46.7860065 21.2509472,46.7899499 20.2823393,45.8089582 Z M4,4.99702929 L4,11.9999992 C4,13.1045687 3.1045695,13.9999992 2,13.9999992 C0.8954305,13.9999992 -7.10542736e-15,13.1045687 -7.10542736e-15,11.9999992 L-7.10542736e-15,2.99539679 C-7.10542736e-15,1.33499009 1.3506856,-8.07948688e-07 3.0087752,-8.07948688e-07 L40.9912248,-8.07948688e-07 C42.6465785,-8.07948688e-07 44,1.34474899 44,2.99539679 L44,11.9999992 C44,13.1045687 43.1045695,13.9999992 42,13.9999992 C40.8954305,13.9999992 40,13.1045687 40,11.9999992 L40,4.99702929 C40,4.45303549 39.552097,3.99999919 38.9995806,3.99999919 L5.0004194,3.99999919 C4.455173,3.99999919 4,4.44638479 4,4.99702929 Z" transform="translate(22.000000, 23.270746) rotate(180.000000) translate(-22.000000, -23.270746)"
7+
d="M20.2823393,45.8089582 L8.6208326,33.9983559 C6.7386017,32.112201 9.561948,29.2839686 11.4431809,31.1701236 L19.3034582,39.0535264 C19.6891903,39.4403934 20.0040283,39.3079355 20.0040283,38.7550254 L20.0040283,17.0049295 C20.0040283,15.8957094 20.8976693,14.9999992 22.0000313,14.9999992 C23.1100789,14.9999992 23.9960344,15.8976371 23.9960344,17.0049295 L23.9960344,38.7550254 C23.9960344,39.3053352 24.3096903,39.4415789 24.6966045,39.0535264 L32.5568818,31.1701236 C34.4391127,29.2839686 37.261461,32.112201 35.3792301,33.9983559 L23.7942534,45.7949866 C22.8210143,46.7860065 21.2509472,46.7899499 20.2823393,45.8089582 Z M4,4.99702929 L4,11.9999992 C4,13.1045687 3.1045695,13.9999992 2,13.9999992 C0.8954305,13.9999992 -7.10542736e-15,13.1045687 -7.10542736e-15,11.9999992 L-7.10542736e-15,2.99539679 C-7.10542736e-15,1.33499009 1.3506856,-8.07948688e-07 3.0087752,-8.07948688e-07 L40.9912248,-8.07948688e-07 C42.6465785,-8.07948688e-07 44,1.34474899 44,2.99539679 L44,11.9999992 C44,13.1045687 43.1045695,13.9999992 42,13.9999992 C40.8954305,13.9999992 40,13.1045687 40,11.9999992 L40,4.99702929 C40,4.45303549 39.552097,3.99999919 38.9995806,3.99999919 L5.0004194,3.99999919 C4.455173,3.99999919 4,4.44638479 4,4.99702929 Z"
8+
transform="translate(22.000000, 23.270746) rotate(180.000000) translate(-22.000000, -23.270746)"
89
/>
910
</G>
1011
</Svg>

0 commit comments

Comments
 (0)