@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
46 lines (44 loc) • 2.14 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:CarbonUiBuilder.js
const CarbonUiBuilder = react.default.forwardRef(function CarbonUiBuilder({ 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 28H30V30H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "21",
cy: "29",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "29",
cy: "25",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M20 24H26V26H20z",
transform: "matrix(-1 0 0 -1 46 50)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 20H30V22H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "21",
cy: "21",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4927,14.1299l-8.5-4.8149c-.3057-.1729-.6797-.1729-.9854,0L3.5073,14.1299c-.3135,.1777-.5073,.5098-.5073,.8701v10c0,.3604,.1938,.6924,.5073,.8701l8.5,4.8149,.9854-1.7402-7.9927-4.5278V15.583l7.5-4.2485,7.5,4.2485v2.417h2v-3c0-.3604-.1938-.6924-.5073-.8701Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15h2V7c0-.3604-.1938-.6924-.5073-.8701L17.9927,1.3149c-.3057-.1729-.6797-.1729-.9854,0L8.5074,6.1299l.9854,1.7402L17.5,3.3345l7.5,4.2485v7.417Z" }), children);
});
if (process.env.NODE_ENV !== "production") CarbonUiBuilder.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = CarbonUiBuilder;