react-icons-kit
Version:
React Icons Kit using various Svg Icon set
28 lines (27 loc) • 685 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_edit_off = void 0;
var ic_edit_off = {
"viewBox": "0 0 24 24",
"children": [{
"name": "title",
"attribs": {},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M0 0h24v24H0zm0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12.126 8.125l1.937-1.937 3.747 3.747-1.937 1.938zM20.71 5.63l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75L20.71 7a1 1 0 0 0 0-1.37zM2 5l6.63 6.63L3 17.25V21h3.75l5.63-5.62L18 21l2-2L4 3 2 5z"
},
"children": []
}]
};
exports.ic_edit_off = ic_edit_off;
;