@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.04 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-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const NetworkSecurity = /*#__PURE__*/React.forwardRef(function NetworkSecurity({
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: "M16,31.36C8.082,31.36,1.64,24.918,1.64,17\tV2.812c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36c0.424,0,0.803,0.195,1.053,0.5h25.895\tc0.25-0.305,0.629-0.5,1.053-0.5c0.75,0,1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312V17C30.36,24.918,23.918,31.36,16,31.36z M16.36,17.312v13.324C23.716,30.444,29.64,24.4,29.64,17V2.812c-0.106-0.029-0.208-0.071-0.303-0.124L17.169,15.306\tc0.121,0.203,0.191,0.44,0.191,0.694C17.36,16.625,16.936,17.153,16.36,17.312z M2.36,2.812V17c0,7.4,5.925,13.444,13.28,13.636\tV17.312c-0.576-0.158-1-0.686-1-1.312c0-0.253,0.069-0.491,0.19-0.694L2.663,2.688C2.568,2.74,2.467,2.782,2.36,2.812z M16,15.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M3.176,2.183l12.173,12.624\tc0.387-0.212,0.915-0.212,1.302,0L28.824,2.182C28.707,1.981,28.64,1.749,28.64,1.5c0-0.047,0.003-0.094,0.008-0.14H3.353\tC3.357,1.406,3.36,1.453,3.36,1.5C3.36,1.749,3.293,1.982,3.176,2.183z M30,0.86c-0.353,0-0.64,0.287-0.64,0.64S29.647,2.14,30,2.14\ts0.64-0.287,0.64-0.64S30.353,0.86,30,0.86z M2,0.86c-0.353,0-0.64,0.287-0.64,0.64S1.647,2.14,2,2.14S2.64,1.853,2.64,1.5\tS2.353,0.86,2,0.86z"
})), children);
});
export { NetworkSecurity as default };