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