@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
35 lines (33 loc) • 2.36 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:IbmSapOnPower.js
const IbmSapOnPower = react.default.forwardRef(function IbmSapOnPower({ 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: "m9,21H3c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2ZM3,13v6h6v-6s-6,0-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m11.6926,29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022,2.3466,3.7827,4.1082,6.4214,4.9606l-.6147,1.9031Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "19",
cy: "27",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,31h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4s-13,0-13,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26.8896,21h2.1848c.6057-1.5889.9255-3.29.9255-5,0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186,1.3262.186,2,0,1.7549-.3867,3.4297-1.1104,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25.5,12h-6.5c-.5522,0-1-.4478-1-1V4c0-.5522.4478-1,1-1h12c.3828,0,.7319.2185.8994.5629.0675.1389.1006.2884.1006.4371,0,.22-.0725.4382-.2136.6178l-5.5,7c-.1897.2413-.4795.3822-.7864.3822Zm-5.5-2h5.0139l3.9287-5h-8.9426v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m5.886,9.5392l-1.6846-1.0784C6.7915,4.4153,11.2021,2,16,2v2c-4.1125,0-7.8936,2.0707-10.114,5.5392Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmSapOnPower.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmSapOnPower;