From 4ecbf1e60b76756073264991146653c33ff15454 Mon Sep 17 00:00:00 2001 From: Scott Strubberg Date: Tue, 6 Feb 2024 13:14:59 -0600 Subject: [PATCH] fix(Link): changed the icon (#15668) * chore(strategic-adopters): added more of them * fix(link): new icon --- packages/react/src/components/Link/Link.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/src/components/Link/Link.stories.js b/packages/react/src/components/Link/Link.stories.js index 79b430512d11..38afe5a4198c 100644 --- a/packages/react/src/components/Link/Link.stories.js +++ b/packages/react/src/components/Link/Link.stories.js @@ -6,7 +6,7 @@ */ import React from 'react'; -import { Download } from '@carbon/icons-react'; +import { ArrowRight } from '@carbon/icons-react'; import Link from './Link'; import mdx from './Link.mdx'; @@ -65,7 +65,7 @@ export const Inline = () => ( ); export const PairedWithIcon = () => ( - }> + }> Carbon Docs );