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