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