react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 556 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_videocam_outline = void 0;
var ic_videocam_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 8v8H5V8h10m1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1z"
},
"children": []
}]
};
exports.ic_videocam_outline = ic_videocam_outline;
;