import type { ComponentPropsWithoutRef } from "react"; export function FolderIcon(props: ComponentPropsWithoutRef<"svg">) { return ( ); }