UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

57 lines (53 loc) 1.26 kB
import { gettext } from '@c8y/ngx-components/gettext'; const cityIcons = [ ['hospital-o'], ['h-square'], ['university', 'institution', 'bank'], ['ios-themes'], ['building', 'building-o'], ['apartment'], ['department1'], ['organization'], ['office'], ['building-with-rooftop-terrace'], ['company'], ['warehouse'], ['shop'], ['work-from-home'], ['house'], ['dog-house'], ['home-automation'], ['garage-door'], ['depot'], ['garage'], ['open-garage-door'], ['close-garage-door'], ['barn'], ['bungalow'], ['exterior'], ['equal-housing-opportunity'], ['heating-room'], ['mortgage'], ['home-safety'], ['enterprise-resource-planning'], ['travel-agency'], ['department-shop'], ['book-shelf'], ['emergency-exit'], ['stairs'], ['stairs-down'], ['stairs-up'], ['temperature-inside'], ['treehouse', 'tree'], ['water-heater'], ['clean', 'magic'] ]; const cityIconCategory = { label: gettext('City`icons-category`'), icons: cityIcons }; /** * Generated bundle index. Do not edit. */ export { cityIconCategory, cityIcons }; //# sourceMappingURL=c8y-ngx-components-icon-selector-icons-city.mjs.map