From 54a2dda926b7097d2a22fd08d243d89a90ad1901 Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Mon, 9 Dec 2024 15:47:57 -0700 Subject: [PATCH] Update modules/react/icon/lib/Graphic.tsx --- modules/react/icon/lib/Graphic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;