@atlaskit/icon 28.3.0 → 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.
- package/CHANGELOG.md +13 -0
- package/core/chart-pie.js +2 -2
- package/docs/ai/icon-instructions.md +556 -6
- package/package.json +7 -7
- package/svgs/core/chart-pie.svg +1 -1
- package/utils/logo-icons.tsx +59 -43
- package/utils/synonyms.tsx +301 -300
package/utils/synonyms.tsx
CHANGED
|
@@ -5,304 +5,305 @@
|
|
|
5
5
|
* icon: ['synonym one', 'synonym two']
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
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;
|