react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_quilt = void 0;
var ic_view_quilt = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M10 18h5v-6h-5v6zm-6 0h5V5H4v13zm12 0h5v-6h-5v6zM10 5v6h11V5H10z"
},
"children": []
}]
};
exports.ic_view_quilt = ic_view_quilt;