diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-10-04 14:21:24 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-11 18:14:41 +0100 |
| commit | 9eeb49155e2e74df4d5cb2833da20669b85fafe5 (patch) | |
| tree | ab35675fc05e9a68d6e06ccd1d5e7cac585a0347 /src/components/atoms/images/icons/icon.stories.tsx | |
| parent | be61ffb6fe500cdbfa83b9cd131b8e72779f23c2 (diff) | |
feat(components): add a Help icon shape
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({}); |
