UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const CalendarOutlined = { name: 'calendar', theme: 'outlined', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2zm5 6H4v8h16z"/>', }; exports.default = CalendarOutlined;