@atlaskit/icon 28.2.1 → 28.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-dev-agents/tsconfig.json +3 -0
  4. package/afm-jira/tsconfig.json +3 -0
  5. package/afm-passionfruit/tsconfig.json +3 -0
  6. package/afm-post-office/tsconfig.json +3 -0
  7. package/afm-rovo-extension/tsconfig.json +3 -0
  8. package/afm-townsquare/tsconfig.json +3 -0
  9. package/build/index.tsx +1 -1
  10. package/core/chart-pie.js +2 -2
  11. package/dist/cjs/components/icon-new.js +1 -1
  12. package/dist/cjs/components/icon-tile/icon-tile-new.compiled.css +12 -0
  13. package/dist/cjs/components/icon-tile/icon-tile-new.js +103 -0
  14. package/dist/cjs/components/{icon-tile.compiled.css → icon-tile/icon-tile-old.compiled.css} +2 -0
  15. package/dist/cjs/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  16. package/dist/cjs/components/icon-tile/index.js +85 -0
  17. package/dist/cjs/components/icon.js +1 -1
  18. package/dist/cjs/components/skeleton.js +1 -1
  19. package/dist/cjs/components/svg.js +1 -1
  20. package/dist/cjs/metadata-core.js +14 -14
  21. package/dist/cjs/metadata.js +1 -1
  22. package/dist/es2019/components/icon-new.js +1 -1
  23. package/dist/es2019/components/icon-tile/icon-tile-new.compiled.css +12 -0
  24. package/dist/es2019/components/icon-tile/icon-tile-new.js +95 -0
  25. package/dist/{esm/components/icon-tile.compiled.css → es2019/components/icon-tile/icon-tile-old.compiled.css} +2 -0
  26. package/dist/es2019/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  27. package/dist/es2019/components/icon-tile/index.js +79 -0
  28. package/dist/es2019/components/icon.js +1 -1
  29. package/dist/es2019/components/skeleton.js +1 -1
  30. package/dist/es2019/components/svg.js +1 -1
  31. package/dist/es2019/metadata-core.js +14 -14
  32. package/dist/es2019/metadata.js +1 -1
  33. package/dist/esm/components/icon-new.js +1 -1
  34. package/dist/esm/components/icon-tile/icon-tile-new.compiled.css +12 -0
  35. package/dist/esm/components/icon-tile/icon-tile-new.js +94 -0
  36. package/dist/{es2019/components/icon-tile.compiled.css → esm/components/icon-tile/icon-tile-old.compiled.css} +2 -0
  37. package/dist/esm/components/{icon-tile.js → icon-tile/icon-tile-old.js} +27 -25
  38. package/dist/esm/components/icon-tile/index.js +78 -0
  39. package/dist/esm/components/icon.js +1 -1
  40. package/dist/esm/components/skeleton.js +1 -1
  41. package/dist/esm/components/svg.js +1 -1
  42. package/dist/esm/metadata-core.js +14 -14
  43. package/dist/esm/metadata.js +1 -1
  44. package/dist/types/components/icon-tile/icon-tile-new.d.ts +7 -0
  45. package/dist/types/components/icon-tile/icon-tile-old.d.ts +7 -0
  46. package/dist/types/components/icon-tile/index.d.ts +8 -0
  47. package/dist/types/entry-points/types.d.ts +1 -1
  48. package/dist/types/metadata-core.d.ts +1 -1
  49. package/dist/types/metadata.d.ts +2 -8
  50. package/dist/types/types.d.ts +26 -3
  51. package/dist/types-ts4.5/components/icon-tile/icon-tile-new.d.ts +7 -0
  52. package/dist/types-ts4.5/components/icon-tile/icon-tile-old.d.ts +7 -0
  53. package/dist/types-ts4.5/components/icon-tile/index.d.ts +8 -0
  54. package/dist/types-ts4.5/entry-points/types.d.ts +1 -1
  55. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  56. package/dist/types-ts4.5/metadata.d.ts +2 -8
  57. package/dist/types-ts4.5/types.d.ts +26 -3
  58. package/docs/ai/icon-instructions.md +556 -6
  59. package/package.json +18 -10
  60. package/svgs/core/chart-pie.svg +1 -1
  61. package/utils/logo-icons.tsx +65 -49
  62. package/utils/synonyms.tsx +301 -300
  63. package/dist/types/components/icon-tile.d.ts +0 -11
  64. package/dist/types-ts4.5/components/icon-tile.d.ts +0 -11
