mobileIconsAliasesMap.ts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. tooltip: 'info',
  7. 'common-alert-danger': 'close-small',
  8. 'common-alert-dismiss': 'close',
  9. 'common-alert-info': 'info',
  10. 'common-alert-success': 'check-circle-outline',
  11. 'common-alert-warning': 'warning',
  12. 'common-notification-warn': 'info',
  13. 'common-notification-success': 'check',
  14. 'common-notification-error': 'warning',
  15. 'common-notification-info': 'info',
  16. 'ticket-escalating': 'warning-triangle',
  17. 'ticket-state-circle': 'check-circle-no',
  18. 'encryption-enabled': 'lock',
  19. 'encryption-disabled': 'unlock',
  20. 'sign-enabled': 'signed',
  21. 'sign-disabled': 'not-signed',
  22. // editor, some of them are the same
  23. 'text-style-underline': 'text-style-underline',
  24. 'text-style-bold': 'text-style-bold',
  25. 'text-style-italic': 'text-style-italic',
  26. 'text-style-strikethrough': 'text-style-strikethrough',
  27. 'editor-inline-image': 'photos',
  28. 'editor-inline-link': 'link',
  29. 'text-style-h1': 'text-style-h1',
  30. 'text-style-h2': 'text-style-h2',
  31. 'text-style-h3': 'text-style-h3',
  32. 'editor-ordered-list': 'ordered-list',
  33. 'editor-bullet-list': 'list',
  34. 'editor-remove-formatting': 'remove-formatting',
  35. 'editor-mention-user': 'at-sign',
  36. 'editor-mention-knowledge-base': 'mention-kb',
  37. 'editor-mention-text-module': 'snippet',
  38. '2fa-security-keys': 'security-key',
  39. '2fa-authenticator-app': 'mobile-code',
  40. 'form-field-link': 'external-link',
  41. // these aliases are used in shared context, but they refer to the same name
  42. search: 'search',
  43. loading: 'loading',
  44. show: 'show',
  45. hide: 'hide',
  46. }