@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
47 lines (40 loc) • 1.76 kB
JavaScript
/**
* 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.
*/
;
var React = require('react');
var iconPropTypes = require('./iconPropTypes-b192e04d.js');
require('@carbon/icon-helpers');
require('prop-types');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _path, _path2;
const VirtualPrivateCloudAlt = /*#__PURE__*/React__default["default"].forwardRef(function VirtualPrivateCloudAlt(_ref, ref) {
let {
children,
size = 16,
...rest
} = _ref;
return /*#__PURE__*/React__default["default"].createElement(iconPropTypes.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__default["default"].createElement("path", {
d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
})), _path2 || (_path2 = /*#__PURE__*/React__default["default"].createElement("path", {
d: "M30 6a3.9915 3.9915 0 00-7.8579-1H13V7h9.1421A3.9945 3.9945 0 0025 9.8579V19h2V9.8579A3.9962 3.9962 0 0030 6zM26 8a2 2 0 112-2A2.0023 2.0023 0 0126 8zM19 25H9.8579A3.9945 3.9945 0 007 22.1421V13H5v9.1421A3.9915 3.9915 0 109.8579 27H19zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
VirtualPrivateCloudAlt.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = VirtualPrivateCloudAlt;