react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 447 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.play = void 0;
var play = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "5 3 19 12 5 21 5 3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.play = play;
;