type SuccessSvgProps = { className?: string; }; export const SuccessSvg = ({ className }: SuccessSvgProps) => ( Success SVG );