UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.33 kB
/** * Copyright IBM Corp. 2019, 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 Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:connected--nodes--to--the--cloud/index.js /** * Copyright IBM Corp. 2019, 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. */ const ConnectedNodesToTheCloud = /*#__PURE__*/ React.forwardRef(function ConnectedNodesToTheCloud({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M28,22.64c-1.178,0-2.149,0.87-2.324,2H22c-0.904,0-1.64-0.735-1.64-1.64v-3.64 h6.14c2.68,0,4.86-2.181,4.86-4.86s-2.18-4.86-4.86-4.86h-0.146c-0.19-4.995-4.313-9-9.354-9c-3.485,0-6.63,1.91-8.261,5H7.5 c-3.783,0-6.86,3.077-6.86,6.86s3.077,6.86,6.86,6.86h4.14V23c0,0.904-0.736,1.64-1.64,1.64H6.323c-0.175-1.13-1.146-2-2.323-2 c-1.301,0-2.36,1.059-2.36,2.36S2.699,27.36,4,27.36c1.178,0,2.148-0.87,2.323-2H10c1.301,0,2.36-1.059,2.36-2.36v-3.64h3.28v6.302 c-1.408,0.178-2.5,1.383-2.5,2.838c0,1.577,1.283,2.86,2.86,2.86s2.86-1.283,2.86-2.86c0-1.455-1.093-2.66-2.5-2.838V19.36h3.28V23 c0,1.302,1.059,2.36,2.36,2.36h3.676c0.175,1.13,1.146,2,2.324,2c1.302,0,2.36-1.059,2.36-2.36S29.302,22.64,28,22.64z M4,26.64 c-0.904,0-1.64-0.735-1.64-1.64S3.096,23.36,4,23.36S5.64,24.096,5.64,25S4.904,26.64,4,26.64z M18.14,28.5 c0,1.18-0.96,2.14-2.14,2.14s-2.14-0.96-2.14-2.14s0.96-2.14,2.14-2.14S18.14,27.32,18.14,28.5z M1.36,12.5 c0-3.386,2.754-6.14,6.14-6.14h1.459c0.137,0,0.261-0.077,0.322-0.199C10.758,3.2,13.715,1.36,17,1.36c4.764,0,8.64,3.876,8.64,8.64 c0,0.199,0.161,0.36,0.36,0.36h0.5c2.283,0,4.14,1.857,4.14,4.14s-1.856,4.14-4.14,4.14h-19C4.114,18.64,1.36,15.886,1.36,12.5z M28,26.64c-0.904,0-1.64-0.735-1.64-1.64s0.735-1.64,1.64-1.64s1.64,0.735,1.64,1.64S28.904,26.64,28,26.64z" }), children] }); }); //#endregion export { ConnectedNodesToTheCloud as default };