export interface IHeartSvgProps { filled?: boolean; fillColor: string; strokeColor: string; inactiveFillColor: string; inactiveStrokeColor: string; size: number; duration?: number; }