@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.98 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 ContinuousIntegration = /*#__PURE__*/React.forwardRef(function ContinuousIntegration({
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: "M13.116,28.305l-0.165,0.701\tC6.88,27.572,2.64,22.225,2.64,16c0-7.088,5.552-12.887,12.533-13.318l-1.427-1.428l0.509-0.509L16.509,3l-2.255,2.254l-0.509-0.509\tl1.339-1.339C8.542,3.878,3.36,9.339,3.36,16C3.36,21.889,7.372,26.949,13.116,28.305z M29.36,16\tc0-6.227-4.213-11.571-10.244-12.996L18.95,3.706c5.705,1.347,9.69,6.402,9.69,12.294c0,6.66-5.181,12.121-11.724,12.593\tl1.339-1.338l-0.51-0.51L15.491,29l2.254,2.255l0.51-0.51l-1.427-1.427C23.809,28.887,29.36,23.088,29.36,16z M11.5,7.64h9\tc0.13,0,0.25,0.07,0.313,0.184l4.5,8c0.062,0.109,0.062,0.243,0,0.353l-4.5,8C20.75,24.29,20.63,24.36,20.5,24.36h-9\tc-0.13,0-0.25-0.07-0.314-0.184l-4.5-8c-0.062-0.109-0.062-0.243,0-0.353l4.5-8C11.25,7.71,11.37,7.64,11.5,7.64z M7.616,15.64\th7.769L11.5,8.734L7.616,15.64z M11.5,23.266l3.884-6.906H7.616L11.5,23.266z M19.885,23.64L16,16.734l-3.884,6.905L19.885,23.64\tL19.885,23.64z M24.385,16.36h-7.769l3.884,6.906L24.385,16.36z M20.5,8.734l-3.884,6.906h7.769L20.5,8.734z M12.116,8.36L16,15.266\tl3.885-6.906H12.116z"
})), children);
});
module.exports = ContinuousIntegration;