diff --git a/superset-frontend/src/assets/images/icons/drag.svg b/superset-frontend/src/assets/images/icons/drag.svg new file mode 100644 index 0000000000..7e2a5dc69c --- /dev/null +++ b/superset-frontend/src/assets/images/icons/drag.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/superset-frontend/src/components/Icons/index.tsx b/superset-frontend/src/components/Icons/index.tsx index f281e90182..85ababc1db 100644 --- a/superset-frontend/src/components/Icons/index.tsx +++ b/superset-frontend/src/components/Icons/index.tsx @@ -64,6 +64,7 @@ const IconFileNames = [ 'dataset_virtual_greyscale', 'dataset_virtual', 'download', + 'drag', 'edit_alt', 'edit', 'email',