UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.87 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. */ 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:reset--hybrid--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 ResetHybridCloud = /*#__PURE__*/ react.default.forwardRef(function ResetHybridCloud({ 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: "M25.255,31.255l-0.51-0.51l3.386-3.385H16C8.633,27.36,2.64,21.367,2.64,14 S8.633,0.64,16,0.64S29.36,6.633,29.36,14h-0.72c0-6.97-5.67-12.64-12.64-12.64S3.36,7.03,3.36,14S9.03,26.64,16,26.64h12.131 l-3.386-3.385l0.51-0.51L29.509,27L25.255,31.255z M16,22.36h-0.36v-4.168L12.351,16l6-4l-2.71-1.807V6.368 C11.594,6.557,8.36,9.908,8.36,14c0,3.488,2.356,6.53,5.73,7.399l-0.18,0.697c-3.692-0.951-6.27-4.28-6.27-8.097 c0-4.61,3.75-8.36,8.36-8.36h0.36v4.167L19.649,12l-6,4l2.711,1.808v3.824c4.046-0.188,7.28-3.54,7.28-7.632 c0-3.488-2.355-6.531-5.729-7.399l0.18-0.697c3.691,0.95,6.271,4.28,6.271,8.097C24.36,18.609,20.609,22.36,16,22.36z" }), children] }); }); //#endregion module.exports = ResetHybridCloud;