diff --git a/modules/react/icon/lib/Graphic.tsx b/modules/react/icon/lib/Graphic.tsx index 56fb01b36a..5d4bd6733e 100644 --- a/modules/react/icon/lib/Graphic.tsx +++ b/modules/react/icon/lib/Graphic.tsx @@ -74,7 +74,7 @@ export const graphicStyles = ({width, height, grow}: GraphicStyles): CSSObject = type GraphicImageProps = ExtractProps; /** - * Returns an overloaded functional component that uses button props by default. + * Returns an overloaded functional component that uses Graphic props by default. */ type GraphicOverload = { (props: {src: CanvasGraphic} & GraphicProps & {ref?: React.Ref}): React.ReactElement;