import * as React from 'react'; const UtilityRoom = ({ width, height, color }) => ( ); export default UtilityRoom;