@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.97 kB
JavaScript
/**
* 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 require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:hybrid--cloud--03/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 HybridCloud_03 = /*#__PURE__*/ react.default.forwardRef(function HybridCloud_03({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30.36c-3.938,0-7.163-3.108-7.351-7H5 c-0.129,0-0.249-0.069-0.312-0.182l-4-7c-0.063-0.111-0.063-0.247,0-0.357l4-7C4.751,8.709,4.871,8.64,5,8.64h3.649 c0.188-3.892,3.414-7,7.351-7s7.163,3.108,7.352,7H27c0.129,0,0.248,0.069,0.312,0.181l4,7c0.063,0.111,0.063,0.247,0,0.357l-4,7 C27.248,23.291,27.129,23.36,27,23.36h-3.648C23.163,27.252,19.938,30.36,16,30.36z M23.352,9.36c-0.188,3.892-3.414,7-7.352,7 c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64c0-0.199,0.161-0.36,0.36-0.36h3.791L30.585,16 l-3.794-6.64C26.791,9.36,23.352,9.36,23.352,9.36z M5.209,22.64h3.44c0.188-3.892,3.414-7,7.351-7c3.661,0,6.64-2.979,6.64-6.64 S19.661,2.36,16,2.36S9.36,5.339,9.36,9c0,0.199-0.161,0.36-0.36,0.36H5.209L1.415,16L5.209,22.64z" }), children]
});
});
//#endregion
module.exports = HybridCloud_03;