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