@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.91 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.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:code--generation--chat/index.js
/**
* 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.
*/
const CodeGenerationChat = /*#__PURE__*/ react.default.forwardRef(function CodeGenerationChat({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.334,19.134l-0.669-0.268l4-10 l0.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 L6.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 C17.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 z 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 c0,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]
});
});
//#endregion
module.exports = CodeGenerationChat;