From 8481aaadaf57c3dca3299c02035fa5a9633a4a4e Mon Sep 17 00:00:00 2001 From: Josh Black Date: Wed, 25 Mar 2020 15:39:44 -0500 Subject: [PATCH] Update README.md --- packages/icons/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/icons/README.md b/packages/icons/README.md index 7c3d9126cee7..5f90223f6684 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -90,6 +90,8 @@ svg [data-icon-path='inner-path'] { } ``` + + In the code snippet above, we are targetting the inner path attribute with `[data-icon-path="inner-path"]`. The value of `fill` will be the custom color you would like to set for the inner path. We also need to set `opacity` to `1`