11import React from 'react' ;
22
3- export default ( { width = 35 , height = 35 , className } ) => (
3+ export default ( {
4+ width = 35 ,
5+ height = 35 ,
6+ className,
7+ } : { width : number , height : number , className : ?string } ) => (
48 < svg
59 x = "0px"
610 y = "0px"
@@ -12,15 +16,15 @@ export default ({ width = 35, height = 35, className }) => (
1216 < g id = "Layer_1" >
1317 < polyline
1418 fill = "#FFFFFF"
15- points = "719.001,851 719.001,639.848 902,533.802 902,745.267 719.001,851 "
19+ points = "719.001,851 719.001,639.848 902,533.802 902,745.267 719.001,851"
1620 />
1721 < polyline
1822 fill = "#FFFFFF"
19- points = "302.082,643.438 122.167,539.135 122.167,747.741 302.082,852.573 302.082,643.438 "
23+ points = "302.082,643.438 122.167,539.135 122.167,747.741 302.082,852.573 302.082,643.438"
2024 />
2125 < polyline
2226 fill = "#FFFFFF"
23- points = "511.982,275.795 694.939,169.633 512.06,63 328.436,169.987 511.982,275.795 "
27+ points = "511.982,275.795 694.939,169.633 512.06,63 328.436,169.987 511.982,275.795"
2428 />
2529 </ g >
2630 < g id = "Layer_2" >
@@ -29,7 +33,7 @@ export default ({ width = 35, height = 35, className }) => (
2933 stroke = "#FFFFFF"
3034 strokeWidth = "50"
3135 strokeMiterlimit = "10"
32- points = "899,287.833 509,513 509,963 "
36+ points = "899,287.833 509,513 509,963"
3337 />
3438 < line
3539 fill = "none"
@@ -53,8 +57,7 @@ export default ({ width = 35, height = 35, className }) => (
5357 stroke = "#FFFFFF"
5458 strokeWidth = "50"
5559 strokeMiterlimit = "10"
56- points = "121,739.083 510.917,963.042 901,738.333
57- 901,288 511,62 121,289 "
60+ points = "121,739.083 510.917,963.042 901,738.333 901,288 511,62 121,289"
5861 />
5962 </ g >
6063 </ svg >
0 commit comments