@carbon/icons-vue 10.60.0 → 10.61.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.
@@ -10,7 +10,7 @@ import { c as createSVGComponent } from '../utils-148d018d.js';
10
10
  import '@carbon/icon-helpers';
11
11
  import 'vue';
12
12
 
13
- var UndefinedGlyph = createSVGComponent(UndefinedGlyph, {
13
+ var DiamondFillGlyph = createSVGComponent(DiamondFillGlyph, {
14
14
  "xmlns": "http://www.w3.org/2000/svg",
15
15
  "viewBox": "0 0 16 16",
16
16
  "fill": "currentColor",
@@ -28,4 +28,4 @@ var UndefinedGlyph = createSVGComponent(UndefinedGlyph, {
28
28
  }
29
29
  }]);
30
30
 
31
- export { UndefinedGlyph as default };
31
+ export { DiamondFillGlyph as default };
package/es/index.js CHANGED
@@ -2196,6 +2196,7 @@ export { default as DiagramReference32 } from './diagram--reference/32.js';
2196
2196
  export { default as DiagramReference24 } from './diagram--reference/24.js';
2197
2197
  export { default as DiagramReference20 } from './diagram--reference/20.js';
2198
2198
  export { default as DiagramReference16 } from './diagram--reference/16.js';
2199
+ export { default as DiamondFillGlyph } from './diamond-fill/index.js';
2199
2200
  export { default as WatsonHealthDicom_600032 } from './watson-health/dicom--6000/32.js';
2200
2201
  export { default as WatsonHealthDicom_600024 } from './watson-health/dicom--6000/24.js';
2201
2202
  export { default as WatsonHealthDicom_600020 } from './watson-health/dicom--6000/20.js';
@@ -7331,7 +7332,6 @@ export { default as Undefined32 } from './undefined/32.js';
7331
7332
  export { default as Undefined24 } from './undefined/24.js';
7332
7333
  export { default as Undefined20 } from './undefined/20.js';
7333
7334
  export { default as Undefined16 } from './undefined/16.js';
7334
- export { default as UndefinedGlyph } from './undefined/index.js';
7335
7335
  export { default as UndefinedFilled32 } from './undefined--filled/32.js';
7336
7336
  export { default as UndefinedFilled24 } from './undefined--filled/24.js';
7337
7337
  export { default as UndefinedFilled20 } from './undefined--filled/20.js';
@@ -12,7 +12,7 @@ var utils = require('../utils-9373edbf.js');
12
12
  require('@carbon/icon-helpers');
13
13
  require('vue');
14
14
 
15
- var UndefinedGlyph = utils.createSVGComponent(UndefinedGlyph, {
15
+ var DiamondFillGlyph = utils.createSVGComponent(DiamondFillGlyph, {
16
16
  "xmlns": "http://www.w3.org/2000/svg",
17
17
  "viewBox": "0 0 16 16",
18
18
  "fill": "currentColor",
@@ -30,4 +30,4 @@ var UndefinedGlyph = utils.createSVGComponent(UndefinedGlyph, {
30
30
  }
31
31
  }]);
32
32
 
33
- module.exports = UndefinedGlyph;
33
+ module.exports = DiamondFillGlyph;
package/lib/index.js CHANGED
@@ -2200,6 +2200,7 @@ var diagram_Reference_32_js = require('./diagram--reference/32.js');
2200
2200
  var diagram_Reference_24_js = require('./diagram--reference/24.js');
2201
2201
  var diagram_Reference_20_js = require('./diagram--reference/20.js');
2202
2202
  var diagram_Reference_16_js = require('./diagram--reference/16.js');
2203
+ var diamondFill_index_js = require('./diamond-fill/index.js');
2203
2204
  var watsonHealth_dicom_6000_32_js = require('./watson-health/dicom--6000/32.js');
2204
2205
  var watsonHealth_dicom_6000_24_js = require('./watson-health/dicom--6000/24.js');
2205
2206
  var watsonHealth_dicom_6000_20_js = require('./watson-health/dicom--6000/20.js');
@@ -7335,7 +7336,6 @@ var undefined_32_js = require('./undefined/32.js');
7335
7336
  var undefined_24_js = require('./undefined/24.js');
7336
7337
  var undefined_20_js = require('./undefined/20.js');
7337
7338
  var undefined_16_js = require('./undefined/16.js');
7338
- var undefined_index_js = require('./undefined/index.js');
7339
7339
  var undefined_Filled_32_js = require('./undefined--filled/32.js');
7340
7340
  var undefined_Filled_24_js = require('./undefined--filled/24.js');
7341
7341
  var undefined_Filled_20_js = require('./undefined--filled/20.js');
@@ -10207,6 +10207,7 @@ exports.DiagramReference32 = diagram_Reference_32_js;
10207
10207
  exports.DiagramReference24 = diagram_Reference_24_js;
10208
10208
  exports.DiagramReference20 = diagram_Reference_20_js;
10209
10209
  exports.DiagramReference16 = diagram_Reference_16_js;
10210
+ exports.DiamondFillGlyph = diamondFill_index_js;
10210
10211
  exports.WatsonHealthDicom_600032 = watsonHealth_dicom_6000_32_js;
10211
10212
  exports.WatsonHealthDicom_600024 = watsonHealth_dicom_6000_24_js;
10212
10213
  exports.WatsonHealthDicom_600020 = watsonHealth_dicom_6000_20_js;
@@ -15342,7 +15343,6 @@ exports.Undefined32 = undefined_32_js;
15342
15343
  exports.Undefined24 = undefined_24_js;
15343
15344
  exports.Undefined20 = undefined_20_js;
15344
15345
  exports.Undefined16 = undefined_16_js;
15345
- exports.UndefinedGlyph = undefined_index_js;
15346
15346
  exports.UndefinedFilled32 = undefined_Filled_32_js;
15347
15347
  exports.UndefinedFilled24 = undefined_Filled_24_js;
15348
15348
  exports.UndefinedFilled20 = undefined_Filled_20_js;
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.60.0",
4
+ "version": "10.61.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -28,17 +28,17 @@
28
28
  "clean": "rimraf es lib"
29
29
  },
30
30
  "dependencies": {
31
- "@carbon/icon-helpers": "^10.34.0"
31
+ "@carbon/icon-helpers": "^10.35.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@carbon/cli-reporter": "^10.5.0",
35
- "@carbon/icons": "^11.11.0",
35
+ "@carbon/icons": "^11.12.0",
36
36
  "fs-extra": "^10.0.0",
37
37
  "prettier": "^2.7.1",
38
38
  "rimraf": "^3.0.0",
39
- "rollup": "^2.46.0",
39
+ "rollup": "^2.79.1",
40
40
  "vue": "^2.6.8"
41
41
  },
42
42
  "sideEffects": false,
43
- "gitHead": "06fdbdbc9cade1f6c352024175d348f9bd107b14"
43
+ "gitHead": "00fdab625998b2ae048814059ae8447435d6c7cd"
44
44
  }
package/umd/index.js CHANGED
@@ -41748,6 +41748,24 @@
41748
41748
  }
41749
41749
  }]);
