@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.18 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 PrivateNetwork_03 = /*#__PURE__*/React.forwardRef(function PrivateNetwork_03({
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: "M7,27.64h15v0.721H7c-3.507,0-6.36-2.853-6.36-6.359c0-3.508,2.853-6.361,6.36-6.361h3v0.72H7\tc-3.11,0-5.64,2.531-5.64,5.641C1.36,25.11,3.89,27.64,7,27.64z M25,15.64h-3v0.72h3c3.507,0,6.36-2.853,6.36-6.36\tS28.506,3.641,25,3.641H10v0.72h15c3.11,0,5.64,2.53,5.64,5.64C30.64,13.11,28.11,15.64,25,15.64z M0.64,4\tc0-1.853,1.507-3.36,3.36-3.36S7.36,2.147,7.36,4S5.853,7.36,4,7.36S0.64,5.853,0.64,4z M1.36,4c0,1.456,1.185,2.64,2.64,2.64\tS6.64,5.456,6.64,4S5.456,1.36,4,1.36S1.36,2.544,1.36,4z M31.36,28c0,1.853-1.508,3.36-3.36,3.36s-3.36-1.508-3.36-3.36\ts1.508-3.36,3.36-3.36S31.36,26.147,31.36,28z M30.64,28c0-1.456-1.184-2.64-2.64-2.64s-2.64,1.184-2.64,2.64s1.184,2.64,2.64,2.64\tS30.64,29.456,30.64,28z M16.75,16c0-0.414-0.336-0.75-0.75-0.75s-0.75,0.336-0.75,0.75c0,0.281,0.161,0.517,0.39,0.645v1.105\tc0,0.199,0.161,0.36,0.36,0.36s0.36-0.161,0.36-0.36v-1.105C16.589,16.517,16.75,16.281,16.75,16z M18.36,10.495v2.145H20\tc0.199,0,0.36,0.161,0.36,0.36v7c0,0.199-0.161,0.36-0.36,0.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-7c0-0.199,0.161-0.36,0.36-0.36\th1.64v-2.145c0-1.299,1.059-2.355,2.36-2.355C17.302,8.14,18.36,9.196,18.36,10.495z M14.36,12.64h3.28v-2.145\tc0-0.901-0.735-1.635-1.64-1.635s-1.64,0.734-1.64,1.635C14.36,10.495,14.36,12.64,14.36,12.64z M19.64,13.36h-7.28v6.28h7.28V13.36\tz"
})), children);
});
export { PrivateNetwork_03 as default };