@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.51 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:devops--02/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 Devops_02 = /*#__PURE__*/ react.default.forwardRef(function Devops_02({ 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.36c-7.393,0-13.606-5.698-14.284-13.03 C1.102,17.199,0.64,16.653,0.64,16s0.462-1.199,1.076-1.33C2.394,7.338,8.607,1.64,16,1.64c7.394,0,13.607,5.698,14.284,13.03 c0.613,0.131,1.076,0.677,1.076,1.33s-0.463,1.199-1.076,1.33C29.607,24.662,23.394,30.36,16,30.36z M3.095,20.373 C4.931,25.774,10.065,29.64,16,29.64c5.936,0,11.07-3.865,12.905-9.268c-1.353,1.82-3.52,2.988-5.905,2.988 c-4.059,0-7.36-3.302-7.36-7.36c0-3.661-2.979-6.64-6.64-6.64c-3.171,0-5.912,2.286-6.51,5.371C2.999,14.928,3.36,15.423,3.36,16 s-0.361,1.072-0.87,1.269C3.088,20.354,5.829,22.64,9,22.64c1.774,0,3.441-0.69,4.695-1.945l0.51,0.51 c-1.39,1.39-3.238,2.156-5.205,2.156C6.614,23.36,4.448,22.192,3.095,20.373z M16.36,16c0,3.661,2.979,6.64,6.64,6.64 c3.171,0,5.911-2.286,6.511-5.371C29.002,17.072,28.64,16.577,28.64,16s0.362-1.072,0.871-1.269c-0.6-3.085-3.34-5.371-6.511-5.371 c-1.772,0-3.44,0.691-4.695,1.945l-0.51-0.51C19.187,9.406,21.035,8.64,23,8.64c2.386,0,4.553,1.167,5.905,2.987 C27.07,6.226,21.936,2.36,16,2.36c-5.935,0-11.069,3.866-12.905,9.267C4.448,9.808,6.614,8.64,9,8.64 C13.058,8.64,16.36,11.942,16.36,16z M30,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S30.353,15.36,30,15.36z M2,15.36c-0.353,0-0.64,0.287-0.64,0.64S1.647,16.64,2,16.64S2.64,16.353,2.64,16S2.353,15.36,2,15.36z" }), children]
});
});
//#endregion
module.exports = Devops_02;