react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 511 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_array_outline = void 0;
var ic_view_array_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 7v9h-5V7h5m6-2h-3v13h3V5zm-4 0H8v13h9V5zM7 5H4v13h3V5z"
},
"children": []
}]
};
exports.ic_view_array_outline = ic_view_array_outline;
;