UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 2.26 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:video--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 VideoChat = /*#__PURE__*/ react.default.forwardRef(function VideoChat({ 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: "M29,2.5C29,2.776,28.776,3,28.5,3S28,2.776,28,2.5S28.224,2,28.5,2S29,2.224,29,2.5z M26.5,2 C26.224,2,26,2.224,26,2.5S26.224,3,26.5,3S27,2.776,27,2.5S26.776,2,26.5,2z M24.5,2C24.224,2,24,2.224,24,2.5S24.224,3,24.5,3 S25,2.776,25,2.5S24.776,2,24.5,2z M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h30 c0.199,0,0.36,0.161,0.36,0.36v30C31.36,31.199,31.199,31.36,31,31.36z M27.36,30.64h3.279V4.36H1.36v26.28h3.28V30 c0-4.712,3.286-8.985,7.932-10.478c-1.854-1.168-3.01-3.218-3.01-5.445c0-3.55,2.888-6.438,6.437-6.438 c3.55,0,6.438,2.888,6.438,6.438c0,2.228-1.156,4.277-3.01,5.445C24.073,21.015,27.36,25.289,27.36,30V30.64z M5.359,30.64h21.28V30 c0-4.673-3.473-8.888-8.257-10.021c-0.15-0.036-0.261-0.163-0.275-0.317c-0.015-0.153,0.071-0.299,0.212-0.362 c2.063-0.918,3.396-2.968,3.396-5.222c0-3.153-2.564-5.718-5.717-5.718s-5.717,2.565-5.717,5.718c0,2.254,1.333,4.304,3.397,5.222 c0.141,0.063,0.226,0.209,0.212,0.362c-0.014,0.154-0.125,0.281-0.275,0.317C8.832,21.112,5.359,25.326,5.359,30V30.64z M1.36,3.64 h29.28V1.36H1.36V3.64z" }), children] }); }); //#endregion module.exports = VideoChat;