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