import type { SVGProps } from 'react'; export const SuccessIcon = ({ width = 24, height = 24, }: SVGProps) => { return ( ); };