@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
56 lines (55 loc) • 2.9 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:cricket--ball/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 CricketBall = /*#__PURE__*/ React.forwardRef(function CricketBall({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [
/* @__PURE__ */ jsx("path", {
d: "M28.146 4.993H29.146V5.713H28.146z",
transform: "rotate(-45.055 28.647 5.353)"
}),
/* @__PURE__ */ jsx("path", { d: "M17.6865,16.8232l-.5098-.5088,1.4473-1.4482.5098.5088-1.4473,1.4482ZM19.8584,14.6509l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM22.0303,12.4785l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM24.2031,10.3062l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM26.375,8.1338l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482Z" }),
/* @__PURE__ */ jsx("path", {
d: "M15.854 17.286H16.854V18.006H15.854z",
transform: "rotate(-44.945 16.354 17.646)"
}),
/* @__PURE__ */ jsx("path", {
d: "M26.146 2.993H27.146V3.713H26.146z",
transform: "rotate(-45.055 26.647 3.354)"
}),
/* @__PURE__ */ jsx("path", { d: "M15.6855,14.8232l-.5088-.5088,1.4482-1.4482.5088.5088-1.4482,1.4482ZM17.8584,12.6509l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM20.0303,10.4785l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM22.2031,8.3062l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482ZM24.375,6.1338l-.5098-.5088,1.4482-1.4482.5098.5088-1.4482,1.4482Z" }),
/* @__PURE__ */ jsx("path", {
d: "M13.854 15.287H14.854V16.007H13.854z",
transform: "rotate(-45 14.353 15.646)"
}),
/* @__PURE__ */ jsx("path", { d: "M1.2544,31.2549l-.5088-.5098,12-12,.5088.5098L1.2544,31.2549ZM16.2544,26.2549l-.5088-.5098,3.9995-4,.5098.5098-4.0005,4ZM21.5,20.3604c-5.437,0-9.8599-4.4233-9.8599-9.8604S16.063.6401,21.5.6401s9.8604,4.4229,9.8604,9.8599-4.4238,9.8604-9.8604,9.8604ZM15.2998,17.21c1.6304,1.5078,3.8096,2.4297,6.2002,2.4297,5.04,0,9.1396-4.0996,9.1396-9.1396,0-2.3906-.9219-4.5698-2.4297-6.2002l-12.9102,12.9102ZM21.5,1.3599c-5.04,0-9.1401,4.1001-9.1401,9.1401,0,2.3906.9229,4.5698,2.4307,6.2002L27.7002,3.7905c-1.6299-1.5078-3.8096-2.4307-6.2002-2.4307ZM2.2544,20.2549l-.5088-.5098,8-7.9995.5088.5088L2.2544,20.2549Z" }),
children
]
});
});
//#endregion
export { CricketBall as default };