diff --git a/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx b/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx
index 3ca09359..7e39ea45 100644
--- a/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx
+++ b/src/components/stateless/AnimatedIcon/AnimatedIcon.mdx
@@ -7,7 +7,7 @@ import { Music, Heart, Play, Smartphone } from 'lucide-react'
# AnimatedIcon
-A lightweight animated wrapper for icon components. Provides a small set of animation *variants* and *modes* and intentionally defaults to `mode="hover"` for performance. Animations respect the user's `prefers-reduced-motion` preference.
+A lightweight animated wrapper for icon components. Provides a small set of animation _variants_ and _modes_ and intentionally defaults to `mode="hover"` for performance. Animations respect the user's `prefers-reduced-motion` preference.
import { ArgsTable } from '../../../storybook/ArgsTable'
@@ -15,10 +15,30 @@ import { ArgsTable } from '../../../storybook/ArgsTable'
@@ -31,10 +51,18 @@ import { ArgsTable } from '../../../storybook/ArgsTable'