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