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