@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
45 lines (41 loc) • 986 B
JavaScript
import { gettext } from '@c8y/ngx-components/gettext';
const locationIcons = [
['america', 'globe'],
['location'],
['globe1'],
['compass-north', 'compass'],
['marker'],
['marker-off'],
['find-clinic'],
['tesla-supercharger-pin'],
['address'],
['cab-stand'],
['map', 'map-o'],
['map-editing'],
['map-marker'],
['quest'],
['waypoint-map'],
['anchor-nodes'],
['map-pin'],
['signpost-tourist', 'map-signs'],
['gps'],
['near-me', 'location-arrow'],
['navigation'],
['target1'],
['hunt'],
['location-off'],
['location-update'],
['layers'],
['journey'],
['here', 'street-view'],
['parking']
];
const locationIconCategory = {
label: gettext('Location`icons-category`'),
icons: locationIcons
};
/**
* Generated bundle index. Do not edit.
*/
export { locationIconCategory, locationIcons };
//# sourceMappingURL=c8y-ngx-components-icon-selector-icons-location.mjs.map