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