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