@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.82 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:mouse/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 Mouse = /*#__PURE__*/ react.default.forwardRef(function Mouse({ 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,29.3604c-4.5317,0-8.3599-3.8291-8.3599-8.3604v-10c0-4.5317,3.8281-8.3599,8.3599-8.3599s8.3604,3.8281,8.3604,8.3599v10c0,4.5312-3.8291,8.3604-8.3604,8.3604ZM15.6401,3.3687c-3.9824.1958-7.2803,3.6108-7.2803,7.6313v10c0,4.1416,3.499,7.6396,7.6401,7.6396s7.6396-3.498,7.6396-7.6396v-10c0-4.0205-3.2979-7.4355-7.2798-7.6313v3.3091c1.0005.2261,1.0005,1.4072,1.0005,1.8223v3c0,.415,0,1.5962-1.0005,1.8223v3.6777h-.7197v-3.6777c-1-.2261-1-1.4072-1-1.8223v-3c0-.415,0-1.5962,1-1.8223v-3.3091ZM16,7.3599c-.3374,0-.6401.0874-.6401,1.1401v3c0,1.0527.3027,1.1401.6401,1.1401s.6401-.0874.6401-1.1401v-3c0-1.0527-.3027-1.1401-.6401-1.1401Z" }), children]
});
});
//#endregion
module.exports = Mouse;