From bf8235bffc5ed39ab496509223ed5438b15468d2 Mon Sep 17 00:00:00 2001 From: Evan Date: Thu, 6 Jun 2024 21:55:45 -0400 Subject: [PATCH] fix(docs): fix v6 classname in icons readme --- packages/react-icons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-icons/README.md b/packages/react-icons/README.md index 7cdc14f48e5..200b4943563 100644 --- a/packages/react-icons/README.md +++ b/packages/react-icons/README.md @@ -14,7 +14,7 @@ For a list of the available icons please refer to the [PatternFly react docs](ht ## Styling icons -All icons from @patternfly/react-icons have the HTML class pf-v5-svg applied and CSS styles applied via @patternfly/react-styles. +All icons from @patternfly/react-icons have the HTML class `pf-v6-svg` applied and CSS styles applied via @patternfly/react-styles. If not using @patternfly/react-icons in conjunction with @patternfly/react-styles, then the following generic styles will need to be applied to the icons: `height="1em", style="vertical-align: -0.125em;" width="1em"`