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