@@ -5,304 +5,305 @@
5
5
  * icon: ['synonym one', 'synonym two']
6
6
  */
7
7
 
8
- export default {
9
- activity: ['window'],
10
- 'add-circle': ['plus', 'create', 'new'],
11
- 'add-item': ['plus', 'create', 'new'],
12
- add: ['plus', 'create', 'new'],
13
- addon: [],
14
- 'arrow-down': [],
15
- 'arrow-left-circle': ['back', 'previous'],
16
- 'arrow-left': ['back', 'previous'],
17
- 'arrow-right-circle': ['forward', 'next'],
18
- 'arrow-right': ['forward', 'next'],
19
- 'arrow-up': [],
20
- attachment: ['paperclip'],
21
- 'audio-circle': ['music', 'note', 'sound'],
22
- audio: ['music', 'note', 'sound'],
23
- backlog: [],
24
- billing: ['invoice', 'receipt'],
25
- 'billing-filled': ['invoice', 'receipt'],
26
- 'bitbucket/branches': [],
27
- 'bitbucket/builds': [],
28
- 'bitbucket/clone': [],
29
- 'bitbucket/commits': [],
30
- 'bitbucket/compare': [],
31
- 'bitbucket/forks': [],
32
- 'bitbucket/output': [],
33
- 'bitbucket/pipelines': [],
34
- 'bitbucket/pullrequests': [],
35
- 'bitbucket/repos': [],
36
- 'bitbucket/snippets': ['scissors'],
37
- 'bitbucket/source': ['code'],
38
- board: [],
39
- book: [],
40
- 'bullet-list': ['ul'],
41
- 'calendar-filled': ['date'],
42
- calendar: ['date'],
43
- 'camera-filled': ['photo'],
44
- 'camera-rotate': ['photo'],
45
- 'camera-take-picture': ['photo'],
46
- camera: ['photo'],
47
- canvas: ['easel'],
48
- 'check-circle': ['tick'],
49
- 'check-circle-outline': ['tick'],
50
- check: ['tick', 'confirm'],
51
- checkbox: ['tick'],
52
- 'chevron-down-circle': ['expand', 'collapse'],
53
- 'chevron-down': ['expand', 'collapse'],
54
- 'chevron-left-circle': ['back', 'previous'],
55
- 'chevron-left': ['back', 'previous'],
56
- 'chevron-right-circle': ['forward', 'next'],
57
- 'chevron-right': ['forward', 'next'],
58
- 'chevron-up-circle': ['expand', 'collapse'],
59
- 'chevron-up': ['expand', 'collapse'],
60
- code: ['source'],
61
- comment: ['chat', 'speech'],
62
- component: ['block', 'lego'],
63
- copy: ['duplicate'],
64
- 'cross-circle': ['close', 'x', 'cancel'],
65
- creditcard: ['buy', 'pay', 'purchase'],
66
- 'creditcard-filled': ['buy', 'pay', 'purchase'],
67
- cross: ['close', 'x', 'cancel'],
68
- dashboard: ['window', 'grid'],
69
- decision: [],
70
- 'detail-view': [],
71
- 'discover-filled': ['compass', 'navigate'],
72
- discover: ['compass', 'navigate'],
73
- 'document-filled': ['page', 'paper', 'sheet', 'file'],
74
- document: ['page', 'paper', 'sheet', 'file'],
75
- documents: ['page', 'paper', 'sheet', 'file'],
76
- download: ['cloud'],
77
- dropbox: [],
78
- 'edit-filled': ['pencil', 'write'],
79
- edit: ['pencil', 'write'],
80
- 'editor/add': ['plus', 'create', 'new'],
81
- 'editor/addon': ['jigsaw'],
82
- 'editor/advanced': ['strikethrough', 'type', 'font', 'typography'],
83
- 'editor/align-center': [],
84
- 'editor/align-left': [],
85
- 'editor/align-right': [],
86
- 'editor/attachment': ['paperclip'],
87
- 'editor/bold': [],
88
- 'editor/bullet-list': ['ul'],
89
- 'editor/close': ['x', 'cancel', 'cross'],
90
- 'editor/code': ['source'],
91
- 'editor/date': ['calendar'],
92
- 'editor/decision': [],
93
- 'editor/done': ['check', 'tick'],
94
- 'editor/edit': ['pencil', 'write'],
95
- 'editor/emoji': ['emoticon', 'smiley'],
96
- 'editor/error': ['warning', 'alert'],
97
- 'editor/feedback': ['announce', 'speaker', 'megaphone'],
98
- 'editor/file': ['page', 'document', 'paper', 'sheet'],
99
- 'editor/help': ['question'],
100
- 'editor/hint': ['light', 'idea'],
101
- 'editor/horizontal-rule': ['rule', 'divider'],
102
- 'editor/image-border': ['marquee', 'box'],
103
- 'editor/image-resize': ['expand'],
104
- 'editor/image': ['photo', 'picture'],
105
- 'editor/indent': ['tab', 'spacing', 'padding'],
106
- 'editor/info': [],
107
- 'editor/italic': [],
108
- 'editor/link': [],
109
- 'editor/media-center': ['layout', 'align', 'position'],
110
- 'editor/media-full-width': ['layout', 'align', 'position'],
111
- 'editor/media-wide': ['layout', 'align', 'position'],
112
- 'editor/media-wrap-left': ['layout', 'align', 'position'],
113
- 'editor/media-wrap-right': ['layout', 'align', 'position'],
114
- 'editor/mention': ['@', 'person', 'user'],
115
- 'editor/more': ['dots', 'ellipses'],
116
- 'editor/note': ['document', 'page'],
117
- 'editor/number-list': ['ol'],
118
- 'editor/open': [],
119
- 'editor/outdent': ['indent', 'tab', 'spacing', 'padding'],
120
- 'editor/panel': ['info'],
121
- 'editor/photo': ['camera'],
122
- 'editor/quote': [],
123
- 'editor/recent': ['clock', 'time'],
124
- 'editor/redo': [],
125
- 'editor/remove': ['bin', 'trash', 'recycle', 'delete'],
126
- 'editor/search': ['magnifying', 'glass', 'find'],
127
- 'editor/strikethrough': ['strikethrough', 'type', 'font', 'typography'],
128
- 'editor/success': ['luck', 'achievement'],
129
- 'editor/table': ['grid'],
130
- 'editor/task': ['checkbox', 'tick'],
131
- 'editor/text-color': ['font'],
132
- 'editor/text-style': ['type', 'font', 'typography'],
133
- 'editor/underline': ['font', 'text'],
134
- 'editor/undo': [],
135
- 'editor/unlink': [],
136
- 'editor/warning': ['alert', 'error'],
137
- 'editor/background-color': ['fill'],
138
- 'editor/table-display-options': ['display-options', 'display'],
139
- 'editor/settings': ['options', 'configuration'],
140
- 'editor/collapse': ['close'],
141
- 'editor/expand': ['open'],
142
- emoji: ['emoticon', 'smiley'],
143
- 'emoji/activity': ['tennis', 'ball'],
144
- 'emoji/atlassian': [],
145
- 'emoji/custom': ['plus', 'add', 'create', 'new'],
146
- 'emoji/emoji': ['emoticon', 'smiley'],
147
- 'emoji/flags': [],
148
- 'emoji/food': [],
149
- 'emoji/frequent': ['time', 'clock'],
150
- 'emoji/keyboard': ['type'],
151
- 'emoji/nature': ['tree'],
152
- 'emoji/objects': ['light'],
153
- 'emoji/people': ['smiley', 'face'],
154
- 'emoji/symbols': ['heart', 'love'],
155
- 'emoji/travel': ['train', 'transport'],
156
- error: ['warning', 'alert'],
157
- export: ['upload'],
158
- feedback: ['announce', 'speaker', 'megaphone'],
159
- file: ['document', 'paper', 'page', 'sheet'],
160
- filter: [],
161
- 'folder-filled': ['directory'],
162
- folder: ['directory'],
163
- followers: ['person', 'user'],
164
- following: ['person', 'user'],
165
- googledrive: [],
166
- 'graph-bar': ['chart', 'growth', 'data', 'statistics', 'analytics'],
167
- 'graph-line': ['chart', 'growth', 'data', 'statistics', 'analytics'],
168
- 'hipchat/audio-only': ['audio'],
169
- 'hipchat/dial-out': ['dial', 'call'],
170
- 'hipchat/chevron-double-down': [],
171
- 'hipchat/chevron-double-up': [],
172
- 'hipchat/chevron-down': [],
173
- 'hipchat/chevron-up': [],
174
- 'hipchat/lobby': ['bell'],
175
- 'hipchat/media-attachment-count': ['dot'],
176
- 'hipchat/outgoing-sound': ['sound'],
177
- 'hipchat/sd-video': ['video', 'definition'],
178
- 'home-circle': [],
179
- 'home-filled': [],
180
- 'image-border': ['marquee', 'box'],
181
- 'image-resize': ['expand'],
182
- image: ['picture', 'photo'],
183
- info: [],
184
- 'invite-team': ['add', 'person', 'user'],
185
- 'issue-raise': ['add', 'create', 'plus', 'new'],
186
- issue: ['tick', 'check', 'confirm', 'task'],
187
- issues: ['tick', 'check', 'confirm', 'task'],
188
- 'jira/capture': [],
189
- 'jira/failed-build-status': [],
190
- 'jira/labs': [],
191
- 'jira/test-session': [],
192
- 'lightbulb-filled': ['idea', 'hint'],
193
- lightbulb: ['idea', 'hint'],
194
- 'link-filled': [],
195
- link: [],
196
- list: ['justify', 'ul'],
197
- location: ['pin', 'gps', 'map'],
198
- lock: ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
199
- 'lock-circle': ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
200
- 'lock-filled': ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
201
- marketplace: ['store', 'shop'],
202
- 'media-services/actual-size': [],
203
- 'media-services/add-comment': ['chat', 'new', 'create'],
204
- 'media-services/annotate': [],
205
- 'media-services/arrow': [],
206
- 'media-services/audio': ['music', 'note', 'sound'],
207
- 'media-services/blur': ['pixelate'],
208
- 'media-services/brush': ['paint'],
209
- 'media-services/button-option': [],
210
- 'media-services/code': ['source'],
211
- 'media-services/document': ['text'],
212
- 'media-services/filter': [],
213
- 'media-services/grid': ['table'],
214
- 'media-services/image': ['photo', 'picture'],
215
- 'media-services/line': [],
216
- 'media-services/line-thickness': [],
217
- 'media-services/open-mediaviewer': [],
218
- 'media-services/oval': ['ellipse'],
219
- 'media-services/pdf': ['document'],
220
- 'media-services/preselected': ['circle'],
221
- 'media-services/presentation': ['chart', 'graph'],
222
- 'media-services/rectangle': ['box'],
223
- 'media-services/scale-large': ['photo', 'picture', 'image'],
224
- 'media-services/scale-small': ['photo', 'picture', 'image'],
225
- 'media-services/spreadsheet': ['document', 'excel', 'sheets', 'table'],
226
- 'media-services/text': ['type', 'typography', 'font'],
227
- 'media-services/unknown': ['document', 'file'],
228
- 'media-services/video': ['film', 'camera'],
229
- 'media-services/zip': ['compress'],
230
- 'media-services/zoom-in': ['magnify'],
231
- 'media-services/zoom-out': ['magnify'],
232
- mention: ['user', 'person', '@'],
233
- menu: ['hamburger', 'navigation', 'switcher', 'app switcher'],
234
- 'more-vertical': ['dots'],
235
- more: ['dots', 'ellipses'],
236
- 'notification-all': ['bell', 'alarm'],
237
- 'notification-direct': ['bell', 'alarm'],
238
- notification: ['bell', 'alarm'],
239
- 'office-building': [],
240
- open: [],
241
- overview: [],
242
- 'page-filled': ['file', 'document'],
243
- page: ['file', 'document'],
244
- pdf: ['document', 'file'],
245
- 'people-group': ['person', 'user', 'group'],
246
- people: ['person', 'user', 'group'],
247
- person: ['person', 'user', 'avatar'],
248
- preferences: ['settings', 'configuration', 'options'],
249
- 'presence-active': ['dot'],
250
- 'presence-busy': ['block', 'do not disturb'],
251
- 'presence-unavailable': [],
252
- 'question-circle': ['help'],
253
- question: ['help'],
254
- queues: [],
255
- quote: [],
256
- radio: [],
257
- recent: ['time', 'clock'],
258
- redo: [],
259
- refresh: ['cycle'],
260
- 'room-menu': [],
261
- schedule: ['calendar', 'date', 'new'],
262
- 'schedule-add': ['calendar', 'date', 'new'],
263
- screen: ['desktop', 'computer', 'monitor'],
264
- search: ['find', 'magnify'],
265
- send: ['mail'],
266
- settings: ['cog', 'options', 'configuration'],
267
- share: [],
268
- ship: [],
269
- shortcut: ['export'],
270
- 'sign-in': ['log'],
271
- 'sign-out': ['log'],
272
- 'star-filled': [],
273
- star: [],
274
- subtask: ['issue', 'task'],
275
- switcher: [],
276
- table: ['grid'],
277
- task: ['check', 'tick'],
278
- trash: ['bin', 'remove', 'delete', 'recycle'],
279
- tray: ['inbox'],
280
- undo: [],
281
- unlink: [],
282
- unlock: ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
283
- 'unlock-circle': ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
284
- 'unlock-filled': ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
285
- upload: ['cloud'],
286
- 'user-avatar-circle': ['person'],
287
- 'vid-audio-muted': ['microphone', 'sound'],
288
- 'vid-audio-on': ['microphone', 'sound'],
289
- 'vid-backward': ['rewind'],
290
- 'vid-camera-off': ['video'],
291
- 'vid-connection-circle': ['signal', 'bar'],
292
- 'vid-forward': ['fast'],
293
- 'vid-full-screen-off': ['collapse', 'close'],
294
- 'vid-full-screen-on': ['expand'],
295
- 'vid-hang-up': ['end', 'call'],
296
- 'vid-hd-circle': ['high', 'definition'],
297
- 'vid-pause': [],
298
- 'vid-play': [],
299
- 'vid-raised-hand': ['person', 'question', 'user', 'arm'],
300
- 'vid-share-screen': [],
301
- 'vid-speaking-circle': ['sound', 'talk', 'audio'],
302
- 'video-circle': ['video', 'camera'],
303
- 'video-filled': ['video', 'camera'],
304
- warning: ['error', 'alert'],
305
- 'watch-filled': ['visible', 'visibility', 'eye'],
306
- watch: ['visible', 'visibility', 'eye'],
307
- world: ['globe', 'earth'],
8
+ const Synonyms: Record<string, string[]> = {
9
+ activity: ['window'],
10
+ 'add-circle': ['plus', 'create', 'new'],
11
+ 'add-item': ['plus', 'create', 'new'],
12
+ add: ['plus', 'create', 'new'],
13
+ addon: [],
14
+ 'arrow-down': [],
15
+ 'arrow-left-circle': ['back', 'previous'],
16
+ 'arrow-left': ['back', 'previous'],
17
+ 'arrow-right-circle': ['forward', 'next'],
18
+ 'arrow-right': ['forward', 'next'],
19
+ 'arrow-up': [],
20
+ attachment: ['paperclip'],
21
+ 'audio-circle': ['music', 'note', 'sound'],
22
+ audio: ['music', 'note', 'sound'],
23
+ backlog: [],
24
+ billing: ['invoice', 'receipt'],
25
+ 'billing-filled': ['invoice', 'receipt'],
26
+ 'bitbucket/branches': [],
27
+ 'bitbucket/builds': [],
28
+ 'bitbucket/clone': [],
29
+ 'bitbucket/commits': [],
30
+ 'bitbucket/compare': [],
31
+ 'bitbucket/forks': [],
32
+ 'bitbucket/output': [],
33
+ 'bitbucket/pipelines': [],
34
+ 'bitbucket/pullrequests': [],
35
+ 'bitbucket/repos': [],
36
+ 'bitbucket/snippets': ['scissors'],
37
+ 'bitbucket/source': ['code'],
38
+ board: [],
39
+ book: [],
40
+ 'bullet-list': ['ul'],
41
+ 'calendar-filled': ['date'],
42
+ calendar: ['date'],
43
+ 'camera-filled': ['photo'],
44
+ 'camera-rotate': ['photo'],
45
+ 'camera-take-picture': ['photo'],
46
+ camera: ['photo'],
47
+ canvas: ['easel'],
48
+ 'check-circle': ['tick'],
49
+ 'check-circle-outline': ['tick'],
50
+ check: ['tick', 'confirm'],
51
+ checkbox: ['tick'],
52
+ 'chevron-down-circle': ['expand', 'collapse'],
53
+ 'chevron-down': ['expand', 'collapse'],
54
+ 'chevron-left-circle': ['back', 'previous'],
55
+ 'chevron-left': ['back', 'previous'],
56
+ 'chevron-right-circle': ['forward', 'next'],
57
+ 'chevron-right': ['forward', 'next'],
58
+ 'chevron-up-circle': ['expand', 'collapse'],
59
+ 'chevron-up': ['expand', 'collapse'],
60
+ code: ['source'],
61
+ comment: ['chat', 'speech'],
62
+ component: ['block', 'lego'],
63
+ copy: ['duplicate'],
64
+ 'cross-circle': ['close', 'x', 'cancel'],
65
+ creditcard: ['buy', 'pay', 'purchase'],
66
+ 'creditcard-filled': ['buy', 'pay', 'purchase'],
67
+ cross: ['close', 'x', 'cancel'],
68
+ dashboard: ['window', 'grid'],
69
+ decision: [],
70
+ 'detail-view': [],
71
+ 'discover-filled': ['compass', 'navigate'],
72
+ discover: ['compass', 'navigate'],
73
+ 'document-filled': ['page', 'paper', 'sheet', 'file'],
74
+ document: ['page', 'paper', 'sheet', 'file'],
75
+ documents: ['page', 'paper', 'sheet', 'file'],
76
+ download: ['cloud'],
77
+ dropbox: [],
78
+ 'edit-filled': ['pencil', 'write'],
79
+ edit: ['pencil', 'write'],
80
+ 'editor/add': ['plus', 'create', 'new'],
81
+ 'editor/addon': ['jigsaw'],
82
+ 'editor/advanced': ['strikethrough', 'type', 'font', 'typography'],
83
+ 'editor/align-center': [],
84
+ 'editor/align-left': [],
85
+ 'editor/align-right': [],
86
+ 'editor/attachment': ['paperclip'],
87
+ 'editor/bold': [],
88
+ 'editor/bullet-list': ['ul'],
89
+ 'editor/close': ['x', 'cancel', 'cross'],
90
+ 'editor/code': ['source'],
91
+ 'editor/date': ['calendar'],
92
+ 'editor/decision': [],
93
+ 'editor/done': ['check', 'tick'],
94
+ 'editor/edit': ['pencil', 'write'],
95
+ 'editor/emoji': ['emoticon', 'smiley'],
96
+ 'editor/error': ['warning', 'alert'],
97
+ 'editor/feedback': ['announce', 'speaker', 'megaphone'],
98
+ 'editor/file': ['page', 'document', 'paper', 'sheet'],
99
+ 'editor/help': ['question'],
100
+ 'editor/hint': ['light', 'idea'],
101
+ 'editor/horizontal-rule': ['rule', 'divider'],
102
+ 'editor/image-border': ['marquee', 'box'],
103
+ 'editor/image-resize': ['expand'],
104
+ 'editor/image': ['photo', 'picture'],
105
+ 'editor/indent': ['tab', 'spacing', 'padding'],
106
+ 'editor/info': [],
107
+ 'editor/italic': [],
108
+ 'editor/link': [],
109
+ 'editor/media-center': ['layout', 'align', 'position'],
110
+ 'editor/media-full-width': ['layout', 'align', 'position'],
111
+ 'editor/media-wide': ['layout', 'align', 'position'],
112
+ 'editor/media-wrap-left': ['layout', 'align', 'position'],
113
+ 'editor/media-wrap-right': ['layout', 'align', 'position'],
114
+ 'editor/mention': ['@', 'person', 'user'],
115
+ 'editor/more': ['dots', 'ellipses'],
116
+ 'editor/note': ['document', 'page'],
117
+ 'editor/number-list': ['ol'],
118
+ 'editor/open': [],
119
+ 'editor/outdent': ['indent', 'tab', 'spacing', 'padding'],
120
+ 'editor/panel': ['info'],
121
+ 'editor/photo': ['camera'],
122
+ 'editor/quote': [],
123
+ 'editor/recent': ['clock', 'time'],
124
+ 'editor/redo': [],
125
+ 'editor/remove': ['bin', 'trash', 'recycle', 'delete'],
126
+ 'editor/search': ['magnifying', 'glass', 'find'],
127
+ 'editor/strikethrough': ['strikethrough', 'type', 'font', 'typography'],
128
+ 'editor/success': ['luck', 'achievement'],
129
+ 'editor/table': ['grid'],
130
+ 'editor/task': ['checkbox', 'tick'],
131
+ 'editor/text-color': ['font'],
132
+ 'editor/text-style': ['type', 'font', 'typography'],
133
+ 'editor/underline': ['font', 'text'],
134
+ 'editor/undo': [],
135
+ 'editor/unlink': [],
136
+ 'editor/warning': ['alert', 'error'],
137
+ 'editor/background-color': ['fill'],
138
+ 'editor/table-display-options': ['display-options', 'display'],
139
+ 'editor/settings': ['options', 'configuration'],
140
+ 'editor/collapse': ['close'],
141
+ 'editor/expand': ['open'],
142
+ emoji: ['emoticon', 'smiley'],
143
+ 'emoji/activity': ['tennis', 'ball'],
144
+ 'emoji/atlassian': [],
145
+ 'emoji/custom': ['plus', 'add', 'create', 'new'],
146
+ 'emoji/emoji': ['emoticon', 'smiley'],
147
+ 'emoji/flags': [],
148
+ 'emoji/food': [],
149
+ 'emoji/frequent': ['time', 'clock'],
150
+ 'emoji/keyboard': ['type'],
151
+ 'emoji/nature': ['tree'],
152
+ 'emoji/objects': ['light'],
153
+ 'emoji/people': ['smiley', 'face'],
154
+ 'emoji/symbols': ['heart', 'love'],
155
+ 'emoji/travel': ['train', 'transport'],
156
+ error: ['warning', 'alert'],
157
+ export: ['upload'],
158
+ feedback: ['announce', 'speaker', 'megaphone'],
159
+ file: ['document', 'paper', 'page', 'sheet'],
160
+ filter: [],
161
+ 'folder-filled': ['directory'],
162
+ folder: ['directory'],
163
+ followers: ['person', 'user'],
164
+ following: ['person', 'user'],
165
+ googledrive: [],
166
+ 'graph-bar': ['chart', 'growth', 'data', 'statistics', 'analytics'],
167
+ 'graph-line': ['chart', 'growth', 'data', 'statistics', 'analytics'],
168
+ 'hipchat/audio-only': ['audio'],
169
+ 'hipchat/dial-out': ['dial', 'call'],
170
+ 'hipchat/chevron-double-down': [],
171
+ 'hipchat/chevron-double-up': [],
172
+ 'hipchat/chevron-down': [],
173
+ 'hipchat/chevron-up': [],
174
+ 'hipchat/lobby': ['bell'],
175
+ 'hipchat/media-attachment-count': ['dot'],
176
+ 'hipchat/outgoing-sound': ['sound'],
177
+ 'hipchat/sd-video': ['video', 'definition'],
178
+ 'home-circle': [],
179
+ 'home-filled': [],
180
+ 'image-border': ['marquee', 'box'],
181
+ 'image-resize': ['expand'],
182
+ image: ['picture', 'photo'],
183
+ info: [],
184
+ 'invite-team': ['add', 'person', 'user'],
185
+ 'issue-raise': ['add', 'create', 'plus', 'new'],
186
+ issue: ['tick', 'check', 'confirm', 'task'],
187
+ issues: ['tick', 'check', 'confirm', 'task'],
188
+ 'jira/capture': [],
189
+ 'jira/failed-build-status': [],
190
+ 'jira/labs': [],
191
+ 'jira/test-session': [],
192
+ 'lightbulb-filled': ['idea', 'hint'],
193
+ lightbulb: ['idea', 'hint'],
194
+ 'link-filled': [],
195
+ link: [],
196
+ list: ['justify', 'ul'],
197
+ location: ['pin', 'gps', 'map'],
198
+ lock: ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
199
+ 'lock-circle': ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
200
+ 'lock-filled': ['closed', 'permissions', 'privacy', 'restrict', 'secure'],
201
+ marketplace: ['store', 'shop'],
202
+ 'media-services/actual-size': [],
203
+ 'media-services/add-comment': ['chat', 'new', 'create'],
204
+ 'media-services/annotate': [],
205
+ 'media-services/arrow': [],
206
+ 'media-services/audio': ['music', 'note', 'sound'],
207
+ 'media-services/blur': ['pixelate'],
208
+ 'media-services/brush': ['paint'],
209
+ 'media-services/button-option': [],
210
+ 'media-services/code': ['source'],
211
+ 'media-services/document': ['text'],
212
+ 'media-services/filter': [],
213
+ 'media-services/grid': ['table'],
214
+ 'media-services/image': ['photo', 'picture'],
215
+ 'media-services/line': [],
216
+ 'media-services/line-thickness': [],
217
+ 'media-services/open-mediaviewer': [],
218
+ 'media-services/oval': ['ellipse'],
219
+ 'media-services/pdf': ['document'],
220
+ 'media-services/preselected': ['circle'],
221
+ 'media-services/presentation': ['chart', 'graph'],
222
+ 'media-services/rectangle': ['box'],
223
+ 'media-services/scale-large': ['photo', 'picture', 'image'],
224
+ 'media-services/scale-small': ['photo', 'picture', 'image'],
225
+ 'media-services/spreadsheet': ['document', 'excel', 'sheets', 'table'],
226
+ 'media-services/text': ['type', 'typography', 'font'],
227
+ 'media-services/unknown': ['document', 'file'],
228
+ 'media-services/video': ['film', 'camera'],
229
+ 'media-services/zip': ['compress'],
230
+ 'media-services/zoom-in': ['magnify'],
231
+ 'media-services/zoom-out': ['magnify'],
232
+ mention: ['user', 'person', '@'],
233
+ menu: ['hamburger', 'navigation', 'switcher', 'app switcher'],
234
+ 'more-vertical': ['dots'],
235
+ more: ['dots', 'ellipses'],
236
+ 'notification-all': ['bell', 'alarm'],
237
+ 'notification-direct': ['bell', 'alarm'],
238
+ notification: ['bell', 'alarm'],
239
+ 'office-building': [],
240
+ open: [],
241
+ overview: [],
242
+ 'page-filled': ['file', 'document'],
243
+ page: ['file', 'document'],
244
+ pdf: ['document', 'file'],
245
+ 'people-group': ['person', 'user', 'group'],
246
+ people: ['person', 'user', 'group'],
247
+ person: ['person', 'user', 'avatar'],
248
+ preferences: ['settings', 'configuration', 'options'],
249
+ 'presence-active': ['dot'],
250
+ 'presence-busy': ['block', 'do not disturb'],
251
+ 'presence-unavailable': [],
252
+ 'question-circle': ['help'],
253
+ question: ['help'],
254
+ queues: [],
255
+ quote: [],
256
+ radio: [],
257
+ recent: ['time', 'clock'],
258
+ redo: [],
259
+ refresh: ['cycle'],
260
+ 'room-menu': [],
261
+ schedule: ['calendar', 'date', 'new'],
262
+ 'schedule-add': ['calendar', 'date', 'new'],
263
+ screen: ['desktop', 'computer', 'monitor'],
264
+ search: ['find', 'magnify'],
265
+ send: ['mail'],
266
+ settings: ['cog', 'options', 'configuration'],
267
+ share: [],
268
+ ship: [],
269
+ shortcut: ['export'],
270
+ 'sign-in': ['log'],
271
+ 'sign-out': ['log'],
272
+ 'star-filled': [],
273
+ star: [],
274
+ subtask: ['issue', 'task'],
275
+ switcher: [],
276
+ table: ['grid'],
277
+ task: ['check', 'tick'],
278
+ trash: ['bin', 'remove', 'delete', 'recycle'],
279
+ tray: ['inbox'],
280
+ undo: [],
281
+ unlink: [],
282
+ unlock: ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
283
+ 'unlock-circle': ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
284
+ 'unlock-filled': ['open', 'permissions', 'privacy', 'restrict', 'insecure'],
285
+ upload: ['cloud'],
286
+ 'user-avatar-circle': ['person'],
287
+ 'vid-audio-muted': ['microphone', 'sound'],
288
+ 'vid-audio-on': ['microphone', 'sound'],
289
+ 'vid-backward': ['rewind'],
290
+ 'vid-camera-off': ['video'],
291
+ 'vid-connection-circle': ['signal', 'bar'],
292
+ 'vid-forward': ['fast'],
293
+ 'vid-full-screen-off': ['collapse', 'close'],
294
+ 'vid-full-screen-on': ['expand'],
295
+ 'vid-hang-up': ['end', 'call'],
296
+ 'vid-hd-circle': ['high', 'definition'],
297
+ 'vid-pause': [],
298
+ 'vid-play': [],
299
+ 'vid-raised-hand': ['person', 'question', 'user', 'arm'],
300
+ 'vid-share-screen': [],
301
+ 'vid-speaking-circle': ['sound', 'talk', 'audio'],
302
+ 'video-circle': ['video', 'camera'],
303
+ 'video-filled': ['video', 'camera'],
304
+ warning: ['error', 'alert'],
305
+ 'watch-filled': ['visible', 'visibility', 'eye'],
306
+ watch: ['visible', 'visibility', 'eye'],
307
+ world: ['globe', 'earth'],
308
308
  };
309
+ export default Synonyms;
@@ -1,11 +0,0 @@
1
- import { type IconTileProps } from '../types';
2
- /**
3
- * __IconTile__ -- ⚠️ Experimental ⚠️
4
- *
5
- * An icon tile is used to present an icon with a background color.
6
- * Icon tiles, unlike standard icons, can scale up and down to provide greater emphasis.
7
- *
8
- * This component is currently in an experimental state and is subject to change in minor or patch releases.
9
- *
10
- */
11
- export default function IconTile(props: IconTileProps): JSX.Element;