@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
39 lines (37 loc) • 2.07 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:IbmEventEndpointMgmt.js
const IbmEventEndpointMgmt = react.default.forwardRef(function IbmEventEndpointMgmt({ 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)("circle", {
cx: "29",
cy: "29",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25,30h-8c-1.1028,0-2-.8972-2-2v-4h2v4h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,25h-2v-8h-5v-2h5c1.1028,0,2,.8972,2,2v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m20.4141,14.5859l-3-3c-.3774-.3779-.8799-.5859-1.4141-.5859s-1.0366.208-1.4143.5859l-2.9998,3c-.3899.3896-.5859.9019-.5859,1.4141s.196,1.0244.5859,1.4141l2.9998,3c.3777.3779.8801.5859,1.4143.5859s1.0366-.208,1.4141-.5859l3-3c.3899-.3896.5859-.9019.5859-1.4141s-.196-1.0244-.5859-1.4141Zm-4.4141,4.4141l-3-3,3-3,2.9998,3-2.9998,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,17H4c-1.1028,0-2-.8972-2-2V7h2v8h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17,8h-2V4H7v-2h8c1.1028,0,2,.8972,2,2v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "3",
r: "2"
}), children);
});
if (process.env.NODE_ENV !== "production") IbmEventEndpointMgmt.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmEventEndpointMgmt;