UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 2.04 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--play/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 VideoPlay = /*#__PURE__*/ react.default.forwardRef(function VideoPlay({ 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: "M23,27.36H1c-0.199,0-0.36-0.161-0.36-0.36V5c0-0.199,0.161-0.36,0.36-0.36h22 c0.199,0,0.36,0.161,0.36,0.36v6.375l7.459-4.331c0.11-0.064,0.248-0.066,0.36,0c0.111,0.064,0.181,0.183,0.181,0.312v17.321 c0,0.129-0.069,0.248-0.182,0.312c-0.11,0.063-0.249,0.063-0.36-0.002l-7.458-4.359V27C23.36,27.199,23.199,27.36,23,27.36z M1.36,26.64h21.28V20c0-0.129,0.069-0.248,0.182-0.312c0.11-0.063,0.25-0.063,0.36,0.002l7.458,4.359V7.98l-7.459,4.331 c-0.11,0.064-0.248,0.065-0.36,0C22.709,12.248,22.64,12.129,22.64,12V5.36H1.36V26.64z M9,21.541c-0.062,0-0.125-0.017-0.18-0.049 c-0.111-0.064-0.18-0.183-0.18-0.312V10.789c0-0.129,0.068-0.248,0.18-0.312c0.111-0.064,0.249-0.064,0.36,0l9,5.211 c0.111,0.064,0.18,0.184,0.18,0.312c-0.001,0.128-0.069,0.248-0.181,0.312l-9,5.18C9.124,21.524,9.062,21.541,9,21.541z M9.36,11.413v9.145l7.92-4.559L9.36,11.413z" }), children] }); }); //#endregion module.exports = VideoPlay;