react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 510 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_module = void 0;
var ic_view_module = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 11h5V5H4v6zm0 7h5v-6H4v6zm6 0h5v-6h-5v6zm6 0h5v-6h-5v6zm-6-7h5V5h-5v6zm6-6v6h5V5h-5z"
},
"children": []
}]
};
exports.ic_view_module = ic_view_module;
;