From d752ee10327aedaa5fa4ebeb24e667c9d3738e9e Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 3 Jun 2026 16:33:49 +0300 Subject: [PATCH] use alt share icon --- src/components/Link.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Link.tsx b/src/components/Link.tsx index 0d3297a7db..258ba58ca4 100644 --- a/src/components/Link.tsx +++ b/src/components/Link.tsx @@ -31,7 +31,7 @@ import {useInAppBrowser} from '#/state/preferences/in-app-browser' import {atoms as a, flatten, type TextStyleProp, useTheme, web} from '#/alf' import {Button, type ButtonProps} from '#/components/Button' import {useInteractionState} from '#/components/hooks/useInteractionState' -import {ArrowOutOfBox_Stroke2_Corner0_Rounded as ShareIcon} from '#/components/icons/ArrowOutOfBox' +import {ArrowShareRight_Stroke2_Corner2_Rounded as ShareIcon} from '#/components/icons/ArrowShareRight' import * as PeekMenu from '#/components/PeekMenu' import {Text, type TextProps} from '#/components/Typography' import {IS_IOS, IS_NATIVE, IS_WEB} from '#/env'