react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 572 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.rewind = void 0;
var rewind = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "11 19 2 12 11 5 11 19"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "22 19 13 12 22 5 22 19"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.rewind = rewind;
;