UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

23 lines (19 loc) 479 B
import { gettext } from '@c8y/ngx-components/gettext'; const weatherIcons = [ ['sun'], ['sunlight'], ['cloud1'], ['rain'], ['winter'], ['storm'], ['keep-dry', 'umbrella'] ]; const weatherIconCategory = { label: gettext('Weather`icons-category`'), icons: weatherIcons }; /** * Generated bundle index. Do not edit. */ export { weatherIconCategory, weatherIcons }; //# sourceMappingURL=c8y-ngx-components-icon-selector-icons-weather.mjs.map