react-icons-kit
Version:
React Icons Kit using various Svg Icon set
27 lines (26 loc) • 524 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosPlay = void 0;
var iosPlay = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M128,96v320l256-160L128,96L128,96z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M128,96v320l256-160L128,96L128,96z"
},
"children": []
}]
}]
}]
};
exports.iosPlay = iosPlay;
;