Skip to content

Commit

Permalink
Bumped to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjd committed Jan 6, 2019
1 parent 7970acc commit ceb5228
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.2.2
======
* Stroke width can now be set from parent elements

v2.2.1
=======
* Added px-nav:add-column-left, px-nav:add-column-right, px-nav:add-row-above, px-nav:add-row-below, px-nav:delete-column, px-nav:delete-row
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-icon-set",
"version": "2.2.1",
"version": "2.2.2",
"description": "Polymer component to allow easy use of Predix icons",
"main": "px-icon-set.html",
"ignore": [
Expand Down
16 changes: 16 additions & 0 deletions icons/optimized-nav/_optimized-nav.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
Copyright (c) 2018, General Electric
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<g id="add-column-left"><desc>Created with Sketch.</desc><path d="M4.4 7.1V2.3M2.8 3.8l1.7-1.7 1.7 1.7m6.3-2v16m4-16v16m-15-8.6h6v11h-6zm19-7.4v15.5H9.9"/></g>
<g id="add-column-right"><desc>Created with Sketch.</desc><path d="M17.6 2.3v4.8m1.6-3.3l-1.7-1.7-1.7 1.7m-6.3-2v16m-4-16v16m9-8.6h6v11h-6zm-13-7.4v15.5h10.6"/></g>
<g id="add-row-above"><desc>Created with Sketch.</desc><path d="M2.6 4.5h4.8M4.1 2.8L2.3 4.6l1.8 1.6M2 12.3h16m-16 4h16M9.5 1.5h11v6h-11zM2 20.3h15.5V9.7"/></g>
Expand Down
16 changes: 16 additions & 0 deletions icons/optimized-vis/_optimized-vis.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
Copyright (c) 2018, General Electric
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<g id="add-brush"><path stroke-linejoin="round" d="M16.5 14v7m3.5-3.5h-7M10.5 21V0"/><path stroke-miterlimit="10" stroke-dasharray="1 1" d="M9 17.5H4.5v-14h12V12"/></g>
<g id="all-points-in-area"><circle cx="10.5" cy="10.5" r="10" stroke-linejoin="round"/><path stroke-linejoin="round" d="M10.5 5v4M9 10.5H5m11 0h-4M10.5 12v4"/></g>
<g id="bring-to-front"><path stroke-miterlimit="10" d="M15.5 15v.5"/><path stroke-miterlimit="10" stroke-dasharray="0.9 0.9" d="M15.5 16.4v3.15"/><path stroke-miterlimit="10" d="M15.5 20v.5H15"/><path stroke-miterlimit="10" stroke-dasharray="1 1" d="M14 20.5H2.5"/><path stroke-miterlimit="10" d="M2 20.5h-.5V20"/><path stroke-miterlimit="10" stroke-dasharray="1 1" d="M1.5 19V7.5"/><path stroke-miterlimit="10" d="M1.5 7v-.5H2"/><path stroke-miterlimit="10" stroke-dasharray="0.9 0.9" d="M2.9 6.5h3.15"/><path stroke-miterlimit="10" d="M6.5 6.5H7m-.5-5h14v14h-14z"/></g>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-icon-set",
"version": "2.2.1",
"version": "2.2.2",
"description": "Base icon styles for Predix UI",
"private": false,
"scripts": {
Expand Down

0 comments on commit ceb5228

Please sign in to comment.