UNPKG

@semcore/icon

Version:
26 lines 1.26 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Cut({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Cut", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 18a4 4 0 1 1-6.142-3.379l-1.983-1.29-10.117 6.36a2 2 0 0 1-2.74-.602L2 19.063l10.84-7.057L2 4.95l.017-.026a2 2 0 0 1 2.74-.602l10.118 6.36 1.993-1.297a4 4 0 1 1 4.288-.015l.016.002-4.19 2.634 4.088 2.57A3.998 3.998 0 0 1 23 18Zm-2 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0-12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z", shapeRendering: "geometricPrecision" })); } Cut.displayName = 'Cut'; export default createBaseComponent(Cut);