import { FC, SVGProps } from 'react'; export const IconArrowDown: FC> = ({ className, ...restProps }) => ( );