react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 621 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.airplay = void 0;
var airplay = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "12 15 17 21 7 21 12 15"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.airplay = airplay;
;