@carbon/pictograms-react 11.92.0 → 11.93.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/__generated__/bucket-0.js +1 -1
- package/es/__generated__/bucket-1.js +223 -195
- package/es/__generated__/bucket-2.js +2 -2
- package/es/__generated__/bucket-3.js +1 -1
- package/es/__generated__/bucket-4.js +20 -14
- package/es/__generated__/bucket-5.js +2 -2
- package/es/chart--predictive-analytics--bar/index.js +116 -2
- package/es/cloud--download/index.js +1 -1
- package/es/cloud--upload/index.js +1 -1
- package/es/consumer--engagement--food--journey/index.js +15 -3
- package/es/download--01/index.js +1 -1
- package/es/download--02/index.js +1 -1
- package/es/duplicate--file/index.js +18 -2
- package/es/export--01/index.js +1 -1
- package/es/export--02/index.js +1 -1
- package/es/machine--learning--02/index.js +10 -2
- package/es/mcgill-university--morrice-hall/index.js +10 -2
- package/es/speech--to--text/index.js +8 -2
- package/es/upload--01/index.js +1 -1
- package/es/upload--02/index.js +1 -1
- package/lib/__generated__/bucket-0.js +1 -1
- package/lib/__generated__/bucket-1.js +223 -195
- package/lib/__generated__/bucket-2.js +2 -2
- package/lib/__generated__/bucket-3.js +1 -1
- package/lib/__generated__/bucket-4.js +20 -14
- package/lib/__generated__/bucket-5.js +2 -2
- package/lib/chart--predictive-analytics--bar/index.js +116 -2
- package/lib/cloud--download/index.js +1 -1
- package/lib/cloud--upload/index.js +1 -1
- package/lib/consumer--engagement--food--journey/index.js +15 -3
- package/lib/download--01/index.js +1 -1
- package/lib/download--02/index.js +1 -1
- package/lib/duplicate--file/index.js +18 -2
- package/lib/export--01/index.js +1 -1
- package/lib/export--02/index.js +1 -1
- package/lib/machine--learning--02/index.js +10 -2
- package/lib/mcgill-university--morrice-hall/index.js +10 -2
- package/lib/speech--to--text/index.js +8 -2
- package/lib/upload--01/index.js +1 -1
- package/lib/upload--02/index.js +1 -1
- package/package.json +4 -4
- package/umd/index.js +249 -215
|
@@ -56,7 +56,7 @@ const Export_01 = /*#__PURE__*/React.forwardRef(function Export_01({
|
|
|
56
56
|
fill: "currentColor",
|
|
57
57
|
ref: ref
|
|
58
58
|
}, rest), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
59
|
-
d: "M16.36
|
|
59
|
+
d: "M16.36 24 15.64 24 15.64 2.869 10.254 8.254 9.746 7.746 16 1.491 22.255 7.746 21.745 8.254 16.36 2.869z"
|
|
60
60
|
})), children);
|
|
61
61
|
});
|
|
62
62
|
const Export_02 = /*#__PURE__*/React.forwardRef(function Export_02({
|
|
@@ -73,7 +73,7 @@ const Export_02 = /*#__PURE__*/React.forwardRef(function Export_02({
|
|
|
73
73
|
}, rest), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
74
74
|
d: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V12c0-0.199,0.161-0.36,0.36-0.36h8v0.72H1.36v18.28h29.28V12.36H23v-0.72h8 c0.199,0,0.36,0.161,0.36,0.36v19C31.36,31.199,31.199,31.36,31,31.36z"
|
|
75
75
|
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
76
|
-
d: "M16.36
|
|
76
|
+
d: "M16.36 25 15.64 25 15.64 1.869 10.254 7.254 9.746 6.746 16 .491 22.255 6.746 21.745 7.254 16.36 1.869z"
|
|
77
77
|
})), children);
|
|
78
78
|
});
|
|
79
79
|
const ExtendTheDataCenter = /*#__PURE__*/React.forwardRef(function ExtendTheDataCenter({
|