react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 416 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.play = void 0;
var play = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M15,10.001c0,0.299-0.305,0.514-0.305,0.514l-8.561,5.303C5.51,16.227,5,15.924,5,15.149V4.852\r\n\tc0-0.777,0.51-1.078,1.135-0.67l8.561,5.305C14.695,9.487,15,9.702,15,10.001z"
}
}]
};
exports.play = play;
;