import { SVGProps } from 'react'; const HeartIcon = (props?: SVGProps) => { return ( ); }; export default HeartIcon;