From 5c732a8e25083528a639da9374de9ae12eb3bf7c Mon Sep 17 00:00:00 2001 From: matt423 Date: Thu, 5 Dec 2024 11:14:54 +0000 Subject: [PATCH] chore: Add navigation icons * Add organization, account and app icons for use in navigation menu --- package.json | 2 +- .../Icon/__snapshots__/Icon.stories.tsx.snap | 45 +++++++++++++++++++ src/core/icons/icon-gui-account.svg | 3 ++ src/core/icons/icon-gui-app.svg | 3 ++ src/core/icons/icon-gui-organization.svg | 3 ++ 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 src/core/icons/icon-gui-account.svg create mode 100644 src/core/icons/icon-gui-app.svg create mode 100644 src/core/icons/icon-gui-organization.svg diff --git a/package.json b/package.json index cad1c0861..ce4231e8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "15.1.2", + "version": "15.1.3", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/src/core/Icon/__snapshots__/Icon.stories.tsx.snap b/src/core/Icon/__snapshots__/Icon.stories.tsx.snap index e45efd44c..a45c0aed3 100644 --- a/src/core/Icon/__snapshots__/Icon.stories.tsx.snap +++ b/src/core/Icon/__snapshots__/Icon.stories.tsx.snap @@ -1638,6 +1638,36 @@ exports[`Components/Icon GUIIcons smoke-test 1`] = ` +
+ + icon-gui-account + +
+
+ + + + +
+
+
+
+ + icon-gui-app + +
+
+ + + + +
+
+
icon-gui-arrow-bidirectional-horizontal @@ -2163,6 +2193,21 @@ exports[`Components/Icon GUIIcons smoke-test 1`] = `
+
+ + icon-gui-organization + +
+
+ + + + +
+
+
icon-gui-partial diff --git a/src/core/icons/icon-gui-account.svg b/src/core/icons/icon-gui-account.svg new file mode 100644 index 000000000..6891f8e3b --- /dev/null +++ b/src/core/icons/icon-gui-account.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/core/icons/icon-gui-app.svg b/src/core/icons/icon-gui-app.svg new file mode 100644 index 000000000..025a0c84a --- /dev/null +++ b/src/core/icons/icon-gui-app.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/core/icons/icon-gui-organization.svg b/src/core/icons/icon-gui-organization.svg new file mode 100644 index 000000000..11d55d823 --- /dev/null +++ b/src/core/icons/icon-gui-organization.svg @@ -0,0 +1,3 @@ + + +