@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.3 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--loop--01/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 DevopsLoop_01 = /*#__PURE__*/ react.default.forwardRef(function DevopsLoop_01({ 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,8.5c0,4.334-3.526,7.86-7.86,7.86h-15 c-3.937,0-7.14,3.204-7.14,7.14s3.203,7.14,7.14,7.14s7.14-3.203,7.14-7.14V18h0.72v5.5c0,4.334-3.526,7.86-7.86,7.86 s-7.86-3.526-7.86-7.86s3.526-7.86,7.86-7.86h15c3.937,0,7.14-3.203,7.14-7.14s-3.203-7.14-7.14-7.14s-7.14,3.203-7.14,7.14v4.631 l1.385-1.385l0.51,0.509L16,14.509l-2.254-2.255l0.509-0.509l1.386,1.385V8.5c0-4.334,3.526-7.86,7.86-7.86S31.36,4.166,31.36,8.5z M21.188,12.179l-2-3.5c-0.063-0.111-0.063-0.247,0-0.357l2-3.5C21.252,4.709,21.371,4.64,21.5,4.64h4 c0.129,0,0.248,0.069,0.312,0.181l2,3.5c0.063,0.111,0.063,0.247,0,0.357l-2,3.5c-0.064,0.112-0.184,0.181-0.312,0.181h-4 C21.371,12.36,21.252,12.291,21.188,12.179z M19.915,8.5l1.794,3.14h3.582l1.794-3.14l-1.794-3.14h-3.582L19.915,8.5z M10.812,19.821l2,3.5c0.063,0.11,0.063,0.247,0,0.357l-2,3.5c-0.064,0.112-0.183,0.182-0.312,0.182h-4 c-0.129,0-0.249-0.069-0.312-0.182l-2-3.5c-0.063-0.11-0.063-0.247,0-0.357l2-3.5C6.251,19.709,6.371,19.64,6.5,19.64h4 C10.629,19.64,10.749,19.709,10.812,19.821z M12.085,23.5l-1.794-3.14H6.709L4.915,23.5l1.794,3.14h3.582L12.085,23.5z" }), children]
});
});
//#endregion
module.exports = DevopsLoop_01;