Skip to content

Commit e600abd

Browse files
authored
Add new icon (#657)
1 parent 34413e7 commit e600abd

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "8.20.1",
4+
"version": "8.21.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/components/svgicon/SVGIcon.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,14 @@ export const OsProvider: StoryObj = {
12891289
</Text>
12901290
</FlexContainer>
12911291
</CopyToClipboard>
1292+
<CopyToClipboard text="rocky">
1293+
<FlexContainer direction="column">
1294+
<SVGIcon name="rocky" />
1295+
<Text size="xs" mt=".25rem">
1296+
rocky
1297+
</Text>
1298+
</FlexContainer>
1299+
</CopyToClipboard>
12921300
</FlexContainer>
12931301
),
12941302

src/components/svgicon/icons/os-provider.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,12 @@ export const osProviderIcons = {
151151
/>
152152
</>
153153
),
154+
rocky: (
155+
<>
156+
<path
157+
d="m21.92,15.46c.38-1.08.58-2.25.58-3.46,0-5.8-4.7-10.5-10.5-10.5S1.5,6.2,1.5,12c0,2.87,1.15,5.47,3.02,7.37l10.65-10.65,2.63,2.63,4.12,4.12Zm-1.92,3.34l-4.83-4.83-7.56,7.56c1.34.62,2.83.96,4.4.96,3.2,0,6.07-1.43,8-3.7Z"
158+
fill="#10b981"
159+
/>
160+
</>
161+
),
154162
};

0 commit comments

Comments
 (0)