From e034f09438bf54aaf5245fab924bbd7b2fac9bac Mon Sep 17 00:00:00 2001 From: Horay Date: Mon, 10 Jul 2023 11:23:42 +0200 Subject: [PATCH] Add discount icon (#612) * add icon * add icon * update version --- package-lock.json | 4 ++-- package.json | 2 +- src/components/svgicon/SVGIcon.stories.mdx | 8 ++++++++ src/components/svgicon/icons/ui.tsx | 10 ++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a0b5727..337c00fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nordcloud/gnui", - "version": "8.9.1", + "version": "8.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nordcloud/gnui", - "version": "8.9.1", + "version": "8.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d0b9641a..a905beb4 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": "8.10.0", + "version": "8.11.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/components/svgicon/SVGIcon.stories.mdx b/src/components/svgicon/SVGIcon.stories.mdx index 20722eb1..54feda74 100644 --- a/src/components/svgicon/SVGIcon.stories.mdx +++ b/src/components/svgicon/SVGIcon.stories.mdx @@ -575,6 +575,14 @@ import { theme } from "../../index"; + + + + + discount + + + diff --git a/src/components/svgicon/icons/ui.tsx b/src/components/svgicon/icons/ui.tsx index 91fd6132..eab3ea8c 100644 --- a/src/components/svgicon/icons/ui.tsx +++ b/src/components/svgicon/icons/ui.tsx @@ -1398,4 +1398,14 @@ export const uiIcons = { ), + discount: ( + <> + <> + + + + + + + ), };