@ohu-mobile/icons
Version:
12 lines (11 loc) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const CalendarFilled = {
name: 'calendar',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M2 11h20v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm15-8h4a1 1 0 0 1 1 1v5H2V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2z"/>',
};
exports.default = CalendarFilled;