You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/js/stories/docs/Icon.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ Icons are used throughout the Control Panel to provide visual cues and improve u
11
11
Use the `name` prop to specify which icon to display.
12
12
<Canvasof={IconStories.Default} />
13
13
14
+
## Alternate Sets
15
+
Use the `set` prop or prefix the icon name with `set::` to render an icon from another registered set. When both are provided and they disagree, the set in the icon name wins and a warning is logged.
16
+
<Canvasof={IconStories.AlternateSetInName} />
17
+
14
18
## Available Icons
15
19
All icons available in the default icon set. Click to copy the icon name.
0 commit comments