react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 420 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_remove = void 0;
var ic_remove = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19 13H5v-2h14v2z"
},
"children": []
}]
};
exports.ic_remove = ic_remove;
;