Skip to content

Add folder icon #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## data-grid 0.6.9
## react-components 5.33.7 (2022-05-18)

- [Icon] Add "folder" icon (by [@vine77](https://github.com/vine77) in [#574](https://github.com/puppetlabs/design-system/pull/574))

## data-grid 0.6.9 (2022-05-11)

- [Table] Ability to display a `disable` a row on a table (by [@comfucios](https://github.com/comfucios) in [#573](https://github.com/puppetlabs/design-system/pull/573))

## data-grid 0.6.8
## data-grid 0.6.8 (2022-04-20)

- Removed unused 'sb' dependency because it contained a vulnerability caught by our security scanner. https://security.snyk.io/vuln/SNYK-JS-ASYNC-2441827

Expand Down Expand Up @@ -66,9 +70,11 @@
## react-components 5.33.1 (2022-03-10)

- [ConfirmationModal] Add className prop to confirmation modal (by [@Lukeaber](https://github.com/Lukeaber) in [#555](https://github.com/puppetlabs/design-system/pull/555))

## react-components 5.33.2 (2022-03-09)

- [Icon] Add Play icon

## react-components 5.33.1 (2022-03-04)

- [SidebarFooter] Add tooltip option (by [@chrisleicester](https://github.com/chrisleicester) in [#552](https://github.com/puppetlabs/design-system/pull/552))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppet/react-components",
"version": "5.33.6",
"version": "5.33.7",
"author": "Puppet, Inc.",
"license": "Apache-2.0",
"main": "build/library.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,10 @@ const icons = {
),
},

folder: {
medium: <path d="M8.172 5H14v10h2V3H9L7 1H0v14h14v-2H2V3h4.172l2 2Z" />,
},

gear: {
medium: (
<path
Expand Down