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