react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 635 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_stream_twotone = void 0;
var ic_view_stream_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 13h13v3H6zm0-5h13v3H6z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 6v12h17V6H4zm15 10H6v-3h13v3zm0-5H6V8h13v3z"
},
"children": []
}]
};
exports.ic_view_stream_twotone = ic_view_stream_twotone;
;