@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.03 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const DevopsLoop_01 = /*#__PURE__*/React.forwardRef(function DevopsLoop_01({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M31.36,8.5c0,4.334-3.526,7.86-7.86,7.86h-15\tc-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\ts-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\tl1.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\tc0.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\tC21.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\tc-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\tC10.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);
});
module.exports = DevopsLoop_01;