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