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