react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 520 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_compact_outline = void 0;
var ic_view_compact_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 5v14h19V5H3zm2 2h15v4H5V7zm0 10v-4h4v4H5zm6 0v-4h9v4h-9z"
},
"children": []
}]
};
exports.ic_view_compact_outline = ic_view_compact_outline;
;