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