From 82fb8aa307db55cfd42680cc35259284cbdad45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Me=CC=81de=CC=81de=CC=81=20Raymond=20KPATCHAA?= Date: Sat, 17 Aug 2024 16:00:34 +0100 Subject: [PATCH] chore: update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fdae77f..6068b455 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Icon components accept all props that you can pass to a normal SVG element, incl - **mirrored?**: `boolean` – Flip the icon horizontally. Can be useful in RTL languages where normal icon orientation is not appropriate. - **title?**: `string` – Accessibility label - **titleId?**: `string` – Accessibility label ID +- **testID?**: `string` – testID for tests - **duotoneColor?**: `string` – Duotone fill color. Can be any CSS color string, including `hex`, `rgb`, `rgba`, `hsl`, `hsla`, named colors. Default value to black. - **duotoneOpacity?**: `number` – The opacity of the duotoneColor. Default value to 0.2.