@carbon/icons-react 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/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/maximize/16.js +1 -1
- package/lib/minimize/16.js +1 -1
- package/package.json +4 -4
- package/umd/index.js +1 -1
package/lib/maximize/16.js
CHANGED
|
@@ -16,7 +16,7 @@ React.forwardRef(function Maximize16(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 16 16",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M6 15v-1H2.7L7 9.7 6.3 9 2 13.3V10H1v5zm4-14v1h3.3L9 6.3l.7.7L14 2.7V6h1V1z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/lib/minimize/16.js
CHANGED
|
@@ -16,7 +16,7 @@ React.forwardRef(function Minimize16(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 16 16",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M2 9v1h3.3L1 14.3l.7.7L6 10.7V14h1V9zm12-2V6h-3.3L15 1.7l-.7-.7L10 5.3V2H9v5z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons-react",
|
|
3
3
|
"description": "React components for icons in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.6.
|
|
4
|
+
"version": "10.6.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@carbon/icon-helpers": "10.4.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@carbon/icon-build-helpers": "0.2.
|
|
36
|
-
"@carbon/icons": "10.6.
|
|
35
|
+
"@carbon/icon-build-helpers": "0.2.1",
|
|
36
|
+
"@carbon/icons": "10.6.1"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "1f3f6d2a6864d0bba62bd47c3318dd35f085858b"
|
|
40
40
|
}
|