desktopIconsAliasesMap.ts 2.0 KB

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