import { forwardRef, SVGProps } from 'react'; export interface ArrowRightProps extends Omit, 'css'> {} export const ArrowRight = forwardRef((props, ref) => ( )); ArrowRight.displayName = 'ArrowRight';