UNPKG

@carbon/icons-react

Version:

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

46 lines (43 loc) 2.14 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, _path5; const IbmCloudTransitGateway = /*#__PURE__*/React.forwardRef(function IbmCloudTransitGateway({ 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: "m12.5,7.5l-1.4-1.4,3.5-3.5c.8-.8,2.1-.8,2.8,0l3.5,3.5-1.4,1.4-3.5-3.5-3.5,3.5Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "m19.5,24.5l1.4,1.4-3.5,3.5c-.8.8-2.1.8-2.8,0l-3.5-3.5,1.4-1.4,3.5,3.5,3.5-3.5Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "m24.5,12.5l1.4-1.4,3.5,3.5c.8.8.8,2.1,0,2.8l-3.5,3.5-1.4-1.4,3.5-3.5-3.5-3.5Z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "m7.5,19.5l-1.4,1.4-3.5-3.5c-.8-.8-.8-2.1,0-2.8l3.5-3.5,1.4,1.4-3.5,3.5,3.5,3.5Z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "m26,24c-.2,0-.3,0-.5.1l-6.1-6.1c.8-1.2.8-2.8,0-4l6.1-6.1c.2.1.3.1.5.1,1.1,0,2-.9,2-2s-.9-2-2-2-2,.9-2,2c0,.2,0,.3.1.5l-6.1,6.1c-1.2-.8-2.8-.8-4,0l-6.1-6.1c.1-.2.1-.3.1-.5,0-1.1-.9-2-2-2s-2,.9-2,2,.9,2,2,2c.2,0,.3,0,.5-.1l6.1,6.1c-.8,1.2-.8,2.8,0,4l-6.1,6.1c-.2-.1-.3-.1-.5-.1-1.1,0-2,.9-2,2s.9,2,2,2,2-.9,2-2c0-.2,0-.3-.1-.5l6.1-6.1c1.2.8,2.8.8,4,0l6.1,6.1c0,.2-.1.3-.1.5,0,1.1.9,2,2,2s2-.9,2-2-.9-2-2-2Zm-10-6c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2Z" })), children); }); if (process.env.NODE_ENV !== "production") { IbmCloudTransitGateway.propTypes = iconPropTypes; } export { IbmCloudTransitGateway as default };