desktopIconsAliasesMap.ts 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. export default {
  3. 'vip-user': 'crown',
  4. 'vip-organization': 'crown-silver',
  5. 'input-cancel': 'close-small',
  6. facebook: 'facebook',
  7. github: 'github',
  8. gitlab: 'gitlab',
  9. google: 'google',
  10. linkedin: 'linkedin',
  11. sso: 'key',
  12. microsoft: 'microsoft',
  13. saml: 'saml',
  14. twitter: 'twitter',
  15. weibo: 'sina-weibo',
  16. tooltip: 'info',
  17. 'common-alert-danger': 'x-circle',
  18. 'common-alert-dismiss': 'x-lg',
  19. 'common-alert-info': 'info-circle',
  20. 'common-alert-success': 'check-circle-outline',
  21. 'common-alert-warning': 'exclamation-triangle',
  22. 'common-notification-warn': 'info-circle',
  23. 'common-notification-success': 'check-circle-outline',
  24. 'common-notification-error': 'exclamation-triangle',
  25. 'common-notification-info': 'x-circle',
  26. 'ticket-escalating': 'warning-triangle',
  27. 'ticket-state-circle': 'check-circle-no',
  28. 'encryption-enabled': 'lock',
  29. 'encryption-disabled': 'unlock',
  30. 'sign-enabled': 'signed',
  31. 'sign-disabled': 'not-signed',
  32. // editor, some of them are the same
  33. 'text-style-underline': 'text-style-underline',
  34. 'text-style-bold': 'text-style-bold',
  35. 'text-style-italic': 'text-style-italic',
  36. 'text-style-strikethrough': 'text-style-strikethrough',
  37. 'editor-inline-image': 'photos',
  38. 'editor-inline-link': 'link',
  39. 'text-style-h1': 'text-style-h1',
  40. 'text-style-h2': 'text-style-h2',
  41. 'text-style-h3': 'text-style-h3',
  42. 'editor-ordered-list': 'ordered-list',
  43. 'editor-bullet-list': 'list',
  44. 'editor-remove-formatting': 'remove-formatting',
  45. 'editor-mention-user': 'at-sign',
  46. 'editor-mention-knowledge-base': 'mention-kb',
  47. 'editor-mention-text-module': 'snippet',
  48. '2fa-security-keys': 'key',
  49. '2fa-authenticator-app': 'phone',
  50. 'form-field-link': 'box-arrow-up-right',
  51. // these aliases are used in shared context, but they refer to the same name
  52. search: 'search',
  53. loading: 'spinner',
  54. show: 'eye',
  55. hide: 'eye-slash',
  56. }