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