@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgEditIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m12.219 7.318.309-.31-.927-.926-1.698-1.698-.927-.927-.31.309-.617.618L2.602 9.83a2.4 2.4 0 0 0-.607 1.022l-.968 3.293a.65.65 0 0 0 .167.648c.172.17.418.232.648.166l3.29-.968a2.4 2.4 0 0 0 1.022-.607l5.447-5.447zm-6.844 4.604-.25.621q-.163.127-.363.189l-2.138.629.629-2.136c.038-.134.104-.257.189-.363l.62-.25v.876c0 .24.197.437.438.437h.875zm5.542-10.41-.393.397-.618.618-.312.31.927.926 1.698 1.698.927.927.309-.309.618-.618.396-.396a1.75 1.75 0 0 0 0-2.475l-1.074-1.077a1.75 1.75 0 0 0-2.475 0zM9.621 6.107l-3.937 3.938a.44.44 0 0 1-.618 0 .44.44 0 0 1 0-.618l3.937-3.938c.17-.17.449-.17.618 0 .17.17.17.449 0 .618" }) }));
exports.default = SvgEditIcon;
//# sourceMappingURL=EditIcon.js.map