diff --git a/src/core/client/ui/components/Icon/Icon.tsx b/src/core/client/ui/components/Icon/Icon.tsx index 4f920f2e5..754a46955 100644 --- a/src/core/client/ui/components/Icon/Icon.tsx +++ b/src/core/client/ui/components/Icon/Icon.tsx @@ -15,6 +15,9 @@ interface InnerProps extends HTMLAttributes { size?: "sm" | "md" | "lg" | "xl"; + /** The name of the icon to render */ + children: string; + /** ref to the HTMLIconElement */ ref?: Ref;