react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 629 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_array_twotone = void 0;
var ic_view_array_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 5h3v13H4zm14 0h3v13h-3zM8 18h9V5H8v13zm2-11h5v9h-5V7z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10 7h5v9h-5z",
"opacity": ".3"
},
"children": []
}]
};
exports.ic_view_array_twotone = ic_view_array_twotone;
;