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