Skip to content

Commit 6685391

Browse files
authored
add new icon (#673)
1 parent e6816f0 commit 6685391

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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": "9.1.1",
4+
"version": "9.2.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
@@ -723,6 +723,14 @@ export const Formatting: StoryObj = {
723723
</Text>
724724
</FlexContainer>
725725
</CopyToClipboard>
726+
<CopyToClipboard text="filterMenu">
727+
<FlexContainer direction="column">
728+
<SVGIcon name="filterMenu" />
729+
<Text size="xs" mt=".25rem">
730+
filterMenu
731+
</Text>
732+
</FlexContainer>
733+
</CopyToClipboard>
726734
</FlexContainer>
727735
),
728736

src/components/svgicon/icons/ui.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,13 @@ export const uiIcons = {
696696
<path d="M12,22.37a4,4,0,0,1-4-4V14.56a.69.69,0,0,0-.21-.5l-5.4-5.4a2.5,2.5,0,0,1-.73-1.73V5.67a4.06,4.06,0,0,1,4.05-4H18.33a4.05,4.05,0,0,1,4,4.05V6.93a2.4,2.4,0,0,1-.72,1.73l-5.4,5.4a.69.69,0,0,0-.21.5v3.77A4,4,0,0,1,12,22.37Zm-6.33-19a2.3,2.3,0,0,0-2.3,2.3V6.93a.75.75,0,0,0,.21.49L9,12.83a2.45,2.45,0,0,1,.72,1.73v3.77a2.29,2.29,0,0,0,4.58,0V14.56A2.45,2.45,0,0,1,15,12.83l5.4-5.41a.67.67,0,0,0,.21-.5V5.67a2.29,2.29,0,0,0-2.29-2.3Z" />
697697
</>
698698
),
699+
filterMenu: (
700+
<>
701+
<path d="m22,5H2c-.48,0-.88.39-.88.88s.39.88.88.88h20c.48,0,.88-.39.88-.88s-.39-.88-.88-.88Z" />
702+
<path d="m19.03,11.12H4.97c-.45,0-.82.39-.82.88s.37.88.82.88h14.07c.45,0,.82-.39.82-.88s-.37-.88-.82-.88Z" />
703+
<path d="m15.71,17.25h-7.42c-.36,0-.65.39-.65.88s.29.88.65.88h7.42c.36,0,.65-.39.65-.88s-.29-.88-.65-.88Z" />
704+
</>
705+
),
699706
filterSelect: (
700707
<>
701708
<path d="M21.65,8.66a2.4,2.4,0,0,0,.72-1.73V5.67a4.05,4.05,0,0,0-4-4H5.67a4.06,4.06,0,0,0-4,4.05V6.93a2.5,2.5,0,0,0,.73,1.73l5.4,5.4a.69.69,0,0,1,.21.5v3.77a4,4,0,0,0,8.08,0v-.92a5.69,5.69,0,0,0,.83.07A5.48,5.48,0,0,0,21.4,8.91h0ZM12,20.62a2.29,2.29,0,0,1-2.29-2.29V14.56A2.49,2.49,0,0,0,9,12.82L3.58,7.42a.75.75,0,0,1-.21-.49V5.67a2.3,2.3,0,0,1,2.3-2.3H18.33a2.29,2.29,0,0,1,2.29,2.3V6.92a.67.67,0,0,1-.21.5l-.22.23a5.41,5.41,0,0,0-3.32-1.13,5.48,5.48,0,0,0-2.58,10.31v1.5A2.29,2.29,0,0,1,12,20.62Zm3.13-3.43h0Zm5.34-6.76-4.11,4.11a.6.6,0,0,1-.86,0l-1.84-1.83a.62.62,0,0,1,0-.87.61.61,0,0,1,.86,0l1.41,1.4,3.68-3.68a.61.61,0,0,1,.86.86Zm.37-2.21,0,0Z" />

0 commit comments

Comments
 (0)