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