react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 485 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosSkipbackwardOutline = void 0;
var iosSkipbackwardOutline = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M96,96v320h79V274.2L416,416V96L175,237.8V96H96z M175.6,256l7.6-4.4L400,124v0v264L183.1,260.4L175.6,256z M112,112h47\r\n\tv125.8v28v8.5V400h-47V112z"
},
"children": []
}]
};
exports.iosSkipbackwardOutline = iosSkipbackwardOutline;
;