UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

58 lines (54 loc) 1.43 kB
import { gettext } from '@c8y/ngx-components/gettext'; const dateAndTimeIcons = [ ['future'], ['time-machine', 'history', 'delivery-time'], ['schedule', 'clock', 'clock-o'], ['watches-front-view'], ['clock1', 'clock11'], ['alarm1', 'timer'], ['wall-clock'], ['alarm-add'], ['alarm-on'], ['alarm-off'], ['calendar', 'calendar-o'], ['today', 'calendar-check-o'], ['calendar-1'], ['calendar-31'], ['monday'], ['sunday'], ['january'], ['december'], ['edit-calendar'], ['view-schedule'], ['calendar-add', 'calendar-plus', 'calendar-plus-o'], ['calendar-remove', 'calendar-minus', 'calendar-times', 'calendar-minus-o', 'calendar-times-o'], ['important-month'], ['schedule1'], [ 'sand-watch', 'hourglass-start', 'hourglass-o', 'hourglass-half', 'hourglass-end', 'hourglass', 'hourglass-1', 'hourglass-2', 'hourglass-3' ], ['timezone-globe'], ['timezone'], ['timetable'], ['day-view'], ['month-view'], ['week-view'], ['year-view'] ]; const dateAndTimeIconCategory = { label: gettext('Date and time`icons-category`'), icons: dateAndTimeIcons }; /** * Generated bundle index. Do not edit. */ export { dateAndTimeIconCategory, dateAndTimeIcons }; //# sourceMappingURL=c8y-ngx-components-icon-selector-icons-dateAndTime.mjs.map