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