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