@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
35 lines (33 loc) • 2.72 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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_chunk = require('../chunk-CsKB0u1v.js');
const require_Icon_js = require('../Icon.js');
const require_iconPropTypes = require('../iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:watson-health/SmoothingCursor.js
const SmoothingCursor = react.default.forwardRef(function SmoothingCursor({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "18",
cy: "18",
r: "4"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a11.8932,11.8932,0,0,1-4.1035-.72L14.58,27.4A9.9725,9.9725,0,0,0,18,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1484,29.2637l-.6914-1.877a9.9556,9.9556,0,0,0,2.9973-1.748l1.2916,1.5268A11.9525,11.9525,0,0,1,22.1484,29.2637Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.2893,27.1951A12.0141,12.0141,0,0,1,7.61,24.0078l1.73-1.0029a10.0236,10.0236,0,0,0,2.2347,2.6584Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4133,23.967l-1.7343-.9956a9.9159,9.9159,0,0,0,1.176-3.2641l1.9712.3388A11.8956,11.8956,0,0,1,28.4133,23.967Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.1821,20.0925A12.1282,12.1282,0,0,1,6.1777,15.93l1.9707.3423a10.1214,10.1214,0,0,0,.0035,3.4738Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8447,16.2339a9.9019,9.9019,0,0,0-1.1953-3.2564l1.7285-1.0063a11.9029,11.9029,0,0,1,1.4361,3.9121Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3313,13.0107l-1.7324-.999a12.01,12.01,0,0,1,2.6738-3.1931l1.2886,1.53A10.01,10.01,0,0,0,9.3313,13.0107Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.4094,10.3237a9.96,9.96,0,0,0-3.0088-1.7309l.68-1.8809a11.9491,11.9491,0,0,1,3.6118,2.0772Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.562,8.6064l-.6875-1.8779A12.1031,12.1031,0,0,1,18,6V8A10.0875,10.0875,0,0,0,14.562,8.6064Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), children);
});
if (process.env.NODE_ENV !== "production") SmoothingCursor.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = SmoothingCursor;