From c2ec608212cd5b15a0559d1e23f1e0c77c8cfad5 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 24 Jan 2026 21:53:56 +0000 Subject: feat(ui): add link icon and use it for copy-to-clipboard buttons Replace copy icon with new link icon in share URL copy button and TextField copyable button for better visual indication. --- packages/ui/src/components/icon.tsx | 1 + packages/ui/src/components/text-field.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/ui') diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index 38de8fda7..f082605b4 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -72,6 +72,7 @@ const icons = { keyboard: ``, selector: ``, "arrow-down-to-line": ``, + link: ``, } export interface IconProps extends ComponentProps<"svg"> { diff --git a/packages/ui/src/components/text-field.tsx b/packages/ui/src/components/text-field.tsx index 0694e421e..2e9f72374 100644 --- a/packages/ui/src/components/text-field.tsx +++ b/packages/ui/src/components/text-field.tsx @@ -99,7 +99,7 @@ export function TextField(props: TextFieldProps) { >