@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
46 lines (43 loc) • 1.96 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;
const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ({
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: "M29.17 25 26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M23 30 21.0851 29.4229 24 20 25.9149 20.5771 23 30z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M17.83 25 20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "m18,19h-2V5c0-1.1028.8972-2,2-2h9c1.1028,0,2,.8972,2,2v11h-2V5h-9v14Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "m12,3H3c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h9c1.1028,0,2-.8975,2-2V5c0-1.1025-.8972-2-2-2Zm.0002,7.0366l-6.925-5.0366h6.9248l.0002,5.0366Zm-.7004,1.9634l-8.2998,6.0361V5.9639l8.2998,6.0361Zm.7007,1.9634l.0007,11.8169-8.2795-5.7959,8.2788-6.021Zm-9.0005,7.9575l7.2563,5.0791H3v-5.0791Zm9,5.0791l.0012-.002v.002h-.0012Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes;
}
export { IbmWatsonxCodeAssistantForZ as default };