import { FC, SVGProps } from 'react'; export const SquareDottedPattern: FC> = (props) => ( <> );