From 207af9705c1d76cbe87e2c5d133c0a1c64368971 Mon Sep 17 00:00:00 2001 From: raczyk Date: Tue, 27 Feb 2024 11:01:52 +0100 Subject: [PATCH] new icon debian (#721) --- package.json | 2 +- src/components/svgicon/SVGIcon.stories.tsx | 8 ++++++++ src/components/svgicon/icons/os-provider.tsx | 16 ++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aa01d3b..bf859949 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nordcloud/gnui", "description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products", - "version": "10.2.0", + "version": "10.3.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/svgicon/SVGIcon.stories.tsx b/src/components/svgicon/SVGIcon.stories.tsx index 79c9f692..22055704 100644 --- a/src/components/svgicon/SVGIcon.stories.tsx +++ b/src/components/svgicon/SVGIcon.stories.tsx @@ -1313,6 +1313,14 @@ export const OsProvider: StoryObj = { + + + + + debian + + + ), diff --git a/src/components/svgicon/icons/os-provider.tsx b/src/components/svgicon/icons/os-provider.tsx index a4149a49..b9d6fcff 100644 --- a/src/components/svgicon/icons/os-provider.tsx +++ b/src/components/svgicon/icons/os-provider.tsx @@ -159,4 +159,20 @@ export const osProviderIcons = { /> ), + debian: ( + <> + + + + + ), };