diff --git a/src/icon.tsx b/src/icon.tsx index 182182c..de8f59a 100644 --- a/src/icon.tsx +++ b/src/icon.tsx @@ -5,7 +5,7 @@ interface Props extends JSX.SvgSVGAttributes { * This is the path of the SVG */ path: { - path: JSX.Element; + path: () => JSX.Element; outline?: boolean; mini?: boolean; };