react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 669 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.calendar = void 0;
var calendar = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M19 6.184v-.184c0-1.657-1.343-3-3-3s-3 1.343-3 3h-2c0-1.657-1.343-3-3-3s-3 1.343-3 3v.184c-1.161.415-2 1.514-2 2.816v9c0 1.654 1.346 3 3 3h12c1.654 0 3-1.346 3-3v-9c0-1.302-.839-2.401-2-2.816zm-4-.184c0-.552.447-1 1-1s1 .448 1 1v2c0 .552-.447 1-1 1s-1-.448-1-1v-2zm-8 0c0-.552.447-1 1-1s1 .448 1 1v2c0 .552-.447 1-1 1s-1-.448-1-1v-2zm12 12c0 .551-.448 1-1 1h-12c-.552 0-1-.449-1-1v-6h14v6z"
},
"children": []
}]
};
exports.calendar = calendar;
;