import PropTypes from 'prop-types'; const SetupIcon = ({ width = 96, height = 96, color = '#007aff', ...props }) => ( ); export default SetupIcon; SetupIcon.propTypes = { width: PropTypes.string, height: PropTypes.string, color: PropTypes.string };