UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function EditFill(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "EditFill-EditFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "EditFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "EditFill-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M27.5325468,13.8464269 L34.9564908,21.0652619 L34.9564907,21.0652619 C35.3664155,21.4639258 35.3664155,22.110162 34.9564908,22.5088231 L15.217454,41.701895 L15.217454,41.7018949 C15.0204038,41.8929911 14.7533811,42 14.4750596,42 L8.10012604,42 L8.10012595,42 C6.9402636,42 6.00000168,41.085849 6.00000168,39.9581836 L6.00000168,33.7612927 L6.00000168,33.7613009 C5.99950341,33.4903544 6.1098059,33.2303255 6.30661496,33.0384938 L26.0477683,13.8464748 L26.0477683,13.8464748 C26.4578166,13.447931 27.1225068,13.447931 27.5325522,13.8464747 L27.5325468,13.8464269 Z M40.1542901,8.79293609 L40.15429,8.79293597 C42.614941,11.184869 42.6152806,15.0632844 40.1550449,17.455605 C40.1547933,17.4558496 40.1545418,17.4560941 40.1542903,17.4563386 L38.6695064,18.8998999 L38.6695064,18.8998998 C38.2596604,19.2988107 37.5947974,19.2991701 37.1844961,18.900703 C37.1842206,18.9004355 37.1839453,18.9001678 37.1836701,18.8998999 L29.7597261,11.6800599 L29.7597261,11.68006 C29.3498014,11.281396 29.3498014,10.6351598 29.759726,10.2364988 L31.2445099,8.79395684 L31.2445098,8.79395696 C33.7049196,6.40201439 37.6938664,6.40201439 40.1542565,8.79395672 L40.1542901,8.79293609 Z", id: "EditFill-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = EditFill; exports.default = _default;