import { SVGProps } from "react"; export function ExpandIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }