export default function LikeIcon(props: { strokeWidth: number; color: string; height: number; width: number; }) { return ( ); }