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