@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.83 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:high--performance--computing/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 HighPerformanceComputing = /*#__PURE__*/ react.default.forwardRef(function HighPerformanceComputing({ 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: "M16,30.36C8.082,30.36,1.64,23.918,1.64,16S8.082,1.64,16,1.64S30.36,8.082,30.36,16 S23.918,30.36,16,30.36z M15.445,2.371C8.18,2.664,2.36,8.665,2.36,16c0,7.4,5.925,13.444,13.28,13.636V18.36H9 c-0.122,0-0.235-0.062-0.301-0.163s-0.077-0.23-0.028-0.342L15.445,2.371z M16.36,13.64H23c0.121,0,0.234,0.061,0.302,0.163 c0.066,0.102,0.077,0.23,0.028,0.342l-6.775,15.484C23.82,29.337,29.64,23.335,29.64,16c0-7.401-5.924-13.444-13.28-13.635V13.64z M9.55,17.64H16c0.199,0,0.36,0.161,0.36,0.36v10.279l6.089-13.919H16c-0.199,0-0.36-0.161-0.36-0.36V3.721L9.55,17.64z" }), children]
});
});
//#endregion
module.exports = HighPerformanceComputing;