UNPKG

@carbon/pictograms-react

Version:

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

39 lines (38 loc) 1.69 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. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:dialogue/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 Dialogue = /*#__PURE__*/ React.forwardRef(function Dialogue({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [ /* @__PURE__ */ jsx("path", { d: "M16.322,31.161l-0.644-0.322l4-8C19.74,22.717,19.864,22.64,20,22.64h7c2.007,0,3.64-1.633,3.64-3.64V5 c0-2.007-1.633-3.64-3.64-3.64H5C2.993,1.36,1.36,2.993,1.36,5v14c0,2.007,1.633,3.64,3.64,3.64h11v0.721H5 c-2.404,0-4.36-1.956-4.36-4.36V5c0-2.404,1.956-4.36,4.36-4.36h22c2.404,0,4.36,1.956,4.36,4.36v14c0,2.404-1.956,4.36-4.36,4.36 h-6.777L16.322,31.161z" }), /* @__PURE__ */ jsx("path", { d: "M17.5,12.5c0,0.828-0.672,1.5-1.5,1.5c-0.828,0-1.5-0.672-1.5-1.5S15.172,11,16,11C16.828,11,17.5,11.672,17.5,12.5z M23.5,11c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5s1.5-0.672,1.5-1.5S24.328,11,23.5,11z M8.5,11C7.672,11,7,11.672,7,12.5 S7.672,14,8.5,14s1.5-0.672,1.5-1.5S9.328,11,8.5,11z" }), children ] }); }); //#endregion export { Dialogue as default };