@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
44 lines (42 loc) • 2.15 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:IbmWatsonxCodeAssistantForZRefactor.js
let didWarnAboutDeprecation = false;
const IbmWatsonxCodeAssistantForZRefactor = React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor({ children, size = 16, ...rest }, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation) {
didWarnAboutDeprecation = true;
console.warn("Icon no longer relevant. watsonx Code Assistant for Z Refactoring Assistant has been merged into an existing product.. As a result, the IbmWatsonxCodeAssistantForZRefactor component will be removed in the next major version of @carbon/icons-react.");
}
}
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: "M22.17 16 19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16z" }), /* @__PURE__ */ jsx("path", { d: "M15.5 21 13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21z" }), /* @__PURE__ */ jsx("path", { d: "M9.83 16 12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z" }), /* @__PURE__ */ jsx("circle", {
cx: "19",
cy: "28",
r: "1"
}), /* @__PURE__ */ jsx("path", { d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z" }), /* @__PURE__ */ jsx("circle", {
cx: "13",
cy: "4",
r: "1"
}), /* @__PURE__ */ jsx("path", { d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z" }), children);
});
if (process.env.NODE_ENV !== "production") IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes;
//#endregion
export { IbmWatsonxCodeAssistantForZRefactor as default };