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