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