From 3c85bad8cc22c11583554176262de0b47e252fb6 Mon Sep 17 00:00:00 2001 From: semnil5202 Date: Mon, 14 Oct 2024 23:39:08 +0900 Subject: [PATCH] =?UTF-8?q?storybook:=20SVGNavigation=20=EC=8A=A4=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=EB=B6=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/SVGNavigation.stories.tsx | 39 ++++++++++++--------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/src/stories/SVGNavigation.stories.tsx b/src/stories/SVGNavigation.stories.tsx index c407ab3..f8b1e53 100644 --- a/src/stories/SVGNavigation.stories.tsx +++ b/src/stories/SVGNavigation.stories.tsx @@ -1,12 +1,14 @@ import { Meta, StoryObj } from '@storybook/react'; - import { - SVGNavWrite24, - SVGNavActiveFeed, - SVGNavFeed, - SVGNavActiveProfile, - SVGNavProfile, -} from '../.'; + SVGNavAlarm, + SVGNavAlarmFilled, + SVGNavEdit, + SVGNavEditFilled, + SVGNavHome, + SVGNavHomeFilled, + SVGNavUser, + SVGNavUserFilled, +} from '..'; const meta = { title: 'Assets/SVG/Navigation', @@ -19,21 +21,14 @@ type Story = StoryObj; export const Default: Story = { render: () => (
-
- -
- - - - + + + + + + + +
), };