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