@atlaskit/icon 27.9.1 → 27.10.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 +35 -0
- package/build/index.tsx +2 -2
- package/core/basketball.js +2 -2
- package/core/chart-bar.js +2 -2
- package/core/chart-pie.js +2 -2
- package/core/check-circle-unchecked.d.ts +13 -0
- package/core/check-circle-unchecked.js +28 -0
- package/core/check-mark.js +2 -2
- package/core/edit.js +2 -2
- package/core/glasses.js +2 -2
- package/core/headphones.js +2 -2
- package/core/home.js +2 -2
- package/core/paint-bucket.js +2 -2
- package/core/presenter-mode.js +2 -2
- package/core/priority-critical.js +2 -2
- package/core/priority-high.js +2 -2
- package/core/priority-highest.js +2 -2
- package/core/priority-major.js +2 -2
- package/core/redo.js +2 -2
- package/core/shield-strikethrough.js +2 -2
- package/core/snippet.js +2 -2
- package/core/thumbs-down.js +2 -2
- package/core/whiteboard.js +2 -2
- package/dist/cjs/metadata-core.js +377 -367
- package/dist/cjs/metadata-utility.js +30 -30
- package/dist/es2019/metadata-core.js +377 -367
- package/dist/es2019/metadata-utility.js +30 -30
- package/dist/esm/metadata-core.js +377 -367
- package/dist/esm/metadata-utility.js +30 -30
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/basketball.svg +1 -1
- package/svgs/core/chart-bar.svg +1 -1
- package/svgs/core/chart-pie.svg +1 -1
- package/svgs/core/check-circle-unchecked.svg +1 -0
- package/svgs/core/check-mark.svg +1 -1
- package/svgs/core/edit.svg +1 -1
- package/svgs/core/glasses.svg +1 -1
- package/svgs/core/headphones.svg +1 -1
- package/svgs/core/home.svg +1 -1
- package/svgs/core/paint-bucket.svg +1 -1
- package/svgs/core/presenter-mode.svg +1 -1
- package/svgs/core/priority-critical.svg +1 -1
- package/svgs/core/priority-high.svg +1 -1
- package/svgs/core/priority-highest.svg +1 -1
- package/svgs/core/priority-major.svg +1 -1
- package/svgs/core/redo.svg +1 -1
- package/svgs/core/shield-strikethrough.svg +1 -1
- package/svgs/core/snippet.svg +1 -1
- package/svgs/core/thumbs-down.svg +1 -1
- package/svgs/core/whiteboard.svg +1 -1
|
@@ -9,13 +9,13 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::85505cffaeb8b9b2197230222f218835>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var metadata = {
|
|
17
17
|
accessibility: {
|
|
18
|
-
keywords: ['accessibility', 'icon', '
|
|
18
|
+
keywords: ['accessibility', 'icon', 'a11y', 'accessibility', 'WCAG'],
|
|
19
19
|
componentName: 'AccessibilityIcon',
|
|
20
20
|
package: '@atlaskit/icon/core/accessibility',
|
|
21
21
|
type: 'core',
|
|
@@ -26,7 +26,7 @@ var metadata = {
|
|
|
26
26
|
slackChannel: '#icon-contributions'
|
|
27
27
|
},
|
|
28
28
|
add: {
|
|
29
|
-
keywords: ['add', 'plus', 'create', 'new', 'icon', '
|
|
29
|
+
keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus', 'jira status'],
|
|
30
30
|
componentName: 'AddIcon',
|
|
31
31
|
package: '@atlaskit/icon/core/add',
|
|
32
32
|
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
@@ -37,7 +37,7 @@ var metadata = {
|
|
|
37
37
|
status: 'published'
|
|
38
38
|
},
|
|
39
39
|
'ai-agent': {
|
|
40
|
-
keywords: ['ai-agent', 'aiagent', 'icon', '
|
|
40
|
+
keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
41
41
|
componentName: 'AiAgentIcon',
|
|
42
42
|
package: '@atlaskit/icon/core/ai-agent',
|
|
43
43
|
type: 'core',
|
|
@@ -47,7 +47,7 @@ var metadata = {
|
|
|
47
47
|
status: 'published'
|
|
48
48
|
},
|
|
49
49
|
'ai-chat': {
|
|
50
|
-
keywords: ['ai-chat', 'aichat', 'icon', '
|
|
50
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'Rovo', 'AI', 'chat agent', 'white label'],
|
|
51
51
|
componentName: 'AiChatIcon',
|
|
52
52
|
package: '@atlaskit/icon/core/ai-chat',
|
|
53
53
|
type: 'core',
|
|
@@ -57,7 +57,7 @@ var metadata = {
|
|
|
57
57
|
status: 'published'
|
|
58
58
|
},
|
|
59
59
|
'ai-generative-text-summary': {
|
|
60
|
-
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', '
|
|
60
|
+
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
61
61
|
componentName: 'AiGenerativeTextSummaryIcon',
|
|
62
62
|
package: '@atlaskit/icon/core/ai-generative-text-summary',
|
|
63
63
|
type: 'core',
|
|
@@ -68,7 +68,7 @@ var metadata = {
|
|
|
68
68
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
69
69
|
},
|
|
70
70
|
alert: {
|
|
71
|
-
keywords: ['alert', 'icon', '
|
|
71
|
+
keywords: ['alert', 'icon', 'alert', 'event', 'operations'],
|
|
72
72
|
componentName: 'AlertIcon',
|
|
73
73
|
package: '@atlaskit/icon/core/alert',
|
|
74
74
|
type: 'core',
|
|
@@ -78,7 +78,7 @@ var metadata = {
|
|
|
78
78
|
status: 'published'
|
|
79
79
|
},
|
|
80
80
|
'align-image-center': {
|
|
81
|
-
keywords: ['align-image-center', 'alignimagecenter', 'icon', '
|
|
81
|
+
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
82
82
|
componentName: 'AlignImageCenterIcon',
|
|
83
83
|
package: '@atlaskit/icon/core/align-image-center',
|
|
84
84
|
oldName: ['editor/align-image-center'],
|
|
@@ -89,7 +89,7 @@ var metadata = {
|
|
|
89
89
|
status: 'published'
|
|
90
90
|
},
|
|
91
91
|
'align-image-left': {
|
|
92
|
-
keywords: ['align-image-left', 'alignimageleft', 'icon', '
|
|
92
|
+
keywords: ['align-image-left', 'alignimageleft', 'icon', 'content', 'media', 'image', 'alignment', 'left'],
|
|
93
93
|
componentName: 'AlignImageLeftIcon',
|
|
94
94
|
package: '@atlaskit/icon/core/align-image-left',
|
|
95
95
|
oldName: ['editor/align-image-left'],
|
|
@@ -100,7 +100,7 @@ var metadata = {
|
|
|
100
100
|
status: 'published'
|
|
101
101
|
},
|
|
102
102
|
'align-image-right': {
|
|
103
|
-
keywords: ['align-image-right', 'alignimageright', 'icon', '
|
|
103
|
+
keywords: ['align-image-right', 'alignimageright', 'icon', 'content', 'media', 'image', 'alignment', 'right'],
|
|
104
104
|
componentName: 'AlignImageRightIcon',
|
|
105
105
|
package: '@atlaskit/icon/core/align-image-right',
|
|
106
106
|
oldName: ['editor/align-image-right'],
|
|
@@ -111,7 +111,7 @@ var metadata = {
|
|
|
111
111
|
status: 'published'
|
|
112
112
|
},
|
|
113
113
|
'align-text-center': {
|
|
114
|
-
keywords: ['align-text-center', 'aligntextcenter', 'icon', '
|
|
114
|
+
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'alignment', 'text', 'content'],
|
|
115
115
|
componentName: 'AlignTextCenterIcon',
|
|
116
116
|
package: '@atlaskit/icon/core/align-text-center',
|
|
117
117
|
oldName: ['editor/align-center'],
|
|
@@ -122,7 +122,7 @@ var metadata = {
|
|
|
122
122
|
status: 'published'
|
|
123
123
|
},
|
|
124
124
|
'align-text-left': {
|
|
125
|
-
keywords: ['align-text-left', 'aligntextleft', 'icon', '
|
|
125
|
+
keywords: ['align-text-left', 'aligntextleft', 'icon', 'alignment', 'text', 'content', 'summary'],
|
|
126
126
|
componentName: 'AlignTextLeftIcon',
|
|
127
127
|
package: '@atlaskit/icon/core/align-text-left',
|
|
128
128
|
oldName: ['editor/align-left', 'overview'],
|
|
@@ -133,7 +133,7 @@ var metadata = {
|
|
|
133
133
|
status: 'published'
|
|
134
134
|
},
|
|
135
135
|
'align-text-right': {
|
|
136
|
-
keywords: ['align-text-right', 'aligntextright', 'icon', '
|
|
136
|
+
keywords: ['align-text-right', 'aligntextright', 'icon', 'alignment', 'text', 'content'],
|
|
137
137
|
componentName: 'AlignTextRightIcon',
|
|
138
138
|
package: '@atlaskit/icon/core/align-text-right',
|
|
139
139
|
oldName: ['editor/align-right'],
|
|
@@ -144,7 +144,7 @@ var metadata = {
|
|
|
144
144
|
status: 'published'
|
|
145
145
|
},
|
|
146
146
|
'angle-brackets': {
|
|
147
|
-
keywords: ['angle-brackets', 'anglebrackets', 'icon', '
|
|
147
|
+
keywords: ['angle-brackets', 'anglebrackets', 'icon', 'code', '<>', '</>', 'syntax', 'jira status'],
|
|
148
148
|
componentName: 'AngleBracketsIcon',
|
|
149
149
|
package: '@atlaskit/icon/core/angle-brackets',
|
|
150
150
|
oldName: ['bitbucket/repos', 'bitbucket/source', 'code', 'editor/code', 'media-services/code'],
|
|
@@ -155,7 +155,7 @@ var metadata = {
|
|
|
155
155
|
status: 'published'
|
|
156
156
|
},
|
|
157
157
|
api: {
|
|
158
|
-
keywords: ['api', 'icon', '
|
|
158
|
+
keywords: ['api', 'icon', 'application programming interface', 'api', 'operations'],
|
|
159
159
|
componentName: 'ApiIcon',
|
|
160
160
|
package: '@atlaskit/icon/core/api',
|
|
161
161
|
type: 'core',
|
|
@@ -165,7 +165,7 @@ var metadata = {
|
|
|
165
165
|
status: 'published'
|
|
166
166
|
},
|
|
167
167
|
app: {
|
|
168
|
-
keywords: ['app', 'icon', '
|
|
168
|
+
keywords: ['app', 'icon', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
|
|
169
169
|
componentName: 'AppIcon',
|
|
170
170
|
package: '@atlaskit/icon/core/app',
|
|
171
171
|
oldName: ['addon'],
|
|
@@ -176,7 +176,7 @@ var metadata = {
|
|
|
176
176
|
status: 'published'
|
|
177
177
|
},
|
|
178
178
|
'app-switcher': {
|
|
179
|
-
keywords: ['app-switcher', 'appswitcher', 'icon', '
|
|
179
|
+
keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
180
180
|
componentName: 'AppSwitcherIcon',
|
|
181
181
|
package: '@atlaskit/icon/core/app-switcher',
|
|
182
182
|
oldName: ['app-switcher', 'switcher'],
|
|
@@ -187,7 +187,7 @@ var metadata = {
|
|
|
187
187
|
status: 'published'
|
|
188
188
|
},
|
|
189
189
|
'app-switcher-legacy': {
|
|
190
|
-
keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', '
|
|
190
|
+
keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
191
191
|
componentName: 'AppSwitcherLegacyIcon',
|
|
192
192
|
package: '@atlaskit/icon/core/app-switcher-legacy',
|
|
193
193
|
type: 'core',
|
|
@@ -197,7 +197,7 @@ var metadata = {
|
|
|
197
197
|
status: 'published'
|
|
198
198
|
},
|
|
199
199
|
apps: {
|
|
200
|
-
keywords: ['apps', 'icon', '
|
|
200
|
+
keywords: ['apps', 'icon', 'third-party', 'applications'],
|
|
201
201
|
componentName: 'AppsIcon',
|
|
202
202
|
package: '@atlaskit/icon/core/apps',
|
|
203
203
|
type: 'core',
|
|
@@ -207,7 +207,7 @@ var metadata = {
|
|
|
207
207
|
status: 'published'
|
|
208
208
|
},
|
|
209
209
|
'archive-box': {
|
|
210
|
-
keywords: ['archive-box', 'archivebox', 'icon', '
|
|
210
|
+
keywords: ['archive-box', 'archivebox', 'icon', 'file box'],
|
|
211
211
|
componentName: 'ArchiveBoxIcon',
|
|
212
212
|
package: '@atlaskit/icon/core/archive-box',
|
|
213
213
|
oldName: ['archive'],
|
|
@@ -218,7 +218,7 @@ var metadata = {
|
|
|
218
218
|
status: 'published'
|
|
219
219
|
},
|
|
220
220
|
'arrow-down': {
|
|
221
|
-
keywords: ['arrow-down', 'arrowdown', 'icon', '
|
|
221
|
+
keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
|
|
222
222
|
componentName: 'ArrowDownIcon',
|
|
223
223
|
package: '@atlaskit/icon/core/arrow-down',
|
|
224
224
|
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
@@ -229,7 +229,7 @@ var metadata = {
|
|
|
229
229
|
status: 'published'
|
|
230
230
|
},
|
|
231
231
|
'arrow-down-left': {
|
|
232
|
-
keywords: ['arrow-down-left', 'arrowdownleft', 'icon', '
|
|
232
|
+
keywords: ['arrow-down-left', 'arrowdownleft', 'icon', 'diagonal arrow', 'down', 'left', 'south west'],
|
|
233
233
|
componentName: 'ArrowDownLeftIcon',
|
|
234
234
|
package: '@atlaskit/icon/core/arrow-down-left',
|
|
235
235
|
type: 'core',
|
|
@@ -239,7 +239,7 @@ var metadata = {
|
|
|
239
239
|
status: 'published'
|
|
240
240
|
},
|
|
241
241
|
'arrow-down-right': {
|
|
242
|
-
keywords: ['arrow-down-right', 'arrowdownright', 'icon', '
|
|
242
|
+
keywords: ['arrow-down-right', 'arrowdownright', 'icon', 'diagonal arrow', 'down', 'right', 'south east'],
|
|
243
243
|
componentName: 'ArrowDownRightIcon',
|
|
244
244
|
package: '@atlaskit/icon/core/arrow-down-right',
|
|
245
245
|
type: 'core',
|
|
@@ -249,7 +249,7 @@ var metadata = {
|
|
|
249
249
|
status: 'published'
|
|
250
250
|
},
|
|
251
251
|
'arrow-left': {
|
|
252
|
-
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', '
|
|
252
|
+
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
|
|
253
253
|
componentName: 'ArrowLeftIcon',
|
|
254
254
|
package: '@atlaskit/icon/core/arrow-left',
|
|
255
255
|
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
@@ -260,7 +260,7 @@ var metadata = {
|
|
|
260
260
|
status: 'published'
|
|
261
261
|
},
|
|
262
262
|
'arrow-right': {
|
|
263
|
-
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', '
|
|
263
|
+
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
|
|
264
264
|
componentName: 'ArrowRightIcon',
|
|
265
265
|
package: '@atlaskit/icon/core/arrow-right',
|
|
266
266
|
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
@@ -271,7 +271,7 @@ var metadata = {
|
|
|
271
271
|
status: 'published'
|
|
272
272
|
},
|
|
273
273
|
'arrow-up': {
|
|
274
|
-
keywords: ['arrow-up', 'arrowup', 'icon', '
|
|
274
|
+
keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
|
|
275
275
|
componentName: 'ArrowUpIcon',
|
|
276
276
|
package: '@atlaskit/icon/core/arrow-up',
|
|
277
277
|
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
@@ -282,7 +282,7 @@ var metadata = {
|
|
|
282
282
|
status: 'published'
|
|
283
283
|
},
|
|
284
284
|
'arrow-up-left': {
|
|
285
|
-
keywords: ['arrow-up-left', 'arrowupleft', 'icon', '
|
|
285
|
+
keywords: ['arrow-up-left', 'arrowupleft', 'icon', 'diagonal arrow', 'up', 'right', 'north east'],
|
|
286
286
|
componentName: 'ArrowUpLeftIcon',
|
|
287
287
|
package: '@atlaskit/icon/core/arrow-up-left',
|
|
288
288
|
type: 'core',
|
|
@@ -292,7 +292,7 @@ var metadata = {
|
|
|
292
292
|
status: 'published'
|
|
293
293
|
},
|
|
294
294
|
'arrow-up-right': {
|
|
295
|
-
keywords: ['arrow-up-right', 'arrowupright', 'icon', '
|
|
295
|
+
keywords: ['arrow-up-right', 'arrowupright', 'icon', 'open', 'diagonal arrow'],
|
|
296
296
|
componentName: 'ArrowUpRightIcon',
|
|
297
297
|
package: '@atlaskit/icon/core/arrow-up-right',
|
|
298
298
|
oldName: ['editor/open', 'open'],
|
|
@@ -303,7 +303,7 @@ var metadata = {
|
|
|
303
303
|
status: 'published'
|
|
304
304
|
},
|
|
305
305
|
assets: {
|
|
306
|
-
keywords: ['assets', 'icon', '
|
|
306
|
+
keywords: ['assets', 'icon', 'assets', 'CMDB', 'configuration management database'],
|
|
307
307
|
componentName: 'AssetsIcon',
|
|
308
308
|
package: '@atlaskit/icon/core/assets',
|
|
309
309
|
type: 'core',
|
|
@@ -313,7 +313,7 @@ var metadata = {
|
|
|
313
313
|
status: 'published'
|
|
314
314
|
},
|
|
315
315
|
'atlassian-intelligence': {
|
|
316
|
-
keywords: ['atlassian-intelligence', 'atlassianintelligence', 'icon', '
|
|
316
|
+
keywords: ['atlassian-intelligence', 'atlassianintelligence', 'icon', 'AI'],
|
|
317
317
|
componentName: 'AtlassianIntelligenceIcon',
|
|
318
318
|
package: '@atlaskit/icon/core/atlassian-intelligence',
|
|
319
319
|
type: 'core',
|
|
@@ -323,7 +323,7 @@ var metadata = {
|
|
|
323
323
|
status: 'published'
|
|
324
324
|
},
|
|
325
325
|
attachment: {
|
|
326
|
-
keywords: ['attachment', 'paperclip', 'icon', '
|
|
326
|
+
keywords: ['attachment', 'paperclip', 'icon', 'paperclip', 'attach', 'attachment'],
|
|
327
327
|
componentName: 'AttachmentIcon',
|
|
328
328
|
package: '@atlaskit/icon/core/attachment',
|
|
329
329
|
oldName: ['attachment', 'editor/attachment'],
|
|
@@ -334,7 +334,7 @@ var metadata = {
|
|
|
334
334
|
status: 'published'
|
|
335
335
|
},
|
|
336
336
|
audio: {
|
|
337
|
-
keywords: ['audio', 'music', 'note', 'sound', 'icon', '
|
|
337
|
+
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'music', 'musical note'],
|
|
338
338
|
componentName: 'AudioIcon',
|
|
339
339
|
package: '@atlaskit/icon/core/audio',
|
|
340
340
|
oldName: ['audio-circle', 'audio', 'media-services/audio'],
|
|
@@ -345,7 +345,7 @@ var metadata = {
|
|
|
345
345
|
status: 'published'
|
|
346
346
|
},
|
|
347
347
|
automation: {
|
|
348
|
-
keywords: ['automation', 'icon', '
|
|
348
|
+
keywords: ['automation', 'icon', 'lightningbolt', 'automation rule'],
|
|
349
349
|
componentName: 'AutomationIcon',
|
|
350
350
|
package: '@atlaskit/icon/core/automation',
|
|
351
351
|
type: 'core',
|
|
@@ -355,7 +355,7 @@ var metadata = {
|
|
|
355
355
|
status: 'published'
|
|
356
356
|
},
|
|
357
357
|
backlog: {
|
|
358
|
-
keywords: ['backlog', 'icon', '
|
|
358
|
+
keywords: ['backlog', 'icon', 'rows'],
|
|
359
359
|
componentName: 'BacklogIcon',
|
|
360
360
|
package: '@atlaskit/icon/core/backlog',
|
|
361
361
|
oldName: ['backlog'],
|
|
@@ -366,7 +366,7 @@ var metadata = {
|
|
|
366
366
|
status: 'published'
|
|
367
367
|
},
|
|
368
368
|
basketball: {
|
|
369
|
-
keywords: ['basketball', 'icon', '
|
|
369
|
+
keywords: ['basketball', 'icon', 'ball', 'sports', 'basketball'],
|
|
370
370
|
componentName: 'BasketballIcon',
|
|
371
371
|
package: '@atlaskit/icon/core/basketball',
|
|
372
372
|
oldName: ['emoji/activity'],
|
|
@@ -377,7 +377,7 @@ var metadata = {
|
|
|
377
377
|
status: 'published'
|
|
378
378
|
},
|
|
379
379
|
board: {
|
|
380
|
-
keywords: ['board', 'icon', '
|
|
380
|
+
keywords: ['board', 'icon', 'columns', 'active sprint'],
|
|
381
381
|
componentName: 'BoardIcon',
|
|
382
382
|
package: '@atlaskit/icon/core/board',
|
|
383
383
|
oldName: ['board'],
|
|
@@ -388,7 +388,7 @@ var metadata = {
|
|
|
388
388
|
status: 'published'
|
|
389
389
|
},
|
|
390
390
|
boards: {
|
|
391
|
-
keywords: ['boards', 'icon'
|
|
391
|
+
keywords: ['boards', 'icon'],
|
|
392
392
|
componentName: 'BoardsIcon',
|
|
393
393
|
package: '@atlaskit/icon/core/boards',
|
|
394
394
|
oldName: ['switcher'],
|
|
@@ -399,7 +399,7 @@ var metadata = {
|
|
|
399
399
|
status: 'published'
|
|
400
400
|
},
|
|
401
401
|
'book-with-bookmark': {
|
|
402
|
-
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', '
|
|
402
|
+
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', 'knowledge base', 'article'],
|
|
403
403
|
componentName: 'BookWithBookmarkIcon',
|
|
404
404
|
package: '@atlaskit/icon/core/book-with-bookmark',
|
|
405
405
|
oldName: ['book'],
|
|
@@ -410,7 +410,7 @@ var metadata = {
|
|
|
410
410
|
status: 'published'
|
|
411
411
|
},
|
|
412
412
|
border: {
|
|
413
|
-
keywords: ['border', 'icon', '
|
|
413
|
+
keywords: ['border', 'icon', 'border', 'image border', 'content border', 'editor', 'confluence'],
|
|
414
414
|
componentName: 'BorderIcon',
|
|
415
415
|
package: '@atlaskit/icon/core/border',
|
|
416
416
|
type: 'core',
|
|
@@ -420,7 +420,7 @@ var metadata = {
|
|
|
420
420
|
status: 'published'
|
|
421
421
|
},
|
|
422
422
|
branch: {
|
|
423
|
-
keywords: ['branch', 'icon', '
|
|
423
|
+
keywords: ['branch', 'icon', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
424
424
|
componentName: 'BranchIcon',
|
|
425
425
|
package: '@atlaskit/icon/core/branch',
|
|
426
426
|
oldName: ['bitbucket/branches'],
|
|
@@ -431,7 +431,7 @@ var metadata = {
|
|
|
431
431
|
status: 'published'
|
|
432
432
|
},
|
|
433
433
|
briefcase: {
|
|
434
|
-
keywords: ['briefcase', 'icon', '
|
|
434
|
+
keywords: ['briefcase', 'icon', 'suitcase', 'toolbox', 'operations', 'business'],
|
|
435
435
|
componentName: 'BriefcaseIcon',
|
|
436
436
|
package: '@atlaskit/icon/core/briefcase',
|
|
437
437
|
oldName: ['suitcase'],
|
|
@@ -442,7 +442,7 @@ var metadata = {
|
|
|
442
442
|
status: 'published'
|
|
443
443
|
},
|
|
444
444
|
bug: {
|
|
445
|
-
keywords: ['bug', 'icon', '
|
|
445
|
+
keywords: ['bug', 'icon', 'bug report', 'test'],
|
|
446
446
|
componentName: 'BugIcon',
|
|
447
447
|
package: '@atlaskit/icon/core/bug',
|
|
448
448
|
oldName: ['jira/test-session'],
|
|
@@ -453,7 +453,7 @@ var metadata = {
|
|
|
453
453
|
status: 'published'
|
|
454
454
|
},
|
|
455
455
|
calendar: {
|
|
456
|
-
keywords: ['calendar', 'date', 'icon', '
|
|
456
|
+
keywords: ['calendar', 'date', 'icon', 'date', 'month', 'day', 'year', 'jira status'],
|
|
457
457
|
componentName: 'CalendarIcon',
|
|
458
458
|
package: '@atlaskit/icon/core/calendar',
|
|
459
459
|
oldName: ['calendar-filled', 'calendar', 'editor/date'],
|
|
@@ -464,7 +464,7 @@ var metadata = {
|
|
|
464
464
|
status: 'published'
|
|
465
465
|
},
|
|
466
466
|
'calendar-plus': {
|
|
467
|
-
keywords: ['calendar-plus', 'calendarplus', 'icon', '
|
|
467
|
+
keywords: ['calendar-plus', 'calendarplus', 'icon', 'calendar', 'add', 'plus', 'schedule'],
|
|
468
468
|
componentName: 'CalendarPlusIcon',
|
|
469
469
|
package: '@atlaskit/icon/core/calendar-plus',
|
|
470
470
|
oldName: ['schedule-filled', 'schedule'],
|
|
@@ -475,7 +475,7 @@ var metadata = {
|
|
|
475
475
|
status: 'published'
|
|
476
476
|
},
|
|
477
477
|
camera: {
|
|
478
|
-
keywords: ['camera', 'photo', 'icon'
|
|
478
|
+
keywords: ['camera', 'photo', 'icon'],
|
|
479
479
|
componentName: 'CameraIcon',
|
|
480
480
|
package: '@atlaskit/icon/core/camera',
|
|
481
481
|
oldName: ['camera-filled', 'camera', 'editor/photo'],
|
|
@@ -486,7 +486,7 @@ var metadata = {
|
|
|
486
486
|
status: 'published'
|
|
487
487
|
},
|
|
488
488
|
capture: {
|
|
489
|
-
keywords: ['capture', 'icon', '
|
|
489
|
+
keywords: ['capture', 'icon', 'focus', 'focus area', 'capture'],
|
|
490
490
|
componentName: 'CaptureIcon',
|
|
491
491
|
package: '@atlaskit/icon/core/capture',
|
|
492
492
|
oldName: ['jira/capture'],
|
|
@@ -502,7 +502,7 @@ var metadata = {
|
|
|
502
502
|
status: 'deprecated'
|
|
503
503
|
},
|
|
504
504
|
card: {
|
|
505
|
-
keywords: ['card', 'icon', '
|
|
505
|
+
keywords: ['card', 'icon', 'card'],
|
|
506
506
|
componentName: 'CardIcon',
|
|
507
507
|
package: '@atlaskit/icon/core/card',
|
|
508
508
|
type: 'core',
|
|
@@ -512,7 +512,7 @@ var metadata = {
|
|
|
512
512
|
status: 'published'
|
|
513
513
|
},
|
|
514
514
|
cash: {
|
|
515
|
-
keywords: ['cash', 'icon', '
|
|
515
|
+
keywords: ['cash', 'icon', 'currency', 'money', 'cash', 'dollar', 'bill', 'work type'],
|
|
516
516
|
componentName: 'CashIcon',
|
|
517
517
|
package: '@atlaskit/icon/core/cash',
|
|
518
518
|
type: 'core',
|
|
@@ -522,7 +522,7 @@ var metadata = {
|
|
|
522
522
|
status: 'published'
|
|
523
523
|
},
|
|
524
524
|
changes: {
|
|
525
|
-
keywords: ['changes', 'icon', '
|
|
525
|
+
keywords: ['changes', 'icon', 'jira status', 'horizontal arrows'],
|
|
526
526
|
componentName: 'ChangesIcon',
|
|
527
527
|
package: '@atlaskit/icon/core/changes',
|
|
528
528
|
type: 'core',
|
|
@@ -532,7 +532,7 @@ var metadata = {
|
|
|
532
532
|
status: 'published'
|
|
533
533
|
},
|
|
534
534
|
'chart-bar': {
|
|
535
|
-
keywords: ['chart-bar', 'chartbar', 'icon', '
|
|
535
|
+
keywords: ['chart-bar', 'chartbar', 'icon', 'graph', 'bar', 'analytics', 'report', 'column chart'],
|
|
536
536
|
componentName: 'ChartBarIcon',
|
|
537
537
|
package: '@atlaskit/icon/core/chart-bar',
|
|
538
538
|
oldName: ['graph-bar', 'media-services/presentation'],
|
|
@@ -543,7 +543,7 @@ var metadata = {
|
|
|
543
543
|
status: 'published'
|
|
544
544
|
},
|
|
545
545
|
'chart-bubble': {
|
|
546
|
-
keywords: ['chart-bubble', 'chartbubble', 'icon', '
|
|
546
|
+
keywords: ['chart-bubble', 'chartbubble', 'icon', 'graph', 'matrix', 'bubble', 'plot'],
|
|
547
547
|
componentName: 'ChartBubbleIcon',
|
|
548
548
|
package: '@atlaskit/icon/core/chart-bubble',
|
|
549
549
|
type: 'core',
|
|
@@ -553,7 +553,7 @@ var metadata = {
|
|
|
553
553
|
status: 'published'
|
|
554
554
|
},
|
|
555
555
|
'chart-matrix': {
|
|
556
|
-
keywords: ['chart-matrix', 'chartmatrix', 'icon', '
|
|
556
|
+
keywords: ['chart-matrix', 'chartmatrix', 'icon', 'dot chart', 'graph', 'matrix', ''],
|
|
557
557
|
componentName: 'ChartMatrixIcon',
|
|
558
558
|
package: '@atlaskit/icon/core/chart-matrix',
|
|
559
559
|
type: 'core',
|
|
@@ -563,7 +563,7 @@ var metadata = {
|
|
|
563
563
|
status: 'published'
|
|
564
564
|
},
|
|
565
565
|
'chart-pie': {
|
|
566
|
-
keywords: ['chart-pie', 'chartpie', 'icon', '
|
|
566
|
+
keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
|
|
567
567
|
componentName: 'ChartPieIcon',
|
|
568
568
|
package: '@atlaskit/icon/core/chart-pie',
|
|
569
569
|
type: 'core',
|
|
@@ -573,7 +573,7 @@ var metadata = {
|
|
|
573
573
|
status: 'published'
|
|
574
574
|
},
|
|
575
575
|
'chart-trend': {
|
|
576
|
-
keywords: ['chart-trend', 'charttrend', 'icon', '
|
|
576
|
+
keywords: ['chart-trend', 'charttrend', 'icon', 'reports', 'graph', 'impact effort', ''],
|
|
577
577
|
componentName: 'ChartTrendIcon',
|
|
578
578
|
package: '@atlaskit/icon/core/chart-trend',
|
|
579
579
|
oldName: ['graph-line'],
|
|
@@ -584,7 +584,7 @@ var metadata = {
|
|
|
584
584
|
status: 'published'
|
|
585
585
|
},
|
|
586
586
|
'chart-trend-down': {
|
|
587
|
-
keywords: ['chart-trend-down', 'charttrenddown', 'icon', '
|
|
587
|
+
keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
|
|
588
588
|
componentName: 'ChartTrendDownIcon',
|
|
589
589
|
package: '@atlaskit/icon/core/chart-trend-down',
|
|
590
590
|
type: 'core',
|
|
@@ -594,7 +594,7 @@ var metadata = {
|
|
|
594
594
|
status: 'published'
|
|
595
595
|
},
|
|
596
596
|
'chart-trend-up': {
|
|
597
|
-
keywords: ['chart-trend-up', 'charttrendup', 'icon', '
|
|
597
|
+
keywords: ['chart-trend-up', 'charttrendup', 'icon', 'reports', 'graph', 'impact', 'effort', 'upward trend'],
|
|
598
598
|
componentName: 'ChartTrendUpIcon',
|
|
599
599
|
package: '@atlaskit/icon/core/chart-trend-up',
|
|
600
600
|
type: 'core',
|
|
@@ -604,7 +604,7 @@ var metadata = {
|
|
|
604
604
|
status: 'published'
|
|
605
605
|
},
|
|
606
606
|
'chat-widget': {
|
|
607
|
-
keywords: ['chat-widget', 'chatwidget', 'icon', '
|
|
607
|
+
keywords: ['chat-widget', 'chatwidget', 'icon', 'chat', 'widget', 'virtual service agent', 'vsa'],
|
|
608
608
|
componentName: 'ChatWidgetIcon',
|
|
609
609
|
package: '@atlaskit/icon/core/chat-widget',
|
|
610
610
|
type: 'core',
|
|
@@ -614,7 +614,7 @@ var metadata = {
|
|
|
614
614
|
status: 'published'
|
|
615
615
|
},
|
|
616
616
|
'check-circle': {
|
|
617
|
-
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', '
|
|
617
|
+
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
|
|
618
618
|
componentName: 'CheckCircleIcon',
|
|
619
619
|
package: '@atlaskit/icon/core/check-circle',
|
|
620
620
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
@@ -624,8 +624,18 @@ var metadata = {
|
|
|
624
624
|
team: 'Design System Team',
|
|
625
625
|
status: 'published'
|
|
626
626
|
},
|
|
627
|
+
'check-circle-unchecked': {
|
|
628
|
+
keywords: ['check-circle-unchecked', 'checkcircleunchecked', 'icon', 'incomplete', 'unchecked'],
|
|
629
|
+
componentName: 'CheckCircleUncheckedIcon',
|
|
630
|
+
package: '@atlaskit/icon/core/check-circle-unchecked',
|
|
631
|
+
type: 'core',
|
|
632
|
+
categorization: 'multi-purpose',
|
|
633
|
+
usage: 'Known uses: Incomplete items',
|
|
634
|
+
team: 'Design System Team',
|
|
635
|
+
status: 'published'
|
|
636
|
+
},
|
|
627
637
|
'check-mark': {
|
|
628
|
-
keywords: ['check-mark', 'checkmark', 'icon', '
|
|
638
|
+
keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
|
|
629
639
|
componentName: 'CheckMarkIcon',
|
|
630
640
|
package: '@atlaskit/icon/core/check-mark',
|
|
631
641
|
oldName: ['check', 'editor/done'],
|
|
@@ -636,7 +646,7 @@ var metadata = {
|
|
|
636
646
|
status: 'published'
|
|
637
647
|
},
|
|
638
648
|
'checkbox-checked': {
|
|
639
|
-
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', '
|
|
649
|
+
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', 'filled', 'checked', 'select all'],
|
|
640
650
|
componentName: 'CheckboxCheckedIcon',
|
|
641
651
|
package: '@atlaskit/icon/core/checkbox-checked',
|
|
642
652
|
oldName: ['checkbox', 'editor/task'],
|
|
@@ -647,7 +657,7 @@ var metadata = {
|
|
|
647
657
|
status: 'published'
|
|
648
658
|
},
|
|
649
659
|
'checkbox-indeterminate': {
|
|
650
|
-
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', '
|
|
660
|
+
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'filled', 'mixed'],
|
|
651
661
|
componentName: 'CheckboxIndeterminateIcon',
|
|
652
662
|
package: '@atlaskit/icon/core/checkbox-indeterminate',
|
|
653
663
|
oldName: ['checkbox-indeterminate'],
|
|
@@ -658,7 +668,7 @@ var metadata = {
|
|
|
658
668
|
status: 'published'
|
|
659
669
|
},
|
|
660
670
|
'checkbox-unchecked': {
|
|
661
|
-
keywords: ['checkbox-unchecked', 'checkboxunchecked', 'icon', '
|
|
671
|
+
keywords: ['checkbox-unchecked', 'checkboxunchecked', 'icon', 'unchecked'],
|
|
662
672
|
componentName: 'CheckboxUncheckedIcon',
|
|
663
673
|
package: '@atlaskit/icon/core/checkbox-unchecked',
|
|
664
674
|
type: 'core',
|
|
@@ -668,7 +678,7 @@ var metadata = {
|
|
|
668
678
|
status: 'published'
|
|
669
679
|
},
|
|
670
680
|
'chevron-double-left': {
|
|
671
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', '
|
|
681
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'double chevron', 'previous year', 'left'],
|
|
672
682
|
componentName: 'ChevronDoubleLeftIcon',
|
|
673
683
|
package: '@atlaskit/icon/core/chevron-double-left',
|
|
674
684
|
shouldRecommendSmallIcon: true,
|
|
@@ -680,7 +690,7 @@ var metadata = {
|
|
|
680
690
|
slackChannel: '#icon-contributions'
|
|
681
691
|
},
|
|
682
692
|
'chevron-double-right': {
|
|
683
|
-
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', '
|
|
693
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'double chevron', 'right', 'next year'],
|
|
684
694
|
componentName: 'ChevronDoubleRightIcon',
|
|
685
695
|
package: '@atlaskit/icon/core/chevron-double-right',
|
|
686
696
|
shouldRecommendSmallIcon: true,
|
|
@@ -692,7 +702,7 @@ var metadata = {
|
|
|
692
702
|
slackChannel: '#icon-contributions'
|
|
693
703
|
},
|
|
694
704
|
'chevron-down': {
|
|
695
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', '
|
|
705
|
+
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'chevron down', 'expand', 'open'],
|
|
696
706
|
componentName: 'ChevronDownIcon',
|
|
697
707
|
package: '@atlaskit/icon/core/chevron-down',
|
|
698
708
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
@@ -705,7 +715,7 @@ var metadata = {
|
|
|
705
715
|
slackChannel: '#icon-contributions'
|
|
706
716
|
},
|
|
707
717
|
'chevron-left': {
|
|
708
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', '
|
|
718
|
+
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'chevron left', 'back', 'previous'],
|
|
709
719
|
componentName: 'ChevronLeftIcon',
|
|
710
720
|
package: '@atlaskit/icon/core/chevron-left',
|
|
711
721
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
@@ -718,7 +728,7 @@ var metadata = {
|
|
|
718
728
|
slackChannel: '#icon-contributions'
|
|
719
729
|
},
|
|
720
730
|
'chevron-right': {
|
|
721
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', '
|
|
731
|
+
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
722
732
|
componentName: 'ChevronRightIcon',
|
|
723
733
|
package: '@atlaskit/icon/core/chevron-right',
|
|
724
734
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
@@ -731,7 +741,7 @@ var metadata = {
|
|
|
731
741
|
slackChannel: '#icon-contributions'
|
|
732
742
|
},
|
|
733
743
|
'chevron-up': {
|
|
734
|
-
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', '
|
|
744
|
+
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'chevron up', 'close dropdown menu', 'collapse'],
|
|
735
745
|
componentName: 'ChevronUpIcon',
|
|
736
746
|
package: '@atlaskit/icon/core/chevron-up',
|
|
737
747
|
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
@@ -744,7 +754,7 @@ var metadata = {
|
|
|
744
754
|
slackChannel: '#icon-contributions'
|
|
745
755
|
},
|
|
746
756
|
'child-work-items': {
|
|
747
|
-
keywords: ['child-work-items', 'childworkitems', 'icon', '
|
|
757
|
+
keywords: ['child-work-items', 'childworkitems', 'icon', 'children', 'child', 'related', 'work items'],
|
|
748
758
|
componentName: 'ChildWorkItemsIcon',
|
|
749
759
|
package: '@atlaskit/icon/core/child-work-items',
|
|
750
760
|
oldName: ['child-issues'],
|
|
@@ -755,7 +765,7 @@ var metadata = {
|
|
|
755
765
|
status: 'published'
|
|
756
766
|
},
|
|
757
767
|
clipboard: {
|
|
758
|
-
keywords: ['clipboard', 'icon', '
|
|
768
|
+
keywords: ['clipboard', 'icon', 'clipboard', 'paste'],
|
|
759
769
|
componentName: 'ClipboardIcon',
|
|
760
770
|
package: '@atlaskit/icon/core/clipboard',
|
|
761
771
|
type: 'core',
|
|
@@ -765,7 +775,7 @@ var metadata = {
|
|
|
765
775
|
status: 'published'
|
|
766
776
|
},
|
|
767
777
|
clock: {
|
|
768
|
-
keywords: ['clock', 'icon', '
|
|
778
|
+
keywords: ['clock', 'icon', 'time', 'recent', 'history'],
|
|
769
779
|
componentName: 'ClockIcon',
|
|
770
780
|
package: '@atlaskit/icon/core/clock',
|
|
771
781
|
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
@@ -776,7 +786,7 @@ var metadata = {
|
|
|
776
786
|
status: 'published'
|
|
777
787
|
},
|
|
778
788
|
close: {
|
|
779
|
-
keywords: ['close', 'icon', '
|
|
789
|
+
keywords: ['close', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
780
790
|
componentName: 'CloseIcon',
|
|
781
791
|
package: '@atlaskit/icon/core/close',
|
|
782
792
|
oldName: ['cross', 'editor/close'],
|
|
@@ -792,7 +802,7 @@ var metadata = {
|
|
|
792
802
|
status: 'deprecated'
|
|
793
803
|
},
|
|
794
804
|
'cloud-arrow-up': {
|
|
795
|
-
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', '
|
|
805
|
+
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'deployments', 'up arrow'],
|
|
796
806
|
componentName: 'CloudArrowUpIcon',
|
|
797
807
|
package: '@atlaskit/icon/core/cloud-arrow-up',
|
|
798
808
|
oldName: ['upload'],
|
|
@@ -803,7 +813,7 @@ var metadata = {
|
|
|
803
813
|
status: 'published'
|
|
804
814
|
},
|
|
805
815
|
'collapse-horizontal': {
|
|
806
|
-
keywords: ['collapse-horizontal', 'collapsehorizontal', 'icon', '
|
|
816
|
+
keywords: ['collapse-horizontal', 'collapsehorizontal', 'icon', 'collapse', 'width', 'horizontal arrows'],
|
|
807
817
|
componentName: 'CollapseHorizontalIcon',
|
|
808
818
|
package: '@atlaskit/icon/core/collapse-horizontal',
|
|
809
819
|
type: 'core',
|
|
@@ -813,7 +823,7 @@ var metadata = {
|
|
|
813
823
|
status: 'published'
|
|
814
824
|
},
|
|
815
825
|
'collapse-vertical': {
|
|
816
|
-
keywords: ['collapse-vertical', 'collapsevertical', 'icon', '
|
|
826
|
+
keywords: ['collapse-vertical', 'collapsevertical', 'icon', 'collapse', 'height', 'vertical arrows'],
|
|
817
827
|
componentName: 'CollapseVerticalIcon',
|
|
818
828
|
package: '@atlaskit/icon/core/collapse-vertical',
|
|
819
829
|
type: 'core',
|
|
@@ -823,7 +833,7 @@ var metadata = {
|
|
|
823
833
|
status: 'published'
|
|
824
834
|
},
|
|
825
835
|
comment: {
|
|
826
|
-
keywords: ['comment', 'chat', 'speech', 'icon', '
|
|
836
|
+
keywords: ['comment', 'chat', 'speech', 'icon', 'speech bubble'],
|
|
827
837
|
componentName: 'CommentIcon',
|
|
828
838
|
package: '@atlaskit/icon/core/comment',
|
|
829
839
|
oldName: ['comment', 'questions'],
|
|
@@ -834,7 +844,7 @@ var metadata = {
|
|
|
834
844
|
status: 'published'
|
|
835
845
|
},
|
|
836
846
|
'comment-add': {
|
|
837
|
-
keywords: ['comment-add', 'commentadd', 'icon', '
|
|
847
|
+
keywords: ['comment-add', 'commentadd', 'icon', 'speech bubble', 'plus'],
|
|
838
848
|
componentName: 'CommentAddIcon',
|
|
839
849
|
package: '@atlaskit/icon/core/comment-add',
|
|
840
850
|
oldName: ['media-services/add-comment'],
|
|
@@ -845,7 +855,7 @@ var metadata = {
|
|
|
845
855
|
status: 'published'
|
|
846
856
|
},
|
|
847
857
|
commit: {
|
|
848
|
-
keywords: ['commit', 'icon', '
|
|
858
|
+
keywords: ['commit', 'icon', 'git commit', 'bitbucket commit'],
|
|
849
859
|
componentName: 'CommitIcon',
|
|
850
860
|
package: '@atlaskit/icon/core/commit',
|
|
851
861
|
oldName: ['bitbucket/commits'],
|
|
@@ -856,7 +866,7 @@ var metadata = {
|
|
|
856
866
|
status: 'published'
|
|
857
867
|
},
|
|
858
868
|
compass: {
|
|
859
|
-
keywords: ['compass', 'icon', '
|
|
869
|
+
keywords: ['compass', 'icon', 'template'],
|
|
860
870
|
componentName: 'CompassIcon',
|
|
861
871
|
package: '@atlaskit/icon/core/compass',
|
|
862
872
|
oldName: ['discover-filled', 'discover'],
|
|
@@ -867,7 +877,7 @@ var metadata = {
|
|
|
867
877
|
status: 'published'
|
|
868
878
|
},
|
|
869
879
|
component: {
|
|
870
|
-
keywords: ['component', 'block', 'lego', 'icon', '
|
|
880
|
+
keywords: ['component', 'block', 'lego', 'icon', 'lego', 'brick', 'block'],
|
|
871
881
|
componentName: 'ComponentIcon',
|
|
872
882
|
package: '@atlaskit/icon/core/component',
|
|
873
883
|
oldName: ['component'],
|
|
@@ -878,7 +888,7 @@ var metadata = {
|
|
|
878
888
|
status: 'published'
|
|
879
889
|
},
|
|
880
890
|
'content-width-narrow': {
|
|
881
|
-
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', '
|
|
891
|
+
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
882
892
|
componentName: 'ContentWidthNarrowIcon',
|
|
883
893
|
package: '@atlaskit/icon/core/content-width-narrow',
|
|
884
894
|
oldName: ['editor/media-center'],
|
|
@@ -889,7 +899,7 @@ var metadata = {
|
|
|
889
899
|
status: 'published'
|
|
890
900
|
},
|
|
891
901
|
'content-width-wide': {
|
|
892
|
-
keywords: ['content-width-wide', 'contentwidthwide', 'icon', '
|
|
902
|
+
keywords: ['content-width-wide', 'contentwidthwide', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'wide'],
|
|
893
903
|
componentName: 'ContentWidthWideIcon',
|
|
894
904
|
package: '@atlaskit/icon/core/content-width-wide',
|
|
895
905
|
oldName: ['editor/media-wide'],
|
|
@@ -900,7 +910,7 @@ var metadata = {
|
|
|
900
910
|
status: 'published'
|
|
901
911
|
},
|
|
902
912
|
'content-wrap-left': {
|
|
903
|
-
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', '
|
|
913
|
+
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', 'content', 'media', 'image', 'alignment', 'left', 'inline', 'wrap'],
|
|
904
914
|
componentName: 'ContentWrapLeftIcon',
|
|
905
915
|
package: '@atlaskit/icon/core/content-wrap-left',
|
|
906
916
|
oldName: ['editor/media-wrap-left'],
|
|
@@ -911,7 +921,7 @@ var metadata = {
|
|
|
911
921
|
status: 'published'
|
|
912
922
|
},
|
|
913
923
|
'content-wrap-right': {
|
|
914
|
-
keywords: ['content-wrap-right', 'contentwrapright', 'icon', '
|
|
924
|
+
keywords: ['content-wrap-right', 'contentwrapright', 'icon', 'content', 'media', 'image', 'alignment', 'right', 'inline', 'wrap'],
|
|
915
925
|
componentName: 'ContentWrapRightIcon',
|
|
916
926
|
package: '@atlaskit/icon/core/content-wrap-right',
|
|
917
927
|
oldName: ['editor/media-wrap-right'],
|
|
@@ -922,7 +932,7 @@ var metadata = {
|
|
|
922
932
|
status: 'published'
|
|
923
933
|
},
|
|
924
934
|
copy: {
|
|
925
|
-
keywords: ['copy', 'duplicate', 'icon', '
|
|
935
|
+
keywords: ['copy', 'duplicate', 'icon', 'copy', 'object'],
|
|
926
936
|
componentName: 'CopyIcon',
|
|
927
937
|
package: '@atlaskit/icon/core/copy',
|
|
928
938
|
oldName: ['copy'],
|
|
@@ -933,7 +943,7 @@ var metadata = {
|
|
|
933
943
|
status: 'published'
|
|
934
944
|
},
|
|
935
945
|
'credit-card': {
|
|
936
|
-
keywords: ['credit-card', 'creditcard', 'icon', '
|
|
946
|
+
keywords: ['credit-card', 'creditcard', 'icon', 'payment', 'invoice'],
|
|
937
947
|
componentName: 'CreditCardIcon',
|
|
938
948
|
package: '@atlaskit/icon/core/credit-card',
|
|
939
949
|
oldName: ['creditcard-filled', 'creditcard'],
|
|
@@ -944,7 +954,7 @@ var metadata = {
|
|
|
944
954
|
status: 'published'
|
|
945
955
|
},
|
|
946
956
|
cross: {
|
|
947
|
-
keywords: ['cross', 'close', 'x', 'cancel', 'icon', '
|
|
957
|
+
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
948
958
|
componentName: 'CrossIcon',
|
|
949
959
|
package: '@atlaskit/icon/core/cross',
|
|
950
960
|
oldName: ['cross', 'editor/close'],
|
|
@@ -955,7 +965,7 @@ var metadata = {
|
|
|
955
965
|
status: 'published'
|
|
956
966
|
},
|
|
957
967
|
'cross-circle': {
|
|
958
|
-
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', '
|
|
968
|
+
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
959
969
|
componentName: 'CrossCircleIcon',
|
|
960
970
|
package: '@atlaskit/icon/core/cross-circle',
|
|
961
971
|
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
@@ -966,7 +976,7 @@ var metadata = {
|
|
|
966
976
|
status: 'published'
|
|
967
977
|
},
|
|
968
978
|
'curly-brackets': {
|
|
969
|
-
keywords: ['curly-brackets', 'curlybrackets', 'icon', '
|
|
979
|
+
keywords: ['curly-brackets', 'curlybrackets', 'icon', 'curly brackets', 'braces', 'smart value'],
|
|
970
980
|
componentName: 'CurlyBracketsIcon',
|
|
971
981
|
package: '@atlaskit/icon/core/curly-brackets',
|
|
972
982
|
type: 'core',
|
|
@@ -976,7 +986,7 @@ var metadata = {
|
|
|
976
986
|
status: 'published'
|
|
977
987
|
},
|
|
978
988
|
customize: {
|
|
979
|
-
keywords: ['customize', 'icon', '
|
|
989
|
+
keywords: ['customize', 'icon', 'customise', 'configure', 'modify', 'preferences', 'settings', 'sliders'],
|
|
980
990
|
componentName: 'CustomizeIcon',
|
|
981
991
|
package: '@atlaskit/icon/core/customize',
|
|
982
992
|
oldName: ['preferences'],
|
|
@@ -987,7 +997,7 @@ var metadata = {
|
|
|
987
997
|
status: 'published'
|
|
988
998
|
},
|
|
989
999
|
dashboard: {
|
|
990
|
-
keywords: ['dashboard', 'window', 'grid', 'icon', '
|
|
1000
|
+
keywords: ['dashboard', 'window', 'grid', 'icon', 'activity', 'view'],
|
|
991
1001
|
componentName: 'DashboardIcon',
|
|
992
1002
|
package: '@atlaskit/icon/core/dashboard',
|
|
993
1003
|
oldName: ['activity', 'dashboard'],
|
|
@@ -998,7 +1008,7 @@ var metadata = {
|
|
|
998
1008
|
status: 'published'
|
|
999
1009
|
},
|
|
1000
1010
|
'data-flow': {
|
|
1001
|
-
keywords: ['data-flow', 'dataflow', 'icon', '
|
|
1011
|
+
keywords: ['data-flow', 'dataflow', 'icon', 'relationship', 'data', 'flow chart'],
|
|
1002
1012
|
componentName: 'DataFlowIcon',
|
|
1003
1013
|
package: '@atlaskit/icon/core/data-flow',
|
|
1004
1014
|
type: 'core',
|
|
@@ -1008,7 +1018,7 @@ var metadata = {
|
|
|
1008
1018
|
status: 'published'
|
|
1009
1019
|
},
|
|
1010
1020
|
'data-number': {
|
|
1011
|
-
keywords: ['data-number', 'datanumber', 'icon', '
|
|
1021
|
+
keywords: ['data-number', 'datanumber', 'icon', 'numbers', '123', 'proforma', 'datatype'],
|
|
1012
1022
|
componentName: 'DataNumberIcon',
|
|
1013
1023
|
package: '@atlaskit/icon/core/data-number',
|
|
1014
1024
|
type: 'core',
|
|
@@ -1018,7 +1028,7 @@ var metadata = {
|
|
|
1018
1028
|
status: 'published'
|
|
1019
1029
|
},
|
|
1020
1030
|
'data-string': {
|
|
1021
|
-
keywords: ['data-string', 'datastring', 'icon', '
|
|
1031
|
+
keywords: ['data-string', 'datastring', 'icon', 'string', 'letters', 'abc', 'proforma', 'datatype'],
|
|
1022
1032
|
componentName: 'DataStringIcon',
|
|
1023
1033
|
package: '@atlaskit/icon/core/data-string',
|
|
1024
1034
|
type: 'core',
|
|
@@ -1028,7 +1038,7 @@ var metadata = {
|
|
|
1028
1038
|
status: 'published'
|
|
1029
1039
|
},
|
|
1030
1040
|
database: {
|
|
1031
|
-
keywords: ['database', 'icon', '
|
|
1041
|
+
keywords: ['database', 'icon', 'spreadsheet', 'table', 'data', 'cells'],
|
|
1032
1042
|
componentName: 'DatabaseIcon',
|
|
1033
1043
|
package: '@atlaskit/icon/core/database',
|
|
1034
1044
|
type: 'core',
|
|
@@ -1038,7 +1048,7 @@ var metadata = {
|
|
|
1038
1048
|
status: 'published'
|
|
1039
1049
|
},
|
|
1040
1050
|
decision: {
|
|
1041
|
-
keywords: ['decision', 'icon', '
|
|
1051
|
+
keywords: ['decision', 'icon', 'fork', 'diagonal arrow'],
|
|
1042
1052
|
componentName: 'DecisionIcon',
|
|
1043
1053
|
package: '@atlaskit/icon/core/decision',
|
|
1044
1054
|
oldName: ['decision', 'editor/decision'],
|
|
@@ -1049,7 +1059,7 @@ var metadata = {
|
|
|
1049
1059
|
status: 'published'
|
|
1050
1060
|
},
|
|
1051
1061
|
defect: {
|
|
1052
|
-
keywords: ['defect', 'icon', '
|
|
1062
|
+
keywords: ['defect', 'icon', 'defect', 'fragile', 'cracked', 'work type'],
|
|
1053
1063
|
componentName: 'DefectIcon',
|
|
1054
1064
|
package: '@atlaskit/icon/core/defect',
|
|
1055
1065
|
type: 'core',
|
|
@@ -1059,7 +1069,7 @@ var metadata = {
|
|
|
1059
1069
|
status: 'published'
|
|
1060
1070
|
},
|
|
1061
1071
|
delete: {
|
|
1062
|
-
keywords: ['delete', 'icon', '
|
|
1072
|
+
keywords: ['delete', 'icon', 'trash', 'bin', 'remove'],
|
|
1063
1073
|
componentName: 'DeleteIcon',
|
|
1064
1074
|
package: '@atlaskit/icon/core/delete',
|
|
1065
1075
|
oldName: ['editor/remove', 'trash'],
|
|
@@ -1070,7 +1080,7 @@ var metadata = {
|
|
|
1070
1080
|
status: 'published'
|
|
1071
1081
|
},
|
|
1072
1082
|
department: {
|
|
1073
|
-
keywords: ['department', 'icon', '
|
|
1083
|
+
keywords: ['department', 'icon', 'organization', 'organisation', 'org chart', 'hierarchy'],
|
|
1074
1084
|
componentName: 'DepartmentIcon',
|
|
1075
1085
|
package: '@atlaskit/icon/core/department',
|
|
1076
1086
|
oldName: ['department'],
|
|
@@ -1081,7 +1091,7 @@ var metadata = {
|
|
|
1081
1091
|
status: 'published'
|
|
1082
1092
|
},
|
|
1083
1093
|
'device-mobile': {
|
|
1084
|
-
keywords: ['device-mobile', 'devicemobile', 'icon', '
|
|
1094
|
+
keywords: ['device-mobile', 'devicemobile', 'icon', 'iphone', 'mobile phone', 'cell phone'],
|
|
1085
1095
|
componentName: 'DeviceMobileIcon',
|
|
1086
1096
|
package: '@atlaskit/icon/core/device-mobile',
|
|
1087
1097
|
oldName: ['mobile'],
|
|
@@ -1092,7 +1102,7 @@ var metadata = {
|
|
|
1092
1102
|
status: 'published'
|
|
1093
1103
|
},
|
|
1094
1104
|
devices: {
|
|
1095
|
-
keywords: ['devices', 'icon', '
|
|
1105
|
+
keywords: ['devices', 'icon', 'devices', 'assets', 'laptop', 'phone', 'hardware', 'work type'],
|
|
1096
1106
|
componentName: 'DevicesIcon',
|
|
1097
1107
|
package: '@atlaskit/icon/core/devices',
|
|
1098
1108
|
type: 'core',
|
|
@@ -1102,7 +1112,7 @@ var metadata = {
|
|
|
1102
1112
|
status: 'published'
|
|
1103
1113
|
},
|
|
1104
1114
|
discovery: {
|
|
1105
|
-
keywords: ['discovery', 'icon', '
|
|
1115
|
+
keywords: ['discovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
1106
1116
|
componentName: 'DiscoveryIcon',
|
|
1107
1117
|
package: '@atlaskit/icon/core/discovery',
|
|
1108
1118
|
oldName: ['editor/note'],
|
|
@@ -1118,7 +1128,7 @@ var metadata = {
|
|
|
1118
1128
|
status: 'deprecated'
|
|
1119
1129
|
},
|
|
1120
1130
|
download: {
|
|
1121
|
-
keywords: ['download', 'cloud', 'icon', '
|
|
1131
|
+
keywords: ['download', 'cloud', 'icon', 'down arrow', 'file download'],
|
|
1122
1132
|
componentName: 'DownloadIcon',
|
|
1123
1133
|
package: '@atlaskit/icon/core/download',
|
|
1124
1134
|
oldName: ['download'],
|
|
@@ -1129,7 +1139,7 @@ var metadata = {
|
|
|
1129
1139
|
status: 'published'
|
|
1130
1140
|
},
|
|
1131
1141
|
'drag-handle-horizontal': {
|
|
1132
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', '
|
|
1142
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1133
1143
|
componentName: 'DragHandleHorizontalIcon',
|
|
1134
1144
|
package: '@atlaskit/icon/core/drag-handle-horizontal',
|
|
1135
1145
|
type: 'core',
|
|
@@ -1140,7 +1150,7 @@ var metadata = {
|
|
|
1140
1150
|
slackChannel: '#icon-contributions'
|
|
1141
1151
|
},
|
|
1142
1152
|
'drag-handle-vertical': {
|
|
1143
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', '
|
|
1153
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1144
1154
|
componentName: 'DragHandleVerticalIcon',
|
|
1145
1155
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1146
1156
|
oldName: ['drag-handler'],
|
|
@@ -1152,7 +1162,7 @@ var metadata = {
|
|
|
1152
1162
|
slackChannel: '#icon-contributions'
|
|
1153
1163
|
},
|
|
1154
1164
|
edit: {
|
|
1155
|
-
keywords: ['edit', 'pencil', 'write', 'icon', '
|
|
1165
|
+
keywords: ['edit', 'pencil', 'write', 'icon', 'pencil', 'pencil on page'],
|
|
1156
1166
|
componentName: 'EditIcon',
|
|
1157
1167
|
package: '@atlaskit/icon/core/edit',
|
|
1158
1168
|
oldName: ['edit-filled', 'edit', 'editor/edit'],
|
|
@@ -1163,7 +1173,7 @@ var metadata = {
|
|
|
1163
1173
|
status: 'published'
|
|
1164
1174
|
},
|
|
1165
1175
|
'edit-bulk': {
|
|
1166
|
-
keywords: ['edit-bulk', 'editbulk', 'icon', '
|
|
1176
|
+
keywords: ['edit-bulk', 'editbulk', 'icon', 'edit', 'pencil', 'multiple', 'bulk', 'change'],
|
|
1167
1177
|
componentName: 'EditBulkIcon',
|
|
1168
1178
|
package: '@atlaskit/icon/core/edit-bulk',
|
|
1169
1179
|
type: 'core',
|
|
@@ -1173,7 +1183,7 @@ var metadata = {
|
|
|
1173
1183
|
status: 'published'
|
|
1174
1184
|
},
|
|
1175
1185
|
email: {
|
|
1176
|
-
keywords: ['email', 'icon', '
|
|
1186
|
+
keywords: ['email', 'icon', 'envelope', 'message'],
|
|
1177
1187
|
componentName: 'EmailIcon',
|
|
1178
1188
|
package: '@atlaskit/icon/core/email',
|
|
1179
1189
|
oldName: ['email'],
|
|
@@ -1184,7 +1194,7 @@ var metadata = {
|
|
|
1184
1194
|
status: 'published'
|
|
1185
1195
|
},
|
|
1186
1196
|
emoji: {
|
|
1187
|
-
keywords: ['emoji', 'emoticon', 'smiley', 'icon', '
|
|
1197
|
+
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'smiley face', 'emoticon'],
|
|
1188
1198
|
componentName: 'EmojiIcon',
|
|
1189
1199
|
package: '@atlaskit/icon/core/emoji',
|
|
1190
1200
|
oldName: ['editor/emoji', 'emoji/emoji', 'emoji', 'emoji/people'],
|
|
@@ -1195,7 +1205,7 @@ var metadata = {
|
|
|
1195
1205
|
status: 'published'
|
|
1196
1206
|
},
|
|
1197
1207
|
'emoji-add': {
|
|
1198
|
-
keywords: ['emoji-add', 'emojiadd', 'icon', '
|
|
1208
|
+
keywords: ['emoji-add', 'emojiadd', 'icon', 'smiley face', 'emoticon', 'plus'],
|
|
1199
1209
|
componentName: 'EmojiAddIcon',
|
|
1200
1210
|
package: '@atlaskit/icon/core/emoji-add',
|
|
1201
1211
|
oldName: ['emoji-add'],
|
|
@@ -1206,7 +1216,7 @@ var metadata = {
|
|
|
1206
1216
|
status: 'published'
|
|
1207
1217
|
},
|
|
1208
1218
|
'emoji-casual': {
|
|
1209
|
-
keywords: ['emoji-casual', 'emojicasual', 'icon', '
|
|
1219
|
+
keywords: ['emoji-casual', 'emojicasual', 'icon', 'emoij', 'casual', 'sunglasses', 'chill', 'relaxed'],
|
|
1210
1220
|
componentName: 'EmojiCasualIcon',
|
|
1211
1221
|
package: '@atlaskit/icon/core/emoji-casual',
|
|
1212
1222
|
type: 'core',
|
|
@@ -1216,7 +1226,7 @@ var metadata = {
|
|
|
1216
1226
|
status: 'published'
|
|
1217
1227
|
},
|
|
1218
1228
|
'emoji-neutral': {
|
|
1219
|
-
keywords: ['emoji-neutral', 'emojineutral', 'icon', '
|
|
1229
|
+
keywords: ['emoji-neutral', 'emojineutral', 'icon', 'emoji', 'neutral', 'ambivalent'],
|
|
1220
1230
|
componentName: 'EmojiNeutralIcon',
|
|
1221
1231
|
package: '@atlaskit/icon/core/emoji-neutral',
|
|
1222
1232
|
type: 'core',
|
|
@@ -1226,7 +1236,7 @@ var metadata = {
|
|
|
1226
1236
|
status: 'published'
|
|
1227
1237
|
},
|
|
1228
1238
|
'emoji-remove': {
|
|
1229
|
-
keywords: ['emoji-remove', 'emojiremove', 'icon', '
|
|
1239
|
+
keywords: ['emoji-remove', 'emojiremove', 'icon', 'emoji', 'remove', 'strikethrough'],
|
|
1230
1240
|
componentName: 'EmojiRemoveIcon',
|
|
1231
1241
|
package: '@atlaskit/icon/core/emoji-remove',
|
|
1232
1242
|
type: 'core',
|
|
@@ -1236,7 +1246,7 @@ var metadata = {
|
|
|
1236
1246
|
status: 'published'
|
|
1237
1247
|
},
|
|
1238
1248
|
epic: {
|
|
1239
|
-
keywords: ['epic', 'icon', '
|
|
1249
|
+
keywords: ['epic', 'icon', 'lightning bolt', 'jira status', 'filled'],
|
|
1240
1250
|
componentName: 'EpicIcon',
|
|
1241
1251
|
package: '@atlaskit/icon/core/epic',
|
|
1242
1252
|
type: 'core',
|
|
@@ -1246,7 +1256,7 @@ var metadata = {
|
|
|
1246
1256
|
status: 'published'
|
|
1247
1257
|
},
|
|
1248
1258
|
error: {
|
|
1249
|
-
keywords: ['error', 'warning', 'alert', 'icon', '
|
|
1259
|
+
keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1250
1260
|
componentName: 'ErrorIcon',
|
|
1251
1261
|
package: '@atlaskit/icon/core/error',
|
|
1252
1262
|
oldName: ['error'],
|
|
@@ -1262,7 +1272,7 @@ var metadata = {
|
|
|
1262
1272
|
status: 'deprecated'
|
|
1263
1273
|
},
|
|
1264
1274
|
'exclamation-square': {
|
|
1265
|
-
keywords: ['exclamation-square', 'exclamationsquare', 'icon', '
|
|
1275
|
+
keywords: ['exclamation-square', 'exclamationsquare', 'icon', '!', 'exclaim', 'square', 'work type'],
|
|
1266
1276
|
componentName: 'ExclamationSquareIcon',
|
|
1267
1277
|
package: '@atlaskit/icon/core/exclamation-square',
|
|
1268
1278
|
type: 'core',
|
|
@@ -1273,7 +1283,7 @@ var metadata = {
|
|
|
1273
1283
|
slackChannel: '#icon-contributions'
|
|
1274
1284
|
},
|
|
1275
1285
|
'expand-horizontal': {
|
|
1276
|
-
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', '
|
|
1286
|
+
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', 'expand', 'width', 'horizontal arrows', 'maximum width', 'stretch', 'fit'],
|
|
1277
1287
|
componentName: 'ExpandHorizontalIcon',
|
|
1278
1288
|
package: '@atlaskit/icon/core/expand-horizontal',
|
|
1279
1289
|
oldName: ['editor/media-full-width'],
|
|
@@ -1284,7 +1294,7 @@ var metadata = {
|
|
|
1284
1294
|
status: 'published'
|
|
1285
1295
|
},
|
|
1286
1296
|
'expand-vertical': {
|
|
1287
|
-
keywords: ['expand-vertical', 'expandvertical', 'icon', '
|
|
1297
|
+
keywords: ['expand-vertical', 'expandvertical', 'icon', 'expand', 'height', 'vertical arrows', 'maximum height', 'stretch', 'fit'],
|
|
1288
1298
|
componentName: 'ExpandVerticalIcon',
|
|
1289
1299
|
package: '@atlaskit/icon/core/expand-vertical',
|
|
1290
1300
|
type: 'core',
|
|
@@ -1294,7 +1304,7 @@ var metadata = {
|
|
|
1294
1304
|
status: 'published'
|
|
1295
1305
|
},
|
|
1296
1306
|
'eye-open': {
|
|
1297
|
-
keywords: ['eye-open', 'eyeopen', 'icon', '
|
|
1307
|
+
keywords: ['eye-open', 'eyeopen', 'icon', 'watch', 'visible', 'visbility', 'permissions'],
|
|
1298
1308
|
componentName: 'EyeOpenIcon',
|
|
1299
1309
|
package: '@atlaskit/icon/core/eye-open',
|
|
1300
1310
|
oldName: ['watch'],
|
|
@@ -1305,7 +1315,7 @@ var metadata = {
|
|
|
1305
1315
|
status: 'published'
|
|
1306
1316
|
},
|
|
1307
1317
|
'eye-open-filled': {
|
|
1308
|
-
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', '
|
|
1318
|
+
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', 'watching', 'visible', 'visbility', 'permissions', 'filled'],
|
|
1309
1319
|
componentName: 'EyeOpenFilledIcon',
|
|
1310
1320
|
package: '@atlaskit/icon/core/eye-open-filled',
|
|
1311
1321
|
oldName: ['hipchat/audio-only', 'watch-filled'],
|
|
@@ -1316,7 +1326,7 @@ var metadata = {
|
|
|
1316
1326
|
status: 'published'
|
|
1317
1327
|
},
|
|
1318
1328
|
'eye-open-strikethrough': {
|
|
1319
|
-
keywords: ['eye-open-strikethrough', 'eyeopenstrikethrough', 'icon', '
|
|
1329
|
+
keywords: ['eye-open-strikethrough', 'eyeopenstrikethrough', 'icon', 'unwatch', 'invisible', 'visibility', 'permissions'],
|
|
1320
1330
|
componentName: 'EyeOpenStrikethroughIcon',
|
|
1321
1331
|
package: '@atlaskit/icon/core/eye-open-strikethrough',
|
|
1322
1332
|
type: 'core',
|
|
@@ -1326,7 +1336,7 @@ var metadata = {
|
|
|
1326
1336
|
status: 'published'
|
|
1327
1337
|
},
|
|
1328
1338
|
feed: {
|
|
1329
|
-
keywords: ['feed', 'icon', '
|
|
1339
|
+
keywords: ['feed', 'icon', 'feed', 'updates', 'release notes', "what's new"],
|
|
1330
1340
|
componentName: 'FeedIcon',
|
|
1331
1341
|
package: '@atlaskit/icon/core/feed',
|
|
1332
1342
|
type: 'core',
|
|
@@ -1336,7 +1346,7 @@ var metadata = {
|
|
|
1336
1346
|
status: 'published'
|
|
1337
1347
|
},
|
|
1338
1348
|
feedback: {
|
|
1339
|
-
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', '
|
|
1349
|
+
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'diagonal arrow', 'chat bubble', 'survey', 'critique'],
|
|
1340
1350
|
componentName: 'FeedbackIcon',
|
|
1341
1351
|
package: '@atlaskit/icon/core/feedback',
|
|
1342
1352
|
oldName: ['editor/feedback', 'feedback'],
|
|
@@ -1347,7 +1357,7 @@ var metadata = {
|
|
|
1347
1357
|
status: 'published'
|
|
1348
1358
|
},
|
|
1349
1359
|
field: {
|
|
1350
|
-
keywords: ['field', 'icon', '
|
|
1360
|
+
keywords: ['field', 'icon', 'field', 'form', 'input', 'label'],
|
|
1351
1361
|
componentName: 'FieldIcon',
|
|
1352
1362
|
package: '@atlaskit/icon/core/field',
|
|
1353
1363
|
type: 'core',
|
|
@@ -1357,7 +1367,7 @@ var metadata = {
|
|
|
1357
1367
|
status: 'published'
|
|
1358
1368
|
},
|
|
1359
1369
|
'field-alert': {
|
|
1360
|
-
keywords: ['field-alert', 'fieldalert', 'icon', '
|
|
1370
|
+
keywords: ['field-alert', 'fieldalert', 'icon', 'field', 'alert', 'warning', 'change'],
|
|
1361
1371
|
componentName: 'FieldAlertIcon',
|
|
1362
1372
|
package: '@atlaskit/icon/core/field-alert',
|
|
1363
1373
|
type: 'core',
|
|
@@ -1367,7 +1377,7 @@ var metadata = {
|
|
|
1367
1377
|
status: 'published'
|
|
1368
1378
|
},
|
|
1369
1379
|
'field-checkbox-group': {
|
|
1370
|
-
keywords: ['field-checkbox-group', 'fieldcheckboxgroup', 'icon', '
|
|
1380
|
+
keywords: ['field-checkbox-group', 'fieldcheckboxgroup', 'icon', 'form', 'field', 'input type', 'checkbox', 'multi-select', 'options'],
|
|
1371
1381
|
componentName: 'FieldCheckboxGroupIcon',
|
|
1372
1382
|
package: '@atlaskit/icon/core/field-checkbox-group',
|
|
1373
1383
|
type: 'core',
|
|
@@ -1377,7 +1387,7 @@ var metadata = {
|
|
|
1377
1387
|
status: 'published'
|
|
1378
1388
|
},
|
|
1379
1389
|
'field-dropdown': {
|
|
1380
|
-
keywords: ['field-dropdown', 'fielddropdown', 'icon', '
|
|
1390
|
+
keywords: ['field-dropdown', 'fielddropdown', 'icon', 'form', 'field', 'select', 'dropdown'],
|
|
1381
1391
|
componentName: 'FieldDropdownIcon',
|
|
1382
1392
|
package: '@atlaskit/icon/core/field-dropdown',
|
|
1383
1393
|
type: 'core',
|
|
@@ -1387,7 +1397,7 @@ var metadata = {
|
|
|
1387
1397
|
status: 'published'
|
|
1388
1398
|
},
|
|
1389
1399
|
'field-radio-group': {
|
|
1390
|
-
keywords: ['field-radio-group', 'fieldradiogroup', 'icon', '
|
|
1400
|
+
keywords: ['field-radio-group', 'fieldradiogroup', 'icon', 'form', 'field', 'input type', 'radio', 'single-select', 'options'],
|
|
1391
1401
|
componentName: 'FieldRadioGroupIcon',
|
|
1392
1402
|
package: '@atlaskit/icon/core/field-radio-group',
|
|
1393
1403
|
type: 'core',
|
|
@@ -1397,7 +1407,7 @@ var metadata = {
|
|
|
1397
1407
|
status: 'published'
|
|
1398
1408
|
},
|
|
1399
1409
|
file: {
|
|
1400
|
-
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', '
|
|
1410
|
+
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'document', 'file', 'paper'],
|
|
1401
1411
|
componentName: 'FileIcon',
|
|
1402
1412
|
package: '@atlaskit/icon/core/file',
|
|
1403
1413
|
oldName: ['document-filled', 'document', 'editor/file', 'file'],
|
|
@@ -1408,7 +1418,7 @@ var metadata = {
|
|
|
1408
1418
|
status: 'published'
|
|
1409
1419
|
},
|
|
1410
1420
|
files: {
|
|
1411
|
-
keywords: ['files', 'icon', '
|
|
1421
|
+
keywords: ['files', 'icon', 'documents', 'files', 'papers'],
|
|
1412
1422
|
componentName: 'FilesIcon',
|
|
1413
1423
|
package: '@atlaskit/icon/core/files',
|
|
1414
1424
|
oldName: ['documents'],
|
|
@@ -1419,7 +1429,7 @@ var metadata = {
|
|
|
1419
1429
|
status: 'published'
|
|
1420
1430
|
},
|
|
1421
1431
|
filter: {
|
|
1422
|
-
keywords: ['filter', 'icon', '
|
|
1432
|
+
keywords: ['filter', 'icon', 'funnel', 'refine'],
|
|
1423
1433
|
componentName: 'FilterIcon',
|
|
1424
1434
|
package: '@atlaskit/icon/core/filter',
|
|
1425
1435
|
oldName: ['filter', 'media-services/filter'],
|
|
@@ -1430,7 +1440,7 @@ var metadata = {
|
|
|
1430
1440
|
status: 'published'
|
|
1431
1441
|
},
|
|
1432
1442
|
flag: {
|
|
1433
|
-
keywords: ['flag', 'icon', '
|
|
1443
|
+
keywords: ['flag', 'icon', 'important', 'emoji category'],
|
|
1434
1444
|
componentName: 'FlagIcon',
|
|
1435
1445
|
package: '@atlaskit/icon/core/flag',
|
|
1436
1446
|
oldName: ['emoji/flags'],
|
|
@@ -1441,7 +1451,7 @@ var metadata = {
|
|
|
1441
1451
|
status: 'published'
|
|
1442
1452
|
},
|
|
1443
1453
|
'flag-filled': {
|
|
1444
|
-
keywords: ['flag-filled', 'flagfilled', 'icon', '
|
|
1454
|
+
keywords: ['flag-filled', 'flagfilled', 'icon', 'flag', 'important', 'filled'],
|
|
1445
1455
|
componentName: 'FlagFilledIcon',
|
|
1446
1456
|
package: '@atlaskit/icon/core/flag-filled',
|
|
1447
1457
|
oldName: ['flag-filled'],
|
|
@@ -1452,7 +1462,7 @@ var metadata = {
|
|
|
1452
1462
|
status: 'published'
|
|
1453
1463
|
},
|
|
1454
1464
|
flask: {
|
|
1455
|
-
keywords: ['flask', 'icon', '
|
|
1465
|
+
keywords: ['flask', 'icon', 'labs', 'test', 'erlenmeyer flask', 'beaker'],
|
|
1456
1466
|
componentName: 'FlaskIcon',
|
|
1457
1467
|
package: '@atlaskit/icon/core/flask',
|
|
1458
1468
|
oldName: ['jira/labs'],
|
|
@@ -1463,7 +1473,7 @@ var metadata = {
|
|
|
1463
1473
|
status: 'published'
|
|
1464
1474
|
},
|
|
1465
1475
|
'focus-area': {
|
|
1466
|
-
keywords: ['focus-area', 'focusarea', 'icon', '
|
|
1476
|
+
keywords: ['focus-area', 'focusarea', 'icon', 'focus', 'focus area', 'capture'],
|
|
1467
1477
|
componentName: 'FocusAreaIcon',
|
|
1468
1478
|
package: '@atlaskit/icon/core/focus-area',
|
|
1469
1479
|
type: 'core',
|
|
@@ -1473,7 +1483,7 @@ var metadata = {
|
|
|
1473
1483
|
status: 'published'
|
|
1474
1484
|
},
|
|
1475
1485
|
'folder-closed': {
|
|
1476
|
-
keywords: ['folder-closed', 'folderclosed', 'icon', '
|
|
1486
|
+
keywords: ['folder-closed', 'folderclosed', 'icon', 'directory'],
|
|
1477
1487
|
componentName: 'FolderClosedIcon',
|
|
1478
1488
|
package: '@atlaskit/icon/core/folder-closed',
|
|
1479
1489
|
oldName: ['folder'],
|
|
@@ -1484,7 +1494,7 @@ var metadata = {
|
|
|
1484
1494
|
status: 'published'
|
|
1485
1495
|
},
|
|
1486
1496
|
'folder-open': {
|
|
1487
|
-
keywords: ['folder-open', 'folderopen', 'icon', '
|
|
1497
|
+
keywords: ['folder-open', 'folderopen', 'icon', 'directory'],
|
|
1488
1498
|
componentName: 'FolderOpenIcon',
|
|
1489
1499
|
package: '@atlaskit/icon/core/folder-open',
|
|
1490
1500
|
type: 'core',
|
|
@@ -1494,7 +1504,7 @@ var metadata = {
|
|
|
1494
1504
|
status: 'published'
|
|
1495
1505
|
},
|
|
1496
1506
|
form: {
|
|
1497
|
-
keywords: ['form', 'icon', '
|
|
1507
|
+
keywords: ['form', 'icon', 'form', 'fields'],
|
|
1498
1508
|
componentName: 'FormIcon',
|
|
1499
1509
|
package: '@atlaskit/icon/core/form',
|
|
1500
1510
|
type: 'core',
|
|
@@ -1504,7 +1514,7 @@ var metadata = {
|
|
|
1504
1514
|
status: 'published'
|
|
1505
1515
|
},
|
|
1506
1516
|
'fullscreen-enter': {
|
|
1507
|
-
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', '
|
|
1517
|
+
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', 'full screen'],
|
|
1508
1518
|
componentName: 'FullscreenEnterIcon',
|
|
1509
1519
|
package: '@atlaskit/icon/core/fullscreen-enter',
|
|
1510
1520
|
oldName: ['vid-full-screen-on'],
|
|
@@ -1515,7 +1525,7 @@ var metadata = {
|
|
|
1515
1525
|
status: 'published'
|
|
1516
1526
|
},
|
|
1517
1527
|
'fullscreen-exit': {
|
|
1518
|
-
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', '
|
|
1528
|
+
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', 'un-full screen', 'un-fullscreen'],
|
|
1519
1529
|
componentName: 'FullscreenExitIcon',
|
|
1520
1530
|
package: '@atlaskit/icon/core/fullscreen-exit',
|
|
1521
1531
|
oldName: ['media-services/full-screen'],
|
|
@@ -1526,7 +1536,7 @@ var metadata = {
|
|
|
1526
1536
|
status: 'published'
|
|
1527
1537
|
},
|
|
1528
1538
|
glasses: {
|
|
1529
|
-
keywords: ['glasses', 'icon', '
|
|
1539
|
+
keywords: ['glasses', 'icon', 'glasses', 'knowledge', 'learning', 'spectacles', 'education'],
|
|
1530
1540
|
componentName: 'GlassesIcon',
|
|
1531
1541
|
package: '@atlaskit/icon/core/glasses',
|
|
1532
1542
|
type: 'core',
|
|
@@ -1536,7 +1546,7 @@ var metadata = {
|
|
|
1536
1546
|
status: 'published'
|
|
1537
1547
|
},
|
|
1538
1548
|
globe: {
|
|
1539
|
-
keywords: ['globe', 'icon', '
|
|
1549
|
+
keywords: ['globe', 'icon', 'world'],
|
|
1540
1550
|
componentName: 'GlobeIcon',
|
|
1541
1551
|
package: '@atlaskit/icon/core/globe',
|
|
1542
1552
|
oldName: ['world', 'world-small'],
|
|
@@ -1547,7 +1557,7 @@ var metadata = {
|
|
|
1547
1557
|
status: 'published'
|
|
1548
1558
|
},
|
|
1549
1559
|
goal: {
|
|
1550
|
-
keywords: ['goal', 'icon', '
|
|
1560
|
+
keywords: ['goal', 'icon', 'target'],
|
|
1551
1561
|
componentName: 'GoalIcon',
|
|
1552
1562
|
package: '@atlaskit/icon/core/goal',
|
|
1553
1563
|
type: 'core',
|
|
@@ -1557,7 +1567,7 @@ var metadata = {
|
|
|
1557
1567
|
status: 'published'
|
|
1558
1568
|
},
|
|
1559
1569
|
grid: {
|
|
1560
|
-
keywords: ['grid', 'icon', '
|
|
1570
|
+
keywords: ['grid', 'icon', 'view all content', 'tile view', 'layout', 'grid', 'tiles'],
|
|
1561
1571
|
componentName: 'GridIcon',
|
|
1562
1572
|
package: '@atlaskit/icon/core/grid',
|
|
1563
1573
|
oldName: ['editor/table', 'media-services/grid', 'table'],
|
|
@@ -1568,7 +1578,7 @@ var metadata = {
|
|
|
1568
1578
|
status: 'published'
|
|
1569
1579
|
},
|
|
1570
1580
|
'grow-diagonal': {
|
|
1571
|
-
keywords: ['grow-diagonal', 'growdiagonal', 'icon', '
|
|
1581
|
+
keywords: ['grow-diagonal', 'growdiagonal', 'icon', 'grow', 'width and height', 'diagonal arrows'],
|
|
1572
1582
|
componentName: 'GrowDiagonalIcon',
|
|
1573
1583
|
package: '@atlaskit/icon/core/grow-diagonal',
|
|
1574
1584
|
oldName: ['media-services/actual-size'],
|
|
@@ -1579,7 +1589,7 @@ var metadata = {
|
|
|
1579
1589
|
status: 'published'
|
|
1580
1590
|
},
|
|
1581
1591
|
'grow-horizontal': {
|
|
1582
|
-
keywords: ['grow-horizontal', 'growhorizontal', 'icon', '
|
|
1592
|
+
keywords: ['grow-horizontal', 'growhorizontal', 'icon', 'grow', 'width', 'horizontal arrows'],
|
|
1583
1593
|
componentName: 'GrowHorizontalIcon',
|
|
1584
1594
|
package: '@atlaskit/icon/core/grow-horizontal',
|
|
1585
1595
|
oldName: ['editor/expand'],
|
|
@@ -1590,7 +1600,7 @@ var metadata = {
|
|
|
1590
1600
|
status: 'published'
|
|
1591
1601
|
},
|
|
1592
1602
|
'grow-vertical': {
|
|
1593
|
-
keywords: ['grow-vertical', 'growvertical', 'icon', '
|
|
1603
|
+
keywords: ['grow-vertical', 'growvertical', 'icon', 'grow', 'height', 'vertical arrows'],
|
|
1594
1604
|
componentName: 'GrowVerticalIcon',
|
|
1595
1605
|
package: '@atlaskit/icon/core/grow-vertical',
|
|
1596
1606
|
type: 'core',
|
|
@@ -1600,7 +1610,7 @@ var metadata = {
|
|
|
1600
1610
|
status: 'published'
|
|
1601
1611
|
},
|
|
1602
1612
|
hashtag: {
|
|
1603
|
-
keywords: ['hashtag', 'icon', '
|
|
1613
|
+
keywords: ['hashtag', 'icon', 'tag', 'topic', 'pound'],
|
|
1604
1614
|
componentName: 'HashtagIcon',
|
|
1605
1615
|
package: '@atlaskit/icon/core/hashtag',
|
|
1606
1616
|
type: 'core',
|
|
@@ -1610,7 +1620,7 @@ var metadata = {
|
|
|
1610
1620
|
status: 'published'
|
|
1611
1621
|
},
|
|
1612
1622
|
headphones: {
|
|
1613
|
-
keywords: ['headphones', 'icon', '
|
|
1623
|
+
keywords: ['headphones', 'icon', 'audio', 'music', 'headphones'],
|
|
1614
1624
|
componentName: 'HeadphonesIcon',
|
|
1615
1625
|
package: '@atlaskit/icon/core/headphones',
|
|
1616
1626
|
type: 'core',
|
|
@@ -1620,7 +1630,7 @@ var metadata = {
|
|
|
1620
1630
|
status: 'published'
|
|
1621
1631
|
},
|
|
1622
1632
|
heart: {
|
|
1623
|
-
keywords: ['heart', 'icon', '
|
|
1633
|
+
keywords: ['heart', 'icon', 'like', 'love', 'emoji category'],
|
|
1624
1634
|
componentName: 'HeartIcon',
|
|
1625
1635
|
package: '@atlaskit/icon/core/heart',
|
|
1626
1636
|
oldName: ['emoji/symbols'],
|
|
@@ -1631,7 +1641,7 @@ var metadata = {
|
|
|
1631
1641
|
status: 'published'
|
|
1632
1642
|
},
|
|
1633
1643
|
highlight: {
|
|
1634
|
-
keywords: ['highlight', 'icon', '
|
|
1644
|
+
keywords: ['highlight', 'icon', 'highlight', 'highlighter', 'stabilo', 'pen'],
|
|
1635
1645
|
componentName: 'HighlightIcon',
|
|
1636
1646
|
package: '@atlaskit/icon/core/highlight',
|
|
1637
1647
|
type: 'core',
|
|
@@ -1641,7 +1651,7 @@ var metadata = {
|
|
|
1641
1651
|
status: 'published'
|
|
1642
1652
|
},
|
|
1643
1653
|
home: {
|
|
1644
|
-
keywords: ['home', 'icon', '
|
|
1654
|
+
keywords: ['home', 'icon', 'house', 'building'],
|
|
1645
1655
|
componentName: 'HomeIcon',
|
|
1646
1656
|
package: '@atlaskit/icon/core/home',
|
|
1647
1657
|
oldName: ['home-circle', 'home'],
|
|
@@ -1652,7 +1662,7 @@ var metadata = {
|
|
|
1652
1662
|
status: 'published'
|
|
1653
1663
|
},
|
|
1654
1664
|
image: {
|
|
1655
|
-
keywords: ['image', 'picture', 'photo', 'icon', '
|
|
1665
|
+
keywords: ['image', 'picture', 'photo', 'icon', 'picture', 'asset'],
|
|
1656
1666
|
componentName: 'ImageIcon',
|
|
1657
1667
|
package: '@atlaskit/icon/core/image',
|
|
1658
1668
|
oldName: ['editor/image', 'image', 'media-services/image', 'media-services/scale-large', 'media-services/scale-small'],
|
|
@@ -1663,7 +1673,7 @@ var metadata = {
|
|
|
1663
1673
|
status: 'published'
|
|
1664
1674
|
},
|
|
1665
1675
|
'image-fullscreen': {
|
|
1666
|
-
keywords: ['image-fullscreen', 'imagefullscreen', 'icon', '
|
|
1676
|
+
keywords: ['image-fullscreen', 'imagefullscreen', 'icon', 'image', 'fullscreen', 'enlarge'],
|
|
1667
1677
|
componentName: 'ImageFullscreenIcon',
|
|
1668
1678
|
package: '@atlaskit/icon/core/image-fullscreen',
|
|
1669
1679
|
type: 'core',
|
|
@@ -1673,7 +1683,7 @@ var metadata = {
|
|
|
1673
1683
|
status: 'published'
|
|
1674
1684
|
},
|
|
1675
1685
|
'image-inline': {
|
|
1676
|
-
keywords: ['image-inline', 'imageinline', 'icon', '
|
|
1686
|
+
keywords: ['image-inline', 'imageinline', 'icon', 'image', 'layout', 'inline'],
|
|
1677
1687
|
componentName: 'ImageInlineIcon',
|
|
1678
1688
|
package: '@atlaskit/icon/core/image-inline',
|
|
1679
1689
|
type: 'core',
|
|
@@ -1683,7 +1693,7 @@ var metadata = {
|
|
|
1683
1693
|
status: 'published'
|
|
1684
1694
|
},
|
|
1685
1695
|
'image-scaled': {
|
|
1686
|
-
keywords: ['image-scaled', 'imagescaled', 'icon', '
|
|
1696
|
+
keywords: ['image-scaled', 'imagescaled', 'icon', 'image', 'layout', 'scaled'],
|
|
1687
1697
|
componentName: 'ImageScaledIcon',
|
|
1688
1698
|
package: '@atlaskit/icon/core/image-scaled',
|
|
1689
1699
|
type: 'core',
|
|
@@ -1693,7 +1703,7 @@ var metadata = {
|
|
|
1693
1703
|
status: 'published'
|
|
1694
1704
|
},
|
|
1695
1705
|
inbox: {
|
|
1696
|
-
keywords: ['inbox', 'icon', '
|
|
1706
|
+
keywords: ['inbox', 'icon', 'document tray', 'work', 'letter', 'post'],
|
|
1697
1707
|
componentName: 'InboxIcon',
|
|
1698
1708
|
package: '@atlaskit/icon/core/inbox',
|
|
1699
1709
|
oldName: ['tray'],
|
|
@@ -1704,7 +1714,7 @@ var metadata = {
|
|
|
1704
1714
|
status: 'published'
|
|
1705
1715
|
},
|
|
1706
1716
|
incident: {
|
|
1707
|
-
keywords: ['incident', 'icon', '
|
|
1717
|
+
keywords: ['incident', 'icon', 'witches hat', 'traffic cone', 'jira status'],
|
|
1708
1718
|
componentName: 'IncidentIcon',
|
|
1709
1719
|
package: '@atlaskit/icon/core/incident',
|
|
1710
1720
|
type: 'core',
|
|
@@ -1714,7 +1724,7 @@ var metadata = {
|
|
|
1714
1724
|
status: 'published'
|
|
1715
1725
|
},
|
|
1716
1726
|
information: {
|
|
1717
|
-
keywords: ['information', 'icon', '
|
|
1727
|
+
keywords: ['information', 'icon', 'info', 'filled', 'status', 'information'],
|
|
1718
1728
|
componentName: 'InformationIcon',
|
|
1719
1729
|
package: '@atlaskit/icon/core/information',
|
|
1720
1730
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
@@ -1730,7 +1740,7 @@ var metadata = {
|
|
|
1730
1740
|
status: 'deprecated'
|
|
1731
1741
|
},
|
|
1732
1742
|
'information-circle': {
|
|
1733
|
-
keywords: ['information-circle', 'informationcircle', 'icon', '
|
|
1743
|
+
keywords: ['information-circle', 'informationcircle', 'icon', 'information', 'circle', 'info'],
|
|
1734
1744
|
componentName: 'InformationCircleIcon',
|
|
1735
1745
|
package: '@atlaskit/icon/core/information-circle',
|
|
1736
1746
|
type: 'core',
|
|
@@ -1741,7 +1751,7 @@ var metadata = {
|
|
|
1741
1751
|
slackChannel: '#icon-contributions'
|
|
1742
1752
|
},
|
|
1743
1753
|
'key-result': {
|
|
1744
|
-
keywords: ['key-result', 'keyresult', 'icon', '
|
|
1754
|
+
keywords: ['key-result', 'keyresult', 'icon', 'target', 'bullseye', 'key result', 'arrow', 'bow', 'archery', 'OKR'],
|
|
1745
1755
|
componentName: 'KeyResultIcon',
|
|
1746
1756
|
package: '@atlaskit/icon/core/key-result',
|
|
1747
1757
|
type: 'core',
|
|
@@ -1751,7 +1761,7 @@ var metadata = {
|
|
|
1751
1761
|
status: 'published'
|
|
1752
1762
|
},
|
|
1753
1763
|
'layout-one-column': {
|
|
1754
|
-
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', '
|
|
1764
|
+
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'layout', 'column', '1 col'],
|
|
1755
1765
|
componentName: 'LayoutOneColumnIcon',
|
|
1756
1766
|
package: '@atlaskit/icon/core/layout-one-column',
|
|
1757
1767
|
oldName: ['editor/layout-single'],
|
|
@@ -1762,7 +1772,7 @@ var metadata = {
|
|
|
1762
1772
|
status: 'published'
|
|
1763
1773
|
},
|
|
1764
1774
|
'layout-three-columns': {
|
|
1765
|
-
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', '
|
|
1775
|
+
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'layout', 'columns', '3 col', '3 cols'],
|
|
1766
1776
|
componentName: 'LayoutThreeColumnsIcon',
|
|
1767
1777
|
package: '@atlaskit/icon/core/layout-three-columns',
|
|
1768
1778
|
oldName: ['editor/layout-three-equal'],
|
|
@@ -1773,7 +1783,7 @@ var metadata = {
|
|
|
1773
1783
|
status: 'published'
|
|
1774
1784
|
},
|
|
1775
1785
|
'layout-three-columns-sidebars': {
|
|
1776
|
-
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', '
|
|
1786
|
+
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1777
1787
|
componentName: 'LayoutThreeColumnsSidebarsIcon',
|
|
1778
1788
|
package: '@atlaskit/icon/core/layout-three-columns-sidebars',
|
|
1779
1789
|
oldName: ['editor/layout-three-with-sidebars'],
|
|
@@ -1784,7 +1794,7 @@ var metadata = {
|
|
|
1784
1794
|
status: 'published'
|
|
1785
1795
|
},
|
|
1786
1796
|
'layout-two-columns': {
|
|
1787
|
-
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', '
|
|
1797
|
+
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', 'layout', 'columns', '2 col', '2 cols'],
|
|
1788
1798
|
componentName: 'LayoutTwoColumnsIcon',
|
|
1789
1799
|
package: '@atlaskit/icon/core/layout-two-columns',
|
|
1790
1800
|
oldName: ['editor/layout-two-equal'],
|
|
@@ -1795,7 +1805,7 @@ var metadata = {
|
|
|
1795
1805
|
status: 'published'
|
|
1796
1806
|
},
|
|
1797
1807
|
'layout-two-columns-sidebar-left': {
|
|
1798
|
-
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', '
|
|
1808
|
+
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1799
1809
|
componentName: 'LayoutTwoColumnsSidebarLeftIcon',
|
|
1800
1810
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
|
|
1801
1811
|
oldName: ['editor/layout-two-left-sidebar'],
|
|
@@ -1806,7 +1816,7 @@ var metadata = {
|
|
|
1806
1816
|
status: 'published'
|
|
1807
1817
|
},
|
|
1808
1818
|
'layout-two-columns-sidebar-right': {
|
|
1809
|
-
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', '
|
|
1819
|
+
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1810
1820
|
componentName: 'LayoutTwoColumnsSidebarRightIcon',
|
|
1811
1821
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
|
|
1812
1822
|
oldName: ['editor/layout-two-right-sidebar'],
|
|
@@ -1817,7 +1827,7 @@ var metadata = {
|
|
|
1817
1827
|
status: 'published'
|
|
1818
1828
|
},
|
|
1819
1829
|
library: {
|
|
1820
|
-
keywords: ['library', 'icon', '
|
|
1830
|
+
keywords: ['library', 'icon', 'library', 'drawer', 'drawers', 'filing cabinet'],
|
|
1821
1831
|
componentName: 'LibraryIcon',
|
|
1822
1832
|
package: '@atlaskit/icon/core/library',
|
|
1823
1833
|
type: 'core',
|
|
@@ -1827,7 +1837,7 @@ var metadata = {
|
|
|
1827
1837
|
status: 'published'
|
|
1828
1838
|
},
|
|
1829
1839
|
lightbulb: {
|
|
1830
|
-
keywords: ['lightbulb', 'idea', 'hint', 'icon', '
|
|
1840
|
+
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'idea', 'initiative', 'tip', 'learnings'],
|
|
1831
1841
|
componentName: 'LightbulbIcon',
|
|
1832
1842
|
package: '@atlaskit/icon/core/lightbulb',
|
|
1833
1843
|
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
@@ -1838,7 +1848,7 @@ var metadata = {
|
|
|
1838
1848
|
status: 'published'
|
|
1839
1849
|
},
|
|
1840
1850
|
link: {
|
|
1841
|
-
keywords: ['link', 'icon', '
|
|
1851
|
+
keywords: ['link', 'icon', 'url', 'hyperlink', 'website', 'www', 'http', ''],
|
|
1842
1852
|
componentName: 'LinkIcon',
|
|
1843
1853
|
package: '@atlaskit/icon/core/link',
|
|
1844
1854
|
oldName: ['editor/link', 'link-filled', 'link'],
|
|
@@ -1849,7 +1859,7 @@ var metadata = {
|
|
|
1849
1859
|
status: 'published'
|
|
1850
1860
|
},
|
|
1851
1861
|
'link-broken': {
|
|
1852
|
-
keywords: ['link-broken', 'linkbroken', 'icon', '
|
|
1862
|
+
keywords: ['link-broken', 'linkbroken', 'icon', 'unlink', 'remove link', 'break link', 'url', 'hyperlink', 'website', 'www', 'https'],
|
|
1853
1863
|
componentName: 'LinkBrokenIcon',
|
|
1854
1864
|
package: '@atlaskit/icon/core/link-broken',
|
|
1855
1865
|
oldName: ['editor/unlink', 'unlink'],
|
|
@@ -1860,7 +1870,7 @@ var metadata = {
|
|
|
1860
1870
|
status: 'published'
|
|
1861
1871
|
},
|
|
1862
1872
|
'link-external': {
|
|
1863
|
-
keywords: ['link-external', 'linkexternal', 'icon', '
|
|
1873
|
+
keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'offsite'],
|
|
1864
1874
|
componentName: 'LinkExternalIcon',
|
|
1865
1875
|
package: '@atlaskit/icon/core/link-external',
|
|
1866
1876
|
oldName: ['shortcut'],
|
|
@@ -1871,7 +1881,7 @@ var metadata = {
|
|
|
1871
1881
|
status: 'published'
|
|
1872
1882
|
},
|
|
1873
1883
|
'list-bulleted': {
|
|
1874
|
-
keywords: ['list-bulleted', 'listbulleted', 'icon', '
|
|
1884
|
+
keywords: ['list-bulleted', 'listbulleted', 'icon', 'bullets', 'unordered list'],
|
|
1875
1885
|
componentName: 'ListBulletedIcon',
|
|
1876
1886
|
package: '@atlaskit/icon/core/list-bulleted',
|
|
1877
1887
|
oldName: ['bullet-list', 'editor/bullet-list'],
|
|
@@ -1882,7 +1892,7 @@ var metadata = {
|
|
|
1882
1892
|
status: 'published'
|
|
1883
1893
|
},
|
|
1884
1894
|
'list-checklist': {
|
|
1885
|
-
keywords: ['list-checklist', 'listchecklist', 'icon', '
|
|
1895
|
+
keywords: ['list-checklist', 'listchecklist', 'icon', 'list', 'check mark', 'to-do', 'requirements', 'checklist', 'work type'],
|
|
1886
1896
|
componentName: 'ListChecklistIcon',
|
|
1887
1897
|
package: '@atlaskit/icon/core/list-checklist',
|
|
1888
1898
|
type: 'core',
|
|
@@ -1892,7 +1902,7 @@ var metadata = {
|
|
|
1892
1902
|
status: 'published'
|
|
1893
1903
|
},
|
|
1894
1904
|
'list-numbered': {
|
|
1895
|
-
keywords: ['list-numbered', 'listnumbered', 'icon', '
|
|
1905
|
+
keywords: ['list-numbered', 'listnumbered', 'icon', 'list', 'numbers'],
|
|
1896
1906
|
componentName: 'ListNumberedIcon',
|
|
1897
1907
|
package: '@atlaskit/icon/core/list-numbered',
|
|
1898
1908
|
oldName: ['editor/number-list'],
|
|
@@ -1903,7 +1913,7 @@ var metadata = {
|
|
|
1903
1913
|
status: 'published'
|
|
1904
1914
|
},
|
|
1905
1915
|
'lobby-bell': {
|
|
1906
|
-
keywords: ['lobby-bell', 'lobbybell', 'icon', '
|
|
1916
|
+
keywords: ['lobby-bell', 'lobbybell', 'icon', 'ding', 'risks'],
|
|
1907
1917
|
componentName: 'LobbyBellIcon',
|
|
1908
1918
|
package: '@atlaskit/icon/core/lobby-bell',
|
|
1909
1919
|
oldName: ['hipchat/lobby'],
|
|
@@ -1914,7 +1924,7 @@ var metadata = {
|
|
|
1914
1924
|
status: 'published'
|
|
1915
1925
|
},
|
|
1916
1926
|
location: {
|
|
1917
|
-
keywords: ['location', 'pin', 'gps', 'map', 'icon', '
|
|
1927
|
+
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'map', 'pin', 'address'],
|
|
1918
1928
|
componentName: 'LocationIcon',
|
|
1919
1929
|
package: '@atlaskit/icon/core/location',
|
|
1920
1930
|
oldName: ['location'],
|
|
@@ -1925,7 +1935,7 @@ var metadata = {
|
|
|
1925
1935
|
status: 'published'
|
|
1926
1936
|
},
|
|
1927
1937
|
'lock-locked': {
|
|
1928
|
-
keywords: ['lock-locked', 'locklocked', 'icon', '
|
|
1938
|
+
keywords: ['lock-locked', 'locklocked', 'icon', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
1929
1939
|
componentName: 'LockLockedIcon',
|
|
1930
1940
|
package: '@atlaskit/icon/core/lock-locked',
|
|
1931
1941
|
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
@@ -1936,7 +1946,7 @@ var metadata = {
|
|
|
1936
1946
|
status: 'published'
|
|
1937
1947
|
},
|
|
1938
1948
|
'lock-unlocked': {
|
|
1939
|
-
keywords: ['lock-unlocked', 'lockunlocked', 'icon', '
|
|
1949
|
+
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
1940
1950
|
componentName: 'LockUnlockedIcon',
|
|
1941
1951
|
package: '@atlaskit/icon/core/lock-unlocked',
|
|
1942
1952
|
oldName: ['unlock-filled', 'unlock'],
|
|
@@ -1947,7 +1957,7 @@ var metadata = {
|
|
|
1947
1957
|
status: 'published'
|
|
1948
1958
|
},
|
|
1949
1959
|
'log-in': {
|
|
1950
|
-
keywords: ['log-in', 'login', 'icon', '
|
|
1960
|
+
keywords: ['log-in', 'login', 'icon', 'sign in', 'enter', 'account'],
|
|
1951
1961
|
componentName: 'LogInIcon',
|
|
1952
1962
|
package: '@atlaskit/icon/core/log-in',
|
|
1953
1963
|
oldName: ['sign-in'],
|
|
@@ -1958,7 +1968,7 @@ var metadata = {
|
|
|
1958
1968
|
status: 'published'
|
|
1959
1969
|
},
|
|
1960
1970
|
'log-out': {
|
|
1961
|
-
keywords: ['log-out', 'logout', 'icon', '
|
|
1971
|
+
keywords: ['log-out', 'logout', 'icon', 'sign out', 'exit', 'account'],
|
|
1962
1972
|
componentName: 'LogOutIcon',
|
|
1963
1973
|
package: '@atlaskit/icon/core/log-out',
|
|
1964
1974
|
oldName: ['sign-out'],
|
|
@@ -1969,7 +1979,7 @@ var metadata = {
|
|
|
1969
1979
|
status: 'published'
|
|
1970
1980
|
},
|
|
1971
1981
|
'magic-wand': {
|
|
1972
|
-
keywords: ['magic-wand', 'magicwand', 'icon', '
|
|
1982
|
+
keywords: ['magic-wand', 'magicwand', 'icon', 'magic', 'wand', 'suggestion'],
|
|
1973
1983
|
componentName: 'MagicWandIcon',
|
|
1974
1984
|
package: '@atlaskit/icon/core/magic-wand',
|
|
1975
1985
|
type: 'core',
|
|
@@ -1979,7 +1989,7 @@ var metadata = {
|
|
|
1979
1989
|
status: 'published'
|
|
1980
1990
|
},
|
|
1981
1991
|
markdown: {
|
|
1982
|
-
keywords: ['markdown', 'icon', '
|
|
1992
|
+
keywords: ['markdown', 'icon', 'markdown', 'md', 'markup'],
|
|
1983
1993
|
componentName: 'MarkdownIcon',
|
|
1984
1994
|
package: '@atlaskit/icon/core/markdown',
|
|
1985
1995
|
type: 'core',
|
|
@@ -1989,7 +1999,7 @@ var metadata = {
|
|
|
1989
1999
|
status: 'published'
|
|
1990
2000
|
},
|
|
1991
2001
|
marketplace: {
|
|
1992
|
-
keywords: ['marketplace', 'store', 'shop', 'icon', '
|
|
2002
|
+
keywords: ['marketplace', 'store', 'shop', 'icon', 'app store', 'storefront', 'stand', 'third-party developer'],
|
|
1993
2003
|
componentName: 'MarketplaceIcon',
|
|
1994
2004
|
package: '@atlaskit/icon/core/marketplace',
|
|
1995
2005
|
oldName: ['marketplace'],
|
|
@@ -2000,7 +2010,7 @@ var metadata = {
|
|
|
2000
2010
|
status: 'published'
|
|
2001
2011
|
},
|
|
2002
2012
|
maximize: {
|
|
2003
|
-
keywords: ['maximize', 'icon', '
|
|
2013
|
+
keywords: ['maximize', 'icon', 'diagonal', 'resize', 'enlarge'],
|
|
2004
2014
|
componentName: 'MaximizeIcon',
|
|
2005
2015
|
package: '@atlaskit/icon/core/maximize',
|
|
2006
2016
|
oldName: ['editor/image-resize', 'image-resize', 'media-services/actual-size'],
|
|
@@ -2011,7 +2021,7 @@ var metadata = {
|
|
|
2011
2021
|
status: 'published'
|
|
2012
2022
|
},
|
|
2013
2023
|
megaphone: {
|
|
2014
|
-
keywords: ['megaphone', 'icon', '
|
|
2024
|
+
keywords: ['megaphone', 'icon', 'announcement', 'bullhorn', 'feedback', 'news'],
|
|
2015
2025
|
componentName: 'MegaphoneIcon',
|
|
2016
2026
|
package: '@atlaskit/icon/core/megaphone',
|
|
2017
2027
|
type: 'core',
|
|
@@ -2021,7 +2031,7 @@ var metadata = {
|
|
|
2021
2031
|
status: 'published'
|
|
2022
2032
|
},
|
|
2023
2033
|
mention: {
|
|
2024
|
-
keywords: ['mention', 'user', 'person', '@', 'icon', '
|
|
2034
|
+
keywords: ['mention', 'user', 'person', '@', 'icon', 'at symbol', '@', 'tag', 'username'],
|
|
2025
2035
|
componentName: 'MentionIcon',
|
|
2026
2036
|
package: '@atlaskit/icon/core/mention',
|
|
2027
2037
|
oldName: ['editor/mention'],
|
|
@@ -2032,7 +2042,7 @@ var metadata = {
|
|
|
2032
2042
|
status: 'published'
|
|
2033
2043
|
},
|
|
2034
2044
|
menu: {
|
|
2035
|
-
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', '
|
|
2045
|
+
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'menu', 'top navigation', '3 lines', 'hamburger'],
|
|
2036
2046
|
componentName: 'MenuIcon',
|
|
2037
2047
|
package: '@atlaskit/icon/core/menu',
|
|
2038
2048
|
oldName: ['menu-expand', 'menu'],
|
|
@@ -2043,7 +2053,7 @@ var metadata = {
|
|
|
2043
2053
|
status: 'published'
|
|
2044
2054
|
},
|
|
2045
2055
|
'merge-failure': {
|
|
2046
|
-
keywords: ['merge-failure', 'mergefailure', 'icon', '
|
|
2056
|
+
keywords: ['merge-failure', 'mergefailure', 'icon', 'git merge', 'bitbucket merge', 'merge fail', 'cross', 'x'],
|
|
2047
2057
|
componentName: 'MergeFailureIcon',
|
|
2048
2058
|
package: '@atlaskit/icon/core/merge-failure',
|
|
2049
2059
|
type: 'core',
|
|
@@ -2053,7 +2063,7 @@ var metadata = {
|
|
|
2053
2063
|
status: 'published'
|
|
2054
2064
|
},
|
|
2055
2065
|
'merge-success': {
|
|
2056
|
-
keywords: ['merge-success', 'mergesuccess', 'icon', '
|
|
2066
|
+
keywords: ['merge-success', 'mergesuccess', 'icon', 'git merge', 'bitbucket merge', 'merge success', 'check mark'],
|
|
2057
2067
|
componentName: 'MergeSuccessIcon',
|
|
2058
2068
|
package: '@atlaskit/icon/core/merge-success',
|
|
2059
2069
|
type: 'core',
|
|
@@ -2063,7 +2073,7 @@ var metadata = {
|
|
|
2063
2073
|
status: 'published'
|
|
2064
2074
|
},
|
|
2065
2075
|
microphone: {
|
|
2066
|
-
keywords: ['microphone', 'icon', '
|
|
2076
|
+
keywords: ['microphone', 'icon', 'mic', 'mic on', 'voice', 'speak'],
|
|
2067
2077
|
componentName: 'MicrophoneIcon',
|
|
2068
2078
|
package: '@atlaskit/icon/core/microphone',
|
|
2069
2079
|
oldName: ['vid-audio-on'],
|
|
@@ -2074,7 +2084,7 @@ var metadata = {
|
|
|
2074
2084
|
status: 'published'
|
|
2075
2085
|
},
|
|
2076
2086
|
minimize: {
|
|
2077
|
-
keywords: ['minimize', 'icon', '
|
|
2087
|
+
keywords: ['minimize', 'icon', 'minimize', 'dock'],
|
|
2078
2088
|
componentName: 'MinimizeIcon',
|
|
2079
2089
|
package: '@atlaskit/icon/core/minimize',
|
|
2080
2090
|
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
@@ -2085,7 +2095,7 @@ var metadata = {
|
|
|
2085
2095
|
status: 'published'
|
|
2086
2096
|
},
|
|
2087
2097
|
minus: {
|
|
2088
|
-
keywords: ['minus', 'icon', '
|
|
2098
|
+
keywords: ['minus', 'icon', 'rule', 'horizontal line', 'divider', 'minus', 'subtract'],
|
|
2089
2099
|
componentName: 'MinusIcon',
|
|
2090
2100
|
package: '@atlaskit/icon/core/minus',
|
|
2091
2101
|
oldName: ['editor/divider', 'editor/horizontal-rule'],
|
|
@@ -2096,7 +2106,7 @@ var metadata = {
|
|
|
2096
2106
|
status: 'published'
|
|
2097
2107
|
},
|
|
2098
2108
|
'minus-square': {
|
|
2099
|
-
keywords: ['minus-square', 'minussquare', 'icon', '
|
|
2109
|
+
keywords: ['minus-square', 'minussquare', 'icon', 'square', 'minus', 'subtract', 'work type'],
|
|
2100
2110
|
componentName: 'MinusSquareIcon',
|
|
2101
2111
|
package: '@atlaskit/icon/core/minus-square',
|
|
2102
2112
|
type: 'core',
|
|
@@ -2106,7 +2116,7 @@ var metadata = {
|
|
|
2106
2116
|
status: 'published'
|
|
2107
2117
|
},
|
|
2108
2118
|
node: {
|
|
2109
|
-
keywords: ['node', 'icon', '
|
|
2119
|
+
keywords: ['node', 'icon', 'page', 'dot', 'page tree', 'navigation'],
|
|
2110
2120
|
componentName: 'NodeIcon',
|
|
2111
2121
|
package: '@atlaskit/icon/core/node',
|
|
2112
2122
|
type: 'core',
|
|
@@ -2116,7 +2126,7 @@ var metadata = {
|
|
|
2116
2126
|
status: 'published'
|
|
2117
2127
|
},
|
|
2118
2128
|
note: {
|
|
2119
|
-
keywords: ['note', 'icon', '
|
|
2129
|
+
keywords: ['note', 'icon', 'note', 'post-it', 'sticky'],
|
|
2120
2130
|
componentName: 'NoteIcon',
|
|
2121
2131
|
package: '@atlaskit/icon/core/note',
|
|
2122
2132
|
type: 'core',
|
|
@@ -2126,7 +2136,7 @@ var metadata = {
|
|
|
2126
2136
|
status: 'published'
|
|
2127
2137
|
},
|
|
2128
2138
|
notification: {
|
|
2129
|
-
keywords: ['notification', 'bell', 'alarm', 'icon', '
|
|
2139
|
+
keywords: ['notification', 'bell', 'alarm', 'icon', 'bell', 'alert'],
|
|
2130
2140
|
componentName: 'NotificationIcon',
|
|
2131
2141
|
package: '@atlaskit/icon/core/notification',
|
|
2132
2142
|
oldName: ['notification-direct', 'notification'],
|
|
@@ -2137,7 +2147,7 @@ var metadata = {
|
|
|
2137
2147
|
status: 'published'
|
|
2138
2148
|
},
|
|
2139
2149
|
'notification-muted': {
|
|
2140
|
-
keywords: ['notification-muted', 'notificationmuted', 'icon', '
|
|
2150
|
+
keywords: ['notification-muted', 'notificationmuted', 'icon', 'bell', 'alert', 'notification', 'mute'],
|
|
2141
2151
|
componentName: 'NotificationMutedIcon',
|
|
2142
2152
|
package: '@atlaskit/icon/core/notification-muted',
|
|
2143
2153
|
type: 'core',
|
|
@@ -2147,7 +2157,7 @@ var metadata = {
|
|
|
2147
2157
|
status: 'published'
|
|
2148
2158
|
},
|
|
2149
2159
|
objective: {
|
|
2150
|
-
keywords: ['objective', 'icon', '
|
|
2160
|
+
keywords: ['objective', 'icon', 'target', 'bullseye', 'objective'],
|
|
2151
2161
|
componentName: 'ObjectiveIcon',
|
|
2152
2162
|
package: '@atlaskit/icon/core/objective',
|
|
2153
2163
|
type: 'core',
|
|
@@ -2157,7 +2167,7 @@ var metadata = {
|
|
|
2157
2167
|
status: 'published'
|
|
2158
2168
|
},
|
|
2159
2169
|
'office-building': {
|
|
2160
|
-
keywords: ['office-building', 'officebuilding', 'icon', '
|
|
2170
|
+
keywords: ['office-building', 'officebuilding', 'icon', 'organization', 'organisation', 'business'],
|
|
2161
2171
|
componentName: 'OfficeBuildingIcon',
|
|
2162
2172
|
package: '@atlaskit/icon/core/office-building',
|
|
2163
2173
|
oldName: ['office-building-filled', 'office-building'],
|
|
@@ -2168,7 +2178,7 @@ var metadata = {
|
|
|
2168
2178
|
status: 'published'
|
|
2169
2179
|
},
|
|
2170
2180
|
'on-call': {
|
|
2171
|
-
keywords: ['on-call', 'oncall', 'icon', '
|
|
2181
|
+
keywords: ['on-call', 'oncall', 'icon', 'phone', 'on-call', 'support'],
|
|
2172
2182
|
componentName: 'OnCallIcon',
|
|
2173
2183
|
package: '@atlaskit/icon/core/on-call',
|
|
2174
2184
|
oldName: ['hipchat/dial-out'],
|
|
@@ -2179,7 +2189,7 @@ var metadata = {
|
|
|
2179
2189
|
status: 'published'
|
|
2180
2190
|
},
|
|
2181
2191
|
operations: {
|
|
2182
|
-
keywords: ['operations', 'icon', '
|
|
2192
|
+
keywords: ['operations', 'icon', 'incident management', 'alerting', 'opsgenie', 'it operations', 'it ops', 'radar'],
|
|
2183
2193
|
componentName: 'OperationsIcon',
|
|
2184
2194
|
package: '@atlaskit/icon/core/operations',
|
|
2185
2195
|
type: 'core',
|
|
@@ -2189,7 +2199,7 @@ var metadata = {
|
|
|
2189
2199
|
status: 'published'
|
|
2190
2200
|
},
|
|
2191
2201
|
page: {
|
|
2192
|
-
keywords: ['page', 'file', 'document', 'icon', '
|
|
2202
|
+
keywords: ['page', 'file', 'document', 'icon', 'single page', 'feed', 'document', 'jira status'],
|
|
2193
2203
|
componentName: 'PageIcon',
|
|
2194
2204
|
package: '@atlaskit/icon/core/page',
|
|
2195
2205
|
oldName: ['document-filled', 'document', 'editor/note', 'media-services/document', 'page-filled', 'page'],
|
|
@@ -2200,7 +2210,7 @@ var metadata = {
|
|
|
2200
2210
|
status: 'published'
|
|
2201
2211
|
},
|
|
2202
2212
|
pages: {
|
|
2203
|
-
keywords: ['pages', 'icon', '
|
|
2213
|
+
keywords: ['pages', 'icon', 'multiple pages', 'feeds', 'documents'],
|
|
2204
2214
|
componentName: 'PagesIcon',
|
|
2205
2215
|
package: '@atlaskit/icon/core/pages',
|
|
2206
2216
|
oldName: ['documents', 'queues'],
|
|
@@ -2211,7 +2221,7 @@ var metadata = {
|
|
|
2211
2221
|
status: 'published'
|
|
2212
2222
|
},
|
|
2213
2223
|
'paint-bucket': {
|
|
2214
|
-
keywords: ['paint-bucket', 'paintbucket', 'icon', '
|
|
2224
|
+
keywords: ['paint-bucket', 'paintbucket', 'icon', 'paint', 'bucket', 'fill', 'background', 'customize'],
|
|
2215
2225
|
componentName: 'PaintBucketIcon',
|
|
2216
2226
|
package: '@atlaskit/icon/core/paint-bucket',
|
|
2217
2227
|
oldName: ['editor/background-color'],
|
|
@@ -2222,7 +2232,7 @@ var metadata = {
|
|
|
2222
2232
|
status: 'published'
|
|
2223
2233
|
},
|
|
2224
2234
|
'paint-palette': {
|
|
2225
|
-
keywords: ['paint-palette', 'paintpalette', 'icon', '
|
|
2235
|
+
keywords: ['paint-palette', 'paintpalette', 'icon', 'background', 'customize'],
|
|
2226
2236
|
componentName: 'PaintPaletteIcon',
|
|
2227
2237
|
package: '@atlaskit/icon/core/paint-palette',
|
|
2228
2238
|
type: 'core',
|
|
@@ -2232,7 +2242,7 @@ var metadata = {
|
|
|
2232
2242
|
status: 'published'
|
|
2233
2243
|
},
|
|
2234
2244
|
'panel-left': {
|
|
2235
|
-
keywords: ['panel-left', 'panelleft', 'icon', '
|
|
2245
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2236
2246
|
componentName: 'PanelLeftIcon',
|
|
2237
2247
|
package: '@atlaskit/icon/core/panel-left',
|
|
2238
2248
|
type: 'core',
|
|
@@ -2242,7 +2252,7 @@ var metadata = {
|
|
|
2242
2252
|
status: 'published'
|
|
2243
2253
|
},
|
|
2244
2254
|
'panel-right': {
|
|
2245
|
-
keywords: ['panel-right', 'panelright', 'icon', '
|
|
2255
|
+
keywords: ['panel-right', 'panelright', 'icon', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2246
2256
|
componentName: 'PanelRightIcon',
|
|
2247
2257
|
package: '@atlaskit/icon/core/panel-right',
|
|
2248
2258
|
oldName: ['detail-view', 'room-menu'],
|
|
@@ -2253,7 +2263,7 @@ var metadata = {
|
|
|
2253
2263
|
status: 'published'
|
|
2254
2264
|
},
|
|
2255
2265
|
pen: {
|
|
2256
|
-
keywords: ['pen', 'icon', '
|
|
2266
|
+
keywords: ['pen', 'icon', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2257
2267
|
componentName: 'PenIcon',
|
|
2258
2268
|
package: '@atlaskit/icon/core/pen',
|
|
2259
2269
|
type: 'core',
|
|
@@ -2263,7 +2273,7 @@ var metadata = {
|
|
|
2263
2273
|
status: 'published'
|
|
2264
2274
|
},
|
|
2265
2275
|
'people-group': {
|
|
2266
|
-
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', '
|
|
2276
|
+
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'users', 'customers', 'people'],
|
|
2267
2277
|
componentName: 'PeopleGroupIcon',
|
|
2268
2278
|
package: '@atlaskit/icon/core/people-group',
|
|
2269
2279
|
oldName: ['people-group', 'people'],
|
|
@@ -2274,7 +2284,7 @@ var metadata = {
|
|
|
2274
2284
|
status: 'published'
|
|
2275
2285
|
},
|
|
2276
2286
|
person: {
|
|
2277
|
-
keywords: ['person', 'person', 'user', 'avatar', 'icon', '
|
|
2287
|
+
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'user', 'customer'],
|
|
2278
2288
|
componentName: 'PersonIcon',
|
|
2279
2289
|
package: '@atlaskit/icon/core/person',
|
|
2280
2290
|
oldName: ['person'],
|
|
@@ -2285,7 +2295,7 @@ var metadata = {
|
|
|
2285
2295
|
status: 'published'
|
|
2286
2296
|
},
|
|
2287
2297
|
'person-add': {
|
|
2288
|
-
keywords: ['person-add', 'personadd', 'icon', '
|
|
2298
|
+
keywords: ['person-add', 'personadd', 'icon', 'user', 'customer', 'plus'],
|
|
2289
2299
|
componentName: 'PersonAddIcon',
|
|
2290
2300
|
package: '@atlaskit/icon/core/person-add',
|
|
2291
2301
|
oldName: ['invite-team'],
|
|
@@ -2296,7 +2306,7 @@ var metadata = {
|
|
|
2296
2306
|
status: 'published'
|
|
2297
2307
|
},
|
|
2298
2308
|
'person-added': {
|
|
2299
|
-
keywords: ['person-added', 'personadded', 'icon', '
|
|
2309
|
+
keywords: ['person-added', 'personadded', 'icon', 'user', 'customer', 'check', 'tick'],
|
|
2300
2310
|
componentName: 'PersonAddedIcon',
|
|
2301
2311
|
package: '@atlaskit/icon/core/person-added',
|
|
2302
2312
|
oldName: ['app-access', 'person-with-tick'],
|
|
@@ -2307,7 +2317,7 @@ var metadata = {
|
|
|
2307
2317
|
status: 'published'
|
|
2308
2318
|
},
|
|
2309
2319
|
'person-avatar': {
|
|
2310
|
-
keywords: ['person-avatar', 'personavatar', 'icon', '
|
|
2320
|
+
keywords: ['person-avatar', 'personavatar', 'icon', 'user', 'customer'],
|
|
2311
2321
|
componentName: 'PersonAvatarIcon',
|
|
2312
2322
|
package: '@atlaskit/icon/core/person-avatar',
|
|
2313
2323
|
oldName: ['person-circle', 'user-avatar-circle'],
|
|
@@ -2318,7 +2328,7 @@ var metadata = {
|
|
|
2318
2328
|
status: 'published'
|
|
2319
2329
|
},
|
|
2320
2330
|
'person-offboard': {
|
|
2321
|
-
keywords: ['person-offboard', 'personoffboard', 'icon', '
|
|
2331
|
+
keywords: ['person-offboard', 'personoffboard', 'icon', 'user', 'customer', 'right arrow'],
|
|
2322
2332
|
componentName: 'PersonOffboardIcon',
|
|
2323
2333
|
package: '@atlaskit/icon/core/person-offboard',
|
|
2324
2334
|
oldName: ['followers'],
|
|
@@ -2329,7 +2339,7 @@ var metadata = {
|
|
|
2329
2339
|
status: 'published'
|
|
2330
2340
|
},
|
|
2331
2341
|
'person-remove': {
|
|
2332
|
-
keywords: ['person-remove', 'personremove', 'icon', '
|
|
2342
|
+
keywords: ['person-remove', 'personremove', 'icon', 'person', 'remove', 'delete', 'unfollow'],
|
|
2333
2343
|
componentName: 'PersonRemoveIcon',
|
|
2334
2344
|
package: '@atlaskit/icon/core/person-remove',
|
|
2335
2345
|
type: 'core',
|
|
@@ -2339,7 +2349,7 @@ var metadata = {
|
|
|
2339
2349
|
status: 'published'
|
|
2340
2350
|
},
|
|
2341
2351
|
'person-warning': {
|
|
2342
|
-
keywords: ['person-warning', 'personwarning', 'icon', '
|
|
2352
|
+
keywords: ['person-warning', 'personwarning', 'icon', 'person', 'warning', 'alert'],
|
|
2343
2353
|
componentName: 'PersonWarningIcon',
|
|
2344
2354
|
package: '@atlaskit/icon/core/person-warning',
|
|
2345
2355
|
type: 'core',
|
|
@@ -2349,7 +2359,7 @@ var metadata = {
|
|
|
2349
2359
|
status: 'published'
|
|
2350
2360
|
},
|
|
2351
2361
|
phone: {
|
|
2352
|
-
keywords: ['phone', 'icon', '
|
|
2362
|
+
keywords: ['phone', 'icon', 'call', 'dial out'],
|
|
2353
2363
|
componentName: 'PhoneIcon',
|
|
2354
2364
|
package: '@atlaskit/icon/core/phone',
|
|
2355
2365
|
oldName: ['hipchat/dial-out'],
|
|
@@ -2360,7 +2370,7 @@ var metadata = {
|
|
|
2360
2370
|
status: 'published'
|
|
2361
2371
|
},
|
|
2362
2372
|
pin: {
|
|
2363
|
-
keywords: ['pin', 'icon', '
|
|
2373
|
+
keywords: ['pin', 'icon', 'push pin', 'thumbtack', 'tack'],
|
|
2364
2374
|
componentName: 'PinIcon',
|
|
2365
2375
|
package: '@atlaskit/icon/core/pin',
|
|
2366
2376
|
type: 'core',
|
|
@@ -2370,7 +2380,7 @@ var metadata = {
|
|
|
2370
2380
|
status: 'published'
|
|
2371
2381
|
},
|
|
2372
2382
|
'pin-filled': {
|
|
2373
|
-
keywords: ['pin-filled', 'pinfilled', 'icon', '
|
|
2383
|
+
keywords: ['pin-filled', 'pinfilled', 'icon', 'push pin', 'thumbtack', 'tack', 'filled'],
|
|
2374
2384
|
componentName: 'PinFilledIcon',
|
|
2375
2385
|
package: '@atlaskit/icon/core/pin-filled',
|
|
2376
2386
|
type: 'core',
|
|
@@ -2380,7 +2390,7 @@ var metadata = {
|
|
|
2380
2390
|
status: 'published'
|
|
2381
2391
|
},
|
|
2382
2392
|
'plus-square': {
|
|
2383
|
-
keywords: ['plus-square', 'plussquare', 'icon', '
|
|
2393
|
+
keywords: ['plus-square', 'plussquare', 'icon', 'square', 'plus', 'add', 'work type'],
|
|
2384
2394
|
componentName: 'PlusSquareIcon',
|
|
2385
2395
|
package: '@atlaskit/icon/core/plus-square',
|
|
2386
2396
|
oldName: ['issue-raise'],
|
|
@@ -2391,7 +2401,7 @@ var metadata = {
|
|
|
2391
2401
|
status: 'published'
|
|
2392
2402
|
},
|
|
2393
2403
|
'power-plug': {
|
|
2394
|
-
keywords: ['power-plug', 'powerplug', 'icon', '
|
|
2404
|
+
keywords: ['power-plug', 'powerplug', 'icon', 'plug-in', 'add-on', 'socket'],
|
|
2395
2405
|
componentName: 'PowerPlugIcon',
|
|
2396
2406
|
package: '@atlaskit/icon/core/power-plug',
|
|
2397
2407
|
type: 'core',
|
|
@@ -2401,7 +2411,7 @@ var metadata = {
|
|
|
2401
2411
|
status: 'published'
|
|
2402
2412
|
},
|
|
2403
2413
|
premium: {
|
|
2404
|
-
keywords: ['premium', 'icon', '
|
|
2414
|
+
keywords: ['premium', 'icon', 'AI', 'sparkles', 'stars', 'new', 'feature'],
|
|
2405
2415
|
componentName: 'PremiumIcon',
|
|
2406
2416
|
package: '@atlaskit/icon/core/premium',
|
|
2407
2417
|
oldName: ['premium'],
|
|
@@ -2412,7 +2422,7 @@ var metadata = {
|
|
|
2412
2422
|
status: 'published'
|
|
2413
2423
|
},
|
|
2414
2424
|
'presenter-mode': {
|
|
2415
|
-
keywords: ['presenter-mode', 'presentermode', 'icon', '
|
|
2425
|
+
keywords: ['presenter-mode', 'presentermode', 'icon', 'pointer', 'cursor', 'presentation', 'present'],
|
|
2416
2426
|
componentName: 'PresenterModeIcon',
|
|
2417
2427
|
package: '@atlaskit/icon/core/presenter-mode',
|
|
2418
2428
|
type: 'core',
|
|
@@ -2422,7 +2432,7 @@ var metadata = {
|
|
|
2422
2432
|
status: 'published'
|
|
2423
2433
|
},
|
|
2424
2434
|
printer: {
|
|
2425
|
-
keywords: ['printer', 'icon', '
|
|
2435
|
+
keywords: ['printer', 'icon', 'print'],
|
|
2426
2436
|
componentName: 'PrinterIcon',
|
|
2427
2437
|
package: '@atlaskit/icon/core/printer',
|
|
2428
2438
|
type: 'core',
|
|
@@ -2432,7 +2442,7 @@ var metadata = {
|
|
|
2432
2442
|
status: 'published'
|
|
2433
2443
|
},
|
|
2434
2444
|
'priority-blocker': {
|
|
2435
|
-
keywords: ['priority-blocker', 'priorityblocker', 'icon', '
|
|
2445
|
+
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'blocked', 'showstopper', 'work type status'],
|
|
2436
2446
|
componentName: 'PriorityBlockerIcon',
|
|
2437
2447
|
package: '@atlaskit/icon/core/priority-blocker',
|
|
2438
2448
|
type: 'core',
|
|
@@ -2442,7 +2452,7 @@ var metadata = {
|
|
|
2442
2452
|
status: 'published'
|
|
2443
2453
|
},
|
|
2444
2454
|
'priority-critical': {
|
|
2445
|
-
keywords: ['priority-critical', 'prioritycritical', 'icon', '
|
|
2455
|
+
keywords: ['priority-critical', 'prioritycritical', 'icon', 'priority', 'work type status'],
|
|
2446
2456
|
componentName: 'PriorityCriticalIcon',
|
|
2447
2457
|
package: '@atlaskit/icon/core/priority-critical',
|
|
2448
2458
|
type: 'core',
|
|
@@ -2452,7 +2462,7 @@ var metadata = {
|
|
|
2452
2462
|
status: 'published'
|
|
2453
2463
|
},
|
|
2454
2464
|
'priority-high': {
|
|
2455
|
-
keywords: ['priority-high', 'priorityhigh', 'icon', '
|
|
2465
|
+
keywords: ['priority-high', 'priorityhigh', 'icon', 'priority', 'work type status'],
|
|
2456
2466
|
componentName: 'PriorityHighIcon',
|
|
2457
2467
|
package: '@atlaskit/icon/core/priority-high',
|
|
2458
2468
|
type: 'core',
|
|
@@ -2462,7 +2472,7 @@ var metadata = {
|
|
|
2462
2472
|
status: 'published'
|
|
2463
2473
|
},
|
|
2464
2474
|
'priority-highest': {
|
|
2465
|
-
keywords: ['priority-highest', 'priorityhighest', 'icon', '
|
|
2475
|
+
keywords: ['priority-highest', 'priorityhighest', 'icon', 'priority', 'work type status'],
|
|
2466
2476
|
componentName: 'PriorityHighestIcon',
|
|
2467
2477
|
package: '@atlaskit/icon/core/priority-highest',
|
|
2468
2478
|
type: 'core',
|
|
@@ -2472,7 +2482,7 @@ var metadata = {
|
|
|
2472
2482
|
status: 'published'
|
|
2473
2483
|
},
|
|
2474
2484
|
'priority-low': {
|
|
2475
|
-
keywords: ['priority-low', 'prioritylow', 'icon', '
|
|
2485
|
+
keywords: ['priority-low', 'prioritylow', 'icon', 'priority', 'work type status'],
|
|
2476
2486
|
componentName: 'PriorityLowIcon',
|
|
2477
2487
|
package: '@atlaskit/icon/core/priority-low',
|
|
2478
2488
|
type: 'core',
|
|
@@ -2482,7 +2492,7 @@ var metadata = {
|
|
|
2482
2492
|
status: 'published'
|
|
2483
2493
|
},
|
|
2484
2494
|
'priority-lowest': {
|
|
2485
|
-
keywords: ['priority-lowest', 'prioritylowest', 'icon', '
|
|
2495
|
+
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'priority', 'work type status'],
|
|
2486
2496
|
componentName: 'PriorityLowestIcon',
|
|
2487
2497
|
package: '@atlaskit/icon/core/priority-lowest',
|
|
2488
2498
|
type: 'core',
|
|
@@ -2492,7 +2502,7 @@ var metadata = {
|
|
|
2492
2502
|
status: 'published'
|
|
2493
2503
|
},
|
|
2494
2504
|
'priority-major': {
|
|
2495
|
-
keywords: ['priority-major', 'prioritymajor', 'icon', '
|
|
2505
|
+
keywords: ['priority-major', 'prioritymajor', 'icon', 'priority', 'work type status'],
|
|
2496
2506
|
componentName: 'PriorityMajorIcon',
|
|
2497
2507
|
package: '@atlaskit/icon/core/priority-major',
|
|
2498
2508
|
type: 'core',
|
|
@@ -2502,7 +2512,7 @@ var metadata = {
|
|
|
2502
2512
|
status: 'published'
|
|
2503
2513
|
},
|
|
2504
2514
|
'priority-medium': {
|
|
2505
|
-
keywords: ['priority-medium', 'prioritymedium', 'icon', '
|
|
2515
|
+
keywords: ['priority-medium', 'prioritymedium', 'icon', 'priority', 'work type status'],
|
|
2506
2516
|
componentName: 'PriorityMediumIcon',
|
|
2507
2517
|
package: '@atlaskit/icon/core/priority-medium',
|
|
2508
2518
|
type: 'core',
|
|
@@ -2512,7 +2522,7 @@ var metadata = {
|
|
|
2512
2522
|
status: 'published'
|
|
2513
2523
|
},
|
|
2514
2524
|
'priority-minor': {
|
|
2515
|
-
keywords: ['priority-minor', 'priorityminor', 'icon', '
|
|
2525
|
+
keywords: ['priority-minor', 'priorityminor', 'icon', 'priority', 'work type status'],
|
|
2516
2526
|
componentName: 'PriorityMinorIcon',
|
|
2517
2527
|
package: '@atlaskit/icon/core/priority-minor',
|
|
2518
2528
|
type: 'core',
|
|
@@ -2522,7 +2532,7 @@ var metadata = {
|
|
|
2522
2532
|
status: 'published'
|
|
2523
2533
|
},
|
|
2524
2534
|
'priority-trivial': {
|
|
2525
|
-
keywords: ['priority-trivial', 'prioritytrivial', 'icon', '
|
|
2535
|
+
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'priority', 'work type status'],
|
|
2526
2536
|
componentName: 'PriorityTrivialIcon',
|
|
2527
2537
|
package: '@atlaskit/icon/core/priority-trivial',
|
|
2528
2538
|
type: 'core',
|
|
@@ -2532,7 +2542,7 @@ var metadata = {
|
|
|
2532
2542
|
status: 'published'
|
|
2533
2543
|
},
|
|
2534
2544
|
problem: {
|
|
2535
|
-
keywords: ['problem', 'icon', '
|
|
2545
|
+
keywords: ['problem', 'icon', 'stop', 'priority', 'work type status'],
|
|
2536
2546
|
componentName: 'ProblemIcon',
|
|
2537
2547
|
package: '@atlaskit/icon/core/problem',
|
|
2538
2548
|
type: 'core',
|
|
@@ -2542,7 +2552,7 @@ var metadata = {
|
|
|
2542
2552
|
status: 'published'
|
|
2543
2553
|
},
|
|
2544
2554
|
project: {
|
|
2545
|
-
keywords: ['project', 'icon', '
|
|
2555
|
+
keywords: ['project', 'icon', 'rocket', 'rocketship', 'spaceship'],
|
|
2546
2556
|
componentName: 'ProjectIcon',
|
|
2547
2557
|
package: '@atlaskit/icon/core/project',
|
|
2548
2558
|
type: 'core',
|
|
@@ -2552,7 +2562,7 @@ var metadata = {
|
|
|
2552
2562
|
status: 'published'
|
|
2553
2563
|
},
|
|
2554
2564
|
'project-status': {
|
|
2555
|
-
keywords: ['project-status', 'projectstatus', 'icon', '
|
|
2565
|
+
keywords: ['project-status', 'projectstatus', 'icon', 'status', 'traffic lights'],
|
|
2556
2566
|
componentName: 'ProjectStatusIcon',
|
|
2557
2567
|
package: '@atlaskit/icon/core/project-status',
|
|
2558
2568
|
type: 'core',
|
|
@@ -2562,7 +2572,7 @@ var metadata = {
|
|
|
2562
2572
|
status: 'published'
|
|
2563
2573
|
},
|
|
2564
2574
|
'projection-screen': {
|
|
2565
|
-
keywords: ['projection-screen', 'projectionscreen', 'icon', '
|
|
2575
|
+
keywords: ['projection-screen', 'projectionscreen', 'icon', 'present', 'presentation', 'projector screen', 'keynote'],
|
|
2566
2576
|
componentName: 'ProjectionScreenIcon',
|
|
2567
2577
|
package: '@atlaskit/icon/core/projection-screen',
|
|
2568
2578
|
type: 'core',
|
|
@@ -2572,7 +2582,7 @@ var metadata = {
|
|
|
2572
2582
|
status: 'published'
|
|
2573
2583
|
},
|
|
2574
2584
|
'pull-request': {
|
|
2575
|
-
keywords: ['pull-request', 'pullrequest', 'icon', '
|
|
2585
|
+
keywords: ['pull-request', 'pullrequest', 'icon', 'git pull request', 'bitbucket pull request', 'jira status'],
|
|
2576
2586
|
componentName: 'PullRequestIcon',
|
|
2577
2587
|
package: '@atlaskit/icon/core/pull-request',
|
|
2578
2588
|
oldName: ['bitbucket/pullrequests'],
|
|
@@ -2583,7 +2593,7 @@ var metadata = {
|
|
|
2583
2593
|
status: 'published'
|
|
2584
2594
|
},
|
|
2585
2595
|
pulse: {
|
|
2586
|
-
keywords: ['pulse', 'icon', '
|
|
2596
|
+
keywords: ['pulse', 'icon', 'pulse', 'wave', 'heartbeat', 'health'],
|
|
2587
2597
|
componentName: 'PulseIcon',
|
|
2588
2598
|
package: '@atlaskit/icon/core/pulse',
|
|
2589
2599
|
type: 'core',
|
|
@@ -2593,7 +2603,7 @@ var metadata = {
|
|
|
2593
2603
|
status: 'published'
|
|
2594
2604
|
},
|
|
2595
2605
|
'question-circle': {
|
|
2596
|
-
keywords: ['question-circle', 'questioncircle', 'help', 'icon', '
|
|
2606
|
+
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'help', 'answers', 'faq', 'jira status'],
|
|
2597
2607
|
componentName: 'QuestionCircleIcon',
|
|
2598
2608
|
package: '@atlaskit/icon/core/question-circle',
|
|
2599
2609
|
oldName: ['editor/help', 'question-circle', 'question'],
|
|
@@ -2604,7 +2614,7 @@ var metadata = {
|
|
|
2604
2614
|
status: 'published'
|
|
2605
2615
|
},
|
|
2606
2616
|
'quotation-mark': {
|
|
2607
|
-
keywords: ['quotation-mark', 'quotationmark', 'icon', '
|
|
2617
|
+
keywords: ['quotation-mark', 'quotationmark', 'icon', 'quote', 'testimonial', 'blockquote', 'jira status'],
|
|
2608
2618
|
componentName: 'QuotationMarkIcon',
|
|
2609
2619
|
package: '@atlaskit/icon/core/quotation-mark',
|
|
2610
2620
|
oldName: ['editor/quote', 'quote'],
|
|
@@ -2615,7 +2625,7 @@ var metadata = {
|
|
|
2615
2625
|
status: 'published'
|
|
2616
2626
|
},
|
|
2617
2627
|
'radio-checked': {
|
|
2618
|
-
keywords: ['radio-checked', 'radiochecked', 'icon', '
|
|
2628
|
+
keywords: ['radio-checked', 'radiochecked', 'icon', 'radio', 'input type', 'selected'],
|
|
2619
2629
|
componentName: 'RadioCheckedIcon',
|
|
2620
2630
|
package: '@atlaskit/icon/core/radio-checked',
|
|
2621
2631
|
oldName: ['radio'],
|
|
@@ -2626,7 +2636,7 @@ var metadata = {
|
|
|
2626
2636
|
status: 'published'
|
|
2627
2637
|
},
|
|
2628
2638
|
'radio-unchecked': {
|
|
2629
|
-
keywords: ['radio-unchecked', 'radiounchecked', 'icon', '
|
|
2639
|
+
keywords: ['radio-unchecked', 'radiounchecked', 'icon', 'radio', 'input type', 'unselected'],
|
|
2630
2640
|
componentName: 'RadioUncheckedIcon',
|
|
2631
2641
|
package: '@atlaskit/icon/core/radio-unchecked',
|
|
2632
2642
|
oldName: ['media-services/preselected'],
|
|
@@ -2637,7 +2647,7 @@ var metadata = {
|
|
|
2637
2647
|
status: 'published'
|
|
2638
2648
|
},
|
|
2639
2649
|
redo: {
|
|
2640
|
-
keywords: ['redo', 'icon', '
|
|
2650
|
+
keywords: ['redo', 'icon', 'editor', 'redo', 'backwards'],
|
|
2641
2651
|
componentName: 'RedoIcon',
|
|
2642
2652
|
package: '@atlaskit/icon/core/redo',
|
|
2643
2653
|
oldName: ['editor/redo', 'redo'],
|
|
@@ -2648,7 +2658,7 @@ var metadata = {
|
|
|
2648
2658
|
status: 'published'
|
|
2649
2659
|
},
|
|
2650
2660
|
refresh: {
|
|
2651
|
-
keywords: ['refresh', 'cycle', 'icon', '
|
|
2661
|
+
keywords: ['refresh', 'cycle', 'icon', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2652
2662
|
componentName: 'RefreshIcon',
|
|
2653
2663
|
package: '@atlaskit/icon/core/refresh',
|
|
2654
2664
|
oldName: ['refresh'],
|
|
@@ -2659,7 +2669,7 @@ var metadata = {
|
|
|
2659
2669
|
status: 'published'
|
|
2660
2670
|
},
|
|
2661
2671
|
release: {
|
|
2662
|
-
keywords: ['release', 'icon', '
|
|
2672
|
+
keywords: ['release', 'icon', 'ship', 'boat'],
|
|
2663
2673
|
componentName: 'ReleaseIcon',
|
|
2664
2674
|
package: '@atlaskit/icon/core/release',
|
|
2665
2675
|
oldName: ['ship'],
|
|
@@ -2670,7 +2680,7 @@ var metadata = {
|
|
|
2670
2680
|
status: 'published'
|
|
2671
2681
|
},
|
|
2672
2682
|
retry: {
|
|
2673
|
-
keywords: ['retry', 'icon', '
|
|
2683
|
+
keywords: ['retry', 'icon', 'try again', ''],
|
|
2674
2684
|
componentName: 'RetryIcon',
|
|
2675
2685
|
package: '@atlaskit/icon/core/retry',
|
|
2676
2686
|
oldName: ['retry'],
|
|
@@ -2681,7 +2691,7 @@ var metadata = {
|
|
|
2681
2691
|
status: 'published'
|
|
2682
2692
|
},
|
|
2683
2693
|
roadmap: {
|
|
2684
|
-
keywords: ['roadmap', 'icon'
|
|
2694
|
+
keywords: ['roadmap', 'icon'],
|
|
2685
2695
|
componentName: 'RoadmapIcon',
|
|
2686
2696
|
package: '@atlaskit/icon/core/roadmap',
|
|
2687
2697
|
oldName: ['roadmap'],
|
|
@@ -2692,7 +2702,7 @@ var metadata = {
|
|
|
2692
2702
|
status: 'published'
|
|
2693
2703
|
},
|
|
2694
2704
|
'rovo-chat': {
|
|
2695
|
-
keywords: ['rovo-chat', 'rovochat', 'icon', '
|
|
2705
|
+
keywords: ['rovo-chat', 'rovochat', 'icon', 'Rovo', 'AI', 'chat agent'],
|
|
2696
2706
|
componentName: 'RovoChatIcon',
|
|
2697
2707
|
package: '@atlaskit/icon/core/rovo-chat',
|
|
2698
2708
|
type: 'core',
|
|
@@ -2702,7 +2712,7 @@ var metadata = {
|
|
|
2702
2712
|
status: 'published'
|
|
2703
2713
|
},
|
|
2704
2714
|
scales: {
|
|
2705
|
-
keywords: ['scales', 'icon', '
|
|
2715
|
+
keywords: ['scales', 'icon', 'scales', 'rule', 'law'],
|
|
2706
2716
|
componentName: 'ScalesIcon',
|
|
2707
2717
|
package: '@atlaskit/icon/core/scales',
|
|
2708
2718
|
type: 'core',
|
|
@@ -2712,7 +2722,7 @@ var metadata = {
|
|
|
2712
2722
|
status: 'published'
|
|
2713
2723
|
},
|
|
2714
2724
|
scorecard: {
|
|
2715
|
-
keywords: ['scorecard', 'icon', '
|
|
2725
|
+
keywords: ['scorecard', 'icon', 'tick', 'check', 'circle', 'unfinished'],
|
|
2716
2726
|
componentName: 'ScorecardIcon',
|
|
2717
2727
|
package: '@atlaskit/icon/core/scorecard',
|
|
2718
2728
|
type: 'core',
|
|
@@ -2722,7 +2732,7 @@ var metadata = {
|
|
|
2722
2732
|
status: 'published'
|
|
2723
2733
|
},
|
|
2724
2734
|
screen: {
|
|
2725
|
-
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', '
|
|
2735
|
+
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'display', 'monitor', 'desktop'],
|
|
2726
2736
|
componentName: 'ScreenIcon',
|
|
2727
2737
|
package: '@atlaskit/icon/core/screen',
|
|
2728
2738
|
oldName: ['screen'],
|
|
@@ -2733,7 +2743,7 @@ var metadata = {
|
|
|
2733
2743
|
status: 'published'
|
|
2734
2744
|
},
|
|
2735
2745
|
'screen-plus': {
|
|
2736
|
-
keywords: ['screen-plus', 'screenplus', 'icon', '
|
|
2746
|
+
keywords: ['screen-plus', 'screenplus', 'icon', 'screen', 'display', 'monitor', 'plus', 'add'],
|
|
2737
2747
|
componentName: 'ScreenPlusIcon',
|
|
2738
2748
|
package: '@atlaskit/icon/core/screen-plus',
|
|
2739
2749
|
type: 'core',
|
|
@@ -2743,7 +2753,7 @@ var metadata = {
|
|
|
2743
2753
|
status: 'published'
|
|
2744
2754
|
},
|
|
2745
2755
|
search: {
|
|
2746
|
-
keywords: ['search', 'find', 'magnify', 'icon', '
|
|
2756
|
+
keywords: ['search', 'find', 'magnify', 'icon', 'magnifying glass'],
|
|
2747
2757
|
componentName: 'SearchIcon',
|
|
2748
2758
|
package: '@atlaskit/icon/core/search',
|
|
2749
2759
|
oldName: ['editor/search', 'search'],
|
|
@@ -2754,7 +2764,7 @@ var metadata = {
|
|
|
2754
2764
|
status: 'published'
|
|
2755
2765
|
},
|
|
2756
2766
|
send: {
|
|
2757
|
-
keywords: ['send', 'mail', 'icon', '
|
|
2767
|
+
keywords: ['send', 'mail', 'icon', 'submit', 'paper airplane', 'paper aeroplane'],
|
|
2758
2768
|
componentName: 'SendIcon',
|
|
2759
2769
|
package: '@atlaskit/icon/core/send',
|
|
2760
2770
|
oldName: ['send'],
|
|
@@ -2765,7 +2775,7 @@ var metadata = {
|
|
|
2765
2775
|
status: 'published'
|
|
2766
2776
|
},
|
|
2767
2777
|
settings: {
|
|
2768
|
-
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', '
|
|
2778
|
+
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'system preferences', 'gear', 'cog'],
|
|
2769
2779
|
componentName: 'SettingsIcon',
|
|
2770
2780
|
package: '@atlaskit/icon/core/settings',
|
|
2771
2781
|
oldName: ['editor/settings', 'settings'],
|
|
@@ -2776,7 +2786,7 @@ var metadata = {
|
|
|
2776
2786
|
status: 'published'
|
|
2777
2787
|
},
|
|
2778
2788
|
shapes: {
|
|
2779
|
-
keywords: ['shapes', 'icon', '
|
|
2789
|
+
keywords: ['shapes', 'icon', 'objects', 'whiteboard', 'asset', 'graphic'],
|
|
2780
2790
|
componentName: 'ShapesIcon',
|
|
2781
2791
|
package: '@atlaskit/icon/core/shapes',
|
|
2782
2792
|
type: 'core',
|
|
@@ -2786,7 +2796,7 @@ var metadata = {
|
|
|
2786
2796
|
status: 'published'
|
|
2787
2797
|
},
|
|
2788
2798
|
share: {
|
|
2789
|
-
keywords: ['share', 'icon', '
|
|
2799
|
+
keywords: ['share', 'icon', 'share', 'access'],
|
|
2790
2800
|
componentName: 'ShareIcon',
|
|
2791
2801
|
package: '@atlaskit/icon/core/share',
|
|
2792
2802
|
oldName: ['share'],
|
|
@@ -2797,7 +2807,7 @@ var metadata = {
|
|
|
2797
2807
|
status: 'published'
|
|
2798
2808
|
},
|
|
2799
2809
|
shield: {
|
|
2800
|
-
keywords: ['shield', 'icon', '
|
|
2810
|
+
keywords: ['shield', 'icon', 'security', 'secure', 'safety', 'defence', 'protection', 'guard'],
|
|
2801
2811
|
componentName: 'ShieldIcon',
|
|
2802
2812
|
package: '@atlaskit/icon/core/shield',
|
|
2803
2813
|
type: 'core',
|
|
@@ -2807,7 +2817,7 @@ var metadata = {
|
|
|
2807
2817
|
status: 'published'
|
|
2808
2818
|
},
|
|
2809
2819
|
'shield-strikethrough': {
|
|
2810
|
-
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', '
|
|
2820
|
+
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
2811
2821
|
componentName: 'ShieldStrikethroughIcon',
|
|
2812
2822
|
package: '@atlaskit/icon/core/shield-strikethrough',
|
|
2813
2823
|
type: 'core',
|
|
@@ -2817,7 +2827,7 @@ var metadata = {
|
|
|
2817
2827
|
status: 'published'
|
|
2818
2828
|
},
|
|
2819
2829
|
shortcut: {
|
|
2820
|
-
keywords: ['shortcut', 'export', 'icon', '
|
|
2830
|
+
keywords: ['shortcut', 'export', 'icon', 'addshortcut', 'square', 'plus'],
|
|
2821
2831
|
componentName: 'ShortcutIcon',
|
|
2822
2832
|
package: '@atlaskit/icon/core/shortcut',
|
|
2823
2833
|
oldName: ['add-item'],
|
|
@@ -2828,7 +2838,7 @@ var metadata = {
|
|
|
2828
2838
|
status: 'published'
|
|
2829
2839
|
},
|
|
2830
2840
|
'show-more-horizontal': {
|
|
2831
|
-
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', '
|
|
2841
|
+
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions'],
|
|
2832
2842
|
componentName: 'ShowMoreHorizontalIcon',
|
|
2833
2843
|
package: '@atlaskit/icon/core/show-more-horizontal',
|
|
2834
2844
|
oldName: ['editor/more', 'more'],
|
|
@@ -2839,7 +2849,7 @@ var metadata = {
|
|
|
2839
2849
|
status: 'published'
|
|
2840
2850
|
},
|
|
2841
2851
|
'show-more-vertical': {
|
|
2842
|
-
keywords: ['show-more-vertical', 'showmorevertical', 'icon', '
|
|
2852
|
+
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions'],
|
|
2843
2853
|
componentName: 'ShowMoreVerticalIcon',
|
|
2844
2854
|
package: '@atlaskit/icon/core/show-more-vertical',
|
|
2845
2855
|
oldName: ['more-vertical'],
|
|
@@ -2850,7 +2860,7 @@ var metadata = {
|
|
|
2850
2860
|
status: 'published'
|
|
2851
2861
|
},
|
|
2852
2862
|
'shrink-diagonal': {
|
|
2853
|
-
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', '
|
|
2863
|
+
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', 'resize', 'diagonal arrows'],
|
|
2854
2864
|
componentName: 'ShrinkDiagonalIcon',
|
|
2855
2865
|
package: '@atlaskit/icon/core/shrink-diagonal',
|
|
2856
2866
|
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
@@ -2861,7 +2871,7 @@ var metadata = {
|
|
|
2861
2871
|
status: 'published'
|
|
2862
2872
|
},
|
|
2863
2873
|
'shrink-horizontal': {
|
|
2864
|
-
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', '
|
|
2874
|
+
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', 'contract', 'width', 'horizontal arrows'],
|
|
2865
2875
|
componentName: 'ShrinkHorizontalIcon',
|
|
2866
2876
|
package: '@atlaskit/icon/core/shrink-horizontal',
|
|
2867
2877
|
oldName: ['editor/collapse'],
|
|
@@ -2872,7 +2882,7 @@ var metadata = {
|
|
|
2872
2882
|
status: 'published'
|
|
2873
2883
|
},
|
|
2874
2884
|
'shrink-vertical': {
|
|
2875
|
-
keywords: ['shrink-vertical', 'shrinkvertical', 'icon', '
|
|
2885
|
+
keywords: ['shrink-vertical', 'shrinkvertical', 'icon', 'contract', 'height', 'vertical arrows'],
|
|
2876
2886
|
componentName: 'ShrinkVerticalIcon',
|
|
2877
2887
|
package: '@atlaskit/icon/core/shrink-vertical',
|
|
2878
2888
|
type: 'core',
|
|
@@ -2882,7 +2892,7 @@ var metadata = {
|
|
|
2882
2892
|
status: 'published'
|
|
2883
2893
|
},
|
|
2884
2894
|
'sidebar-collapse': {
|
|
2885
|
-
keywords: ['sidebar-collapse', 'sidebarcollapse', 'icon', '
|
|
2895
|
+
keywords: ['sidebar-collapse', 'sidebarcollapse', 'icon', 'navigation', 'close sidebar'],
|
|
2886
2896
|
componentName: 'SidebarCollapseIcon',
|
|
2887
2897
|
package: '@atlaskit/icon/core/sidebar-collapse',
|
|
2888
2898
|
type: 'core',
|
|
@@ -2892,7 +2902,7 @@ var metadata = {
|
|
|
2892
2902
|
status: 'published'
|
|
2893
2903
|
},
|
|
2894
2904
|
'sidebar-expand': {
|
|
2895
|
-
keywords: ['sidebar-expand', 'sidebarexpand', 'icon', '
|
|
2905
|
+
keywords: ['sidebar-expand', 'sidebarexpand', 'icon', 'navigation', 'open sidebar'],
|
|
2896
2906
|
componentName: 'SidebarExpandIcon',
|
|
2897
2907
|
package: '@atlaskit/icon/core/sidebar-expand',
|
|
2898
2908
|
type: 'core',
|
|
@@ -2902,7 +2912,7 @@ var metadata = {
|
|
|
2902
2912
|
status: 'published'
|
|
2903
2913
|
},
|
|
2904
2914
|
'smart-link': {
|
|
2905
|
-
keywords: ['smart-link', 'smartlink', 'icon', '
|
|
2915
|
+
keywords: ['smart-link', 'smartlink', 'icon', 'smart link'],
|
|
2906
2916
|
componentName: 'SmartLinkIcon',
|
|
2907
2917
|
package: '@atlaskit/icon/core/smart-link',
|
|
2908
2918
|
type: 'core',
|
|
@@ -2912,7 +2922,7 @@ var metadata = {
|
|
|
2912
2922
|
status: 'published'
|
|
2913
2923
|
},
|
|
2914
2924
|
'smart-link-card': {
|
|
2915
|
-
keywords: ['smart-link-card', 'smartlinkcard', 'icon', '
|
|
2925
|
+
keywords: ['smart-link-card', 'smartlinkcard', 'icon', 'smart link', 'url', 'card', 'link preview'],
|
|
2916
2926
|
componentName: 'SmartLinkCardIcon',
|
|
2917
2927
|
package: '@atlaskit/icon/core/smart-link-card',
|
|
2918
2928
|
type: 'core',
|
|
@@ -2922,7 +2932,7 @@ var metadata = {
|
|
|
2922
2932
|
status: 'published'
|
|
2923
2933
|
},
|
|
2924
2934
|
'smart-link-embed': {
|
|
2925
|
-
keywords: ['smart-link-embed', 'smartlinkembed', 'icon', '
|
|
2935
|
+
keywords: ['smart-link-embed', 'smartlinkembed', 'icon', 'smart link', 'url', 'embed'],
|
|
2926
2936
|
componentName: 'SmartLinkEmbedIcon',
|
|
2927
2937
|
package: '@atlaskit/icon/core/smart-link-embed',
|
|
2928
2938
|
type: 'core',
|
|
@@ -2932,7 +2942,7 @@ var metadata = {
|
|
|
2932
2942
|
status: 'published'
|
|
2933
2943
|
},
|
|
2934
2944
|
'smart-link-inline': {
|
|
2935
|
-
keywords: ['smart-link-inline', 'smartlinkinline', 'icon', '
|
|
2945
|
+
keywords: ['smart-link-inline', 'smartlinkinline', 'icon', 'smart link', 'url', 'inline'],
|
|
2936
2946
|
componentName: 'SmartLinkInlineIcon',
|
|
2937
2947
|
package: '@atlaskit/icon/core/smart-link-inline',
|
|
2938
2948
|
type: 'core',
|
|
@@ -2942,7 +2952,7 @@ var metadata = {
|
|
|
2942
2952
|
status: 'published'
|
|
2943
2953
|
},
|
|
2944
2954
|
'smart-link-list': {
|
|
2945
|
-
keywords: ['smart-link-list', 'smartlinklist', 'icon', '
|
|
2955
|
+
keywords: ['smart-link-list', 'smartlinklist', 'icon', 'smart link', 'url', 'embed', 'list', 'table', 'linked search results'],
|
|
2946
2956
|
componentName: 'SmartLinkListIcon',
|
|
2947
2957
|
package: '@atlaskit/icon/core/smart-link-list',
|
|
2948
2958
|
type: 'core',
|
|
@@ -2952,7 +2962,7 @@ var metadata = {
|
|
|
2952
2962
|
status: 'published'
|
|
2953
2963
|
},
|
|
2954
2964
|
snippet: {
|
|
2955
|
-
keywords: ['snippet', 'icon', '
|
|
2965
|
+
keywords: ['snippet', 'icon', 'scissors', 'cut'],
|
|
2956
2966
|
componentName: 'SnippetIcon',
|
|
2957
2967
|
package: '@atlaskit/icon/core/snippet',
|
|
2958
2968
|
oldName: ['bitbucket/snippets'],
|
|
@@ -2963,7 +2973,7 @@ var metadata = {
|
|
|
2963
2973
|
status: 'published'
|
|
2964
2974
|
},
|
|
2965
2975
|
'sort-ascending': {
|
|
2966
|
-
keywords: ['sort-ascending', 'sortascending', 'icon', '
|
|
2976
|
+
keywords: ['sort-ascending', 'sortascending', 'icon', 'data', 'sort', 'up'],
|
|
2967
2977
|
componentName: 'SortAscendingIcon',
|
|
2968
2978
|
package: '@atlaskit/icon/core/sort-ascending',
|
|
2969
2979
|
type: 'core',
|
|
@@ -2973,7 +2983,7 @@ var metadata = {
|
|
|
2973
2983
|
status: 'published'
|
|
2974
2984
|
},
|
|
2975
2985
|
'sort-descending': {
|
|
2976
|
-
keywords: ['sort-descending', 'sortdescending', 'icon', '
|
|
2986
|
+
keywords: ['sort-descending', 'sortdescending', 'icon', 'data', 'sort', 'down'],
|
|
2977
2987
|
componentName: 'SortDescendingIcon',
|
|
2978
2988
|
package: '@atlaskit/icon/core/sort-descending',
|
|
2979
2989
|
type: 'core',
|
|
@@ -2983,7 +2993,7 @@ var metadata = {
|
|
|
2983
2993
|
status: 'published'
|
|
2984
2994
|
},
|
|
2985
2995
|
spreadsheet: {
|
|
2986
|
-
keywords: ['spreadsheet', 'icon', '
|
|
2996
|
+
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
|
|
2987
2997
|
componentName: 'SpreadsheetIcon',
|
|
2988
2998
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2989
2999
|
oldName: ['media-services/spreadsheet'],
|
|
@@ -2994,7 +3004,7 @@ var metadata = {
|
|
|
2994
3004
|
status: 'published'
|
|
2995
3005
|
},
|
|
2996
3006
|
sprint: {
|
|
2997
|
-
keywords: ['sprint', 'icon', '
|
|
3007
|
+
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
2998
3008
|
componentName: 'SprintIcon',
|
|
2999
3009
|
package: '@atlaskit/icon/core/sprint',
|
|
3000
3010
|
oldName: ['sprint'],
|
|
@@ -3005,7 +3015,7 @@ var metadata = {
|
|
|
3005
3015
|
status: 'published'
|
|
3006
3016
|
},
|
|
3007
3017
|
'star-starred': {
|
|
3008
|
-
keywords: ['star-starred', 'starstarred', 'icon', '
|
|
3018
|
+
keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled'],
|
|
3009
3019
|
componentName: 'StarStarredIcon',
|
|
3010
3020
|
package: '@atlaskit/icon/core/star-starred',
|
|
3011
3021
|
oldName: ['star-filled'],
|
|
@@ -3016,7 +3026,7 @@ var metadata = {
|
|
|
3016
3026
|
status: 'published'
|
|
3017
3027
|
},
|
|
3018
3028
|
'star-unstarred': {
|
|
3019
|
-
keywords: ['star-unstarred', 'starunstarred', 'icon', '
|
|
3029
|
+
keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star'],
|
|
3020
3030
|
componentName: 'StarUnstarredIcon',
|
|
3021
3031
|
package: '@atlaskit/icon/core/star-unstarred',
|
|
3022
3032
|
oldName: ['star', 'star-large'],
|
|
@@ -3027,7 +3037,7 @@ var metadata = {
|
|
|
3027
3037
|
status: 'published'
|
|
3028
3038
|
},
|
|
3029
3039
|
'status-discovery': {
|
|
3030
|
-
keywords: ['status-discovery', 'statusdiscovery', 'icon', '
|
|
3040
|
+
keywords: ['status-discovery', 'statusdiscovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
3031
3041
|
componentName: 'StatusDiscoveryIcon',
|
|
3032
3042
|
package: '@atlaskit/icon/core/status-discovery',
|
|
3033
3043
|
type: 'core',
|
|
@@ -3037,7 +3047,7 @@ var metadata = {
|
|
|
3037
3047
|
status: 'published'
|
|
3038
3048
|
},
|
|
3039
3049
|
'status-error': {
|
|
3040
|
-
keywords: ['status-error', 'statuserror', 'icon', '
|
|
3050
|
+
keywords: ['status-error', 'statuserror', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
3041
3051
|
componentName: 'StatusErrorIcon',
|
|
3042
3052
|
package: '@atlaskit/icon/core/status-error',
|
|
3043
3053
|
oldName: ['error'],
|
|
@@ -3048,7 +3058,7 @@ var metadata = {
|
|
|
3048
3058
|
status: 'published'
|
|
3049
3059
|
},
|
|
3050
3060
|
'status-information': {
|
|
3051
|
-
keywords: ['status-information', 'statusinformation', 'icon', '
|
|
3061
|
+
keywords: ['status-information', 'statusinformation', 'icon', 'info', 'filled', 'status', 'information'],
|
|
3052
3062
|
componentName: 'StatusInformationIcon',
|
|
3053
3063
|
package: '@atlaskit/icon/core/status-information',
|
|
3054
3064
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
@@ -3059,7 +3069,7 @@ var metadata = {
|
|
|
3059
3069
|
status: 'published'
|
|
3060
3070
|
},
|
|
3061
3071
|
'status-success': {
|
|
3062
|
-
keywords: ['status-success', 'statussuccess', 'icon', '
|
|
3072
|
+
keywords: ['status-success', 'statussuccess', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3063
3073
|
componentName: 'StatusSuccessIcon',
|
|
3064
3074
|
package: '@atlaskit/icon/core/status-success',
|
|
3065
3075
|
oldName: ['check-circle', 'editor/success'],
|
|
@@ -3070,7 +3080,7 @@ var metadata = {
|
|
|
3070
3080
|
status: 'published'
|
|
3071
3081
|
},
|
|
3072
3082
|
'status-verified': {
|
|
3073
|
-
keywords: ['status-verified', 'statusverified', 'icon', '
|
|
3083
|
+
keywords: ['status-verified', 'statusverified', 'icon', 'verified badge', 'status'],
|
|
3074
3084
|
componentName: 'StatusVerifiedIcon',
|
|
3075
3085
|
package: '@atlaskit/icon/core/status-verified',
|
|
3076
3086
|
type: 'core',
|
|
@@ -3080,7 +3090,7 @@ var metadata = {
|
|
|
3080
3090
|
status: 'published'
|
|
3081
3091
|
},
|
|
3082
3092
|
'status-warning': {
|
|
3083
|
-
keywords: ['status-warning', 'statuswarning', 'icon', '
|
|
3093
|
+
keywords: ['status-warning', 'statuswarning', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3084
3094
|
componentName: 'StatusWarningIcon',
|
|
3085
3095
|
package: '@atlaskit/icon/core/status-warning',
|
|
3086
3096
|
oldName: ['editor/warning', 'warning'],
|
|
@@ -3091,7 +3101,7 @@ var metadata = {
|
|
|
3091
3101
|
status: 'published'
|
|
3092
3102
|
},
|
|
3093
3103
|
stopwatch: {
|
|
3094
|
-
keywords: ['stopwatch', 'icon', '
|
|
3104
|
+
keywords: ['stopwatch', 'icon', 'timer'],
|
|
3095
3105
|
componentName: 'StopwatchIcon',
|
|
3096
3106
|
package: '@atlaskit/icon/core/stopwatch',
|
|
3097
3107
|
oldName: ['stopwatch'],
|
|
@@ -3102,7 +3112,7 @@ var metadata = {
|
|
|
3102
3112
|
status: 'published'
|
|
3103
3113
|
},
|
|
3104
3114
|
story: {
|
|
3105
|
-
keywords: ['story', 'icon', '
|
|
3115
|
+
keywords: ['story', 'icon', 'bookmark', 'work type'],
|
|
3106
3116
|
componentName: 'StoryIcon',
|
|
3107
3117
|
package: '@atlaskit/icon/core/story',
|
|
3108
3118
|
type: 'core',
|
|
@@ -3112,7 +3122,7 @@ var metadata = {
|
|
|
3112
3122
|
status: 'published'
|
|
3113
3123
|
},
|
|
3114
3124
|
'stroke-weight-extra-large': {
|
|
3115
|
-
keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', '
|
|
3125
|
+
keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
|
|
3116
3126
|
componentName: 'StrokeWeightExtraLargeIcon',
|
|
3117
3127
|
package: '@atlaskit/icon/core/stroke-weight-extra-large',
|
|
3118
3128
|
type: 'core',
|
|
@@ -3122,7 +3132,7 @@ var metadata = {
|
|
|
3122
3132
|
status: 'published'
|
|
3123
3133
|
},
|
|
3124
3134
|
'stroke-weight-large': {
|
|
3125
|
-
keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', '
|
|
3135
|
+
keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
|
|
3126
3136
|
componentName: 'StrokeWeightLargeIcon',
|
|
3127
3137
|
package: '@atlaskit/icon/core/stroke-weight-large',
|
|
3128
3138
|
type: 'core',
|
|
@@ -3132,7 +3142,7 @@ var metadata = {
|
|
|
3132
3142
|
status: 'published'
|
|
3133
3143
|
},
|
|
3134
3144
|
'stroke-weight-medium': {
|
|
3135
|
-
keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', '
|
|
3145
|
+
keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
|
|
3136
3146
|
componentName: 'StrokeWeightMediumIcon',
|
|
3137
3147
|
package: '@atlaskit/icon/core/stroke-weight-medium',
|
|
3138
3148
|
type: 'core',
|
|
@@ -3142,7 +3152,7 @@ var metadata = {
|
|
|
3142
3152
|
status: 'published'
|
|
3143
3153
|
},
|
|
3144
3154
|
'stroke-weight-small': {
|
|
3145
|
-
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', '
|
|
3155
|
+
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
|
|
3146
3156
|
componentName: 'StrokeWeightSmallIcon',
|
|
3147
3157
|
package: '@atlaskit/icon/core/stroke-weight-small',
|
|
3148
3158
|
oldName: ['media-services/line'],
|
|
@@ -3153,7 +3163,7 @@ var metadata = {
|
|
|
3153
3163
|
status: 'published'
|
|
3154
3164
|
},
|
|
3155
3165
|
subtasks: {
|
|
3156
|
-
keywords: ['subtasks', 'icon', '
|
|
3166
|
+
keywords: ['subtasks', 'icon', 'todo', 'checklist', 'work type'],
|
|
3157
3167
|
componentName: 'SubtasksIcon',
|
|
3158
3168
|
package: '@atlaskit/icon/core/subtasks',
|
|
3159
3169
|
oldName: ['subtask'],
|
|
@@ -3164,7 +3174,7 @@ var metadata = {
|
|
|
3164
3174
|
status: 'published'
|
|
3165
3175
|
},
|
|
3166
3176
|
success: {
|
|
3167
|
-
keywords: ['success', 'icon', '
|
|
3177
|
+
keywords: ['success', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3168
3178
|
componentName: 'SuccessIcon',
|
|
3169
3179
|
package: '@atlaskit/icon/core/success',
|
|
3170
3180
|
oldName: ['check-circle', 'editor/success'],
|
|
@@ -3180,7 +3190,7 @@ var metadata = {
|
|
|
3180
3190
|
status: 'deprecated'
|
|
3181
3191
|
},
|
|
3182
3192
|
support: {
|
|
3183
|
-
keywords: ['support', 'icon', '
|
|
3193
|
+
keywords: ['support', 'icon', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
3184
3194
|
componentName: 'SupportIcon',
|
|
3185
3195
|
package: '@atlaskit/icon/core/support',
|
|
3186
3196
|
type: 'core',
|
|
@@ -3190,7 +3200,7 @@ var metadata = {
|
|
|
3190
3200
|
status: 'published'
|
|
3191
3201
|
},
|
|
3192
3202
|
table: {
|
|
3193
|
-
keywords: ['table', 'grid', 'icon', '
|
|
3203
|
+
keywords: ['table', 'grid', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
3194
3204
|
componentName: 'TableIcon',
|
|
3195
3205
|
package: '@atlaskit/icon/core/table',
|
|
3196
3206
|
type: 'core',
|
|
@@ -3200,7 +3210,7 @@ var metadata = {
|
|
|
3200
3210
|
status: 'published'
|
|
3201
3211
|
},
|
|
3202
3212
|
'table-cell-clear': {
|
|
3203
|
-
keywords: ['table-cell-clear', 'tablecellclear', 'icon', '
|
|
3213
|
+
keywords: ['table-cell-clear', 'tablecellclear', 'icon', 'table', 'cell', 'clear', 'empty'],
|
|
3204
3214
|
componentName: 'TableCellClearIcon',
|
|
3205
3215
|
package: '@atlaskit/icon/core/table-cell-clear',
|
|
3206
3216
|
type: 'core',
|
|
@@ -3210,7 +3220,7 @@ var metadata = {
|
|
|
3210
3220
|
status: 'published'
|
|
3211
3221
|
},
|
|
3212
3222
|
'table-cell-merge': {
|
|
3213
|
-
keywords: ['table-cell-merge', 'tablecellmerge', 'icon', '
|
|
3223
|
+
keywords: ['table-cell-merge', 'tablecellmerge', 'icon', 'table', 'cell', 'merge', 'combine', 'join'],
|
|
3214
3224
|
componentName: 'TableCellMergeIcon',
|
|
3215
3225
|
package: '@atlaskit/icon/core/table-cell-merge',
|
|
3216
3226
|
type: 'core',
|
|
@@ -3220,7 +3230,7 @@ var metadata = {
|
|
|
3220
3230
|
status: 'published'
|
|
3221
3231
|
},
|
|
3222
3232
|
'table-cell-split': {
|
|
3223
|
-
keywords: ['table-cell-split', 'tablecellsplit', 'icon', '
|
|
3233
|
+
keywords: ['table-cell-split', 'tablecellsplit', 'icon', 'table', 'cell', 'split', 'divide', 'separate'],
|
|
3224
3234
|
componentName: 'TableCellSplitIcon',
|
|
3225
3235
|
package: '@atlaskit/icon/core/table-cell-split',
|
|
3226
3236
|
type: 'core',
|
|
@@ -3230,7 +3240,7 @@ var metadata = {
|
|
|
3230
3240
|
status: 'published'
|
|
3231
3241
|
},
|
|
3232
3242
|
'table-column-add-left': {
|
|
3233
|
-
keywords: ['table-column-add-left', 'tablecolumnaddleft', 'icon', '
|
|
3243
|
+
keywords: ['table-column-add-left', 'tablecolumnaddleft', 'icon', 'table', 'column', 'add', 'plus', 'left', 'before'],
|
|
3234
3244
|
componentName: 'TableColumnAddLeftIcon',
|
|
3235
3245
|
package: '@atlaskit/icon/core/table-column-add-left',
|
|
3236
3246
|
type: 'core',
|
|
@@ -3240,7 +3250,7 @@ var metadata = {
|
|
|
3240
3250
|
status: 'published'
|
|
3241
3251
|
},
|
|
3242
3252
|
'table-column-add-right': {
|
|
3243
|
-
keywords: ['table-column-add-right', 'tablecolumnaddright', 'icon', '
|
|
3253
|
+
keywords: ['table-column-add-right', 'tablecolumnaddright', 'icon', 'table', 'column', 'add', 'right', 'after'],
|
|
3244
3254
|
componentName: 'TableColumnAddRightIcon',
|
|
3245
3255
|
package: '@atlaskit/icon/core/table-column-add-right',
|
|
3246
3256
|
type: 'core',
|
|
@@ -3250,7 +3260,7 @@ var metadata = {
|
|
|
3250
3260
|
status: 'published'
|
|
3251
3261
|
},
|
|
3252
3262
|
'table-column-delete': {
|
|
3253
|
-
keywords: ['table-column-delete', 'tablecolumndelete', 'icon', '
|
|
3263
|
+
keywords: ['table-column-delete', 'tablecolumndelete', 'icon', 'table', 'column', 'delete', 'remove', 'x'],
|
|
3254
3264
|
componentName: 'TableColumnDeleteIcon',
|
|
3255
3265
|
package: '@atlaskit/icon/core/table-column-delete',
|
|
3256
3266
|
type: 'core',
|
|
@@ -3260,7 +3270,7 @@ var metadata = {
|
|
|
3260
3270
|
status: 'published'
|
|
3261
3271
|
},
|
|
3262
3272
|
'table-column-move-left': {
|
|
3263
|
-
keywords: ['table-column-move-left', 'tablecolumnmoveleft', 'icon', '
|
|
3273
|
+
keywords: ['table-column-move-left', 'tablecolumnmoveleft', 'icon', 'table', 'column', 'move', 'left', 'arrow'],
|
|
3264
3274
|
componentName: 'TableColumnMoveLeftIcon',
|
|
3265
3275
|
package: '@atlaskit/icon/core/table-column-move-left',
|
|
3266
3276
|
type: 'core',
|
|
@@ -3270,7 +3280,7 @@ var metadata = {
|
|
|
3270
3280
|
status: 'published'
|
|
3271
3281
|
},
|
|
3272
3282
|
'table-column-move-right': {
|
|
3273
|
-
keywords: ['table-column-move-right', 'tablecolumnmoveright', 'icon', '
|
|
3283
|
+
keywords: ['table-column-move-right', 'tablecolumnmoveright', 'icon', 'table', 'column', 'move', 'right', 'arrow'],
|
|
3274
3284
|
componentName: 'TableColumnMoveRightIcon',
|
|
3275
3285
|
package: '@atlaskit/icon/core/table-column-move-right',
|
|
3276
3286
|
type: 'core',
|
|
@@ -3280,7 +3290,7 @@ var metadata = {
|
|
|
3280
3290
|
status: 'published'
|
|
3281
3291
|
},
|
|
3282
3292
|
'table-columns-distribute': {
|
|
3283
|
-
keywords: ['table-columns-distribute', 'tablecolumnsdistribute', 'icon', '
|
|
3293
|
+
keywords: ['table-columns-distribute', 'tablecolumnsdistribute', 'icon', 'table', 'columns', 'distribute', 'even', 'equidistant'],
|
|
3284
3294
|
componentName: 'TableColumnsDistributeIcon',
|
|
3285
3295
|
package: '@atlaskit/icon/core/table-columns-distribute',
|
|
3286
3296
|
type: 'core',
|
|
@@ -3290,7 +3300,7 @@ var metadata = {
|
|
|
3290
3300
|
status: 'published'
|
|
3291
3301
|
},
|
|
3292
3302
|
'table-row-add-above': {
|
|
3293
|
-
keywords: ['table-row-add-above', 'tablerowaddabove', 'icon', '
|
|
3303
|
+
keywords: ['table-row-add-above', 'tablerowaddabove', 'icon', 'table', 'row', 'add', 'plus', 'above', 'up'],
|
|
3294
3304
|
componentName: 'TableRowAddAboveIcon',
|
|
3295
3305
|
package: '@atlaskit/icon/core/table-row-add-above',
|
|
3296
3306
|
type: 'core',
|
|
@@ -3300,7 +3310,7 @@ var metadata = {
|
|
|
3300
3310
|
status: 'published'
|
|
3301
3311
|
},
|
|
3302
3312
|
'table-row-add-below': {
|
|
3303
|
-
keywords: ['table-row-add-below', 'tablerowaddbelow', 'icon', '
|
|
3313
|
+
keywords: ['table-row-add-below', 'tablerowaddbelow', 'icon', 'table', 'row', 'add', 'plus', 'below', 'down'],
|
|
3304
3314
|
componentName: 'TableRowAddBelowIcon',
|
|
3305
3315
|
package: '@atlaskit/icon/core/table-row-add-below',
|
|
3306
3316
|
type: 'core',
|
|
@@ -3310,7 +3320,7 @@ var metadata = {
|
|
|
3310
3320
|
status: 'published'
|
|
3311
3321
|
},
|
|
3312
3322
|
'table-row-delete': {
|
|
3313
|
-
keywords: ['table-row-delete', 'tablerowdelete', 'icon', '
|
|
3323
|
+
keywords: ['table-row-delete', 'tablerowdelete', 'icon', 'table', 'row', 'delete', 'remove', 'x'],
|
|
3314
3324
|
componentName: 'TableRowDeleteIcon',
|
|
3315
3325
|
package: '@atlaskit/icon/core/table-row-delete',
|
|
3316
3326
|
type: 'core',
|
|
@@ -3320,7 +3330,7 @@ var metadata = {
|
|
|
3320
3330
|
status: 'published'
|
|
3321
3331
|
},
|
|
3322
3332
|
'table-row-move-down': {
|
|
3323
|
-
keywords: ['table-row-move-down', 'tablerowmovedown', 'icon', '
|
|
3333
|
+
keywords: ['table-row-move-down', 'tablerowmovedown', 'icon', 'table', 'row', 'move', 'down', 'arrow', 'after'],
|
|
3324
3334
|
componentName: 'TableRowMoveDownIcon',
|
|
3325
3335
|
package: '@atlaskit/icon/core/table-row-move-down',
|
|
3326
3336
|
type: 'core',
|
|
@@ -3330,7 +3340,7 @@ var metadata = {
|
|
|
3330
3340
|
status: 'published'
|
|
3331
3341
|
},
|
|
3332
3342
|
'table-row-move-up': {
|
|
3333
|
-
keywords: ['table-row-move-up', 'tablerowmoveup', 'icon', '
|
|
3343
|
+
keywords: ['table-row-move-up', 'tablerowmoveup', 'icon', 'table', 'row', 'move', 'up', 'arrow', 'above'],
|
|
3334
3344
|
componentName: 'TableRowMoveUpIcon',
|
|
3335
3345
|
package: '@atlaskit/icon/core/table-row-move-up',
|
|
3336
3346
|
type: 'core',
|
|
@@ -3340,7 +3350,7 @@ var metadata = {
|
|
|
3340
3350
|
status: 'published'
|
|
3341
3351
|
},
|
|
3342
3352
|
tag: {
|
|
3343
|
-
keywords: ['tag', 'icon', '
|
|
3353
|
+
keywords: ['tag', 'icon', 'label', 'topic'],
|
|
3344
3354
|
componentName: 'TagIcon',
|
|
3345
3355
|
package: '@atlaskit/icon/core/tag',
|
|
3346
3356
|
oldName: ['label'],
|
|
@@ -3351,7 +3361,7 @@ var metadata = {
|
|
|
3351
3361
|
status: 'published'
|
|
3352
3362
|
},
|
|
3353
3363
|
'takeout-food': {
|
|
3354
|
-
keywords: ['takeout-food', 'takeoutfood', 'icon', '
|
|
3364
|
+
keywords: ['takeout-food', 'takeoutfood', 'icon', 'takeaway', 'takeout', 'food', 'burger', 'drink'],
|
|
3355
3365
|
componentName: 'TakeoutFoodIcon',
|
|
3356
3366
|
package: '@atlaskit/icon/core/takeout-food',
|
|
3357
3367
|
oldName: ['emoji/food'],
|
|
@@ -3362,7 +3372,7 @@ var metadata = {
|
|
|
3362
3372
|
status: 'published'
|
|
3363
3373
|
},
|
|
3364
3374
|
target: {
|
|
3365
|
-
keywords: ['target', 'icon', '
|
|
3375
|
+
keywords: ['target', 'icon', 'target', 'bullseye'],
|
|
3366
3376
|
componentName: 'TargetIcon',
|
|
3367
3377
|
package: '@atlaskit/icon/core/target',
|
|
3368
3378
|
type: 'core',
|
|
@@ -3372,7 +3382,7 @@ var metadata = {
|
|
|
3372
3382
|
status: 'published'
|
|
3373
3383
|
},
|
|
3374
3384
|
task: {
|
|
3375
|
-
keywords: ['task', 'check', 'tick', 'icon', '
|
|
3385
|
+
keywords: ['task', 'check', 'tick', 'icon', 'single task', 'todo', 'list', 'check mark', 'tick'],
|
|
3376
3386
|
componentName: 'TaskIcon',
|
|
3377
3387
|
package: '@atlaskit/icon/core/task',
|
|
3378
3388
|
oldName: ['task'],
|
|
@@ -3383,7 +3393,7 @@ var metadata = {
|
|
|
3383
3393
|
status: 'published'
|
|
3384
3394
|
},
|
|
3385
3395
|
'task-in-progress': {
|
|
3386
|
-
keywords: ['task-in-progress', 'taskinprogress', 'icon', '
|
|
3396
|
+
keywords: ['task-in-progress', 'taskinprogress', 'icon', 'calendar', 'task', 'status', 'in progress'],
|
|
3387
3397
|
componentName: 'TaskInProgressIcon',
|
|
3388
3398
|
package: '@atlaskit/icon/core/task-in-progress',
|
|
3389
3399
|
type: 'core',
|
|
@@ -3393,7 +3403,7 @@ var metadata = {
|
|
|
3393
3403
|
status: 'published'
|
|
3394
3404
|
},
|
|
3395
3405
|
'task-to-do': {
|
|
3396
|
-
keywords: ['task-to-do', 'tasktodo', 'icon', '
|
|
3406
|
+
keywords: ['task-to-do', 'tasktodo', 'icon', 'calendar', 'task', 'to-do', 'todo', 'status'],
|
|
3397
3407
|
componentName: 'TaskToDoIcon',
|
|
3398
3408
|
package: '@atlaskit/icon/core/task-to-do',
|
|
3399
3409
|
type: 'core',
|
|
@@ -3403,7 +3413,7 @@ var metadata = {
|
|
|
3403
3413
|
status: 'published'
|
|
3404
3414
|
},
|
|
3405
3415
|
tasks: {
|
|
3406
|
-
keywords: ['tasks', 'icon', '
|
|
3416
|
+
keywords: ['tasks', 'icon', 'multiple tasks', 'todo', 'list', 'check mark', 'tick'],
|
|
3407
3417
|
componentName: 'TasksIcon',
|
|
3408
3418
|
package: '@atlaskit/icon/core/tasks',
|
|
3409
3419
|
type: 'core',
|
|
@@ -3413,7 +3423,7 @@ var metadata = {
|
|
|
3413
3423
|
status: 'published'
|
|
3414
3424
|
},
|
|
3415
3425
|
teams: {
|
|
3416
|
-
keywords: ['teams', 'icon', '
|
|
3426
|
+
keywords: ['teams', 'icon', 'infinite love', 'people', 'persons', 'customers', 'users'],
|
|
3417
3427
|
componentName: 'TeamsIcon',
|
|
3418
3428
|
package: '@atlaskit/icon/core/teams',
|
|
3419
3429
|
oldName: ['teams'],
|
|
@@ -3424,7 +3434,7 @@ var metadata = {
|
|
|
3424
3434
|
status: 'published'
|
|
3425
3435
|
},
|
|
3426
3436
|
text: {
|
|
3427
|
-
keywords: ['text', 'icon', '
|
|
3437
|
+
keywords: ['text', 'icon', 'character', 'font', 'letter', 'type', 'typography', 'text'],
|
|
3428
3438
|
componentName: 'TextIcon',
|
|
3429
3439
|
package: '@atlaskit/icon/core/text',
|
|
3430
3440
|
type: 'core',
|
|
@@ -3434,7 +3444,7 @@ var metadata = {
|
|
|
3434
3444
|
status: 'published'
|
|
3435
3445
|
},
|
|
3436
3446
|
'text-bold': {
|
|
3437
|
-
keywords: ['text-bold', 'textbold', 'icon', '
|
|
3447
|
+
keywords: ['text-bold', 'textbold', 'icon', 'text', 'type', 'bold', 'font'],
|
|
3438
3448
|
componentName: 'TextBoldIcon',
|
|
3439
3449
|
package: '@atlaskit/icon/core/text-bold',
|
|
3440
3450
|
oldName: ['editor/bold'],
|
|
@@ -3445,7 +3455,7 @@ var metadata = {
|
|
|
3445
3455
|
status: 'published'
|
|
3446
3456
|
},
|
|
3447
3457
|
'text-heading': {
|
|
3448
|
-
keywords: ['text-heading', 'textheading', 'icon', '
|
|
3458
|
+
keywords: ['text-heading', 'textheading', 'icon', 'text', 'heading', 'H', 'editor', 'text style'],
|
|
3449
3459
|
componentName: 'TextHeadingIcon',
|
|
3450
3460
|
package: '@atlaskit/icon/core/text-heading',
|
|
3451
3461
|
type: 'core',
|
|
@@ -3456,7 +3466,7 @@ var metadata = {
|
|
|
3456
3466
|
slackChannel: '#icon-contributions'
|
|
3457
3467
|
},
|
|
3458
3468
|
'text-indent-left': {
|
|
3459
|
-
keywords: ['text-indent-left', 'textindentleft', 'icon', '
|
|
3469
|
+
keywords: ['text-indent-left', 'textindentleft', 'icon', 'text', 'outdent', 'left', 'arrow'],
|
|
3460
3470
|
componentName: 'TextIndentLeftIcon',
|
|
3461
3471
|
package: '@atlaskit/icon/core/text-indent-left',
|
|
3462
3472
|
oldName: ['editor/outdent'],
|
|
@@ -3467,7 +3477,7 @@ var metadata = {
|
|
|
3467
3477
|
status: 'published'
|
|
3468
3478
|
},
|
|
3469
3479
|
'text-indent-right': {
|
|
3470
|
-
keywords: ['text-indent-right', 'textindentright', 'icon', '
|
|
3480
|
+
keywords: ['text-indent-right', 'textindentright', 'icon', 'text', 'indent', 'right', 'arrow'],
|
|
3471
3481
|
componentName: 'TextIndentRightIcon',
|
|
3472
3482
|
package: '@atlaskit/icon/core/text-indent-right',
|
|
3473
3483
|
oldName: ['editor/indent'],
|
|
@@ -3478,7 +3488,7 @@ var metadata = {
|
|
|
3478
3488
|
status: 'published'
|
|
3479
3489
|
},
|
|
3480
3490
|
'text-italic': {
|
|
3481
|
-
keywords: ['text-italic', 'textitalic', 'icon', '
|
|
3491
|
+
keywords: ['text-italic', 'textitalic', 'icon', 'text', 'type', 'italic', 'font'],
|
|
3482
3492
|
componentName: 'TextItalicIcon',
|
|
3483
3493
|
package: '@atlaskit/icon/core/text-italic',
|
|
3484
3494
|
oldName: ['editor/italic'],
|
|
@@ -3489,7 +3499,7 @@ var metadata = {
|
|
|
3489
3499
|
status: 'published'
|
|
3490
3500
|
},
|
|
3491
3501
|
'text-shorten': {
|
|
3492
|
-
keywords: ['text-shorten', 'textshorten', 'icon', '
|
|
3502
|
+
keywords: ['text-shorten', 'textshorten', 'icon', 'text', 'shorten', 'abbreviate', 'condense', 'AI'],
|
|
3493
3503
|
componentName: 'TextShortenIcon',
|
|
3494
3504
|
package: '@atlaskit/icon/core/text-shorten',
|
|
3495
3505
|
type: 'core',
|
|
@@ -3499,7 +3509,7 @@ var metadata = {
|
|
|
3499
3509
|
status: 'published'
|
|
3500
3510
|
},
|
|
3501
3511
|
'text-spellcheck': {
|
|
3502
|
-
keywords: ['text-spellcheck', 'textspellcheck', 'icon', '
|
|
3512
|
+
keywords: ['text-spellcheck', 'textspellcheck', 'icon', 'text', 'spelling', 'typo', 'spellcheck'],
|
|
3503
3513
|
componentName: 'TextSpellcheckIcon',
|
|
3504
3514
|
package: '@atlaskit/icon/core/text-spellcheck',
|
|
3505
3515
|
type: 'core',
|
|
@@ -3509,7 +3519,7 @@ var metadata = {
|
|
|
3509
3519
|
status: 'published'
|
|
3510
3520
|
},
|
|
3511
3521
|
'text-strikethrough': {
|
|
3512
|
-
keywords: ['text-strikethrough', 'textstrikethrough', 'icon', '
|
|
3522
|
+
keywords: ['text-strikethrough', 'textstrikethrough', 'icon', 'text', 'strikethrough', 'editor', 'cross out'],
|
|
3513
3523
|
componentName: 'TextStrikethroughIcon',
|
|
3514
3524
|
package: '@atlaskit/icon/core/text-strikethrough',
|
|
3515
3525
|
type: 'core',
|
|
@@ -3520,7 +3530,7 @@ var metadata = {
|
|
|
3520
3530
|
slackChannel: '#icon-contributions'
|
|
3521
3531
|
},
|
|
3522
3532
|
'text-style': {
|
|
3523
|
-
keywords: ['text-style', 'textstyle', 'icon', '
|
|
3533
|
+
keywords: ['text-style', 'textstyle', 'icon', 'characters', 'font', 'letters', 'type', 'typography'],
|
|
3524
3534
|
componentName: 'TextStyleIcon',
|
|
3525
3535
|
package: '@atlaskit/icon/core/text-style',
|
|
3526
3536
|
oldName: ['editor/text-style', 'emoji/keyboard'],
|
|
@@ -3531,7 +3541,7 @@ var metadata = {
|
|
|
3531
3541
|
status: 'published'
|
|
3532
3542
|
},
|
|
3533
3543
|
'text-underline': {
|
|
3534
|
-
keywords: ['text-underline', 'textunderline', 'icon', '
|
|
3544
|
+
keywords: ['text-underline', 'textunderline', 'icon', 'text', 'underline', 'U', 'editor'],
|
|
3535
3545
|
componentName: 'TextUnderlineIcon',
|
|
3536
3546
|
package: '@atlaskit/icon/core/text-underline',
|
|
3537
3547
|
type: 'core',
|
|
@@ -3542,7 +3552,7 @@ var metadata = {
|
|
|
3542
3552
|
slackChannel: '#icon-contributions'
|
|
3543
3553
|
},
|
|
3544
3554
|
'text-wrap': {
|
|
3545
|
-
keywords: ['text-wrap', 'textwrap', 'icon', '
|
|
3555
|
+
keywords: ['text-wrap', 'textwrap', 'icon', 'text', 'wrap', 'line wrap'],
|
|
3546
3556
|
componentName: 'TextWrapIcon',
|
|
3547
3557
|
package: '@atlaskit/icon/core/text-wrap',
|
|
3548
3558
|
type: 'core',
|
|
@@ -3552,7 +3562,7 @@ var metadata = {
|
|
|
3552
3562
|
status: 'published'
|
|
3553
3563
|
},
|
|
3554
3564
|
theme: {
|
|
3555
|
-
keywords: ['theme', 'icon', '
|
|
3565
|
+
keywords: ['theme', 'icon', 'theme', 'light mode', 'dark mode', 'theme switcher'],
|
|
3556
3566
|
componentName: 'ThemeIcon',
|
|
3557
3567
|
package: '@atlaskit/icon/core/theme',
|
|
3558
3568
|
type: 'core',
|
|
@@ -3562,7 +3572,7 @@ var metadata = {
|
|
|
3562
3572
|
status: 'published'
|
|
3563
3573
|
},
|
|
3564
3574
|
'thumbs-down': {
|
|
3565
|
-
keywords: ['thumbs-down', 'thumbsdown', 'icon', '
|
|
3575
|
+
keywords: ['thumbs-down', 'thumbsdown', 'icon', 'vote', 'downvote', 'dislike', 'feedback', 'hand'],
|
|
3566
3576
|
componentName: 'ThumbsDownIcon',
|
|
3567
3577
|
package: '@atlaskit/icon/core/thumbs-down',
|
|
3568
3578
|
type: 'core',
|
|
@@ -3572,7 +3582,7 @@ var metadata = {
|
|
|
3572
3582
|
status: 'published'
|
|
3573
3583
|
},
|
|
3574
3584
|
'thumbs-up': {
|
|
3575
|
-
keywords: ['thumbs-up', 'thumbsup', 'icon', '
|
|
3585
|
+
keywords: ['thumbs-up', 'thumbsup', 'icon', 'vote', 'upvote', 'like', 'feedback', 'hand'],
|
|
3576
3586
|
componentName: 'ThumbsUpIcon',
|
|
3577
3587
|
package: '@atlaskit/icon/core/thumbs-up',
|
|
3578
3588
|
oldName: ['like'],
|
|
@@ -3583,7 +3593,7 @@ var metadata = {
|
|
|
3583
3593
|
status: 'published'
|
|
3584
3594
|
},
|
|
3585
3595
|
timeline: {
|
|
3586
|
-
keywords: ['timeline', 'icon', '
|
|
3596
|
+
keywords: ['timeline', 'icon', 'gantt', 'calendar'],
|
|
3587
3597
|
componentName: 'TimelineIcon',
|
|
3588
3598
|
package: '@atlaskit/icon/core/timeline',
|
|
3589
3599
|
type: 'core',
|
|
@@ -3593,7 +3603,7 @@ var metadata = {
|
|
|
3593
3603
|
status: 'published'
|
|
3594
3604
|
},
|
|
3595
3605
|
tools: {
|
|
3596
|
-
keywords: ['tools', 'icon', '
|
|
3606
|
+
keywords: ['tools', 'icon', 'tools', 'wrench', 'spanner', 'screwdriver'],
|
|
3597
3607
|
componentName: 'ToolsIcon',
|
|
3598
3608
|
package: '@atlaskit/icon/core/tools',
|
|
3599
3609
|
type: 'core',
|
|
@@ -3603,7 +3613,7 @@ var metadata = {
|
|
|
3603
3613
|
status: 'published'
|
|
3604
3614
|
},
|
|
3605
3615
|
transition: {
|
|
3606
|
-
keywords: ['transition', 'icon', '
|
|
3616
|
+
keywords: ['transition', 'icon', 'connector', 'movement'],
|
|
3607
3617
|
componentName: 'TransitionIcon',
|
|
3608
3618
|
package: '@atlaskit/icon/core/transition',
|
|
3609
3619
|
type: 'core',
|
|
@@ -3613,7 +3623,7 @@ var metadata = {
|
|
|
3613
3623
|
status: 'published'
|
|
3614
3624
|
},
|
|
3615
3625
|
translate: {
|
|
3616
|
-
keywords: ['translate', 'icon', '
|
|
3626
|
+
keywords: ['translate', 'icon', 'translate', 'language', 'i18n', 'internationalization', 'internationalisation'],
|
|
3617
3627
|
componentName: 'TranslateIcon',
|
|
3618
3628
|
package: '@atlaskit/icon/core/translate',
|
|
3619
3629
|
type: 'core',
|
|
@@ -3623,7 +3633,7 @@ var metadata = {
|
|
|
3623
3633
|
status: 'published'
|
|
3624
3634
|
},
|
|
3625
3635
|
tree: {
|
|
3626
|
-
keywords: ['tree', 'icon', '
|
|
3636
|
+
keywords: ['tree', 'icon', 'tree', 'nature'],
|
|
3627
3637
|
componentName: 'TreeIcon',
|
|
3628
3638
|
package: '@atlaskit/icon/core/tree',
|
|
3629
3639
|
oldName: ['emoji/nature'],
|
|
@@ -3634,7 +3644,7 @@ var metadata = {
|
|
|
3634
3644
|
status: 'published'
|
|
3635
3645
|
},
|
|
3636
3646
|
undo: {
|
|
3637
|
-
keywords: ['undo', 'icon', '
|
|
3647
|
+
keywords: ['undo', 'icon', 'backward', 'mistake', 'correct'],
|
|
3638
3648
|
componentName: 'UndoIcon',
|
|
3639
3649
|
package: '@atlaskit/icon/core/undo',
|
|
3640
3650
|
oldName: ['editor/undo', 'undo'],
|
|
@@ -3645,7 +3655,7 @@ var metadata = {
|
|
|
3645
3655
|
status: 'published'
|
|
3646
3656
|
},
|
|
3647
3657
|
upload: {
|
|
3648
|
-
keywords: ['upload', 'cloud', 'icon', '
|
|
3658
|
+
keywords: ['upload', 'cloud', 'icon', 'stream', 'file'],
|
|
3649
3659
|
componentName: 'UploadIcon',
|
|
3650
3660
|
package: '@atlaskit/icon/core/upload',
|
|
3651
3661
|
oldName: ['export'],
|
|
@@ -3656,7 +3666,7 @@ var metadata = {
|
|
|
3656
3666
|
status: 'published'
|
|
3657
3667
|
},
|
|
3658
3668
|
'vehicle-car': {
|
|
3659
|
-
keywords: ['vehicle-car', 'vehiclecar', 'icon', '
|
|
3669
|
+
keywords: ['vehicle-car', 'vehiclecar', 'icon', 'car', 'transportation', 'vehicle'],
|
|
3660
3670
|
componentName: 'VehicleCarIcon',
|
|
3661
3671
|
package: '@atlaskit/icon/core/vehicle-car',
|
|
3662
3672
|
oldName: ['emoji/travel'],
|
|
@@ -3667,7 +3677,7 @@ var metadata = {
|
|
|
3667
3677
|
status: 'published'
|
|
3668
3678
|
},
|
|
3669
3679
|
video: {
|
|
3670
|
-
keywords: ['video', 'icon', '
|
|
3680
|
+
keywords: ['video', 'icon', 'media', 'movie'],
|
|
3671
3681
|
componentName: 'VideoIcon',
|
|
3672
3682
|
package: '@atlaskit/icon/core/video',
|
|
3673
3683
|
oldName: ['media-services/video', 'hipchat/sd-video', 'vid-camera-on', 'video-circle', 'video-filled'],
|
|
@@ -3678,7 +3688,7 @@ var metadata = {
|
|
|
3678
3688
|
status: 'published'
|
|
3679
3689
|
},
|
|
3680
3690
|
'video-next': {
|
|
3681
|
-
keywords: ['video-next', 'videonext', 'icon', '
|
|
3691
|
+
keywords: ['video-next', 'videonext', 'icon', 'skip', 'next', 'media', 'forward'],
|
|
3682
3692
|
componentName: 'VideoNextIcon',
|
|
3683
3693
|
package: '@atlaskit/icon/core/video-next',
|
|
3684
3694
|
type: 'core',
|
|
@@ -3688,7 +3698,7 @@ var metadata = {
|
|
|
3688
3698
|
status: 'published'
|
|
3689
3699
|
},
|
|
3690
3700
|
'video-next-overlay': {
|
|
3691
|
-
keywords: ['video-next-overlay', 'videonextoverlay', 'icon', '
|
|
3701
|
+
keywords: ['video-next-overlay', 'videonextoverlay', 'icon', 'skip', 'next', 'media', 'forward', 'filled'],
|
|
3692
3702
|
componentName: 'VideoNextOverlayIcon',
|
|
3693
3703
|
package: '@atlaskit/icon/core/video-next-overlay',
|
|
3694
3704
|
type: 'core',
|
|
@@ -3698,7 +3708,7 @@ var metadata = {
|
|
|
3698
3708
|
status: 'published'
|
|
3699
3709
|
},
|
|
3700
3710
|
'video-pause': {
|
|
3701
|
-
keywords: ['video-pause', 'videopause', 'icon', '
|
|
3711
|
+
keywords: ['video-pause', 'videopause', 'icon', 'media', 'video'],
|
|
3702
3712
|
componentName: 'VideoPauseIcon',
|
|
3703
3713
|
package: '@atlaskit/icon/core/video-pause',
|
|
3704
3714
|
oldName: ['vid-pause'],
|
|
@@ -3709,7 +3719,7 @@ var metadata = {
|
|
|
3709
3719
|
status: 'published'
|
|
3710
3720
|
},
|
|
3711
3721
|
'video-pause-overlay': {
|
|
3712
|
-
keywords: ['video-pause-overlay', 'videopauseoverlay', 'icon', '
|
|
3722
|
+
keywords: ['video-pause-overlay', 'videopauseoverlay', 'icon', 'media', 'video', 'filled'],
|
|
3713
3723
|
componentName: 'VideoPauseOverlayIcon',
|
|
3714
3724
|
package: '@atlaskit/icon/core/video-pause-overlay',
|
|
3715
3725
|
type: 'core',
|
|
@@ -3719,7 +3729,7 @@ var metadata = {
|
|
|
3719
3729
|
status: 'published'
|
|
3720
3730
|
},
|
|
3721
3731
|
'video-play': {
|
|
3722
|
-
keywords: ['video-play', 'videoplay', 'icon', '
|
|
3732
|
+
keywords: ['video-play', 'videoplay', 'icon', 'media', 'video'],
|
|
3723
3733
|
componentName: 'VideoPlayIcon',
|
|
3724
3734
|
package: '@atlaskit/icon/core/video-play',
|
|
3725
3735
|
oldName: ['vid-play'],
|
|
@@ -3730,7 +3740,7 @@ var metadata = {
|
|
|
3730
3740
|
status: 'published'
|
|
3731
3741
|
},
|
|
3732
3742
|
'video-play-overlay': {
|
|
3733
|
-
keywords: ['video-play-overlay', 'videoplayoverlay', 'icon', '
|
|
3743
|
+
keywords: ['video-play-overlay', 'videoplayoverlay', 'icon', 'media', 'video', 'filled'],
|
|
3734
3744
|
componentName: 'VideoPlayOverlayIcon',
|
|
3735
3745
|
package: '@atlaskit/icon/core/video-play-overlay',
|
|
3736
3746
|
type: 'core',
|
|
@@ -3740,7 +3750,7 @@ var metadata = {
|
|
|
3740
3750
|
status: 'published'
|
|
3741
3751
|
},
|
|
3742
3752
|
'video-previous': {
|
|
3743
|
-
keywords: ['video-previous', 'videoprevious', 'icon', '
|
|
3753
|
+
keywords: ['video-previous', 'videoprevious', 'icon', 'media', 'video', 'back', 'previous'],
|
|
3744
3754
|
componentName: 'VideoPreviousIcon',
|
|
3745
3755
|
package: '@atlaskit/icon/core/video-previous',
|
|
3746
3756
|
type: 'core',
|
|
@@ -3750,7 +3760,7 @@ var metadata = {
|
|
|
3750
3760
|
status: 'published'
|
|
3751
3761
|
},
|
|
3752
3762
|
'video-previous-overlay': {
|
|
3753
|
-
keywords: ['video-previous-overlay', 'videopreviousoverlay', 'icon', '
|
|
3763
|
+
keywords: ['video-previous-overlay', 'videopreviousoverlay', 'icon', 'media', 'video', 'back', 'previous', 'filled'],
|
|
3754
3764
|
componentName: 'VideoPreviousOverlayIcon',
|
|
3755
3765
|
package: '@atlaskit/icon/core/video-previous-overlay',
|
|
3756
3766
|
type: 'core',
|
|
@@ -3760,7 +3770,7 @@ var metadata = {
|
|
|
3760
3770
|
status: 'published'
|
|
3761
3771
|
},
|
|
3762
3772
|
'video-skip-backward-fifteen': {
|
|
3763
|
-
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', '
|
|
3773
|
+
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
3764
3774
|
componentName: 'VideoSkipBackwardFifteenIcon',
|
|
3765
3775
|
package: '@atlaskit/icon/core/video-skip-backward-fifteen',
|
|
3766
3776
|
type: 'core',
|
|
@@ -3770,7 +3780,7 @@ var metadata = {
|
|
|
3770
3780
|
status: 'published'
|
|
3771
3781
|
},
|
|
3772
3782
|
'video-skip-backward-ten': {
|
|
3773
|
-
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', '
|
|
3783
|
+
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
3774
3784
|
componentName: 'VideoSkipBackwardTenIcon',
|
|
3775
3785
|
package: '@atlaskit/icon/core/video-skip-backward-ten',
|
|
3776
3786
|
type: 'core',
|
|
@@ -3780,7 +3790,7 @@ var metadata = {
|
|
|
3780
3790
|
status: 'published'
|
|
3781
3791
|
},
|
|
3782
3792
|
'video-skip-forward-fifteen': {
|
|
3783
|
-
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', '
|
|
3793
|
+
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
3784
3794
|
componentName: 'VideoSkipForwardFifteenIcon',
|
|
3785
3795
|
package: '@atlaskit/icon/core/video-skip-forward-fifteen',
|
|
3786
3796
|
type: 'core',
|
|
@@ -3790,7 +3800,7 @@ var metadata = {
|
|
|
3790
3800
|
status: 'published'
|
|
3791
3801
|
},
|
|
3792
3802
|
'video-skip-forward-ten': {
|
|
3793
|
-
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', '
|
|
3803
|
+
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
3794
3804
|
componentName: 'VideoSkipForwardTenIcon',
|
|
3795
3805
|
package: '@atlaskit/icon/core/video-skip-forward-ten',
|
|
3796
3806
|
type: 'core',
|
|
@@ -3800,7 +3810,7 @@ var metadata = {
|
|
|
3800
3810
|
status: 'published'
|
|
3801
3811
|
},
|
|
3802
3812
|
'video-stop': {
|
|
3803
|
-
keywords: ['video-stop', 'videostop', 'icon', '
|
|
3813
|
+
keywords: ['video-stop', 'videostop', 'icon', 'video', 'stop'],
|
|
3804
3814
|
componentName: 'VideoStopIcon',
|
|
3805
3815
|
package: '@atlaskit/icon/core/video-stop',
|
|
3806
3816
|
type: 'core',
|
|
@@ -3810,7 +3820,7 @@ var metadata = {
|
|
|
3810
3820
|
status: 'published'
|
|
3811
3821
|
},
|
|
3812
3822
|
'video-stop-overlay': {
|
|
3813
|
-
keywords: ['video-stop-overlay', 'videostopoverlay', 'icon', '
|
|
3823
|
+
keywords: ['video-stop-overlay', 'videostopoverlay', 'icon', 'video', 'stop', 'overlay', 'inverse'],
|
|
3814
3824
|
componentName: 'VideoStopOverlayIcon',
|
|
3815
3825
|
package: '@atlaskit/icon/core/video-stop-overlay',
|
|
3816
3826
|
type: 'core',
|
|
@@ -3820,7 +3830,7 @@ var metadata = {
|
|
|
3820
3830
|
status: 'published'
|
|
3821
3831
|
},
|
|
3822
3832
|
'volume-high': {
|
|
3823
|
-
keywords: ['volume-high', 'volumehigh', 'icon', '
|
|
3833
|
+
keywords: ['volume-high', 'volumehigh', 'icon', 'louder', 'volume up'],
|
|
3824
3834
|
componentName: 'VolumeHighIcon',
|
|
3825
3835
|
package: '@atlaskit/icon/core/volume-high',
|
|
3826
3836
|
oldName: ['hipchat/outgoing-sound', 'vid-volume-full'],
|
|
@@ -3831,7 +3841,7 @@ var metadata = {
|
|
|
3831
3841
|
status: 'published'
|
|
3832
3842
|
},
|
|
3833
3843
|
'volume-low': {
|
|
3834
|
-
keywords: ['volume-low', 'volumelow', 'icon', '
|
|
3844
|
+
keywords: ['volume-low', 'volumelow', 'icon', 'quiter', 'volume down'],
|
|
3835
3845
|
componentName: 'VolumeLowIcon',
|
|
3836
3846
|
package: '@atlaskit/icon/core/volume-low',
|
|
3837
3847
|
oldName: ['vid-volume-half'],
|
|
@@ -3842,7 +3852,7 @@ var metadata = {
|
|
|
3842
3852
|
status: 'published'
|
|
3843
3853
|
},
|
|
3844
3854
|
'volume-muted': {
|
|
3845
|
-
keywords: ['volume-muted', 'volumemuted', 'icon', '
|
|
3855
|
+
keywords: ['volume-muted', 'volumemuted', 'icon', 'volume off', 'no volume'],
|
|
3846
3856
|
componentName: 'VolumeMutedIcon',
|
|
3847
3857
|
package: '@atlaskit/icon/core/volume-muted',
|
|
3848
3858
|
oldName: ['vid-volume-muted'],
|
|
@@ -3853,7 +3863,7 @@ var metadata = {
|
|
|
3853
3863
|
status: 'published'
|
|
3854
3864
|
},
|
|
3855
3865
|
warning: {
|
|
3856
|
-
keywords: ['warning', 'error', 'alert', 'icon', '
|
|
3866
|
+
keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3857
3867
|
componentName: 'WarningIcon',
|
|
3858
3868
|
package: '@atlaskit/icon/core/warning',
|
|
3859
3869
|
oldName: ['editor/warning', 'warning'],
|
|
@@ -3869,7 +3879,7 @@ var metadata = {
|
|
|
3869
3879
|
status: 'deprecated'
|
|
3870
3880
|
},
|
|
3871
3881
|
whiteboard: {
|
|
3872
|
-
keywords: ['whiteboard', 'icon', '
|
|
3882
|
+
keywords: ['whiteboard', 'icon', 'shapes', 'canvas'],
|
|
3873
3883
|
componentName: 'WhiteboardIcon',
|
|
3874
3884
|
package: '@atlaskit/icon/core/whiteboard',
|
|
3875
3885
|
type: 'core',
|
|
@@ -3879,7 +3889,7 @@ var metadata = {
|
|
|
3879
3889
|
status: 'published'
|
|
3880
3890
|
},
|
|
3881
3891
|
'work-item': {
|
|
3882
|
-
keywords: ['work-item', 'workitem', 'icon', '
|
|
3892
|
+
keywords: ['work-item', 'workitem', 'icon', 'check mark', 'tick', 'work item', 'work type'],
|
|
3883
3893
|
componentName: 'WorkItemIcon',
|
|
3884
3894
|
package: '@atlaskit/icon/core/work-item',
|
|
3885
3895
|
oldName: ['issue'],
|
|
@@ -3890,7 +3900,7 @@ var metadata = {
|
|
|
3890
3900
|
status: 'published'
|
|
3891
3901
|
},
|
|
3892
3902
|
'work-items': {
|
|
3893
|
-
keywords: ['work-items', 'workitems', 'icon', '
|
|
3903
|
+
keywords: ['work-items', 'workitems', 'icon', 'check mark', 'tick', 'work items', 'work type'],
|
|
3894
3904
|
componentName: 'WorkItemsIcon',
|
|
3895
3905
|
package: '@atlaskit/icon/core/work-items',
|
|
3896
3906
|
oldName: ['issues'],
|
|
@@ -3901,7 +3911,7 @@ var metadata = {
|
|
|
3901
3911
|
status: 'published'
|
|
3902
3912
|
},
|
|
3903
3913
|
'zoom-in': {
|
|
3904
|
-
keywords: ['zoom-in', 'zoomin', 'icon', '
|
|
3914
|
+
keywords: ['zoom-in', 'zoomin', 'icon', 'magnify', 'magnifying glass'],
|
|
3905
3915
|
componentName: 'ZoomInIcon',
|
|
3906
3916
|
package: '@atlaskit/icon/core/zoom-in',
|
|
3907
3917
|
oldName: ['media-services/zoom-in'],
|
|
@@ -3912,7 +3922,7 @@ var metadata = {
|
|
|
3912
3922
|
status: 'published'
|
|
3913
3923
|
},
|
|
3914
3924
|
'zoom-out': {
|
|
3915
|
-
keywords: ['zoom-out', 'zoomout', 'icon', '
|
|
3925
|
+
keywords: ['zoom-out', 'zoomout', 'icon', 'minify', 'magnifying glass'],
|
|
3916
3926
|
componentName: 'ZoomOutIcon',
|
|
3917
3927
|
package: '@atlaskit/icon/core/zoom-out',
|
|
3918
3928
|
oldName: ['media-services/zoom-out'],
|