react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 898 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_table_rows = void 0;
var ic_table_rows = {
"viewBox": "0 0 24 24",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}]
}, {
"name": "path",
"attribs": {
"d": "M22,7H2V2h20V7z M22,9.5H2v5h20V9.5z M22,17H2v5h20V17z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M22,7H2V2h20V7z M22,9.5H2v5h20V9.5z M22,17H2v5h20V17z"
},
"children": []
}]
}]
}]
};
exports.ic_table_rows = ic_table_rows;
;