react-icons-kit
Version:
React Icons Kit using various Svg Icon set
32 lines (31 loc) • 598 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.playCircle = void 0;
var playCircle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "10"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "10 8 16 12 10 16 10 8"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.playCircle = playCircle;
;