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