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