@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
70 lines (67 loc) • 2.57 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, _path4, _path5, _circle, _path6, _circle2, _path7, _path8, _circle3, _path9, _circle4;
const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant({
children,
size = 16,
...rest
}, ref) {
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: "m11,28h-2c-3.8599,0-7-3.1401-7-7v-2h2v2c0,2.7568,2.2432,5,5,5h2v2Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M28.17 26 25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M22 31 20.085 30.4229 23 21 24.9149 21.5771 22 31z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M16.83 26 19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "m30,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"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M6 3H16V5H6z"
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
cx: "3",
cy: "12",
r: "1"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M6 11H16V13H6z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M2 15H12V17H2z"
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
cx: "15",
cy: "8",
r: "1"
})), _path9 || (_path9 = /*#__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;
}
export { IbmWatsonxCodeAssistant as default };