We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8926d commit 2a93517Copy full SHA for 2a93517
src/assets/storybook/icons/icon_ds_handle.svg
src/assets/storybook/index.ts
@@ -3,6 +3,7 @@ import ICON_CHEVRON_DOWN from './icons/icon_chevron_down.svg';
3
import ICON_CHEVRON_LEFT from './icons/icon_chevron_left.svg';
4
import ICON_CHEVRON_RIGHT from './icons/icon_chevron_right.svg';
5
import ICON_CHEVRON_UP from './icons/icon_chevron_up.svg';
6
+import ICON_DRAG from './icons/icon_ds_handle.svg';
7
import ICON_GHOST from './icons/icon_ghost.svg';
8
import ICON_PLACEHOLDER from './icons/icon_placeholder.svg';
9
import ICON_CLOSE from './icons/icon_x_close.svg';
@@ -26,6 +27,7 @@ export const ICONS = {
26
27
ICON_PLAY_BUTTON,
28
ICON_CHECKMARK_THICK,
29
ICON_REPLACE,
30
+ ICON_DRAG,
31
};
32
33
export const ILLUSTRATIONS = {
0 commit comments