@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.22 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 EventEndpointManagement = /*#__PURE__*/React.forwardRef(function EventEndpointManagement({
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.36,7.999h-0.72V4\tc0-0.353-0.287-0.64-0.64-0.64H7V2.64h8c0.75,0,1.36,0.61,1.36,1.36V7.999z M25,28.64h-8c-0.353,0-0.64-0.287-0.64-0.64v-4h-0.72v4\tc0,0.75,0.61,1.36,1.36,1.36h8V28.64z M29.36,17c0-0.75-0.61-1.36-1.36-1.36h-5v0.72h5c0.353,0,0.64,0.287,0.64,0.64v8h0.721\tL29.36,17L29.36,17z M9,15.64H4c-0.353,0-0.64-0.287-0.64-0.64V7H2.64v8c0,0.75,0.61,1.36,1.36,1.36h5V15.64z M5.36,3\tc0-1.301-1.059-2.36-2.36-2.36S0.64,1.699,0.64,3S1.699,5.36,3,5.36S5.36,4.301,5.36,3z M4.64,3c0,0.904-0.736,1.64-1.64,1.64\tS1.36,3.904,1.36,3S2.096,1.36,3,1.36S4.64,2.096,4.64,3z M31.36,29c0-1.302-1.059-2.36-2.36-2.36s-2.36,1.059-2.36,2.36\ts1.059,2.36,2.36,2.36S31.36,30.302,31.36,29z M30.64,29c0,0.904-0.735,1.64-1.64,1.64s-1.64-0.735-1.64-1.64s0.735-1.64,1.64-1.64\tS30.64,28.096,30.64,29z M16.955,20.965l4.01-4.01c0.526-0.526,0.526-1.383,0-1.909l-4.01-4.01c-0.526-0.526-1.383-0.526-1.909,0\tl-4.01,4.01c-0.527,0.526-0.527,1.383,0,1.909l4.01,4.01c0.263,0.263,0.609,0.395,0.955,0.395\tC16.347,21.36,16.691,21.228,16.955,20.965z M16.446,11.544l4.009,4.01c0.246,0.246,0.246,0.646,0,0.892l-4.009,4.009\tc-0.246,0.246-0.646,0.246-0.892,0l-4.01-4.009c-0.246-0.246-0.246-0.646,0-0.892l4.01-4.01c0.123-0.123,0.284-0.184,0.446-0.184\tS16.323,11.422,16.446,11.544z"
})), children);
});
module.exports = EventEndpointManagement;