@carbon/icons 10.35.0-rc.0 → 10.35.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/caution/index.js +33 -0
- package/es/caution-inverted/index.js +28 -0
- package/es/circle-fill/index.js +30 -0
- package/es/circle-stroke/index.js +28 -0
- package/es/critical/index.js +28 -0
- package/es/incomplete/index.js +28 -0
- package/es/index.js +8 -0
- package/es/square-fill/index.js +28 -0
- package/es/undefined/index.js +29 -0
- package/lib/caution/index.js +35 -0
- package/lib/caution-inverted/index.js +30 -0
- package/lib/circle-fill/index.js +32 -0
- package/lib/circle-stroke/index.js +30 -0
- package/lib/critical/index.js +30 -0
- package/lib/incomplete/index.js +30 -0
- package/lib/index.js +16 -0
- package/lib/square-fill/index.js +30 -0
- package/lib/undefined/index.js +31 -0
- package/metadata.json +666 -2
- package/package.json +3 -3
- package/svg/caution-inverted.svg +1 -0
- package/svg/caution.svg +1 -0
- package/svg/circle-fill.svg +1 -0
- package/svg/circle-stroke.svg +1 -0
- package/svg/critical.svg +1 -0
- package/svg/incomplete.svg +1 -0
- package/svg/square-fill.svg +1 -0
- package/svg/undefined.svg +1 -0
package/metadata.json
CHANGED
|
@@ -126636,6 +126636,8 @@
|
|
|
126636
126636
|
}
|
|
126637
126637
|
}
|
|
126638
126638
|
],
|
|
126639
|
+
"deprecated": true,
|
|
126640
|
+
"reason": "glyph--caution has been replaced by caution",
|
|
126639
126641
|
"output": [
|
|
126640
126642
|
{
|
|
126641
126643
|
"descriptor": {
|
|
@@ -126709,6 +126711,104 @@
|
|
|
126709
126711
|
]
|
|
126710
126712
|
}
|
|
126711
126713
|
},
|
|
126714
|
+
{
|
|
126715
|
+
"name": "caution",
|
|
126716
|
+
"friendlyName": "Caution",
|
|
126717
|
+
"aliases": [
|
|
126718
|
+
"caution",
|
|
126719
|
+
"warning",
|
|
126720
|
+
"triangle",
|
|
126721
|
+
"filled"
|
|
126722
|
+
],
|
|
126723
|
+
"sizes": [
|
|
126724
|
+
"glyph"
|
|
126725
|
+
],
|
|
126726
|
+
"namespace": [],
|
|
126727
|
+
"assets": [
|
|
126728
|
+
{
|
|
126729
|
+
"size": "glyph",
|
|
126730
|
+
"filepath": "caution.svg",
|
|
126731
|
+
"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 id=\"_Outer_Path_\" data-name=\"<Outer Path>\" d=\"M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z\"/>\n <polygon points=\"12.315 12 3.685 12 8 4.088 12.315 12\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
126732
|
+
"optimized": {
|
|
126733
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z\"/><path d=\"M12.315 12L3.685 12 8 4.088 12.315 12z\"/></svg>",
|
|
126734
|
+
"info": {},
|
|
126735
|
+
"path": "caution.svg"
|
|
126736
|
+
}
|
|
126737
|
+
}
|
|
126738
|
+
],
|
|
126739
|
+
"output": [
|
|
126740
|
+
{
|
|
126741
|
+
"descriptor": {
|
|
126742
|
+
"elem": "svg",
|
|
126743
|
+
"attrs": {
|
|
126744
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
126745
|
+
"viewBox": "0 0 16 16",
|
|
126746
|
+
"fill": "currentColor",
|
|
126747
|
+
"width": "16",
|
|
126748
|
+
"height": "16"
|
|
126749
|
+
},
|
|
126750
|
+
"content": [
|
|
126751
|
+
{
|
|
126752
|
+
"elem": "path",
|
|
126753
|
+
"attrs": {
|
|
126754
|
+
"d": "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
|
126755
|
+
}
|
|
126756
|
+
},
|
|
126757
|
+
{
|
|
126758
|
+
"elem": "path",
|
|
126759
|
+
"attrs": {
|
|
126760
|
+
"d": "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
|
126761
|
+
}
|
|
126762
|
+
}
|
|
126763
|
+
],
|
|
126764
|
+
"name": "caution",
|
|
126765
|
+
"size": "glyph"
|
|
126766
|
+
},
|
|
126767
|
+
"moduleName": "CautionGlyph",
|
|
126768
|
+
"filepath": "caution/index.js",
|
|
126769
|
+
"size": "glyph"
|
|
126770
|
+
}
|
|
126771
|
+
],
|
|
126772
|
+
"category": "Organization",
|
|
126773
|
+
"subcategory": "Status",
|
|
126774
|
+
"moduleInfo": {
|
|
126775
|
+
"local": "Caution",
|
|
126776
|
+
"global": "Caution",
|
|
126777
|
+
"filepath": "Caution.js",
|
|
126778
|
+
"sizes": [
|
|
126779
|
+
{
|
|
126780
|
+
"size": "glyph",
|
|
126781
|
+
"ast": {
|
|
126782
|
+
"type": "element",
|
|
126783
|
+
"tagName": "svg",
|
|
126784
|
+
"attributes": {
|
|
126785
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
126786
|
+
"viewBox": "0 0 16 16",
|
|
126787
|
+
"fill": "currentColor"
|
|
126788
|
+
},
|
|
126789
|
+
"children": [
|
|
126790
|
+
{
|
|
126791
|
+
"type": "element",
|
|
126792
|
+
"tagName": "path",
|
|
126793
|
+
"attributes": {
|
|
126794
|
+
"d": "M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"
|
|
126795
|
+
},
|
|
126796
|
+
"children": []
|
|
126797
|
+
},
|
|
126798
|
+
{
|
|
126799
|
+
"type": "element",
|
|
126800
|
+
"tagName": "path",
|
|
126801
|
+
"attributes": {
|
|
126802
|
+
"d": "M12.315 12L3.685 12 8 4.088 12.315 12z"
|
|
126803
|
+
},
|
|
126804
|
+
"children": []
|
|
126805
|
+
}
|
|
126806
|
+
]
|
|
126807
|
+
}
|
|
126808
|
+
}
|
|
126809
|
+
]
|
|
126810
|
+
}
|
|
126811
|
+
},
|
|
126712
126812
|
{
|
|
126713
126813
|
"name": "glyph--caution-inverted",
|
|
126714
126814
|
"friendlyName": "Glyph caution inverted",
|
|
@@ -126735,6 +126835,8 @@
|
|
|
126735
126835
|
}
|
|
126736
126836
|
}
|
|
126737
126837
|
],
|
|
126838
|
+
"deprecated": true,
|
|
126839
|
+
"reason": "glyph--cuation-inverted has been replaced by caution-inverted",
|
|
126738
126840
|
"output": [
|
|
126739
126841
|
{
|
|
126740
126842
|
"descriptor": {
|
|
@@ -126794,6 +126896,91 @@
|
|
|
126794
126896
|
]
|
|
126795
126897
|
}
|
|
126796
126898
|
},
|
|
126899
|
+
{
|
|
126900
|
+
"name": "caution-inverted",
|
|
126901
|
+
"friendlyName": "Caution inverted",
|
|
126902
|
+
"aliases": [
|
|
126903
|
+
"caution",
|
|
126904
|
+
"warning",
|
|
126905
|
+
"inverted",
|
|
126906
|
+
"triangle",
|
|
126907
|
+
"filled"
|
|
126908
|
+
],
|
|
126909
|
+
"sizes": [
|
|
126910
|
+
"glyph"
|
|
126911
|
+
],
|
|
126912
|
+
"namespace": [],
|
|
126913
|
+
"assets": [
|
|
126914
|
+
{
|
|
126915
|
+
"size": "glyph",
|
|
126916
|
+
"filepath": "caution-inverted.svg",
|
|
126917
|
+
"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 <polygon points=\"8 14 2 3 14 3 8 14\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
126918
|
+
"optimized": {
|
|
126919
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8 14L2 3 14 3 8 14z\"/></svg>",
|
|
126920
|
+
"info": {},
|
|
126921
|
+
"path": "caution-inverted.svg"
|
|
126922
|
+
}
|
|
126923
|
+
}
|
|
126924
|
+
],
|
|
126925
|
+
"output": [
|
|
126926
|
+
{
|
|
126927
|
+
"descriptor": {
|
|
126928
|
+
"elem": "svg",
|
|
126929
|
+
"attrs": {
|
|
126930
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
126931
|
+
"viewBox": "0 0 16 16",
|
|
126932
|
+
"fill": "currentColor",
|
|
126933
|
+
"width": "16",
|
|
126934
|
+
"height": "16"
|
|
126935
|
+
},
|
|
126936
|
+
"content": [
|
|
126937
|
+
{
|
|
126938
|
+
"elem": "path",
|
|
126939
|
+
"attrs": {
|
|
126940
|
+
"d": "M8 14L2 3 14 3 8 14z"
|
|
126941
|
+
}
|
|
126942
|
+
}
|
|
126943
|
+
],
|
|
126944
|
+
"name": "caution-inverted",
|
|
126945
|
+
"size": "glyph"
|
|
126946
|
+
},
|
|
126947
|
+
"moduleName": "CautionInvertedGlyph",
|
|
126948
|
+
"filepath": "caution-inverted/index.js",
|
|
126949
|
+
"size": "glyph"
|
|
126950
|
+
}
|
|
126951
|
+
],
|
|
126952
|
+
"category": "Organization",
|
|
126953
|
+
"subcategory": "Status",
|
|
126954
|
+
"moduleInfo": {
|
|
126955
|
+
"local": "CautionInverted",
|
|
126956
|
+
"global": "CautionInverted",
|
|
126957
|
+
"filepath": "CautionInverted.js",
|
|
126958
|
+
"sizes": [
|
|
126959
|
+
{
|
|
126960
|
+
"size": "glyph",
|
|
126961
|
+
"ast": {
|
|
126962
|
+
"type": "element",
|
|
126963
|
+
"tagName": "svg",
|
|
126964
|
+
"attributes": {
|
|
126965
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
126966
|
+
"viewBox": "0 0 16 16",
|
|
126967
|
+
"fill": "currentColor"
|
|
126968
|
+
},
|
|
126969
|
+
"children": [
|
|
126970
|
+
{
|
|
126971
|
+
"type": "element",
|
|
126972
|
+
"tagName": "path",
|
|
126973
|
+
"attributes": {
|
|
126974
|
+
"d": "M8 14L2 3 14 3 8 14z"
|
|
126975
|
+
},
|
|
126976
|
+
"children": []
|
|
126977
|
+
}
|
|
126978
|
+
]
|
|
126979
|
+
}
|
|
126980
|
+
}
|
|
126981
|
+
]
|
|
126982
|
+
}
|
|
126983
|
+
},
|
|
126797
126984
|
{
|
|
126798
126985
|
"name": "glyph--circle-fill",
|
|
126799
126986
|
"friendlyName": "Glyph circle fill",
|
|
@@ -126819,6 +127006,8 @@
|
|
|
126819
127006
|
}
|
|
126820
127007
|
}
|
|
126821
127008
|
],
|
|
127009
|
+
"deprecated": true,
|
|
127010
|
+
"reason": "glyph--circle-fill has been replaced by circle-fill",
|
|
126822
127011
|
"output": [
|
|
126823
127012
|
{
|
|
126824
127013
|
"descriptor": {
|
|
@@ -126882,6 +127071,94 @@
|
|
|
126882
127071
|
]
|
|
126883
127072
|
}
|
|
126884
127073
|
},
|
|
127074
|
+
{
|
|
127075
|
+
"name": "circle-fill",
|
|
127076
|
+
"friendlyName": "Circle fill",
|
|
127077
|
+
"aliases": [
|
|
127078
|
+
"circle",
|
|
127079
|
+
"filled",
|
|
127080
|
+
"solid",
|
|
127081
|
+
"round"
|
|
127082
|
+
],
|
|
127083
|
+
"sizes": [
|
|
127084
|
+
"glyph"
|
|
127085
|
+
],
|
|
127086
|
+
"namespace": [],
|
|
127087
|
+
"assets": [
|
|
127088
|
+
{
|
|
127089
|
+
"size": "glyph",
|
|
127090
|
+
"filepath": "circle-fill.svg",
|
|
127091
|
+
"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 <circle cx=\"8\" cy=\"8\" r=\"6\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
127092
|
+
"optimized": {
|
|
127093
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"6\"/></svg>",
|
|
127094
|
+
"info": {},
|
|
127095
|
+
"path": "circle-fill.svg"
|
|
127096
|
+
}
|
|
127097
|
+
}
|
|
127098
|
+
],
|
|
127099
|
+
"output": [
|
|
127100
|
+
{
|
|
127101
|
+
"descriptor": {
|
|
127102
|
+
"elem": "svg",
|
|
127103
|
+
"attrs": {
|
|
127104
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127105
|
+
"viewBox": "0 0 16 16",
|
|
127106
|
+
"fill": "currentColor",
|
|
127107
|
+
"width": "16",
|
|
127108
|
+
"height": "16"
|
|
127109
|
+
},
|
|
127110
|
+
"content": [
|
|
127111
|
+
{
|
|
127112
|
+
"elem": "circle",
|
|
127113
|
+
"attrs": {
|
|
127114
|
+
"cx": "8",
|
|
127115
|
+
"cy": "8",
|
|
127116
|
+
"r": "6"
|
|
127117
|
+
}
|
|
127118
|
+
}
|
|
127119
|
+
],
|
|
127120
|
+
"name": "circle-fill",
|
|
127121
|
+
"size": "glyph"
|
|
127122
|
+
},
|
|
127123
|
+
"moduleName": "CircleFillGlyph",
|
|
127124
|
+
"filepath": "circle-fill/index.js",
|
|
127125
|
+
"size": "glyph"
|
|
127126
|
+
}
|
|
127127
|
+
],
|
|
127128
|
+
"category": "Organization",
|
|
127129
|
+
"subcategory": "Status",
|
|
127130
|
+
"moduleInfo": {
|
|
127131
|
+
"local": "CircleFill",
|
|
127132
|
+
"global": "CircleFill",
|
|
127133
|
+
"filepath": "CircleFill.js",
|
|
127134
|
+
"sizes": [
|
|
127135
|
+
{
|
|
127136
|
+
"size": "glyph",
|
|
127137
|
+
"ast": {
|
|
127138
|
+
"type": "element",
|
|
127139
|
+
"tagName": "svg",
|
|
127140
|
+
"attributes": {
|
|
127141
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127142
|
+
"viewBox": "0 0 16 16",
|
|
127143
|
+
"fill": "currentColor"
|
|
127144
|
+
},
|
|
127145
|
+
"children": [
|
|
127146
|
+
{
|
|
127147
|
+
"type": "element",
|
|
127148
|
+
"tagName": "circle",
|
|
127149
|
+
"attributes": {
|
|
127150
|
+
"cx": "8",
|
|
127151
|
+
"cy": "8",
|
|
127152
|
+
"r": "6"
|
|
127153
|
+
},
|
|
127154
|
+
"children": []
|
|
127155
|
+
}
|
|
127156
|
+
]
|
|
127157
|
+
}
|
|
127158
|
+
}
|
|
127159
|
+
]
|
|
127160
|
+
}
|
|
127161
|
+
},
|
|
126885
127162
|
{
|
|
126886
127163
|
"name": "glyph--circle-stroke",
|
|
126887
127164
|
"friendlyName": "Glyph circle stroke",
|
|
@@ -126907,6 +127184,8 @@
|
|
|
126907
127184
|
}
|
|
126908
127185
|
}
|
|
126909
127186
|
],
|
|
127187
|
+
"deprecated": true,
|
|
127188
|
+
"reason": "glyph--circle-stroke has been replaced by circle-stroke",
|
|
126910
127189
|
"output": [
|
|
126911
127190
|
{
|
|
126912
127191
|
"descriptor": {
|
|
@@ -126966,6 +127245,90 @@
|
|
|
126966
127245
|
]
|
|
126967
127246
|
}
|
|
126968
127247
|
},
|
|
127248
|
+
{
|
|
127249
|
+
"name": "circle-stroke",
|
|
127250
|
+
"friendlyName": "Circle stroke",
|
|
127251
|
+
"aliases": [
|
|
127252
|
+
"stroke",
|
|
127253
|
+
"circle",
|
|
127254
|
+
"round",
|
|
127255
|
+
"outlined"
|
|
127256
|
+
],
|
|
127257
|
+
"sizes": [
|
|
127258
|
+
"glyph"
|
|
127259
|
+
],
|
|
127260
|
+
"namespace": [],
|
|
127261
|
+
"assets": [
|
|
127262
|
+
{
|
|
127263
|
+
"size": "glyph",
|
|
127264
|
+
"filepath": "circle-stroke.svg",
|
|
127265
|
+
"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,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
127266
|
+
"optimized": {
|
|
127267
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z\"/></svg>",
|
|
127268
|
+
"info": {},
|
|
127269
|
+
"path": "circle-stroke.svg"
|
|
127270
|
+
}
|
|
127271
|
+
}
|
|
127272
|
+
],
|
|
127273
|
+
"output": [
|
|
127274
|
+
{
|
|
127275
|
+
"descriptor": {
|
|
127276
|
+
"elem": "svg",
|
|
127277
|
+
"attrs": {
|
|
127278
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127279
|
+
"viewBox": "0 0 16 16",
|
|
127280
|
+
"fill": "currentColor",
|
|
127281
|
+
"width": "16",
|
|
127282
|
+
"height": "16"
|
|
127283
|
+
},
|
|
127284
|
+
"content": [
|
|
127285
|
+
{
|
|
127286
|
+
"elem": "path",
|
|
127287
|
+
"attrs": {
|
|
127288
|
+
"d": "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
127289
|
+
}
|
|
127290
|
+
}
|
|
127291
|
+
],
|
|
127292
|
+
"name": "circle-stroke",
|
|
127293
|
+
"size": "glyph"
|
|
127294
|
+
},
|
|
127295
|
+
"moduleName": "CircleStrokeGlyph",
|
|
127296
|
+
"filepath": "circle-stroke/index.js",
|
|
127297
|
+
"size": "glyph"
|
|
127298
|
+
}
|
|
127299
|
+
],
|
|
127300
|
+
"category": "Organization",
|
|
127301
|
+
"subcategory": "Status",
|
|
127302
|
+
"moduleInfo": {
|
|
127303
|
+
"local": "CircleStroke",
|
|
127304
|
+
"global": "CircleStroke",
|
|
127305
|
+
"filepath": "CircleStroke.js",
|
|
127306
|
+
"sizes": [
|
|
127307
|
+
{
|
|
127308
|
+
"size": "glyph",
|
|
127309
|
+
"ast": {
|
|
127310
|
+
"type": "element",
|
|
127311
|
+
"tagName": "svg",
|
|
127312
|
+
"attributes": {
|
|
127313
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127314
|
+
"viewBox": "0 0 16 16",
|
|
127315
|
+
"fill": "currentColor"
|
|
127316
|
+
},
|
|
127317
|
+
"children": [
|
|
127318
|
+
{
|
|
127319
|
+
"type": "element",
|
|
127320
|
+
"tagName": "path",
|
|
127321
|
+
"attributes": {
|
|
127322
|
+
"d": "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
|
|
127323
|
+
},
|
|
127324
|
+
"children": []
|
|
127325
|
+
}
|
|
127326
|
+
]
|
|
127327
|
+
}
|
|
127328
|
+
}
|
|
127329
|
+
]
|
|
127330
|
+
}
|
|
127331
|
+
},
|
|
126969
127332
|
{
|
|
126970
127333
|
"name": "glyph--critical",
|
|
126971
127334
|
"friendlyName": "Glyph critical",
|
|
@@ -126991,6 +127354,8 @@
|
|
|
126991
127354
|
}
|
|
126992
127355
|
}
|
|
126993
127356
|
],
|
|
127357
|
+
"deprecated": true,
|
|
127358
|
+
"reason": "glyph--critical has been replaced by critical",
|
|
126994
127359
|
"output": [
|
|
126995
127360
|
{
|
|
126996
127361
|
"descriptor": {
|
|
@@ -127050,6 +127415,90 @@
|
|
|
127050
127415
|
]
|
|
127051
127416
|
}
|
|
127052
127417
|
},
|
|
127418
|
+
{
|
|
127419
|
+
"name": "critical",
|
|
127420
|
+
"friendlyName": "Critical",
|
|
127421
|
+
"aliases": [
|
|
127422
|
+
"critical",
|
|
127423
|
+
"warning",
|
|
127424
|
+
"caution",
|
|
127425
|
+
"slash"
|
|
127426
|
+
],
|
|
127427
|
+
"sizes": [
|
|
127428
|
+
"glyph"
|
|
127429
|
+
],
|
|
127430
|
+
"namespace": [],
|
|
127431
|
+
"assets": [
|
|
127432
|
+
{
|
|
127433
|
+
"size": "glyph",
|
|
127434
|
+
"filepath": "critical.svg",
|
|
127435
|
+
"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=\"M12.887,11.4727a5.9936,5.9936,0,0,0-8.36-8.3594Z\"/>\n <path d=\"M3.113,4.5273a5.9936,5.9936,0,0,0,8.36,8.3594Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
127436
|
+
"optimized": {
|
|
127437
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z\"/></svg>",
|
|
127438
|
+
"info": {},
|
|
127439
|
+
"path": "critical.svg"
|
|
127440
|
+
}
|
|
127441
|
+
}
|
|
127442
|
+
],
|
|
127443
|
+
"output": [
|
|
127444
|
+
{
|
|
127445
|
+
"descriptor": {
|
|
127446
|
+
"elem": "svg",
|
|
127447
|
+
"attrs": {
|
|
127448
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127449
|
+
"viewBox": "0 0 16 16",
|
|
127450
|
+
"fill": "currentColor",
|
|
127451
|
+
"width": "16",
|
|
127452
|
+
"height": "16"
|
|
127453
|
+
},
|
|
127454
|
+
"content": [
|
|
127455
|
+
{
|
|
127456
|
+
"elem": "path",
|
|
127457
|
+
"attrs": {
|
|
127458
|
+
"d": "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
127459
|
+
}
|
|
127460
|
+
}
|
|
127461
|
+
],
|
|
127462
|
+
"name": "critical",
|
|
127463
|
+
"size": "glyph"
|
|
127464
|
+
},
|
|
127465
|
+
"moduleName": "CriticalGlyph",
|
|
127466
|
+
"filepath": "critical/index.js",
|
|
127467
|
+
"size": "glyph"
|
|
127468
|
+
}
|
|
127469
|
+
],
|
|
127470
|
+
"category": "Organization",
|
|
127471
|
+
"subcategory": "Status",
|
|
127472
|
+
"moduleInfo": {
|
|
127473
|
+
"local": "Critical",
|
|
127474
|
+
"global": "Critical",
|
|
127475
|
+
"filepath": "Critical.js",
|
|
127476
|
+
"sizes": [
|
|
127477
|
+
{
|
|
127478
|
+
"size": "glyph",
|
|
127479
|
+
"ast": {
|
|
127480
|
+
"type": "element",
|
|
127481
|
+
"tagName": "svg",
|
|
127482
|
+
"attributes": {
|
|
127483
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127484
|
+
"viewBox": "0 0 16 16",
|
|
127485
|
+
"fill": "currentColor"
|
|
127486
|
+
},
|
|
127487
|
+
"children": [
|
|
127488
|
+
{
|
|
127489
|
+
"type": "element",
|
|
127490
|
+
"tagName": "path",
|
|
127491
|
+
"attributes": {
|
|
127492
|
+
"d": "M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"
|
|
127493
|
+
},
|
|
127494
|
+
"children": []
|
|
127495
|
+
}
|
|
127496
|
+
]
|
|
127497
|
+
}
|
|
127498
|
+
}
|
|
127499
|
+
]
|
|
127500
|
+
}
|
|
127501
|
+
},
|
|
127053
127502
|
{
|
|
127054
127503
|
"name": "glyph--incomplete",
|
|
127055
127504
|
"friendlyName": "Glyph incomplete",
|
|
@@ -127075,6 +127524,8 @@
|
|
|
127075
127524
|
}
|
|
127076
127525
|
}
|
|
127077
127526
|
],
|
|
127527
|
+
"deprecated": true,
|
|
127528
|
+
"reason": "glyph--incomplete has been replaced by incomplete",
|
|
127078
127529
|
"output": [
|
|
127079
127530
|
{
|
|
127080
127531
|
"descriptor": {
|
|
@@ -127158,6 +127609,8 @@
|
|
|
127158
127609
|
}
|
|
127159
127610
|
}
|
|
127160
127611
|
],
|
|
127612
|
+
"deprecated": true,
|
|
127613
|
+
"reason": "glyph--square-fill has been replaced by square-fill",
|
|
127161
127614
|
"output": [
|
|
127162
127615
|
{
|
|
127163
127616
|
"descriptor": {
|
|
@@ -127217,6 +127670,89 @@
|
|
|
127217
127670
|
]
|
|
127218
127671
|
}
|
|
127219
127672
|
},
|
|
127673
|
+
{
|
|
127674
|
+
"name": "square-fill",
|
|
127675
|
+
"friendlyName": "Square fill",
|
|
127676
|
+
"aliases": [
|
|
127677
|
+
"square",
|
|
127678
|
+
"filled",
|
|
127679
|
+
"box"
|
|
127680
|
+
],
|
|
127681
|
+
"sizes": [
|
|
127682
|
+
"glyph"
|
|
127683
|
+
],
|
|
127684
|
+
"namespace": [],
|
|
127685
|
+
"assets": [
|
|
127686
|
+
{
|
|
127687
|
+
"size": "glyph",
|
|
127688
|
+
"filepath": "square-fill.svg",
|
|
127689
|
+
"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 <rect x=\"3\" y=\"3\" width=\"10\" height=\"10\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
127690
|
+
"optimized": {
|
|
127691
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M3 3H13V13H3z\"/></svg>",
|
|
127692
|
+
"info": {},
|
|
127693
|
+
"path": "square-fill.svg"
|
|
127694
|
+
}
|
|
127695
|
+
}
|
|
127696
|
+
],
|
|
127697
|
+
"output": [
|
|
127698
|
+
{
|
|
127699
|
+
"descriptor": {
|
|
127700
|
+
"elem": "svg",
|
|
127701
|
+
"attrs": {
|
|
127702
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127703
|
+
"viewBox": "0 0 16 16",
|
|
127704
|
+
"fill": "currentColor",
|
|
127705
|
+
"width": "16",
|
|
127706
|
+
"height": "16"
|
|
127707
|
+
},
|
|
127708
|
+
"content": [
|
|
127709
|
+
{
|
|
127710
|
+
"elem": "path",
|
|
127711
|
+
"attrs": {
|
|
127712
|
+
"d": "M3 3H13V13H3z"
|
|
127713
|
+
}
|
|
127714
|
+
}
|
|
127715
|
+
],
|
|
127716
|
+
"name": "square-fill",
|
|
127717
|
+
"size": "glyph"
|
|
127718
|
+
},
|
|
127719
|
+
"moduleName": "SquareFillGlyph",
|
|
127720
|
+
"filepath": "square-fill/index.js",
|
|
127721
|
+
"size": "glyph"
|
|
127722
|
+
}
|
|
127723
|
+
],
|
|
127724
|
+
"category": "Organization",
|
|
127725
|
+
"subcategory": "Status",
|
|
127726
|
+
"moduleInfo": {
|
|
127727
|
+
"local": "SquareFill",
|
|
127728
|
+
"global": "SquareFill",
|
|
127729
|
+
"filepath": "SquareFill.js",
|
|
127730
|
+
"sizes": [
|
|
127731
|
+
{
|
|
127732
|
+
"size": "glyph",
|
|
127733
|
+
"ast": {
|
|
127734
|
+
"type": "element",
|
|
127735
|
+
"tagName": "svg",
|
|
127736
|
+
"attributes": {
|
|
127737
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
127738
|
+
"viewBox": "0 0 16 16",
|
|
127739
|
+
"fill": "currentColor"
|
|
127740
|
+
},
|
|
127741
|
+
"children": [
|
|
127742
|
+
{
|
|
127743
|
+
"type": "element",
|
|
127744
|
+
"tagName": "path",
|
|
127745
|
+
"attributes": {
|
|
127746
|
+
"d": "M3 3H13V13H3z"
|
|
127747
|
+
},
|
|
127748
|
+
"children": []
|
|
127749
|
+
}
|
|
127750
|
+
]
|
|
127751
|
+
}
|
|
127752
|
+
}
|
|
127753
|
+
]
|
|
127754
|
+
}
|
|
127755
|
+
},
|
|
127220
127756
|
{
|
|
127221
127757
|
"name": "glyph--undefined",
|
|
127222
127758
|
"friendlyName": "Glyph undefined",
|
|
@@ -127241,6 +127777,8 @@
|
|
|
127241
127777
|
}
|
|
127242
127778
|
}
|
|
127243
127779
|
],
|
|
127780
|
+
"deprecated": true,
|
|
127781
|
+
"reason": "glyph--undefined has been replaced by undefined",
|
|
127244
127782
|
"output": [
|
|
127245
127783
|
{
|
|
127246
127784
|
"descriptor": {
|
|
@@ -138903,10 +139441,21 @@
|
|
|
138903
139441
|
"status"
|
|
138904
139442
|
],
|
|
138905
139443
|
"sizes": [
|
|
138906
|
-
32
|
|
139444
|
+
32,
|
|
139445
|
+
"glyph"
|
|
138907
139446
|
],
|
|
138908
139447
|
"namespace": [],
|
|
138909
139448
|
"assets": [
|
|
139449
|
+
{
|
|
139450
|
+
"size": "glyph",
|
|
139451
|
+
"filepath": "incomplete.svg",
|
|
139452
|
+
"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,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
139453
|
+
"optimized": {
|
|
139454
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z\"/></svg>",
|
|
139455
|
+
"info": {},
|
|
139456
|
+
"path": "incomplete.svg"
|
|
139457
|
+
}
|
|
139458
|
+
},
|
|
138910
139459
|
{
|
|
138911
139460
|
"size": 32,
|
|
138912
139461
|
"filepath": "32/incomplete.svg",
|
|
@@ -139018,6 +139567,31 @@
|
|
|
139018
139567
|
"size": 16
|
|
139019
139568
|
},
|
|
139020
139569
|
"size": 16
|
|
139570
|
+
},
|
|
139571
|
+
{
|
|
139572
|
+
"descriptor": {
|
|
139573
|
+
"elem": "svg",
|
|
139574
|
+
"attrs": {
|
|
139575
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
139576
|
+
"viewBox": "0 0 16 16",
|
|
139577
|
+
"fill": "currentColor",
|
|
139578
|
+
"width": "16",
|
|
139579
|
+
"height": "16"
|
|
139580
|
+
},
|
|
139581
|
+
"content": [
|
|
139582
|
+
{
|
|
139583
|
+
"elem": "path",
|
|
139584
|
+
"attrs": {
|
|
139585
|
+
"d": "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
139586
|
+
}
|
|
139587
|
+
}
|
|
139588
|
+
],
|
|
139589
|
+
"name": "incomplete",
|
|
139590
|
+
"size": "glyph"
|
|
139591
|
+
},
|
|
139592
|
+
"moduleName": "IncompleteGlyph",
|
|
139593
|
+
"filepath": "incomplete/index.js",
|
|
139594
|
+
"size": "glyph"
|
|
139021
139595
|
}
|
|
139022
139596
|
],
|
|
139023
139597
|
"category": "Organization",
|
|
@@ -139027,6 +139601,28 @@
|
|
|
139027
139601
|
"global": "Incomplete",
|
|
139028
139602
|
"filepath": "Incomplete.js",
|
|
139029
139603
|
"sizes": [
|
|
139604
|
+
{
|
|
139605
|
+
"size": "glyph",
|
|
139606
|
+
"ast": {
|
|
139607
|
+
"type": "element",
|
|
139608
|
+
"tagName": "svg",
|
|
139609
|
+
"attributes": {
|
|
139610
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
139611
|
+
"viewBox": "0 0 16 16",
|
|
139612
|
+
"fill": "currentColor"
|
|
139613
|
+
},
|
|
139614
|
+
"children": [
|
|
139615
|
+
{
|
|
139616
|
+
"type": "element",
|
|
139617
|
+
"tagName": "path",
|
|
139618
|
+
"attributes": {
|
|
139619
|
+
"d": "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
139620
|
+
},
|
|
139621
|
+
"children": []
|
|
139622
|
+
}
|
|
139623
|
+
]
|
|
139624
|
+
}
|
|
139625
|
+
},
|
|
139030
139626
|
{
|
|
139031
139627
|
"size": 32,
|
|
139032
139628
|
"ast": {
|
|
@@ -282436,10 +283032,21 @@
|
|
|
282436
283032
|
"undefined"
|
|
282437
283033
|
],
|
|
282438
283034
|
"sizes": [
|
|
282439
|
-
32
|
|
283035
|
+
32,
|
|
283036
|
+
"glyph"
|
|
282440
283037
|
],
|
|
282441
283038
|
"namespace": [],
|
|
282442
283039
|
"assets": [
|
|
283040
|
+
{
|
|
283041
|
+
"size": "glyph",
|
|
283042
|
+
"filepath": "undefined.svg",
|
|
283043
|
+
"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 <rect x=\"3.0503\" y=\"3.0503\" width=\"9.8995\" height=\"9.8995\" transform=\"translate(-3.3137 8) rotate(-45)\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"<Transparent Rectangle>\" class=\"cls-1\" width=\"16\" height=\"16\"/>\n</svg>\n",
|
|
283044
|
+
"optimized": {
|
|
283045
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M3.05 3.05H12.948999999999998V12.948999999999998H3.05z\" transform=\"rotate(-45 8 8)\"/></svg>",
|
|
283046
|
+
"info": {},
|
|
283047
|
+
"path": "undefined.svg"
|
|
283048
|
+
}
|
|
283049
|
+
},
|
|
282443
283050
|
{
|
|
282444
283051
|
"size": 32,
|
|
282445
283052
|
"filepath": "32/undefined.svg",
|
|
@@ -282575,6 +283182,32 @@
|
|
|
282575
283182
|
"size": 16
|
|
282576
283183
|
},
|
|
282577
283184
|
"size": 16
|
|
283185
|
+
},
|
|
283186
|
+
{
|
|
283187
|
+
"descriptor": {
|
|
283188
|
+
"elem": "svg",
|
|
283189
|
+
"attrs": {
|
|
283190
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
283191
|
+
"viewBox": "0 0 16 16",
|
|
283192
|
+
"fill": "currentColor",
|
|
283193
|
+
"width": "16",
|
|
283194
|
+
"height": "16"
|
|
283195
|
+
},
|
|
283196
|
+
"content": [
|
|
283197
|
+
{
|
|
283198
|
+
"elem": "path",
|
|
283199
|
+
"attrs": {
|
|
283200
|
+
"d": "M3.05 3.05H12.948999999999998V12.948999999999998H3.05z",
|
|
283201
|
+
"transform": "rotate(-45 8 8)"
|
|
283202
|
+
}
|
|
283203
|
+
}
|
|
283204
|
+
],
|
|
283205
|
+
"name": "undefined",
|
|
283206
|
+
"size": "glyph"
|
|
283207
|
+
},
|
|
283208
|
+
"moduleName": "UndefinedGlyph",
|
|
283209
|
+
"filepath": "undefined/index.js",
|
|
283210
|
+
"size": "glyph"
|
|
282578
283211
|
}
|
|
282579
283212
|
],
|
|
282580
283213
|
"category": "Organization",
|
|
@@ -282584,6 +283217,29 @@
|
|
|
282584
283217
|
"global": "Undefined",
|
|
282585
283218
|
"filepath": "Undefined.js",
|
|
282586
283219
|
"sizes": [
|
|
283220
|
+
{
|
|
283221
|
+
"size": "glyph",
|
|
283222
|
+
"ast": {
|
|
283223
|
+
"type": "element",
|
|
283224
|
+
"tagName": "svg",
|
|
283225
|
+
"attributes": {
|
|
283226
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
283227
|
+
"viewBox": "0 0 16 16",
|
|
283228
|
+
"fill": "currentColor"
|
|
283229
|
+
},
|
|
283230
|
+
"children": [
|
|
283231
|
+
{
|
|
283232
|
+
"type": "element",
|
|
283233
|
+
"tagName": "path",
|
|
283234
|
+
"attributes": {
|
|
283235
|
+
"d": "M3.05 3.05H12.948999999999998V12.948999999999998H3.05z",
|
|
283236
|
+
"transform": "rotate(-45 8 8)"
|
|
283237
|
+
},
|
|
283238
|
+
"children": []
|
|
283239
|
+
}
|
|
283240
|
+
]
|
|
283241
|
+
}
|
|
283242
|
+
},
|
|
282587
283243
|
{
|
|
282588
283244
|
"size": 32,
|
|
282589
283245
|
"ast": {
|
|
@@ -309989,13 +310645,21 @@
|
|
|
309989
310645
|
"error--filled",
|
|
309990
310646
|
"error--outline",
|
|
309991
310647
|
"glyph--caution",
|
|
310648
|
+
"caution",
|
|
309992
310649
|
"glyph--caution-inverted",
|
|
310650
|
+
"caution-inverted",
|
|
309993
310651
|
"glyph--circle-fill",
|
|
310652
|
+
"circle-fill",
|
|
309994
310653
|
"glyph--circle-stroke",
|
|
310654
|
+
"circle-stroke",
|
|
309995
310655
|
"glyph--critical",
|
|
310656
|
+
"critical",
|
|
309996
310657
|
"glyph--incomplete",
|
|
310658
|
+
"incomplete",
|
|
309997
310659
|
"glyph--square-fill",
|
|
310660
|
+
"square-fill",
|
|
309998
310661
|
"glyph--undefined",
|
|
310662
|
+
"undefined",
|
|
309999
310663
|
"help",
|
|
310000
310664
|
"help--filled",
|
|
310001
310665
|
"in-progress",
|