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