Skip to content

Adds new plus minus icon +/- #374

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 1 commit into from
Jan 8, 2021
Merged
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
9 changes: 9 additions & 0 deletions packages/react-components/source/react/library/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,15 @@ const icons = {
),
},

'plus-minus': {
medium: (
<path
fillRule="evenodd"
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"
/>
),
},

private: {
medium: (
<path
Expand Down