import type { SVGProps } from "react"; export function CheckCircleIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }