diff options
Diffstat (limited to 'src/components/atoms/images/icons/icon.stories.tsx')
| -rw-r--r-- | src/components/atoms/images/icons/icon.stories.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
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', @@ -145,6 +146,14 @@ Hamburger.args = { }; /** + * Icon Stories - Help + */ +export const Help = Template.bind({}); +Help.args = { + shape: 'help', +}; + +/** * Icon Stories - Home */ export const Home = Template.bind({}); |
