UNPKG

@semcore/icon

Version:
29 lines 1.33 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 Edit({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Edit", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.184 2.368a1.258 1.258 0 0 1 1.777 0l4.671 4.67c.49.491.49 1.287 0 1.778L8.448 22H2v-6.448L15.184 2.368Zm.889 1.955-2.214 2.213 3.605 3.605 2.213-2.214-3.604-3.604ZM4.01 16.385l8.526-8.526 3.605 3.605-8.526 8.526H4.01v-3.605Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13 20a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Z", shapeRendering: "geometricPrecision" })); } Edit.displayName = 'Edit'; export default createBaseComponent(Edit);