react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 471 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_column = void 0;
var ic_view_column = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10 18h5V5h-5v13zm-6 0h5V5H4v13zM16 5v13h5V5h-5z"
},
"children": []
}]
};
exports.ic_view_column = ic_view_column;
;