UNPKG

@maherunlocker/custom-react-table

Version:
10 lines 741 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PencilIcon = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); // eslint-disable-next-line function PencilIcon(props) { return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 512, height: 512 }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M22.94 1.06a3.626 3.626 0 0 0-5.124 0L0 18.876V24h5.124L22.94 6.184a3.627 3.627 0 0 0 0-5.124ZM4.3 22H2v-2.3L15.31 6.4l2.3 2.3ZM21.526 4.77l-2.507 2.507-2.295-2.3 2.506-2.503a1.624 1.624 0 0 1 2.3 2.3Z", "data-name": "01 align center" }) }))); } exports.PencilIcon = PencilIcon; //# sourceMappingURL=PencilIcon.js.map