react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 656 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_column_twotone = void 0;
var ic_view_column_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 7h3v9H6zm5 0h3v9h-3zm5 0h3v9h-3z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 5v13h17V5H4zm5 11H6V7h3v9zm5 0h-3V7h3v9zm5 0h-3V7h3v9z"
},
"children": []
}]
};
exports.ic_view_column_twotone = ic_view_column_twotone;
;