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