@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
45 lines (41 loc) • 1.03 kB
JavaScript
import { gettext } from '@c8y/ngx-components/gettext';
const securityIcons = [
['shield'],
['protect'],
['warning-shield'],
['free-forever'],
['identification-documents'],
['id-verified'],
['fingerprint'],
['pin-code'],
['password'],
['lock'],
['unlock'],
['privacy'],
['lock-outline', 'lock1'],
['lock-open', 'unlock1', 'unlock-alt'],
['key'],
['access'],
['lock11'],
['realtime'],
['smart-home-connection'],
['smart-home-checked'],
['smart-home-error'],
['smart-home-remove'],
['smart-home-shield'],
['voice-id'],
['web-application-firewall1'],
['copyright'],
['spy', 'user-secret'],
['bug1'],
['health-examine', 'stethoscope']
];
const securityIconCategory = {
label: gettext('Security`icons-category`'),
icons: securityIcons
};
/**
* Generated bundle index. Do not edit.
*/
export { securityIconCategory, securityIcons };
//# sourceMappingURL=c8y-ngx-components-icon-selector-icons-security.mjs.map