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 254568c commit 9eb688dCopy full SHA for 9eb688d
lib/src/table/Table.stories.tsx
@@ -28,13 +28,6 @@ const advancedTheme = {
28
},
29
};
30
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
-
38
const actions = [
39
{
40
title: "icon",
0 commit comments