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