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