react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 633 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_play_arrow_twotone = void 0;
var ic_play_arrow_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10 8.64v6.72L15.27 12z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M8 19l11-7L8 5v14zm2-10.36L15.27 12 10 15.36V8.64z"
},
"children": []
}]
};
exports.ic_play_arrow_twotone = ic_play_arrow_twotone;
;