UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

52 lines (48 loc) 1.93 kB
/** * 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _circle, _path2, _circle2, _path3; const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { 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 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.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" })), _path2 || (_path2 = /*#__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" })), _path3 || (_path3 = /*#__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.iconPropTypes; } module.exports = IbmWatsonxCodeAssistantForZRefactor;