import React from 'react'; const HeartIcon = ({ width = 18, height = 18, fillColor = 'none', color = 'black', }) => ( ); export default HeartIcon;