@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
38 lines (36 loc) • 1.73 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.
*/
import Icon from "../Icon.js";
import { t as iconPropTypes } from "../iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:watson-health/InteractiveSegmentationCursor.js
const InteractiveSegmentationCursor = React.forwardRef(function InteractiveSegmentationCursor({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ 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__ */ jsx("path", {
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
transform: "rotate(-45 9 20)"
}), /* @__PURE__ */ jsx("path", {
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
transform: "rotate(-45 20 9)"
}), /* @__PURE__ */ jsx("path", {
d: "M7.586 7.586H10.414V10.414H7.586z",
transform: "rotate(-45 9 9)"
}), /* @__PURE__ */ 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 = iconPropTypes;
//#endregion
export { InteractiveSegmentationCursor as default };