@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.57 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const SystemsDevopsMonitor = /*#__PURE__*/React.forwardRef(function SystemsDevopsMonitor({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M15.819,30.311l-12-7C3.708,23.246,3.64,23.128,3.64,23V9h0.72v13.793l11.821,6.896\tL15.819,30.311z M25,27.36c-0.149,0-0.284-0.093-0.337-0.234l-2.674-7.129l-1.655,4.144c-0.055,0.137-0.187,0.227-0.334,0.227h-3\tv-0.721h2.756l1.91-4.78c0.056-0.138,0.189-0.202,0.338-0.227c0.148,0.002,0.281,0.095,0.333,0.234l2.617,6.978l1.7-5.95\tc0.044-0.155,0.185-0.262,0.346-0.262h3v0.721h-2.729l-1.926,6.738c-0.042,0.149-0.176,0.255-0.331,0.261\tC25.01,27.36,25.005,27.36,25,27.36z M8.36,16H7.64V6h0.72V16z M28.36,15h-0.72V9.207L16,2.417l-3.64,2.116V13h-0.72V4.325\tc0-0.128,0.068-0.247,0.179-0.311l4-2.325c0.112-0.065,0.251-0.065,0.362,0l12,7C28.292,8.753,28.36,8.872,28.36,9V15z"
})), children);
});
export { SystemsDevopsMonitor as default };