import * as React from "react"; function FolderIcon(props: React.SVGProps) { return ; } export default FolderIcon;