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