From baed0414a32f1395f52aff8181c5e73d10960408 Mon Sep 17 00:00:00 2001 From: Bartosz Bukowiec Date: Thu, 12 Jan 2023 17:17:35 +0100 Subject: [PATCH 1/2] feat(icon): workspaces icons --- .../components/icon/src/svg/stats-color-m.svg | 1 + .../components/icon/src/svg/stats-gray-m.svg | 1 + .../components/icon/src/svg/users-color-m.svg | 1 + .../components/icon/src/svg/users-gray-m.svg | 1 + .../icon/src/svg/workspaces-color-gray.svg | 28 +++++++++++++++++++ .../icon/src/svg/workspaces-gray-m.svg | 1 + 6 files changed, 33 insertions(+) create mode 100644 packages/components/icon/src/svg/stats-color-m.svg create mode 100644 packages/components/icon/src/svg/stats-gray-m.svg create mode 100644 packages/components/icon/src/svg/users-color-m.svg create mode 100644 packages/components/icon/src/svg/users-gray-m.svg create mode 100644 packages/components/icon/src/svg/workspaces-color-gray.svg create mode 100644 packages/components/icon/src/svg/workspaces-gray-m.svg diff --git a/packages/components/icon/src/svg/stats-color-m.svg b/packages/components/icon/src/svg/stats-color-m.svg new file mode 100644 index 000000000..512f58a65 --- /dev/null +++ b/packages/components/icon/src/svg/stats-color-m.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 13 Stats / 01 Active \ No newline at end of file diff --git a/packages/components/icon/src/svg/stats-gray-m.svg b/packages/components/icon/src/svg/stats-gray-m.svg new file mode 100644 index 000000000..405bc8d44 --- /dev/null +++ b/packages/components/icon/src/svg/stats-gray-m.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 13 Stats / 02 Inactive \ No newline at end of file diff --git a/packages/components/icon/src/svg/users-color-m.svg b/packages/components/icon/src/svg/users-color-m.svg new file mode 100644 index 000000000..d5914d750 --- /dev/null +++ b/packages/components/icon/src/svg/users-color-m.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 12 Users / 01 Active \ No newline at end of file diff --git a/packages/components/icon/src/svg/users-gray-m.svg b/packages/components/icon/src/svg/users-gray-m.svg new file mode 100644 index 000000000..2f7616730 --- /dev/null +++ b/packages/components/icon/src/svg/users-gray-m.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 12 Users / 02 Inactive \ No newline at end of file diff --git a/packages/components/icon/src/svg/workspaces-color-gray.svg b/packages/components/icon/src/svg/workspaces-color-gray.svg new file mode 100644 index 000000000..123951eb5 --- /dev/null +++ b/packages/components/icon/src/svg/workspaces-color-gray.svg @@ -0,0 +1,28 @@ + + + 01 App menu / 03 Elements / 02 Icons / 11 Workspaces / 01 Active + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/components/icon/src/svg/workspaces-gray-m.svg b/packages/components/icon/src/svg/workspaces-gray-m.svg new file mode 100644 index 000000000..5b3fce1d2 --- /dev/null +++ b/packages/components/icon/src/svg/workspaces-gray-m.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 11 Workspaces / 02 Inactive \ No newline at end of file From 06dcd945e0eefa29d2d24c1c028efbb06a26a066 Mon Sep 17 00:00:00 2001 From: Bartosz Bukowiec Date: Thu, 12 Jan 2023 17:40:28 +0100 Subject: [PATCH 2/2] feat(icon): workspaces icon color name --- .../icon/src/svg/workspaces-color-gray.svg | 28 ------------------- .../icon/src/svg/workspaces-color.svg | 1 + 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 packages/components/icon/src/svg/workspaces-color-gray.svg create mode 100644 packages/components/icon/src/svg/workspaces-color.svg diff --git a/packages/components/icon/src/svg/workspaces-color-gray.svg b/packages/components/icon/src/svg/workspaces-color-gray.svg deleted file mode 100644 index 123951eb5..000000000 --- a/packages/components/icon/src/svg/workspaces-color-gray.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - 01 App menu / 03 Elements / 02 Icons / 11 Workspaces / 01 Active - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/components/icon/src/svg/workspaces-color.svg b/packages/components/icon/src/svg/workspaces-color.svg new file mode 100644 index 000000000..a86f0d3ab --- /dev/null +++ b/packages/components/icon/src/svg/workspaces-color.svg @@ -0,0 +1 @@ + 01 App menu / 03 Elements / 02 Icons / 11 Workspaces / 01 Active \ No newline at end of file