@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
61 lines (58 loc) • 2.51 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 React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _circle, _path4, _circle2, _path5;
let didWarnAboutDeprecation = false;
const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/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 /*#__PURE__*/React.createElement(Icon, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M22.17 16 19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M15.5 21 13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M9.83 16 12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "19",
cy: "28",
r: "1"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("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"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "13",
cy: "4",
r: "1"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("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;
}
export { IbmWatsonxCodeAssistantForZRefactor as default };