primeicons 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## [6.0.1](https://github.com/primefaces/primeicons/tree/6.0.1) (2022-09-20)
5
+
6
+ [Full Changelog](https://github.com/primefaces/primeicons/compare/6.0.0...6.0.1)
7
+
8
+ **Fixed bugs:**
9
+
10
+ - Fix "cart-plus" and "gift" icons [\#804](https://github.com/primefaces/primeicons/issues/804)
11
+
3
12
  ## [6.0.0](https://github.com/primefaces/primeicons/tree/6.0.0) (2022-09-19)
4
13
 
5
14
  [Full Changelog](https://github.com/primefaces/primeicons/compare/5.0.0...6.0.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primeicons",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Font Icon Library for Prime UI Libraries",
5
5
  "repository": {
6
6
  "type": "git",
package/primeicons.css CHANGED
@@ -122,11 +122,11 @@
122
122
  }
123
123
 
124
124
  .pi-gift:before {
125
- content: "\e9f3";
125
+ content: "\e9f2";
126
126
  }
127
127
 
128
128
  .pi-cart-plus:before {
129
- content: "\e9f4";
129
+ content: "\e9f3";
130
130
  }
131
131
 
132
132
  .pi-thumbs-down-fill:before {