UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 2.06 kB
/** * 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:performance/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 Performance = /*#__PURE__*/ react.default.forwardRef(function Performance({ 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: "M31.36,16c0,8.47-6.891,15.36-15.36,15.36 c-4.103,0-7.96-1.598-10.861-4.499l0.509-0.51c2.68,2.681,6.216,4.193,9.992,4.284V27h0.72v3.636 c3.765-0.092,7.182-1.611,9.73-4.037l-2.566-2.565l0.51-0.51l2.565,2.566c2.426-2.548,3.945-5.965,4.037-9.73H27v-0.72h3.636 c-0.092-3.766-1.611-7.183-4.037-9.729l-2.565,2.565l-0.51-0.509l2.566-2.566c-2.548-2.426-5.965-3.946-9.73-4.037V5h-0.72V1.364 c-3.766,0.091-7.183,1.611-9.729,4.037l2.565,2.566L7.967,8.476L5.401,5.911C2.898,8.539,1.36,12.093,1.36,16 c0,2.285,0.537,4.548,1.556,6.574l6.83-6.829c0.141-0.141,0.368-0.141,0.509,0L13,18.491l8.131-8.131H18V9.64h4.36V14h-0.72v-3.13 l-8.385,8.385c-0.141,0.141-0.368,0.141-0.509,0L10,16.509l-6.921,6.92c-0.08,0.079-0.19,0.117-0.304,0.102 c-0.112-0.016-0.209-0.083-0.265-0.181C1.281,21.089,0.64,18.558,0.64,16C0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16z" }), children] }); }); //#endregion module.exports = Performance;