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