From 1a38ec6c4332704c14722fff18a94ff2d4bcf04e Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Thu, 30 Sep 2021 10:29:12 -0300 Subject: [PATCH] chore: Adds the drag icon (#16919) --- .../src/assets/images/icons/drag.svg | 22 +++++++++++++++++++ .../src/components/Icons/index.tsx | 1 + 2 files changed, 23 insertions(+) create mode 100644 superset-frontend/src/assets/images/icons/drag.svg 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',