@carbon/pictograms-react 11.16.0 → 11.19.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 +440 -440
- package/es/__generated__/bucket-1.js +2 -2
- package/es/__generated__/bucket-2.js +586 -590
- package/es/__generated__/bucket-3.js +606 -58
- package/es/build-applications-anywhere/index.js +33 -0
- package/es/chart--quadrant-plot/index.js +33 -0
- package/es/chart--scree-plot/index.js +33 -0
- package/es/cloud--native--01/index.js +33 -0
- package/es/cloud--native--02/index.js +33 -0
- package/es/cluster/index.js +33 -0
- package/es/connect--applications/index.js +33 -0
- package/es/container/index.js +33 -0
- package/es/container--microservices/index.js +33 -0
- package/es/containerized-applications/index.js +33 -0
- package/es/edge/index.js +33 -0
- package/es/firefighter/index.js +33 -0
- package/es/guitar/index.js +33 -0
- package/es/hybrid--cloud--infrastructure/index.js +33 -0
- package/es/ibm--rpa/index.js +33 -0
- package/es/ibm--z/index.js +1 -1
- package/es/ibm--z--partition/index.js +1 -1
- package/es/index.js +4 -4
- package/es/insurance/index.js +33 -0
- package/es/juice/index.js +33 -0
- package/es/kubernetes/index.js +33 -0
- package/es/kubernetes--pod/index.js +33 -0
- package/es/manage-applications-anywhere/index.js +33 -0
- package/es/open-source/index.js +33 -0
- package/es/portland--building/index.js +33 -0
- package/es/quantum-computing/index.js +33 -0
- package/es/read-only/index.js +33 -0
- package/es/red-hat--applications/index.js +33 -0
- package/es/seoul--gyeongbokgung-palace/index.js +33 -0
- package/es/serverless/index.js +33 -0
- package/es/social--worker/index.js +33 -0
- package/es/synergy/index.js +33 -0
- package/es/teacher/index.js +33 -0
- package/es/universal-experiences/index.js +33 -0
- package/es/uruguay--sol-de-mayo/index.js +33 -0
- package/es/virtual--server/index.js +33 -0
- package/es/virtual--storage/index.js +33 -0
- package/lib/__generated__/bucket-0.js +450 -450
- package/lib/__generated__/bucket-1.js +22 -22
- package/lib/__generated__/bucket-2.js +616 -620
- package/lib/__generated__/bucket-3.js +639 -57
- package/lib/build-applications-anywhere/index.js +39 -0
- package/lib/chart--quadrant-plot/index.js +39 -0
- package/lib/chart--scree-plot/index.js +39 -0
- package/lib/cloud--native--01/index.js +39 -0
- package/lib/cloud--native--02/index.js +39 -0
- package/lib/cluster/index.js +39 -0
- package/lib/connect--applications/index.js +39 -0
- package/lib/container/index.js +39 -0
- package/lib/container--microservices/index.js +39 -0
- package/lib/containerized-applications/index.js +39 -0
- package/lib/edge/index.js +39 -0
- package/lib/firefighter/index.js +39 -0
- package/lib/guitar/index.js +39 -0
- package/lib/hybrid--cloud--infrastructure/index.js +39 -0
- package/lib/ibm--rpa/index.js +39 -0
- package/lib/ibm--z/index.js +1 -1
- package/lib/ibm--z--partition/index.js +1 -1
- package/lib/index.js +97 -63
- package/lib/insurance/index.js +39 -0
- package/lib/juice/index.js +39 -0
- package/lib/kubernetes/index.js +39 -0
- package/lib/kubernetes--pod/index.js +39 -0
- package/lib/manage-applications-anywhere/index.js +39 -0
- package/lib/open-source/index.js +39 -0
- package/lib/portland--building/index.js +39 -0
- package/lib/quantum-computing/index.js +39 -0
- package/lib/read-only/index.js +39 -0
- package/lib/red-hat--applications/index.js +39 -0
- package/lib/seoul--gyeongbokgung-palace/index.js +39 -0
- package/lib/serverless/index.js +39 -0
- package/lib/social--worker/index.js +39 -0
- package/lib/synergy/index.js +39 -0
- package/lib/teacher/index.js +39 -0
- package/lib/universal-experiences/index.js +39 -0
- package/lib/uruguay--sol-de-mayo/index.js +39 -0
- package/lib/virtual--server/index.js +39 -0
- package/lib/virtual--storage/index.js +39 -0
- package/package.json +5 -5
- package/umd/index.js +1874 -1296
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-a8cbe70a.js';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import '@carbon/icon-helpers';
|
|
12
|
+
import 'prop-types';
|
|
13
|
+
|
|
14
|
+
var _path;
|
|
15
|
+
|
|
16
|
+
var _excluded = ["children"];
|
|
17
|
+
var VirtualServer = /*#__PURE__*/React.forwardRef(function VirtualServer(_ref, ref) {
|
|
18
|
+
var children = _ref.children,
|
|
19
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
|
|
21
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
22
|
+
width: 64,
|
|
23
|
+
height: 64,
|
|
24
|
+
viewBox: "0 0 32 32",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
ref: ref
|
|
28
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M26.022,26.383h-20\tc-0.199,0-0.36-0.161-0.36-0.36v-20c0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v20\tC26.383,26.222,26.222,26.383,26.022,26.383z M6.382,25.662h19.28v-4.279H6.382V25.662z M6.382,20.662h19.28v-4.28H6.382V20.662z M6.382,15.663h19.28v-4.28H6.382V15.663z M6.382,10.663h19.28v-4.28H6.382V10.663z M24.022,23.383h-6v-0.721h6V23.383z M13.022,23.383h-1v-0.721h1V23.383z M11.022,23.383h-1v-0.721h1V23.383z M9.022,23.383h-1v-0.721h1V23.383z M24.022,18.383h-6\tv-0.721h6V18.383z M13.022,18.383h-1v-0.721h1V18.383z M11.022,18.383h-1v-0.721h1V18.383z M9.022,18.383h-1v-0.721h1V18.383z M24.022,13.382h-6v-0.72h6V13.382z M13.022,13.382h-1v-0.72h1V13.382z M11.022,13.382h-1v-0.72h1V13.382z M9.022,13.382h-1v-0.72h1\tV13.382z M24.022,8.382h-6v-0.72h6V8.382z M13.022,8.382h-1v-0.72h1V8.382z M11.022,8.382h-1v-0.72h1V8.382z M9.022,8.382h-1v-0.72\th1V8.382z M4.523,4.023c0,0.276-0.224,0.5-0.5,0.5s-0.5-0.224-0.5-0.5s0.224-0.5,0.5-0.5S4.523,3.746,4.523,4.023z M7.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S7.299,3.523,7.023,3.523z M10.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S10.299,3.523,10.023,3.523z M13.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S13.299,3.523,13.023,3.523z M16.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S16.299,3.523,16.023,3.523z M19.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S19.299,3.523,19.023,3.523z M22.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.299,3.523,22.023,3.523z M25.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S25.299,3.523,25.023,3.523z M7.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S7.299,27.523,7.023,27.523z M10.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S10.299,27.523,10.023,27.523z M13.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S13.299,27.523,13.023,27.523z M16.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S16.299,27.523,16.023,27.523z M19.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S19.299,27.523,19.023,27.523z M22.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.299,27.523,22.023,27.523z M25.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S25.299,27.523,25.023,27.523z M4.023,6.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C4.523,6.746,4.299,6.523,4.023,6.523z M4.023,9.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C4.523,9.746,4.299,9.523,4.023,9.523z M4.023,12.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C4.523,12.746,4.299,12.523,4.023,12.523z M4.023,15.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C4.523,15.746,4.299,15.523,4.023,15.523z M4.023,18.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.299,18.523,4.023,18.523z M4.023,21.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.299,21.523,4.023,21.523z M4.023,24.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.299,24.523,4.023,24.523z M4.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.299,27.523,4.023,27.523z M28.023,3.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.299,3.523,28.023,3.523z M28.023,6.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C28.523,6.746,28.299,6.523,28.023,6.523z M28.023,9.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C28.523,9.746,28.299,9.523,28.023,9.523z M28.023,12.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C28.523,12.746,28.299,12.523,28.023,12.523z M28.023,15.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5C28.523,15.746,28.299,15.523,28.023,15.523z M28.023,18.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.299,18.523,28.023,18.523z M28.023,21.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.299,21.523,28.023,21.523z M28.023,24.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.299,24.523,28.023,24.523z M28.023,27.523\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.299,27.523,28.023,27.523z"
|
|
30
|
+
})), children);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export default VirtualServer;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../Icon-a8cbe70a.js';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import '@carbon/icon-helpers';
|
|
12
|
+
import 'prop-types';
|
|
13
|
+
|
|
14
|
+
var _path;
|
|
15
|
+
|
|
16
|
+
var _excluded = ["children"];
|
|
17
|
+
var VirtualStorage = /*#__PURE__*/React.forwardRef(function VirtualStorage(_ref, ref) {
|
|
18
|
+
var children = _ref.children,
|
|
19
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
|
|
21
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
22
|
+
width: 64,
|
|
23
|
+
height: 64,
|
|
24
|
+
viewBox: "0 0 32 32",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
ref: ref
|
|
28
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M4.5,4c0,0.276-0.224,0.5-0.5,0.5\tS3.5,4.276,3.5,4S3.724,3.5,4,3.5S4.5,3.724,4.5,4z M7,3.5C6.724,3.5,6.5,3.724,6.5,4S6.724,4.5,7,4.5S7.5,4.276,7.5,4\tS7.276,3.5,7,3.5z M10,3.5C9.724,3.5,9.5,3.724,9.5,4S9.724,4.5,10,4.5s0.5-0.224,0.5-0.5S10.276,3.5,10,3.5z M13,3.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S13.276,3.5,13,3.5z M16,3.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S16.276,3.5,16,3.5z M19,3.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5\ts0.5-0.224,0.5-0.5S19.276,3.5,19,3.5z M22,3.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.276,3.5,22,3.5z M25,3.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S25.276,3.5,25,3.5z M7,27.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S7.276,27.5,7,27.5z M10,27.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5\tS10.276,27.5,10,27.5z M13,27.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S13.276,27.5,13,27.5z M16,27.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S16.276,27.5,16,27.5z M19,27.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S19.276,27.5,19,27.5z M22,27.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S22.276,27.5,22,27.5z M25,27.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5\ts0.5-0.224,0.5-0.5S25.276,27.5,25,27.5z M4,6.5C3.724,6.5,3.5,6.724,3.5,7S3.724,7.5,4,7.5S4.5,7.276,4.5,7S4.276,6.5,4,6.5z M4,9.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,9.5,4,9.5z M4,12.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,12.5,4,12.5z M4,15.5c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5\ts0.5-0.224,0.5-0.5S4.276,15.5,4,15.5z M4,18.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,18.5,4,18.5z M4,21.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,21.5,4,21.5z M4,24.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S4.276,24.5,4,24.5z M4,27.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5\tS4.276,27.5,4,27.5z M28,3.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,3.5,28,3.5z M28,6.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,6.5,28,6.5z M28,9.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,9.5,28,9.5z M28,12.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5\tS28.276,12.5,28,12.5z M28,15.5c-0.276,0-0.5,0.224-0.5,0.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,15.5,28,15.5z M28,18.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,18.5,28,18.5z M28,21.5\tc-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,21.5,28,21.5z M28,24.5c-0.276,0-0.5,0.224-0.5,0.5\ts0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5S28.276,24.5,28,24.5z M28,27.5c-0.276,0-0.5,0.224-0.5,0.5s0.224,0.5,0.5,0.5\ts0.5-0.224,0.5-0.5S28.276,27.5,28,27.5z M26,26.36H6c-0.199,0-0.36-0.161-0.36-0.36v-5c0-0.199,0.161-0.36,0.36-0.36h9.64v-1.78H6\tc-0.199,0-0.36-0.161-0.36-0.36v-5c0-0.199,0.161-0.36,0.36-0.36h9.64v-1.78H6c-0.199,0-0.36-0.161-0.36-0.36V6\tc0-0.199,0.161-0.36,0.36-0.36h20c0.199,0,0.36,0.161,0.36,0.36v5c0,0.199-0.161,0.36-0.36,0.36h-9.64v1.78H26\tc0.199,0,0.36,0.161,0.36,0.36v5c0,0.199-0.161,0.36-0.36,0.36h-9.64v1.779H26c0.199,0,0.36,0.161,0.36,0.36v5\tC26.36,26.199,26.199,26.36,26,26.36z M6.36,25.64h19.28v-4.28H6.36V25.64z M6.36,18.14h19.28v-4.28H6.36V18.14z M6.36,10.64h19.28\tV6.36H6.36V10.64z M24,23.36h-6v-0.72h6V23.36z M13,23.36h-1v-0.72h1V23.36z M11,23.36h-1v-0.72h1V23.36z M9,23.36H8v-0.72h1V23.36z M24,15.86h-6v-0.72h6V15.86z M13,15.86h-1v-0.72h1V15.86z M11,15.86h-1v-0.72h1V15.86z M9,15.86H8v-0.72h1V15.86z M24,8.36h-6V7.64\th6V8.36z M13,8.36h-1V7.64h1V8.36z M11,8.36h-1V7.64h1V8.36z M9,8.36H8V7.64h1V8.36z"
|
|
30
|
+
})), children);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export default VirtualStorage;
|