import { FC, SVGProps } from 'react'; const Arrow: FC> = ({ width = 20, height = 20, stroke = 'currentColor' }) => ( ); export default Arrow;