import { SVGProps } from 'react' export default function CheckCircleIcon(props: SVGProps) { return ( ) }