UNPKG

@carbon/icons-react

Version:

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

54 lines (50 loc) 2.31 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, _path7, _path8; const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPattern({ 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: "M8,20H4.73A1.9735,1.9735,0,0,0,3,19a2,2,0,0,0,0,4A1.9735,1.9735,0,0,0,4.73,22H8Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M29,9a1.9735,1.9735,0,0,0-1.73,1H24v2h3.27A1.9991,1.9991,0,1,0,29,9Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M25.4141,5,21,.5859,16.5859,5,20,8.4141V18h2V8.4141ZM21,3.4141,22.5859,5,21,6.5859,19.4141,5Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M12,23.5859V14H10v9.5859L6.5859,27,11,31.4141,15.4141,27ZM9.4141,27,11,25.4141,12.5859,27,11,28.5859Z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M18,10H8.4141L5,6.5859.5859,11,5,15.4141,8.4141,12H18ZM5,12.5859,3.4141,11,5,9.4141,6.5859,11Z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M13,3A2,2,0,0,0,9,3,1.9733,1.9733,0,0,0,10,4.73V8h2V4.73A1.9733,1.9733,0,0,0,13,3Z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M22,27.2705V24H20v3.27a2,2,0,1,0,2,0Z" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z" })), children); }); if (process.env.NODE_ENV !== "production") { DeploymentPattern.propTypes = iconPropTypes.iconPropTypes; } module.exports = DeploymentPattern;