@carbon/icons 11.1.0 → 11.2.0

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.
Files changed (2) hide show
  1. package/metadata.json +0 -5
  2. package/package.json +2 -2
package/metadata.json CHANGED
@@ -371620,8 +371620,6 @@
371620
371620
  "page-number",
371621
371621
  "paint-brush",
371622
371622
  "paint-brush--alt",
371623
- "page-break",
371624
- "page-number",
371625
371623
  "paragraph",
371626
371624
  "pen",
371627
371625
  "pen--fountain",
@@ -372765,9 +372763,7 @@
372765
372763
  "critical-severity",
372766
372764
  "low-severity",
372767
372765
  "critical",
372768
- "incomplete",
372769
372766
  "square-fill",
372770
- "undefined",
372771
372767
  "help",
372772
372768
  "help--filled",
372773
372769
  "in-progress",
@@ -373261,7 +373257,6 @@
373261
373257
  "forecast--hail-30",
373262
373258
  "forecast--lightning",
373263
373259
  "forecast--lightning-30",
373264
- "ice--accretion",
373265
373260
  "hail",
373266
373261
  "haze",
373267
373262
  "haze--night",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons",
3
3
  "description": "Icons for digital and software products using the Carbon Design System",
4
- "version": "11.1.0",
4
+ "version": "11.2.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -42,5 +42,5 @@
42
42
  "@carbon/icon-build-helpers": "^1.0.2",
43
43
  "rimraf": "^3.0.2"
44
44
  },
45
- "gitHead": "80e297d5fc423e406af5ca658332bbfe9538db7f"
45
+ "gitHead": "28cf6f75d268e3103a23a3ce1d50127189703964"
46
46
  }