UNPKG

@semcore/icon

Version:
26 lines 1.25 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Cut", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.95 5.187 8.466 6.748l-5.72-3.46a2 2 0 0 0-2.728.647L0 3.964l6.448 4.052L0 12.068l.016.025a2 2 0 0 0 2.732.645L8.45 9.273l2.48 1.559a3 3 0 1 0 3.66-.378l-4.05-2.45 3.897-2.368A3 3 0 0 0 13.003 0a3 3 0 0 0-2.053 5.187ZM14.003 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", shapeRendering: "geometricPrecision" })); } Cut.displayName = 'Cut'; export default createBaseComponent(Cut);