diff --git a/packages/css/src/components/icon/README.md b/packages/css/src/components/icon/README.md index 3e7d76fd4e..8edf828734 100644 --- a/packages/css/src/components/icon/README.md +++ b/packages/css/src/components/icon/README.md @@ -29,3 +29,7 @@ Icons are aligned to the left of the text by default and vertically centred to t Icons use the same text levels as all typographic components to determine their size. This ensures easy alignment between icons and text. [Refer to the typography documentation for more information](/docs/docs-design-guidelines-typography--docs). + +## Overview + +[You can find an overview of the available icons here](/docs/docs-assets-icons--docs). diff --git a/storybook/src/components/Icon/Icon.docs.mdx b/storybook/src/components/Icon/Icon.docs.mdx index 49ed511d58..185e7f02b9 100644 --- a/storybook/src/components/Icon/Icon.docs.mdx +++ b/storybook/src/components/Icon/Icon.docs.mdx @@ -11,7 +11,7 @@ import { StatusBadge } from "../../docs/components/StatusBadge"; {README} -# Usage +## Usage Use the React Icon component together with a React SVG component from `@amsterdam/design-system-react-icons`. Import this SVG as follows: