import type { SVGProps } from "react"; const SvgFileIcon = (props: SVGProps) => ( ); export default SvgFileIcon;