import React from 'react'; import PropTypes from 'prop-types'; const LogoSVG = props => { let length = props.length; return ( Icon Created with Sketch. ); }; LogoSVG.propTypes = { length: PropTypes.any }; export default LogoSVG;