@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
62 lines (58 loc) • 2.17 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.
*/
'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, _circle3, _path4, _circle4;
const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant({
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: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "3",
cy: "4",
r: "1"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M6 3H16V5H6z"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "3",
cy: "12",
r: "1"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M6 11H16V13H6zM2 15H12V17H2z"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "8",
r: "1"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M2 7H12V9H2z"
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "16",
r: "1"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWatsonxCodeAssistant.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmWatsonxCodeAssistant;