import { forwardRef, SVGProps } from 'react'; export interface HeartProps extends Omit, 'css'> {} export const Heart = forwardRef((props, ref) => ( )); Heart.displayName = 'Heart';