From ac7fe53700deb8d5ac8685b354db60c64b40f099 Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Mon, 4 Jul 2022 00:17:18 -0700 Subject: [PATCH] chore: updates D&D icon (#1844) Signed-off-by: Ashwin Pc --- .../wizard/public/assets/wizard_icon.svg | 25 +++++++++++++++++++ src/plugins/wizard/public/plugin.ts | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/plugins/wizard/public/assets/wizard_icon.svg diff --git a/src/plugins/wizard/public/assets/wizard_icon.svg b/src/plugins/wizard/public/assets/wizard_icon.svg new file mode 100644 index 000000000000..69da8016eb12 --- /dev/null +++ b/src/plugins/wizard/public/assets/wizard_icon.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/plugins/wizard/public/plugin.ts b/src/plugins/wizard/public/plugin.ts index d238603cbfa3..db8b95244093 100644 --- a/src/plugins/wizard/public/plugin.ts +++ b/src/plugins/wizard/public/plugin.ts @@ -19,6 +19,7 @@ import { WizardSetup, WizardStart, } from './types'; +import wizardIcon from './assets/wizard_icon.svg'; import { PLUGIN_NAME } from '../common'; import { TypeService } from './services/type_service'; import { getPreloadedStore } from './application/utils/state_management'; @@ -92,7 +93,7 @@ export class WizardPlugin defaultMessage: 'TODO...', }), // TODO: Replace with actual icon once available - icon: 'vector', + icon: wizardIcon, stage: 'beta', aliasApp: 'wizard', aliasPath: '#/',