@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
39 lines (33 loc) • 1.87 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-7ff6056a.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _path;
const CodeGenerationChat = /*#__PURE__*/React__default["default"].forwardRef(function CodeGenerationChat({
children,
...rest
}, ref) {
return /*#__PURE__*/React__default["default"].createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M13.334,19.134l-0.669-0.268l4-10\tl0.668,0.268L13.334,19.134z M19.255,18.255l-0.51-0.51L22.491,14l-3.746-3.746l0.51-0.509L23.509,14L19.255,18.255z M10.746,18.255\tL6.491,14l4.255-4.254l0.509,0.509L7.509,14l3.745,3.745L10.746,18.255z M15.322,30.161l-0.644-0.322l3-6\tC17.74,23.717,17.864,23.64,18,23.64h6c2.007,0,3.64-1.633,3.64-3.64v-7h0.721v7c0,2.404-1.956,4.36-4.36,4.36h-5.777L15.322,30.161\tz M15,24.36H6c-2.404,0-4.36-1.956-4.36-4.36V8c0-2.404,1.956-4.36,4.36-4.36h13v0.72H6C3.993,4.36,2.36,5.993,2.36,8v12\tc0,2.007,1.633,3.64,3.64,3.64h9V24.36z M28.36,7h-0.72V4.36H25V3.64h2.64V1h0.721v2.64H31v0.72h-2.64V7z M28.5,10.5h-1v-1h1V10.5z M22.5,3.5h-1v1h1V3.5z"
})), children);
});
module.exports = CodeGenerationChat;