react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 664 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.folderMinus = void 0;
var folderMinus = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "9",
"y1": "14",
"x2": "15",
"y2": "14"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.folderMinus = folderMinus;
;