react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 815 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_play_circle_filled_twotone = void 0;
var ic_play_circle_filled_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8zM10 7.5l6 4.5-6 4.5v-9z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm-2 3.5v9l6-4.5z"
},
"children": []
}]
};
exports.ic_play_circle_filled_twotone = ic_play_circle_filled_twotone;
;