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