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