import React from "react"; import SvgIcon from "./base"; function Plus({ className = "" }) { return ( ); } export default Plus;