diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 0f0d42c5965..8410f7612c3 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -516,6 +516,7 @@ export type EuiIconProps = CommonProps & /** * One of EUI's color palette or a valid CSS color value https://developer.mozilla.org/en-US/docs/Web/CSS/color_value. * Note that coloring only works if your SVG is removed of fill attributes. + * **`secondary` color is DEPRECATED, use `success` instead** */ color?: IconColor; /**