@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
38 lines (36 loc) • 1.61 kB
JavaScript
/**
* 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.
*/
import Icon from "./Icon.js";
import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:StrategyPlay.js
const StrategyPlay = React.forwardRef(function StrategyPlay({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ 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__ */ 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__ */ 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 = iconPropTypes;
//#endregion
export { StrategyPlay as default };