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