UNPKG

@carbon/icons-react

Version:

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

40 lines (36 loc) 2.06 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; const IbmCloudBackupServiceVpc = /*#__PURE__*/React.forwardRef(function IbmCloudBackupServiceVpc({ 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: "M6,20h8v-2H6v-6h18V4c0-1.1045-.8955-2-2-2H6c-1.1045,0-2,.8955-2,2v22c0,1.1047.8955,2,2,2h8v-2H6v-6ZM6,4h16v6H6v-6ZM8,22.9999c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2ZM8,23c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,15c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM8,7c0-.5523.4477-1,1-1s1,.4477,1,1-.4477,1-1,1-1-.4477-1-1ZM30,17h-3.4131c2.0405,1.2246,3.4131,3.4521,3.4131,6,0,3.8599-3.1401,7-7,7s-7-3.1401-7-7c0-1.8696.728-3.6274,2.0503-4.9497l1.4141,1.4141c-.9443.9443-1.4644,2.2002-1.4644,3.5356,0,2.7568,2.2432,5,5,5s5-2.2432,5-5c0-2.0449-1.2373-3.8025-3-4.5762v3.5762h-2v-7h7v2Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmCloudBackupServiceVpc.propTypes = iconPropTypes.iconPropTypes; } module.exports = IbmCloudBackupServiceVpc;