diff --git a/docs/data/joy/components/list/ListUsage.js b/docs/data/joy/components/list/ListUsage.js
index 67fd9b4ad454d4..442bd9b2415124 100644
--- a/docs/data/joy/components/list/ListUsage.js
+++ b/docs/data/joy/components/list/ListUsage.js
@@ -4,7 +4,8 @@ import ListItem from '@mui/joy/ListItem';
import ListItemContent from '@mui/joy/ListItemContent';
import ListItemDecorator from '@mui/joy/ListItemDecorator';
import ListItemButton from '@mui/joy/ListItemButton';
-import Home from '@mui/icons-material/Home';
+import HomeRoundedIcon from '@mui/icons-material/HomeRounded';
+import ShoppingCartRoundedIcon from '@mui/icons-material/ShoppingCartRounded';
import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
import JoyUsageDemo, {
prependLinesSpace,
@@ -53,12 +54,21 @@ ${prependLinesSpace(code, 3)}
-
+
Home
+
+
+
+
+
+ Orders
+
+
+
)}
/>