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