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: ( + <> + <> + + + + + + + ), };