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