From 3403ff6bbc37209f6491517dbbd9f7328a2f7332 Mon Sep 17 00:00:00 2001 From: andreeavintila <67580359+andreeavintila@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:25:55 +0200 Subject: [PATCH] batch 16 icons (#1406) --- src/data/app-icons.yaml | 82 ++++++++++++++++++- .../dark-theme/SAPSuccessFactors.svg | 35 +++++++- src/images/app-icons/dark-theme/ToolboxAI.svg | 1 + .../app-icons/dark-theme/ToolboxChampions.svg | 1 + .../dark-theme/ToolboxDevelopment.svg | 1 + .../app-icons/dark-theme/ToolboxIdeas.svg | 1 + .../app-icons/dark-theme/ToolboxLearning.svg | 1 + .../dark-theme/ToolboxProductManagement.svg | 1 + .../app-icons/dark-theme/ToolboxStorage.svg | 1 + .../light-theme/SAPSuccessFactors.svg | 32 +++++++- .../app-icons/light-theme/ToolboxAI.svg | 1 + .../light-theme/ToolboxChampions.svg | 1 + .../light-theme/ToolboxDevelopment.svg | 1 + .../app-icons/light-theme/ToolboxIdeas.svg | 1 + .../app-icons/light-theme/ToolboxLearning.svg | 1 + .../light-theme/ToolboxProductManagement.svg | 1 + .../app-icons/light-theme/ToolboxStorage.svg | 1 + 17 files changed, 160 insertions(+), 3 deletions(-) create mode 100644 src/images/app-icons/dark-theme/ToolboxAI.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxChampions.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxDevelopment.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxIdeas.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxLearning.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxProductManagement.svg create mode 100644 src/images/app-icons/dark-theme/ToolboxStorage.svg create mode 100644 src/images/app-icons/light-theme/ToolboxAI.svg create mode 100644 src/images/app-icons/light-theme/ToolboxChampions.svg create mode 100644 src/images/app-icons/light-theme/ToolboxDevelopment.svg create mode 100644 src/images/app-icons/light-theme/ToolboxIdeas.svg create mode 100644 src/images/app-icons/light-theme/ToolboxLearning.svg create mode 100644 src/images/app-icons/light-theme/ToolboxProductManagement.svg create mode 100644 src/images/app-icons/light-theme/ToolboxStorage.svg diff --git a/src/data/app-icons.yaml b/src/data/app-icons.yaml index deee56690..9f20e5024 100644 --- a/src/data/app-icons.yaml +++ b/src/data/app-icons.yaml @@ -13230,4 +13230,84 @@ - Cloud integration - Hybrid integration - Multicloud connectivity - - Cloud Pak for integration \ No newline at end of file + - Cloud Pak for integration +- name: ToolboxLearning + friendly_name: IBM® Toolbox Learning + category: Stroke style + aliases: + - IBM Toolbox Learning + - toolbox + - briefcase + - case + - learning + - learn + - enablement + - training +- name: ToolboxChampions + friendly_name: IBM® Toolbox Champions + category: Stroke style + aliases: + - IBM Toolbox Champions + - toolbox + - briefcase + - case + - champions + - trophy +- name: ToolboxProductManagement + friendly_name: IBM® Toolbox Product Management + category: Stroke style + aliases: + - IBM Toolbox Product Management + - toolbox + - briefcase + - case + - management + - cube + - pm + - solutions + - pmsol +- name: ToolboxStorage + friendly_name: IBM® Toolbox Storage + category: Stroke style + aliases: + - IBM Toolbox Storage + - toolbox + - briefcase + - case + - storage + - archive + - server +- name: ToolboxIdeas + friendly_name: IBM® Toolbox Ideas + category: Stroke style + aliases: + - IBM Toolbox Ideas + - toolbox + - briefcase + - case + - ideas + - lightbulb + - create + - ideate +- name: ToolboxDevelopment + friendly_name: IBM® Toolbox Development + category: Stroke style + aliases: + - IBM Toolbox Development + - toolbox + - briefcase + - case + - development + - code + - dev + - developer +- name: ToolboxAI + friendly_name: IBM® Toolbox AI + category: Stroke style + aliases: + - IBM Toolbox AI + - toolbox + - briefcase + - case + - AI + - artificial intelligence \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/SAPSuccessFactors.svg b/src/images/app-icons/dark-theme/SAPSuccessFactors.svg index 20dcb287d..fd7e1c0a7 100644 --- a/src/images/app-icons/dark-theme/SAPSuccessFactors.svg +++ b/src/images/app-icons/dark-theme/SAPSuccessFactors.svg @@ -1 +1,34 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxAI.svg b/src/images/app-icons/dark-theme/ToolboxAI.svg new file mode 100644 index 000000000..22999c36d --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxAI.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxChampions.svg b/src/images/app-icons/dark-theme/ToolboxChampions.svg new file mode 100644 index 000000000..17beda3c0 --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxChampions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxDevelopment.svg b/src/images/app-icons/dark-theme/ToolboxDevelopment.svg new file mode 100644 index 000000000..866156ff5 --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxDevelopment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxIdeas.svg b/src/images/app-icons/dark-theme/ToolboxIdeas.svg new file mode 100644 index 000000000..616e4b934 --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxIdeas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxLearning.svg b/src/images/app-icons/dark-theme/ToolboxLearning.svg new file mode 100644 index 000000000..53d5d1643 --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxLearning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxProductManagement.svg b/src/images/app-icons/dark-theme/ToolboxProductManagement.svg new file mode 100644 index 000000000..576d2daaa --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxProductManagement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/dark-theme/ToolboxStorage.svg b/src/images/app-icons/dark-theme/ToolboxStorage.svg new file mode 100644 index 000000000..08a635635 --- /dev/null +++ b/src/images/app-icons/dark-theme/ToolboxStorage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/SAPSuccessFactors.svg b/src/images/app-icons/light-theme/SAPSuccessFactors.svg index cbc91a809..360c0001f 100644 --- a/src/images/app-icons/light-theme/SAPSuccessFactors.svg +++ b/src/images/app-icons/light-theme/SAPSuccessFactors.svg @@ -1 +1,31 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxAI.svg b/src/images/app-icons/light-theme/ToolboxAI.svg new file mode 100644 index 000000000..427e6e7b1 --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxAI.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxChampions.svg b/src/images/app-icons/light-theme/ToolboxChampions.svg new file mode 100644 index 000000000..93420df1b --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxChampions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxDevelopment.svg b/src/images/app-icons/light-theme/ToolboxDevelopment.svg new file mode 100644 index 000000000..35663f633 --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxDevelopment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxIdeas.svg b/src/images/app-icons/light-theme/ToolboxIdeas.svg new file mode 100644 index 000000000..63372b5d5 --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxIdeas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxLearning.svg b/src/images/app-icons/light-theme/ToolboxLearning.svg new file mode 100644 index 000000000..3d14aaa45 --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxLearning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxProductManagement.svg b/src/images/app-icons/light-theme/ToolboxProductManagement.svg new file mode 100644 index 000000000..196757393 --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxProductManagement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/images/app-icons/light-theme/ToolboxStorage.svg b/src/images/app-icons/light-theme/ToolboxStorage.svg new file mode 100644 index 000000000..0157f2d3e --- /dev/null +++ b/src/images/app-icons/light-theme/ToolboxStorage.svg @@ -0,0 +1 @@ + \ No newline at end of file