@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 2.13 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:IbmCloudResiliency.js
const IbmCloudResiliency = react.default.forwardRef(function IbmCloudResiliency({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,24v6h6v-6h-6Zm4,4h-2v-2h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m2,30h6v-6H2v6Zm2-4h2v2h-2v-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,15h-9v-6.1631c1.4407-.4336,2.5-1.7571,2.5-3.3369,0-1.9297-1.5703-3.5-3.5-3.5s-3.5,1.5703-3.5,3.5c0,1.5798,1.0593,2.9033,2.5,3.3369v6.1631H6c-1.1025,0-2,.8972-2,2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2ZM14.5,5.5c0-.8271.6729-1.5,1.5-1.5s1.5.6729,1.5,1.5-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5Zm2.5,22.5h-2v-2h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26.5,9c1.9297,0,3.5-1.5703,3.5-3.5s-1.5703-3.5-3.5-3.5-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5Zm0-5c.8271,0,1.5.6729,1.5,1.5s-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5.6729-1.5,1.5-1.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5.5,9c1.9297,0,3.5-1.5703,3.5-3.5s-1.5703-3.5-3.5-3.5-3.5,1.5703-3.5,3.5,1.5703,3.5,3.5,3.5Zm0-5c.8271,0,1.5.6729,1.5,1.5s-.6729,1.5-1.5,1.5-1.5-.6729-1.5-1.5.6729-1.5,1.5-1.5Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmCloudResiliency.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmCloudResiliency;