UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (31 loc) 1.62 kB
/** * 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. */ 'use strict'; 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 SystemsDevopsCicdPipeline = /*#__PURE__*/React.forwardRef(function SystemsDevopsCicdPipeline({ 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: "M16,30.36c-0.062,0-0.125-0.017-0.181-0.05l-12-7C3.708,23.246,3.64,23.128,3.64,23\tV9c0-0.128,0.068-0.247,0.179-0.311l12-7c0.111-0.065,0.251-0.065,0.362,0l12,7c0.11,0.064,0.178,0.182,0.179,0.31\tc0,0.127-0.066,0.246-0.177,0.311l-8.216,4.884C20.22,14.745,20.36,15.356,20.36,16c0,2.404-1.956,4.36-4.36,4.36\ts-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36c1.503,0,2.831,0.765,3.615,1.926l7.676-4.563L16,2.417L4.36,9.207v13.586L16,29.583\tl11.64-6.79V14h0.721v9c0,0.128-0.068,0.246-0.179,0.311l-12,7C16.125,30.344,16.062,30.36,16,30.36z M16,12.36\tc-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,12.36,16,12.36z" })), children); }); module.exports = SystemsDevopsCicdPipeline;