...

A link allows users to move through applications and websites. Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.

...

Primary Large Icon Text

Code Block
languagejs
() => (
  <Link
    href="https://www.google.com/"
    size="large"
    variant="primary"
    iconSuffix={{ props: { icon: 'linkArrow' } }}
  >
    Link
  </Link>
)

...

Link anatomy:

  1. Label

  2. Leading icon (optional).

...