react-icons-kit
Version:
React Icons Kit using various Svg Icon set
35 lines (34 loc) • 632 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.video = void 0;
var video = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "23 7 16 12 23 17 23 7"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "1",
"y": "5",
"width": "15",
"height": "14",
"rx": "2",
"ry": "2"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.video = video;
;