@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.84 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:tennis--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 TennisBall = /*#__PURE__*/ react.default.forwardRef(function TennisBall({ 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: "M22,0.64c-5.161,0-9.36,4.199-9.36,9.36 s4.199,9.36,9.36,9.36s9.36-4.199,9.36-9.36S27.161,0.64,22,0.64z M30.619,9.601c-4.369-0.416-7.805-3.852-8.221-8.221 C26.844,1.584,30.415,5.156,30.619,9.601z M13.38,10.399c4.369,0.416,7.805,3.852,8.221,8.221 C17.156,18.415,13.584,14.844,13.38,10.399z M22.324,18.623c-0.419-4.771-4.175-8.528-8.948-8.947c0.168-4.505,3.795-8.131,8.3-8.3 c0.419,4.771,4.175,8.529,8.947,8.948C30.455,14.829,26.829,18.455,22.324,18.623z M2.254,20.255l-0.509-0.51l8-8l0.509,0.509 L2.254,20.255z M19.745,21.745l0.51,0.51l-4,4l-0.509-0.51L19.745,21.745z M12.746,18.745l0.509,0.51l-12,12l-0.509-0.51 L12.746,18.745z" }), children]
});
});
//#endregion
module.exports = TennisBall;