@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
51 lines (47 loc) • 2 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.
*/
'use strict';
var React = require('react');
var Icon_js = require('../Icon.js');
var iconPropTypes = require('../iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _path3, _path4, _path5;
const InteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function InteractiveSegmentationCursor({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("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"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
transform: "rotate(-45 9 20)"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
transform: "rotate(-45 20 9)"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M7.586 7.586H10.414V10.414H7.586z",
transform: "rotate(-45 9 9)"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
InteractiveSegmentationCursor.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = InteractiveSegmentationCursor;