import React from 'react'; const HeartIcon = ({ fill }) => { return ( ); }; export default HeartIcon;