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_location_city = void 0;
var ic_location_city = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"
},
"children": []
}]
};
exports.ic_location_city = ic_location_city;
;