@carbon/icons 11.11.0 → 11.12.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.
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';
|
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');
|
|
@@ -10197,6 +10197,7 @@ exports.DiagramReference32 = diagram_Reference_32_js;
|
|
|
10197
10197
|
exports.DiagramReference24 = diagram_Reference_24_js;
|
|
10198
10198
|
exports.DiagramReference20 = diagram_Reference_20_js;
|
|
10199
10199
|
exports.DiagramReference16 = diagram_Reference_16_js;
|
|
10200
|
+
exports.DiamondFillGlyph = diamondFill_index_js;
|
|
10200
10201
|
exports.WatsonHealthDicom_600032 = watsonHealth_dicom_6000_32_js;
|
|
10201
10202
|
exports.WatsonHealthDicom_600024 = watsonHealth_dicom_6000_24_js;
|
|
10202
10203
|
exports.WatsonHealthDicom_600020 = watsonHealth_dicom_6000_20_js;
|
|
@@ -15332,7 +15333,6 @@ exports.Undefined32 = undefined_32_js;
|
|
|
15332
15333
|
exports.Undefined24 = undefined_24_js;
|
|
15333
15334
|
exports.Undefined20 = undefined_20_js;
|
|
15334
15335
|
exports.Undefined16 = undefined_16_js;
|
|
15335
|
-
exports.UndefinedGlyph = undefined_index_js;
|
|
15336
15336
|
exports.UndefinedFilled32 = undefined_Filled_32_js;
|
|
15337
15337
|
exports.UndefinedFilled24 = undefined_Filled_24_js;
|
|
15338
15338
|
exports.UndefinedFilled20 = undefined_Filled_20_js;
|
package/metadata.json
CHANGED
|
@@ -109651,6 +109651,103 @@
|
|
|
109651
109651
|
]
|
|
109652
109652
|
}
|
|
109653
109653
|
},
|
|
109654
|
+
{
|
|
109655
|
+
"name": "diamond-fill",
|
|
109656
|
+
"friendlyName": "Diamond fill",
|
|
109657
|
+
"aliases": [
|
|
109658
|
+
"diamond",
|
|
109659
|
+
"fill",
|
|
109660
|
+
"status"
|
|
109661
|
+
],
|
|
109662
|
+
"sizes": [
|
|
109663
|
+
"glyph"
|
|
109664
|
+
],
|
|
109665
|
+
"namespace": [],
|
|
109666
|
+
"assets": [
|
|
109667
|
+
{
|
|
109668
|
+
"size": "glyph",
|
|
109669
|
+
"filepath": "diamond-fill.svg",
|
|
109670
|
+
"source": "<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z\"/>\n <path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
109671
|
+
"optimized": {
|
|
109672
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z\"/><path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142\"/></svg>",
|
|
109673
|
+
"info": {},
|
|
109674
|
+
"path": "diamond-fill.svg"
|
|
109675
|
+
}
|
|
109676
|
+
}
|
|
109677
|
+
],
|
|
109678
|
+
"output": [
|
|
109679
|
+
{
|
|
109680
|
+
"descriptor": {
|
|
109681
|
+
"elem": "svg",
|
|
109682
|
+
"attrs": {
|
|
109683
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
109684
|
+
"viewBox": "0 0 16 16",
|
|
109685
|
+
"fill": "currentColor",
|
|
109686
|
+
"width": "16",
|
|
109687
|
+
"height": "16"
|
|
109688
|
+
},
|
|
109689
|
+
"content": [
|
|
109690
|
+
{
|
|
109691
|
+
"elem": "path",
|
|
109692
|
+
"attrs": {
|
|
109693
|
+
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
109694
|
+
}
|
|
109695
|
+
},
|
|
109696
|
+
{
|
|
109697
|
+
"elem": "path",
|
|
109698
|
+
"attrs": {
|
|
109699
|
+
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
109700
|
+
}
|
|
109701
|
+
}
|
|
109702
|
+
],
|
|
109703
|
+
"name": "diamond-fill",
|
|
109704
|
+
"size": "glyph"
|
|
109705
|
+
},
|
|
109706
|
+
"moduleName": "DiamondFillGlyph",
|
|
109707
|
+
"filepath": "diamond-fill/index.js",
|
|
109708
|
+
"size": "glyph"
|
|
109709
|
+
}
|
|
109710
|
+
],
|
|
109711
|
+
"category": "Organization",
|
|
109712
|
+
"subcategory": "Status",
|
|
109713
|
+
"moduleInfo": {
|
|
109714
|
+
"local": "DiamondFill",
|
|
109715
|
+
"global": "DiamondFill",
|
|
109716
|
+
"filepath": "DiamondFill.js",
|
|
109717
|
+
"sizes": [
|
|
109718
|
+
{
|
|
109719
|
+
"size": "glyph",
|
|
109720
|
+
"ast": {
|
|
109721
|
+
"type": "element",
|
|
109722
|
+
"tagName": "svg",
|
|
109723
|
+
"attributes": {
|
|
109724
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
109725
|
+
"viewBox": "0 0 16 16",
|
|
109726
|
+
"fill": "currentColor"
|
|
109727
|
+
},
|
|
109728
|
+
"children": [
|
|
109729
|
+
{
|
|
109730
|
+
"type": "element",
|
|
109731
|
+
"tagName": "path",
|
|
109732
|
+
"attributes": {
|
|
109733
|
+
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
109734
|
+
},
|
|
109735
|
+
"children": []
|
|
109736
|
+
},
|
|
109737
|
+
{
|
|
109738
|
+
"type": "element",
|
|
109739
|
+
"tagName": "path",
|
|
109740
|
+
"attributes": {
|
|
109741
|
+
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
109742
|
+
},
|
|
109743
|
+
"children": []
|
|
109744
|
+
}
|
|
109745
|
+
]
|
|
109746
|
+
}
|
|
109747
|
+
}
|
|
109748
|
+
]
|
|
109749
|
+
}
|
|
109750
|
+
},
|
|
109654
109751
|
{
|
|
109655
109752
|
"name": "dicom--6000",
|
|
109656
109753
|
"friendlyName": "DICOM 6000",
|
|
@@ -355305,21 +355402,10 @@
|
|
|
355305
355402
|
"undefined"
|
|
355306
355403
|
],
|
|
355307
355404
|
"sizes": [
|
|
355308
|
-
32
|
|
355309
|
-
"glyph"
|
|
355405
|
+
32
|
|
355310
355406
|
],
|
|
355311
355407
|
"namespace": [],
|
|
355312
355408
|
"assets": [
|
|
355313
|
-
{
|
|
355314
|
-
"size": "glyph",
|
|
355315
|
-
"filepath": "undefined.svg",
|
|
355316
|
-
"source": "<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z\"/>\n <path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
355317
|
-
"optimized": {
|
|
355318
|
-
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z\"/><path d=\"M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142\"/></svg>",
|
|
355319
|
-
"info": {},
|
|
355320
|
-
"path": "undefined.svg"
|
|
355321
|
-
}
|
|
355322
|
-
},
|
|
355323
355409
|
{
|
|
355324
355410
|
"size": 32,
|
|
355325
355411
|
"filepath": "32/undefined.svg",
|
|
@@ -355455,37 +355541,6 @@
|
|
|
355455
355541
|
"size": 16
|
|
355456
355542
|
},
|
|
355457
355543
|
"size": 16
|
|
355458
|
-
},
|
|
355459
|
-
{
|
|
355460
|
-
"descriptor": {
|
|
355461
|
-
"elem": "svg",
|
|
355462
|
-
"attrs": {
|
|
355463
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
355464
|
-
"viewBox": "0 0 16 16",
|
|
355465
|
-
"fill": "currentColor",
|
|
355466
|
-
"width": "16",
|
|
355467
|
-
"height": "16"
|
|
355468
|
-
},
|
|
355469
|
-
"content": [
|
|
355470
|
-
{
|
|
355471
|
-
"elem": "path",
|
|
355472
|
-
"attrs": {
|
|
355473
|
-
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
355474
|
-
}
|
|
355475
|
-
},
|
|
355476
|
-
{
|
|
355477
|
-
"elem": "path",
|
|
355478
|
-
"attrs": {
|
|
355479
|
-
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
355480
|
-
}
|
|
355481
|
-
}
|
|
355482
|
-
],
|
|
355483
|
-
"name": "undefined",
|
|
355484
|
-
"size": "glyph"
|
|
355485
|
-
},
|
|
355486
|
-
"moduleName": "UndefinedGlyph",
|
|
355487
|
-
"filepath": "undefined/index.js",
|
|
355488
|
-
"size": "glyph"
|
|
355489
355544
|
}
|
|
355490
355545
|
],
|
|
355491
355546
|
"category": "Organization",
|
|
@@ -355495,36 +355550,6 @@
|
|
|
355495
355550
|
"global": "Undefined",
|
|
355496
355551
|
"filepath": "Undefined.js",
|
|
355497
355552
|
"sizes": [
|
|
355498
|
-
{
|
|
355499
|
-
"size": "glyph",
|
|
355500
|
-
"ast": {
|
|
355501
|
-
"type": "element",
|
|
355502
|
-
"tagName": "svg",
|
|
355503
|
-
"attributes": {
|
|
355504
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
355505
|
-
"viewBox": "0 0 16 16",
|
|
355506
|
-
"fill": "currentColor"
|
|
355507
|
-
},
|
|
355508
|
-
"children": [
|
|
355509
|
-
{
|
|
355510
|
-
"type": "element",
|
|
355511
|
-
"tagName": "path",
|
|
355512
|
-
"attributes": {
|
|
355513
|
-
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
355514
|
-
},
|
|
355515
|
-
"children": []
|
|
355516
|
-
},
|
|
355517
|
-
{
|
|
355518
|
-
"type": "element",
|
|
355519
|
-
"tagName": "path",
|
|
355520
|
-
"attributes": {
|
|
355521
|
-
"d": "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
355522
|
-
},
|
|
355523
|
-
"children": []
|
|
355524
|
-
}
|
|
355525
|
-
]
|
|
355526
|
-
}
|
|
355527
|
-
},
|
|
355528
355553
|
{
|
|
355529
355554
|
"size": 32,
|
|
355530
355555
|
"ast": {
|
|
@@ -389327,6 +389352,8 @@
|
|
|
389327
389352
|
{
|
|
389328
389353
|
"name": "Status",
|
|
389329
389354
|
"members": [
|
|
389355
|
+
"caution",
|
|
389356
|
+
"caution-inverted",
|
|
389330
389357
|
"checkmark",
|
|
389331
389358
|
"checkmark--filled",
|
|
389332
389359
|
"checkmark--filled--error",
|
|
@@ -389334,19 +389361,17 @@
|
|
|
389334
389361
|
"checkmark--outline",
|
|
389335
389362
|
"checkmark--outline--error",
|
|
389336
389363
|
"checkmark--outline--warning",
|
|
389364
|
+
"circle-fill",
|
|
389365
|
+
"circle-stroke",
|
|
389337
389366
|
"condition--point",
|
|
389338
389367
|
"condition--wait-point",
|
|
389368
|
+
"critical",
|
|
389369
|
+
"critical-severity",
|
|
389370
|
+
"diamond-fill",
|
|
389339
389371
|
"error",
|
|
389340
389372
|
"error--filled",
|
|
389341
389373
|
"error--outline",
|
|
389342
|
-
"caution",
|
|
389343
|
-
"caution-inverted",
|
|
389344
|
-
"circle-fill",
|
|
389345
|
-
"circle-stroke",
|
|
389346
|
-
"critical-severity",
|
|
389347
389374
|
"low-severity",
|
|
389348
|
-
"critical",
|
|
389349
|
-
"square-fill",
|
|
389350
389375
|
"help",
|
|
389351
389376
|
"help--filled",
|
|
389352
389377
|
"in-progress",
|
|
@@ -389366,6 +389391,7 @@
|
|
|
389366
389391
|
"pending",
|
|
389367
389392
|
"pending--filled",
|
|
389368
389393
|
"queued",
|
|
389394
|
+
"square-fill",
|
|
389369
389395
|
"undefined",
|
|
389370
389396
|
"undefined--filled",
|
|
389371
389397
|
"unknown",
|
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.
|
|
4
|
+
"version": "11.12.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"prepublishOnly": "yarn build"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@carbon/cli": "^11.
|
|
42
|
-
"@carbon/icon-build-helpers": "^1.
|
|
41
|
+
"@carbon/cli": "^11.6.0",
|
|
42
|
+
"@carbon/icon-build-helpers": "^1.7.0",
|
|
43
43
|
"rimraf": "^3.0.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "00fdab625998b2ae048814059ae8447435d6c7cd"
|
|
46
46
|
}
|
|
File without changes
|