react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 488 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosSkipforwardOutline = void 0;
var iosSkipforwardOutline = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M337,96v141.8L96,96v320l241-141.8V416h79V96H337z M328.9,260.4L112,388V124v0l216.9,127.6l7.6,4.4L328.9,260.4z M400,400\r\n\th-47V274.2v-8.5v-28V112h47V400z"
},
"children": []
}]
};
exports.iosSkipforwardOutline = iosSkipforwardOutline;
;