infinity-forge
Version:
9 lines • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconEdit = IconEdit;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconEdit(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '14', viewBox: '0 0 12 14', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.27614 9.5935L9.03753 2.83207L8.09473 1.88926L1.33333 8.6507V9.5935H2.27614ZM2.82843 10.9268H0V8.09837L7.62333 0.475045C7.88373 0.214699 8.3058 0.214699 8.56613 0.475045L10.4518 2.36067C10.7121 2.62101 10.7121 3.04312 10.4518 3.30347L2.82843 10.9268ZM0 12.2602H12V13.5935H0V12.2602Z', fill: color }) }));
}
//# sourceMappingURL=icon-edit.js.map