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