UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

64 lines (60 loc) 1.57 kB
import { gettext } from '@c8y/ngx-components/gettext'; const programmingIcons = [ ['source-code', 'code', 'html-code'], ['code1', 'file-code-o'], ['console', 'terminal'], ['add-property'], ['delete-document'], ['urgent-property'], ['remove-property'], ['edit-property'], ['template'], ['test'], ['property-script'], ['show-property'], ['search-property'], ['timesheet'], ['important-property'], ['new-property'], ['navigation-toolbar-top', 'window-maximize'], ['web-application-firewall'], ['website-bug', 'bug'], ['web-design'], ['navigation-toolbar-bottom'], ['more-details'], ['navigation-pane'], ['pin', 'thumb-tack'], ['unpin'], ['commit-git'], ['codefork', 'code-fork'], ['merge-git'], ['pull-request'], ['compare-git'], ['share', 'share-alt', 'share-alt-square'], ['activity-history'], ['rules'], ['create-document'], ['product-architecture'], ['registry-editor'], ['rest-api'], ['true-false'], ['uninstall-programs'], ['sheets', 'stages'], ['add-stage'], ['api'], ['blockly-turquoise'], ['blockly-blue'], ['blockly-pink'], ['plugin'], ['base-64'], ['xml-transformer'] ]; const programmingIconCategory = { label: gettext('Programming`icons-category`'), icons: programmingIcons }; /** * Generated bundle index. Do not edit. */ export { programmingIconCategory, programmingIcons }; //# sourceMappingURL=c8y-ngx-components-icon-selector-icons-programming.mjs.map