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