UNPKG

@carbon/icons-react

Version:

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

50 lines (46 loc) 2.42 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4, _path5, _path6; const IbmSecureInfrastructureOnVpcForRegulatedIndustries = /*#__PURE__*/React.forwardRef(function IbmSecureInfrastructureOnVpcForRegulatedIndustries({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { 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: "m9,21H3c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2ZM3,13v6h6v-6s-6,0-6,0Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "m16,30c-.3618,0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247,3.1628,5.4602,5.2205,9.1899,5.5043.3047.0231.613.0349.9241.0349v2Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "m23,30l-2.1-1c-1.7-.8-2.9-2.6-2.9-4.5v-6.5h10v6.5c0,1.9-1.1,3.7-2.9,4.5l-2.1,1Zm-3-10v4.5c0,1.2.7,2.2,1.7,2.7l1.3.6,1.3-.6c1-.5,1.7-1.6,1.7-2.7v-4.5h-6Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "m27.3025,12c.4539,1.2817.6975,2.6211.6975,4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135Z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "m27,10h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028.8972-2,2-2h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Zm-3-5v3h3v-3h-3Z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "m20,2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976,0-9.2083,2.415-11.7983,6.4604l1.6841,1.0786c2.2209-3.4683,6.002-5.5391,10.1143-5.5391,1.3787,0,2.7188.2437,4,.6978v-2.1143Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmSecureInfrastructureOnVpcForRegulatedIndustries.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmSecureInfrastructureOnVpcForRegulatedIndustries;