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