@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
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::85505cffaeb8b9b2197230222f218835>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
const metadata = {
|
|
11
11
|
accessibility: {
|
|
12
|
-
keywords: ['accessibility', 'icon', '
|
|
12
|
+
keywords: ['accessibility', 'icon', 'a11y', 'accessibility', 'WCAG'],
|
|
13
13
|
componentName: 'AccessibilityIcon',
|
|
14
14
|
package: '@atlaskit/icon/core/accessibility',
|
|
15
15
|
type: 'core',
|
|
@@ -20,7 +20,7 @@ const metadata = {
|
|
|
20
20
|
slackChannel: '#icon-contributions'
|
|
21
21
|
},
|
|
22
22
|
add: {
|
|
23
|
-
keywords: ['add', 'plus', 'create', 'new', 'icon', '
|
|
23
|
+
keywords: ['add', 'plus', 'create', 'new', 'icon', 'create', 'plus', 'jira status'],
|
|
24
24
|
componentName: 'AddIcon',
|
|
25
25
|
package: '@atlaskit/icon/core/add',
|
|
26
26
|
oldName: ['add-circle', 'add', 'editor/add', 'emoji/custom'],
|
|
@@ -31,7 +31,7 @@ const metadata = {
|
|
|
31
31
|
status: 'published'
|
|
32
32
|
},
|
|
33
33
|
'ai-agent': {
|
|
34
|
-
keywords: ['ai-agent', 'aiagent', 'icon', '
|
|
34
|
+
keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
35
35
|
componentName: 'AiAgentIcon',
|
|
36
36
|
package: '@atlaskit/icon/core/ai-agent',
|
|
37
37
|
type: 'core',
|
|
@@ -41,7 +41,7 @@ const metadata = {
|
|
|
41
41
|
status: 'published'
|
|
42
42
|
},
|
|
43
43
|
'ai-chat': {
|
|
44
|
-
keywords: ['ai-chat', 'aichat', 'icon', '
|
|
44
|
+
keywords: ['ai-chat', 'aichat', 'icon', 'Rovo', 'AI', 'chat agent', 'white label'],
|
|
45
45
|
componentName: 'AiChatIcon',
|
|
46
46
|
package: '@atlaskit/icon/core/ai-chat',
|
|
47
47
|
type: 'core',
|
|
@@ -51,7 +51,7 @@ const metadata = {
|
|
|
51
51
|
status: 'published'
|
|
52
52
|
},
|
|
53
53
|
'ai-generative-text-summary': {
|
|
54
|
-
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', '
|
|
54
|
+
keywords: ['ai-generative-text-summary', 'aigenerativetextsummary', 'icon', 'summarize', 'summarise', 'summary', 'automation', 'AI'],
|
|
55
55
|
componentName: 'AiGenerativeTextSummaryIcon',
|
|
56
56
|
package: '@atlaskit/icon/core/ai-generative-text-summary',
|
|
57
57
|
type: 'core',
|
|
@@ -62,7 +62,7 @@ const metadata = {
|
|
|
62
62
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
63
63
|
},
|
|
64
64
|
alert: {
|
|
65
|
-
keywords: ['alert', 'icon', '
|
|
65
|
+
keywords: ['alert', 'icon', 'alert', 'event', 'operations'],
|
|
66
66
|
componentName: 'AlertIcon',
|
|
67
67
|
package: '@atlaskit/icon/core/alert',
|
|
68
68
|
type: 'core',
|
|
@@ -72,7 +72,7 @@ const metadata = {
|
|
|
72
72
|
status: 'published'
|
|
73
73
|
},
|
|
74
74
|
'align-image-center': {
|
|
75
|
-
keywords: ['align-image-center', 'alignimagecenter', 'icon', '
|
|
75
|
+
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
76
76
|
componentName: 'AlignImageCenterIcon',
|
|
77
77
|
package: '@atlaskit/icon/core/align-image-center',
|
|
78
78
|
oldName: ['editor/align-image-center'],
|
|
@@ -83,7 +83,7 @@ const metadata = {
|
|
|
83
83
|
status: 'published'
|
|
84
84
|
},
|
|
85
85
|
'align-image-left': {
|
|
86
|
-
keywords: ['align-image-left', 'alignimageleft', 'icon', '
|
|
86
|
+
keywords: ['align-image-left', 'alignimageleft', 'icon', 'content', 'media', 'image', 'alignment', 'left'],
|
|
87
87
|
componentName: 'AlignImageLeftIcon',
|
|
88
88
|
package: '@atlaskit/icon/core/align-image-left',
|
|
89
89
|
oldName: ['editor/align-image-left'],
|
|
@@ -94,7 +94,7 @@ const metadata = {
|
|
|
94
94
|
status: 'published'
|
|
95
95
|
},
|
|
96
96
|
'align-image-right': {
|
|
97
|
-
keywords: ['align-image-right', 'alignimageright', 'icon', '
|
|
97
|
+
keywords: ['align-image-right', 'alignimageright', 'icon', 'content', 'media', 'image', 'alignment', 'right'],
|
|
98
98
|
componentName: 'AlignImageRightIcon',
|
|
99
99
|
package: '@atlaskit/icon/core/align-image-right',
|
|
100
100
|
oldName: ['editor/align-image-right'],
|
|
@@ -105,7 +105,7 @@ const metadata = {
|
|
|
105
105
|
status: 'published'
|
|
106
106
|
},
|
|
107
107
|
'align-text-center': {
|
|
108
|
-
keywords: ['align-text-center', 'aligntextcenter', 'icon', '
|
|
108
|
+
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'alignment', 'text', 'content'],
|
|
109
109
|
componentName: 'AlignTextCenterIcon',
|
|
110
110
|
package: '@atlaskit/icon/core/align-text-center',
|
|
111
111
|
oldName: ['editor/align-center'],
|
|
@@ -116,7 +116,7 @@ const metadata = {
|
|
|
116
116
|
status: 'published'
|
|
117
117
|
},
|
|
118
118
|
'align-text-left': {
|
|
119
|
-
keywords: ['align-text-left', 'aligntextleft', 'icon', '
|
|
119
|
+
keywords: ['align-text-left', 'aligntextleft', 'icon', 'alignment', 'text', 'content', 'summary'],
|
|
120
120
|
componentName: 'AlignTextLeftIcon',
|
|
121
121
|
package: '@atlaskit/icon/core/align-text-left',
|
|
122
122
|
oldName: ['editor/align-left', 'overview'],
|
|
@@ -127,7 +127,7 @@ const metadata = {
|
|
|
127
127
|
status: 'published'
|
|
128
128
|
},
|
|
129
129
|
'align-text-right': {
|
|
130
|
-
keywords: ['align-text-right', 'aligntextright', 'icon', '
|
|
130
|
+
keywords: ['align-text-right', 'aligntextright', 'icon', 'alignment', 'text', 'content'],
|
|
131
131
|
componentName: 'AlignTextRightIcon',
|
|
132
132
|
package: '@atlaskit/icon/core/align-text-right',
|
|
133
133
|
oldName: ['editor/align-right'],
|
|
@@ -138,7 +138,7 @@ const metadata = {
|
|
|
138
138
|
status: 'published'
|
|
139
139
|
},
|
|
140
140
|
'angle-brackets': {
|
|
141
|
-
keywords: ['angle-brackets', 'anglebrackets', 'icon', '
|
|
141
|
+
keywords: ['angle-brackets', 'anglebrackets', 'icon', 'code', '<>', '</>', 'syntax', 'jira status'],
|
|
142
142
|
componentName: 'AngleBracketsIcon',
|
|
143
143
|
package: '@atlaskit/icon/core/angle-brackets',
|
|
144
144
|
oldName: ['bitbucket/repos', 'bitbucket/source', 'code', 'editor/code', 'media-services/code'],
|
|
@@ -149,7 +149,7 @@ const metadata = {
|
|
|
149
149
|
status: 'published'
|
|
150
150
|
},
|
|
151
151
|
api: {
|
|
152
|
-
keywords: ['api', 'icon', '
|
|
152
|
+
keywords: ['api', 'icon', 'application programming interface', 'api', 'operations'],
|
|
153
153
|
componentName: 'ApiIcon',
|
|
154
154
|
package: '@atlaskit/icon/core/api',
|
|
155
155
|
type: 'core',
|
|
@@ -159,7 +159,7 @@ const metadata = {
|
|
|
159
159
|
status: 'published'
|
|
160
160
|
},
|
|
161
161
|
app: {
|
|
162
|
-
keywords: ['app', 'icon', '
|
|
162
|
+
keywords: ['app', 'icon', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
|
|
163
163
|
componentName: 'AppIcon',
|
|
164
164
|
package: '@atlaskit/icon/core/app',
|
|
165
165
|
oldName: ['addon'],
|
|
@@ -170,7 +170,7 @@ const metadata = {
|
|
|
170
170
|
status: 'published'
|
|
171
171
|
},
|
|
172
172
|
'app-switcher': {
|
|
173
|
-
keywords: ['app-switcher', 'appswitcher', 'icon', '
|
|
173
|
+
keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
174
174
|
componentName: 'AppSwitcherIcon',
|
|
175
175
|
package: '@atlaskit/icon/core/app-switcher',
|
|
176
176
|
oldName: ['app-switcher', 'switcher'],
|
|
@@ -181,7 +181,7 @@ const metadata = {
|
|
|
181
181
|
status: 'published'
|
|
182
182
|
},
|
|
183
183
|
'app-switcher-legacy': {
|
|
184
|
-
keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', '
|
|
184
|
+
keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
185
185
|
componentName: 'AppSwitcherLegacyIcon',
|
|
186
186
|
package: '@atlaskit/icon/core/app-switcher-legacy',
|
|
187
187
|
type: 'core',
|
|
@@ -191,7 +191,7 @@ const metadata = {
|
|
|
191
191
|
status: 'published'
|
|
192
192
|
},
|
|
193
193
|
apps: {
|
|
194
|
-
keywords: ['apps', 'icon', '
|
|
194
|
+
keywords: ['apps', 'icon', 'third-party', 'applications'],
|
|
195
195
|
componentName: 'AppsIcon',
|
|
196
196
|
package: '@atlaskit/icon/core/apps',
|
|
197
197
|
type: 'core',
|
|
@@ -201,7 +201,7 @@ const metadata = {
|
|
|
201
201
|
status: 'published'
|
|
202
202
|
},
|
|
203
203
|
'archive-box': {
|
|
204
|
-
keywords: ['archive-box', 'archivebox', 'icon', '
|
|
204
|
+
keywords: ['archive-box', 'archivebox', 'icon', 'file box'],
|
|
205
205
|
componentName: 'ArchiveBoxIcon',
|
|
206
206
|
package: '@atlaskit/icon/core/archive-box',
|
|
207
207
|
oldName: ['archive'],
|
|
@@ -212,7 +212,7 @@ const metadata = {
|
|
|
212
212
|
status: 'published'
|
|
213
213
|
},
|
|
214
214
|
'arrow-down': {
|
|
215
|
-
keywords: ['arrow-down', 'arrowdown', 'icon', '
|
|
215
|
+
keywords: ['arrow-down', 'arrowdown', 'icon', 'down', 'bottom', 'sorting'],
|
|
216
216
|
componentName: 'ArrowDownIcon',
|
|
217
217
|
package: '@atlaskit/icon/core/arrow-down',
|
|
218
218
|
oldName: ['arrow-down-circle', 'arrow-down'],
|
|
@@ -223,7 +223,7 @@ const metadata = {
|
|
|
223
223
|
status: 'published'
|
|
224
224
|
},
|
|
225
225
|
'arrow-down-left': {
|
|
226
|
-
keywords: ['arrow-down-left', 'arrowdownleft', 'icon', '
|
|
226
|
+
keywords: ['arrow-down-left', 'arrowdownleft', 'icon', 'diagonal arrow', 'down', 'left', 'south west'],
|
|
227
227
|
componentName: 'ArrowDownLeftIcon',
|
|
228
228
|
package: '@atlaskit/icon/core/arrow-down-left',
|
|
229
229
|
type: 'core',
|
|
@@ -233,7 +233,7 @@ const metadata = {
|
|
|
233
233
|
status: 'published'
|
|
234
234
|
},
|
|
235
235
|
'arrow-down-right': {
|
|
236
|
-
keywords: ['arrow-down-right', 'arrowdownright', 'icon', '
|
|
236
|
+
keywords: ['arrow-down-right', 'arrowdownright', 'icon', 'diagonal arrow', 'down', 'right', 'south east'],
|
|
237
237
|
componentName: 'ArrowDownRightIcon',
|
|
238
238
|
package: '@atlaskit/icon/core/arrow-down-right',
|
|
239
239
|
type: 'core',
|
|
@@ -243,7 +243,7 @@ const metadata = {
|
|
|
243
243
|
status: 'published'
|
|
244
244
|
},
|
|
245
245
|
'arrow-left': {
|
|
246
|
-
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', '
|
|
246
|
+
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'back', 'previous'],
|
|
247
247
|
componentName: 'ArrowLeftIcon',
|
|
248
248
|
package: '@atlaskit/icon/core/arrow-left',
|
|
249
249
|
oldName: ['arrow-left-circle', 'arrow-left'],
|
|
@@ -254,7 +254,7 @@ const metadata = {
|
|
|
254
254
|
status: 'published'
|
|
255
255
|
},
|
|
256
256
|
'arrow-right': {
|
|
257
|
-
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', '
|
|
257
|
+
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'forward', 'next', 'link'],
|
|
258
258
|
componentName: 'ArrowRightIcon',
|
|
259
259
|
package: '@atlaskit/icon/core/arrow-right',
|
|
260
260
|
oldName: ['arrow-right-circle', 'arrow-right'],
|
|
@@ -265,7 +265,7 @@ const metadata = {
|
|
|
265
265
|
status: 'published'
|
|
266
266
|
},
|
|
267
267
|
'arrow-up': {
|
|
268
|
-
keywords: ['arrow-up', 'arrowup', 'icon', '
|
|
268
|
+
keywords: ['arrow-up', 'arrowup', 'icon', 'improvement', 'jira status'],
|
|
269
269
|
componentName: 'ArrowUpIcon',
|
|
270
270
|
package: '@atlaskit/icon/core/arrow-up',
|
|
271
271
|
oldName: ['arrow-up-circle', 'arrow-up'],
|
|
@@ -276,7 +276,7 @@ const metadata = {
|
|
|
276
276
|
status: 'published'
|
|
277
277
|
},
|
|
278
278
|
'arrow-up-left': {
|
|
279
|
-
keywords: ['arrow-up-left', 'arrowupleft', 'icon', '
|
|
279
|
+
keywords: ['arrow-up-left', 'arrowupleft', 'icon', 'diagonal arrow', 'up', 'right', 'north east'],
|
|
280
280
|
componentName: 'ArrowUpLeftIcon',
|
|
281
281
|
package: '@atlaskit/icon/core/arrow-up-left',
|
|
282
282
|
type: 'core',
|
|
@@ -286,7 +286,7 @@ const metadata = {
|
|
|
286
286
|
status: 'published'
|
|
287
287
|
},
|
|
288
288
|
'arrow-up-right': {
|
|
289
|
-
keywords: ['arrow-up-right', 'arrowupright', 'icon', '
|
|
289
|
+
keywords: ['arrow-up-right', 'arrowupright', 'icon', 'open', 'diagonal arrow'],
|
|
290
290
|
componentName: 'ArrowUpRightIcon',
|
|
291
291
|
package: '@atlaskit/icon/core/arrow-up-right',
|
|
292
292
|
oldName: ['editor/open', 'open'],
|
|
@@ -297,7 +297,7 @@ const metadata = {
|
|
|
297
297
|
status: 'published'
|
|
298
298
|
},
|
|
299
299
|
assets: {
|
|
300
|
-
keywords: ['assets', 'icon', '
|
|
300
|
+
keywords: ['assets', 'icon', 'assets', 'CMDB', 'configuration management database'],
|
|
301
301
|
componentName: 'AssetsIcon',
|
|
302
302
|
package: '@atlaskit/icon/core/assets',
|
|
303
303
|
type: 'core',
|
|
@@ -307,7 +307,7 @@ const metadata = {
|
|
|
307
307
|
status: 'published'
|
|
308
308
|
},
|
|
309
309
|
'atlassian-intelligence': {
|
|
310
|
-
keywords: ['atlassian-intelligence', 'atlassianintelligence', 'icon', '
|
|
310
|
+
keywords: ['atlassian-intelligence', 'atlassianintelligence', 'icon', 'AI'],
|
|
311
311
|
componentName: 'AtlassianIntelligenceIcon',
|
|
312
312
|
package: '@atlaskit/icon/core/atlassian-intelligence',
|
|
313
313
|
type: 'core',
|
|
@@ -317,7 +317,7 @@ const metadata = {
|
|
|
317
317
|
status: 'published'
|
|
318
318
|
},
|
|
319
319
|
attachment: {
|
|
320
|
-
keywords: ['attachment', 'paperclip', 'icon', '
|
|
320
|
+
keywords: ['attachment', 'paperclip', 'icon', 'paperclip', 'attach', 'attachment'],
|
|
321
321
|
componentName: 'AttachmentIcon',
|
|
322
322
|
package: '@atlaskit/icon/core/attachment',
|
|
323
323
|
oldName: ['attachment', 'editor/attachment'],
|
|
@@ -328,7 +328,7 @@ const metadata = {
|
|
|
328
328
|
status: 'published'
|
|
329
329
|
},
|
|
330
330
|
audio: {
|
|
331
|
-
keywords: ['audio', 'music', 'note', 'sound', 'icon', '
|
|
331
|
+
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'music', 'musical note'],
|
|
332
332
|
componentName: 'AudioIcon',
|
|
333
333
|
package: '@atlaskit/icon/core/audio',
|
|
334
334
|
oldName: ['audio-circle', 'audio', 'media-services/audio'],
|
|
@@ -339,7 +339,7 @@ const metadata = {
|
|
|
339
339
|
status: 'published'
|
|
340
340
|
},
|
|
341
341
|
automation: {
|
|
342
|
-
keywords: ['automation', 'icon', '
|
|
342
|
+
keywords: ['automation', 'icon', 'lightningbolt', 'automation rule'],
|
|
343
343
|
componentName: 'AutomationIcon',
|
|
344
344
|
package: '@atlaskit/icon/core/automation',
|
|
345
345
|
type: 'core',
|
|
@@ -349,7 +349,7 @@ const metadata = {
|
|
|
349
349
|
status: 'published'
|
|
350
350
|
},
|
|
351
351
|
backlog: {
|
|
352
|
-
keywords: ['backlog', 'icon', '
|
|
352
|
+
keywords: ['backlog', 'icon', 'rows'],
|
|
353
353
|
componentName: 'BacklogIcon',
|
|
354
354
|
package: '@atlaskit/icon/core/backlog',
|
|
355
355
|
oldName: ['backlog'],
|
|
@@ -360,7 +360,7 @@ const metadata = {
|
|
|
360
360
|
status: 'published'
|
|
361
361
|
},
|
|
362
362
|
basketball: {
|
|
363
|
-
keywords: ['basketball', 'icon', '
|
|
363
|
+
keywords: ['basketball', 'icon', 'ball', 'sports', 'basketball'],
|
|
364
364
|
componentName: 'BasketballIcon',
|
|
365
365
|
package: '@atlaskit/icon/core/basketball',
|
|
366
366
|
oldName: ['emoji/activity'],
|
|
@@ -371,7 +371,7 @@ const metadata = {
|
|
|
371
371
|
status: 'published'
|
|
372
372
|
},
|
|
373
373
|
board: {
|
|
374
|
-
keywords: ['board', 'icon', '
|
|
374
|
+
keywords: ['board', 'icon', 'columns', 'active sprint'],
|
|
375
375
|
componentName: 'BoardIcon',
|
|
376
376
|
package: '@atlaskit/icon/core/board',
|
|
377
377
|
oldName: ['board'],
|
|
@@ -382,7 +382,7 @@ const metadata = {
|
|
|
382
382
|
status: 'published'
|
|
383
383
|
},
|
|
384
384
|
boards: {
|
|
385
|
-
keywords: ['boards', 'icon'
|
|
385
|
+
keywords: ['boards', 'icon'],
|
|
386
386
|
componentName: 'BoardsIcon',
|
|
387
387
|
package: '@atlaskit/icon/core/boards',
|
|
388
388
|
oldName: ['switcher'],
|
|
@@ -393,7 +393,7 @@ const metadata = {
|
|
|
393
393
|
status: 'published'
|
|
394
394
|
},
|
|
395
395
|
'book-with-bookmark': {
|
|
396
|
-
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', '
|
|
396
|
+
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', 'knowledge base', 'article'],
|
|
397
397
|
componentName: 'BookWithBookmarkIcon',
|
|
398
398
|
package: '@atlaskit/icon/core/book-with-bookmark',
|
|
399
399
|
oldName: ['book'],
|
|
@@ -404,7 +404,7 @@ const metadata = {
|
|
|
404
404
|
status: 'published'
|
|
405
405
|
},
|
|
406
406
|
border: {
|
|
407
|
-
keywords: ['border', 'icon', '
|
|
407
|
+
keywords: ['border', 'icon', 'border', 'image border', 'content border', 'editor', 'confluence'],
|
|
408
408
|
componentName: 'BorderIcon',
|
|
409
409
|
package: '@atlaskit/icon/core/border',
|
|
410
410
|
type: 'core',
|
|
@@ -414,7 +414,7 @@ const metadata = {
|
|
|
414
414
|
status: 'published'
|
|
415
415
|
},
|
|
416
416
|
branch: {
|
|
417
|
-
keywords: ['branch', 'icon', '
|
|
417
|
+
keywords: ['branch', 'icon', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
418
418
|
componentName: 'BranchIcon',
|
|
419
419
|
package: '@atlaskit/icon/core/branch',
|
|
420
420
|
oldName: ['bitbucket/branches'],
|
|
@@ -425,7 +425,7 @@ const metadata = {
|
|
|
425
425
|
status: 'published'
|
|
426
426
|
},
|
|
427
427
|
briefcase: {
|
|
428
|
-
keywords: ['briefcase', 'icon', '
|
|
428
|
+
keywords: ['briefcase', 'icon', 'suitcase', 'toolbox', 'operations', 'business'],
|
|
429
429
|
componentName: 'BriefcaseIcon',
|
|
430
430
|
package: '@atlaskit/icon/core/briefcase',
|
|
431
431
|
oldName: ['suitcase'],
|
|
@@ -436,7 +436,7 @@ const metadata = {
|
|
|
436
436
|
status: 'published'
|
|
437
437
|
},
|
|
438
438
|
bug: {
|
|
439
|
-
keywords: ['bug', 'icon', '
|
|
439
|
+
keywords: ['bug', 'icon', 'bug report', 'test'],
|
|
440
440
|
componentName: 'BugIcon',
|
|
441
441
|
package: '@atlaskit/icon/core/bug',
|
|
442
442
|
oldName: ['jira/test-session'],
|
|
@@ -447,7 +447,7 @@ const metadata = {
|
|
|
447
447
|
status: 'published'
|
|
448
448
|
},
|
|
449
449
|
calendar: {
|
|
450
|
-
keywords: ['calendar', 'date', 'icon', '
|
|
450
|
+
keywords: ['calendar', 'date', 'icon', 'date', 'month', 'day', 'year', 'jira status'],
|
|
451
451
|
componentName: 'CalendarIcon',
|
|
452
452
|
package: '@atlaskit/icon/core/calendar',
|
|
453
453
|
oldName: ['calendar-filled', 'calendar', 'editor/date'],
|
|
@@ -458,7 +458,7 @@ const metadata = {
|
|
|
458
458
|
status: 'published'
|
|
459
459
|
},
|
|
460
460
|
'calendar-plus': {
|
|
461
|
-
keywords: ['calendar-plus', 'calendarplus', 'icon', '
|
|
461
|
+
keywords: ['calendar-plus', 'calendarplus', 'icon', 'calendar', 'add', 'plus', 'schedule'],
|
|
462
462
|
componentName: 'CalendarPlusIcon',
|
|
463
463
|
package: '@atlaskit/icon/core/calendar-plus',
|
|
464
464
|
oldName: ['schedule-filled', 'schedule'],
|
|
@@ -469,7 +469,7 @@ const metadata = {
|
|
|
469
469
|
status: 'published'
|
|
470
470
|
},
|
|
471
471
|
camera: {
|
|
472
|
-
keywords: ['camera', 'photo', 'icon'
|
|
472
|
+
keywords: ['camera', 'photo', 'icon'],
|
|
473
473
|
componentName: 'CameraIcon',
|
|
474
474
|
package: '@atlaskit/icon/core/camera',
|
|
475
475
|
oldName: ['camera-filled', 'camera', 'editor/photo'],
|
|
@@ -480,7 +480,7 @@ const metadata = {
|
|
|
480
480
|
status: 'published'
|
|
481
481
|
},
|
|
482
482
|
capture: {
|
|
483
|
-
keywords: ['capture', 'icon', '
|
|
483
|
+
keywords: ['capture', 'icon', 'focus', 'focus area', 'capture'],
|
|
484
484
|
componentName: 'CaptureIcon',
|
|
485
485
|
package: '@atlaskit/icon/core/capture',
|
|
486
486
|
oldName: ['jira/capture'],
|
|
@@ -496,7 +496,7 @@ const metadata = {
|
|
|
496
496
|
status: 'deprecated'
|
|
497
497
|
},
|
|
498
498
|
card: {
|
|
499
|
-
keywords: ['card', 'icon', '
|
|
499
|
+
keywords: ['card', 'icon', 'card'],
|
|
500
500
|
componentName: 'CardIcon',
|
|
501
501
|
package: '@atlaskit/icon/core/card',
|
|
502
502
|
type: 'core',
|
|
@@ -506,7 +506,7 @@ const metadata = {
|
|
|
506
506
|
status: 'published'
|
|
507
507
|
},
|
|
508
508
|
cash: {
|
|
509
|
-
keywords: ['cash', 'icon', '
|
|
509
|
+
keywords: ['cash', 'icon', 'currency', 'money', 'cash', 'dollar', 'bill', 'work type'],
|
|
510
510
|
componentName: 'CashIcon',
|
|
511
511
|
package: '@atlaskit/icon/core/cash',
|
|
512
512
|
type: 'core',
|
|
@@ -516,7 +516,7 @@ const metadata = {
|
|
|
516
516
|
status: 'published'
|
|
517
517
|
},
|
|
518
518
|
changes: {
|
|
519
|
-
keywords: ['changes', 'icon', '
|
|
519
|
+
keywords: ['changes', 'icon', 'jira status', 'horizontal arrows'],
|
|
520
520
|
componentName: 'ChangesIcon',
|
|
521
521
|
package: '@atlaskit/icon/core/changes',
|
|
522
522
|
type: 'core',
|
|
@@ -526,7 +526,7 @@ const metadata = {
|
|
|
526
526
|
status: 'published'
|
|
527
527
|
},
|
|
528
528
|
'chart-bar': {
|
|
529
|
-
keywords: ['chart-bar', 'chartbar', 'icon', '
|
|
529
|
+
keywords: ['chart-bar', 'chartbar', 'icon', 'graph', 'bar', 'analytics', 'report', 'column chart'],
|
|
530
530
|
componentName: 'ChartBarIcon',
|
|
531
531
|
package: '@atlaskit/icon/core/chart-bar',
|
|
532
532
|
oldName: ['graph-bar', 'media-services/presentation'],
|
|
@@ -537,7 +537,7 @@ const metadata = {
|
|
|
537
537
|
status: 'published'
|
|
538
538
|
},
|
|
539
539
|
'chart-bubble': {
|
|
540
|
-
keywords: ['chart-bubble', 'chartbubble', 'icon', '
|
|
540
|
+
keywords: ['chart-bubble', 'chartbubble', 'icon', 'graph', 'matrix', 'bubble', 'plot'],
|
|
541
541
|
componentName: 'ChartBubbleIcon',
|
|
542
542
|
package: '@atlaskit/icon/core/chart-bubble',
|
|
543
543
|
type: 'core',
|
|
@@ -547,7 +547,7 @@ const metadata = {
|
|
|
547
547
|
status: 'published'
|
|
548
548
|
},
|
|
549
549
|
'chart-matrix': {
|
|
550
|
-
keywords: ['chart-matrix', 'chartmatrix', 'icon', '
|
|
550
|
+
keywords: ['chart-matrix', 'chartmatrix', 'icon', 'dot chart', 'graph', 'matrix', ''],
|
|
551
551
|
componentName: 'ChartMatrixIcon',
|
|
552
552
|
package: '@atlaskit/icon/core/chart-matrix',
|
|
553
553
|
type: 'core',
|
|
@@ -557,7 +557,7 @@ const metadata = {
|
|
|
557
557
|
status: 'published'
|
|
558
558
|
},
|
|
559
559
|
'chart-pie': {
|
|
560
|
-
keywords: ['chart-pie', 'chartpie', 'icon', '
|
|
560
|
+
keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
|
|
561
561
|
componentName: 'ChartPieIcon',
|
|
562
562
|
package: '@atlaskit/icon/core/chart-pie',
|
|
563
563
|
type: 'core',
|
|
@@ -567,7 +567,7 @@ const metadata = {
|
|
|
567
567
|
status: 'published'
|
|
568
568
|
},
|
|
569
569
|
'chart-trend': {
|
|
570
|
-
keywords: ['chart-trend', 'charttrend', 'icon', '
|
|
570
|
+
keywords: ['chart-trend', 'charttrend', 'icon', 'reports', 'graph', 'impact effort', ''],
|
|
571
571
|
componentName: 'ChartTrendIcon',
|
|
572
572
|
package: '@atlaskit/icon/core/chart-trend',
|
|
573
573
|
oldName: ['graph-line'],
|
|
@@ -578,7 +578,7 @@ const metadata = {
|
|
|
578
578
|
status: 'published'
|
|
579
579
|
},
|
|
580
580
|
'chart-trend-down': {
|
|
581
|
-
keywords: ['chart-trend-down', 'charttrenddown', 'icon', '
|
|
581
|
+
keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
|
|
582
582
|
componentName: 'ChartTrendDownIcon',
|
|
583
583
|
package: '@atlaskit/icon/core/chart-trend-down',
|
|
584
584
|
type: 'core',
|
|
@@ -588,7 +588,7 @@ const metadata = {
|
|
|
588
588
|
status: 'published'
|
|
589
589
|
},
|
|
590
590
|
'chart-trend-up': {
|
|
591
|
-
keywords: ['chart-trend-up', 'charttrendup', 'icon', '
|
|
591
|
+
keywords: ['chart-trend-up', 'charttrendup', 'icon', 'reports', 'graph', 'impact', 'effort', 'upward trend'],
|
|
592
592
|
componentName: 'ChartTrendUpIcon',
|
|
593
593
|
package: '@atlaskit/icon/core/chart-trend-up',
|
|
594
594
|
type: 'core',
|
|
@@ -598,7 +598,7 @@ const metadata = {
|
|
|
598
598
|
status: 'published'
|
|
599
599
|
},
|
|
600
600
|
'chat-widget': {
|
|
601
|
-
keywords: ['chat-widget', 'chatwidget', 'icon', '
|
|
601
|
+
keywords: ['chat-widget', 'chatwidget', 'icon', 'chat', 'widget', 'virtual service agent', 'vsa'],
|
|
602
602
|
componentName: 'ChatWidgetIcon',
|
|
603
603
|
package: '@atlaskit/icon/core/chat-widget',
|
|
604
604
|
type: 'core',
|
|
@@ -608,7 +608,7 @@ const metadata = {
|
|
|
608
608
|
status: 'published'
|
|
609
609
|
},
|
|
610
610
|
'check-circle': {
|
|
611
|
-
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', '
|
|
611
|
+
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
|
|
612
612
|
componentName: 'CheckCircleIcon',
|
|
613
613
|
package: '@atlaskit/icon/core/check-circle',
|
|
614
614
|
oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
|
|
@@ -618,8 +618,18 @@ const metadata = {
|
|
|
618
618
|
team: 'Design System Team',
|
|
619
619
|
status: 'published'
|
|
620
620
|
},
|
|
621
|
+
'check-circle-unchecked': {
|
|
622
|
+
keywords: ['check-circle-unchecked', 'checkcircleunchecked', 'icon', 'incomplete', 'unchecked'],
|
|
623
|
+
componentName: 'CheckCircleUncheckedIcon',
|
|
624
|
+
package: '@atlaskit/icon/core/check-circle-unchecked',
|
|
625
|
+
type: 'core',
|
|
626
|
+
categorization: 'multi-purpose',
|
|
627
|
+
usage: 'Known uses: Incomplete items',
|
|
628
|
+
team: 'Design System Team',
|
|
629
|
+
status: 'published'
|
|
630
|
+
},
|
|
621
631
|
'check-mark': {
|
|
622
|
-
keywords: ['check-mark', 'checkmark', 'icon', '
|
|
632
|
+
keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
|
|
623
633
|
componentName: 'CheckMarkIcon',
|
|
624
634
|
package: '@atlaskit/icon/core/check-mark',
|
|
625
635
|
oldName: ['check', 'editor/done'],
|
|
@@ -630,7 +640,7 @@ const metadata = {
|
|
|
630
640
|
status: 'published'
|
|
631
641
|
},
|
|
632
642
|
'checkbox-checked': {
|
|
633
|
-
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', '
|
|
643
|
+
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', 'filled', 'checked', 'select all'],
|
|
634
644
|
componentName: 'CheckboxCheckedIcon',
|
|
635
645
|
package: '@atlaskit/icon/core/checkbox-checked',
|
|
636
646
|
oldName: ['checkbox', 'editor/task'],
|
|
@@ -641,7 +651,7 @@ const metadata = {
|
|
|
641
651
|
status: 'published'
|
|
642
652
|
},
|
|
643
653
|
'checkbox-indeterminate': {
|
|
644
|
-
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', '
|
|
654
|
+
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'filled', 'mixed'],
|
|
645
655
|
componentName: 'CheckboxIndeterminateIcon',
|
|
646
656
|
package: '@atlaskit/icon/core/checkbox-indeterminate',
|
|
647
657
|
oldName: ['checkbox-indeterminate'],
|
|
@@ -652,7 +662,7 @@ const metadata = {
|
|
|
652
662
|
status: 'published'
|
|
653
663
|
},
|
|
654
664
|
'checkbox-unchecked': {
|
|
655
|
-
keywords: ['checkbox-unchecked', 'checkboxunchecked', 'icon', '
|
|
665
|
+
keywords: ['checkbox-unchecked', 'checkboxunchecked', 'icon', 'unchecked'],
|
|
656
666
|
componentName: 'CheckboxUncheckedIcon',
|
|
657
667
|
package: '@atlaskit/icon/core/checkbox-unchecked',
|
|
658
668
|
type: 'core',
|
|
@@ -662,7 +672,7 @@ const metadata = {
|
|
|
662
672
|
status: 'published'
|
|
663
673
|
},
|
|
664
674
|
'chevron-double-left': {
|
|
665
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', '
|
|
675
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'double chevron', 'previous year', 'left'],
|
|
666
676
|
componentName: 'ChevronDoubleLeftIcon',
|
|
667
677
|
package: '@atlaskit/icon/core/chevron-double-left',
|
|
668
678
|
shouldRecommendSmallIcon: true,
|
|
@@ -674,7 +684,7 @@ const metadata = {
|
|
|
674
684
|
slackChannel: '#icon-contributions'
|
|
675
685
|
},
|
|
676
686
|
'chevron-double-right': {
|
|
677
|
-
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', '
|
|
687
|
+
keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'double chevron', 'right', 'next year'],
|
|
678
688
|
componentName: 'ChevronDoubleRightIcon',
|
|
679
689
|
package: '@atlaskit/icon/core/chevron-double-right',
|
|
680
690
|
shouldRecommendSmallIcon: true,
|
|
@@ -686,7 +696,7 @@ const metadata = {
|
|
|
686
696
|
slackChannel: '#icon-contributions'
|
|
687
697
|
},
|
|
688
698
|
'chevron-down': {
|
|
689
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', '
|
|
699
|
+
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'chevron down', 'expand', 'open'],
|
|
690
700
|
componentName: 'ChevronDownIcon',
|
|
691
701
|
package: '@atlaskit/icon/core/chevron-down',
|
|
692
702
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
@@ -699,7 +709,7 @@ const metadata = {
|
|
|
699
709
|
slackChannel: '#icon-contributions'
|
|
700
710
|
},
|
|
701
711
|
'chevron-left': {
|
|
702
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', '
|
|
712
|
+
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'chevron left', 'back', 'previous'],
|
|
703
713
|
componentName: 'ChevronLeftIcon',
|
|
704
714
|
package: '@atlaskit/icon/core/chevron-left',
|
|
705
715
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
@@ -712,7 +722,7 @@ const metadata = {
|
|
|
712
722
|
slackChannel: '#icon-contributions'
|
|
713
723
|
},
|
|
714
724
|
'chevron-right': {
|
|
715
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', '
|
|
725
|
+
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
716
726
|
componentName: 'ChevronRightIcon',
|
|
717
727
|
package: '@atlaskit/icon/core/chevron-right',
|
|
718
728
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
@@ -725,7 +735,7 @@ const metadata = {
|
|
|
725
735
|
slackChannel: '#icon-contributions'
|
|
726
736
|
},
|
|
727
737
|
'chevron-up': {
|
|
728
|
-
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', '
|
|
738
|
+
keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'chevron up', 'close dropdown menu', 'collapse'],
|
|
729
739
|
componentName: 'ChevronUpIcon',
|
|
730
740
|
package: '@atlaskit/icon/core/chevron-up',
|
|
731
741
|
oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
|
|
@@ -738,7 +748,7 @@ const metadata = {
|
|
|
738
748
|
slackChannel: '#icon-contributions'
|
|
739
749
|
},
|
|
740
750
|
'child-work-items': {
|
|
741
|
-
keywords: ['child-work-items', 'childworkitems', 'icon', '
|
|
751
|
+
keywords: ['child-work-items', 'childworkitems', 'icon', 'children', 'child', 'related', 'work items'],
|
|
742
752
|
componentName: 'ChildWorkItemsIcon',
|
|
743
753
|
package: '@atlaskit/icon/core/child-work-items',
|
|
744
754
|
oldName: ['child-issues'],
|
|
@@ -749,7 +759,7 @@ const metadata = {
|
|
|
749
759
|
status: 'published'
|
|
750
760
|
},
|
|
751
761
|
clipboard: {
|
|
752
|
-
keywords: ['clipboard', 'icon', '
|
|
762
|
+
keywords: ['clipboard', 'icon', 'clipboard', 'paste'],
|
|
753
763
|
componentName: 'ClipboardIcon',
|
|
754
764
|
package: '@atlaskit/icon/core/clipboard',
|
|
755
765
|
type: 'core',
|
|
@@ -759,7 +769,7 @@ const metadata = {
|
|
|
759
769
|
status: 'published'
|
|
760
770
|
},
|
|
761
771
|
clock: {
|
|
762
|
-
keywords: ['clock', 'icon', '
|
|
772
|
+
keywords: ['clock', 'icon', 'time', 'recent', 'history'],
|
|
763
773
|
componentName: 'ClockIcon',
|
|
764
774
|
package: '@atlaskit/icon/core/clock',
|
|
765
775
|
oldName: ['editor/recent', 'emoji/frequent', 'recent'],
|
|
@@ -770,7 +780,7 @@ const metadata = {
|
|
|
770
780
|
status: 'published'
|
|
771
781
|
},
|
|
772
782
|
close: {
|
|
773
|
-
keywords: ['close', 'icon', '
|
|
783
|
+
keywords: ['close', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
774
784
|
componentName: 'CloseIcon',
|
|
775
785
|
package: '@atlaskit/icon/core/close',
|
|
776
786
|
oldName: ['cross', 'editor/close'],
|
|
@@ -786,7 +796,7 @@ const metadata = {
|
|
|
786
796
|
status: 'deprecated'
|
|
787
797
|
},
|
|
788
798
|
'cloud-arrow-up': {
|
|
789
|
-
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', '
|
|
799
|
+
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'deployments', 'up arrow'],
|
|
790
800
|
componentName: 'CloudArrowUpIcon',
|
|
791
801
|
package: '@atlaskit/icon/core/cloud-arrow-up',
|
|
792
802
|
oldName: ['upload'],
|
|
@@ -797,7 +807,7 @@ const metadata = {
|
|
|
797
807
|
status: 'published'
|
|
798
808
|
},
|
|
799
809
|
'collapse-horizontal': {
|
|
800
|
-
keywords: ['collapse-horizontal', 'collapsehorizontal', 'icon', '
|
|
810
|
+
keywords: ['collapse-horizontal', 'collapsehorizontal', 'icon', 'collapse', 'width', 'horizontal arrows'],
|
|
801
811
|
componentName: 'CollapseHorizontalIcon',
|
|
802
812
|
package: '@atlaskit/icon/core/collapse-horizontal',
|
|
803
813
|
type: 'core',
|
|
@@ -807,7 +817,7 @@ const metadata = {
|
|
|
807
817
|
status: 'published'
|
|
808
818
|
},
|
|
809
819
|
'collapse-vertical': {
|
|
810
|
-
keywords: ['collapse-vertical', 'collapsevertical', 'icon', '
|
|
820
|
+
keywords: ['collapse-vertical', 'collapsevertical', 'icon', 'collapse', 'height', 'vertical arrows'],
|
|
811
821
|
componentName: 'CollapseVerticalIcon',
|
|
812
822
|
package: '@atlaskit/icon/core/collapse-vertical',
|
|
813
823
|
type: 'core',
|
|
@@ -817,7 +827,7 @@ const metadata = {
|
|
|
817
827
|
status: 'published'
|
|
818
828
|
},
|
|
819
829
|
comment: {
|
|
820
|
-
keywords: ['comment', 'chat', 'speech', 'icon', '
|
|
830
|
+
keywords: ['comment', 'chat', 'speech', 'icon', 'speech bubble'],
|
|
821
831
|
componentName: 'CommentIcon',
|
|
822
832
|
package: '@atlaskit/icon/core/comment',
|
|
823
833
|
oldName: ['comment', 'questions'],
|
|
@@ -828,7 +838,7 @@ const metadata = {
|
|
|
828
838
|
status: 'published'
|
|
829
839
|
},
|
|
830
840
|
'comment-add': {
|
|
831
|
-
keywords: ['comment-add', 'commentadd', 'icon', '
|
|
841
|
+
keywords: ['comment-add', 'commentadd', 'icon', 'speech bubble', 'plus'],
|
|
832
842
|
componentName: 'CommentAddIcon',
|
|
833
843
|
package: '@atlaskit/icon/core/comment-add',
|
|
834
844
|
oldName: ['media-services/add-comment'],
|
|
@@ -839,7 +849,7 @@ const metadata = {
|
|
|
839
849
|
status: 'published'
|
|
840
850
|
},
|
|
841
851
|
commit: {
|
|
842
|
-
keywords: ['commit', 'icon', '
|
|
852
|
+
keywords: ['commit', 'icon', 'git commit', 'bitbucket commit'],
|
|
843
853
|
componentName: 'CommitIcon',
|
|
844
854
|
package: '@atlaskit/icon/core/commit',
|
|
845
855
|
oldName: ['bitbucket/commits'],
|
|
@@ -850,7 +860,7 @@ const metadata = {
|
|
|
850
860
|
status: 'published'
|
|
851
861
|
},
|
|
852
862
|
compass: {
|
|
853
|
-
keywords: ['compass', 'icon', '
|
|
863
|
+
keywords: ['compass', 'icon', 'template'],
|
|
854
864
|
componentName: 'CompassIcon',
|
|
855
865
|
package: '@atlaskit/icon/core/compass',
|
|
856
866
|
oldName: ['discover-filled', 'discover'],
|
|
@@ -861,7 +871,7 @@ const metadata = {
|
|
|
861
871
|
status: 'published'
|
|
862
872
|
},
|
|
863
873
|
component: {
|
|
864
|
-
keywords: ['component', 'block', 'lego', 'icon', '
|
|
874
|
+
keywords: ['component', 'block', 'lego', 'icon', 'lego', 'brick', 'block'],
|
|
865
875
|
componentName: 'ComponentIcon',
|
|
866
876
|
package: '@atlaskit/icon/core/component',
|
|
867
877
|
oldName: ['component'],
|
|
@@ -872,7 +882,7 @@ const metadata = {
|
|
|
872
882
|
status: 'published'
|
|
873
883
|
},
|
|
874
884
|
'content-width-narrow': {
|
|
875
|
-
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', '
|
|
885
|
+
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
876
886
|
componentName: 'ContentWidthNarrowIcon',
|
|
877
887
|
package: '@atlaskit/icon/core/content-width-narrow',
|
|
878
888
|
oldName: ['editor/media-center'],
|
|
@@ -883,7 +893,7 @@ const metadata = {
|
|
|
883
893
|
status: 'published'
|
|
884
894
|
},
|
|
885
895
|
'content-width-wide': {
|
|
886
|
-
keywords: ['content-width-wide', 'contentwidthwide', 'icon', '
|
|
896
|
+
keywords: ['content-width-wide', 'contentwidthwide', 'icon', 'content', 'media', 'image', 'width', 'fixed', 'wide'],
|
|
887
897
|
componentName: 'ContentWidthWideIcon',
|
|
888
898
|
package: '@atlaskit/icon/core/content-width-wide',
|
|
889
899
|
oldName: ['editor/media-wide'],
|
|
@@ -894,7 +904,7 @@ const metadata = {
|
|
|
894
904
|
status: 'published'
|
|
895
905
|
},
|
|
896
906
|
'content-wrap-left': {
|
|
897
|
-
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', '
|
|
907
|
+
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', 'content', 'media', 'image', 'alignment', 'left', 'inline', 'wrap'],
|
|
898
908
|
componentName: 'ContentWrapLeftIcon',
|
|
899
909
|
package: '@atlaskit/icon/core/content-wrap-left',
|
|
900
910
|
oldName: ['editor/media-wrap-left'],
|
|
@@ -905,7 +915,7 @@ const metadata = {
|
|
|
905
915
|
status: 'published'
|
|
906
916
|
},
|
|
907
917
|
'content-wrap-right': {
|
|
908
|
-
keywords: ['content-wrap-right', 'contentwrapright', 'icon', '
|
|
918
|
+
keywords: ['content-wrap-right', 'contentwrapright', 'icon', 'content', 'media', 'image', 'alignment', 'right', 'inline', 'wrap'],
|
|
909
919
|
componentName: 'ContentWrapRightIcon',
|
|
910
920
|
package: '@atlaskit/icon/core/content-wrap-right',
|
|
911
921
|
oldName: ['editor/media-wrap-right'],
|
|
@@ -916,7 +926,7 @@ const metadata = {
|
|
|
916
926
|
status: 'published'
|
|
917
927
|
},
|
|
918
928
|
copy: {
|
|
919
|
-
keywords: ['copy', 'duplicate', 'icon', '
|
|
929
|
+
keywords: ['copy', 'duplicate', 'icon', 'copy', 'object'],
|
|
920
930
|
componentName: 'CopyIcon',
|
|
921
931
|
package: '@atlaskit/icon/core/copy',
|
|
922
932
|
oldName: ['copy'],
|
|
@@ -927,7 +937,7 @@ const metadata = {
|
|
|
927
937
|
status: 'published'
|
|
928
938
|
},
|
|
929
939
|
'credit-card': {
|
|
930
|
-
keywords: ['credit-card', 'creditcard', 'icon', '
|
|
940
|
+
keywords: ['credit-card', 'creditcard', 'icon', 'payment', 'invoice'],
|
|
931
941
|
componentName: 'CreditCardIcon',
|
|
932
942
|
package: '@atlaskit/icon/core/credit-card',
|
|
933
943
|
oldName: ['creditcard-filled', 'creditcard'],
|
|
@@ -938,7 +948,7 @@ const metadata = {
|
|
|
938
948
|
status: 'published'
|
|
939
949
|
},
|
|
940
950
|
cross: {
|
|
941
|
-
keywords: ['cross', 'close', 'x', 'cancel', 'icon', '
|
|
951
|
+
keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'cross', 'x', 'close', 'remove'],
|
|
942
952
|
componentName: 'CrossIcon',
|
|
943
953
|
package: '@atlaskit/icon/core/cross',
|
|
944
954
|
oldName: ['cross', 'editor/close'],
|
|
@@ -949,7 +959,7 @@ const metadata = {
|
|
|
949
959
|
status: 'published'
|
|
950
960
|
},
|
|
951
961
|
'cross-circle': {
|
|
952
|
-
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', '
|
|
962
|
+
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
953
963
|
componentName: 'CrossCircleIcon',
|
|
954
964
|
package: '@atlaskit/icon/core/cross-circle',
|
|
955
965
|
oldName: ['cross-circle', 'editor/error', 'select-clear'],
|
|
@@ -960,7 +970,7 @@ const metadata = {
|
|
|
960
970
|
status: 'published'
|
|
961
971
|
},
|
|
962
972
|
'curly-brackets': {
|
|
963
|
-
keywords: ['curly-brackets', 'curlybrackets', 'icon', '
|
|
973
|
+
keywords: ['curly-brackets', 'curlybrackets', 'icon', 'curly brackets', 'braces', 'smart value'],
|
|
964
974
|
componentName: 'CurlyBracketsIcon',
|
|
965
975
|
package: '@atlaskit/icon/core/curly-brackets',
|
|
966
976
|
type: 'core',
|
|
@@ -970,7 +980,7 @@ const metadata = {
|
|
|
970
980
|
status: 'published'
|
|
971
981
|
},
|
|
972
982
|
customize: {
|
|
973
|
-
keywords: ['customize', 'icon', '
|
|
983
|
+
keywords: ['customize', 'icon', 'customise', 'configure', 'modify', 'preferences', 'settings', 'sliders'],
|
|
974
984
|
componentName: 'CustomizeIcon',
|
|
975
985
|
package: '@atlaskit/icon/core/customize',
|
|
976
986
|
oldName: ['preferences'],
|
|
@@ -981,7 +991,7 @@ const metadata = {
|
|
|
981
991
|
status: 'published'
|
|
982
992
|
},
|
|
983
993
|
dashboard: {
|
|
984
|
-
keywords: ['dashboard', 'window', 'grid', 'icon', '
|
|
994
|
+
keywords: ['dashboard', 'window', 'grid', 'icon', 'activity', 'view'],
|
|
985
995
|
componentName: 'DashboardIcon',
|
|
986
996
|
package: '@atlaskit/icon/core/dashboard',
|
|
987
997
|
oldName: ['activity', 'dashboard'],
|
|
@@ -992,7 +1002,7 @@ const metadata = {
|
|
|
992
1002
|
status: 'published'
|
|
993
1003
|
},
|
|
994
1004
|
'data-flow': {
|
|
995
|
-
keywords: ['data-flow', 'dataflow', 'icon', '
|
|
1005
|
+
keywords: ['data-flow', 'dataflow', 'icon', 'relationship', 'data', 'flow chart'],
|
|
996
1006
|
componentName: 'DataFlowIcon',
|
|
997
1007
|
package: '@atlaskit/icon/core/data-flow',
|
|
998
1008
|
type: 'core',
|
|
@@ -1002,7 +1012,7 @@ const metadata = {
|
|
|
1002
1012
|
status: 'published'
|
|
1003
1013
|
},
|
|
1004
1014
|
'data-number': {
|
|
1005
|
-
keywords: ['data-number', 'datanumber', 'icon', '
|
|
1015
|
+
keywords: ['data-number', 'datanumber', 'icon', 'numbers', '123', 'proforma', 'datatype'],
|
|
1006
1016
|
componentName: 'DataNumberIcon',
|
|
1007
1017
|
package: '@atlaskit/icon/core/data-number',
|
|
1008
1018
|
type: 'core',
|
|
@@ -1012,7 +1022,7 @@ const metadata = {
|
|
|
1012
1022
|
status: 'published'
|
|
1013
1023
|
},
|
|
1014
1024
|
'data-string': {
|
|
1015
|
-
keywords: ['data-string', 'datastring', 'icon', '
|
|
1025
|
+
keywords: ['data-string', 'datastring', 'icon', 'string', 'letters', 'abc', 'proforma', 'datatype'],
|
|
1016
1026
|
componentName: 'DataStringIcon',
|
|
1017
1027
|
package: '@atlaskit/icon/core/data-string',
|
|
1018
1028
|
type: 'core',
|
|
@@ -1022,7 +1032,7 @@ const metadata = {
|
|
|
1022
1032
|
status: 'published'
|
|
1023
1033
|
},
|
|
1024
1034
|
database: {
|
|
1025
|
-
keywords: ['database', 'icon', '
|
|
1035
|
+
keywords: ['database', 'icon', 'spreadsheet', 'table', 'data', 'cells'],
|
|
1026
1036
|
componentName: 'DatabaseIcon',
|
|
1027
1037
|
package: '@atlaskit/icon/core/database',
|
|
1028
1038
|
type: 'core',
|
|
@@ -1032,7 +1042,7 @@ const metadata = {
|
|
|
1032
1042
|
status: 'published'
|
|
1033
1043
|
},
|
|
1034
1044
|
decision: {
|
|
1035
|
-
keywords: ['decision', 'icon', '
|
|
1045
|
+
keywords: ['decision', 'icon', 'fork', 'diagonal arrow'],
|
|
1036
1046
|
componentName: 'DecisionIcon',
|
|
1037
1047
|
package: '@atlaskit/icon/core/decision',
|
|
1038
1048
|
oldName: ['decision', 'editor/decision'],
|
|
@@ -1043,7 +1053,7 @@ const metadata = {
|
|
|
1043
1053
|
status: 'published'
|
|
1044
1054
|
},
|
|
1045
1055
|
defect: {
|
|
1046
|
-
keywords: ['defect', 'icon', '
|
|
1056
|
+
keywords: ['defect', 'icon', 'defect', 'fragile', 'cracked', 'work type'],
|
|
1047
1057
|
componentName: 'DefectIcon',
|
|
1048
1058
|
package: '@atlaskit/icon/core/defect',
|
|
1049
1059
|
type: 'core',
|
|
@@ -1053,7 +1063,7 @@ const metadata = {
|
|
|
1053
1063
|
status: 'published'
|
|
1054
1064
|
},
|
|
1055
1065
|
delete: {
|
|
1056
|
-
keywords: ['delete', 'icon', '
|
|
1066
|
+
keywords: ['delete', 'icon', 'trash', 'bin', 'remove'],
|
|
1057
1067
|
componentName: 'DeleteIcon',
|
|
1058
1068
|
package: '@atlaskit/icon/core/delete',
|
|
1059
1069
|
oldName: ['editor/remove', 'trash'],
|
|
@@ -1064,7 +1074,7 @@ const metadata = {
|
|
|
1064
1074
|
status: 'published'
|
|
1065
1075
|
},
|
|
1066
1076
|
department: {
|
|
1067
|
-
keywords: ['department', 'icon', '
|
|
1077
|
+
keywords: ['department', 'icon', 'organization', 'organisation', 'org chart', 'hierarchy'],
|
|
1068
1078
|
componentName: 'DepartmentIcon',
|
|
1069
1079
|
package: '@atlaskit/icon/core/department',
|
|
1070
1080
|
oldName: ['department'],
|
|
@@ -1075,7 +1085,7 @@ const metadata = {
|
|
|
1075
1085
|
status: 'published'
|
|
1076
1086
|
},
|
|
1077
1087
|
'device-mobile': {
|
|
1078
|
-
keywords: ['device-mobile', 'devicemobile', 'icon', '
|
|
1088
|
+
keywords: ['device-mobile', 'devicemobile', 'icon', 'iphone', 'mobile phone', 'cell phone'],
|
|
1079
1089
|
componentName: 'DeviceMobileIcon',
|
|
1080
1090
|
package: '@atlaskit/icon/core/device-mobile',
|
|
1081
1091
|
oldName: ['mobile'],
|
|
@@ -1086,7 +1096,7 @@ const metadata = {
|
|
|
1086
1096
|
status: 'published'
|
|
1087
1097
|
},
|
|
1088
1098
|
devices: {
|
|
1089
|
-
keywords: ['devices', 'icon', '
|
|
1099
|
+
keywords: ['devices', 'icon', 'devices', 'assets', 'laptop', 'phone', 'hardware', 'work type'],
|
|
1090
1100
|
componentName: 'DevicesIcon',
|
|
1091
1101
|
package: '@atlaskit/icon/core/devices',
|
|
1092
1102
|
type: 'core',
|
|
@@ -1096,7 +1106,7 @@ const metadata = {
|
|
|
1096
1106
|
status: 'published'
|
|
1097
1107
|
},
|
|
1098
1108
|
discovery: {
|
|
1099
|
-
keywords: ['discovery', 'icon', '
|
|
1109
|
+
keywords: ['discovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
1100
1110
|
componentName: 'DiscoveryIcon',
|
|
1101
1111
|
package: '@atlaskit/icon/core/discovery',
|
|
1102
1112
|
oldName: ['editor/note'],
|
|
@@ -1112,7 +1122,7 @@ const metadata = {
|
|
|
1112
1122
|
status: 'deprecated'
|
|
1113
1123
|
},
|
|
1114
1124
|
download: {
|
|
1115
|
-
keywords: ['download', 'cloud', 'icon', '
|
|
1125
|
+
keywords: ['download', 'cloud', 'icon', 'down arrow', 'file download'],
|
|
1116
1126
|
componentName: 'DownloadIcon',
|
|
1117
1127
|
package: '@atlaskit/icon/core/download',
|
|
1118
1128
|
oldName: ['download'],
|
|
@@ -1123,7 +1133,7 @@ const metadata = {
|
|
|
1123
1133
|
status: 'published'
|
|
1124
1134
|
},
|
|
1125
1135
|
'drag-handle-horizontal': {
|
|
1126
|
-
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', '
|
|
1136
|
+
keywords: ['drag-handle-horizontal', 'draghandlehorizontal', 'icon', 'drag handler', 'reorder', 'move', 'reorder horizontal'],
|
|
1127
1137
|
componentName: 'DragHandleHorizontalIcon',
|
|
1128
1138
|
package: '@atlaskit/icon/core/drag-handle-horizontal',
|
|
1129
1139
|
type: 'core',
|
|
@@ -1134,7 +1144,7 @@ const metadata = {
|
|
|
1134
1144
|
slackChannel: '#icon-contributions'
|
|
1135
1145
|
},
|
|
1136
1146
|
'drag-handle-vertical': {
|
|
1137
|
-
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', '
|
|
1147
|
+
keywords: ['drag-handle-vertical', 'draghandlevertical', 'icon', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
1138
1148
|
componentName: 'DragHandleVerticalIcon',
|
|
1139
1149
|
package: '@atlaskit/icon/core/drag-handle-vertical',
|
|
1140
1150
|
oldName: ['drag-handler'],
|
|
@@ -1146,7 +1156,7 @@ const metadata = {
|
|
|
1146
1156
|
slackChannel: '#icon-contributions'
|
|
1147
1157
|
},
|
|
1148
1158
|
edit: {
|
|
1149
|
-
keywords: ['edit', 'pencil', 'write', 'icon', '
|
|
1159
|
+
keywords: ['edit', 'pencil', 'write', 'icon', 'pencil', 'pencil on page'],
|
|
1150
1160
|
componentName: 'EditIcon',
|
|
1151
1161
|
package: '@atlaskit/icon/core/edit',
|
|
1152
1162
|
oldName: ['edit-filled', 'edit', 'editor/edit'],
|
|
@@ -1157,7 +1167,7 @@ const metadata = {
|
|
|
1157
1167
|
status: 'published'
|
|
1158
1168
|
},
|
|
1159
1169
|
'edit-bulk': {
|
|
1160
|
-
keywords: ['edit-bulk', 'editbulk', 'icon', '
|
|
1170
|
+
keywords: ['edit-bulk', 'editbulk', 'icon', 'edit', 'pencil', 'multiple', 'bulk', 'change'],
|
|
1161
1171
|
componentName: 'EditBulkIcon',
|
|
1162
1172
|
package: '@atlaskit/icon/core/edit-bulk',
|
|
1163
1173
|
type: 'core',
|
|
@@ -1167,7 +1177,7 @@ const metadata = {
|
|
|
1167
1177
|
status: 'published'
|
|
1168
1178
|
},
|
|
1169
1179
|
email: {
|
|
1170
|
-
keywords: ['email', 'icon', '
|
|
1180
|
+
keywords: ['email', 'icon', 'envelope', 'message'],
|
|
1171
1181
|
componentName: 'EmailIcon',
|
|
1172
1182
|
package: '@atlaskit/icon/core/email',
|
|
1173
1183
|
oldName: ['email'],
|
|
@@ -1178,7 +1188,7 @@ const metadata = {
|
|
|
1178
1188
|
status: 'published'
|
|
1179
1189
|
},
|
|
1180
1190
|
emoji: {
|
|
1181
|
-
keywords: ['emoji', 'emoticon', 'smiley', 'icon', '
|
|
1191
|
+
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'smiley face', 'emoticon'],
|
|
1182
1192
|
componentName: 'EmojiIcon',
|
|
1183
1193
|
package: '@atlaskit/icon/core/emoji',
|
|
1184
1194
|
oldName: ['editor/emoji', 'emoji/emoji', 'emoji', 'emoji/people'],
|
|
@@ -1189,7 +1199,7 @@ const metadata = {
|
|
|
1189
1199
|
status: 'published'
|
|
1190
1200
|
},
|
|
1191
1201
|
'emoji-add': {
|
|
1192
|
-
keywords: ['emoji-add', 'emojiadd', 'icon', '
|
|
1202
|
+
keywords: ['emoji-add', 'emojiadd', 'icon', 'smiley face', 'emoticon', 'plus'],
|
|
1193
1203
|
componentName: 'EmojiAddIcon',
|
|
1194
1204
|
package: '@atlaskit/icon/core/emoji-add',
|
|
1195
1205
|
oldName: ['emoji-add'],
|
|
@@ -1200,7 +1210,7 @@ const metadata = {
|
|
|
1200
1210
|
status: 'published'
|
|
1201
1211
|
},
|
|
1202
1212
|
'emoji-casual': {
|
|
1203
|
-
keywords: ['emoji-casual', 'emojicasual', 'icon', '
|
|
1213
|
+
keywords: ['emoji-casual', 'emojicasual', 'icon', 'emoij', 'casual', 'sunglasses', 'chill', 'relaxed'],
|
|
1204
1214
|
componentName: 'EmojiCasualIcon',
|
|
1205
1215
|
package: '@atlaskit/icon/core/emoji-casual',
|
|
1206
1216
|
type: 'core',
|
|
@@ -1210,7 +1220,7 @@ const metadata = {
|
|
|
1210
1220
|
status: 'published'
|
|
1211
1221
|
},
|
|
1212
1222
|
'emoji-neutral': {
|
|
1213
|
-
keywords: ['emoji-neutral', 'emojineutral', 'icon', '
|
|
1223
|
+
keywords: ['emoji-neutral', 'emojineutral', 'icon', 'emoji', 'neutral', 'ambivalent'],
|
|
1214
1224
|
componentName: 'EmojiNeutralIcon',
|
|
1215
1225
|
package: '@atlaskit/icon/core/emoji-neutral',
|
|
1216
1226
|
type: 'core',
|
|
@@ -1220,7 +1230,7 @@ const metadata = {
|
|
|
1220
1230
|
status: 'published'
|
|
1221
1231
|
},
|
|
1222
1232
|
'emoji-remove': {
|
|
1223
|
-
keywords: ['emoji-remove', 'emojiremove', 'icon', '
|
|
1233
|
+
keywords: ['emoji-remove', 'emojiremove', 'icon', 'emoji', 'remove', 'strikethrough'],
|
|
1224
1234
|
componentName: 'EmojiRemoveIcon',
|
|
1225
1235
|
package: '@atlaskit/icon/core/emoji-remove',
|
|
1226
1236
|
type: 'core',
|
|
@@ -1230,7 +1240,7 @@ const metadata = {
|
|
|
1230
1240
|
status: 'published'
|
|
1231
1241
|
},
|
|
1232
1242
|
epic: {
|
|
1233
|
-
keywords: ['epic', 'icon', '
|
|
1243
|
+
keywords: ['epic', 'icon', 'lightning bolt', 'jira status', 'filled'],
|
|
1234
1244
|
componentName: 'EpicIcon',
|
|
1235
1245
|
package: '@atlaskit/icon/core/epic',
|
|
1236
1246
|
type: 'core',
|
|
@@ -1240,7 +1250,7 @@ const metadata = {
|
|
|
1240
1250
|
status: 'published'
|
|
1241
1251
|
},
|
|
1242
1252
|
error: {
|
|
1243
|
-
keywords: ['error', 'warning', 'alert', 'icon', '
|
|
1253
|
+
keywords: ['error', 'warning', 'alert', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
1244
1254
|
componentName: 'ErrorIcon',
|
|
1245
1255
|
package: '@atlaskit/icon/core/error',
|
|
1246
1256
|
oldName: ['error'],
|
|
@@ -1256,7 +1266,7 @@ const metadata = {
|
|
|
1256
1266
|
status: 'deprecated'
|
|
1257
1267
|
},
|
|
1258
1268
|
'exclamation-square': {
|
|
1259
|
-
keywords: ['exclamation-square', 'exclamationsquare', 'icon', '
|
|
1269
|
+
keywords: ['exclamation-square', 'exclamationsquare', 'icon', '!', 'exclaim', 'square', 'work type'],
|
|
1260
1270
|
componentName: 'ExclamationSquareIcon',
|
|
1261
1271
|
package: '@atlaskit/icon/core/exclamation-square',
|
|
1262
1272
|
type: 'core',
|
|
@@ -1267,7 +1277,7 @@ const metadata = {
|
|
|
1267
1277
|
slackChannel: '#icon-contributions'
|
|
1268
1278
|
},
|
|
1269
1279
|
'expand-horizontal': {
|
|
1270
|
-
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', '
|
|
1280
|
+
keywords: ['expand-horizontal', 'expandhorizontal', 'icon', 'expand', 'width', 'horizontal arrows', 'maximum width', 'stretch', 'fit'],
|
|
1271
1281
|
componentName: 'ExpandHorizontalIcon',
|
|
1272
1282
|
package: '@atlaskit/icon/core/expand-horizontal',
|
|
1273
1283
|
oldName: ['editor/media-full-width'],
|
|
@@ -1278,7 +1288,7 @@ const metadata = {
|
|
|
1278
1288
|
status: 'published'
|
|
1279
1289
|
},
|
|
1280
1290
|
'expand-vertical': {
|
|
1281
|
-
keywords: ['expand-vertical', 'expandvertical', 'icon', '
|
|
1291
|
+
keywords: ['expand-vertical', 'expandvertical', 'icon', 'expand', 'height', 'vertical arrows', 'maximum height', 'stretch', 'fit'],
|
|
1282
1292
|
componentName: 'ExpandVerticalIcon',
|
|
1283
1293
|
package: '@atlaskit/icon/core/expand-vertical',
|
|
1284
1294
|
type: 'core',
|
|
@@ -1288,7 +1298,7 @@ const metadata = {
|
|
|
1288
1298
|
status: 'published'
|
|
1289
1299
|
},
|
|
1290
1300
|
'eye-open': {
|
|
1291
|
-
keywords: ['eye-open', 'eyeopen', 'icon', '
|
|
1301
|
+
keywords: ['eye-open', 'eyeopen', 'icon', 'watch', 'visible', 'visbility', 'permissions'],
|
|
1292
1302
|
componentName: 'EyeOpenIcon',
|
|
1293
1303
|
package: '@atlaskit/icon/core/eye-open',
|
|
1294
1304
|
oldName: ['watch'],
|
|
@@ -1299,7 +1309,7 @@ const metadata = {
|
|
|
1299
1309
|
status: 'published'
|
|
1300
1310
|
},
|
|
1301
1311
|
'eye-open-filled': {
|
|
1302
|
-
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', '
|
|
1312
|
+
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', 'watching', 'visible', 'visbility', 'permissions', 'filled'],
|
|
1303
1313
|
componentName: 'EyeOpenFilledIcon',
|
|
1304
1314
|
package: '@atlaskit/icon/core/eye-open-filled',
|
|
1305
1315
|
oldName: ['hipchat/audio-only', 'watch-filled'],
|
|
@@ -1310,7 +1320,7 @@ const metadata = {
|
|
|
1310
1320
|
status: 'published'
|
|
1311
1321
|
},
|
|
1312
1322
|
'eye-open-strikethrough': {
|
|
1313
|
-
keywords: ['eye-open-strikethrough', 'eyeopenstrikethrough', 'icon', '
|
|
1323
|
+
keywords: ['eye-open-strikethrough', 'eyeopenstrikethrough', 'icon', 'unwatch', 'invisible', 'visibility', 'permissions'],
|
|
1314
1324
|
componentName: 'EyeOpenStrikethroughIcon',
|
|
1315
1325
|
package: '@atlaskit/icon/core/eye-open-strikethrough',
|
|
1316
1326
|
type: 'core',
|
|
@@ -1320,7 +1330,7 @@ const metadata = {
|
|
|
1320
1330
|
status: 'published'
|
|
1321
1331
|
},
|
|
1322
1332
|
feed: {
|
|
1323
|
-
keywords: ['feed', 'icon', '
|
|
1333
|
+
keywords: ['feed', 'icon', 'feed', 'updates', 'release notes', "what's new"],
|
|
1324
1334
|
componentName: 'FeedIcon',
|
|
1325
1335
|
package: '@atlaskit/icon/core/feed',
|
|
1326
1336
|
type: 'core',
|
|
@@ -1330,7 +1340,7 @@ const metadata = {
|
|
|
1330
1340
|
status: 'published'
|
|
1331
1341
|
},
|
|
1332
1342
|
feedback: {
|
|
1333
|
-
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', '
|
|
1343
|
+
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'diagonal arrow', 'chat bubble', 'survey', 'critique'],
|
|
1334
1344
|
componentName: 'FeedbackIcon',
|
|
1335
1345
|
package: '@atlaskit/icon/core/feedback',
|
|
1336
1346
|
oldName: ['editor/feedback', 'feedback'],
|
|
@@ -1341,7 +1351,7 @@ const metadata = {
|
|
|
1341
1351
|
status: 'published'
|
|
1342
1352
|
},
|
|
1343
1353
|
field: {
|
|
1344
|
-
keywords: ['field', 'icon', '
|
|
1354
|
+
keywords: ['field', 'icon', 'field', 'form', 'input', 'label'],
|
|
1345
1355
|
componentName: 'FieldIcon',
|
|
1346
1356
|
package: '@atlaskit/icon/core/field',
|
|
1347
1357
|
type: 'core',
|
|
@@ -1351,7 +1361,7 @@ const metadata = {
|
|
|
1351
1361
|
status: 'published'
|
|
1352
1362
|
},
|
|
1353
1363
|
'field-alert': {
|
|
1354
|
-
keywords: ['field-alert', 'fieldalert', 'icon', '
|
|
1364
|
+
keywords: ['field-alert', 'fieldalert', 'icon', 'field', 'alert', 'warning', 'change'],
|
|
1355
1365
|
componentName: 'FieldAlertIcon',
|
|
1356
1366
|
package: '@atlaskit/icon/core/field-alert',
|
|
1357
1367
|
type: 'core',
|
|
@@ -1361,7 +1371,7 @@ const metadata = {
|
|
|
1361
1371
|
status: 'published'
|
|
1362
1372
|
},
|
|
1363
1373
|
'field-checkbox-group': {
|
|
1364
|
-
keywords: ['field-checkbox-group', 'fieldcheckboxgroup', 'icon', '
|
|
1374
|
+
keywords: ['field-checkbox-group', 'fieldcheckboxgroup', 'icon', 'form', 'field', 'input type', 'checkbox', 'multi-select', 'options'],
|
|
1365
1375
|
componentName: 'FieldCheckboxGroupIcon',
|
|
1366
1376
|
package: '@atlaskit/icon/core/field-checkbox-group',
|
|
1367
1377
|
type: 'core',
|
|
@@ -1371,7 +1381,7 @@ const metadata = {
|
|
|
1371
1381
|
status: 'published'
|
|
1372
1382
|
},
|
|
1373
1383
|
'field-dropdown': {
|
|
1374
|
-
keywords: ['field-dropdown', 'fielddropdown', 'icon', '
|
|
1384
|
+
keywords: ['field-dropdown', 'fielddropdown', 'icon', 'form', 'field', 'select', 'dropdown'],
|
|
1375
1385
|
componentName: 'FieldDropdownIcon',
|
|
1376
1386
|
package: '@atlaskit/icon/core/field-dropdown',
|
|
1377
1387
|
type: 'core',
|
|
@@ -1381,7 +1391,7 @@ const metadata = {
|
|
|
1381
1391
|
status: 'published'
|
|
1382
1392
|
},
|
|
1383
1393
|
'field-radio-group': {
|
|
1384
|
-
keywords: ['field-radio-group', 'fieldradiogroup', 'icon', '
|
|
1394
|
+
keywords: ['field-radio-group', 'fieldradiogroup', 'icon', 'form', 'field', 'input type', 'radio', 'single-select', 'options'],
|
|
1385
1395
|
componentName: 'FieldRadioGroupIcon',
|
|
1386
1396
|
package: '@atlaskit/icon/core/field-radio-group',
|
|
1387
1397
|
type: 'core',
|
|
@@ -1391,7 +1401,7 @@ const metadata = {
|
|
|
1391
1401
|
status: 'published'
|
|
1392
1402
|
},
|
|
1393
1403
|
file: {
|
|
1394
|
-
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', '
|
|
1404
|
+
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'document', 'file', 'paper'],
|
|
1395
1405
|
componentName: 'FileIcon',
|
|
1396
1406
|
package: '@atlaskit/icon/core/file',
|
|
1397
1407
|
oldName: ['document-filled', 'document', 'editor/file', 'file'],
|
|
@@ -1402,7 +1412,7 @@ const metadata = {
|
|
|
1402
1412
|
status: 'published'
|
|
1403
1413
|
},
|
|
1404
1414
|
files: {
|
|
1405
|
-
keywords: ['files', 'icon', '
|
|
1415
|
+
keywords: ['files', 'icon', 'documents', 'files', 'papers'],
|
|
1406
1416
|
componentName: 'FilesIcon',
|
|
1407
1417
|
package: '@atlaskit/icon/core/files',
|
|
1408
1418
|
oldName: ['documents'],
|
|
@@ -1413,7 +1423,7 @@ const metadata = {
|
|
|
1413
1423
|
status: 'published'
|
|
1414
1424
|
},
|
|
1415
1425
|
filter: {
|
|
1416
|
-
keywords: ['filter', 'icon', '
|
|
1426
|
+
keywords: ['filter', 'icon', 'funnel', 'refine'],
|
|
1417
1427
|
componentName: 'FilterIcon',
|
|
1418
1428
|
package: '@atlaskit/icon/core/filter',
|
|
1419
1429
|
oldName: ['filter', 'media-services/filter'],
|
|
@@ -1424,7 +1434,7 @@ const metadata = {
|
|
|
1424
1434
|
status: 'published'
|
|
1425
1435
|
},
|
|
1426
1436
|
flag: {
|
|
1427
|
-
keywords: ['flag', 'icon', '
|
|
1437
|
+
keywords: ['flag', 'icon', 'important', 'emoji category'],
|
|
1428
1438
|
componentName: 'FlagIcon',
|
|
1429
1439
|
package: '@atlaskit/icon/core/flag',
|
|
1430
1440
|
oldName: ['emoji/flags'],
|
|
@@ -1435,7 +1445,7 @@ const metadata = {
|
|
|
1435
1445
|
status: 'published'
|
|
1436
1446
|
},
|
|
1437
1447
|
'flag-filled': {
|
|
1438
|
-
keywords: ['flag-filled', 'flagfilled', 'icon', '
|
|
1448
|
+
keywords: ['flag-filled', 'flagfilled', 'icon', 'flag', 'important', 'filled'],
|
|
1439
1449
|
componentName: 'FlagFilledIcon',
|
|
1440
1450
|
package: '@atlaskit/icon/core/flag-filled',
|
|
1441
1451
|
oldName: ['flag-filled'],
|
|
@@ -1446,7 +1456,7 @@ const metadata = {
|
|
|
1446
1456
|
status: 'published'
|
|
1447
1457
|
},
|
|
1448
1458
|
flask: {
|
|
1449
|
-
keywords: ['flask', 'icon', '
|
|
1459
|
+
keywords: ['flask', 'icon', 'labs', 'test', 'erlenmeyer flask', 'beaker'],
|
|
1450
1460
|
componentName: 'FlaskIcon',
|
|
1451
1461
|
package: '@atlaskit/icon/core/flask',
|
|
1452
1462
|
oldName: ['jira/labs'],
|
|
@@ -1457,7 +1467,7 @@ const metadata = {
|
|
|
1457
1467
|
status: 'published'
|
|
1458
1468
|
},
|
|
1459
1469
|
'focus-area': {
|
|
1460
|
-
keywords: ['focus-area', 'focusarea', 'icon', '
|
|
1470
|
+
keywords: ['focus-area', 'focusarea', 'icon', 'focus', 'focus area', 'capture'],
|
|
1461
1471
|
componentName: 'FocusAreaIcon',
|
|
1462
1472
|
package: '@atlaskit/icon/core/focus-area',
|
|
1463
1473
|
type: 'core',
|
|
@@ -1467,7 +1477,7 @@ const metadata = {
|
|
|
1467
1477
|
status: 'published'
|
|
1468
1478
|
},
|
|
1469
1479
|
'folder-closed': {
|
|
1470
|
-
keywords: ['folder-closed', 'folderclosed', 'icon', '
|
|
1480
|
+
keywords: ['folder-closed', 'folderclosed', 'icon', 'directory'],
|
|
1471
1481
|
componentName: 'FolderClosedIcon',
|
|
1472
1482
|
package: '@atlaskit/icon/core/folder-closed',
|
|
1473
1483
|
oldName: ['folder'],
|
|
@@ -1478,7 +1488,7 @@ const metadata = {
|
|
|
1478
1488
|
status: 'published'
|
|
1479
1489
|
},
|
|
1480
1490
|
'folder-open': {
|
|
1481
|
-
keywords: ['folder-open', 'folderopen', 'icon', '
|
|
1491
|
+
keywords: ['folder-open', 'folderopen', 'icon', 'directory'],
|
|
1482
1492
|
componentName: 'FolderOpenIcon',
|
|
1483
1493
|
package: '@atlaskit/icon/core/folder-open',
|
|
1484
1494
|
type: 'core',
|
|
@@ -1488,7 +1498,7 @@ const metadata = {
|
|
|
1488
1498
|
status: 'published'
|
|
1489
1499
|
},
|
|
1490
1500
|
form: {
|
|
1491
|
-
keywords: ['form', 'icon', '
|
|
1501
|
+
keywords: ['form', 'icon', 'form', 'fields'],
|
|
1492
1502
|
componentName: 'FormIcon',
|
|
1493
1503
|
package: '@atlaskit/icon/core/form',
|
|
1494
1504
|
type: 'core',
|
|
@@ -1498,7 +1508,7 @@ const metadata = {
|
|
|
1498
1508
|
status: 'published'
|
|
1499
1509
|
},
|
|
1500
1510
|
'fullscreen-enter': {
|
|
1501
|
-
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', '
|
|
1511
|
+
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', 'full screen'],
|
|
1502
1512
|
componentName: 'FullscreenEnterIcon',
|
|
1503
1513
|
package: '@atlaskit/icon/core/fullscreen-enter',
|
|
1504
1514
|
oldName: ['vid-full-screen-on'],
|
|
@@ -1509,7 +1519,7 @@ const metadata = {
|
|
|
1509
1519
|
status: 'published'
|
|
1510
1520
|
},
|
|
1511
1521
|
'fullscreen-exit': {
|
|
1512
|
-
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', '
|
|
1522
|
+
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', 'un-full screen', 'un-fullscreen'],
|
|
1513
1523
|
componentName: 'FullscreenExitIcon',
|
|
1514
1524
|
package: '@atlaskit/icon/core/fullscreen-exit',
|
|
1515
1525
|
oldName: ['media-services/full-screen'],
|
|
@@ -1520,7 +1530,7 @@ const metadata = {
|
|
|
1520
1530
|
status: 'published'
|
|
1521
1531
|
},
|
|
1522
1532
|
glasses: {
|
|
1523
|
-
keywords: ['glasses', 'icon', '
|
|
1533
|
+
keywords: ['glasses', 'icon', 'glasses', 'knowledge', 'learning', 'spectacles', 'education'],
|
|
1524
1534
|
componentName: 'GlassesIcon',
|
|
1525
1535
|
package: '@atlaskit/icon/core/glasses',
|
|
1526
1536
|
type: 'core',
|
|
@@ -1530,7 +1540,7 @@ const metadata = {
|
|
|
1530
1540
|
status: 'published'
|
|
1531
1541
|
},
|
|
1532
1542
|
globe: {
|
|
1533
|
-
keywords: ['globe', 'icon', '
|
|
1543
|
+
keywords: ['globe', 'icon', 'world'],
|
|
1534
1544
|
componentName: 'GlobeIcon',
|
|
1535
1545
|
package: '@atlaskit/icon/core/globe',
|
|
1536
1546
|
oldName: ['world', 'world-small'],
|
|
@@ -1541,7 +1551,7 @@ const metadata = {
|
|
|
1541
1551
|
status: 'published'
|
|
1542
1552
|
},
|
|
1543
1553
|
goal: {
|
|
1544
|
-
keywords: ['goal', 'icon', '
|
|
1554
|
+
keywords: ['goal', 'icon', 'target'],
|
|
1545
1555
|
componentName: 'GoalIcon',
|
|
1546
1556
|
package: '@atlaskit/icon/core/goal',
|
|
1547
1557
|
type: 'core',
|
|
@@ -1551,7 +1561,7 @@ const metadata = {
|
|
|
1551
1561
|
status: 'published'
|
|
1552
1562
|
},
|
|
1553
1563
|
grid: {
|
|
1554
|
-
keywords: ['grid', 'icon', '
|
|
1564
|
+
keywords: ['grid', 'icon', 'view all content', 'tile view', 'layout', 'grid', 'tiles'],
|
|
1555
1565
|
componentName: 'GridIcon',
|
|
1556
1566
|
package: '@atlaskit/icon/core/grid',
|
|
1557
1567
|
oldName: ['editor/table', 'media-services/grid', 'table'],
|
|
@@ -1562,7 +1572,7 @@ const metadata = {
|
|
|
1562
1572
|
status: 'published'
|
|
1563
1573
|
},
|
|
1564
1574
|
'grow-diagonal': {
|
|
1565
|
-
keywords: ['grow-diagonal', 'growdiagonal', 'icon', '
|
|
1575
|
+
keywords: ['grow-diagonal', 'growdiagonal', 'icon', 'grow', 'width and height', 'diagonal arrows'],
|
|
1566
1576
|
componentName: 'GrowDiagonalIcon',
|
|
1567
1577
|
package: '@atlaskit/icon/core/grow-diagonal',
|
|
1568
1578
|
oldName: ['media-services/actual-size'],
|
|
@@ -1573,7 +1583,7 @@ const metadata = {
|
|
|
1573
1583
|
status: 'published'
|
|
1574
1584
|
},
|
|
1575
1585
|
'grow-horizontal': {
|
|
1576
|
-
keywords: ['grow-horizontal', 'growhorizontal', 'icon', '
|
|
1586
|
+
keywords: ['grow-horizontal', 'growhorizontal', 'icon', 'grow', 'width', 'horizontal arrows'],
|
|
1577
1587
|
componentName: 'GrowHorizontalIcon',
|
|
1578
1588
|
package: '@atlaskit/icon/core/grow-horizontal',
|
|
1579
1589
|
oldName: ['editor/expand'],
|
|
@@ -1584,7 +1594,7 @@ const metadata = {
|
|
|
1584
1594
|
status: 'published'
|
|
1585
1595
|
},
|
|
1586
1596
|
'grow-vertical': {
|
|
1587
|
-
keywords: ['grow-vertical', 'growvertical', 'icon', '
|
|
1597
|
+
keywords: ['grow-vertical', 'growvertical', 'icon', 'grow', 'height', 'vertical arrows'],
|
|
1588
1598
|
componentName: 'GrowVerticalIcon',
|
|
1589
1599
|
package: '@atlaskit/icon/core/grow-vertical',
|
|
1590
1600
|
type: 'core',
|
|
@@ -1594,7 +1604,7 @@ const metadata = {
|
|
|
1594
1604
|
status: 'published'
|
|
1595
1605
|
},
|
|
1596
1606
|
hashtag: {
|
|
1597
|
-
keywords: ['hashtag', 'icon', '
|
|
1607
|
+
keywords: ['hashtag', 'icon', 'tag', 'topic', 'pound'],
|
|
1598
1608
|
componentName: 'HashtagIcon',
|
|
1599
1609
|
package: '@atlaskit/icon/core/hashtag',
|
|
1600
1610
|
type: 'core',
|
|
@@ -1604,7 +1614,7 @@ const metadata = {
|
|
|
1604
1614
|
status: 'published'
|
|
1605
1615
|
},
|
|
1606
1616
|
headphones: {
|
|
1607
|
-
keywords: ['headphones', 'icon', '
|
|
1617
|
+
keywords: ['headphones', 'icon', 'audio', 'music', 'headphones'],
|
|
1608
1618
|
componentName: 'HeadphonesIcon',
|
|
1609
1619
|
package: '@atlaskit/icon/core/headphones',
|
|
1610
1620
|
type: 'core',
|
|
@@ -1614,7 +1624,7 @@ const metadata = {
|
|
|
1614
1624
|
status: 'published'
|
|
1615
1625
|
},
|
|
1616
1626
|
heart: {
|
|
1617
|
-
keywords: ['heart', 'icon', '
|
|
1627
|
+
keywords: ['heart', 'icon', 'like', 'love', 'emoji category'],
|
|
1618
1628
|
componentName: 'HeartIcon',
|
|
1619
1629
|
package: '@atlaskit/icon/core/heart',
|
|
1620
1630
|
oldName: ['emoji/symbols'],
|
|
@@ -1625,7 +1635,7 @@ const metadata = {
|
|
|
1625
1635
|
status: 'published'
|
|
1626
1636
|
},
|
|
1627
1637
|
highlight: {
|
|
1628
|
-
keywords: ['highlight', 'icon', '
|
|
1638
|
+
keywords: ['highlight', 'icon', 'highlight', 'highlighter', 'stabilo', 'pen'],
|
|
1629
1639
|
componentName: 'HighlightIcon',
|
|
1630
1640
|
package: '@atlaskit/icon/core/highlight',
|
|
1631
1641
|
type: 'core',
|
|
@@ -1635,7 +1645,7 @@ const metadata = {
|
|
|
1635
1645
|
status: 'published'
|
|
1636
1646
|
},
|
|
1637
1647
|
home: {
|
|
1638
|
-
keywords: ['home', 'icon', '
|
|
1648
|
+
keywords: ['home', 'icon', 'house', 'building'],
|
|
1639
1649
|
componentName: 'HomeIcon',
|
|
1640
1650
|
package: '@atlaskit/icon/core/home',
|
|
1641
1651
|
oldName: ['home-circle', 'home'],
|
|
@@ -1646,7 +1656,7 @@ const metadata = {
|
|
|
1646
1656
|
status: 'published'
|
|
1647
1657
|
},
|
|
1648
1658
|
image: {
|
|
1649
|
-
keywords: ['image', 'picture', 'photo', 'icon', '
|
|
1659
|
+
keywords: ['image', 'picture', 'photo', 'icon', 'picture', 'asset'],
|
|
1650
1660
|
componentName: 'ImageIcon',
|
|
1651
1661
|
package: '@atlaskit/icon/core/image',
|
|
1652
1662
|
oldName: ['editor/image', 'image', 'media-services/image', 'media-services/scale-large', 'media-services/scale-small'],
|
|
@@ -1657,7 +1667,7 @@ const metadata = {
|
|
|
1657
1667
|
status: 'published'
|
|
1658
1668
|
},
|
|
1659
1669
|
'image-fullscreen': {
|
|
1660
|
-
keywords: ['image-fullscreen', 'imagefullscreen', 'icon', '
|
|
1670
|
+
keywords: ['image-fullscreen', 'imagefullscreen', 'icon', 'image', 'fullscreen', 'enlarge'],
|
|
1661
1671
|
componentName: 'ImageFullscreenIcon',
|
|
1662
1672
|
package: '@atlaskit/icon/core/image-fullscreen',
|
|
1663
1673
|
type: 'core',
|
|
@@ -1667,7 +1677,7 @@ const metadata = {
|
|
|
1667
1677
|
status: 'published'
|
|
1668
1678
|
},
|
|
1669
1679
|
'image-inline': {
|
|
1670
|
-
keywords: ['image-inline', 'imageinline', 'icon', '
|
|
1680
|
+
keywords: ['image-inline', 'imageinline', 'icon', 'image', 'layout', 'inline'],
|
|
1671
1681
|
componentName: 'ImageInlineIcon',
|
|
1672
1682
|
package: '@atlaskit/icon/core/image-inline',
|
|
1673
1683
|
type: 'core',
|
|
@@ -1677,7 +1687,7 @@ const metadata = {
|
|
|
1677
1687
|
status: 'published'
|
|
1678
1688
|
},
|
|
1679
1689
|
'image-scaled': {
|
|
1680
|
-
keywords: ['image-scaled', 'imagescaled', 'icon', '
|
|
1690
|
+
keywords: ['image-scaled', 'imagescaled', 'icon', 'image', 'layout', 'scaled'],
|
|
1681
1691
|
componentName: 'ImageScaledIcon',
|
|
1682
1692
|
package: '@atlaskit/icon/core/image-scaled',
|
|
1683
1693
|
type: 'core',
|
|
@@ -1687,7 +1697,7 @@ const metadata = {
|
|
|
1687
1697
|
status: 'published'
|
|
1688
1698
|
},
|
|
1689
1699
|
inbox: {
|
|
1690
|
-
keywords: ['inbox', 'icon', '
|
|
1700
|
+
keywords: ['inbox', 'icon', 'document tray', 'work', 'letter', 'post'],
|
|
1691
1701
|
componentName: 'InboxIcon',
|
|
1692
1702
|
package: '@atlaskit/icon/core/inbox',
|
|
1693
1703
|
oldName: ['tray'],
|
|
@@ -1698,7 +1708,7 @@ const metadata = {
|
|
|
1698
1708
|
status: 'published'
|
|
1699
1709
|
},
|
|
1700
1710
|
incident: {
|
|
1701
|
-
keywords: ['incident', 'icon', '
|
|
1711
|
+
keywords: ['incident', 'icon', 'witches hat', 'traffic cone', 'jira status'],
|
|
1702
1712
|
componentName: 'IncidentIcon',
|
|
1703
1713
|
package: '@atlaskit/icon/core/incident',
|
|
1704
1714
|
type: 'core',
|
|
@@ -1708,7 +1718,7 @@ const metadata = {
|
|
|
1708
1718
|
status: 'published'
|
|
1709
1719
|
},
|
|
1710
1720
|
information: {
|
|
1711
|
-
keywords: ['information', 'icon', '
|
|
1721
|
+
keywords: ['information', 'icon', 'info', 'filled', 'status', 'information'],
|
|
1712
1722
|
componentName: 'InformationIcon',
|
|
1713
1723
|
package: '@atlaskit/icon/core/information',
|
|
1714
1724
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
@@ -1724,7 +1734,7 @@ const metadata = {
|
|
|
1724
1734
|
status: 'deprecated'
|
|
1725
1735
|
},
|
|
1726
1736
|
'information-circle': {
|
|
1727
|
-
keywords: ['information-circle', 'informationcircle', 'icon', '
|
|
1737
|
+
keywords: ['information-circle', 'informationcircle', 'icon', 'information', 'circle', 'info'],
|
|
1728
1738
|
componentName: 'InformationCircleIcon',
|
|
1729
1739
|
package: '@atlaskit/icon/core/information-circle',
|
|
1730
1740
|
type: 'core',
|
|
@@ -1735,7 +1745,7 @@ const metadata = {
|
|
|
1735
1745
|
slackChannel: '#icon-contributions'
|
|
1736
1746
|
},
|
|
1737
1747
|
'key-result': {
|
|
1738
|
-
keywords: ['key-result', 'keyresult', 'icon', '
|
|
1748
|
+
keywords: ['key-result', 'keyresult', 'icon', 'target', 'bullseye', 'key result', 'arrow', 'bow', 'archery', 'OKR'],
|
|
1739
1749
|
componentName: 'KeyResultIcon',
|
|
1740
1750
|
package: '@atlaskit/icon/core/key-result',
|
|
1741
1751
|
type: 'core',
|
|
@@ -1745,7 +1755,7 @@ const metadata = {
|
|
|
1745
1755
|
status: 'published'
|
|
1746
1756
|
},
|
|
1747
1757
|
'layout-one-column': {
|
|
1748
|
-
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', '
|
|
1758
|
+
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'layout', 'column', '1 col'],
|
|
1749
1759
|
componentName: 'LayoutOneColumnIcon',
|
|
1750
1760
|
package: '@atlaskit/icon/core/layout-one-column',
|
|
1751
1761
|
oldName: ['editor/layout-single'],
|
|
@@ -1756,7 +1766,7 @@ const metadata = {
|
|
|
1756
1766
|
status: 'published'
|
|
1757
1767
|
},
|
|
1758
1768
|
'layout-three-columns': {
|
|
1759
|
-
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', '
|
|
1769
|
+
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'layout', 'columns', '3 col', '3 cols'],
|
|
1760
1770
|
componentName: 'LayoutThreeColumnsIcon',
|
|
1761
1771
|
package: '@atlaskit/icon/core/layout-three-columns',
|
|
1762
1772
|
oldName: ['editor/layout-three-equal'],
|
|
@@ -1767,7 +1777,7 @@ const metadata = {
|
|
|
1767
1777
|
status: 'published'
|
|
1768
1778
|
},
|
|
1769
1779
|
'layout-three-columns-sidebars': {
|
|
1770
|
-
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', '
|
|
1780
|
+
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1771
1781
|
componentName: 'LayoutThreeColumnsSidebarsIcon',
|
|
1772
1782
|
package: '@atlaskit/icon/core/layout-three-columns-sidebars',
|
|
1773
1783
|
oldName: ['editor/layout-three-with-sidebars'],
|
|
@@ -1778,7 +1788,7 @@ const metadata = {
|
|
|
1778
1788
|
status: 'published'
|
|
1779
1789
|
},
|
|
1780
1790
|
'layout-two-columns': {
|
|
1781
|
-
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', '
|
|
1791
|
+
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', 'layout', 'columns', '2 col', '2 cols'],
|
|
1782
1792
|
componentName: 'LayoutTwoColumnsIcon',
|
|
1783
1793
|
package: '@atlaskit/icon/core/layout-two-columns',
|
|
1784
1794
|
oldName: ['editor/layout-two-equal'],
|
|
@@ -1789,7 +1799,7 @@ const metadata = {
|
|
|
1789
1799
|
status: 'published'
|
|
1790
1800
|
},
|
|
1791
1801
|
'layout-two-columns-sidebar-left': {
|
|
1792
|
-
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', '
|
|
1802
|
+
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1793
1803
|
componentName: 'LayoutTwoColumnsSidebarLeftIcon',
|
|
1794
1804
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-left',
|
|
1795
1805
|
oldName: ['editor/layout-two-left-sidebar'],
|
|
@@ -1800,7 +1810,7 @@ const metadata = {
|
|
|
1800
1810
|
status: 'published'
|
|
1801
1811
|
},
|
|
1802
1812
|
'layout-two-columns-sidebar-right': {
|
|
1803
|
-
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', '
|
|
1813
|
+
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
1804
1814
|
componentName: 'LayoutTwoColumnsSidebarRightIcon',
|
|
1805
1815
|
package: '@atlaskit/icon/core/layout-two-columns-sidebar-right',
|
|
1806
1816
|
oldName: ['editor/layout-two-right-sidebar'],
|
|
@@ -1811,7 +1821,7 @@ const metadata = {
|
|
|
1811
1821
|
status: 'published'
|
|
1812
1822
|
},
|
|
1813
1823
|
library: {
|
|
1814
|
-
keywords: ['library', 'icon', '
|
|
1824
|
+
keywords: ['library', 'icon', 'library', 'drawer', 'drawers', 'filing cabinet'],
|
|
1815
1825
|
componentName: 'LibraryIcon',
|
|
1816
1826
|
package: '@atlaskit/icon/core/library',
|
|
1817
1827
|
type: 'core',
|
|
@@ -1821,7 +1831,7 @@ const metadata = {
|
|
|
1821
1831
|
status: 'published'
|
|
1822
1832
|
},
|
|
1823
1833
|
lightbulb: {
|
|
1824
|
-
keywords: ['lightbulb', 'idea', 'hint', 'icon', '
|
|
1834
|
+
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'idea', 'initiative', 'tip', 'learnings'],
|
|
1825
1835
|
componentName: 'LightbulbIcon',
|
|
1826
1836
|
package: '@atlaskit/icon/core/lightbulb',
|
|
1827
1837
|
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
@@ -1832,7 +1842,7 @@ const metadata = {
|
|
|
1832
1842
|
status: 'published'
|
|
1833
1843
|
},
|
|
1834
1844
|
link: {
|
|
1835
|
-
keywords: ['link', 'icon', '
|
|
1845
|
+
keywords: ['link', 'icon', 'url', 'hyperlink', 'website', 'www', 'http', ''],
|
|
1836
1846
|
componentName: 'LinkIcon',
|
|
1837
1847
|
package: '@atlaskit/icon/core/link',
|
|
1838
1848
|
oldName: ['editor/link', 'link-filled', 'link'],
|
|
@@ -1843,7 +1853,7 @@ const metadata = {
|
|
|
1843
1853
|
status: 'published'
|
|
1844
1854
|
},
|
|
1845
1855
|
'link-broken': {
|
|
1846
|
-
keywords: ['link-broken', 'linkbroken', 'icon', '
|
|
1856
|
+
keywords: ['link-broken', 'linkbroken', 'icon', 'unlink', 'remove link', 'break link', 'url', 'hyperlink', 'website', 'www', 'https'],
|
|
1847
1857
|
componentName: 'LinkBrokenIcon',
|
|
1848
1858
|
package: '@atlaskit/icon/core/link-broken',
|
|
1849
1859
|
oldName: ['editor/unlink', 'unlink'],
|
|
@@ -1854,7 +1864,7 @@ const metadata = {
|
|
|
1854
1864
|
status: 'published'
|
|
1855
1865
|
},
|
|
1856
1866
|
'link-external': {
|
|
1857
|
-
keywords: ['link-external', 'linkexternal', 'icon', '
|
|
1867
|
+
keywords: ['link-external', 'linkexternal', 'icon', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'offsite'],
|
|
1858
1868
|
componentName: 'LinkExternalIcon',
|
|
1859
1869
|
package: '@atlaskit/icon/core/link-external',
|
|
1860
1870
|
oldName: ['shortcut'],
|
|
@@ -1865,7 +1875,7 @@ const metadata = {
|
|
|
1865
1875
|
status: 'published'
|
|
1866
1876
|
},
|
|
1867
1877
|
'list-bulleted': {
|
|
1868
|
-
keywords: ['list-bulleted', 'listbulleted', 'icon', '
|
|
1878
|
+
keywords: ['list-bulleted', 'listbulleted', 'icon', 'bullets', 'unordered list'],
|
|
1869
1879
|
componentName: 'ListBulletedIcon',
|
|
1870
1880
|
package: '@atlaskit/icon/core/list-bulleted',
|
|
1871
1881
|
oldName: ['bullet-list', 'editor/bullet-list'],
|
|
@@ -1876,7 +1886,7 @@ const metadata = {
|
|
|
1876
1886
|
status: 'published'
|
|
1877
1887
|
},
|
|
1878
1888
|
'list-checklist': {
|
|
1879
|
-
keywords: ['list-checklist', 'listchecklist', 'icon', '
|
|
1889
|
+
keywords: ['list-checklist', 'listchecklist', 'icon', 'list', 'check mark', 'to-do', 'requirements', 'checklist', 'work type'],
|
|
1880
1890
|
componentName: 'ListChecklistIcon',
|
|
1881
1891
|
package: '@atlaskit/icon/core/list-checklist',
|
|
1882
1892
|
type: 'core',
|
|
@@ -1886,7 +1896,7 @@ const metadata = {
|
|
|
1886
1896
|
status: 'published'
|
|
1887
1897
|
},
|
|
1888
1898
|
'list-numbered': {
|
|
1889
|
-
keywords: ['list-numbered', 'listnumbered', 'icon', '
|
|
1899
|
+
keywords: ['list-numbered', 'listnumbered', 'icon', 'list', 'numbers'],
|
|
1890
1900
|
componentName: 'ListNumberedIcon',
|
|
1891
1901
|
package: '@atlaskit/icon/core/list-numbered',
|
|
1892
1902
|
oldName: ['editor/number-list'],
|
|
@@ -1897,7 +1907,7 @@ const metadata = {
|
|
|
1897
1907
|
status: 'published'
|
|
1898
1908
|
},
|
|
1899
1909
|
'lobby-bell': {
|
|
1900
|
-
keywords: ['lobby-bell', 'lobbybell', 'icon', '
|
|
1910
|
+
keywords: ['lobby-bell', 'lobbybell', 'icon', 'ding', 'risks'],
|
|
1901
1911
|
componentName: 'LobbyBellIcon',
|
|
1902
1912
|
package: '@atlaskit/icon/core/lobby-bell',
|
|
1903
1913
|
oldName: ['hipchat/lobby'],
|
|
@@ -1908,7 +1918,7 @@ const metadata = {
|
|
|
1908
1918
|
status: 'published'
|
|
1909
1919
|
},
|
|
1910
1920
|
location: {
|
|
1911
|
-
keywords: ['location', 'pin', 'gps', 'map', 'icon', '
|
|
1921
|
+
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'map', 'pin', 'address'],
|
|
1912
1922
|
componentName: 'LocationIcon',
|
|
1913
1923
|
package: '@atlaskit/icon/core/location',
|
|
1914
1924
|
oldName: ['location'],
|
|
@@ -1919,7 +1929,7 @@ const metadata = {
|
|
|
1919
1929
|
status: 'published'
|
|
1920
1930
|
},
|
|
1921
1931
|
'lock-locked': {
|
|
1922
|
-
keywords: ['lock-locked', 'locklocked', 'icon', '
|
|
1932
|
+
keywords: ['lock-locked', 'locklocked', 'icon', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
1923
1933
|
componentName: 'LockLockedIcon',
|
|
1924
1934
|
package: '@atlaskit/icon/core/lock-locked',
|
|
1925
1935
|
oldName: ['lock-circle', 'lock-filled', 'lock', 'unlock-circle'],
|
|
@@ -1930,7 +1940,7 @@ const metadata = {
|
|
|
1930
1940
|
status: 'published'
|
|
1931
1941
|
},
|
|
1932
1942
|
'lock-unlocked': {
|
|
1933
|
-
keywords: ['lock-unlocked', 'lockunlocked', 'icon', '
|
|
1943
|
+
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
1934
1944
|
componentName: 'LockUnlockedIcon',
|
|
1935
1945
|
package: '@atlaskit/icon/core/lock-unlocked',
|
|
1936
1946
|
oldName: ['unlock-filled', 'unlock'],
|
|
@@ -1941,7 +1951,7 @@ const metadata = {
|
|
|
1941
1951
|
status: 'published'
|
|
1942
1952
|
},
|
|
1943
1953
|
'log-in': {
|
|
1944
|
-
keywords: ['log-in', 'login', 'icon', '
|
|
1954
|
+
keywords: ['log-in', 'login', 'icon', 'sign in', 'enter', 'account'],
|
|
1945
1955
|
componentName: 'LogInIcon',
|
|
1946
1956
|
package: '@atlaskit/icon/core/log-in',
|
|
1947
1957
|
oldName: ['sign-in'],
|
|
@@ -1952,7 +1962,7 @@ const metadata = {
|
|
|
1952
1962
|
status: 'published'
|
|
1953
1963
|
},
|
|
1954
1964
|
'log-out': {
|
|
1955
|
-
keywords: ['log-out', 'logout', 'icon', '
|
|
1965
|
+
keywords: ['log-out', 'logout', 'icon', 'sign out', 'exit', 'account'],
|
|
1956
1966
|
componentName: 'LogOutIcon',
|
|
1957
1967
|
package: '@atlaskit/icon/core/log-out',
|
|
1958
1968
|
oldName: ['sign-out'],
|
|
@@ -1963,7 +1973,7 @@ const metadata = {
|
|
|
1963
1973
|
status: 'published'
|
|
1964
1974
|
},
|
|
1965
1975
|
'magic-wand': {
|
|
1966
|
-
keywords: ['magic-wand', 'magicwand', 'icon', '
|
|
1976
|
+
keywords: ['magic-wand', 'magicwand', 'icon', 'magic', 'wand', 'suggestion'],
|
|
1967
1977
|
componentName: 'MagicWandIcon',
|
|
1968
1978
|
package: '@atlaskit/icon/core/magic-wand',
|
|
1969
1979
|
type: 'core',
|
|
@@ -1973,7 +1983,7 @@ const metadata = {
|
|
|
1973
1983
|
status: 'published'
|
|
1974
1984
|
},
|
|
1975
1985
|
markdown: {
|
|
1976
|
-
keywords: ['markdown', 'icon', '
|
|
1986
|
+
keywords: ['markdown', 'icon', 'markdown', 'md', 'markup'],
|
|
1977
1987
|
componentName: 'MarkdownIcon',
|
|
1978
1988
|
package: '@atlaskit/icon/core/markdown',
|
|
1979
1989
|
type: 'core',
|
|
@@ -1983,7 +1993,7 @@ const metadata = {
|
|
|
1983
1993
|
status: 'published'
|
|
1984
1994
|
},
|
|
1985
1995
|
marketplace: {
|
|
1986
|
-
keywords: ['marketplace', 'store', 'shop', 'icon', '
|
|
1996
|
+
keywords: ['marketplace', 'store', 'shop', 'icon', 'app store', 'storefront', 'stand', 'third-party developer'],
|
|
1987
1997
|
componentName: 'MarketplaceIcon',
|
|
1988
1998
|
package: '@atlaskit/icon/core/marketplace',
|
|
1989
1999
|
oldName: ['marketplace'],
|
|
@@ -1994,7 +2004,7 @@ const metadata = {
|
|
|
1994
2004
|
status: 'published'
|
|
1995
2005
|
},
|
|
1996
2006
|
maximize: {
|
|
1997
|
-
keywords: ['maximize', 'icon', '
|
|
2007
|
+
keywords: ['maximize', 'icon', 'diagonal', 'resize', 'enlarge'],
|
|
1998
2008
|
componentName: 'MaximizeIcon',
|
|
1999
2009
|
package: '@atlaskit/icon/core/maximize',
|
|
2000
2010
|
oldName: ['editor/image-resize', 'image-resize', 'media-services/actual-size'],
|
|
@@ -2005,7 +2015,7 @@ const metadata = {
|
|
|
2005
2015
|
status: 'published'
|
|
2006
2016
|
},
|
|
2007
2017
|
megaphone: {
|
|
2008
|
-
keywords: ['megaphone', 'icon', '
|
|
2018
|
+
keywords: ['megaphone', 'icon', 'announcement', 'bullhorn', 'feedback', 'news'],
|
|
2009
2019
|
componentName: 'MegaphoneIcon',
|
|
2010
2020
|
package: '@atlaskit/icon/core/megaphone',
|
|
2011
2021
|
type: 'core',
|
|
@@ -2015,7 +2025,7 @@ const metadata = {
|
|
|
2015
2025
|
status: 'published'
|
|
2016
2026
|
},
|
|
2017
2027
|
mention: {
|
|
2018
|
-
keywords: ['mention', 'user', 'person', '@', 'icon', '
|
|
2028
|
+
keywords: ['mention', 'user', 'person', '@', 'icon', 'at symbol', '@', 'tag', 'username'],
|
|
2019
2029
|
componentName: 'MentionIcon',
|
|
2020
2030
|
package: '@atlaskit/icon/core/mention',
|
|
2021
2031
|
oldName: ['editor/mention'],
|
|
@@ -2026,7 +2036,7 @@ const metadata = {
|
|
|
2026
2036
|
status: 'published'
|
|
2027
2037
|
},
|
|
2028
2038
|
menu: {
|
|
2029
|
-
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', '
|
|
2039
|
+
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'menu', 'top navigation', '3 lines', 'hamburger'],
|
|
2030
2040
|
componentName: 'MenuIcon',
|
|
2031
2041
|
package: '@atlaskit/icon/core/menu',
|
|
2032
2042
|
oldName: ['menu-expand', 'menu'],
|
|
@@ -2037,7 +2047,7 @@ const metadata = {
|
|
|
2037
2047
|
status: 'published'
|
|
2038
2048
|
},
|
|
2039
2049
|
'merge-failure': {
|
|
2040
|
-
keywords: ['merge-failure', 'mergefailure', 'icon', '
|
|
2050
|
+
keywords: ['merge-failure', 'mergefailure', 'icon', 'git merge', 'bitbucket merge', 'merge fail', 'cross', 'x'],
|
|
2041
2051
|
componentName: 'MergeFailureIcon',
|
|
2042
2052
|
package: '@atlaskit/icon/core/merge-failure',
|
|
2043
2053
|
type: 'core',
|
|
@@ -2047,7 +2057,7 @@ const metadata = {
|
|
|
2047
2057
|
status: 'published'
|
|
2048
2058
|
},
|
|
2049
2059
|
'merge-success': {
|
|
2050
|
-
keywords: ['merge-success', 'mergesuccess', 'icon', '
|
|
2060
|
+
keywords: ['merge-success', 'mergesuccess', 'icon', 'git merge', 'bitbucket merge', 'merge success', 'check mark'],
|
|
2051
2061
|
componentName: 'MergeSuccessIcon',
|
|
2052
2062
|
package: '@atlaskit/icon/core/merge-success',
|
|
2053
2063
|
type: 'core',
|
|
@@ -2057,7 +2067,7 @@ const metadata = {
|
|
|
2057
2067
|
status: 'published'
|
|
2058
2068
|
},
|
|
2059
2069
|
microphone: {
|
|
2060
|
-
keywords: ['microphone', 'icon', '
|
|
2070
|
+
keywords: ['microphone', 'icon', 'mic', 'mic on', 'voice', 'speak'],
|
|
2061
2071
|
componentName: 'MicrophoneIcon',
|
|
2062
2072
|
package: '@atlaskit/icon/core/microphone',
|
|
2063
2073
|
oldName: ['vid-audio-on'],
|
|
@@ -2068,7 +2078,7 @@ const metadata = {
|
|
|
2068
2078
|
status: 'published'
|
|
2069
2079
|
},
|
|
2070
2080
|
minimize: {
|
|
2071
|
-
keywords: ['minimize', 'icon', '
|
|
2081
|
+
keywords: ['minimize', 'icon', 'minimize', 'dock'],
|
|
2072
2082
|
componentName: 'MinimizeIcon',
|
|
2073
2083
|
package: '@atlaskit/icon/core/minimize',
|
|
2074
2084
|
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
@@ -2079,7 +2089,7 @@ const metadata = {
|
|
|
2079
2089
|
status: 'published'
|
|
2080
2090
|
},
|
|
2081
2091
|
minus: {
|
|
2082
|
-
keywords: ['minus', 'icon', '
|
|
2092
|
+
keywords: ['minus', 'icon', 'rule', 'horizontal line', 'divider', 'minus', 'subtract'],
|
|
2083
2093
|
componentName: 'MinusIcon',
|
|
2084
2094
|
package: '@atlaskit/icon/core/minus',
|
|
2085
2095
|
oldName: ['editor/divider', 'editor/horizontal-rule'],
|
|
@@ -2090,7 +2100,7 @@ const metadata = {
|
|
|
2090
2100
|
status: 'published'
|
|
2091
2101
|
},
|
|
2092
2102
|
'minus-square': {
|
|
2093
|
-
keywords: ['minus-square', 'minussquare', 'icon', '
|
|
2103
|
+
keywords: ['minus-square', 'minussquare', 'icon', 'square', 'minus', 'subtract', 'work type'],
|
|
2094
2104
|
componentName: 'MinusSquareIcon',
|
|
2095
2105
|
package: '@atlaskit/icon/core/minus-square',
|
|
2096
2106
|
type: 'core',
|
|
@@ -2100,7 +2110,7 @@ const metadata = {
|
|
|
2100
2110
|
status: 'published'
|
|
2101
2111
|
},
|
|
2102
2112
|
node: {
|
|
2103
|
-
keywords: ['node', 'icon', '
|
|
2113
|
+
keywords: ['node', 'icon', 'page', 'dot', 'page tree', 'navigation'],
|
|
2104
2114
|
componentName: 'NodeIcon',
|
|
2105
2115
|
package: '@atlaskit/icon/core/node',
|
|
2106
2116
|
type: 'core',
|
|
@@ -2110,7 +2120,7 @@ const metadata = {
|
|
|
2110
2120
|
status: 'published'
|
|
2111
2121
|
},
|
|
2112
2122
|
note: {
|
|
2113
|
-
keywords: ['note', 'icon', '
|
|
2123
|
+
keywords: ['note', 'icon', 'note', 'post-it', 'sticky'],
|
|
2114
2124
|
componentName: 'NoteIcon',
|
|
2115
2125
|
package: '@atlaskit/icon/core/note',
|
|
2116
2126
|
type: 'core',
|
|
@@ -2120,7 +2130,7 @@ const metadata = {
|
|
|
2120
2130
|
status: 'published'
|
|
2121
2131
|
},
|
|
2122
2132
|
notification: {
|
|
2123
|
-
keywords: ['notification', 'bell', 'alarm', 'icon', '
|
|
2133
|
+
keywords: ['notification', 'bell', 'alarm', 'icon', 'bell', 'alert'],
|
|
2124
2134
|
componentName: 'NotificationIcon',
|
|
2125
2135
|
package: '@atlaskit/icon/core/notification',
|
|
2126
2136
|
oldName: ['notification-direct', 'notification'],
|
|
@@ -2131,7 +2141,7 @@ const metadata = {
|
|
|
2131
2141
|
status: 'published'
|
|
2132
2142
|
},
|
|
2133
2143
|
'notification-muted': {
|
|
2134
|
-
keywords: ['notification-muted', 'notificationmuted', 'icon', '
|
|
2144
|
+
keywords: ['notification-muted', 'notificationmuted', 'icon', 'bell', 'alert', 'notification', 'mute'],
|
|
2135
2145
|
componentName: 'NotificationMutedIcon',
|
|
2136
2146
|
package: '@atlaskit/icon/core/notification-muted',
|
|
2137
2147
|
type: 'core',
|
|
@@ -2141,7 +2151,7 @@ const metadata = {
|
|
|
2141
2151
|
status: 'published'
|
|
2142
2152
|
},
|
|
2143
2153
|
objective: {
|
|
2144
|
-
keywords: ['objective', 'icon', '
|
|
2154
|
+
keywords: ['objective', 'icon', 'target', 'bullseye', 'objective'],
|
|
2145
2155
|
componentName: 'ObjectiveIcon',
|
|
2146
2156
|
package: '@atlaskit/icon/core/objective',
|
|
2147
2157
|
type: 'core',
|
|
@@ -2151,7 +2161,7 @@ const metadata = {
|
|
|
2151
2161
|
status: 'published'
|
|
2152
2162
|
},
|
|
2153
2163
|
'office-building': {
|
|
2154
|
-
keywords: ['office-building', 'officebuilding', 'icon', '
|
|
2164
|
+
keywords: ['office-building', 'officebuilding', 'icon', 'organization', 'organisation', 'business'],
|
|
2155
2165
|
componentName: 'OfficeBuildingIcon',
|
|
2156
2166
|
package: '@atlaskit/icon/core/office-building',
|
|
2157
2167
|
oldName: ['office-building-filled', 'office-building'],
|
|
@@ -2162,7 +2172,7 @@ const metadata = {
|
|
|
2162
2172
|
status: 'published'
|
|
2163
2173
|
},
|
|
2164
2174
|
'on-call': {
|
|
2165
|
-
keywords: ['on-call', 'oncall', 'icon', '
|
|
2175
|
+
keywords: ['on-call', 'oncall', 'icon', 'phone', 'on-call', 'support'],
|
|
2166
2176
|
componentName: 'OnCallIcon',
|
|
2167
2177
|
package: '@atlaskit/icon/core/on-call',
|
|
2168
2178
|
oldName: ['hipchat/dial-out'],
|
|
@@ -2173,7 +2183,7 @@ const metadata = {
|
|
|
2173
2183
|
status: 'published'
|
|
2174
2184
|
},
|
|
2175
2185
|
operations: {
|
|
2176
|
-
keywords: ['operations', 'icon', '
|
|
2186
|
+
keywords: ['operations', 'icon', 'incident management', 'alerting', 'opsgenie', 'it operations', 'it ops', 'radar'],
|
|
2177
2187
|
componentName: 'OperationsIcon',
|
|
2178
2188
|
package: '@atlaskit/icon/core/operations',
|
|
2179
2189
|
type: 'core',
|
|
@@ -2183,7 +2193,7 @@ const metadata = {
|
|
|
2183
2193
|
status: 'published'
|
|
2184
2194
|
},
|
|
2185
2195
|
page: {
|
|
2186
|
-
keywords: ['page', 'file', 'document', 'icon', '
|
|
2196
|
+
keywords: ['page', 'file', 'document', 'icon', 'single page', 'feed', 'document', 'jira status'],
|
|
2187
2197
|
componentName: 'PageIcon',
|
|
2188
2198
|
package: '@atlaskit/icon/core/page',
|
|
2189
2199
|
oldName: ['document-filled', 'document', 'editor/note', 'media-services/document', 'page-filled', 'page'],
|
|
@@ -2194,7 +2204,7 @@ const metadata = {
|
|
|
2194
2204
|
status: 'published'
|
|
2195
2205
|
},
|
|
2196
2206
|
pages: {
|
|
2197
|
-
keywords: ['pages', 'icon', '
|
|
2207
|
+
keywords: ['pages', 'icon', 'multiple pages', 'feeds', 'documents'],
|
|
2198
2208
|
componentName: 'PagesIcon',
|
|
2199
2209
|
package: '@atlaskit/icon/core/pages',
|
|
2200
2210
|
oldName: ['documents', 'queues'],
|
|
@@ -2205,7 +2215,7 @@ const metadata = {
|
|
|
2205
2215
|
status: 'published'
|
|
2206
2216
|
},
|
|
2207
2217
|
'paint-bucket': {
|
|
2208
|
-
keywords: ['paint-bucket', 'paintbucket', 'icon', '
|
|
2218
|
+
keywords: ['paint-bucket', 'paintbucket', 'icon', 'paint', 'bucket', 'fill', 'background', 'customize'],
|
|
2209
2219
|
componentName: 'PaintBucketIcon',
|
|
2210
2220
|
package: '@atlaskit/icon/core/paint-bucket',
|
|
2211
2221
|
oldName: ['editor/background-color'],
|
|
@@ -2216,7 +2226,7 @@ const metadata = {
|
|
|
2216
2226
|
status: 'published'
|
|
2217
2227
|
},
|
|
2218
2228
|
'paint-palette': {
|
|
2219
|
-
keywords: ['paint-palette', 'paintpalette', 'icon', '
|
|
2229
|
+
keywords: ['paint-palette', 'paintpalette', 'icon', 'background', 'customize'],
|
|
2220
2230
|
componentName: 'PaintPaletteIcon',
|
|
2221
2231
|
package: '@atlaskit/icon/core/paint-palette',
|
|
2222
2232
|
type: 'core',
|
|
@@ -2226,7 +2236,7 @@ const metadata = {
|
|
|
2226
2236
|
status: 'published'
|
|
2227
2237
|
},
|
|
2228
2238
|
'panel-left': {
|
|
2229
|
-
keywords: ['panel-left', 'panelleft', 'icon', '
|
|
2239
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2230
2240
|
componentName: 'PanelLeftIcon',
|
|
2231
2241
|
package: '@atlaskit/icon/core/panel-left',
|
|
2232
2242
|
type: 'core',
|
|
@@ -2236,7 +2246,7 @@ const metadata = {
|
|
|
2236
2246
|
status: 'published'
|
|
2237
2247
|
},
|
|
2238
2248
|
'panel-right': {
|
|
2239
|
-
keywords: ['panel-right', 'panelright', 'icon', '
|
|
2249
|
+
keywords: ['panel-right', 'panelright', 'icon', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2240
2250
|
componentName: 'PanelRightIcon',
|
|
2241
2251
|
package: '@atlaskit/icon/core/panel-right',
|
|
2242
2252
|
oldName: ['detail-view', 'room-menu'],
|
|
@@ -2247,7 +2257,7 @@ const metadata = {
|
|
|
2247
2257
|
status: 'published'
|
|
2248
2258
|
},
|
|
2249
2259
|
pen: {
|
|
2250
|
-
keywords: ['pen', 'icon', '
|
|
2260
|
+
keywords: ['pen', 'icon', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2251
2261
|
componentName: 'PenIcon',
|
|
2252
2262
|
package: '@atlaskit/icon/core/pen',
|
|
2253
2263
|
type: 'core',
|
|
@@ -2257,7 +2267,7 @@ const metadata = {
|
|
|
2257
2267
|
status: 'published'
|
|
2258
2268
|
},
|
|
2259
2269
|
'people-group': {
|
|
2260
|
-
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', '
|
|
2270
|
+
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'users', 'customers', 'people'],
|
|
2261
2271
|
componentName: 'PeopleGroupIcon',
|
|
2262
2272
|
package: '@atlaskit/icon/core/people-group',
|
|
2263
2273
|
oldName: ['people-group', 'people'],
|
|
@@ -2268,7 +2278,7 @@ const metadata = {
|
|
|
2268
2278
|
status: 'published'
|
|
2269
2279
|
},
|
|
2270
2280
|
person: {
|
|
2271
|
-
keywords: ['person', 'person', 'user', 'avatar', 'icon', '
|
|
2281
|
+
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'user', 'customer'],
|
|
2272
2282
|
componentName: 'PersonIcon',
|
|
2273
2283
|
package: '@atlaskit/icon/core/person',
|
|
2274
2284
|
oldName: ['person'],
|
|
@@ -2279,7 +2289,7 @@ const metadata = {
|
|
|
2279
2289
|
status: 'published'
|
|
2280
2290
|
},
|
|
2281
2291
|
'person-add': {
|
|
2282
|
-
keywords: ['person-add', 'personadd', 'icon', '
|
|
2292
|
+
keywords: ['person-add', 'personadd', 'icon', 'user', 'customer', 'plus'],
|
|
2283
2293
|
componentName: 'PersonAddIcon',
|
|
2284
2294
|
package: '@atlaskit/icon/core/person-add',
|
|
2285
2295
|
oldName: ['invite-team'],
|
|
@@ -2290,7 +2300,7 @@ const metadata = {
|
|
|
2290
2300
|
status: 'published'
|
|
2291
2301
|
},
|
|
2292
2302
|
'person-added': {
|
|
2293
|
-
keywords: ['person-added', 'personadded', 'icon', '
|
|
2303
|
+
keywords: ['person-added', 'personadded', 'icon', 'user', 'customer', 'check', 'tick'],
|
|
2294
2304
|
componentName: 'PersonAddedIcon',
|
|
2295
2305
|
package: '@atlaskit/icon/core/person-added',
|
|
2296
2306
|
oldName: ['app-access', 'person-with-tick'],
|
|
@@ -2301,7 +2311,7 @@ const metadata = {
|
|
|
2301
2311
|
status: 'published'
|
|
2302
2312
|
},
|
|
2303
2313
|
'person-avatar': {
|
|
2304
|
-
keywords: ['person-avatar', 'personavatar', 'icon', '
|
|
2314
|
+
keywords: ['person-avatar', 'personavatar', 'icon', 'user', 'customer'],
|
|
2305
2315
|
componentName: 'PersonAvatarIcon',
|
|
2306
2316
|
package: '@atlaskit/icon/core/person-avatar',
|
|
2307
2317
|
oldName: ['person-circle', 'user-avatar-circle'],
|
|
@@ -2312,7 +2322,7 @@ const metadata = {
|
|
|
2312
2322
|
status: 'published'
|
|
2313
2323
|
},
|
|
2314
2324
|
'person-offboard': {
|
|
2315
|
-
keywords: ['person-offboard', 'personoffboard', 'icon', '
|
|
2325
|
+
keywords: ['person-offboard', 'personoffboard', 'icon', 'user', 'customer', 'right arrow'],
|
|
2316
2326
|
componentName: 'PersonOffboardIcon',
|
|
2317
2327
|
package: '@atlaskit/icon/core/person-offboard',
|
|
2318
2328
|
oldName: ['followers'],
|
|
@@ -2323,7 +2333,7 @@ const metadata = {
|
|
|
2323
2333
|
status: 'published'
|
|
2324
2334
|
},
|
|
2325
2335
|
'person-remove': {
|
|
2326
|
-
keywords: ['person-remove', 'personremove', 'icon', '
|
|
2336
|
+
keywords: ['person-remove', 'personremove', 'icon', 'person', 'remove', 'delete', 'unfollow'],
|
|
2327
2337
|
componentName: 'PersonRemoveIcon',
|
|
2328
2338
|
package: '@atlaskit/icon/core/person-remove',
|
|
2329
2339
|
type: 'core',
|
|
@@ -2333,7 +2343,7 @@ const metadata = {
|
|
|
2333
2343
|
status: 'published'
|
|
2334
2344
|
},
|
|
2335
2345
|
'person-warning': {
|
|
2336
|
-
keywords: ['person-warning', 'personwarning', 'icon', '
|
|
2346
|
+
keywords: ['person-warning', 'personwarning', 'icon', 'person', 'warning', 'alert'],
|
|
2337
2347
|
componentName: 'PersonWarningIcon',
|
|
2338
2348
|
package: '@atlaskit/icon/core/person-warning',
|
|
2339
2349
|
type: 'core',
|
|
@@ -2343,7 +2353,7 @@ const metadata = {
|
|
|
2343
2353
|
status: 'published'
|
|
2344
2354
|
},
|
|
2345
2355
|
phone: {
|
|
2346
|
-
keywords: ['phone', 'icon', '
|
|
2356
|
+
keywords: ['phone', 'icon', 'call', 'dial out'],
|
|
2347
2357
|
componentName: 'PhoneIcon',
|
|
2348
2358
|
package: '@atlaskit/icon/core/phone',
|
|
2349
2359
|
oldName: ['hipchat/dial-out'],
|
|
@@ -2354,7 +2364,7 @@ const metadata = {
|
|
|
2354
2364
|
status: 'published'
|
|
2355
2365
|
},
|
|
2356
2366
|
pin: {
|
|
2357
|
-
keywords: ['pin', 'icon', '
|
|
2367
|
+
keywords: ['pin', 'icon', 'push pin', 'thumbtack', 'tack'],
|
|
2358
2368
|
componentName: 'PinIcon',
|
|
2359
2369
|
package: '@atlaskit/icon/core/pin',
|
|
2360
2370
|
type: 'core',
|
|
@@ -2364,7 +2374,7 @@ const metadata = {
|
|
|
2364
2374
|
status: 'published'
|
|
2365
2375
|
},
|
|
2366
2376
|
'pin-filled': {
|
|
2367
|
-
keywords: ['pin-filled', 'pinfilled', 'icon', '
|
|
2377
|
+
keywords: ['pin-filled', 'pinfilled', 'icon', 'push pin', 'thumbtack', 'tack', 'filled'],
|
|
2368
2378
|
componentName: 'PinFilledIcon',
|
|
2369
2379
|
package: '@atlaskit/icon/core/pin-filled',
|
|
2370
2380
|
type: 'core',
|
|
@@ -2374,7 +2384,7 @@ const metadata = {
|
|
|
2374
2384
|
status: 'published'
|
|
2375
2385
|
},
|
|
2376
2386
|
'plus-square': {
|
|
2377
|
-
keywords: ['plus-square', 'plussquare', 'icon', '
|
|
2387
|
+
keywords: ['plus-square', 'plussquare', 'icon', 'square', 'plus', 'add', 'work type'],
|
|
2378
2388
|
componentName: 'PlusSquareIcon',
|
|
2379
2389
|
package: '@atlaskit/icon/core/plus-square',
|
|
2380
2390
|
oldName: ['issue-raise'],
|
|
@@ -2385,7 +2395,7 @@ const metadata = {
|
|
|
2385
2395
|
status: 'published'
|
|
2386
2396
|
},
|
|
2387
2397
|
'power-plug': {
|
|
2388
|
-
keywords: ['power-plug', 'powerplug', 'icon', '
|
|
2398
|
+
keywords: ['power-plug', 'powerplug', 'icon', 'plug-in', 'add-on', 'socket'],
|
|
2389
2399
|
componentName: 'PowerPlugIcon',
|
|
2390
2400
|
package: '@atlaskit/icon/core/power-plug',
|
|
2391
2401
|
type: 'core',
|
|
@@ -2395,7 +2405,7 @@ const metadata = {
|
|
|
2395
2405
|
status: 'published'
|
|
2396
2406
|
},
|
|
2397
2407
|
premium: {
|
|
2398
|
-
keywords: ['premium', 'icon', '
|
|
2408
|
+
keywords: ['premium', 'icon', 'AI', 'sparkles', 'stars', 'new', 'feature'],
|
|
2399
2409
|
componentName: 'PremiumIcon',
|
|
2400
2410
|
package: '@atlaskit/icon/core/premium',
|
|
2401
2411
|
oldName: ['premium'],
|
|
@@ -2406,7 +2416,7 @@ const metadata = {
|
|
|
2406
2416
|
status: 'published'
|
|
2407
2417
|
},
|
|
2408
2418
|
'presenter-mode': {
|
|
2409
|
-
keywords: ['presenter-mode', 'presentermode', 'icon', '
|
|
2419
|
+
keywords: ['presenter-mode', 'presentermode', 'icon', 'pointer', 'cursor', 'presentation', 'present'],
|
|
2410
2420
|
componentName: 'PresenterModeIcon',
|
|
2411
2421
|
package: '@atlaskit/icon/core/presenter-mode',
|
|
2412
2422
|
type: 'core',
|
|
@@ -2416,7 +2426,7 @@ const metadata = {
|
|
|
2416
2426
|
status: 'published'
|
|
2417
2427
|
},
|
|
2418
2428
|
printer: {
|
|
2419
|
-
keywords: ['printer', 'icon', '
|
|
2429
|
+
keywords: ['printer', 'icon', 'print'],
|
|
2420
2430
|
componentName: 'PrinterIcon',
|
|
2421
2431
|
package: '@atlaskit/icon/core/printer',
|
|
2422
2432
|
type: 'core',
|
|
@@ -2426,7 +2436,7 @@ const metadata = {
|
|
|
2426
2436
|
status: 'published'
|
|
2427
2437
|
},
|
|
2428
2438
|
'priority-blocker': {
|
|
2429
|
-
keywords: ['priority-blocker', 'priorityblocker', 'icon', '
|
|
2439
|
+
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'blocked', 'showstopper', 'work type status'],
|
|
2430
2440
|
componentName: 'PriorityBlockerIcon',
|
|
2431
2441
|
package: '@atlaskit/icon/core/priority-blocker',
|
|
2432
2442
|
type: 'core',
|
|
@@ -2436,7 +2446,7 @@ const metadata = {
|
|
|
2436
2446
|
status: 'published'
|
|
2437
2447
|
},
|
|
2438
2448
|
'priority-critical': {
|
|
2439
|
-
keywords: ['priority-critical', 'prioritycritical', 'icon', '
|
|
2449
|
+
keywords: ['priority-critical', 'prioritycritical', 'icon', 'priority', 'work type status'],
|
|
2440
2450
|
componentName: 'PriorityCriticalIcon',
|
|
2441
2451
|
package: '@atlaskit/icon/core/priority-critical',
|
|
2442
2452
|
type: 'core',
|
|
@@ -2446,7 +2456,7 @@ const metadata = {
|
|
|
2446
2456
|
status: 'published'
|
|
2447
2457
|
},
|
|
2448
2458
|
'priority-high': {
|
|
2449
|
-
keywords: ['priority-high', 'priorityhigh', 'icon', '
|
|
2459
|
+
keywords: ['priority-high', 'priorityhigh', 'icon', 'priority', 'work type status'],
|
|
2450
2460
|
componentName: 'PriorityHighIcon',
|
|
2451
2461
|
package: '@atlaskit/icon/core/priority-high',
|
|
2452
2462
|
type: 'core',
|
|
@@ -2456,7 +2466,7 @@ const metadata = {
|
|
|
2456
2466
|
status: 'published'
|
|
2457
2467
|
},
|
|
2458
2468
|
'priority-highest': {
|
|
2459
|
-
keywords: ['priority-highest', 'priorityhighest', 'icon', '
|
|
2469
|
+
keywords: ['priority-highest', 'priorityhighest', 'icon', 'priority', 'work type status'],
|
|
2460
2470
|
componentName: 'PriorityHighestIcon',
|
|
2461
2471
|
package: '@atlaskit/icon/core/priority-highest',
|
|
2462
2472
|
type: 'core',
|
|
@@ -2466,7 +2476,7 @@ const metadata = {
|
|
|
2466
2476
|
status: 'published'
|
|
2467
2477
|
},
|
|
2468
2478
|
'priority-low': {
|
|
2469
|
-
keywords: ['priority-low', 'prioritylow', 'icon', '
|
|
2479
|
+
keywords: ['priority-low', 'prioritylow', 'icon', 'priority', 'work type status'],
|
|
2470
2480
|
componentName: 'PriorityLowIcon',
|
|
2471
2481
|
package: '@atlaskit/icon/core/priority-low',
|
|
2472
2482
|
type: 'core',
|
|
@@ -2476,7 +2486,7 @@ const metadata = {
|
|
|
2476
2486
|
status: 'published'
|
|
2477
2487
|
},
|
|
2478
2488
|
'priority-lowest': {
|
|
2479
|
-
keywords: ['priority-lowest', 'prioritylowest', 'icon', '
|
|
2489
|
+
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'priority', 'work type status'],
|
|
2480
2490
|
componentName: 'PriorityLowestIcon',
|
|
2481
2491
|
package: '@atlaskit/icon/core/priority-lowest',
|
|
2482
2492
|
type: 'core',
|
|
@@ -2486,7 +2496,7 @@ const metadata = {
|
|
|
2486
2496
|
status: 'published'
|
|
2487
2497
|
},
|
|
2488
2498
|
'priority-major': {
|
|
2489
|
-
keywords: ['priority-major', 'prioritymajor', 'icon', '
|
|
2499
|
+
keywords: ['priority-major', 'prioritymajor', 'icon', 'priority', 'work type status'],
|
|
2490
2500
|
componentName: 'PriorityMajorIcon',
|
|
2491
2501
|
package: '@atlaskit/icon/core/priority-major',
|
|
2492
2502
|
type: 'core',
|
|
@@ -2496,7 +2506,7 @@ const metadata = {
|
|
|
2496
2506
|
status: 'published'
|
|
2497
2507
|
},
|
|
2498
2508
|
'priority-medium': {
|
|
2499
|
-
keywords: ['priority-medium', 'prioritymedium', 'icon', '
|
|
2509
|
+
keywords: ['priority-medium', 'prioritymedium', 'icon', 'priority', 'work type status'],
|
|
2500
2510
|
componentName: 'PriorityMediumIcon',
|
|
2501
2511
|
package: '@atlaskit/icon/core/priority-medium',
|
|
2502
2512
|
type: 'core',
|
|
@@ -2506,7 +2516,7 @@ const metadata = {
|
|
|
2506
2516
|
status: 'published'
|
|
2507
2517
|
},
|
|
2508
2518
|
'priority-minor': {
|
|
2509
|
-
keywords: ['priority-minor', 'priorityminor', 'icon', '
|
|
2519
|
+
keywords: ['priority-minor', 'priorityminor', 'icon', 'priority', 'work type status'],
|
|
2510
2520
|
componentName: 'PriorityMinorIcon',
|
|
2511
2521
|
package: '@atlaskit/icon/core/priority-minor',
|
|
2512
2522
|
type: 'core',
|
|
@@ -2516,7 +2526,7 @@ const metadata = {
|
|
|
2516
2526
|
status: 'published'
|
|
2517
2527
|
},
|
|
2518
2528
|
'priority-trivial': {
|
|
2519
|
-
keywords: ['priority-trivial', 'prioritytrivial', 'icon', '
|
|
2529
|
+
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'priority', 'work type status'],
|
|
2520
2530
|
componentName: 'PriorityTrivialIcon',
|
|
2521
2531
|
package: '@atlaskit/icon/core/priority-trivial',
|
|
2522
2532
|
type: 'core',
|
|
@@ -2526,7 +2536,7 @@ const metadata = {
|
|
|
2526
2536
|
status: 'published'
|
|
2527
2537
|
},
|
|
2528
2538
|
problem: {
|
|
2529
|
-
keywords: ['problem', 'icon', '
|
|
2539
|
+
keywords: ['problem', 'icon', 'stop', 'priority', 'work type status'],
|
|
2530
2540
|
componentName: 'ProblemIcon',
|
|
2531
2541
|
package: '@atlaskit/icon/core/problem',
|
|
2532
2542
|
type: 'core',
|
|
@@ -2536,7 +2546,7 @@ const metadata = {
|
|
|
2536
2546
|
status: 'published'
|
|
2537
2547
|
},
|
|
2538
2548
|
project: {
|
|
2539
|
-
keywords: ['project', 'icon', '
|
|
2549
|
+
keywords: ['project', 'icon', 'rocket', 'rocketship', 'spaceship'],
|
|
2540
2550
|
componentName: 'ProjectIcon',
|
|
2541
2551
|
package: '@atlaskit/icon/core/project',
|
|
2542
2552
|
type: 'core',
|
|
@@ -2546,7 +2556,7 @@ const metadata = {
|
|
|
2546
2556
|
status: 'published'
|
|
2547
2557
|
},
|
|
2548
2558
|
'project-status': {
|
|
2549
|
-
keywords: ['project-status', 'projectstatus', 'icon', '
|
|
2559
|
+
keywords: ['project-status', 'projectstatus', 'icon', 'status', 'traffic lights'],
|
|
2550
2560
|
componentName: 'ProjectStatusIcon',
|
|
2551
2561
|
package: '@atlaskit/icon/core/project-status',
|
|
2552
2562
|
type: 'core',
|
|
@@ -2556,7 +2566,7 @@ const metadata = {
|
|
|
2556
2566
|
status: 'published'
|
|
2557
2567
|
},
|
|
2558
2568
|
'projection-screen': {
|
|
2559
|
-
keywords: ['projection-screen', 'projectionscreen', 'icon', '
|
|
2569
|
+
keywords: ['projection-screen', 'projectionscreen', 'icon', 'present', 'presentation', 'projector screen', 'keynote'],
|
|
2560
2570
|
componentName: 'ProjectionScreenIcon',
|
|
2561
2571
|
package: '@atlaskit/icon/core/projection-screen',
|
|
2562
2572
|
type: 'core',
|
|
@@ -2566,7 +2576,7 @@ const metadata = {
|
|
|
2566
2576
|
status: 'published'
|
|
2567
2577
|
},
|
|
2568
2578
|
'pull-request': {
|
|
2569
|
-
keywords: ['pull-request', 'pullrequest', 'icon', '
|
|
2579
|
+
keywords: ['pull-request', 'pullrequest', 'icon', 'git pull request', 'bitbucket pull request', 'jira status'],
|
|
2570
2580
|
componentName: 'PullRequestIcon',
|
|
2571
2581
|
package: '@atlaskit/icon/core/pull-request',
|
|
2572
2582
|
oldName: ['bitbucket/pullrequests'],
|
|
@@ -2577,7 +2587,7 @@ const metadata = {
|
|
|
2577
2587
|
status: 'published'
|
|
2578
2588
|
},
|
|
2579
2589
|
pulse: {
|
|
2580
|
-
keywords: ['pulse', 'icon', '
|
|
2590
|
+
keywords: ['pulse', 'icon', 'pulse', 'wave', 'heartbeat', 'health'],
|
|
2581
2591
|
componentName: 'PulseIcon',
|
|
2582
2592
|
package: '@atlaskit/icon/core/pulse',
|
|
2583
2593
|
type: 'core',
|
|
@@ -2587,7 +2597,7 @@ const metadata = {
|
|
|
2587
2597
|
status: 'published'
|
|
2588
2598
|
},
|
|
2589
2599
|
'question-circle': {
|
|
2590
|
-
keywords: ['question-circle', 'questioncircle', 'help', 'icon', '
|
|
2600
|
+
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'help', 'answers', 'faq', 'jira status'],
|
|
2591
2601
|
componentName: 'QuestionCircleIcon',
|
|
2592
2602
|
package: '@atlaskit/icon/core/question-circle',
|
|
2593
2603
|
oldName: ['editor/help', 'question-circle', 'question'],
|
|
@@ -2598,7 +2608,7 @@ const metadata = {
|
|
|
2598
2608
|
status: 'published'
|
|
2599
2609
|
},
|
|
2600
2610
|
'quotation-mark': {
|
|
2601
|
-
keywords: ['quotation-mark', 'quotationmark', 'icon', '
|
|
2611
|
+
keywords: ['quotation-mark', 'quotationmark', 'icon', 'quote', 'testimonial', 'blockquote', 'jira status'],
|
|
2602
2612
|
componentName: 'QuotationMarkIcon',
|
|
2603
2613
|
package: '@atlaskit/icon/core/quotation-mark',
|
|
2604
2614
|
oldName: ['editor/quote', 'quote'],
|
|
@@ -2609,7 +2619,7 @@ const metadata = {
|
|
|
2609
2619
|
status: 'published'
|
|
2610
2620
|
},
|
|
2611
2621
|
'radio-checked': {
|
|
2612
|
-
keywords: ['radio-checked', 'radiochecked', 'icon', '
|
|
2622
|
+
keywords: ['radio-checked', 'radiochecked', 'icon', 'radio', 'input type', 'selected'],
|
|
2613
2623
|
componentName: 'RadioCheckedIcon',
|
|
2614
2624
|
package: '@atlaskit/icon/core/radio-checked',
|
|
2615
2625
|
oldName: ['radio'],
|
|
@@ -2620,7 +2630,7 @@ const metadata = {
|
|
|
2620
2630
|
status: 'published'
|
|
2621
2631
|
},
|
|
2622
2632
|
'radio-unchecked': {
|
|
2623
|
-
keywords: ['radio-unchecked', 'radiounchecked', 'icon', '
|
|
2633
|
+
keywords: ['radio-unchecked', 'radiounchecked', 'icon', 'radio', 'input type', 'unselected'],
|
|
2624
2634
|
componentName: 'RadioUncheckedIcon',
|
|
2625
2635
|
package: '@atlaskit/icon/core/radio-unchecked',
|
|
2626
2636
|
oldName: ['media-services/preselected'],
|
|
@@ -2631,7 +2641,7 @@ const metadata = {
|
|
|
2631
2641
|
status: 'published'
|
|
2632
2642
|
},
|
|
2633
2643
|
redo: {
|
|
2634
|
-
keywords: ['redo', 'icon', '
|
|
2644
|
+
keywords: ['redo', 'icon', 'editor', 'redo', 'backwards'],
|
|
2635
2645
|
componentName: 'RedoIcon',
|
|
2636
2646
|
package: '@atlaskit/icon/core/redo',
|
|
2637
2647
|
oldName: ['editor/redo', 'redo'],
|
|
@@ -2642,7 +2652,7 @@ const metadata = {
|
|
|
2642
2652
|
status: 'published'
|
|
2643
2653
|
},
|
|
2644
2654
|
refresh: {
|
|
2645
|
-
keywords: ['refresh', 'cycle', 'icon', '
|
|
2655
|
+
keywords: ['refresh', 'cycle', 'icon', 'refresh', 'reload', 'update', 'circular arrows', 'replay'],
|
|
2646
2656
|
componentName: 'RefreshIcon',
|
|
2647
2657
|
package: '@atlaskit/icon/core/refresh',
|
|
2648
2658
|
oldName: ['refresh'],
|
|
@@ -2653,7 +2663,7 @@ const metadata = {
|
|
|
2653
2663
|
status: 'published'
|
|
2654
2664
|
},
|
|
2655
2665
|
release: {
|
|
2656
|
-
keywords: ['release', 'icon', '
|
|
2666
|
+
keywords: ['release', 'icon', 'ship', 'boat'],
|
|
2657
2667
|
componentName: 'ReleaseIcon',
|
|
2658
2668
|
package: '@atlaskit/icon/core/release',
|
|
2659
2669
|
oldName: ['ship'],
|
|
@@ -2664,7 +2674,7 @@ const metadata = {
|
|
|
2664
2674
|
status: 'published'
|
|
2665
2675
|
},
|
|
2666
2676
|
retry: {
|
|
2667
|
-
keywords: ['retry', 'icon', '
|
|
2677
|
+
keywords: ['retry', 'icon', 'try again', ''],
|
|
2668
2678
|
componentName: 'RetryIcon',
|
|
2669
2679
|
package: '@atlaskit/icon/core/retry',
|
|
2670
2680
|
oldName: ['retry'],
|
|
@@ -2675,7 +2685,7 @@ const metadata = {
|
|
|
2675
2685
|
status: 'published'
|
|
2676
2686
|
},
|
|
2677
2687
|
roadmap: {
|
|
2678
|
-
keywords: ['roadmap', 'icon'
|
|
2688
|
+
keywords: ['roadmap', 'icon'],
|
|
2679
2689
|
componentName: 'RoadmapIcon',
|
|
2680
2690
|
package: '@atlaskit/icon/core/roadmap',
|
|
2681
2691
|
oldName: ['roadmap'],
|
|
@@ -2686,7 +2696,7 @@ const metadata = {
|
|
|
2686
2696
|
status: 'published'
|
|
2687
2697
|
},
|
|
2688
2698
|
'rovo-chat': {
|
|
2689
|
-
keywords: ['rovo-chat', 'rovochat', 'icon', '
|
|
2699
|
+
keywords: ['rovo-chat', 'rovochat', 'icon', 'Rovo', 'AI', 'chat agent'],
|
|
2690
2700
|
componentName: 'RovoChatIcon',
|
|
2691
2701
|
package: '@atlaskit/icon/core/rovo-chat',
|
|
2692
2702
|
type: 'core',
|
|
@@ -2696,7 +2706,7 @@ const metadata = {
|
|
|
2696
2706
|
status: 'published'
|
|
2697
2707
|
},
|
|
2698
2708
|
scales: {
|
|
2699
|
-
keywords: ['scales', 'icon', '
|
|
2709
|
+
keywords: ['scales', 'icon', 'scales', 'rule', 'law'],
|
|
2700
2710
|
componentName: 'ScalesIcon',
|
|
2701
2711
|
package: '@atlaskit/icon/core/scales',
|
|
2702
2712
|
type: 'core',
|
|
@@ -2706,7 +2716,7 @@ const metadata = {
|
|
|
2706
2716
|
status: 'published'
|
|
2707
2717
|
},
|
|
2708
2718
|
scorecard: {
|
|
2709
|
-
keywords: ['scorecard', 'icon', '
|
|
2719
|
+
keywords: ['scorecard', 'icon', 'tick', 'check', 'circle', 'unfinished'],
|
|
2710
2720
|
componentName: 'ScorecardIcon',
|
|
2711
2721
|
package: '@atlaskit/icon/core/scorecard',
|
|
2712
2722
|
type: 'core',
|
|
@@ -2716,7 +2726,7 @@ const metadata = {
|
|
|
2716
2726
|
status: 'published'
|
|
2717
2727
|
},
|
|
2718
2728
|
screen: {
|
|
2719
|
-
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', '
|
|
2729
|
+
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'display', 'monitor', 'desktop'],
|
|
2720
2730
|
componentName: 'ScreenIcon',
|
|
2721
2731
|
package: '@atlaskit/icon/core/screen',
|
|
2722
2732
|
oldName: ['screen'],
|
|
@@ -2727,7 +2737,7 @@ const metadata = {
|
|
|
2727
2737
|
status: 'published'
|
|
2728
2738
|
},
|
|
2729
2739
|
'screen-plus': {
|
|
2730
|
-
keywords: ['screen-plus', 'screenplus', 'icon', '
|
|
2740
|
+
keywords: ['screen-plus', 'screenplus', 'icon', 'screen', 'display', 'monitor', 'plus', 'add'],
|
|
2731
2741
|
componentName: 'ScreenPlusIcon',
|
|
2732
2742
|
package: '@atlaskit/icon/core/screen-plus',
|
|
2733
2743
|
type: 'core',
|
|
@@ -2737,7 +2747,7 @@ const metadata = {
|
|
|
2737
2747
|
status: 'published'
|
|
2738
2748
|
},
|
|
2739
2749
|
search: {
|
|
2740
|
-
keywords: ['search', 'find', 'magnify', 'icon', '
|
|
2750
|
+
keywords: ['search', 'find', 'magnify', 'icon', 'magnifying glass'],
|
|
2741
2751
|
componentName: 'SearchIcon',
|
|
2742
2752
|
package: '@atlaskit/icon/core/search',
|
|
2743
2753
|
oldName: ['editor/search', 'search'],
|
|
@@ -2748,7 +2758,7 @@ const metadata = {
|
|
|
2748
2758
|
status: 'published'
|
|
2749
2759
|
},
|
|
2750
2760
|
send: {
|
|
2751
|
-
keywords: ['send', 'mail', 'icon', '
|
|
2761
|
+
keywords: ['send', 'mail', 'icon', 'submit', 'paper airplane', 'paper aeroplane'],
|
|
2752
2762
|
componentName: 'SendIcon',
|
|
2753
2763
|
package: '@atlaskit/icon/core/send',
|
|
2754
2764
|
oldName: ['send'],
|
|
@@ -2759,7 +2769,7 @@ const metadata = {
|
|
|
2759
2769
|
status: 'published'
|
|
2760
2770
|
},
|
|
2761
2771
|
settings: {
|
|
2762
|
-
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', '
|
|
2772
|
+
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'system preferences', 'gear', 'cog'],
|
|
2763
2773
|
componentName: 'SettingsIcon',
|
|
2764
2774
|
package: '@atlaskit/icon/core/settings',
|
|
2765
2775
|
oldName: ['editor/settings', 'settings'],
|
|
@@ -2770,7 +2780,7 @@ const metadata = {
|
|
|
2770
2780
|
status: 'published'
|
|
2771
2781
|
},
|
|
2772
2782
|
shapes: {
|
|
2773
|
-
keywords: ['shapes', 'icon', '
|
|
2783
|
+
keywords: ['shapes', 'icon', 'objects', 'whiteboard', 'asset', 'graphic'],
|
|
2774
2784
|
componentName: 'ShapesIcon',
|
|
2775
2785
|
package: '@atlaskit/icon/core/shapes',
|
|
2776
2786
|
type: 'core',
|
|
@@ -2780,7 +2790,7 @@ const metadata = {
|
|
|
2780
2790
|
status: 'published'
|
|
2781
2791
|
},
|
|
2782
2792
|
share: {
|
|
2783
|
-
keywords: ['share', 'icon', '
|
|
2793
|
+
keywords: ['share', 'icon', 'share', 'access'],
|
|
2784
2794
|
componentName: 'ShareIcon',
|
|
2785
2795
|
package: '@atlaskit/icon/core/share',
|
|
2786
2796
|
oldName: ['share'],
|
|
@@ -2791,7 +2801,7 @@ const metadata = {
|
|
|
2791
2801
|
status: 'published'
|
|
2792
2802
|
},
|
|
2793
2803
|
shield: {
|
|
2794
|
-
keywords: ['shield', 'icon', '
|
|
2804
|
+
keywords: ['shield', 'icon', 'security', 'secure', 'safety', 'defence', 'protection', 'guard'],
|
|
2795
2805
|
componentName: 'ShieldIcon',
|
|
2796
2806
|
package: '@atlaskit/icon/core/shield',
|
|
2797
2807
|
type: 'core',
|
|
@@ -2801,7 +2811,7 @@ const metadata = {
|
|
|
2801
2811
|
status: 'published'
|
|
2802
2812
|
},
|
|
2803
2813
|
'shield-strikethrough': {
|
|
2804
|
-
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', '
|
|
2814
|
+
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
2805
2815
|
componentName: 'ShieldStrikethroughIcon',
|
|
2806
2816
|
package: '@atlaskit/icon/core/shield-strikethrough',
|
|
2807
2817
|
type: 'core',
|
|
@@ -2811,7 +2821,7 @@ const metadata = {
|
|
|
2811
2821
|
status: 'published'
|
|
2812
2822
|
},
|
|
2813
2823
|
shortcut: {
|
|
2814
|
-
keywords: ['shortcut', 'export', 'icon', '
|
|
2824
|
+
keywords: ['shortcut', 'export', 'icon', 'addshortcut', 'square', 'plus'],
|
|
2815
2825
|
componentName: 'ShortcutIcon',
|
|
2816
2826
|
package: '@atlaskit/icon/core/shortcut',
|
|
2817
2827
|
oldName: ['add-item'],
|
|
@@ -2822,7 +2832,7 @@ const metadata = {
|
|
|
2822
2832
|
status: 'published'
|
|
2823
2833
|
},
|
|
2824
2834
|
'show-more-horizontal': {
|
|
2825
|
-
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', '
|
|
2835
|
+
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'ellipses', 'three dots', 'meatball', 'more actions'],
|
|
2826
2836
|
componentName: 'ShowMoreHorizontalIcon',
|
|
2827
2837
|
package: '@atlaskit/icon/core/show-more-horizontal',
|
|
2828
2838
|
oldName: ['editor/more', 'more'],
|
|
@@ -2833,7 +2843,7 @@ const metadata = {
|
|
|
2833
2843
|
status: 'published'
|
|
2834
2844
|
},
|
|
2835
2845
|
'show-more-vertical': {
|
|
2836
|
-
keywords: ['show-more-vertical', 'showmorevertical', 'icon', '
|
|
2846
|
+
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'three dots', 'kebab', 'more actions'],
|
|
2837
2847
|
componentName: 'ShowMoreVerticalIcon',
|
|
2838
2848
|
package: '@atlaskit/icon/core/show-more-vertical',
|
|
2839
2849
|
oldName: ['more-vertical'],
|
|
@@ -2844,7 +2854,7 @@ const metadata = {
|
|
|
2844
2854
|
status: 'published'
|
|
2845
2855
|
},
|
|
2846
2856
|
'shrink-diagonal': {
|
|
2847
|
-
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', '
|
|
2857
|
+
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', 'resize', 'diagonal arrows'],
|
|
2848
2858
|
componentName: 'ShrinkDiagonalIcon',
|
|
2849
2859
|
package: '@atlaskit/icon/core/shrink-diagonal',
|
|
2850
2860
|
oldName: ['media-services/fit-to-page', 'vid-full-screen-off'],
|
|
@@ -2855,7 +2865,7 @@ const metadata = {
|
|
|
2855
2865
|
status: 'published'
|
|
2856
2866
|
},
|
|
2857
2867
|
'shrink-horizontal': {
|
|
2858
|
-
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', '
|
|
2868
|
+
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', 'contract', 'width', 'horizontal arrows'],
|
|
2859
2869
|
componentName: 'ShrinkHorizontalIcon',
|
|
2860
2870
|
package: '@atlaskit/icon/core/shrink-horizontal',
|
|
2861
2871
|
oldName: ['editor/collapse'],
|
|
@@ -2866,7 +2876,7 @@ const metadata = {
|
|
|
2866
2876
|
status: 'published'
|
|
2867
2877
|
},
|
|
2868
2878
|
'shrink-vertical': {
|
|
2869
|
-
keywords: ['shrink-vertical', 'shrinkvertical', 'icon', '
|
|
2879
|
+
keywords: ['shrink-vertical', 'shrinkvertical', 'icon', 'contract', 'height', 'vertical arrows'],
|
|
2870
2880
|
componentName: 'ShrinkVerticalIcon',
|
|
2871
2881
|
package: '@atlaskit/icon/core/shrink-vertical',
|
|
2872
2882
|
type: 'core',
|
|
@@ -2876,7 +2886,7 @@ const metadata = {
|
|
|
2876
2886
|
status: 'published'
|
|
2877
2887
|
},
|
|
2878
2888
|
'sidebar-collapse': {
|
|
2879
|
-
keywords: ['sidebar-collapse', 'sidebarcollapse', 'icon', '
|
|
2889
|
+
keywords: ['sidebar-collapse', 'sidebarcollapse', 'icon', 'navigation', 'close sidebar'],
|
|
2880
2890
|
componentName: 'SidebarCollapseIcon',
|
|
2881
2891
|
package: '@atlaskit/icon/core/sidebar-collapse',
|
|
2882
2892
|
type: 'core',
|
|
@@ -2886,7 +2896,7 @@ const metadata = {
|
|
|
2886
2896
|
status: 'published'
|
|
2887
2897
|
},
|
|
2888
2898
|
'sidebar-expand': {
|
|
2889
|
-
keywords: ['sidebar-expand', 'sidebarexpand', 'icon', '
|
|
2899
|
+
keywords: ['sidebar-expand', 'sidebarexpand', 'icon', 'navigation', 'open sidebar'],
|
|
2890
2900
|
componentName: 'SidebarExpandIcon',
|
|
2891
2901
|
package: '@atlaskit/icon/core/sidebar-expand',
|
|
2892
2902
|
type: 'core',
|
|
@@ -2896,7 +2906,7 @@ const metadata = {
|
|
|
2896
2906
|
status: 'published'
|
|
2897
2907
|
},
|
|
2898
2908
|
'smart-link': {
|
|
2899
|
-
keywords: ['smart-link', 'smartlink', 'icon', '
|
|
2909
|
+
keywords: ['smart-link', 'smartlink', 'icon', 'smart link'],
|
|
2900
2910
|
componentName: 'SmartLinkIcon',
|
|
2901
2911
|
package: '@atlaskit/icon/core/smart-link',
|
|
2902
2912
|
type: 'core',
|
|
@@ -2906,7 +2916,7 @@ const metadata = {
|
|
|
2906
2916
|
status: 'published'
|
|
2907
2917
|
},
|
|
2908
2918
|
'smart-link-card': {
|
|
2909
|
-
keywords: ['smart-link-card', 'smartlinkcard', 'icon', '
|
|
2919
|
+
keywords: ['smart-link-card', 'smartlinkcard', 'icon', 'smart link', 'url', 'card', 'link preview'],
|
|
2910
2920
|
componentName: 'SmartLinkCardIcon',
|
|
2911
2921
|
package: '@atlaskit/icon/core/smart-link-card',
|
|
2912
2922
|
type: 'core',
|
|
@@ -2916,7 +2926,7 @@ const metadata = {
|
|
|
2916
2926
|
status: 'published'
|
|
2917
2927
|
},
|
|
2918
2928
|
'smart-link-embed': {
|
|
2919
|
-
keywords: ['smart-link-embed', 'smartlinkembed', 'icon', '
|
|
2929
|
+
keywords: ['smart-link-embed', 'smartlinkembed', 'icon', 'smart link', 'url', 'embed'],
|
|
2920
2930
|
componentName: 'SmartLinkEmbedIcon',
|
|
2921
2931
|
package: '@atlaskit/icon/core/smart-link-embed',
|
|
2922
2932
|
type: 'core',
|
|
@@ -2926,7 +2936,7 @@ const metadata = {
|
|
|
2926
2936
|
status: 'published'
|
|
2927
2937
|
},
|
|
2928
2938
|
'smart-link-inline': {
|
|
2929
|
-
keywords: ['smart-link-inline', 'smartlinkinline', 'icon', '
|
|
2939
|
+
keywords: ['smart-link-inline', 'smartlinkinline', 'icon', 'smart link', 'url', 'inline'],
|
|
2930
2940
|
componentName: 'SmartLinkInlineIcon',
|
|
2931
2941
|
package: '@atlaskit/icon/core/smart-link-inline',
|
|
2932
2942
|
type: 'core',
|
|
@@ -2936,7 +2946,7 @@ const metadata = {
|
|
|
2936
2946
|
status: 'published'
|
|
2937
2947
|
},
|
|
2938
2948
|
'smart-link-list': {
|
|
2939
|
-
keywords: ['smart-link-list', 'smartlinklist', 'icon', '
|
|
2949
|
+
keywords: ['smart-link-list', 'smartlinklist', 'icon', 'smart link', 'url', 'embed', 'list', 'table', 'linked search results'],
|
|
2940
2950
|
componentName: 'SmartLinkListIcon',
|
|
2941
2951
|
package: '@atlaskit/icon/core/smart-link-list',
|
|
2942
2952
|
type: 'core',
|
|
@@ -2946,7 +2956,7 @@ const metadata = {
|
|
|
2946
2956
|
status: 'published'
|
|
2947
2957
|
},
|
|
2948
2958
|
snippet: {
|
|
2949
|
-
keywords: ['snippet', 'icon', '
|
|
2959
|
+
keywords: ['snippet', 'icon', 'scissors', 'cut'],
|
|
2950
2960
|
componentName: 'SnippetIcon',
|
|
2951
2961
|
package: '@atlaskit/icon/core/snippet',
|
|
2952
2962
|
oldName: ['bitbucket/snippets'],
|
|
@@ -2957,7 +2967,7 @@ const metadata = {
|
|
|
2957
2967
|
status: 'published'
|
|
2958
2968
|
},
|
|
2959
2969
|
'sort-ascending': {
|
|
2960
|
-
keywords: ['sort-ascending', 'sortascending', 'icon', '
|
|
2970
|
+
keywords: ['sort-ascending', 'sortascending', 'icon', 'data', 'sort', 'up'],
|
|
2961
2971
|
componentName: 'SortAscendingIcon',
|
|
2962
2972
|
package: '@atlaskit/icon/core/sort-ascending',
|
|
2963
2973
|
type: 'core',
|
|
@@ -2967,7 +2977,7 @@ const metadata = {
|
|
|
2967
2977
|
status: 'published'
|
|
2968
2978
|
},
|
|
2969
2979
|
'sort-descending': {
|
|
2970
|
-
keywords: ['sort-descending', 'sortdescending', 'icon', '
|
|
2980
|
+
keywords: ['sort-descending', 'sortdescending', 'icon', 'data', 'sort', 'down'],
|
|
2971
2981
|
componentName: 'SortDescendingIcon',
|
|
2972
2982
|
package: '@atlaskit/icon/core/sort-descending',
|
|
2973
2983
|
type: 'core',
|
|
@@ -2977,7 +2987,7 @@ const metadata = {
|
|
|
2977
2987
|
status: 'published'
|
|
2978
2988
|
},
|
|
2979
2989
|
spreadsheet: {
|
|
2980
|
-
keywords: ['spreadsheet', 'icon', '
|
|
2990
|
+
keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
|
|
2981
2991
|
componentName: 'SpreadsheetIcon',
|
|
2982
2992
|
package: '@atlaskit/icon/core/spreadsheet',
|
|
2983
2993
|
oldName: ['media-services/spreadsheet'],
|
|
@@ -2988,7 +2998,7 @@ const metadata = {
|
|
|
2988
2998
|
status: 'published'
|
|
2989
2999
|
},
|
|
2990
3000
|
sprint: {
|
|
2991
|
-
keywords: ['sprint', 'icon', '
|
|
3001
|
+
keywords: ['sprint', 'icon', 'loop', 'iterate'],
|
|
2992
3002
|
componentName: 'SprintIcon',
|
|
2993
3003
|
package: '@atlaskit/icon/core/sprint',
|
|
2994
3004
|
oldName: ['sprint'],
|
|
@@ -2999,7 +3009,7 @@ const metadata = {
|
|
|
2999
3009
|
status: 'published'
|
|
3000
3010
|
},
|
|
3001
3011
|
'star-starred': {
|
|
3002
|
-
keywords: ['star-starred', 'starstarred', 'icon', '
|
|
3012
|
+
keywords: ['star-starred', 'starstarred', 'icon', 'favourite', 'star', 'starred', 'filled'],
|
|
3003
3013
|
componentName: 'StarStarredIcon',
|
|
3004
3014
|
package: '@atlaskit/icon/core/star-starred',
|
|
3005
3015
|
oldName: ['star-filled'],
|
|
@@ -3010,7 +3020,7 @@ const metadata = {
|
|
|
3010
3020
|
status: 'published'
|
|
3011
3021
|
},
|
|
3012
3022
|
'star-unstarred': {
|
|
3013
|
-
keywords: ['star-unstarred', 'starunstarred', 'icon', '
|
|
3023
|
+
keywords: ['star-unstarred', 'starunstarred', 'icon', 'favourite', 'star'],
|
|
3014
3024
|
componentName: 'StarUnstarredIcon',
|
|
3015
3025
|
package: '@atlaskit/icon/core/star-unstarred',
|
|
3016
3026
|
oldName: ['star', 'star-large'],
|
|
@@ -3021,7 +3031,7 @@ const metadata = {
|
|
|
3021
3031
|
status: 'published'
|
|
3022
3032
|
},
|
|
3023
3033
|
'status-discovery': {
|
|
3024
|
-
keywords: ['status-discovery', 'statusdiscovery', 'icon', '
|
|
3034
|
+
keywords: ['status-discovery', 'statusdiscovery', 'icon', 'discovery', 'note', 'filled', 'onboarding', 'status'],
|
|
3025
3035
|
componentName: 'StatusDiscoveryIcon',
|
|
3026
3036
|
package: '@atlaskit/icon/core/status-discovery',
|
|
3027
3037
|
type: 'core',
|
|
@@ -3031,7 +3041,7 @@ const metadata = {
|
|
|
3031
3041
|
status: 'published'
|
|
3032
3042
|
},
|
|
3033
3043
|
'status-error': {
|
|
3034
|
-
keywords: ['status-error', 'statuserror', 'icon', '
|
|
3044
|
+
keywords: ['status-error', 'statuserror', 'icon', 'filled', 'status', 'danger', 'exclamation', '!', 'error'],
|
|
3035
3045
|
componentName: 'StatusErrorIcon',
|
|
3036
3046
|
package: '@atlaskit/icon/core/status-error',
|
|
3037
3047
|
oldName: ['error'],
|
|
@@ -3042,7 +3052,7 @@ const metadata = {
|
|
|
3042
3052
|
status: 'published'
|
|
3043
3053
|
},
|
|
3044
3054
|
'status-information': {
|
|
3045
|
-
keywords: ['status-information', 'statusinformation', 'icon', '
|
|
3055
|
+
keywords: ['status-information', 'statusinformation', 'icon', 'info', 'filled', 'status', 'information'],
|
|
3046
3056
|
componentName: 'StatusInformationIcon',
|
|
3047
3057
|
package: '@atlaskit/icon/core/status-information',
|
|
3048
3058
|
oldName: ['editor/info', 'editor/panel', 'info'],
|
|
@@ -3053,7 +3063,7 @@ const metadata = {
|
|
|
3053
3063
|
status: 'published'
|
|
3054
3064
|
},
|
|
3055
3065
|
'status-success': {
|
|
3056
|
-
keywords: ['status-success', 'statussuccess', 'icon', '
|
|
3066
|
+
keywords: ['status-success', 'statussuccess', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3057
3067
|
componentName: 'StatusSuccessIcon',
|
|
3058
3068
|
package: '@atlaskit/icon/core/status-success',
|
|
3059
3069
|
oldName: ['check-circle', 'editor/success'],
|
|
@@ -3064,7 +3074,7 @@ const metadata = {
|
|
|
3064
3074
|
status: 'published'
|
|
3065
3075
|
},
|
|
3066
3076
|
'status-verified': {
|
|
3067
|
-
keywords: ['status-verified', 'statusverified', 'icon', '
|
|
3077
|
+
keywords: ['status-verified', 'statusverified', 'icon', 'verified badge', 'status'],
|
|
3068
3078
|
componentName: 'StatusVerifiedIcon',
|
|
3069
3079
|
package: '@atlaskit/icon/core/status-verified',
|
|
3070
3080
|
type: 'core',
|
|
@@ -3074,7 +3084,7 @@ const metadata = {
|
|
|
3074
3084
|
status: 'published'
|
|
3075
3085
|
},
|
|
3076
3086
|
'status-warning': {
|
|
3077
|
-
keywords: ['status-warning', 'statuswarning', 'icon', '
|
|
3087
|
+
keywords: ['status-warning', 'statuswarning', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3078
3088
|
componentName: 'StatusWarningIcon',
|
|
3079
3089
|
package: '@atlaskit/icon/core/status-warning',
|
|
3080
3090
|
oldName: ['editor/warning', 'warning'],
|
|
@@ -3085,7 +3095,7 @@ const metadata = {
|
|
|
3085
3095
|
status: 'published'
|
|
3086
3096
|
},
|
|
3087
3097
|
stopwatch: {
|
|
3088
|
-
keywords: ['stopwatch', 'icon', '
|
|
3098
|
+
keywords: ['stopwatch', 'icon', 'timer'],
|
|
3089
3099
|
componentName: 'StopwatchIcon',
|
|
3090
3100
|
package: '@atlaskit/icon/core/stopwatch',
|
|
3091
3101
|
oldName: ['stopwatch'],
|
|
@@ -3096,7 +3106,7 @@ const metadata = {
|
|
|
3096
3106
|
status: 'published'
|
|
3097
3107
|
},
|
|
3098
3108
|
story: {
|
|
3099
|
-
keywords: ['story', 'icon', '
|
|
3109
|
+
keywords: ['story', 'icon', 'bookmark', 'work type'],
|
|
3100
3110
|
componentName: 'StoryIcon',
|
|
3101
3111
|
package: '@atlaskit/icon/core/story',
|
|
3102
3112
|
type: 'core',
|
|
@@ -3106,7 +3116,7 @@ const metadata = {
|
|
|
3106
3116
|
status: 'published'
|
|
3107
3117
|
},
|
|
3108
3118
|
'stroke-weight-extra-large': {
|
|
3109
|
-
keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', '
|
|
3119
|
+
keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
|
|
3110
3120
|
componentName: 'StrokeWeightExtraLargeIcon',
|
|
3111
3121
|
package: '@atlaskit/icon/core/stroke-weight-extra-large',
|
|
3112
3122
|
type: 'core',
|
|
@@ -3116,7 +3126,7 @@ const metadata = {
|
|
|
3116
3126
|
status: 'published'
|
|
3117
3127
|
},
|
|
3118
3128
|
'stroke-weight-large': {
|
|
3119
|
-
keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', '
|
|
3129
|
+
keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
|
|
3120
3130
|
componentName: 'StrokeWeightLargeIcon',
|
|
3121
3131
|
package: '@atlaskit/icon/core/stroke-weight-large',
|
|
3122
3132
|
type: 'core',
|
|
@@ -3126,7 +3136,7 @@ const metadata = {
|
|
|
3126
3136
|
status: 'published'
|
|
3127
3137
|
},
|
|
3128
3138
|
'stroke-weight-medium': {
|
|
3129
|
-
keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', '
|
|
3139
|
+
keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
|
|
3130
3140
|
componentName: 'StrokeWeightMediumIcon',
|
|
3131
3141
|
package: '@atlaskit/icon/core/stroke-weight-medium',
|
|
3132
3142
|
type: 'core',
|
|
@@ -3136,7 +3146,7 @@ const metadata = {
|
|
|
3136
3146
|
status: 'published'
|
|
3137
3147
|
},
|
|
3138
3148
|
'stroke-weight-small': {
|
|
3139
|
-
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', '
|
|
3149
|
+
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
|
|
3140
3150
|
componentName: 'StrokeWeightSmallIcon',
|
|
3141
3151
|
package: '@atlaskit/icon/core/stroke-weight-small',
|
|
3142
3152
|
oldName: ['media-services/line'],
|
|
@@ -3147,7 +3157,7 @@ const metadata = {
|
|
|
3147
3157
|
status: 'published'
|
|
3148
3158
|
},
|
|
3149
3159
|
subtasks: {
|
|
3150
|
-
keywords: ['subtasks', 'icon', '
|
|
3160
|
+
keywords: ['subtasks', 'icon', 'todo', 'checklist', 'work type'],
|
|
3151
3161
|
componentName: 'SubtasksIcon',
|
|
3152
3162
|
package: '@atlaskit/icon/core/subtasks',
|
|
3153
3163
|
oldName: ['subtask'],
|
|
@@ -3158,7 +3168,7 @@ const metadata = {
|
|
|
3158
3168
|
status: 'published'
|
|
3159
3169
|
},
|
|
3160
3170
|
success: {
|
|
3161
|
-
keywords: ['success', 'icon', '
|
|
3171
|
+
keywords: ['success', 'icon', 'tick', 'completed', 'success', 'filled', 'check mark', 'status'],
|
|
3162
3172
|
componentName: 'SuccessIcon',
|
|
3163
3173
|
package: '@atlaskit/icon/core/success',
|
|
3164
3174
|
oldName: ['check-circle', 'editor/success'],
|
|
@@ -3174,7 +3184,7 @@ const metadata = {
|
|
|
3174
3184
|
status: 'deprecated'
|
|
3175
3185
|
},
|
|
3176
3186
|
support: {
|
|
3177
|
-
keywords: ['support', 'icon', '
|
|
3187
|
+
keywords: ['support', 'icon', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
3178
3188
|
componentName: 'SupportIcon',
|
|
3179
3189
|
package: '@atlaskit/icon/core/support',
|
|
3180
3190
|
type: 'core',
|
|
@@ -3184,7 +3194,7 @@ const metadata = {
|
|
|
3184
3194
|
status: 'published'
|
|
3185
3195
|
},
|
|
3186
3196
|
table: {
|
|
3187
|
-
keywords: ['table', 'grid', 'icon', '
|
|
3197
|
+
keywords: ['table', 'grid', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
|
|
3188
3198
|
componentName: 'TableIcon',
|
|
3189
3199
|
package: '@atlaskit/icon/core/table',
|
|
3190
3200
|
type: 'core',
|
|
@@ -3194,7 +3204,7 @@ const metadata = {
|
|
|
3194
3204
|
status: 'published'
|
|
3195
3205
|
},
|
|
3196
3206
|
'table-cell-clear': {
|
|
3197
|
-
keywords: ['table-cell-clear', 'tablecellclear', 'icon', '
|
|
3207
|
+
keywords: ['table-cell-clear', 'tablecellclear', 'icon', 'table', 'cell', 'clear', 'empty'],
|
|
3198
3208
|
componentName: 'TableCellClearIcon',
|
|
3199
3209
|
package: '@atlaskit/icon/core/table-cell-clear',
|
|
3200
3210
|
type: 'core',
|
|
@@ -3204,7 +3214,7 @@ const metadata = {
|
|
|
3204
3214
|
status: 'published'
|
|
3205
3215
|
},
|
|
3206
3216
|
'table-cell-merge': {
|
|
3207
|
-
keywords: ['table-cell-merge', 'tablecellmerge', 'icon', '
|
|
3217
|
+
keywords: ['table-cell-merge', 'tablecellmerge', 'icon', 'table', 'cell', 'merge', 'combine', 'join'],
|
|
3208
3218
|
componentName: 'TableCellMergeIcon',
|
|
3209
3219
|
package: '@atlaskit/icon/core/table-cell-merge',
|
|
3210
3220
|
type: 'core',
|
|
@@ -3214,7 +3224,7 @@ const metadata = {
|
|
|
3214
3224
|
status: 'published'
|
|
3215
3225
|
},
|
|
3216
3226
|
'table-cell-split': {
|
|
3217
|
-
keywords: ['table-cell-split', 'tablecellsplit', 'icon', '
|
|
3227
|
+
keywords: ['table-cell-split', 'tablecellsplit', 'icon', 'table', 'cell', 'split', 'divide', 'separate'],
|
|
3218
3228
|
componentName: 'TableCellSplitIcon',
|
|
3219
3229
|
package: '@atlaskit/icon/core/table-cell-split',
|
|
3220
3230
|
type: 'core',
|
|
@@ -3224,7 +3234,7 @@ const metadata = {
|
|
|
3224
3234
|
status: 'published'
|
|
3225
3235
|
},
|
|
3226
3236
|
'table-column-add-left': {
|
|
3227
|
-
keywords: ['table-column-add-left', 'tablecolumnaddleft', 'icon', '
|
|
3237
|
+
keywords: ['table-column-add-left', 'tablecolumnaddleft', 'icon', 'table', 'column', 'add', 'plus', 'left', 'before'],
|
|
3228
3238
|
componentName: 'TableColumnAddLeftIcon',
|
|
3229
3239
|
package: '@atlaskit/icon/core/table-column-add-left',
|
|
3230
3240
|
type: 'core',
|
|
@@ -3234,7 +3244,7 @@ const metadata = {
|
|
|
3234
3244
|
status: 'published'
|
|
3235
3245
|
},
|
|
3236
3246
|
'table-column-add-right': {
|
|
3237
|
-
keywords: ['table-column-add-right', 'tablecolumnaddright', 'icon', '
|
|
3247
|
+
keywords: ['table-column-add-right', 'tablecolumnaddright', 'icon', 'table', 'column', 'add', 'right', 'after'],
|
|
3238
3248
|
componentName: 'TableColumnAddRightIcon',
|
|
3239
3249
|
package: '@atlaskit/icon/core/table-column-add-right',
|
|
3240
3250
|
type: 'core',
|
|
@@ -3244,7 +3254,7 @@ const metadata = {
|
|
|
3244
3254
|
status: 'published'
|
|
3245
3255
|
},
|
|
3246
3256
|
'table-column-delete': {
|
|
3247
|
-
keywords: ['table-column-delete', 'tablecolumndelete', 'icon', '
|
|
3257
|
+
keywords: ['table-column-delete', 'tablecolumndelete', 'icon', 'table', 'column', 'delete', 'remove', 'x'],
|
|
3248
3258
|
componentName: 'TableColumnDeleteIcon',
|
|
3249
3259
|
package: '@atlaskit/icon/core/table-column-delete',
|
|
3250
3260
|
type: 'core',
|
|
@@ -3254,7 +3264,7 @@ const metadata = {
|
|
|
3254
3264
|
status: 'published'
|
|
3255
3265
|
},
|
|
3256
3266
|
'table-column-move-left': {
|
|
3257
|
-
keywords: ['table-column-move-left', 'tablecolumnmoveleft', 'icon', '
|
|
3267
|
+
keywords: ['table-column-move-left', 'tablecolumnmoveleft', 'icon', 'table', 'column', 'move', 'left', 'arrow'],
|
|
3258
3268
|
componentName: 'TableColumnMoveLeftIcon',
|
|
3259
3269
|
package: '@atlaskit/icon/core/table-column-move-left',
|
|
3260
3270
|
type: 'core',
|
|
@@ -3264,7 +3274,7 @@ const metadata = {
|
|
|
3264
3274
|
status: 'published'
|
|
3265
3275
|
},
|
|
3266
3276
|
'table-column-move-right': {
|
|
3267
|
-
keywords: ['table-column-move-right', 'tablecolumnmoveright', 'icon', '
|
|
3277
|
+
keywords: ['table-column-move-right', 'tablecolumnmoveright', 'icon', 'table', 'column', 'move', 'right', 'arrow'],
|
|
3268
3278
|
componentName: 'TableColumnMoveRightIcon',
|
|
3269
3279
|
package: '@atlaskit/icon/core/table-column-move-right',
|
|
3270
3280
|
type: 'core',
|
|
@@ -3274,7 +3284,7 @@ const metadata = {
|
|
|
3274
3284
|
status: 'published'
|
|
3275
3285
|
},
|
|
3276
3286
|
'table-columns-distribute': {
|
|
3277
|
-
keywords: ['table-columns-distribute', 'tablecolumnsdistribute', 'icon', '
|
|
3287
|
+
keywords: ['table-columns-distribute', 'tablecolumnsdistribute', 'icon', 'table', 'columns', 'distribute', 'even', 'equidistant'],
|
|
3278
3288
|
componentName: 'TableColumnsDistributeIcon',
|
|
3279
3289
|
package: '@atlaskit/icon/core/table-columns-distribute',
|
|
3280
3290
|
type: 'core',
|
|
@@ -3284,7 +3294,7 @@ const metadata = {
|
|
|
3284
3294
|
status: 'published'
|
|
3285
3295
|
},
|
|
3286
3296
|
'table-row-add-above': {
|
|
3287
|
-
keywords: ['table-row-add-above', 'tablerowaddabove', 'icon', '
|
|
3297
|
+
keywords: ['table-row-add-above', 'tablerowaddabove', 'icon', 'table', 'row', 'add', 'plus', 'above', 'up'],
|
|
3288
3298
|
componentName: 'TableRowAddAboveIcon',
|
|
3289
3299
|
package: '@atlaskit/icon/core/table-row-add-above',
|
|
3290
3300
|
type: 'core',
|
|
@@ -3294,7 +3304,7 @@ const metadata = {
|
|
|
3294
3304
|
status: 'published'
|
|
3295
3305
|
},
|
|
3296
3306
|
'table-row-add-below': {
|
|
3297
|
-
keywords: ['table-row-add-below', 'tablerowaddbelow', 'icon', '
|
|
3307
|
+
keywords: ['table-row-add-below', 'tablerowaddbelow', 'icon', 'table', 'row', 'add', 'plus', 'below', 'down'],
|
|
3298
3308
|
componentName: 'TableRowAddBelowIcon',
|
|
3299
3309
|
package: '@atlaskit/icon/core/table-row-add-below',
|
|
3300
3310
|
type: 'core',
|
|
@@ -3304,7 +3314,7 @@ const metadata = {
|
|
|
3304
3314
|
status: 'published'
|
|
3305
3315
|
},
|
|
3306
3316
|
'table-row-delete': {
|
|
3307
|
-
keywords: ['table-row-delete', 'tablerowdelete', 'icon', '
|
|
3317
|
+
keywords: ['table-row-delete', 'tablerowdelete', 'icon', 'table', 'row', 'delete', 'remove', 'x'],
|
|
3308
3318
|
componentName: 'TableRowDeleteIcon',
|
|
3309
3319
|
package: '@atlaskit/icon/core/table-row-delete',
|
|
3310
3320
|
type: 'core',
|
|
@@ -3314,7 +3324,7 @@ const metadata = {
|
|
|
3314
3324
|
status: 'published'
|
|
3315
3325
|
},
|
|
3316
3326
|
'table-row-move-down': {
|
|
3317
|
-
keywords: ['table-row-move-down', 'tablerowmovedown', 'icon', '
|
|
3327
|
+
keywords: ['table-row-move-down', 'tablerowmovedown', 'icon', 'table', 'row', 'move', 'down', 'arrow', 'after'],
|
|
3318
3328
|
componentName: 'TableRowMoveDownIcon',
|
|
3319
3329
|
package: '@atlaskit/icon/core/table-row-move-down',
|
|
3320
3330
|
type: 'core',
|
|
@@ -3324,7 +3334,7 @@ const metadata = {
|
|
|
3324
3334
|
status: 'published'
|
|
3325
3335
|
},
|
|
3326
3336
|
'table-row-move-up': {
|
|
3327
|
-
keywords: ['table-row-move-up', 'tablerowmoveup', 'icon', '
|
|
3337
|
+
keywords: ['table-row-move-up', 'tablerowmoveup', 'icon', 'table', 'row', 'move', 'up', 'arrow', 'above'],
|
|
3328
3338
|
componentName: 'TableRowMoveUpIcon',
|
|
3329
3339
|
package: '@atlaskit/icon/core/table-row-move-up',
|
|
3330
3340
|
type: 'core',
|
|
@@ -3334,7 +3344,7 @@ const metadata = {
|
|
|
3334
3344
|
status: 'published'
|
|
3335
3345
|
},
|
|
3336
3346
|
tag: {
|
|
3337
|
-
keywords: ['tag', 'icon', '
|
|
3347
|
+
keywords: ['tag', 'icon', 'label', 'topic'],
|
|
3338
3348
|
componentName: 'TagIcon',
|
|
3339
3349
|
package: '@atlaskit/icon/core/tag',
|
|
3340
3350
|
oldName: ['label'],
|
|
@@ -3345,7 +3355,7 @@ const metadata = {
|
|
|
3345
3355
|
status: 'published'
|
|
3346
3356
|
},
|
|
3347
3357
|
'takeout-food': {
|
|
3348
|
-
keywords: ['takeout-food', 'takeoutfood', 'icon', '
|
|
3358
|
+
keywords: ['takeout-food', 'takeoutfood', 'icon', 'takeaway', 'takeout', 'food', 'burger', 'drink'],
|
|
3349
3359
|
componentName: 'TakeoutFoodIcon',
|
|
3350
3360
|
package: '@atlaskit/icon/core/takeout-food',
|
|
3351
3361
|
oldName: ['emoji/food'],
|
|
@@ -3356,7 +3366,7 @@ const metadata = {
|
|
|
3356
3366
|
status: 'published'
|
|
3357
3367
|
},
|
|
3358
3368
|
target: {
|
|
3359
|
-
keywords: ['target', 'icon', '
|
|
3369
|
+
keywords: ['target', 'icon', 'target', 'bullseye'],
|
|
3360
3370
|
componentName: 'TargetIcon',
|
|
3361
3371
|
package: '@atlaskit/icon/core/target',
|
|
3362
3372
|
type: 'core',
|
|
@@ -3366,7 +3376,7 @@ const metadata = {
|
|
|
3366
3376
|
status: 'published'
|
|
3367
3377
|
},
|
|
3368
3378
|
task: {
|
|
3369
|
-
keywords: ['task', 'check', 'tick', 'icon', '
|
|
3379
|
+
keywords: ['task', 'check', 'tick', 'icon', 'single task', 'todo', 'list', 'check mark', 'tick'],
|
|
3370
3380
|
componentName: 'TaskIcon',
|
|
3371
3381
|
package: '@atlaskit/icon/core/task',
|
|
3372
3382
|
oldName: ['task'],
|
|
@@ -3377,7 +3387,7 @@ const metadata = {
|
|
|
3377
3387
|
status: 'published'
|
|
3378
3388
|
},
|
|
3379
3389
|
'task-in-progress': {
|
|
3380
|
-
keywords: ['task-in-progress', 'taskinprogress', 'icon', '
|
|
3390
|
+
keywords: ['task-in-progress', 'taskinprogress', 'icon', 'calendar', 'task', 'status', 'in progress'],
|
|
3381
3391
|
componentName: 'TaskInProgressIcon',
|
|
3382
3392
|
package: '@atlaskit/icon/core/task-in-progress',
|
|
3383
3393
|
type: 'core',
|
|
@@ -3387,7 +3397,7 @@ const metadata = {
|
|
|
3387
3397
|
status: 'published'
|
|
3388
3398
|
},
|
|
3389
3399
|
'task-to-do': {
|
|
3390
|
-
keywords: ['task-to-do', 'tasktodo', 'icon', '
|
|
3400
|
+
keywords: ['task-to-do', 'tasktodo', 'icon', 'calendar', 'task', 'to-do', 'todo', 'status'],
|
|
3391
3401
|
componentName: 'TaskToDoIcon',
|
|
3392
3402
|
package: '@atlaskit/icon/core/task-to-do',
|
|
3393
3403
|
type: 'core',
|
|
@@ -3397,7 +3407,7 @@ const metadata = {
|
|
|
3397
3407
|
status: 'published'
|
|
3398
3408
|
},
|
|
3399
3409
|
tasks: {
|
|
3400
|
-
keywords: ['tasks', 'icon', '
|
|
3410
|
+
keywords: ['tasks', 'icon', 'multiple tasks', 'todo', 'list', 'check mark', 'tick'],
|
|
3401
3411
|
componentName: 'TasksIcon',
|
|
3402
3412
|
package: '@atlaskit/icon/core/tasks',
|
|
3403
3413
|
type: 'core',
|
|
@@ -3407,7 +3417,7 @@ const metadata = {
|
|
|
3407
3417
|
status: 'published'
|
|
3408
3418
|
},
|
|
3409
3419
|
teams: {
|
|
3410
|
-
keywords: ['teams', 'icon', '
|
|
3420
|
+
keywords: ['teams', 'icon', 'infinite love', 'people', 'persons', 'customers', 'users'],
|
|
3411
3421
|
componentName: 'TeamsIcon',
|
|
3412
3422
|
package: '@atlaskit/icon/core/teams',
|
|
3413
3423
|
oldName: ['teams'],
|
|
@@ -3418,7 +3428,7 @@ const metadata = {
|
|
|
3418
3428
|
status: 'published'
|
|
3419
3429
|
},
|
|
3420
3430
|
text: {
|
|
3421
|
-
keywords: ['text', 'icon', '
|
|
3431
|
+
keywords: ['text', 'icon', 'character', 'font', 'letter', 'type', 'typography', 'text'],
|
|
3422
3432
|
componentName: 'TextIcon',
|
|
3423
3433
|
package: '@atlaskit/icon/core/text',
|
|
3424
3434
|
type: 'core',
|
|
@@ -3428,7 +3438,7 @@ const metadata = {
|
|
|
3428
3438
|
status: 'published'
|
|
3429
3439
|
},
|
|
3430
3440
|
'text-bold': {
|
|
3431
|
-
keywords: ['text-bold', 'textbold', 'icon', '
|
|
3441
|
+
keywords: ['text-bold', 'textbold', 'icon', 'text', 'type', 'bold', 'font'],
|
|
3432
3442
|
componentName: 'TextBoldIcon',
|
|
3433
3443
|
package: '@atlaskit/icon/core/text-bold',
|
|
3434
3444
|
oldName: ['editor/bold'],
|
|
@@ -3439,7 +3449,7 @@ const metadata = {
|
|
|
3439
3449
|
status: 'published'
|
|
3440
3450
|
},
|
|
3441
3451
|
'text-heading': {
|
|
3442
|
-
keywords: ['text-heading', 'textheading', 'icon', '
|
|
3452
|
+
keywords: ['text-heading', 'textheading', 'icon', 'text', 'heading', 'H', 'editor', 'text style'],
|
|
3443
3453
|
componentName: 'TextHeadingIcon',
|
|
3444
3454
|
package: '@atlaskit/icon/core/text-heading',
|
|
3445
3455
|
type: 'core',
|
|
@@ -3450,7 +3460,7 @@ const metadata = {
|
|
|
3450
3460
|
slackChannel: '#icon-contributions'
|
|
3451
3461
|
},
|
|
3452
3462
|
'text-indent-left': {
|
|
3453
|
-
keywords: ['text-indent-left', 'textindentleft', 'icon', '
|
|
3463
|
+
keywords: ['text-indent-left', 'textindentleft', 'icon', 'text', 'outdent', 'left', 'arrow'],
|
|
3454
3464
|
componentName: 'TextIndentLeftIcon',
|
|
3455
3465
|
package: '@atlaskit/icon/core/text-indent-left',
|
|
3456
3466
|
oldName: ['editor/outdent'],
|
|
@@ -3461,7 +3471,7 @@ const metadata = {
|
|
|
3461
3471
|
status: 'published'
|
|
3462
3472
|
},
|
|
3463
3473
|
'text-indent-right': {
|
|
3464
|
-
keywords: ['text-indent-right', 'textindentright', 'icon', '
|
|
3474
|
+
keywords: ['text-indent-right', 'textindentright', 'icon', 'text', 'indent', 'right', 'arrow'],
|
|
3465
3475
|
componentName: 'TextIndentRightIcon',
|
|
3466
3476
|
package: '@atlaskit/icon/core/text-indent-right',
|
|
3467
3477
|
oldName: ['editor/indent'],
|
|
@@ -3472,7 +3482,7 @@ const metadata = {
|
|
|
3472
3482
|
status: 'published'
|
|
3473
3483
|
},
|
|
3474
3484
|
'text-italic': {
|
|
3475
|
-
keywords: ['text-italic', 'textitalic', 'icon', '
|
|
3485
|
+
keywords: ['text-italic', 'textitalic', 'icon', 'text', 'type', 'italic', 'font'],
|
|
3476
3486
|
componentName: 'TextItalicIcon',
|
|
3477
3487
|
package: '@atlaskit/icon/core/text-italic',
|
|
3478
3488
|
oldName: ['editor/italic'],
|
|
@@ -3483,7 +3493,7 @@ const metadata = {
|
|
|
3483
3493
|
status: 'published'
|
|
3484
3494
|
},
|
|
3485
3495
|
'text-shorten': {
|
|
3486
|
-
keywords: ['text-shorten', 'textshorten', 'icon', '
|
|
3496
|
+
keywords: ['text-shorten', 'textshorten', 'icon', 'text', 'shorten', 'abbreviate', 'condense', 'AI'],
|
|
3487
3497
|
componentName: 'TextShortenIcon',
|
|
3488
3498
|
package: '@atlaskit/icon/core/text-shorten',
|
|
3489
3499
|
type: 'core',
|
|
@@ -3493,7 +3503,7 @@ const metadata = {
|
|
|
3493
3503
|
status: 'published'
|
|
3494
3504
|
},
|
|
3495
3505
|
'text-spellcheck': {
|
|
3496
|
-
keywords: ['text-spellcheck', 'textspellcheck', 'icon', '
|
|
3506
|
+
keywords: ['text-spellcheck', 'textspellcheck', 'icon', 'text', 'spelling', 'typo', 'spellcheck'],
|
|
3497
3507
|
componentName: 'TextSpellcheckIcon',
|
|
3498
3508
|
package: '@atlaskit/icon/core/text-spellcheck',
|
|
3499
3509
|
type: 'core',
|
|
@@ -3503,7 +3513,7 @@ const metadata = {
|
|
|
3503
3513
|
status: 'published'
|
|
3504
3514
|
},
|
|
3505
3515
|
'text-strikethrough': {
|
|
3506
|
-
keywords: ['text-strikethrough', 'textstrikethrough', 'icon', '
|
|
3516
|
+
keywords: ['text-strikethrough', 'textstrikethrough', 'icon', 'text', 'strikethrough', 'editor', 'cross out'],
|
|
3507
3517
|
componentName: 'TextStrikethroughIcon',
|
|
3508
3518
|
package: '@atlaskit/icon/core/text-strikethrough',
|
|
3509
3519
|
type: 'core',
|
|
@@ -3514,7 +3524,7 @@ const metadata = {
|
|
|
3514
3524
|
slackChannel: '#icon-contributions'
|
|
3515
3525
|
},
|
|
3516
3526
|
'text-style': {
|
|
3517
|
-
keywords: ['text-style', 'textstyle', 'icon', '
|
|
3527
|
+
keywords: ['text-style', 'textstyle', 'icon', 'characters', 'font', 'letters', 'type', 'typography'],
|
|
3518
3528
|
componentName: 'TextStyleIcon',
|
|
3519
3529
|
package: '@atlaskit/icon/core/text-style',
|
|
3520
3530
|
oldName: ['editor/text-style', 'emoji/keyboard'],
|
|
@@ -3525,7 +3535,7 @@ const metadata = {
|
|
|
3525
3535
|
status: 'published'
|
|
3526
3536
|
},
|
|
3527
3537
|
'text-underline': {
|
|
3528
|
-
keywords: ['text-underline', 'textunderline', 'icon', '
|
|
3538
|
+
keywords: ['text-underline', 'textunderline', 'icon', 'text', 'underline', 'U', 'editor'],
|
|
3529
3539
|
componentName: 'TextUnderlineIcon',
|
|
3530
3540
|
package: '@atlaskit/icon/core/text-underline',
|
|
3531
3541
|
type: 'core',
|
|
@@ -3536,7 +3546,7 @@ const metadata = {
|
|
|
3536
3546
|
slackChannel: '#icon-contributions'
|
|
3537
3547
|
},
|
|
3538
3548
|
'text-wrap': {
|
|
3539
|
-
keywords: ['text-wrap', 'textwrap', 'icon', '
|
|
3549
|
+
keywords: ['text-wrap', 'textwrap', 'icon', 'text', 'wrap', 'line wrap'],
|
|
3540
3550
|
componentName: 'TextWrapIcon',
|
|
3541
3551
|
package: '@atlaskit/icon/core/text-wrap',
|
|
3542
3552
|
type: 'core',
|
|
@@ -3546,7 +3556,7 @@ const metadata = {
|
|
|
3546
3556
|
status: 'published'
|
|
3547
3557
|
},
|
|
3548
3558
|
theme: {
|
|
3549
|
-
keywords: ['theme', 'icon', '
|
|
3559
|
+
keywords: ['theme', 'icon', 'theme', 'light mode', 'dark mode', 'theme switcher'],
|
|
3550
3560
|
componentName: 'ThemeIcon',
|
|
3551
3561
|
package: '@atlaskit/icon/core/theme',
|
|
3552
3562
|
type: 'core',
|
|
@@ -3556,7 +3566,7 @@ const metadata = {
|
|
|
3556
3566
|
status: 'published'
|
|
3557
3567
|
},
|
|
3558
3568
|
'thumbs-down': {
|
|
3559
|
-
keywords: ['thumbs-down', 'thumbsdown', 'icon', '
|
|
3569
|
+
keywords: ['thumbs-down', 'thumbsdown', 'icon', 'vote', 'downvote', 'dislike', 'feedback', 'hand'],
|
|
3560
3570
|
componentName: 'ThumbsDownIcon',
|
|
3561
3571
|
package: '@atlaskit/icon/core/thumbs-down',
|
|
3562
3572
|
type: 'core',
|
|
@@ -3566,7 +3576,7 @@ const metadata = {
|
|
|
3566
3576
|
status: 'published'
|
|
3567
3577
|
},
|
|
3568
3578
|
'thumbs-up': {
|
|
3569
|
-
keywords: ['thumbs-up', 'thumbsup', 'icon', '
|
|
3579
|
+
keywords: ['thumbs-up', 'thumbsup', 'icon', 'vote', 'upvote', 'like', 'feedback', 'hand'],
|
|
3570
3580
|
componentName: 'ThumbsUpIcon',
|
|
3571
3581
|
package: '@atlaskit/icon/core/thumbs-up',
|
|
3572
3582
|
oldName: ['like'],
|
|
@@ -3577,7 +3587,7 @@ const metadata = {
|
|
|
3577
3587
|
status: 'published'
|
|
3578
3588
|
},
|
|
3579
3589
|
timeline: {
|
|
3580
|
-
keywords: ['timeline', 'icon', '
|
|
3590
|
+
keywords: ['timeline', 'icon', 'gantt', 'calendar'],
|
|
3581
3591
|
componentName: 'TimelineIcon',
|
|
3582
3592
|
package: '@atlaskit/icon/core/timeline',
|
|
3583
3593
|
type: 'core',
|
|
@@ -3587,7 +3597,7 @@ const metadata = {
|
|
|
3587
3597
|
status: 'published'
|
|
3588
3598
|
},
|
|
3589
3599
|
tools: {
|
|
3590
|
-
keywords: ['tools', 'icon', '
|
|
3600
|
+
keywords: ['tools', 'icon', 'tools', 'wrench', 'spanner', 'screwdriver'],
|
|
3591
3601
|
componentName: 'ToolsIcon',
|
|
3592
3602
|
package: '@atlaskit/icon/core/tools',
|
|
3593
3603
|
type: 'core',
|
|
@@ -3597,7 +3607,7 @@ const metadata = {
|
|
|
3597
3607
|
status: 'published'
|
|
3598
3608
|
},
|
|
3599
3609
|
transition: {
|
|
3600
|
-
keywords: ['transition', 'icon', '
|
|
3610
|
+
keywords: ['transition', 'icon', 'connector', 'movement'],
|
|
3601
3611
|
componentName: 'TransitionIcon',
|
|
3602
3612
|
package: '@atlaskit/icon/core/transition',
|
|
3603
3613
|
type: 'core',
|
|
@@ -3607,7 +3617,7 @@ const metadata = {
|
|
|
3607
3617
|
status: 'published'
|
|
3608
3618
|
},
|
|
3609
3619
|
translate: {
|
|
3610
|
-
keywords: ['translate', 'icon', '
|
|
3620
|
+
keywords: ['translate', 'icon', 'translate', 'language', 'i18n', 'internationalization', 'internationalisation'],
|
|
3611
3621
|
componentName: 'TranslateIcon',
|
|
3612
3622
|
package: '@atlaskit/icon/core/translate',
|
|
3613
3623
|
type: 'core',
|
|
@@ -3617,7 +3627,7 @@ const metadata = {
|
|
|
3617
3627
|
status: 'published'
|
|
3618
3628
|
},
|
|
3619
3629
|
tree: {
|
|
3620
|
-
keywords: ['tree', 'icon', '
|
|
3630
|
+
keywords: ['tree', 'icon', 'tree', 'nature'],
|
|
3621
3631
|
componentName: 'TreeIcon',
|
|
3622
3632
|
package: '@atlaskit/icon/core/tree',
|
|
3623
3633
|
oldName: ['emoji/nature'],
|
|
@@ -3628,7 +3638,7 @@ const metadata = {
|
|
|
3628
3638
|
status: 'published'
|
|
3629
3639
|
},
|
|
3630
3640
|
undo: {
|
|
3631
|
-
keywords: ['undo', 'icon', '
|
|
3641
|
+
keywords: ['undo', 'icon', 'backward', 'mistake', 'correct'],
|
|
3632
3642
|
componentName: 'UndoIcon',
|
|
3633
3643
|
package: '@atlaskit/icon/core/undo',
|
|
3634
3644
|
oldName: ['editor/undo', 'undo'],
|
|
@@ -3639,7 +3649,7 @@ const metadata = {
|
|
|
3639
3649
|
status: 'published'
|
|
3640
3650
|
},
|
|
3641
3651
|
upload: {
|
|
3642
|
-
keywords: ['upload', 'cloud', 'icon', '
|
|
3652
|
+
keywords: ['upload', 'cloud', 'icon', 'stream', 'file'],
|
|
3643
3653
|
componentName: 'UploadIcon',
|
|
3644
3654
|
package: '@atlaskit/icon/core/upload',
|
|
3645
3655
|
oldName: ['export'],
|
|
@@ -3650,7 +3660,7 @@ const metadata = {
|
|
|
3650
3660
|
status: 'published'
|
|
3651
3661
|
},
|
|
3652
3662
|
'vehicle-car': {
|
|
3653
|
-
keywords: ['vehicle-car', 'vehiclecar', 'icon', '
|
|
3663
|
+
keywords: ['vehicle-car', 'vehiclecar', 'icon', 'car', 'transportation', 'vehicle'],
|
|
3654
3664
|
componentName: 'VehicleCarIcon',
|
|
3655
3665
|
package: '@atlaskit/icon/core/vehicle-car',
|
|
3656
3666
|
oldName: ['emoji/travel'],
|
|
@@ -3661,7 +3671,7 @@ const metadata = {
|
|
|
3661
3671
|
status: 'published'
|
|
3662
3672
|
},
|
|
3663
3673
|
video: {
|
|
3664
|
-
keywords: ['video', 'icon', '
|
|
3674
|
+
keywords: ['video', 'icon', 'media', 'movie'],
|
|
3665
3675
|
componentName: 'VideoIcon',
|
|
3666
3676
|
package: '@atlaskit/icon/core/video',
|
|
3667
3677
|
oldName: ['media-services/video', 'hipchat/sd-video', 'vid-camera-on', 'video-circle', 'video-filled'],
|
|
@@ -3672,7 +3682,7 @@ const metadata = {
|
|
|
3672
3682
|
status: 'published'
|
|
3673
3683
|
},
|
|
3674
3684
|
'video-next': {
|
|
3675
|
-
keywords: ['video-next', 'videonext', 'icon', '
|
|
3685
|
+
keywords: ['video-next', 'videonext', 'icon', 'skip', 'next', 'media', 'forward'],
|
|
3676
3686
|
componentName: 'VideoNextIcon',
|
|
3677
3687
|
package: '@atlaskit/icon/core/video-next',
|
|
3678
3688
|
type: 'core',
|
|
@@ -3682,7 +3692,7 @@ const metadata = {
|
|
|
3682
3692
|
status: 'published'
|
|
3683
3693
|
},
|
|
3684
3694
|
'video-next-overlay': {
|
|
3685
|
-
keywords: ['video-next-overlay', 'videonextoverlay', 'icon', '
|
|
3695
|
+
keywords: ['video-next-overlay', 'videonextoverlay', 'icon', 'skip', 'next', 'media', 'forward', 'filled'],
|
|
3686
3696
|
componentName: 'VideoNextOverlayIcon',
|
|
3687
3697
|
package: '@atlaskit/icon/core/video-next-overlay',
|
|
3688
3698
|
type: 'core',
|
|
@@ -3692,7 +3702,7 @@ const metadata = {
|
|
|
3692
3702
|
status: 'published'
|
|
3693
3703
|
},
|
|
3694
3704
|
'video-pause': {
|
|
3695
|
-
keywords: ['video-pause', 'videopause', 'icon', '
|
|
3705
|
+
keywords: ['video-pause', 'videopause', 'icon', 'media', 'video'],
|
|
3696
3706
|
componentName: 'VideoPauseIcon',
|
|
3697
3707
|
package: '@atlaskit/icon/core/video-pause',
|
|
3698
3708
|
oldName: ['vid-pause'],
|
|
@@ -3703,7 +3713,7 @@ const metadata = {
|
|
|
3703
3713
|
status: 'published'
|
|
3704
3714
|
},
|
|
3705
3715
|
'video-pause-overlay': {
|
|
3706
|
-
keywords: ['video-pause-overlay', 'videopauseoverlay', 'icon', '
|
|
3716
|
+
keywords: ['video-pause-overlay', 'videopauseoverlay', 'icon', 'media', 'video', 'filled'],
|
|
3707
3717
|
componentName: 'VideoPauseOverlayIcon',
|
|
3708
3718
|
package: '@atlaskit/icon/core/video-pause-overlay',
|
|
3709
3719
|
type: 'core',
|
|
@@ -3713,7 +3723,7 @@ const metadata = {
|
|
|
3713
3723
|
status: 'published'
|
|
3714
3724
|
},
|
|
3715
3725
|
'video-play': {
|
|
3716
|
-
keywords: ['video-play', 'videoplay', 'icon', '
|
|
3726
|
+
keywords: ['video-play', 'videoplay', 'icon', 'media', 'video'],
|
|
3717
3727
|
componentName: 'VideoPlayIcon',
|
|
3718
3728
|
package: '@atlaskit/icon/core/video-play',
|
|
3719
3729
|
oldName: ['vid-play'],
|
|
@@ -3724,7 +3734,7 @@ const metadata = {
|
|
|
3724
3734
|
status: 'published'
|
|
3725
3735
|
},
|
|
3726
3736
|
'video-play-overlay': {
|
|
3727
|
-
keywords: ['video-play-overlay', 'videoplayoverlay', 'icon', '
|
|
3737
|
+
keywords: ['video-play-overlay', 'videoplayoverlay', 'icon', 'media', 'video', 'filled'],
|
|
3728
3738
|
componentName: 'VideoPlayOverlayIcon',
|
|
3729
3739
|
package: '@atlaskit/icon/core/video-play-overlay',
|
|
3730
3740
|
type: 'core',
|
|
@@ -3734,7 +3744,7 @@ const metadata = {
|
|
|
3734
3744
|
status: 'published'
|
|
3735
3745
|
},
|
|
3736
3746
|
'video-previous': {
|
|
3737
|
-
keywords: ['video-previous', 'videoprevious', 'icon', '
|
|
3747
|
+
keywords: ['video-previous', 'videoprevious', 'icon', 'media', 'video', 'back', 'previous'],
|
|
3738
3748
|
componentName: 'VideoPreviousIcon',
|
|
3739
3749
|
package: '@atlaskit/icon/core/video-previous',
|
|
3740
3750
|
type: 'core',
|
|
@@ -3744,7 +3754,7 @@ const metadata = {
|
|
|
3744
3754
|
status: 'published'
|
|
3745
3755
|
},
|
|
3746
3756
|
'video-previous-overlay': {
|
|
3747
|
-
keywords: ['video-previous-overlay', 'videopreviousoverlay', 'icon', '
|
|
3757
|
+
keywords: ['video-previous-overlay', 'videopreviousoverlay', 'icon', 'media', 'video', 'back', 'previous', 'filled'],
|
|
3748
3758
|
componentName: 'VideoPreviousOverlayIcon',
|
|
3749
3759
|
package: '@atlaskit/icon/core/video-previous-overlay',
|
|
3750
3760
|
type: 'core',
|
|
@@ -3754,7 +3764,7 @@ const metadata = {
|
|
|
3754
3764
|
status: 'published'
|
|
3755
3765
|
},
|
|
3756
3766
|
'video-skip-backward-fifteen': {
|
|
3757
|
-
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', '
|
|
3767
|
+
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
3758
3768
|
componentName: 'VideoSkipBackwardFifteenIcon',
|
|
3759
3769
|
package: '@atlaskit/icon/core/video-skip-backward-fifteen',
|
|
3760
3770
|
type: 'core',
|
|
@@ -3764,7 +3774,7 @@ const metadata = {
|
|
|
3764
3774
|
status: 'published'
|
|
3765
3775
|
},
|
|
3766
3776
|
'video-skip-backward-ten': {
|
|
3767
|
-
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', '
|
|
3777
|
+
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
3768
3778
|
componentName: 'VideoSkipBackwardTenIcon',
|
|
3769
3779
|
package: '@atlaskit/icon/core/video-skip-backward-ten',
|
|
3770
3780
|
type: 'core',
|
|
@@ -3774,7 +3784,7 @@ const metadata = {
|
|
|
3774
3784
|
status: 'published'
|
|
3775
3785
|
},
|
|
3776
3786
|
'video-skip-forward-fifteen': {
|
|
3777
|
-
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', '
|
|
3787
|
+
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
3778
3788
|
componentName: 'VideoSkipForwardFifteenIcon',
|
|
3779
3789
|
package: '@atlaskit/icon/core/video-skip-forward-fifteen',
|
|
3780
3790
|
type: 'core',
|
|
@@ -3784,7 +3794,7 @@ const metadata = {
|
|
|
3784
3794
|
status: 'published'
|
|
3785
3795
|
},
|
|
3786
3796
|
'video-skip-forward-ten': {
|
|
3787
|
-
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', '
|
|
3797
|
+
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
3788
3798
|
componentName: 'VideoSkipForwardTenIcon',
|
|
3789
3799
|
package: '@atlaskit/icon/core/video-skip-forward-ten',
|
|
3790
3800
|
type: 'core',
|
|
@@ -3794,7 +3804,7 @@ const metadata = {
|
|
|
3794
3804
|
status: 'published'
|
|
3795
3805
|
},
|
|
3796
3806
|
'video-stop': {
|
|
3797
|
-
keywords: ['video-stop', 'videostop', 'icon', '
|
|
3807
|
+
keywords: ['video-stop', 'videostop', 'icon', 'video', 'stop'],
|
|
3798
3808
|
componentName: 'VideoStopIcon',
|
|
3799
3809
|
package: '@atlaskit/icon/core/video-stop',
|
|
3800
3810
|
type: 'core',
|
|
@@ -3804,7 +3814,7 @@ const metadata = {
|
|
|
3804
3814
|
status: 'published'
|
|
3805
3815
|
},
|
|
3806
3816
|
'video-stop-overlay': {
|
|
3807
|
-
keywords: ['video-stop-overlay', 'videostopoverlay', 'icon', '
|
|
3817
|
+
keywords: ['video-stop-overlay', 'videostopoverlay', 'icon', 'video', 'stop', 'overlay', 'inverse'],
|
|
3808
3818
|
componentName: 'VideoStopOverlayIcon',
|
|
3809
3819
|
package: '@atlaskit/icon/core/video-stop-overlay',
|
|
3810
3820
|
type: 'core',
|
|
@@ -3814,7 +3824,7 @@ const metadata = {
|
|
|
3814
3824
|
status: 'published'
|
|
3815
3825
|
},
|
|
3816
3826
|
'volume-high': {
|
|
3817
|
-
keywords: ['volume-high', 'volumehigh', 'icon', '
|
|
3827
|
+
keywords: ['volume-high', 'volumehigh', 'icon', 'louder', 'volume up'],
|
|
3818
3828
|
componentName: 'VolumeHighIcon',
|
|
3819
3829
|
package: '@atlaskit/icon/core/volume-high',
|
|
3820
3830
|
oldName: ['hipchat/outgoing-sound', 'vid-volume-full'],
|
|
@@ -3825,7 +3835,7 @@ const metadata = {
|
|
|
3825
3835
|
status: 'published'
|
|
3826
3836
|
},
|
|
3827
3837
|
'volume-low': {
|
|
3828
|
-
keywords: ['volume-low', 'volumelow', 'icon', '
|
|
3838
|
+
keywords: ['volume-low', 'volumelow', 'icon', 'quiter', 'volume down'],
|
|
3829
3839
|
componentName: 'VolumeLowIcon',
|
|
3830
3840
|
package: '@atlaskit/icon/core/volume-low',
|
|
3831
3841
|
oldName: ['vid-volume-half'],
|
|
@@ -3836,7 +3846,7 @@ const metadata = {
|
|
|
3836
3846
|
status: 'published'
|
|
3837
3847
|
},
|
|
3838
3848
|
'volume-muted': {
|
|
3839
|
-
keywords: ['volume-muted', 'volumemuted', 'icon', '
|
|
3849
|
+
keywords: ['volume-muted', 'volumemuted', 'icon', 'volume off', 'no volume'],
|
|
3840
3850
|
componentName: 'VolumeMutedIcon',
|
|
3841
3851
|
package: '@atlaskit/icon/core/volume-muted',
|
|
3842
3852
|
oldName: ['vid-volume-muted'],
|
|
@@ -3847,7 +3857,7 @@ const metadata = {
|
|
|
3847
3857
|
status: 'published'
|
|
3848
3858
|
},
|
|
3849
3859
|
warning: {
|
|
3850
|
-
keywords: ['warning', 'error', 'alert', 'icon', '
|
|
3860
|
+
keywords: ['warning', 'error', 'alert', 'icon', 'alert', 'filled', 'exclamation', '!', 'warning', 'status'],
|
|
3851
3861
|
componentName: 'WarningIcon',
|
|
3852
3862
|
package: '@atlaskit/icon/core/warning',
|
|
3853
3863
|
oldName: ['editor/warning', 'warning'],
|
|
@@ -3863,7 +3873,7 @@ const metadata = {
|
|
|
3863
3873
|
status: 'deprecated'
|
|
3864
3874
|
},
|
|
3865
3875
|
whiteboard: {
|
|
3866
|
-
keywords: ['whiteboard', 'icon', '
|
|
3876
|
+
keywords: ['whiteboard', 'icon', 'shapes', 'canvas'],
|
|
3867
3877
|
componentName: 'WhiteboardIcon',
|
|
3868
3878
|
package: '@atlaskit/icon/core/whiteboard',
|
|
3869
3879
|
type: 'core',
|
|
@@ -3873,7 +3883,7 @@ const metadata = {
|
|
|
3873
3883
|
status: 'published'
|
|
3874
3884
|
},
|
|
3875
3885
|
'work-item': {
|
|
3876
|
-
keywords: ['work-item', 'workitem', 'icon', '
|
|
3886
|
+
keywords: ['work-item', 'workitem', 'icon', 'check mark', 'tick', 'work item', 'work type'],
|
|
3877
3887
|
componentName: 'WorkItemIcon',
|
|
3878
3888
|
package: '@atlaskit/icon/core/work-item',
|
|
3879
3889
|
oldName: ['issue'],
|
|
@@ -3884,7 +3894,7 @@ const metadata = {
|
|
|
3884
3894
|
status: 'published'
|
|
3885
3895
|
},
|
|
3886
3896
|
'work-items': {
|
|
3887
|
-
keywords: ['work-items', 'workitems', 'icon', '
|
|
3897
|
+
keywords: ['work-items', 'workitems', 'icon', 'check mark', 'tick', 'work items', 'work type'],
|
|
3888
3898
|
componentName: 'WorkItemsIcon',
|
|
3889
3899
|
package: '@atlaskit/icon/core/work-items',
|
|
3890
3900
|
oldName: ['issues'],
|
|
@@ -3895,7 +3905,7 @@ const metadata = {
|
|
|
3895
3905
|
status: 'published'
|
|
3896
3906
|
},
|
|
3897
3907
|
'zoom-in': {
|
|
3898
|
-
keywords: ['zoom-in', 'zoomin', 'icon', '
|
|
3908
|
+
keywords: ['zoom-in', 'zoomin', 'icon', 'magnify', 'magnifying glass'],
|
|
3899
3909
|
componentName: 'ZoomInIcon',
|
|
3900
3910
|
package: '@atlaskit/icon/core/zoom-in',
|
|
3901
3911
|
oldName: ['media-services/zoom-in'],
|
|
@@ -3906,7 +3916,7 @@ const metadata = {
|
|
|
3906
3916
|
status: 'published'
|
|
3907
3917
|
},
|
|
3908
3918
|
'zoom-out': {
|
|
3909
|
-
keywords: ['zoom-out', 'zoomout', 'icon', '
|
|
3919
|
+
keywords: ['zoom-out', 'zoomout', 'icon', 'minify', 'magnifying glass'],
|
|
3910
3920
|
componentName: 'ZoomOutIcon',
|
|
3911
3921
|
package: '@atlaskit/icon/core/zoom-out',
|
|
3912
3922
|
oldName: ['media-services/zoom-out'],
|