UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.73 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:motion/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 Motion = /*#__PURE__*/ react.default.forwardRef(function Motion({ 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: "M29,29.36H3v-0.72h26V29.36z M16.36,27h-0.72 c0-7.415-2.843-14.428-8.005-19.749L8.151,6.75c4.415,4.55,7.175,10.308,7.97,16.504c0.774-2.955,2.459-5.619,4.875-7.613 l0.459,0.556C18.218,18.868,16.36,22.807,16.36,27z M24,16.36c-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36 s2.36,1.059,2.36,2.36S25.302,16.36,24,16.36z M24,12.36c-0.904,0-1.64,0.736-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.736,1.64-1.64 S24.904,12.36,24,12.36z M5.765,5.491C4.962,4.8,4.021,4.104,2.802,3.301l0.396-0.602c1.245,0.821,2.21,1.535,3.037,2.246 L5.765,5.491z" }), children] }); }); //#endregion module.exports = Motion;