import { SVGProps } from 'react'; export default function PlusIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }