react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 537 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_quilt_outline = void 0;
var ic_view_quilt_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 5v13h17V5H4zm2 11V7h3v9H6zm5 0v-3.5h3V16h-3zm8 0h-3v-3.5h3V16zm-8-5.5V7h8v3.5h-8z"
},
"children": []
}]
};
exports.ic_view_quilt_outline = ic_view_quilt_outline;
;