@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.16 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:media-and-entertainment/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 MediaAndEntertainment = /*#__PURE__*/ react.default.forwardRef(function MediaAndEntertainment({ 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: "M30,11.64c-0.75,0-1.36,0.61-1.36,1.36 c0,0.149,0.03,0.29,0.075,0.425L20.801,18.7c-0.139,0.093-0.196,0.268-0.139,0.424l3.248,8.858l-7.694-5.771 c-0.128-0.096-0.304-0.096-0.432,0L8.09,27.982l3.248-8.858c0.057-0.156,0-0.331-0.138-0.424l-8.011-5.34H13 c0.159,0,0.299-0.104,0.345-0.256L16,4.253l2.655,8.851c0.046,0.152,0.186,0.256,0.345,0.256h6v-0.72h-5.732l-2.923-9.744 c-0.091-0.305-0.599-0.305-0.689,0l-2.923,9.744H2c-0.159,0-0.299,0.104-0.345,0.255s0.013,0.316,0.145,0.404l8.764,5.843 l-3.569,9.733c-0.055,0.149-0.005,0.317,0.123,0.413c0.064,0.047,0.139,0.071,0.215,0.071s0.152-0.024,0.216-0.072L16,22.95 l8.451,6.338c0.126,0.095,0.303,0.096,0.431,0.001c0.128-0.096,0.178-0.264,0.123-0.413l-3.569-9.733l7.678-5.12 C29.352,14.23,29.66,14.36,30,14.36c0.75,0,1.36-0.61,1.36-1.36S30.75,11.64,30,11.64z M30,13.64c-0.353,0-0.64-0.287-0.64-0.64 s0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64S30.353,13.64,30,13.64z" }), children]
});
});
//#endregion
module.exports = MediaAndEntertainment;