desktopIconsAliasesMap.ts 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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': 'exclamation-triangle',
  25. 'common-notification-success': 'check-circle-outline',
  26. 'common-notification-error': 'x-circle',
  27. 'common-notification-info': 'info-circle',
  28. 'ticket-escalating': 'warning-triangle',
  29. 'ticket-state-circle': 'check-circle-no',
  30. 'encryption-enabled': 'lock',
  31. 'encryption-disabled': 'unlock',
  32. 'sign-enabled': 'patch-check',
  33. 'sign-disabled': 'patch-x',
  34. 'remove-attachment': 'x-lg',
  35. // editor, some of them are the same
  36. 'text-style-underline': 'type-underline',
  37. 'text-style-bold': 'type-bold',
  38. 'text-style-italic': 'type-italic',
  39. 'text-style-strikethrough': 'type-strikethrough',
  40. 'editor-inline-image': 'image',
  41. 'editor-inline-link': 'link-45deg',
  42. 'text-style-h': 'type-h',
  43. 'text-style-h1': 'type-h1',
  44. 'text-style-h2': 'type-h2',
  45. 'text-style-h3': 'type-h3',
  46. 'editor-ordered-list': 'list-ol',
  47. 'editor-bullet-list': 'list-ul',
  48. 'editor-remove-formatting': 'remove-formatting',
  49. 'editor-mention-user': 'at',
  50. 'editor-mention-knowledge-base': 'mention-kb',
  51. 'editor-mention-text-module': 'snippet',
  52. 'editor-table': 'table',
  53. 'editor-code': 'code',
  54. 'editor-code-block': 'code-square',
  55. 'editor-code-slash': 'code-slash',
  56. 'editor-indent-right': 'text-indent-right',
  57. 'editor-indent-left': 'text-indent-left',
  58. 'editor-text-color': 'color',
  59. 'editor-action-checkmark': 'check2',
  60. '2fa-security-keys': 'key',
  61. '2fa-authenticator-app': 'phone',
  62. 'form-field-link': 'box-arrow-up-right',
  63. // File input field
  64. attachment: 'paperclip',
  65. template: 'file-text',
  66. library: 'file-text',
  67. photos: 'file-image',
  68. audio: 'file-music',
  69. video: 'file-play',
  70. calendar: 'file-calendar',
  71. 'mail-file': 'file-email',
  72. 'phone-in': 'telephone-inbound',
  73. 'phone-out': 'telephone-outbound',
  74. 'mail-out': 'envelope',
  75. mail: 'envelope',
  76. note: 'pencil-square',
  77. phone: 'telephone',
  78. message: 'sms',
  79. // these aliases are used in shared context, but they refer to the same name
  80. search: 'search',
  81. loading: 'spinner',
  82. show: 'eye',
  83. hide: 'eye-slash',
  84. // WhatsApp status icons
  85. read: 'check-double-circle',
  86. delivered: 'check-all',
  87. send: 'check2',
  88. // Icons in shared article security composables
  89. 'signing-success': 'patch-check',
  90. 'signing-fail': 'patch-x',
  91. 'encryption-success': 'lock',
  92. 'encryption-fail': 'unlock',
  93. // Article actions
  94. 'lock-open': 'unlock',
  95. trash: 'trash3',
  96. 'reply-alt': 'reply-all',
  97. web: 'globe',
  98. // Conflicting names
  99. mobile: 'phone',
  100. // Avatar indicator
  101. 'avatar-indicator-inactive': 'user-inactive',
  102. 'avatar-indicator-without-access': 'no-notifications',
  103. 'avatar-indicator-out-of-office': 'vacation2',
  104. 'avatar-indicator-editing-desktop': 'pencil',
  105. 'avatar-indicator-editing-mobile': 'phone-pencil',
  106. 'avatar-indicator-desktop': 'avatar-indicator-desktop',
  107. 'avatar-indicator-mobile': 'phone',
  108. 'avatar-indicator-idle': 'user-idle-2',
  109. }