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'