Skip to content

Commit f2906a2

Browse files
authored
cloud additional icon (#623)
1 parent cfb84ae commit f2906a2

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.12.0",
4+
"version": "8.13.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/components/svgicon/SVGIcon.stories.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ import { theme } from "../../index";
9191
</Text>
9292
</FlexContainer>
9393
</CopyToClipboard>
94+
<CopyToClipboard text="cloudDataOnly">
95+
<FlexContainer direction="column">
96+
<SVGIcon name="cloudDataOnly" />
97+
<Text size="xs" mt=".25rem">
98+
cloudDataOnly
99+
</Text>
100+
</FlexContainer>
101+
</CopyToClipboard>
94102
<CopyToClipboard text="cloudQuestionMark">
95103
<FlexContainer direction="column">
96104
<SVGIcon name="cloudQuestionMark" />

src/components/svgicon/icons/ui.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,4 +1418,12 @@ export const uiIcons = {
14181418
</>
14191419
</>
14201420
),
1421+
cloudDataOnly: (
1422+
<>
1423+
<path d="m17.32,20.07H6.68c-2.69,0-4.99-1.93-5.47-4.58-.49-2.72,1.12-5.42,3.74-6.28.1-.03.19-.11.21-.2.9-2.99,3.7-5.08,6.83-5.08h.01c.45,0,.89.04,1.33.13,2.62.5,4.72,2.4,5.49,4.95.03.09.11.17.21.21,2.29.75,3.83,2.87,3.83,5.28,0,3.07-2.49,5.57-5.56,5.58Zm-5.32-14.39c-2.36,0-4.47,1.57-5.15,3.83-.19.64-.7,1.15-1.35,1.37-1.8.59-2.9,2.44-2.56,4.31.33,1.81,1.91,3.13,3.75,3.14h10.63c2.1,0,3.81-1.72,3.81-3.83,0-1.65-1.06-3.11-2.63-3.62-.65-.21-1.15-.72-1.34-1.37-.58-1.92-2.17-3.35-4.14-3.73-.33-.06-.67-.09-1.01-.1h0Z" />
1424+
<path d="m13.7,9.78c-.03.11-.04.21-.07.3-.69,2.13-1.38,4.26-2.06,6.39-.15.46-.59.65-.96.42-.27-.17-.36-.46-.24-.82.58-1.79,1.15-3.57,1.73-5.36.12-.38.24-.76.37-1.13.09-.25.28-.39.54-.41.26-.02.46.08.59.3.05.09.07.2.1.3Z" />
1425+
<path d="m15.97,13.09c-.56-.26-1.09-.51-1.61-.75-.14-.06-.27-.12-.41-.19-.31-.17-.43-.52-.29-.83.14-.31.5-.45.82-.31,1.07.49,2.15.99,3.22,1.49.25.12.37.32.37.59,0,.28-.13.48-.37.59-1.06.5-2.13,1-3.2,1.49-.33.15-.7,0-.84-.31-.14-.32-.01-.68.32-.84.59-.28,1.19-.55,1.78-.83.06-.03.12-.06.21-.1Z" />
1426+
<path d="m8.04,13.1c.67.31,1.32.61,1.95.91.32.15.46.43.4.72-.09.41-.5.61-.9.43-.71-.32-1.41-.66-2.12-.98-.35-.16-.7-.32-1.04-.48-.25-.12-.39-.31-.39-.6,0-.28.13-.49.38-.6,1.05-.49,2.11-.98,3.16-1.47.28-.13.56-.08.75.13.19.2.24.51.08.74-.09.13-.24.24-.38.31-.57.28-1.15.54-1.73.81-.05.02-.09.05-.16.09Z" />
1427+
</>
1428+
),
14211429
};

0 commit comments

Comments
 (0)