41750
41750
 
41751
+ var DiamondFillGlyph = createSVGComponent(DiamondFillGlyph, {
41752
+ "xmlns": "http://www.w3.org/2000/svg",
41753
+ "viewBox": "0 0 16 16",
41754
+ "fill": "currentColor",
41755
+ "width": "16",
41756
+ "height": "16"
41757
+ }, [{
41758
+ "elem": "path",
41759
+ "attrs": {
41760
+ "d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
41761
+ }
41762
+ }, {
41763
+ "elem": "path",
41764
+ "attrs": {
41765
+ "d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
41766
+ }
41767
+ }]);
41768
+
41751
41769
  var WatsonHealthDicom_600032 = createSVGComponent(WatsonHealthDicom_600032, {
41752
41770
  "xmlns": "http://www.w3.org/2000/svg",
41753
41771
  "viewBox": "0 0 32 32",
@@ -133166,24 +133184,6 @@
133166
133184
  }
133167
133185
  }]);
133168
133186
 
133169
- var UndefinedGlyph = createSVGComponent(UndefinedGlyph, {
133170
- "xmlns": "http://www.w3.org/2000/svg",
133171
- "viewBox": "0 0 16 16",
133172
- "fill": "currentColor",
133173
- "width": "16",
133174
- "height": "16"
133175
- }, [{
133176
- "elem": "path",
133177
- "attrs": {
133178
- "d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
133179
- }
133180
- }, {
133181
- "elem": "path",
133182
- "attrs": {
133183
- "d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
133184
- }
133185
- }]);
133186
-
133187
133187
  var UndefinedFilled32 = createSVGComponent(UndefinedFilled32, {
133188
133188
  "xmlns": "http://www.w3.org/2000/svg",
133189
133189
  "viewBox": "0 0 32 32",
@@ -147150,6 +147150,7 @@
147150
147150
  exports.DiagramReference20 = DiagramReference20;
147151
147151
  exports.DiagramReference24 = DiagramReference24;
147152
147152
  exports.DiagramReference32 = DiagramReference32;
147153
+ exports.DiamondFillGlyph = DiamondFillGlyph;
147153
147154
  exports.DirectLink16 = DirectLink16;
147154
147155
  exports.DirectLink20 = DirectLink20;
147155
147156
  exports.DirectLink24 = DirectLink24;
@@ -152081,7 +152082,6 @@
152081
152082
  exports.UndefinedFilled20 = UndefinedFilled20;
152082
152083
  exports.UndefinedFilled24 = UndefinedFilled24;
152083
152084
  exports.UndefinedFilled32 = UndefinedFilled32;
152084
- exports.UndefinedGlyph = UndefinedGlyph;
152085
152085
  exports.Undo16 = Undo16;
152086
152086
  exports.Undo20 = Undo20;
152087
152087
  exports.Undo24 = Undo24;