react-icons-kit
Version:
React Icons Kit using various Svg Icon set
48 lines (47 loc) • 855 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.minimize2 = void 0;
var minimize2 = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "4 14 10 14 10 20"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "20 10 14 10 14 4"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "14",
"y1": "10",
"x2": "21",
"y2": "3"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "3",
"y1": "21",
"x2": "10",
"y2": "14"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.minimize2 = minimize2;
;