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