react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 661 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_skip_previous_twotone = void 0;
var ic_skip_previous_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 14.14V9.86L12.97 12z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 6h2v12H6zm12 12V6l-8.5 6 8.5 6zm-2-3.86L12.97 12 16 9.86v4.28z"
},
"children": []
}]
};
exports.ic_skip_previous_twotone = ic_skip_previous_twotone;
;