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