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