import * as React from 'react'; import { withIcon } from './withIcon'; import { IIcon } from '../types/IIcon'; export const IconBedroom = withIcon((props: IIcon) => ( bedroom ));