Skip to content

Commit 2a93517

Browse files
author
Kubit
committed
Add icons to storybook
1 parent 2c8926d commit 2a93517

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

src/assets/storybook/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import ICON_CHEVRON_DOWN from './icons/icon_chevron_down.svg';
33
import ICON_CHEVRON_LEFT from './icons/icon_chevron_left.svg';
44
import ICON_CHEVRON_RIGHT from './icons/icon_chevron_right.svg';
55
import ICON_CHEVRON_UP from './icons/icon_chevron_up.svg';
6+
import ICON_DRAG from './icons/icon_ds_handle.svg';
67
import ICON_GHOST from './icons/icon_ghost.svg';
78
import ICON_PLACEHOLDER from './icons/icon_placeholder.svg';
89
import ICON_CLOSE from './icons/icon_x_close.svg';
@@ -26,6 +27,7 @@ export const ICONS = {
2627
ICON_PLAY_BUTTON,
2728
ICON_CHECKMARK_THICK,
2829
ICON_REPLACE,
30+
ICON_DRAG,
2931
};
3032

3133
export const ILLUSTRATIONS = {

0 commit comments

Comments
 (0)