import type { SVGProps } from "react"; const SvgFolderIcon = (props: SVGProps) => ( ); export default SvgFolderIcon;