From 743a3306f12237295dd1d6a8824302928fa6c6a1 Mon Sep 17 00:00:00 2001 From: amars29 Date: Mon, 27 Nov 2023 13:19:04 +0530 Subject: [PATCH] fix: heading issue in icon doc --- .../src/components/MediaAndIcons/Icon/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook/src/components/MediaAndIcons/Icon/index.stories.mdx b/example/storybook/src/components/MediaAndIcons/Icon/index.stories.mdx index 5456a703db..d1c6eed31c 100644 --- a/example/storybook/src/components/MediaAndIcons/Icon/index.stories.mdx +++ b/example/storybook/src/components/MediaAndIcons/Icon/index.stories.mdx @@ -346,7 +346,7 @@ Below is a list of all of the icons in the library. We can directly create Icon using `createIcon` function exported from `@gluestack-ui/themed` and use it by passing it in `as` prop in `Icon` component. CreateIcon function takes viewBox, d, path etc as parameters. We can use svgs from other icon libraries like fluent, react-icons etc. -##### Notes to remember while using `createIcon` function +##### Notes to remember while using createIcon function - Pass svg props such as `viewBox` in `createIcon` directly. - Copy the svg code without the SVG tag directly into the function argument `Path` or `D` or whichever prop justifies your svg.