@carbon/icons 10.33.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/{glyph--caution/16.js → caution/index.js} +6 -6
- package/es/{glyph--caution-inverted/16.js → caution-inverted/index.js} +6 -6
- package/es/{glyph--circle-fill/16.js → circle-fill/index.js} +6 -6
- package/es/{glyph--circle-stroke/16.js → circle-stroke/index.js} +6 -6
- package/es/{glyph--critical/16.js → critical/index.js} +6 -6
- package/es/{glyph--incomplete/16.js → incomplete/index.js} +6 -6
- package/es/index.js +8 -32
- package/es/{glyph--square-fill/16.js → square-fill/index.js} +6 -6
- package/es/{glyph--undefined/16.js → undefined/index.js} +6 -6
- package/lib/{glyph--caution/16.js → caution/index.js} +6 -6
- package/lib/{glyph--caution-inverted/16.js → caution-inverted/index.js} +6 -6
- package/lib/{glyph--circle-fill/16.js → circle-fill/index.js} +6 -6
- package/lib/{glyph--circle-stroke/16.js → circle-stroke/index.js} +6 -6
- package/lib/{glyph--critical/16.js → critical/index.js} +6 -6
- package/lib/{glyph--incomplete/16.js → incomplete/index.js} +6 -6
- package/lib/index.js +16 -64
- package/lib/{glyph--square-fill/16.js → square-fill/index.js} +6 -6
- package/lib/{glyph--undefined/16.js → undefined/index.js} +6 -6
- package/metadata.json +6625 -6556
- package/package.json +7 -4
- 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/es/glyph--caution/20.js +0 -33
- package/es/glyph--caution/24.js +0 -33
- package/es/glyph--caution/32.js +0 -33
- package/es/glyph--caution-inverted/20.js +0 -28
- package/es/glyph--caution-inverted/24.js +0 -28
- package/es/glyph--caution-inverted/32.js +0 -28
- package/es/glyph--circle-fill/20.js +0 -30
- package/es/glyph--circle-fill/24.js +0 -30
- package/es/glyph--circle-fill/32.js +0 -30
- package/es/glyph--circle-stroke/20.js +0 -28
- package/es/glyph--circle-stroke/24.js +0 -28
- package/es/glyph--circle-stroke/32.js +0 -28
- package/es/glyph--critical/20.js +0 -28
- package/es/glyph--critical/24.js +0 -28
- package/es/glyph--critical/32.js +0 -28
- package/es/glyph--incomplete/20.js +0 -28
- package/es/glyph--incomplete/24.js +0 -28
- package/es/glyph--incomplete/32.js +0 -28
- package/es/glyph--square-fill/20.js +0 -28
- package/es/glyph--square-fill/24.js +0 -28
- package/es/glyph--square-fill/32.js +0 -28
- package/es/glyph--undefined/20.js +0 -29
- package/es/glyph--undefined/24.js +0 -29
- package/es/glyph--undefined/32.js +0 -29
- package/lib/glyph--caution/20.js +0 -35
- package/lib/glyph--caution/24.js +0 -35
- package/lib/glyph--caution/32.js +0 -35
- package/lib/glyph--caution-inverted/20.js +0 -30
- package/lib/glyph--caution-inverted/24.js +0 -30
- package/lib/glyph--caution-inverted/32.js +0 -30
- package/lib/glyph--circle-fill/20.js +0 -32
- package/lib/glyph--circle-fill/24.js +0 -32
- package/lib/glyph--circle-fill/32.js +0 -32
- package/lib/glyph--circle-stroke/20.js +0 -30
- package/lib/glyph--circle-stroke/24.js +0 -30
- package/lib/glyph--circle-stroke/32.js +0 -30
- package/lib/glyph--critical/20.js +0 -30
- package/lib/glyph--critical/24.js +0 -30
- package/lib/glyph--critical/32.js +0 -30
- package/lib/glyph--incomplete/20.js +0 -30
- package/lib/glyph--incomplete/24.js +0 -30
- package/lib/glyph--incomplete/32.js +0 -30
- package/lib/glyph--square-fill/20.js +0 -30
- package/lib/glyph--square-fill/24.js +0 -30
- package/lib/glyph--square-fill/32.js +0 -30
- package/lib/glyph--undefined/20.js +0 -31
- package/lib/glyph--undefined/24.js +0 -31
- package/lib/glyph--undefined/32.js +0 -31
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var index = {
|
|
12
12
|
"elem": "svg",
|
|
13
13
|
"attrs": {
|
|
14
14
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
15
|
"viewBox": "0 0 16 16",
|
|
16
16
|
"fill": "currentColor",
|
|
17
|
-
"width": 16,
|
|
18
|
-
"height": 16
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
21
|
"elem": "path",
|
|
@@ -23,8 +23,8 @@ var _16 = {
|
|
|
23
23
|
"d": "M3 3H13V13H3z"
|
|
24
24
|
}
|
|
25
25
|
}],
|
|
26
|
-
"name": "
|
|
27
|
-
"size":
|
|
26
|
+
"name": "square-fill",
|
|
27
|
+
"size": "glyph"
|
|
28
28
|
};
|
|
29
29
|
|
|
30
|
-
module.exports =
|
|
30
|
+
module.exports = index;
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
'use strict';
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var index = {
|
|
12
12
|
"elem": "svg",
|
|
13
13
|
"attrs": {
|
|
14
14
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
15
|
"viewBox": "0 0 16 16",
|
|
16
16
|
"fill": "currentColor",
|
|
17
|
-
"width": 16,
|
|
18
|
-
"height": 16
|
|
17
|
+
"width": "16",
|
|
18
|
+
"height": "16"
|
|
19
19
|
},
|
|
20
20
|
"content": [{
|
|
21
21
|
"elem": "path",
|
|
@@ -24,8 +24,8 @@ var _16 = {
|
|
|
24
24
|
"transform": "rotate(-45 8 8)"
|
|
25
25
|
}
|
|
26
26
|
}],
|
|
27
|
-
"name": "
|
|
28
|
-
"size":
|
|
27
|
+
"name": "undefined",
|
|
28
|
+
"size": "glyph"
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
-
module.exports =
|
|
31
|
+
module.exports = index;
|