@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (38 loc) • 2.02 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/InteractiveSegmentationCursor.js
const InteractiveSegmentationCursor = react.default.forwardRef(function InteractiveSegmentationCursor({ 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)("path", { d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
transform: "rotate(-45 9 20)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
transform: "rotate(-45 20 9)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M7.586 7.586H10.414V10.414H7.586z",
transform: "rotate(-45 9 9)"
}), /* @__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") InteractiveSegmentationCursor.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = InteractiveSegmentationCursor;