react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 615 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_edit_attributes = void 0;
var ic_edit_attributes = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"class": "st0",
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17.63 7H6.37C3.96 7 2 9.24 2 12s1.96 5 4.37 5h11.26c2.41 0 4.37-2.24 4.37-5s-1.96-5-4.37-5zM7.24 14.46l-2.57-2.57.7-.7 1.87 1.87 3.52-3.52.7.7-4.22 4.22z"
},
"children": []
}]
};
exports.ic_edit_attributes = ic_edit_attributes;
;