import * as React from "react"; import type { SVGProps } from "react"; const SvgHealthDashboard = (props: SVGProps) => ( ); export default SvgHealthDashboard;