Skip to content

Commit 0b1b379

Browse files
authored
Merge pull request #380 from puppetlabs/development
2 parents 8fc6fc2 + 7145621 commit 0b1b379

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# react-components 5.26.3 (2021-01-29)
2+
3+
- [Icon] Add inventory icon (by [@mardotio](https://github.com/mardotio) in [#379](https://github.com/puppetlabs/design-system/pull/379))
4+
15
# react-components 5.26.2 (2021-01-27)
26

37
- [Logo] Add Puppet Connect logo (by [@chrisleicester](https://github.com/chrisleicester) in [#376](https://github.com/puppetlabs/design-system/pull/376))
4-
- [security] Bump ini from 1.3.5 to 1.3.8 in /packages/react-layouts (by [@dependabot](https://github.com/apps/dependabot) in [#376](https://github.com/puppetlabs/design-system/pull/370))
8+
- [security] Bump ini from 1.3.5 to 1.3.8 in /packages/react-layouts (by [@dependabot](https://github.com/apps/dependabot) in [#370](https://github.com/puppetlabs/design-system/pull/370))
59
- [security] Bump ini from 1.3.5 to 1.3.8 in /packages/sass-variables (by [@dependabot](https://github.com/apps/dependabot) in [#371](https://github.com/puppetlabs/design-system/pull/371))
610

711
# react-components 5.26.1 (2021-01-08)

packages/react-components/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puppet/react-components",
3-
"version": "5.26.2",
3+
"version": "5.26.3",
44
"author": "Puppet, Inc.",
55
"license": "Apache-2.0",
66
"main": "build/library.js",

packages/react-components/source/react/library/icon/icons.js

+9
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,15 @@ const icons = {
768768
),
769769
},
770770

771+
inventory: {
772+
medium: (
773+
<path
774+
fillRule="evenodd"
775+
d="M9.956 2.42a2 2 0 10-3.912 0L3.51 3.686A2 2 0 101.5 6.937v2.126a2 2 0 102.009 3.25l2.535 1.268a2 2 0 103.912 0l2.536-1.268a2 2 0 102.008-3.25V6.937a2 2 0 10-2.008-3.25L9.956 2.419zm-3.464.893C6.858 3.734 7.398 4 8 4s1.142-.266 1.509-.687l2.535 1.268a2.01 2.01 0 000 .838L9.509 6.687A1.995 1.995 0 008 6c-.602 0-1.142.266-1.508.687L3.956 5.419a2.008 2.008 0 000-.838l2.536-1.268zM2.5 6.937a2 2 0 001.009-.624l2.535 1.268A2 2 0 007.5 9.937v2.126a2 2 0 00-1.008.624l-2.536-1.268A2 2 0 002.5 9.063V6.937zm7.009 5.75a1.999 1.999 0 00-1.009-.624V9.937a2 2 0 001.456-2.356l2.535-1.268a2 2 0 001.009.624v2.126a2 2 0 00-1.456 2.356l-2.535 1.268z"
776+
/>
777+
),
778+
},
779+
771780
invite: {
772781
large: (
773782
<path

0 commit comments

Comments
 (0)