UNPKG

@carbon/icons-react

Version:

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

44 lines (41 loc) 1.87 kB
/** * Copyright IBM Corp. 2016, 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 React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4; const IbmVpnForVpc = /*#__PURE__*/React.forwardRef(function IbmVpnForVpc({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "m29,23v-2c0-1.6499-1.3501-3-3-3s-3,1.3501-3,3v2c-1.1001,0-2,.8999-2,2v4c0,1.1001.8999,2,2,2h6c1.1001,0,2-.8999,2-2v-4c0-1.1001-.8999-2-2-2Zm-4-2c0-.5498.45-1,1-1s1,.4502,1,1v2h-2v-2Zm4,8h-6v-4h6v4Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "m7,22.14v-9.14h-2v9.14c-1.72.45-3,2-3,3.86,0,2.21,1.79,4,4,4,1.86,0,3.41-1.28,3.86-3h8.14v-2h-8.14c-.37-1.4-1.46-2.49-2.86-2.86Zm-1,5.86c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "m30,6c0-2.21-1.79-4-4-4-1.86,0-3.41,1.28-3.86,3h-9.14v2h9.14c.37,1.4,1.46,2.49,2.86,2.86v5.14h2v-5.14c1.72-.45,3-2,3-3.86Zm-4,2c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "m10,8.5898V2H2v8h6.5901l10.9958,11,1.4141-1.4141-11-10.9961Zm-2-.5898h-4v-4h4v4Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmVpnForVpc.propTypes = iconPropTypes; } export { IbmVpnForVpc as default };