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