react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 596 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_local_post_office_outline = void 0;
var ic_local_post_office_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z"
},
"children": []
}]
};
exports.ic_local_post_office_outline = ic_local_post_office_outline;
;