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