From 9eeb49155e2e74df4d5cb2833da20669b85fafe5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 4 Oct 2023 14:21:24 +0200 Subject: feat(components): add a Help icon shape --- src/components/atoms/images/icons/icon.stories.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/components/atoms/images/icons/icon.stories.tsx') diff --git a/src/components/atoms/images/icons/icon.stories.tsx b/src/components/atoms/images/icons/icon.stories.tsx index fa8d2b5..0da568a 100644 --- a/src/components/atoms/images/icons/icon.stories.tsx +++ b/src/components/atoms/images/icons/icon.stories.tsx @@ -22,6 +22,7 @@ export default { 'envelop', 'feed', 'hamburger', + 'help', 'home', 'magnifying-glass', 'minus', @@ -144,6 +145,14 @@ Hamburger.args = { shape: 'hamburger', }; +/** + * Icon Stories - Help + */ +export const Help = Template.bind({}); +Help.args = { + shape: 'help', +}; + /** * Icon Stories - Home */ -- cgit v1.2.3