import type { SVGProps } from "react"; const SvgArrowELeftIcon = (props: SVGProps) => ( ); export default SvgArrowELeftIcon;