UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

37 lines (36 loc) 2.32 kB
/** * 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:conversation/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 Conversation = /*#__PURE__*/ react.default.forwardRef(function Conversation({ 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: "M11.5,17.998c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S11.5,17.446,11.5,17.998z M14.5,16.998 c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S15.052,16.998,14.5,16.998z M6.5,16.998c-0.552,0-1,0.448-1,1s0.448,1,1,1 s1-0.448,1-1S7.052,16.998,6.5,16.998z M23,6c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S23.552,6,23,6z M27,6 c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S27.552,6,27,6z M19,6c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S19.552,6,19,6z M11.299,30.8l-4-5.999c-0.066-0.1-0.179-0.16-0.299-0.16H3c-0.904,0-1.64-0.735-1.64-1.64V13c0-0.904,0.736-1.64,1.64-1.64h15 c0.904,0,1.64,0.736,1.64,1.64v10.001c0,0.904-0.735,1.64-1.64,1.64h-7v0.721h7c1.302,0,2.36-1.059,2.36-2.36V13.36H23v-0.72h-2.667 c-0.174-1.131-1.154-2-2.333-2h-2.64V3c0-0.904,0.736-1.64,1.64-1.64h12c0.904,0,1.64,0.736,1.64,1.64v8 c0,0.904-0.735,1.64-1.64,1.64h-3c-0.137,0-0.261,0.077-0.322,0.199l-2,4l0.645,0.322l1.9-3.801H29c1.302,0,2.36-1.059,2.36-2.36V3 c0-1.301-1.059-2.36-2.36-2.36H17c-1.301,0-2.36,1.059-2.36,2.36v7.64H3c-1.301,0-2.36,1.059-2.36,2.36v10.001 c0,1.302,1.059,2.36,2.36,2.36h3.807l3.894,5.839L11.299,30.8z" }), children] }); }); //#endregion module.exports = Conversation;