@carbon/icons 11.0.2 → 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 +3 -6
  2. package/package.json +2 -2
package/metadata.json CHANGED
@@ -292094,9 +292094,11 @@
292094
292094
  },
292095
292095
  {
292096
292096
  "name": "slisor",
292097
- "friendlyName": "slisor",
292097
+ "friendlyName": "slicestor",
292098
292098
  "aliases": [
292099
292099
  "analysis",
292100
+ "slisor",
292101
+ "slicestor",
292100
292102
  "communication",
292101
292103
  "messaging",
292102
292104
  "systems"
@@ -371618,8 +371620,6 @@
371618
371620
  "page-number",
371619
371621
  "paint-brush",
371620
371622
  "paint-brush--alt",
371621
- "page-break",
371622
- "page-number",
371623
371623
  "paragraph",
371624
371624
  "pen",
371625
371625
  "pen--fountain",
@@ -372763,9 +372763,7 @@
372763
372763
  "critical-severity",
372764
372764
  "low-severity",
372765
372765
  "critical",
372766
- "incomplete",
372767
372766
  "square-fill",
372768
- "undefined",
372769
372767
  "help",
372770
372768
  "help--filled",
372771
372769
  "in-progress",
@@ -373259,7 +373257,6 @@
373259
373257
  "forecast--hail-30",
373260
373258
  "forecast--lightning",
373261
373259
  "forecast--lightning-30",
373262
- "ice--accretion",
373263
373260
  "hail",
373264
373261
  "haze",
373265
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.0.2",
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": "42d17eec46503003defc2a4227ac0c20750713fe"
45
+ "gitHead": "28cf6f75d268e3103a23a3ce1d50127189703964"
46
46
  }