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