UNPKG

@carbon/icons-react

Version:

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

40 lines (38 loc) 1.85 kB
/** * Copyright IBM Corp. 2016, 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_chunk = require('./chunk-CsKB0u1v.js'); const require_Icon_js = require('./Icon.js'); const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js'); let react = require("react"); react = require_chunk.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:StrategyPlay.js const StrategyPlay = react.default.forwardRef(function StrategyPlay({ children, size = 16, ...rest }, ref) { return react.default.createElement(require_Icon_js, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { strokeWidth: "0", d: "M12 3.415 10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { strokeWidth: "0", d: "m25,2l-5,5,1.4089,1.4189,2.5911-2.625v9.2061H8c-1.1028,0-2,.8975-2,2v3.1011c-2.2793.4644-4,2.4844-4,4.8989,0,2.7568,2.2429,5,5,5s5-2.2432,5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028,0,2-.8975,2-2V5.8472l2.5911,2.5718,1.4089-1.4189-5-5Zm-15,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { strokeWidth: "0", d: "M30 21.415 28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z" }), children); }); if (process.env.NODE_ENV !== "production") StrategyPlay.propTypes = require_iconPropTypes.iconPropTypes; //#endregion module.exports = StrategyPlay;