Skip to content

Commit 9eb688d

Browse files
committed
removed unused SVG
1 parent 254568c commit 9eb688d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/src/table/Table.stories.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ const advancedTheme = {
2828
},
2929
};
3030

31-
const icon1 = (
32-
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor">
33-
<path d="M0 0h24v24H0V0z" fill="none" />
34-
<path d="M7.77 6.76L6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24zM7 13h2v-2H7v2zm10-2h-2v2h2v-2zm-6 2h2v-2h-2v2zm6.77-7.52l-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z" />
35-
</svg>
36-
);
37-
3831
const actions = [
3932
{
4033
title: "icon",

0 commit comments

Comments
 (0)