@carbon/icons-vue 10.6.0 → 10.6.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/es/maximize/16.js CHANGED
@@ -37,7 +37,7 @@ var virtual_Maximize16 = {
37
37
 
38
38
  return createElement('svg', svgData, [props.title && createElement('title', null, props.title), createElement('path', {
39
39
  attrs: {
40
- "d": "M10 1v1h3.3L8.5 6.8l.7.7L14 2.7V6h1V1zM7.5 9.2l-.7-.7L2 13.3V10H1v5h5v-1H2.7z"
40
+ "d": "M6 15v-1H2.7L7 9.7 6.3 9 2 13.3V10H1v5zm4-14v1h3.3L9 6.3l.7.7L14 2.7V6h1V1z"
41
41
  }
42
42
  }), children]);
43
43
  }
package/es/minimize/16.js CHANGED
@@ -37,7 +37,7 @@ var virtual_Minimize16 = {
37
37
 
38
38
  return createElement('svg', svgData, [props.title && createElement('title', null, props.title), createElement('path', {
39
39
  attrs: {
40
- "d": "M3 9v1h2.3L1 14.3l.7.7L6 10.7V13h1V9zm10-2V6h-2.3L15 1.7l-.7-.7L10 5.3V3H9v4z"
40
+ "d": "M2 9v1h3.3L1 14.3l.7.7L6 10.7V14h1V9zm12-2V6h-3.3L15 1.7l-.7-.7L10 5.3V2H9v5z"
41
41
  }
42
42
  }), children]);
43
43
  }
@@ -39,7 +39,7 @@ var virtual_Maximize16 = {
39
39
 
40
40
  return createElement('svg', svgData, [props.title && createElement('title', null, props.title), createElement('path', {
41
41
  attrs: {
42
- "d": "M10 1v1h3.3L8.5 6.8l.7.7L14 2.7V6h1V1zM7.5 9.2l-.7-.7L2 13.3V10H1v5h5v-1H2.7z"
42
+ "d": "M6 15v-1H2.7L7 9.7 6.3 9 2 13.3V10H1v5zm4-14v1h3.3L9 6.3l.7.7L14 2.7V6h1V1z"
43
43
  }
44
44
  }), children]);
45
45
  }
@@ -39,7 +39,7 @@ var virtual_Minimize16 = {
39
39
 
40
40
  return createElement('svg', svgData, [props.title && createElement('title', null, props.title), createElement('path', {
41
41
  attrs: {
42
- "d": "M3 9v1h2.3L1 14.3l.7.7L6 10.7V13h1V9zm10-2V6h-2.3L15 1.7l-.7-.7L10 5.3V3H9v4z"
42
+ "d": "M2 9v1h3.3L1 14.3l.7.7L6 10.7V14h1V9zm12-2V6h-3.3L15 1.7l-.7-.7L10 5.3V2H9v5z"
43
43
  }
44
44
  }), children]);
45
45
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons-vue",
3
3
  "description": "Vue components for icons in digital and software products using the Carbon Design System",
4
- "version": "10.6.0",
4
+ "version": "10.6.1",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@carbon/cli-reporter": "10.3.0",
31
- "@carbon/icons": "10.6.0",
31
+ "@carbon/icons": "10.6.1",
32
32
  "fs-extra": "^7.0.1",
33
33
  "prettier": "^1.17.0",
34
34
  "rimraf": "^2.6.2",
@@ -36,5 +36,5 @@
36
36
  "vue": "^2.6.8"
37
37
  },
38
38
  "sideEffects": false,
39
- "gitHead": "ca5231b52a0e8e673df35f753089f61e4b595f4c"
39
+ "gitHead": "1f3f6d2a6864d0bba62bd47c3318dd35f085858b"
40
40
  }