@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
45 lines (43 loc) • 1.91 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.
*/
import Icon from "./Icon.js";
import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:IbmWatsonxCodeAssistant.js
const IbmWatsonxCodeAssistant = React.forwardRef(function IbmWatsonxCodeAssistant({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ jsx("path", { d: "m11,28h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z" }), /* @__PURE__ */ jsx("path", { d: "M28.17 26 25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26z" }), /* @__PURE__ */ jsx("path", { d: "M22 31 20.085 30.4229 23 21 24.9149 21.5771 22 31z" }), /* @__PURE__ */ jsx("path", { d: "M16.83 26 19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26z" }), /* @__PURE__ */ jsx("path", { d: "m30,19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866,0,7,3.134,7,7v7Z" }), /* @__PURE__ */ jsx("circle", {
cx: "3",
cy: "4",
r: "1"
}), /* @__PURE__ */ jsx("path", { d: "M6 3H16V5H6z" }), /* @__PURE__ */ jsx("circle", {
cx: "3",
cy: "12",
r: "1"
}), /* @__PURE__ */ jsx("path", { d: "M6 11H16V13H6z" }), /* @__PURE__ */ jsx("path", { d: "M2 15H12V17H2z" }), /* @__PURE__ */ jsx("circle", {
cx: "15",
cy: "8",
r: "1"
}), /* @__PURE__ */ jsx("path", { d: "M2 7H12V9H2z" }), /* @__PURE__ */ jsx("circle", {
cx: "15",
cy: "16",
r: "1"
}), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistant.propTypes = iconPropTypes;
//#endregion
export { IbmWatsonxCodeAssistant as default };