react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 626 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_night_shelter = void 0;
var ic_night_shelter = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12,3L4,9v12h16V9L12,3z M9.75,12.5c0.69,0,1.25,0.56,1.25,1.25S10.44,15,9.75,15S8.5,14.44,8.5,13.75S9.06,12.5,9.75,12.5z M17,18h-1v-1.5H8V18H7v-7h1v4.5h3.5V12H15c1.1,0,2,0.9,2,2V18z"
},
"children": []
}]
};
exports.ic_night_shelter = ic_night_shelter;
;