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