import React from 'react'; export default function RemoveIcon(props) { return ( ); } RemoveIcon.defaultProps = { height: 24, width: 24, viewBox: '0 0 24 24', };