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