@carbon/pictograms-react 11.100.0 → 11.101.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-2.d.ts +6 -6
- package/es/__generated__/bucket-2.js +61 -61
- package/es/__generated__/bucket-3.d.ts +6 -6
- package/es/__generated__/bucket-3.js +61 -61
- package/es/__generated__/bucket-4.d.ts +7 -7
- package/es/__generated__/bucket-4.js +73 -73
- package/es/__generated__/bucket-5.d.ts +8 -8
- package/es/__generated__/bucket-5.js +85 -91
- package/es/__generated__/bucket-6.d.ts +9 -1
- package/es/__generated__/bucket-6.js +103 -1
- package/es/hashicorp--terraform/index.d.ts +11 -0
- package/es/hashicorp--terraform/index.js +34 -0
- package/es/ibm--aptio/index.d.ts +11 -0
- package/es/ibm--aptio/index.js +34 -0
- package/es/ibm--bob/index.d.ts +11 -0
- package/es/ibm--bob/index.js +34 -0
- package/es/ibm--concert/index.d.ts +11 -0
- package/es/ibm--concert/index.js +34 -0
- package/es/ibm--instana/index.d.ts +11 -0
- package/es/ibm--instana/index.js +34 -0
- package/es/index.js +6 -6
- package/es/red-hat--ansible/index.d.ts +11 -0
- package/es/red-hat--ansible/index.js +34 -0
- package/es/timesheet/index.d.ts +11 -0
- package/es/timesheet/index.js +34 -0
- package/es/watsonx--orchestrate/index.d.ts +11 -0
- package/es/watsonx--orchestrate/index.js +34 -0
- package/lib/__generated__/bucket-2.js +65 -65
- package/lib/__generated__/bucket-3.js +65 -65
- package/lib/__generated__/bucket-4.js +78 -78
- package/lib/__generated__/bucket-5.js +91 -97
- package/lib/__generated__/bucket-6.js +110 -0
- package/lib/hashicorp--terraform/index.d.ts +11 -0
- package/lib/hashicorp--terraform/index.js +35 -0
- package/lib/ibm--aptio/index.d.ts +11 -0
- package/lib/ibm--aptio/index.js +35 -0
- package/lib/ibm--bob/index.d.ts +11 -0
- package/lib/ibm--bob/index.js +35 -0
- package/lib/ibm--concert/index.d.ts +11 -0
- package/lib/ibm--concert/index.js +35 -0
- package/lib/ibm--instana/index.d.ts +11 -0
- package/lib/ibm--instana/index.js +35 -0
- package/lib/index.js +31 -23
- package/lib/red-hat--ansible/index.d.ts +11 -0
- package/lib/red-hat--ansible/index.js +35 -0
- package/lib/timesheet/index.d.ts +11 -0
- package/lib/timesheet/index.js +35 -0
- package/lib/watsonx--orchestrate/index.d.ts +11 -0
- package/lib/watsonx--orchestrate/index.js +35 -0
- package/package.json +4 -4
- package/umd/index.js +149 -45
|
@@ -21,6 +21,96 @@ let react_jsx_runtime = require("react/jsx-runtime");
|
|
|
21
21
|
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
22
22
|
*/
|
|
23
23
|
const didWarnAboutDeprecation = {};
|
|
24
|
+
const WashingtonDcMonument = /* @__PURE__ */ react.default.forwardRef(function WashingtonDcMonument({ children, ...rest }, ref) {
|
|
25
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
26
|
+
width: 64,
|
|
27
|
+
height: 64,
|
|
28
|
+
viewBox: "0 0 32 32",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
ref,
|
|
32
|
+
...rest,
|
|
33
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.36,29.64v-5.28h2v-2.72h-2.72V22v2.36v5.279h-3.28V24.36h2v-2.72h-2.72V22v2.36v5.279 h-3.28V24.36h2v-2.72h-2.72V22v2.36v5.279h-1.28V5c0-0.056-0.014-0.111-0.038-0.161l-2-4c-0.121-0.244-0.522-0.244-0.644,0l-2,4 C13.653,4.889,13.64,4.944,13.64,5v24.64h-3.28v-5.28h2v-2.72H9.64V22v2.36v5.279H6.36V24.36h2v-2.72H5.64V22v2.36v5.279H2.36V24.36 h2v-2.72H1.64V22v2.36v5.279H1v0.721h30v-0.72H28.36z M29.64,23.64h-1.28v-1.28h1.279L29.64,23.64L29.64,23.64z M25.64,23.64h-1.28 v-1.28h1.279L25.64,23.64L25.64,23.64z M21.64,23.64h-1.28v-1.28h1.279L21.64,23.64L21.64,23.64z M11.64,23.64h-1.28v-1.28h1.28 V23.64z M7.64,23.64H6.36v-1.28h1.28C7.64,22.36,7.64,23.64,7.64,23.64z M3.64,23.64H2.36v-1.28h1.28 C3.64,22.36,3.64,23.64,3.64,23.64z M14.36,5.085L16,1.805l1.64,3.28V29.64h-3.28V5.085z" }), children]
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
const WasteElectronic = /* @__PURE__ */ react.default.forwardRef(function WasteElectronic({ children, ...rest }, ref) {
|
|
37
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
38
|
+
width: 64,
|
|
39
|
+
height: 64,
|
|
40
|
+
viewBox: "0 0 32 32",
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
fill: "currentColor",
|
|
43
|
+
ref,
|
|
44
|
+
...rest,
|
|
45
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.254,28.255l-0.509-0.51l5.385-5.385H1 c-0.199,0-0.36-0.161-0.36-0.36V10c0-0.199,0.161-0.36,0.36-0.36h13.851l5.894-5.895l0.51,0.509L9.869,15.64H21 c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392L9.254,28.255z M3.36,21.64h11.491l5.28-5.28H9 c-0.146,0-0.277-0.087-0.333-0.222c-0.056-0.134-0.025-0.289,0.078-0.392l5.385-5.386H3.36V21.64z M1.36,21.64h1.28V10.36H1.36 V21.64z M29,22.36H18v-0.72h8.64V10.36H18V9.64h11c0.199,0,0.36,0.161,0.36,0.36v3.64H31c0.199,0,0.36,0.161,0.36,0.36v4 c0,0.199-0.161,0.36-0.36,0.36h-1.64V22C29.36,22.199,29.199,22.36,29,22.36z M27.36,21.64h1.279V10.36H27.36V21.64z M29.36,17.64 h1.279v-3.28H29.36V17.64z" }), children]
|
|
46
|
+
});
|
|
47
|
+
});
|
|
48
|
+
const WatsonLogo = /* @__PURE__ */ react.default.forwardRef(function WatsonLogo({ children, ...rest }, ref) {
|
|
49
|
+
if (process.env.NODE_ENV !== "production") {
|
|
50
|
+
if (!didWarnAboutDeprecation["WatsonLogo"]) {
|
|
51
|
+
didWarnAboutDeprecation["WatsonLogo"] = true;
|
|
52
|
+
console.warn("The WatsonLogo component has been deprecated and will be removed in the next major version of @carbon/icons-react.");
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
56
|
+
width: 64,
|
|
57
|
+
height: 64,
|
|
58
|
+
viewBox: "0 0 32 32",
|
|
59
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
+
fill: "currentColor",
|
|
61
|
+
ref,
|
|
62
|
+
...rest,
|
|
63
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.824,30.363c-1.89,0-3.755-0.496-5.436-1.466c0-0.001,0-0.001,0-0.001 c-2.618-1.511-4.449-3.964-5.154-6.905c-0.046-0.193,0.073-0.388,0.266-0.434c0.195-0.047,0.388,0.072,0.434,0.266 c0.494,2.059,1.577,3.86,3.117,5.228c-0.309-1.039-0.313-2.383-0.026-3.897c-0.981-0.959-1.784-2.011-2.36-3.106 c-1.155-2.198-1.266-4.318-0.312-5.97c1.104-1.913,3.461-2.896,6.485-2.697c0.198,0.013,0.349,0.185,0.335,0.383 c-0.014,0.199-0.191,0.342-0.383,0.335c-2.731-0.183-4.851,0.672-5.814,2.339c-0.825,1.43-0.709,3.303,0.327,5.275 c0.478,0.909,1.124,1.788,1.906,2.605c0.421-1.686,1.175-3.539,2.248-5.398c1.433-2.482,3.216-4.57,5.021-5.88 c0.901-0.654,1.762-1.079,2.548-1.268c-1.855-0.614-3.849-0.68-5.78-0.171c-0.19,0.052-0.389-0.063-0.44-0.256 c-0.051-0.192,0.064-0.389,0.256-0.44c2.8-0.737,5.725-0.347,8.232,1.101c0.001,0,0.001,0.001,0.002,0.001 c2.522,1.457,4.326,3.809,5.08,6.623c0.755,2.814,0.367,5.754-1.09,8.276c-1.456,2.523-3.809,4.328-6.623,5.082 C17.725,30.238,16.771,30.363,15.824,30.363z M10.772,28.287c2.352,1.351,5.086,1.708,7.707,1.004 c1.474-0.395,2.812-1.099,3.944-2.057c-0.743,0.268-1.586,0.425-2.51,0.461c-2.412,0.104-5.129-0.645-7.627-2.087 c-0.952-0.55-1.832-1.178-2.618-1.862c-0.338,2.187-0.002,3.9,1.081,4.526C10.756,28.277,10.764,28.282,10.772,28.287z M9.822,22.919c0.829,0.765,1.78,1.464,2.824,2.066c2.381,1.374,4.957,2.074,7.239,1.991c2.226-0.089,3.906-0.925,4.731-2.354 c0.008-0.014,0.016-0.026,0.024-0.038c0.008-0.013,0.016-0.026,0.023-0.039c1.36-2.357,1.722-5.103,1.018-7.731 c-0.7-2.616-2.373-4.804-4.712-6.166c-0.013-0.005-0.024-0.011-0.035-0.018c-0.945-0.545-2.415-0.183-4.033,0.992 c-1.725,1.252-3.438,3.261-4.821,5.658C10.967,19.208,10.203,21.178,9.822,22.919z M28.027,12.735c-0.124,0-0.245-0.064-0.312-0.18 c-0.1-0.172-0.041-0.393,0.132-0.492l2.973-1.716c0.172-0.097,0.393-0.041,0.491,0.132c0.1,0.172,0.041,0.393-0.132,0.492 l-2.973,1.716C28.15,12.72,28.089,12.735,28.027,12.735z M3.972,12.735c-0.061,0-0.123-0.015-0.18-0.048L0.82,10.972 c-0.172-0.1-0.231-0.32-0.132-0.492c0.1-0.171,0.318-0.232,0.492-0.132l2.973,1.716c0.172,0.1,0.231,0.32,0.132,0.492 C4.218,12.671,4.097,12.735,3.972,12.735z M22.943,7.653c-0.062,0-0.123-0.015-0.18-0.048c-0.173-0.1-0.231-0.32-0.132-0.492 l1.716-2.973c0.1-0.172,0.321-0.229,0.491-0.132c0.173,0.1,0.231,0.32,0.132,0.492l-1.716,2.973 C23.188,7.588,23.067,7.653,22.943,7.653z M9.057,7.653c-0.125,0-0.246-0.064-0.312-0.18L7.028,4.5 C6.929,4.328,6.988,4.108,7.16,4.008c0.172-0.099,0.393-0.04,0.492,0.132l1.716,2.973c0.099,0.172,0.04,0.393-0.132,0.492 C9.18,7.638,9.118,7.653,9.057,7.653z M16,5.792c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36S16.36,1.801,16.36,2 v3.433C16.36,5.631,16.199,5.792,16,5.792z" }), children]
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
const Watsonx = /* @__PURE__ */ react.default.forwardRef(function Watsonx({ children, ...rest }, ref) {
|
|
67
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
68
|
+
width: 64,
|
|
69
|
+
height: 64,
|
|
70
|
+
viewBox: "0 0 32 32",
|
|
71
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
ref,
|
|
74
|
+
...rest,
|
|
75
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.36c-4.109,0-7.847-1.623-10.606-4.26 c-0.171-0.157-0.336-0.321-0.493-0.493C2.263,23.848,0.64,20.109,0.64,16c0-4.134,1.642-7.892,4.308-10.656 c0.121-0.143,0.253-0.275,0.396-0.396C8.108,2.282,11.866,0.64,16,0.64c4.109,0,7.848,1.623,10.607,4.26 c0.172,0.157,0.336,0.322,0.493,0.493c2.637,2.759,4.26,6.497,4.26,10.606c0,4.182-1.68,7.979-4.4,10.751 c-0.066,0.073-0.136,0.143-0.209,0.209C23.979,29.681,20.182,31.36,16,31.36z M12.203,29.019C13.162,30.018,14.51,30.64,16,30.64 c2.903,0,5.265-2.361,5.265-5.265c0-0.125-0.004-0.249-0.013-0.372c-0.015-0.1-0.024-0.201-0.03-0.304 c-0.218-1.696-1.247-3.143-2.684-3.937c0.012,0.179,0.019,0.359,0.019,0.541C18.557,25.123,15.819,28.314,12.203,29.019z M21.878,26.503c-0.29,1.517-1.154,2.831-2.356,3.709c1.866-0.463,3.592-1.284,5.101-2.387C23.515,27.853,22.5,27.331,21.878,26.503 z M9.372,29.052c0.978,0.499,2.019,0.891,3.107,1.16c-0.422-0.308-0.802-0.67-1.131-1.075C10.691,29.189,10.013,29.16,9.372,29.052z M5.885,26.574c1.308,1.196,3.077,1.933,4.977,1.867c-0.538-0.897-0.847-1.946-0.847-3.066c0-3.3,2.685-5.985,5.985-5.985 c0.566,0,1.115,0.079,1.635,0.228c-0.759-3.126-3.582-5.454-6.938-5.454c-3.937,0-7.14,3.203-7.14,7.141 c0,1.853,0.709,3.542,1.87,4.812C5.576,26.272,5.729,26.425,5.885,26.574z M16,20.11c-2.903,0-5.265,2.361-5.265,5.265 c0,1.114,0.348,2.149,0.942,3.002c3.475-0.479,6.159-3.469,6.159-7.073c0-0.299-0.019-0.594-0.054-0.884 C17.226,20.22,16.625,20.11,16,20.11z M21.968,24.923c0.193,1.235,1.266,2.184,2.555,2.184c0.667,0,1.275-0.254,1.734-0.67 c0.061-0.06,0.12-0.119,0.18-0.18c0.416-0.459,0.67-1.067,0.67-1.734c0-1.426-1.159-2.585-2.584-2.585 c-1.426,0-2.585,1.159-2.585,2.585c0,0.038,0,0.076,0.002,0.113C21.951,24.73,21.961,24.826,21.968,24.923z M24.522,21.217 c1.822,0,3.305,1.483,3.305,3.306c0,0.033-0.001,0.066-0.002,0.1c1.77-2.42,2.814-5.401,2.814-8.622 c0-2.384-0.572-4.637-1.588-6.628c0.073,0.431,0.112,0.874,0.112,1.325c0,4.334-3.526,7.86-7.86,7.86 c-1.314,0-2.555-0.324-3.645-0.897c0.365,0.695,0.629,1.45,0.772,2.247c1.401,0.626,2.521,1.774,3.105,3.197 C22.069,21.989,23.207,21.217,24.522,21.217z M4.169,7.385C2.403,9.804,1.36,12.783,1.36,16c0,2.384,0.573,4.638,1.589,6.629 c-0.074-0.431-0.112-0.874-0.112-1.325c0-4.334,3.526-7.86,7.86-7.86c1.314,0,2.553,0.324,3.643,0.896 c-0.365-0.695-0.629-1.45-0.772-2.247c-1.403-0.627-2.523-1.779-3.108-3.204c-0.531,1.116-1.67,1.889-2.986,1.889 c-1.822,0-3.305-1.482-3.305-3.305C4.168,7.444,4.169,7.415,4.169,7.385z M14.364,12.383c0.76,3.126,3.583,5.453,6.939,5.453 c3.937,0,7.14-3.203,7.14-7.139c0-1.852-0.708-3.542-1.869-4.812c-0.149-0.156-0.302-0.309-0.458-0.459 c-1.271-1.161-2.96-1.87-4.812-1.87c-0.056,0-0.11,0.001-0.165,0.002c0.537,0.897,0.847,1.946,0.847,3.066 c0,3.3-2.686,5.985-5.985,5.985C15.433,12.61,14.884,12.531,14.364,12.383z M14.217,11.58c0.557,0.2,1.158,0.31,1.783,0.31 c2.903,0,5.265-2.362,5.265-5.265c0-1.115-0.348-2.149-0.941-3.001c-3.475,0.479-6.16,3.469-6.16,7.073 C14.163,10.996,14.182,11.29,14.217,11.58z M10.77,7.231c0.199,1.726,1.236,3.2,2.692,4.005c-0.012-0.179-0.018-0.358-0.018-0.54 c0-3.819,2.738-7.011,6.354-7.715C18.839,1.983,17.49,1.36,16,1.36c-2.903,0-5.265,2.362-5.265,5.265 c0,0.146,0.006,0.292,0.018,0.436C10.76,7.117,10.766,7.174,10.77,7.231z M5.483,5.825C5.112,6.273,4.888,6.847,4.888,7.473 c0,1.426,1.16,2.585,2.585,2.585c1.426,0,2.585-1.16,2.585-2.585c0-0.059-0.002-0.117-0.006-0.175 c-0.006-0.053-0.011-0.107-0.016-0.161C9.872,5.87,8.785,4.888,7.473,4.888c-0.626,0-1.2,0.224-1.648,0.595 C5.709,5.595,5.595,5.709,5.483,5.825z M7.473,4.168c1.083,0,2.045,0.523,2.648,1.329c0.29-1.516,1.155-2.832,2.357-3.709 C10.616,2.25,8.892,3.07,7.385,4.169C7.415,4.169,7.444,4.168,7.473,4.168z M21.304,2.837c0.451,0,0.895,0.038,1.325,0.112 c-0.978-0.499-2.02-0.891-3.107-1.161c0.422,0.308,0.802,0.67,1.131,1.076C20.867,2.846,21.084,2.837,21.304,2.837z" }), children]
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
const WatsonxAi = /* @__PURE__ */ react.default.forwardRef(function WatsonxAi({ children, ...rest }, ref) {
|
|
79
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
80
|
+
width: 64,
|
|
81
|
+
height: 64,
|
|
82
|
+
viewBox: "0 0 32 32",
|
|
83
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
84
|
+
fill: "currentColor",
|
|
85
|
+
ref,
|
|
86
|
+
...rest,
|
|
87
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.36c-0.003,0-0.005,0-0.008,0 C7.526,31.355,0.64,24.467,0.64,16c0-3.432,1.161-6.788,3.273-9.479c-0.555-0.729-0.5-1.777,0.164-2.442 c0.667-0.665,1.715-0.72,2.443-0.166C9.213,1.8,12.567,0.64,16,0.64c0.003,0,0.005,0,0.008,0C24.475,0.644,31.36,7.533,31.36,16 c0,3.434-1.161,6.787-3.274,9.479c0.556,0.729,0.501,1.776-0.164,2.442c-0.666,0.664-1.712,0.722-2.442,0.164 C22.788,30.199,19.433,31.36,16,31.36z M16,30.64c3.258,0,6.441-1.097,9.001-3.094c-0.417-0.712-0.32-1.645,0.29-2.255 c0.611-0.609,1.541-0.707,2.256-0.29c1.997-2.56,3.093-5.743,3.093-9.001c0-5.812-3.403-10.843-8.321-13.206 C24.774,4.69,26.36,7.664,26.36,11c0,5.712-4.647,10.36-10.36,10.36v-0.72c5.315,0,9.64-4.324,9.64-9.64 c0-5.313-4.32-9.636-9.632-9.64c-0.002,0-0.005,0-0.008,0c-3.258,0-6.441,1.096-9.001,3.093c0.417,0.712,0.321,1.645-0.29,2.255 C6.1,7.318,5.167,7.415,4.454,6.999C2.457,9.559,1.36,12.743,1.36,16c0,5.812,3.404,10.843,8.322,13.205 C7.225,27.31,5.64,24.336,5.64,21c0-5.712,4.647-10.36,10.36-10.36v0.72c-5.315,0-9.64,4.325-9.64,9.64 c0,5.312,4.32,9.636,9.632,9.64C15.995,30.64,15.998,30.64,16,30.64z M26.606,25.467c-0.292,0-0.584,0.111-0.806,0.334 c-0.444,0.444-0.444,1.167,0,1.611c0.443,0.445,1.168,0.445,1.611,0c0.444-0.444,0.444-1.167,0-1.611 C27.19,25.578,26.898,25.467,26.606,25.467z M5.393,4.254c-0.292,0-0.584,0.111-0.806,0.333c-0.444,0.444-0.444,1.167,0,1.612 c0.444,0.444,1.167,0.443,1.612,0c0.444-0.445,0.444-1.168,0-1.613C5.977,4.365,5.685,4.254,5.393,4.254z M13,22.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C13.36,22.199,13.199,22.36,13,22.36z M11.36,21.64h1.28v-1.28h-1.28V21.64z M21,12.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C21.36,12.199,21.199,12.36,21,12.36z M19.36,11.64h1.279v-1.28 H19.36V11.64z" }), children]
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
const WatsonxAssistant = /* @__PURE__ */ react.default.forwardRef(function WatsonxAssistant({ children, ...rest }, ref) {
|
|
91
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
92
|
+
width: 64,
|
|
93
|
+
height: 64,
|
|
94
|
+
viewBox: "0 0 32 32",
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
fill: "currentColor",
|
|
97
|
+
ref,
|
|
98
|
+
...rest,
|
|
99
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17c0,0.552-0.448,1-1,1s-1-0.448-1-1 s0.448-1,1-1S13,16.448,13,17z M17,16c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S17.552,16,17,16z M7,16c-0.552,0-1,0.448-1,1 s0.448,1,1,1s1-0.448,1-1S7.552,16,7,16z M13.299,31.199L12.7,30.801l4-6c0.067-0.101,0.179-0.161,0.3-0.161h4 c0.904,0,1.64-0.735,1.64-1.64v-4h0.721v4c0,1.302-1.059,2.36-2.36,2.36h-3.808L13.299,31.199z M13,25.36H3 c-1.301,0-2.36-1.059-2.36-2.36V11c0-1.301,1.059-2.36,2.36-2.36h10v0.72H3c-0.904,0-1.64,0.736-1.64,1.64v12 c0,0.904,0.736,1.64,1.64,1.64h10V25.36z M22.678,16.161l-1.9-3.801H18c-1.301,0-2.36-1.059-2.36-2.36V3 c0-1.301,1.059-2.36,2.36-2.36h11c1.302,0,2.36,1.059,2.36,2.36v7c0,1.301-1.059,2.36-2.36,2.36h-5v-0.72h5 c0.904,0,1.64-0.736,1.64-1.64V3c0-0.904-0.735-1.64-1.64-1.64H18c-0.904,0-1.64,0.736-1.64,1.64v7c0,0.904,0.736,1.64,1.64,1.64h3 c0.137,0,0.261,0.077,0.322,0.199l2,4L22.678,16.161z" }), children]
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
const WatsonxCodeAssistant = /* @__PURE__ */ react.default.forwardRef(function WatsonxCodeAssistant({ children, ...rest }, ref) {
|
|
103
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
104
|
+
width: 64,
|
|
105
|
+
height: 64,
|
|
106
|
+
viewBox: "0 0 32 32",
|
|
107
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
108
|
+
fill: "currentColor",
|
|
109
|
+
ref,
|
|
110
|
+
...rest,
|
|
111
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,3.36C1.25,3.36,0.64,2.75,0.64,2 S1.25,0.64,2,0.64S3.36,1.25,3.36,2S2.75,3.36,2,3.36z M2,1.36C1.647,1.36,1.36,1.647,1.36,2S1.647,2.64,2,2.64S2.64,2.353,2.64,2 S2.353,1.36,2,1.36z M15,1.64H5v0.72h10V1.64z M14,7.36c-0.75,0-1.36-0.61-1.36-1.36S13.25,4.64,14,4.64S15.36,5.25,15.36,6 S14.75,7.36,14,7.36z M14,5.36c-0.353,0-0.64,0.287-0.64,0.64S13.647,6.64,14,6.64S14.64,6.353,14.64,6S14.353,5.36,14,5.36z M11,5.64H1v0.72h10V5.64z M2,11.36c-0.75,0-1.36-0.61-1.36-1.36S1.25,8.64,2,8.64S3.36,9.25,3.36,10S2.75,11.36,2,11.36z M2,9.36 c-0.353,0-0.64,0.287-0.64,0.64S1.647,10.64,2,10.64S2.64,10.353,2.64,10S2.353,9.36,2,9.36z M15,9.64H5v0.72h10V9.64z M14,15.36 c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S14.75,15.36,14,15.36z M14,13.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S14.353,13.36,14,13.36z M11,13.64H1v0.72h10V13.64z M12,26.64H8c-3.11,0-5.64-2.529-5.64-5.64v-4H1.64v4c0,3.507,2.853,6.36,6.36,6.36h4V26.64z M28.36,10 c0-3.507-2.854-6.36-6.36-6.36h-4v0.72h4c3.11,0,5.64,2.53,5.64,5.64v9h0.721L28.36,10L28.36,10z M19.255,29.745L15.509,26 l3.746-3.745l-0.51-0.51L14.491,26l4.254,4.255L19.255,29.745z M31.509,26l-4.254-4.255l-0.51,0.51L30.491,26l-3.746,3.745 l0.51,0.51L31.509,26z M25.334,21.134l-0.668-0.268l-4,10l0.668,0.268L25.334,21.134z" }), children]
|
|
112
|
+
});
|
|
113
|
+
});
|
|
24
114
|
const WatsonxCodeAssistantForZ = /* @__PURE__ */ react.default.forwardRef(function WatsonxCodeAssistantForZ({ children, ...rest }, ref) {
|
|
25
115
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
26
116
|
width: 64,
|
|
@@ -69,6 +159,18 @@ const WatsonxGovernance = /* @__PURE__ */ react.default.forwardRef(function Wats
|
|
|
69
159
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-3.432,1.161-6.788,3.273-9.479c-0.555-0.729-0.5-1.777,0.164-2.442c0.667-0.665,1.715-0.72,2.443-0.166 C9.213,1.8,12.567,0.64,16,0.64c0.003,0,0.004,0,0.01,0C24.475,0.645,31.36,7.534,31.36,16c0,3.434-1.161,6.787-3.274,9.479 c0.556,0.729,0.501,1.776-0.164,2.442c-0.666,0.664-1.712,0.722-2.442,0.164C22.788,30.199,19.433,31.36,16,31.36z M4.454,6.999 C2.457,9.559,1.36,12.743,1.36,16c0,8.072,6.567,14.64,14.64,14.64c3.258,0,6.441-1.097,9.001-3.094 c-0.417-0.712-0.32-1.645,0.29-2.255c0.611-0.609,1.541-0.707,2.256-0.29c1.997-2.56,3.093-5.743,3.093-9.001 c0-5.135-2.657-9.661-6.669-12.275c2.388,2.171,3.89,5.301,3.89,8.775c0,6.54-5.32,11.86-11.86,11.86v-0.72 c6.143,0,11.14-4.997,11.14-11.14c0-4.01-2.13-7.533-5.318-9.495C23.386,4.525,24.36,6.651,24.36,9c0,4.61-3.751,8.36-8.36,8.36 v-0.72c4.213,0,7.64-3.427,7.64-7.64c0-2.895-1.618-5.419-3.998-6.715C20.399,3.143,20.86,4.269,20.86,5.5 c0,2.68-2.181,4.86-4.86,4.86V9.64c2.283,0,4.14-1.857,4.14-4.14S18.283,1.36,16,1.36c-3.258,0-6.441,1.096-9.001,3.093 c0.417,0.712,0.321,1.645-0.29,2.255C6.099,7.319,5.166,7.415,4.454,6.999z M26.606,25.467c-0.292,0-0.584,0.111-0.806,0.334 c-0.444,0.444-0.444,1.167,0,1.611c0.443,0.445,1.168,0.445,1.611,0c0.444-0.444,0.444-1.167,0-1.611 C27.19,25.578,26.898,25.467,26.606,25.467z M5.393,4.254c-0.292,0-0.584,0.111-0.806,0.333c-0.444,0.444-0.444,1.167,0,1.612 c0.444,0.444,1.167,0.443,1.612,0c0.444-0.445,0.444-1.168,0-1.613C5.977,4.365,5.685,4.254,5.393,4.254z M13,25.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C13.36,25.199,13.199,25.36,13,25.36z M11.36,24.64h1.28v-1.28h-1.28V24.64z M13,18.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C13.36,18.199,13.199,18.36,13,18.36z M11.36,17.64h1.28v-1.28 h-1.28V17.64z M13,11.36h-2c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C13.36,11.199,13.199,11.36,13,11.36z M11.36,10.64h1.28V9.36h-1.28V10.64z" }), children]
|
|
70
160
|
});
|
|
71
161
|
});
|
|
162
|
+
const WatsonxOrchestrate = /* @__PURE__ */ react.default.forwardRef(function WatsonxOrchestrate({ children, ...rest }, ref) {
|
|
163
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
164
|
+
width: 64,
|
|
165
|
+
height: 64,
|
|
166
|
+
viewBox: "0 0 32 32",
|
|
167
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
168
|
+
fill: "currentColor",
|
|
169
|
+
ref,
|
|
170
|
+
...rest,
|
|
171
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29.3604c-6.1079,0-11.4326-4.1338-12.9487-10.0518l.6973-.1777c1.4346,5.5986,6.4727,9.5088,12.2515,9.5088,3.1182,0,6.1162-1.1465,8.4395-3.2285,1.542-1.3936,2.708-3.1123,3.418-5.0244-.999.7852-2.6426,1.7607-4.6895,1.7246-2.1055-.0518-4.0801-1.2178-5.8691-3.4668l.5625-.4492c1.6494,2.0732,3.4385,3.1475,5.3193,3.1963,2.9043.0469,5.127-2.3857,5.1484-2.4102l.6191.3281c-.6553,2.5527-2.0479,4.8477-4.0273,6.6367-2.457,2.2021-5.625,3.4141-8.9209,3.4141ZM29,17.8604c-1.0254,0-1.8604-.835-1.8604-1.8604s.835-1.8599,1.8604-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM29,14.8599c-.6289,0-1.1396.5117-1.1396,1.1401s.5107,1.1396,1.1396,1.1396,1.1396-.5112,1.1396-1.1396-.5107-1.1401-1.1396-1.1401ZM16,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM16,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1396-.5112,1.1396-1.1396-.5112-1.1401-1.1396-1.1401ZM3,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8599.8345,1.8599,1.8599-.8345,1.8604-1.8599,1.8604ZM3,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1401-.5112,1.1401-1.1396-.5117-1.1401-1.1401-1.1401ZM14.1382,13.8042c-1.6489-2.0723-3.438-3.1475-5.3179-3.1953-2.9463-.0869-5.1284,2.3838-5.1504,2.4087l-.6187-.3271c.6558-2.5527,2.0483-4.8481,4.0269-6.6377,2.458-2.2012,5.626-3.4126,8.9219-3.4126,6.1084,0,11.4326,4.1328,12.9482,10.0503l-.6973.1787c-1.4346-5.5986-6.4717-9.5093-12.251-9.5093-3.1182,0-6.1157,1.1465-8.4399,3.228-1.5415,1.394-2.7075,3.1133-3.418,5.0249,1-.7852,2.6836-1.7603,4.6904-1.7241,2.105.0518,4.0796,1.2183,5.8691,3.4673l-.5635.4482Z" }), children]
|
|
172
|
+
});
|
|
173
|
+
});
|
|
72
174
|
const WavingHand = /* @__PURE__ */ react.default.forwardRef(function WavingHand({ children, ...rest }, ref) {
|
|
73
175
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
74
176
|
width: 64,
|
|
@@ -520,10 +622,18 @@ const ZurichSwissNationalMuseum = /* @__PURE__ */ react.default.forwardRef(funct
|
|
|
520
622
|
});
|
|
521
623
|
});
|
|
522
624
|
//#endregion
|
|
625
|
+
exports.WashingtonDcMonument = WashingtonDcMonument;
|
|
626
|
+
exports.WasteElectronic = WasteElectronic;
|
|
627
|
+
exports.WatsonLogo = WatsonLogo;
|
|
628
|
+
exports.Watsonx = Watsonx;
|
|
629
|
+
exports.WatsonxAi = WatsonxAi;
|
|
630
|
+
exports.WatsonxAssistant = WatsonxAssistant;
|
|
631
|
+
exports.WatsonxCodeAssistant = WatsonxCodeAssistant;
|
|
523
632
|
exports.WatsonxCodeAssistantForZ = WatsonxCodeAssistantForZ;
|
|
524
633
|
exports.WatsonxCodeAssistantForZRefactor = WatsonxCodeAssistantForZRefactor;
|
|
525
634
|
exports.WatsonxData = WatsonxData;
|
|
526
635
|
exports.WatsonxGovernance = WatsonxGovernance;
|
|
636
|
+
exports.WatsonxOrchestrate = WatsonxOrchestrate;
|
|
527
637
|
exports.WavingHand = WavingHand;
|
|
528
638
|
exports.WaymoCar = WaymoCar;
|
|
529
639
|
exports.Weather = Weather;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const HashicorpTerraform: CarbonPictogramType;
|
|
11
|
+
export default HashicorpTerraform
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:hashicorp--terraform/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const HashicorpTerraform = /* @__PURE__ */ react.default.forwardRef(function HashicorpTerraform({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,15.3599c-.0552,0-.1104-.0127-.1611-.0381L1.8389,11.3218c-.1221-.0605-.1987-.1855-.1987-.3218V2c0-.125.0645-.2407.1704-.3062.1064-.0654.2393-.0718.3506-.0156l8,4c.1221.0605.1987.1855.1987.3218v9c0,.125-.0645.2407-.1704.3062-.0581.0356-.1235.0537-.1895.0537ZM2.3599,10.7773l7.2803,3.6401V6.2227L2.3599,2.5825v8.1948ZM22,20.3604c-.0654,0-.1318-.0186-.1895-.0537-.1055-.0664-.1709-.1816-.1709-.3066v-9c0-.1362.0771-.2612.1992-.3218l8-4c.1113-.0557.2451-.0503.3506.0156.1055.0654.1709.1812.1709.3062v9c0,.1362-.0771.2612-.1992.3218l-8,4.0005c-.0508.0254-.1064.0381-.1611.0381ZM22.3604,11.2227v8.1953l7.2793-3.6406V7.5825l-7.2793,3.6401ZM20,20.3604c-.0547,0-.1104-.0127-.1611-.0381l-8-4.0005c-.1221-.0605-.1987-.1855-.1987-.3218V7c0-.125.0645-.2407.1704-.3062.1064-.0659.2397-.0713.3506-.0156l8,4c.1221.0605.1992.1855.1992.3218v9c0,.125-.0654.2402-.1709.3066-.0576.0352-.124.0537-.1895.0537ZM12.3599,15.7773l7.2798,3.6406v-8.1953l-7.2798-3.6401v8.1948ZM20,31.1514c-.0547,0-.1104-.0127-.1611-.0381l-8-4c-.1221-.0615-.1987-.1855-.1987-.3223v-8.791c0-.125.0645-.2402.1704-.3066.1064-.0645.2397-.0723.3506-.0156l8,4c.1221.0615.1992.1855.1992.3223v8.791c0,.125-.0654.2402-.1709.3066-.0576.0352-.124.0537-.1895.0537ZM12.3599,26.5684l7.2798,3.6406v-7.9863l-7.2798-3.6406v7.9863Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = HashicorpTerraform;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const IbmAptio: CarbonPictogramType;
|
|
11
|
+
export default IbmAptio
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:ibm--aptio/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const IbmAptio = /* @__PURE__ */ react.default.forwardRef(function IbmAptio({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,30.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,29.6396h1.2793v-1.2793h-1.2793v1.2793ZM30,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM28.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM16.3599,16V2h-.7197v13.6401H2v.7197h14c.1987,0,.3599-.1611.3599-.3599ZM11.3599,11v-6h-.7197v5.6401h-5.6401v.7197h6c.1987,0,.3599-.1611.3599-.3599Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = IbmAptio;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const IbmBob: CarbonPictogramType;
|
|
11
|
+
export default IbmBob
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:ibm--bob/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const IbmBob = /* @__PURE__ */ react.default.forwardRef(function IbmBob({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM21.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM19.68,23.84c-.04.07-.96,1.8-3.68,1.8s-3.64-1.73-3.68-1.8l-.64.32c.04.09,1.13,2.2,4.32,2.2s4.28-2.11,4.32-2.2l-.64-.32ZM28.64,18v6c0,.35-.29.64-.64.64h-1c-.2,0-.36.16-.36.36,0,2.01-1.63,3.64-3.64,3.64h-14c-2.01,0-3.64-1.63-3.64-3.64,0-.2-.16-.36-.36-.36h-1c-.35,0-.64-.29-.64-.64v-6h-.72v6c0,.75.61,1.36,1.36,1.36h.65c.19,2.24,2.0699,4,4.35,4h14c2.28,0,4.16-1.76,4.35-4h.65c.75,0,1.36-.61,1.36-1.36v-6h-.72ZM29.35,15.64c-.16-5.89-4.21-10.9301-9.99-12.42v-1.22c0-.2-.16-.36-.36-.36h-6c-.2,0-.36.16-.36.36v1.22C6.86,4.71,2.81,9.75,2.65,15.64h-1.65v.72h30v-.72h-1.65ZM3.37,15.64c.15-5.5,3.9-10.21,9.27-11.67v8.03h.72V2.36h5.28v9.64h.72V3.97c5.37,1.46,9.12,6.17,9.27,11.67H3.37Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = IbmBob;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const IbmConcert: CarbonPictogramType;
|
|
11
|
+
export default IbmConcert
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:ibm--concert/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const IbmConcert = /* @__PURE__ */ react.default.forwardRef(function IbmConcert({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3545,6.8857,15.3604,15.3511v.0176c-.0059,8.4648-6.8936,15.3516-15.3604,15.3516ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396c5.6211,0,10.5117-3.1846,12.9648-7.8438-1.9922,2.4766-5.0469,4.0645-8.4648,4.0645-5.9883,0-10.8599-4.8721-10.8599-10.8604s4.8716-10.8599,10.8599-10.8599c3.418,0,6.4727,1.5874,8.4648,4.0635-2.4531-4.6592-7.3438-7.8438-12.9648-7.8438ZM11.3174,20.2988c1.6206,3.4482,5.1274,5.8408,9.1826,5.8408,5.5889,0,10.1357-4.5439,10.1396-10.1313v-.0166c-.0039-5.5874-4.5508-10.1318-10.1396-10.1318-4.0552,0-7.562,2.3931-9.1826,5.8408,1.1631-1.2661,2.8315-2.0605,4.6826-2.0605,3.5068,0,6.3604,2.853,6.3604,6.3599s-2.8535,6.3604-6.3604,6.3604c-1.8511,0-3.5195-.7949-4.6826-2.0615ZM10.3599,16c0,3.1104,2.5303,5.6396,5.6401,5.6396s5.6396-2.5293,5.6396-5.6396-2.5293-5.6401-5.6396-5.6401-5.6401,2.5303-5.6401,5.6401Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = IbmConcert;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const IbmInstana: CarbonPictogramType;
|
|
11
|
+
export default IbmInstana
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:ibm--instana/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const IbmInstana = /* @__PURE__ */ react.default.forwardRef(function IbmInstana({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.64,8v14h.72v-14h-.72ZM21.64,13v6h.72v-6h-.72ZM9.64,13v6h.72v-6h-.72ZM13.64,10v14h.72v-14h-.72ZM22,2.64c-.62,0-1.15.42-1.3,1h-11.57c-.5,0-.96.27-1.2.71L1.96,15.32c-.23.43-.22.95.04,1.36l3.19,5.5.62-.36-3.2-5.52c-.12-.19-.13-.44-.01-.64l5.96-10.97c.12-.2.33-.33.57-.33h11.57c.15.58.68,1,1.3,1,.75,0,1.36-.61,1.36-1.36s-.61-1.36-1.36-1.36ZM22,4.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64ZM30,15.32l-3.19-5.5-.62.36,3.2,5.52c.12.19.13.44.02.64l-5.97,10.97c-.12.2-.33.33-.57.33h-11.57c-.15-.58-.68-1-1.3-1-.75,0-1.36.61-1.36,1.36s.61,1.36,1.36,1.36c.62,0,1.15-.42,1.3-1h11.57c.5,0,.96-.27,1.2-.71l5.97-10.97c.23-.43.22-.95-.04-1.36ZM10,28.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = IbmInstana;
|
package/lib/index.js
CHANGED
|
@@ -681,6 +681,7 @@ exports.HardDrive = require___generated___bucket_2_js.HardDrive;
|
|
|
681
681
|
exports.HardDriveNetwork = require___generated___bucket_2_js.HardDriveNetwork;
|
|
682
682
|
exports.HardIceCream = require___generated___bucket_2_js.HardIceCream;
|
|
683
683
|
exports.HardPrompt = require___generated___bucket_2_js.HardPrompt;
|
|
684
|
+
exports.HashicorpTerraform = require___generated___bucket_2_js.HashicorpTerraform;
|
|
684
685
|
exports.Hazy = require___generated___bucket_2_js.Hazy;
|
|
685
686
|
exports.Headphones = require___generated___bucket_2_js.Headphones;
|
|
686
687
|
exports.Headset = require___generated___bucket_2_js.Headset;
|
|
@@ -726,8 +727,11 @@ exports.HyperProtectContainers = require___generated___bucket_2_js.HyperProtectC
|
|
|
726
727
|
exports.HyperProtectCryptoService = require___generated___bucket_2_js.HyperProtectCryptoService;
|
|
727
728
|
exports.HyperProtectDatabaseAsAService = require___generated___bucket_2_js.HyperProtectDatabaseAsAService;
|
|
728
729
|
exports.HyperProtectVirtualServers = require___generated___bucket_2_js.HyperProtectVirtualServers;
|
|
730
|
+
exports.IbmAptio = require___generated___bucket_2_js.IbmAptio;
|
|
729
731
|
exports.IbmAutomationPlatform = require___generated___bucket_2_js.IbmAutomationPlatform;
|
|
732
|
+
exports.IbmBob = require___generated___bucket_2_js.IbmBob;
|
|
730
733
|
exports.IbmCloud = require___generated___bucket_2_js.IbmCloud;
|
|
734
|
+
exports.IbmConcert = require___generated___bucket_2_js.IbmConcert;
|
|
731
735
|
exports.IbmElm = require___generated___bucket_2_js.IbmElm;
|
|
732
736
|
exports.IbmElmDcc = require___generated___bucket_2_js.IbmElmDcc;
|
|
733
737
|
exports.IbmElmGcm = require___generated___bucket_2_js.IbmElmGcm;
|
|
@@ -742,6 +746,7 @@ exports.IbmEngineeringTestManagement = require___generated___bucket_2_js.IbmEngi
|
|
|
742
746
|
exports.IbmEngineeringWorkflowManagement = require___generated___bucket_2_js.IbmEngineeringWorkflowManagement;
|
|
743
747
|
exports.IbmGranite = require___generated___bucket_2_js.IbmGranite;
|
|
744
748
|
exports.IbmIbv = require___generated___bucket_2_js.IbmIbv;
|
|
749
|
+
exports.IbmInstana = require___generated___bucket_2_js.IbmInstana;
|
|
745
750
|
exports.IbmIx = require___generated___bucket_2_js.IbmIx;
|
|
746
751
|
exports.IbmMachineLearningForZOs = require___generated___bucket_2_js.IbmMachineLearningForZOs;
|
|
747
752
|
exports.IbmOneMadisonAvenue = require___generated___bucket_2_js.IbmOneMadisonAvenue;
|
|
@@ -751,11 +756,11 @@ exports.IbmUkLabsHursley = require___generated___bucket_2_js.IbmUkLabsHursley;
|
|
|
751
756
|
exports.IbmZ = require___generated___bucket_2_js.IbmZ;
|
|
752
757
|
exports.IbmZ16 = require___generated___bucket_2_js.IbmZ16;
|
|
753
758
|
exports.IbmZ16MultiFrame = require___generated___bucket_2_js.IbmZ16MultiFrame;
|
|
754
|
-
exports.IbmZ16PlusCloud =
|
|
755
|
-
exports.IbmZ16SingleFrame =
|
|
756
|
-
exports.IbmZ17 =
|
|
757
|
-
exports.IbmZ17MultiFrame =
|
|
758
|
-
exports.IbmZ17PlusCloud =
|
|
759
|
+
exports.IbmZ16PlusCloud = require___generated___bucket_3_js.IbmZ16PlusCloud;
|
|
760
|
+
exports.IbmZ16SingleFrame = require___generated___bucket_3_js.IbmZ16SingleFrame;
|
|
761
|
+
exports.IbmZ17 = require___generated___bucket_3_js.IbmZ17;
|
|
762
|
+
exports.IbmZ17MultiFrame = require___generated___bucket_3_js.IbmZ17MultiFrame;
|
|
763
|
+
exports.IbmZ17PlusCloud = require___generated___bucket_3_js.IbmZ17PlusCloud;
|
|
759
764
|
exports.IbmZ17SingleFrame = require___generated___bucket_3_js.IbmZ17SingleFrame;
|
|
760
765
|
exports.IbmZAndCloudModernizationStack = require___generated___bucket_2_js.IbmZAndCloudModernizationStack;
|
|
761
766
|
exports.IbmZAndCloudModernizationStackProvisioning = require___generated___bucket_2_js.IbmZAndCloudModernizationStackProvisioning;
|
|
@@ -1011,11 +1016,11 @@ exports.OperationalEfficiency = require___generated___bucket_3_js.OperationalEff
|
|
|
1011
1016
|
exports.OperationalMetrics = require___generated___bucket_3_js.OperationalMetrics;
|
|
1012
1017
|
exports.Optimize = require___generated___bucket_3_js.Optimize;
|
|
1013
1018
|
exports.OptimizeCashFlow_01 = require___generated___bucket_3_js.OptimizeCashFlow_01;
|
|
1014
|
-
exports.OptimizeCashFlow_02 =
|
|
1015
|
-
exports.Organization =
|
|
1016
|
-
exports.Ornament =
|
|
1017
|
-
exports.OsakaTsutenkakuTower =
|
|
1018
|
-
exports.Osprey =
|
|
1019
|
+
exports.OptimizeCashFlow_02 = require___generated___bucket_4_js.OptimizeCashFlow_02;
|
|
1020
|
+
exports.Organization = require___generated___bucket_4_js.Organization;
|
|
1021
|
+
exports.Ornament = require___generated___bucket_4_js.Ornament;
|
|
1022
|
+
exports.OsakaTsutenkakuTower = require___generated___bucket_4_js.OsakaTsutenkakuTower;
|
|
1023
|
+
exports.Osprey = require___generated___bucket_4_js.Osprey;
|
|
1019
1024
|
exports.OutcomeFocused = require___generated___bucket_4_js.OutcomeFocused;
|
|
1020
1025
|
exports.Overcast = require___generated___bucket_4_js.Overcast;
|
|
1021
1026
|
exports.Overview = require___generated___bucket_4_js.Overview;
|
|
@@ -1142,6 +1147,7 @@ exports.RealTime = require___generated___bucket_4_js.RealTime;
|
|
|
1142
1147
|
exports.Receipt = require___generated___bucket_4_js.Receipt;
|
|
1143
1148
|
exports.Recruitment_01 = require___generated___bucket_4_js.Recruitment_01;
|
|
1144
1149
|
exports.Recycle = require___generated___bucket_4_js.Recycle;
|
|
1150
|
+
exports.RedHatAnsible = require___generated___bucket_4_js.RedHatAnsible;
|
|
1145
1151
|
exports.RedHatApplications = require___generated___bucket_4_js.RedHatApplications;
|
|
1146
1152
|
exports.RedefiningFinancialServices = require___generated___bucket_4_js.RedefiningFinancialServices;
|
|
1147
1153
|
exports.ReducingCost = require___generated___bucket_4_js.ReducingCost;
|
|
@@ -1260,12 +1266,12 @@ exports.SocialTile = require___generated___bucket_4_js.SocialTile;
|
|
|
1260
1266
|
exports.SocialWork_01 = require___generated___bucket_4_js.SocialWork_01;
|
|
1261
1267
|
exports.SocialWork_02 = require___generated___bucket_4_js.SocialWork_02;
|
|
1262
1268
|
exports.SocialWorker = require___generated___bucket_4_js.SocialWorker;
|
|
1263
|
-
exports.Socks =
|
|
1264
|
-
exports.SoftIceCream =
|
|
1265
|
-
exports.SoftlayerEnablement =
|
|
1266
|
-
exports.Software =
|
|
1267
|
-
exports.SoftwareDevelopment =
|
|
1268
|
-
exports.Software_02 =
|
|
1269
|
+
exports.Socks = require___generated___bucket_5_js.Socks;
|
|
1270
|
+
exports.SoftIceCream = require___generated___bucket_5_js.SoftIceCream;
|
|
1271
|
+
exports.SoftlayerEnablement = require___generated___bucket_5_js.SoftlayerEnablement;
|
|
1272
|
+
exports.Software = require___generated___bucket_5_js.Software;
|
|
1273
|
+
exports.SoftwareDevelopment = require___generated___bucket_5_js.SoftwareDevelopment;
|
|
1274
|
+
exports.Software_02 = require___generated___bucket_5_js.Software_02;
|
|
1269
1275
|
exports.SolarField = require___generated___bucket_5_js.SolarField;
|
|
1270
1276
|
exports.SolarPanel = require___generated___bucket_5_js.SolarPanel;
|
|
1271
1277
|
exports.Solve = require___generated___bucket_5_js.Solve;
|
|
@@ -1398,6 +1404,7 @@ exports.Tickets = require___generated___bucket_5_js.Tickets;
|
|
|
1398
1404
|
exports.Time = require___generated___bucket_5_js.Time;
|
|
1399
1405
|
exports.TimeLapse = require___generated___bucket_5_js.TimeLapse;
|
|
1400
1406
|
exports.TimePlot = require___generated___bucket_5_js.TimePlot;
|
|
1407
|
+
exports.Timesheet = require___generated___bucket_5_js.Timesheet;
|
|
1401
1408
|
exports.Tire = require___generated___bucket_5_js.Tire;
|
|
1402
1409
|
exports.Toggle = require___generated___bucket_5_js.Toggle;
|
|
1403
1410
|
exports.Toilet = require___generated___bucket_5_js.Toilet;
|
|
@@ -1509,17 +1516,18 @@ exports.Washer = require___generated___bucket_5_js.Washer;
|
|
|
1509
1516
|
exports.WashingHands = require___generated___bucket_5_js.WashingHands;
|
|
1510
1517
|
exports.WashingtonDc = require___generated___bucket_5_js.WashingtonDc;
|
|
1511
1518
|
exports.WashingtonDcCapitol = require___generated___bucket_5_js.WashingtonDcCapitol;
|
|
1512
|
-
exports.WashingtonDcMonument =
|
|
1513
|
-
exports.WasteElectronic =
|
|
1514
|
-
exports.WatsonLogo =
|
|
1515
|
-
exports.Watsonx =
|
|
1516
|
-
exports.WatsonxAi =
|
|
1517
|
-
exports.WatsonxAssistant =
|
|
1518
|
-
exports.WatsonxCodeAssistant =
|
|
1519
|
+
exports.WashingtonDcMonument = require___generated___bucket_6_js.WashingtonDcMonument;
|
|
1520
|
+
exports.WasteElectronic = require___generated___bucket_6_js.WasteElectronic;
|
|
1521
|
+
exports.WatsonLogo = require___generated___bucket_6_js.WatsonLogo;
|
|
1522
|
+
exports.Watsonx = require___generated___bucket_6_js.Watsonx;
|
|
1523
|
+
exports.WatsonxAi = require___generated___bucket_6_js.WatsonxAi;
|
|
1524
|
+
exports.WatsonxAssistant = require___generated___bucket_6_js.WatsonxAssistant;
|
|
1525
|
+
exports.WatsonxCodeAssistant = require___generated___bucket_6_js.WatsonxCodeAssistant;
|
|
1519
1526
|
exports.WatsonxCodeAssistantForZ = require___generated___bucket_6_js.WatsonxCodeAssistantForZ;
|
|
1520
1527
|
exports.WatsonxCodeAssistantForZRefactor = require___generated___bucket_6_js.WatsonxCodeAssistantForZRefactor;
|
|
1521
1528
|
exports.WatsonxData = require___generated___bucket_6_js.WatsonxData;
|
|
1522
1529
|
exports.WatsonxGovernance = require___generated___bucket_6_js.WatsonxGovernance;
|
|
1530
|
+
exports.WatsonxOrchestrate = require___generated___bucket_6_js.WatsonxOrchestrate;
|
|
1523
1531
|
exports.WavingHand = require___generated___bucket_6_js.WavingHand;
|
|
1524
1532
|
exports.WaymoCar = require___generated___bucket_6_js.WaymoCar;
|
|
1525
1533
|
exports.Weather = require___generated___bucket_6_js.Weather;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const RedHatAnsible: CarbonPictogramType;
|
|
11
|
+
export default RedHatAnsible
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:red-hat--ansible/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const RedHatAnsible = /* @__PURE__ */ react.default.forwardRef(function RedHatAnsible({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3604,6.8901,15.3604,15.3599-6.8906,15.3604-15.3604,15.3604ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396,14.6396-6.5674,14.6396-14.6396S24.0723,1.3599,16,1.3599ZM23,23.3604c-.0723,0-.1445-.0215-.2061-.0654l-9.7847-6.8491-2.6748,6.688-.6689-.2676,6-15c.0537-.1333.1807-.2222.3242-.2261.1553.0024.2759.0776.3364.2075l7,15c.0693.1475.0303.3232-.0947.4277-.0664.0566-.1494.085-.2314.085ZM13.2842,15.7593l8.8213,6.1753-6.0801-13.0288-2.7412,6.8535Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = RedHatAnsible;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Timesheet: CarbonPictogramType;
|
|
11
|
+
export default Timesheet
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
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
|
+
const require_Icon = require("../Icon-CpLXVVyj.cjs");
|
|
10
|
+
let react = require("react");
|
|
11
|
+
react = require_Icon.__toESM(react);
|
|
12
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
|
+
//#region virtual:timesheet/index.js
|
|
14
|
+
/**
|
|
15
|
+
* Copyright IBM Corp. 2019, 2023
|
|
16
|
+
*
|
|
17
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
|
19
|
+
*
|
|
20
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
21
|
+
*/
|
|
22
|
+
const Timesheet = /* @__PURE__ */ react.default.forwardRef(function Timesheet({ children, ...rest }, ref) {
|
|
23
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
24
|
+
width: 64,
|
|
25
|
+
height: 64,
|
|
26
|
+
viewBox: "0 0 32 32",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
ref,
|
|
30
|
+
...rest,
|
|
31
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,31.3604c-5.1611,0-9.3599-4.1992-9.3599-9.3604s4.1987-9.3599,9.3599-9.3599,9.3604,4.1987,9.3604,9.3599-4.1992,9.3604-9.3604,9.3604ZM13.3672,22.3604c.1846,4.4775,3.7949,8.0879,8.2725,8.2725v-1.6328h.7207v1.6328c4.4775-.1846,8.0879-3.7949,8.2725-8.2725h-1.6328v-.7207h1.6328c-.1846-4.4775-3.7949-8.0879-8.2725-8.2725v1.6328h-.7207v-1.6328c-4.4775.1846-8.0879,3.7949-8.2725,8.2725h1.6328v.7207h-1.6328ZM10,29.3604H2c-.1987,0-.3599-.1611-.3599-.3604V4c0-.1987.1611-.3599.3599-.3599h3.6401V1h.7197v2.6401h16.2798V1h.7207v2.6401h3.6396c.1992,0,.3604.1611.3604.3599v8h-.7207v-7.6401h-3.2793v1.6401h-.7207v-1.6401H6.3599v1.6401h-.7197v-1.6401h-3.2803v24.2798h7.6401v.7207ZM25.2451,25.7549l-3.5-3.5c-.0674-.0674-.1055-.1592-.1055-.2549v-5h.7207v4.8506l3.3945,3.3945-.5098.5098ZM10,22.3604h-4v-.7207h4v.7207ZM12,16.3599h-6v-.7197h6v.7197ZM23,10.3599H6v-.7197h17v.7197Z" }), children]
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
module.exports = Timesheet;
|