@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
47 lines (45 loc) • 2.38 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:IbmWatsonxCodeAssistant.js
const IbmWatsonxCodeAssistant = react.default.forwardRef(function IbmWatsonxCodeAssistant({ 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: "m11,28h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.17 26 25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 31 20.085 30.4229 23 21 24.9149 21.5771 22 31z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.83 26 19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866,0,7,3.134,7,7v7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "4",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 3H16V5H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "3",
cy: "12",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11H16V13H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H12V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "15",
cy: "8",
r: "1"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H12V9H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "15",
cy: "16",
r: "1"
}), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistant.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = IbmWatsonxCodeAssistant;