diff --git a/apps/site/src/content/design-system/components/alert/code/development-examples/content.mdoc b/apps/site/src/content/design-system/components/alert/code/development-examples/content.mdoc
index cf2720b59..cab4267e7 100644
--- a/apps/site/src/content/design-system/components/alert/code/development-examples/content.mdoc
+++ b/apps/site/src/content/design-system/components/alert/code/development-examples/content.mdoc
@@ -39,3 +39,22 @@
Heads up! This alert needs your attention, but it’s not super important. Link
```
+
+### Icon sizes
+
+```jsx
+
+
Medium
+
+ This alert has a Medium icon.
+
+
Small
+
+ This alert has a Small icon.
+
+
Extra Small
+
+ This alert has an Extra Small icon.
+
+
+```
diff --git a/apps/site/src/content/design-system/components/alert/design/alert-text/content.mdoc b/apps/site/src/content/design-system/components/alert/design/alert-text/content.mdoc
index ee8f7ed9b..bae7c4229 100644
--- a/apps/site/src/content/design-system/components/alert/design/alert-text/content.mdoc
+++ b/apps/site/src/content/design-system/components/alert/design/alert-text/content.mdoc
@@ -1,3 +1,5 @@
+### Styles
+
Alert text comes in four different styles and is configurable to allow for simple styling, eg links, bold and italics. It must be used with the defaulted icon to comply with accessibility guidelines, as per Alert boxes. Definitions and usage examples for each style are provided further down the page.
```jsx
@@ -20,3 +22,24 @@ Alert text comes in four different styles and is configurable to allow for simpl
```
+
+### Icon sizes
+
+The icon that accompanies Alert text has three size options, Md-24px, Sm-18px and Xs-12px.
+
+```jsx
+
+
Medium
+
+ This alert has a Medium icon.
+
+
Small
+
+ This alert has a Small icon.
+
+
Extra Small
+
+ This alert has an Extra Small icon.
+
+
+```