@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Edit = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:edit" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18,19.996941 L18,13.0007324 C18,12.4484477 18.4477153,12.0007324 19,12.0007324 C19.5522847,12.0007324 20,12.4484477 20,13.0007324 L20,19.996941 C20,21.103382 19.1074826,22 17.9991283,22 L4.00087166,22 C2.89515457,22 2,21.106992 2,19.9991283 L2,6.00087166 C2,4.8944559 2.89658099,4 4.00491941,4 L11.0148926,4 C11.5671773,4 12.0148926,4.44771525 12.0148926,5 C12.0148926,5.55228475 11.5671773,6 11.0148926,6 L4,6.00087166 L4.00087166,20 L18,19.996941 Z M21.2806715,4.13793765 C22.0609051,4.91817126 22.0608927,6.18319231 21.2776906,6.96639445 L11.379701,16.8643841 L7.65710544,17.7984794 C6.58498245,18.0675028 5.93480375,17.4130258 6.20296491,16.3443389 L7.13706027,12.6217434 L17.0350499,2.72375377 C17.8169298,1.94187381 19.0859349,1.94320106 19.8635067,2.7207728 L21.2806715,4.13793765 Z M10.3482374,15.0674205 L11.0261476,14.3895103 L9.6124726,12.9758354 L8.94316699,13.6450214 L8.47383235,15.527612 L10.3482374,15.0674205 Z M17.7421567,7.67350123 L16.3279728,6.2563067 L11.0267477,11.5616834 L12.4403611,12.9752968 L17.7421567,7.67350123 Z" }) })));
exports.default = Edit;
//# sourceMappingURL=edit.js.map