Skip to content

Commit 875329b

Browse files
authored
Merge pull request #375 from puppetlabs/development
2 parents 5d4ee35 + 65396b0 commit 875329b

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# react-components 5.26.1 (2021-01-08)
2+
3+
- [Icon] Add new plus minus icon +/- (by [@Lukeaber](https://github.com/Lukeaber) in [#374](https://github.com/puppetlabs/design-system/pull/374))
4+
15
# react-components 5.26.0 (2021-01-07)
26

37
- [Drawer] Add Drawer component (by [@Lukeaber](https://github.com/Lukeaber) in [#343](https://github.com/puppetlabs/design-system/pull/343))

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.0",
3+
"version": "5.26.1",
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
@@ -994,6 +994,15 @@ const icons = {
994994
),
995995
},
996996

997+
'plus-minus': {
998+
medium: (
999+
<path
1000+
fillRule="evenodd"
1001+
d="M5.72852 3H6.72852C7.2808 3 7.72852 3.44772 7.72852 4C7.72852 4.55228 7.2808 5 6.72852 5H5.72852V6C5.72852 6.55228 5.2808 7 4.72852 7C4.17623 7 3.72852 6.55228 3.72852 6V5H2.72852C2.17623 5 1.72852 4.55228 1.72852 4C1.72852 3.44772 2.17623 3 2.72852 3H3.72852V2C3.72852 1.44772 4.17623 1 4.72852 1C5.2808 1 5.72852 1.44772 5.72852 2V3ZM3.43562 14.7071C3.0451 15.0976 2.41193 15.0976 2.02141 14.7071C1.63088 14.3166 1.63088 13.6834 2.02141 13.2929L14.0214 1.29289C14.4119 0.902369 15.0451 0.902369 15.4356 1.29289C15.8261 1.68342 15.8261 2.31658 15.4356 2.70711L3.43562 14.7071ZM10.7285 13C10.1762 13 9.72852 12.5523 9.72852 12C9.72852 11.4477 10.1762 11 10.7285 11H14.7285C15.2808 11 15.7285 11.4477 15.7285 12C15.7285 12.5523 15.2808 13 14.7285 13H10.7285Z"
1002+
/>
1003+
),
1004+
},
1005+
9971006
private: {
9981007
medium: (
9991008
<path

0 commit comments

Comments
 (0)