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