@atlaskit/icon-lab 5.2.0 → 5.3.1
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 +32 -0
- package/build/index.tsx +3 -3
- package/core/chart-area.d.ts +13 -0
- package/core/chart-area.js +28 -0
- package/core/chart-bar-line.d.ts +13 -0
- package/core/chart-bar-line.js +28 -0
- package/core/chart-box-plot.d.ts +13 -0
- package/core/chart-box-plot.js +28 -0
- package/core/chart-scatter-plot.d.ts +13 -0
- package/core/chart-scatter-plot.js +28 -0
- package/core/signpost.d.ts +13 -0
- package/core/signpost.js +27 -0
- package/core/terminal.d.ts +13 -0
- package/core/terminal.js +27 -0
- package/dist/cjs/metadata-core.js +300 -242
- package/dist/es2019/metadata-core.js +300 -242
- package/dist/esm/metadata-core.js +300 -242
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +8 -8
- package/svgs/core/chart-area.svg +1 -0
- package/svgs/core/chart-bar-line.svg +1 -0
- package/svgs/core/chart-box-plot.svg +1 -0
- package/svgs/core/chart-scatter-plot.svg +1 -0
- package/svgs/core/signpost.svg +1 -0
- package/svgs/core/terminal.svg +1 -0
|
@@ -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::9ed294fef6163b2ae2dc2833cd91be87>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
const metadata = {
|
|
11
11
|
'ai-generative-audio-briefing': {
|
|
12
|
-
keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', '
|
|
12
|
+
keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', 'audio briefing', 'breifing', 'podcast', 'headphones', 'AI'],
|
|
13
13
|
componentName: 'AiGenerativeAudioBriefingIcon',
|
|
14
14
|
package: '@atlaskit/icon-lab/core/ai-generative-audio-briefing',
|
|
15
15
|
type: 'core',
|
|
@@ -19,7 +19,7 @@ const metadata = {
|
|
|
19
19
|
status: 'published'
|
|
20
20
|
},
|
|
21
21
|
'ai-generative-chapters': {
|
|
22
|
-
keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', '
|
|
22
|
+
keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', 'book', 'AI', 'automation'],
|
|
23
23
|
componentName: 'AiGenerativeChaptersIcon',
|
|
24
24
|
package: '@atlaskit/icon-lab/core/ai-generative-chapters',
|
|
25
25
|
type: 'core',
|
|
@@ -30,7 +30,7 @@ const metadata = {
|
|
|
30
30
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
31
31
|
},
|
|
32
32
|
'ai-generative-cleanup': {
|
|
33
|
-
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', '
|
|
33
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'broom', 'tidy', 'clean up'],
|
|
34
34
|
componentName: 'AiGenerativeCleanupIcon',
|
|
35
35
|
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
36
36
|
type: 'core',
|
|
@@ -41,7 +41,7 @@ const metadata = {
|
|
|
41
41
|
slackChannel: '#icon-contributions'
|
|
42
42
|
},
|
|
43
43
|
'ai-generative-remove': {
|
|
44
|
-
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', '
|
|
44
|
+
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'eraser', 'AI', 'automation'],
|
|
45
45
|
componentName: 'AiGenerativeRemoveIcon',
|
|
46
46
|
package: '@atlaskit/icon-lab/core/ai-generative-remove',
|
|
47
47
|
type: 'core',
|
|
@@ -52,7 +52,7 @@ const metadata = {
|
|
|
52
52
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
53
53
|
},
|
|
54
54
|
'ai-generative-remove-silence': {
|
|
55
|
-
keywords: ['ai-generative-remove-silence', 'aigenerativeremovesilence', 'icon', 'icon-lab', '
|
|
55
|
+
keywords: ['ai-generative-remove-silence', 'aigenerativeremovesilence', 'icon', 'icon-lab', 'empty', 'AI', 'automation', 'pauses', 'silences'],
|
|
56
56
|
componentName: 'AiGenerativeRemoveSilenceIcon',
|
|
57
57
|
package: '@atlaskit/icon-lab/core/ai-generative-remove-silence',
|
|
58
58
|
type: 'core',
|
|
@@ -63,7 +63,7 @@ const metadata = {
|
|
|
63
63
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
64
64
|
},
|
|
65
65
|
'ai-generative-text': {
|
|
66
|
-
keywords: ['ai-generative-text', 'aigenerativetext', 'icon', 'icon-lab', '
|
|
66
|
+
keywords: ['ai-generative-text', 'aigenerativetext', 'icon', 'icon-lab', 'pencil', 'AI', 'automation'],
|
|
67
67
|
componentName: 'AiGenerativeTextIcon',
|
|
68
68
|
package: '@atlaskit/icon-lab/core/ai-generative-text',
|
|
69
69
|
type: 'core',
|
|
@@ -74,7 +74,7 @@ const metadata = {
|
|
|
74
74
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
75
75
|
},
|
|
76
76
|
'ai-generative-text-title': {
|
|
77
|
-
keywords: ['ai-generative-text-title', 'aigenerativetexttitle', 'icon', 'icon-lab', '
|
|
77
|
+
keywords: ['ai-generative-text-title', 'aigenerativetexttitle', 'icon', 'icon-lab', 'text', 'AI', 'automation', 'header'],
|
|
78
78
|
componentName: 'AiGenerativeTextTitleIcon',
|
|
79
79
|
package: '@atlaskit/icon-lab/core/ai-generative-text-title',
|
|
80
80
|
type: 'core',
|
|
@@ -85,7 +85,7 @@ const metadata = {
|
|
|
85
85
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
86
86
|
},
|
|
87
87
|
'align-content-bottom': {
|
|
88
|
-
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', '
|
|
88
|
+
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'bottom', 'vertical'],
|
|
89
89
|
componentName: 'AlignContentBottomIcon',
|
|
90
90
|
package: '@atlaskit/icon-lab/core/align-content-bottom',
|
|
91
91
|
type: 'core',
|
|
@@ -95,7 +95,7 @@ const metadata = {
|
|
|
95
95
|
status: 'published'
|
|
96
96
|
},
|
|
97
97
|
'align-content-center-horizontal': {
|
|
98
|
-
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', '
|
|
98
|
+
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'center', 'middle', 'horizontal'],
|
|
99
99
|
componentName: 'AlignContentCenterHorizontalIcon',
|
|
100
100
|
package: '@atlaskit/icon-lab/core/align-content-center-horizontal',
|
|
101
101
|
type: 'core',
|
|
@@ -105,7 +105,7 @@ const metadata = {
|
|
|
105
105
|
status: 'published'
|
|
106
106
|
},
|
|
107
107
|
'align-content-center-vertical': {
|
|
108
|
-
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', '
|
|
108
|
+
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'center', 'vertical'],
|
|
109
109
|
componentName: 'AlignContentCenterVerticalIcon',
|
|
110
110
|
package: '@atlaskit/icon-lab/core/align-content-center-vertical',
|
|
111
111
|
type: 'core',
|
|
@@ -115,7 +115,7 @@ const metadata = {
|
|
|
115
115
|
status: 'published'
|
|
116
116
|
},
|
|
117
117
|
'align-content-left': {
|
|
118
|
-
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', '
|
|
118
|
+
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'left', 'horizontal'],
|
|
119
119
|
componentName: 'AlignContentLeftIcon',
|
|
120
120
|
package: '@atlaskit/icon-lab/core/align-content-left',
|
|
121
121
|
type: 'core',
|
|
@@ -125,7 +125,7 @@ const metadata = {
|
|
|
125
125
|
status: 'published'
|
|
126
126
|
},
|
|
127
127
|
'align-content-right': {
|
|
128
|
-
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', '
|
|
128
|
+
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'right', 'horizontal'],
|
|
129
129
|
componentName: 'AlignContentRightIcon',
|
|
130
130
|
package: '@atlaskit/icon-lab/core/align-content-right',
|
|
131
131
|
type: 'core',
|
|
@@ -135,7 +135,7 @@ const metadata = {
|
|
|
135
135
|
status: 'published'
|
|
136
136
|
},
|
|
137
137
|
'align-content-top': {
|
|
138
|
-
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', '
|
|
138
|
+
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'top', 'vertical'],
|
|
139
139
|
componentName: 'AlignContentTopIcon',
|
|
140
140
|
package: '@atlaskit/icon-lab/core/align-content-top',
|
|
141
141
|
type: 'core',
|
|
@@ -145,7 +145,7 @@ const metadata = {
|
|
|
145
145
|
status: 'published'
|
|
146
146
|
},
|
|
147
147
|
'align-position-bottom': {
|
|
148
|
-
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', '
|
|
148
|
+
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', 'align', 'alignment', 'middle', 'text position', 'bottom', 'vertical'],
|
|
149
149
|
componentName: 'AlignPositionBottomIcon',
|
|
150
150
|
package: '@atlaskit/icon-lab/core/align-position-bottom',
|
|
151
151
|
type: 'core',
|
|
@@ -155,7 +155,7 @@ const metadata = {
|
|
|
155
155
|
status: 'published'
|
|
156
156
|
},
|
|
157
157
|
'align-position-center-vertical': {
|
|
158
|
-
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', '
|
|
158
|
+
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', 'align', 'alignment', 'middle', 'center', 'text position', 'vertical'],
|
|
159
159
|
componentName: 'AlignPositionCenterVerticalIcon',
|
|
160
160
|
package: '@atlaskit/icon-lab/core/align-position-center-vertical',
|
|
161
161
|
type: 'core',
|
|
@@ -165,7 +165,7 @@ const metadata = {
|
|
|
165
165
|
status: 'published'
|
|
166
166
|
},
|
|
167
167
|
'align-position-top': {
|
|
168
|
-
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', '
|
|
168
|
+
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', 'align', 'alignment', 'top edge', 'text position', 'vertical'],
|
|
169
169
|
componentName: 'AlignPositionTopIcon',
|
|
170
170
|
package: '@atlaskit/icon-lab/core/align-position-top',
|
|
171
171
|
type: 'core',
|
|
@@ -175,7 +175,7 @@ const metadata = {
|
|
|
175
175
|
status: 'published'
|
|
176
176
|
},
|
|
177
177
|
'arrows-diagonal-up-right-down-left': {
|
|
178
|
-
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', '
|
|
178
|
+
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
179
179
|
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
180
180
|
package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
|
|
181
181
|
type: 'core',
|
|
@@ -185,7 +185,7 @@ const metadata = {
|
|
|
185
185
|
status: 'published'
|
|
186
186
|
},
|
|
187
187
|
'assets-data-manager': {
|
|
188
|
-
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', '
|
|
188
|
+
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
189
189
|
componentName: 'AssetsDataManagerIcon',
|
|
190
190
|
package: '@atlaskit/icon-lab/core/assets-data-manager',
|
|
191
191
|
type: 'core',
|
|
@@ -195,7 +195,7 @@ const metadata = {
|
|
|
195
195
|
status: 'published'
|
|
196
196
|
},
|
|
197
197
|
'assets-graph': {
|
|
198
|
-
keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', '
|
|
198
|
+
keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'assets', 'graph'],
|
|
199
199
|
componentName: 'AssetsGraphIcon',
|
|
200
200
|
package: '@atlaskit/icon-lab/core/assets-graph',
|
|
201
201
|
type: 'core',
|
|
@@ -205,7 +205,7 @@ const metadata = {
|
|
|
205
205
|
status: 'published'
|
|
206
206
|
},
|
|
207
207
|
'assets-schema': {
|
|
208
|
-
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', '
|
|
208
|
+
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
|
|
209
209
|
componentName: 'AssetsSchemaIcon',
|
|
210
210
|
package: '@atlaskit/icon-lab/core/assets-schema',
|
|
211
211
|
type: 'core',
|
|
@@ -215,7 +215,7 @@ const metadata = {
|
|
|
215
215
|
status: 'published'
|
|
216
216
|
},
|
|
217
217
|
atom: {
|
|
218
|
-
keywords: ['atom', 'icon', 'icon-lab', '
|
|
218
|
+
keywords: ['atom', 'icon', 'icon-lab', 'atom', 'molecule', 'atomic design'],
|
|
219
219
|
componentName: 'AtomIcon',
|
|
220
220
|
package: '@atlaskit/icon-lab/core/atom',
|
|
221
221
|
type: 'core',
|
|
@@ -225,7 +225,7 @@ const metadata = {
|
|
|
225
225
|
slackChannel: '#icon-contributions'
|
|
226
226
|
},
|
|
227
227
|
'audio-waveform': {
|
|
228
|
-
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', '
|
|
228
|
+
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
229
229
|
componentName: 'AudioWaveformIcon',
|
|
230
230
|
package: '@atlaskit/icon-lab/core/audio-waveform',
|
|
231
231
|
type: 'core',
|
|
@@ -235,7 +235,7 @@ const metadata = {
|
|
|
235
235
|
status: 'published'
|
|
236
236
|
},
|
|
237
237
|
'beach-umbrella': {
|
|
238
|
-
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', '
|
|
238
|
+
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
|
|
239
239
|
componentName: 'BeachUmbrellaIcon',
|
|
240
240
|
package: '@atlaskit/icon-lab/core/beach-umbrella',
|
|
241
241
|
type: 'core',
|
|
@@ -245,7 +245,7 @@ const metadata = {
|
|
|
245
245
|
status: 'published'
|
|
246
246
|
},
|
|
247
247
|
bluetooth: {
|
|
248
|
-
keywords: ['bluetooth', 'icon', 'icon-lab', '
|
|
248
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
249
249
|
componentName: 'BluetoothIcon',
|
|
250
250
|
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
251
251
|
type: 'core',
|
|
@@ -256,7 +256,7 @@ const metadata = {
|
|
|
256
256
|
slackChannel: '#icon-contributions'
|
|
257
257
|
},
|
|
258
258
|
blur: {
|
|
259
|
-
keywords: ['blur', 'icon', 'icon-lab'
|
|
259
|
+
keywords: ['blur', 'icon', 'icon-lab'],
|
|
260
260
|
componentName: 'BlurIcon',
|
|
261
261
|
package: '@atlaskit/icon-lab/core/blur',
|
|
262
262
|
type: 'core',
|
|
@@ -267,7 +267,7 @@ const metadata = {
|
|
|
267
267
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
268
268
|
},
|
|
269
269
|
'book-open': {
|
|
270
|
-
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', '
|
|
270
|
+
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'book', 'knowledgebase article'],
|
|
271
271
|
componentName: 'BookOpenIcon',
|
|
272
272
|
package: '@atlaskit/icon-lab/core/book-open',
|
|
273
273
|
type: 'core',
|
|
@@ -277,7 +277,7 @@ const metadata = {
|
|
|
277
277
|
status: 'published'
|
|
278
278
|
},
|
|
279
279
|
boolean: {
|
|
280
|
-
keywords: ['boolean', 'icon', 'icon-lab', '
|
|
280
|
+
keywords: ['boolean', 'icon', 'icon-lab', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
|
|
281
281
|
componentName: 'BooleanIcon',
|
|
282
282
|
package: '@atlaskit/icon-lab/core/boolean',
|
|
283
283
|
type: 'core',
|
|
@@ -287,7 +287,7 @@ const metadata = {
|
|
|
287
287
|
status: 'published'
|
|
288
288
|
},
|
|
289
289
|
'browser-extension': {
|
|
290
|
-
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', '
|
|
290
|
+
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
|
|
291
291
|
componentName: 'BrowserExtensionIcon',
|
|
292
292
|
package: '@atlaskit/icon-lab/core/browser-extension',
|
|
293
293
|
type: 'core',
|
|
@@ -298,7 +298,7 @@ const metadata = {
|
|
|
298
298
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
299
299
|
},
|
|
300
300
|
calculate: {
|
|
301
|
-
keywords: ['calculate', 'icon', 'icon-lab', '
|
|
301
|
+
keywords: ['calculate', 'icon', 'icon-lab', 'Calculate', 'databases', 'summation'],
|
|
302
302
|
componentName: 'CalculateIcon',
|
|
303
303
|
package: '@atlaskit/icon-lab/core/calculate',
|
|
304
304
|
type: 'core',
|
|
@@ -307,8 +307,48 @@ const metadata = {
|
|
|
307
307
|
team: 'Databases',
|
|
308
308
|
status: 'published'
|
|
309
309
|
},
|
|
310
|
+
'chart-area': {
|
|
311
|
+
keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', 'chart', 'area', 'analytics', 'graph'],
|
|
312
|
+
componentName: 'ChartAreaIcon',
|
|
313
|
+
package: '@atlaskit/icon-lab/core/chart-area',
|
|
314
|
+
type: 'core',
|
|
315
|
+
categorization: 'multi-purpose',
|
|
316
|
+
usage: 'Known uses: Area charts',
|
|
317
|
+
team: 'Data Experiences',
|
|
318
|
+
status: 'published'
|
|
319
|
+
},
|
|
320
|
+
'chart-bar-line': {
|
|
321
|
+
keywords: ['chart-bar-line', 'chartbarline', 'icon', 'icon-lab', 'chart', 'bar', 'line', 'trend', 'graph', 'analytics'],
|
|
322
|
+
componentName: 'ChartBarLineIcon',
|
|
323
|
+
package: '@atlaskit/icon-lab/core/chart-bar-line',
|
|
324
|
+
type: 'core',
|
|
325
|
+
categorization: 'multi-purpose',
|
|
326
|
+
usage: 'Known uses: Bar charts with trend lines',
|
|
327
|
+
team: 'Data Experiences',
|
|
328
|
+
status: 'published'
|
|
329
|
+
},
|
|
330
|
+
'chart-box-plot': {
|
|
331
|
+
keywords: ['chart-box-plot', 'chartboxplot', 'icon', 'icon-lab', 'chart', 'box plot', 'whisker', 'distribution', 'quartile', 'analytics'],
|
|
332
|
+
componentName: 'ChartBoxPlotIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/chart-box-plot',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'multi-purpose',
|
|
336
|
+
usage: 'Known uses: Box plot charts',
|
|
337
|
+
team: 'Data Experiences',
|
|
338
|
+
status: 'published'
|
|
339
|
+
},
|
|
340
|
+
'chart-scatter-plot': {
|
|
341
|
+
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
|
|
342
|
+
componentName: 'ChartScatterPlotIcon',
|
|
343
|
+
package: '@atlaskit/icon-lab/core/chart-scatter-plot',
|
|
344
|
+
type: 'core',
|
|
345
|
+
categorization: 'multi-purpose',
|
|
346
|
+
usage: 'Known uses: Scatter plot chart',
|
|
347
|
+
team: 'Data Experiences',
|
|
348
|
+
status: 'published'
|
|
349
|
+
},
|
|
310
350
|
'cloud-offline': {
|
|
311
|
-
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', '
|
|
351
|
+
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
312
352
|
componentName: 'CloudOfflineIcon',
|
|
313
353
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
314
354
|
type: 'core',
|
|
@@ -318,7 +358,7 @@ const metadata = {
|
|
|
318
358
|
status: 'published'
|
|
319
359
|
},
|
|
320
360
|
'cloud-saved': {
|
|
321
|
-
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', '
|
|
361
|
+
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', 'cloud', 'check mark', 'saved', 'success'],
|
|
322
362
|
componentName: 'CloudSavedIcon',
|
|
323
363
|
package: '@atlaskit/icon-lab/core/cloud-saved',
|
|
324
364
|
type: 'core',
|
|
@@ -328,7 +368,7 @@ const metadata = {
|
|
|
328
368
|
status: 'published'
|
|
329
369
|
},
|
|
330
370
|
coins: {
|
|
331
|
-
keywords: ['coins', 'icon', 'icon-lab', '
|
|
371
|
+
keywords: ['coins', 'icon', 'icon-lab', 'money', 'loose change', 'currency'],
|
|
332
372
|
componentName: 'CoinsIcon',
|
|
333
373
|
package: '@atlaskit/icon-lab/core/coins',
|
|
334
374
|
type: 'core',
|
|
@@ -338,7 +378,7 @@ const metadata = {
|
|
|
338
378
|
status: 'published'
|
|
339
379
|
},
|
|
340
380
|
'colour-none': {
|
|
341
|
-
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', '
|
|
381
|
+
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
|
|
342
382
|
componentName: 'ColourNoneIcon',
|
|
343
383
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
344
384
|
type: 'core',
|
|
@@ -348,7 +388,7 @@ const metadata = {
|
|
|
348
388
|
status: 'published'
|
|
349
389
|
},
|
|
350
390
|
compare: {
|
|
351
|
-
keywords: ['compare', 'icon', 'icon-lab', '
|
|
391
|
+
keywords: ['compare', 'icon', 'icon-lab', 'compare', 'git', 'bitbucket', 'diff'],
|
|
352
392
|
componentName: 'CompareIcon',
|
|
353
393
|
package: '@atlaskit/icon-lab/core/compare',
|
|
354
394
|
type: 'core',
|
|
@@ -358,7 +398,7 @@ const metadata = {
|
|
|
358
398
|
status: 'published'
|
|
359
399
|
},
|
|
360
400
|
'compass-hinged': {
|
|
361
|
-
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', '
|
|
401
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'compass', 'calipers', 'divider'],
|
|
362
402
|
componentName: 'CompassHingedIcon',
|
|
363
403
|
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
364
404
|
type: 'core',
|
|
@@ -368,7 +408,7 @@ const metadata = {
|
|
|
368
408
|
slackChannel: '#icon-contributions'
|
|
369
409
|
},
|
|
370
410
|
'continue-when': {
|
|
371
|
-
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab'
|
|
411
|
+
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab'],
|
|
372
412
|
componentName: 'ContinueWhenIcon',
|
|
373
413
|
package: '@atlaskit/icon-lab/core/continue-when',
|
|
374
414
|
type: 'core',
|
|
@@ -379,7 +419,7 @@ const metadata = {
|
|
|
379
419
|
slackChannel: '#help-automation-design'
|
|
380
420
|
},
|
|
381
421
|
'cross-octagon': {
|
|
382
|
-
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', '
|
|
422
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'cross', 'stop', 'block', 'octagon'],
|
|
383
423
|
componentName: 'CrossOctagonIcon',
|
|
384
424
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
385
425
|
type: 'core',
|
|
@@ -389,7 +429,7 @@ const metadata = {
|
|
|
389
429
|
status: 'published'
|
|
390
430
|
},
|
|
391
431
|
cursor: {
|
|
392
|
-
keywords: ['cursor', 'icon', 'icon-lab', '
|
|
432
|
+
keywords: ['cursor', 'icon', 'icon-lab', 'Whiteboards', 'Cursor'],
|
|
393
433
|
componentName: 'CursorIcon',
|
|
394
434
|
package: '@atlaskit/icon-lab/core/cursor',
|
|
395
435
|
type: 'core',
|
|
@@ -399,7 +439,7 @@ const metadata = {
|
|
|
399
439
|
status: 'published'
|
|
400
440
|
},
|
|
401
441
|
'cursor-strikethrough': {
|
|
402
|
-
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', '
|
|
442
|
+
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
403
443
|
componentName: 'CursorStrikethroughIcon',
|
|
404
444
|
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
405
445
|
type: 'core',
|
|
@@ -409,7 +449,7 @@ const metadata = {
|
|
|
409
449
|
status: 'published'
|
|
410
450
|
},
|
|
411
451
|
'database-storage': {
|
|
412
|
-
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', '
|
|
452
|
+
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
|
|
413
453
|
componentName: 'DatabaseStorageIcon',
|
|
414
454
|
package: '@atlaskit/icon-lab/core/database-storage',
|
|
415
455
|
type: 'core',
|
|
@@ -420,7 +460,7 @@ const metadata = {
|
|
|
420
460
|
slackChannel: '#forge-sql'
|
|
421
461
|
},
|
|
422
462
|
'database-storage-cache': {
|
|
423
|
-
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', '
|
|
463
|
+
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql', 'cache'],
|
|
424
464
|
componentName: 'DatabaseStorageCacheIcon',
|
|
425
465
|
package: '@atlaskit/icon-lab/core/database-storage-cache',
|
|
426
466
|
type: 'core',
|
|
@@ -431,7 +471,7 @@ const metadata = {
|
|
|
431
471
|
slackChannel: '#forge-sql'
|
|
432
472
|
},
|
|
433
473
|
'diagram-symbol-action': {
|
|
434
|
-
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', '
|
|
474
|
+
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'diagram', 'symbol', 'action'],
|
|
435
475
|
componentName: 'DiagramSymbolActionIcon',
|
|
436
476
|
package: '@atlaskit/icon-lab/core/diagram-symbol-action',
|
|
437
477
|
type: 'core',
|
|
@@ -441,7 +481,7 @@ const metadata = {
|
|
|
441
481
|
status: 'published'
|
|
442
482
|
},
|
|
443
483
|
'diagram-symbol-alternate-process': {
|
|
444
|
-
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', '
|
|
484
|
+
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'alternate process'],
|
|
445
485
|
componentName: 'DiagramSymbolAlternateProcessIcon',
|
|
446
486
|
package: '@atlaskit/icon-lab/core/diagram-symbol-alternate-process',
|
|
447
487
|
type: 'core',
|
|
@@ -451,7 +491,7 @@ const metadata = {
|
|
|
451
491
|
status: 'published'
|
|
452
492
|
},
|
|
453
493
|
'diagram-symbol-collate': {
|
|
454
|
-
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', '
|
|
494
|
+
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'diagram', 'symbol', 'collate'],
|
|
455
495
|
componentName: 'DiagramSymbolCollateIcon',
|
|
456
496
|
package: '@atlaskit/icon-lab/core/diagram-symbol-collate',
|
|
457
497
|
type: 'core',
|
|
@@ -461,7 +501,7 @@ const metadata = {
|
|
|
461
501
|
status: 'published'
|
|
462
502
|
},
|
|
463
503
|
'diagram-symbol-comment-left': {
|
|
464
|
-
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', '
|
|
504
|
+
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', 'comment', 'left', 'diagram', 'symbol'],
|
|
465
505
|
componentName: 'DiagramSymbolCommentLeftIcon',
|
|
466
506
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-left',
|
|
467
507
|
type: 'core',
|
|
@@ -471,7 +511,7 @@ const metadata = {
|
|
|
471
511
|
status: 'published'
|
|
472
512
|
},
|
|
473
513
|
'diagram-symbol-comment-right': {
|
|
474
|
-
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', '
|
|
514
|
+
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', 'comment', 'right', 'diagram', 'symbol'],
|
|
475
515
|
componentName: 'DiagramSymbolCommentRightIcon',
|
|
476
516
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-right',
|
|
477
517
|
type: 'core',
|
|
@@ -481,7 +521,7 @@ const metadata = {
|
|
|
481
521
|
status: 'published'
|
|
482
522
|
},
|
|
483
523
|
'diagram-symbol-connector-off-page': {
|
|
484
|
-
keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', '
|
|
524
|
+
keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', 'off-page', 'diagram', 'symbol', 'connector'],
|
|
485
525
|
componentName: 'DiagramSymbolConnectorOffPageIcon',
|
|
486
526
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-off-page',
|
|
487
527
|
type: 'core',
|
|
@@ -491,7 +531,7 @@ const metadata = {
|
|
|
491
531
|
status: 'published'
|
|
492
532
|
},
|
|
493
533
|
'diagram-symbol-connector-on-page': {
|
|
494
|
-
keywords: ['diagram-symbol-connector-on-page', 'diagramsymbolconnectoronpage', 'icon', 'icon-lab', '
|
|
534
|
+
keywords: ['diagram-symbol-connector-on-page', 'diagramsymbolconnectoronpage', 'icon', 'icon-lab', 'diagram', 'symbol', 'on-page', 'connector'],
|
|
495
535
|
componentName: 'DiagramSymbolConnectorOnPageIcon',
|
|
496
536
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-on-page',
|
|
497
537
|
type: 'core',
|
|
@@ -501,7 +541,7 @@ const metadata = {
|
|
|
501
541
|
status: 'published'
|
|
502
542
|
},
|
|
503
543
|
'diagram-symbol-database': {
|
|
504
|
-
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', '
|
|
544
|
+
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'diagram', 'symbol', 'database'],
|
|
505
545
|
componentName: 'DiagramSymbolDatabaseIcon',
|
|
506
546
|
package: '@atlaskit/icon-lab/core/diagram-symbol-database',
|
|
507
547
|
type: 'core',
|
|
@@ -511,7 +551,7 @@ const metadata = {
|
|
|
511
551
|
status: 'published'
|
|
512
552
|
},
|
|
513
553
|
'diagram-symbol-decision': {
|
|
514
|
-
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', '
|
|
554
|
+
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'diagram', 'symbol', 'decision'],
|
|
515
555
|
componentName: 'DiagramSymbolDecisionIcon',
|
|
516
556
|
package: '@atlaskit/icon-lab/core/diagram-symbol-decision',
|
|
517
557
|
type: 'core',
|
|
@@ -521,7 +561,7 @@ const metadata = {
|
|
|
521
561
|
status: 'published'
|
|
522
562
|
},
|
|
523
563
|
'diagram-symbol-delay': {
|
|
524
|
-
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', '
|
|
564
|
+
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', 'diagram', 'symbol', 'delay'],
|
|
525
565
|
componentName: 'DiagramSymbolDelayIcon',
|
|
526
566
|
package: '@atlaskit/icon-lab/core/diagram-symbol-delay',
|
|
527
567
|
type: 'core',
|
|
@@ -531,7 +571,7 @@ const metadata = {
|
|
|
531
571
|
status: 'published'
|
|
532
572
|
},
|
|
533
573
|
'diagram-symbol-display': {
|
|
534
|
-
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', '
|
|
574
|
+
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', 'diagram', 'symbol', 'display'],
|
|
535
575
|
componentName: 'DiagramSymbolDisplayIcon',
|
|
536
576
|
package: '@atlaskit/icon-lab/core/diagram-symbol-display',
|
|
537
577
|
type: 'core',
|
|
@@ -541,7 +581,7 @@ const metadata = {
|
|
|
541
581
|
status: 'published'
|
|
542
582
|
},
|
|
543
583
|
'diagram-symbol-document': {
|
|
544
|
-
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', '
|
|
584
|
+
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', 'diagram', 'symbol', 'document'],
|
|
545
585
|
componentName: 'DiagramSymbolDocumentIcon',
|
|
546
586
|
package: '@atlaskit/icon-lab/core/diagram-symbol-document',
|
|
547
587
|
type: 'core',
|
|
@@ -551,7 +591,7 @@ const metadata = {
|
|
|
551
591
|
status: 'published'
|
|
552
592
|
},
|
|
553
593
|
'diagram-symbol-documents': {
|
|
554
|
-
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', '
|
|
594
|
+
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', 'diagram', 'symbol', 'multiple documents'],
|
|
555
595
|
componentName: 'DiagramSymbolDocumentsIcon',
|
|
556
596
|
package: '@atlaskit/icon-lab/core/diagram-symbol-documents',
|
|
557
597
|
type: 'core',
|
|
@@ -561,7 +601,7 @@ const metadata = {
|
|
|
561
601
|
status: 'published'
|
|
562
602
|
},
|
|
563
603
|
'diagram-symbol-hard-disk': {
|
|
564
|
-
keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', '
|
|
604
|
+
keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
|
|
565
605
|
componentName: 'DiagramSymbolHardDiskIcon',
|
|
566
606
|
package: '@atlaskit/icon-lab/core/diagram-symbol-hard-disk',
|
|
567
607
|
type: 'core',
|
|
@@ -571,7 +611,7 @@ const metadata = {
|
|
|
571
611
|
status: 'published'
|
|
572
612
|
},
|
|
573
613
|
'diagram-symbol-input-output': {
|
|
574
|
-
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', '
|
|
614
|
+
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'diagram', 'symbol', 'input', 'output'],
|
|
575
615
|
componentName: 'DiagramSymbolInputOutputIcon',
|
|
576
616
|
package: '@atlaskit/icon-lab/core/diagram-symbol-input-output',
|
|
577
617
|
type: 'core',
|
|
@@ -581,7 +621,7 @@ const metadata = {
|
|
|
581
621
|
status: 'published'
|
|
582
622
|
},
|
|
583
623
|
'diagram-symbol-internal-storage': {
|
|
584
|
-
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', '
|
|
624
|
+
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'diagram', 'symbol', 'internal storage'],
|
|
585
625
|
componentName: 'DiagramSymbolInternalStorageIcon',
|
|
586
626
|
package: '@atlaskit/icon-lab/core/diagram-symbol-internal-storage',
|
|
587
627
|
type: 'core',
|
|
@@ -591,7 +631,7 @@ const metadata = {
|
|
|
591
631
|
status: 'published'
|
|
592
632
|
},
|
|
593
633
|
'diagram-symbol-loop-limit': {
|
|
594
|
-
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', '
|
|
634
|
+
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', 'diagram', 'symbol', 'loop limit'],
|
|
595
635
|
componentName: 'DiagramSymbolLoopLimitIcon',
|
|
596
636
|
package: '@atlaskit/icon-lab/core/diagram-symbol-loop-limit',
|
|
597
637
|
type: 'core',
|
|
@@ -601,7 +641,7 @@ const metadata = {
|
|
|
601
641
|
status: 'published'
|
|
602
642
|
},
|
|
603
643
|
'diagram-symbol-manual-input': {
|
|
604
|
-
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', '
|
|
644
|
+
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual input'],
|
|
605
645
|
componentName: 'DiagramSymbolManualInputIcon',
|
|
606
646
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-input',
|
|
607
647
|
type: 'core',
|
|
@@ -611,7 +651,7 @@ const metadata = {
|
|
|
611
651
|
status: 'published'
|
|
612
652
|
},
|
|
613
653
|
'diagram-symbol-manual-operation': {
|
|
614
|
-
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', '
|
|
654
|
+
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual operation'],
|
|
615
655
|
componentName: 'DiagramSymbolManualOperationIcon',
|
|
616
656
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-operation',
|
|
617
657
|
type: 'core',
|
|
@@ -621,7 +661,7 @@ const metadata = {
|
|
|
621
661
|
status: 'published'
|
|
622
662
|
},
|
|
623
663
|
'diagram-symbol-merge': {
|
|
624
|
-
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', '
|
|
664
|
+
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', 'diagram', 'symbol', 'merge', 'triangle'],
|
|
625
665
|
componentName: 'DiagramSymbolMergeIcon',
|
|
626
666
|
package: '@atlaskit/icon-lab/core/diagram-symbol-merge',
|
|
627
667
|
type: 'core',
|
|
@@ -631,7 +671,7 @@ const metadata = {
|
|
|
631
671
|
status: 'published'
|
|
632
672
|
},
|
|
633
673
|
'diagram-symbol-mind-map': {
|
|
634
|
-
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', '
|
|
674
|
+
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', 'diagram', 'symbol', 'mind map'],
|
|
635
675
|
componentName: 'DiagramSymbolMindMapIcon',
|
|
636
676
|
package: '@atlaskit/icon-lab/core/diagram-symbol-mind-map',
|
|
637
677
|
type: 'core',
|
|
@@ -641,7 +681,7 @@ const metadata = {
|
|
|
641
681
|
status: 'published'
|
|
642
682
|
},
|
|
643
683
|
'diagram-symbol-or': {
|
|
644
|
-
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', '
|
|
684
|
+
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'diagram', 'symbol', 'or', 'logic'],
|
|
645
685
|
componentName: 'DiagramSymbolOrIcon',
|
|
646
686
|
package: '@atlaskit/icon-lab/core/diagram-symbol-or',
|
|
647
687
|
type: 'core',
|
|
@@ -651,7 +691,7 @@ const metadata = {
|
|
|
651
691
|
status: 'published'
|
|
652
692
|
},
|
|
653
693
|
'diagram-symbol-predefined-process': {
|
|
654
|
-
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', '
|
|
694
|
+
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'predefined process'],
|
|
655
695
|
componentName: 'DiagramSymbolPredefinedProcessIcon',
|
|
656
696
|
package: '@atlaskit/icon-lab/core/diagram-symbol-predefined-process',
|
|
657
697
|
type: 'core',
|
|
@@ -661,7 +701,7 @@ const metadata = {
|
|
|
661
701
|
status: 'published'
|
|
662
702
|
},
|
|
663
703
|
'diagram-symbol-preparation': {
|
|
664
|
-
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', '
|
|
704
|
+
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', 'diagram', 'symbol', 'preparation'],
|
|
665
705
|
componentName: 'DiagramSymbolPreparationIcon',
|
|
666
706
|
package: '@atlaskit/icon-lab/core/diagram-symbol-preparation',
|
|
667
707
|
type: 'core',
|
|
@@ -671,7 +711,7 @@ const metadata = {
|
|
|
671
711
|
status: 'published'
|
|
672
712
|
},
|
|
673
713
|
'diagram-symbol-sort': {
|
|
674
|
-
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', '
|
|
714
|
+
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'diagram', 'symbol', 'sort'],
|
|
675
715
|
componentName: 'DiagramSymbolSortIcon',
|
|
676
716
|
package: '@atlaskit/icon-lab/core/diagram-symbol-sort',
|
|
677
717
|
type: 'core',
|
|
@@ -681,7 +721,7 @@ const metadata = {
|
|
|
681
721
|
status: 'published'
|
|
682
722
|
},
|
|
683
723
|
'diagram-symbol-stored-data': {
|
|
684
|
-
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', '
|
|
724
|
+
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'diagram', 'symbol', 'stored data'],
|
|
685
725
|
componentName: 'DiagramSymbolStoredDataIcon',
|
|
686
726
|
package: '@atlaskit/icon-lab/core/diagram-symbol-stored-data',
|
|
687
727
|
type: 'core',
|
|
@@ -691,7 +731,7 @@ const metadata = {
|
|
|
691
731
|
status: 'published'
|
|
692
732
|
},
|
|
693
733
|
'diagram-symbol-summing-junction': {
|
|
694
|
-
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', '
|
|
734
|
+
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
695
735
|
componentName: 'DiagramSymbolSummingJunctionIcon',
|
|
696
736
|
package: '@atlaskit/icon-lab/core/diagram-symbol-summing-junction',
|
|
697
737
|
type: 'core',
|
|
@@ -701,7 +741,7 @@ const metadata = {
|
|
|
701
741
|
status: 'published'
|
|
702
742
|
},
|
|
703
743
|
'diagram-symbol-terminator': {
|
|
704
|
-
keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', '
|
|
744
|
+
keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
|
|
705
745
|
componentName: 'DiagramSymbolTerminatorIcon',
|
|
706
746
|
package: '@atlaskit/icon-lab/core/diagram-symbol-terminator',
|
|
707
747
|
type: 'core',
|
|
@@ -711,7 +751,7 @@ const metadata = {
|
|
|
711
751
|
status: 'published'
|
|
712
752
|
},
|
|
713
753
|
'distribute-spacing-horizontal': {
|
|
714
|
-
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', '
|
|
754
|
+
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
715
755
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
716
756
|
package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
|
|
717
757
|
type: 'core',
|
|
@@ -721,7 +761,7 @@ const metadata = {
|
|
|
721
761
|
status: 'published'
|
|
722
762
|
},
|
|
723
763
|
'distribute-spacing-vertical': {
|
|
724
|
-
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', '
|
|
764
|
+
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
|
|
725
765
|
componentName: 'DistributeSpacingVerticalIcon',
|
|
726
766
|
package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
|
|
727
767
|
type: 'core',
|
|
@@ -731,7 +771,7 @@ const metadata = {
|
|
|
731
771
|
status: 'published'
|
|
732
772
|
},
|
|
733
773
|
'divider-element': {
|
|
734
|
-
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', '
|
|
774
|
+
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'divider', 'line break', 'horizontal rule'],
|
|
735
775
|
componentName: 'DividerElementIcon',
|
|
736
776
|
package: '@atlaskit/icon-lab/core/divider-element',
|
|
737
777
|
type: 'core',
|
|
@@ -742,7 +782,7 @@ const metadata = {
|
|
|
742
782
|
slackChannel: '#editor-controls-project'
|
|
743
783
|
},
|
|
744
784
|
'dock-toolbar-top': {
|
|
745
|
-
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', '
|
|
785
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'dock to top', 'fix to top', 'pin to top'],
|
|
746
786
|
componentName: 'DockToolbarTopIcon',
|
|
747
787
|
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
748
788
|
type: 'core',
|
|
@@ -753,7 +793,7 @@ const metadata = {
|
|
|
753
793
|
slackChannel: '#Editor-design'
|
|
754
794
|
},
|
|
755
795
|
draw: {
|
|
756
|
-
keywords: ['draw', 'icon', 'icon-lab', '
|
|
796
|
+
keywords: ['draw', 'icon', 'icon-lab', 'pencil', 'drawing', 'annotate'],
|
|
757
797
|
componentName: 'DrawIcon',
|
|
758
798
|
package: '@atlaskit/icon-lab/core/draw',
|
|
759
799
|
type: 'core',
|
|
@@ -764,7 +804,7 @@ const metadata = {
|
|
|
764
804
|
slackChannel: '#icon-contributions'
|
|
765
805
|
},
|
|
766
806
|
'drop-shadow': {
|
|
767
|
-
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', '
|
|
807
|
+
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'Drop shadow'],
|
|
768
808
|
componentName: 'DropShadowIcon',
|
|
769
809
|
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
770
810
|
type: 'core',
|
|
@@ -774,7 +814,7 @@ const metadata = {
|
|
|
774
814
|
status: 'published'
|
|
775
815
|
},
|
|
776
816
|
duplicate: {
|
|
777
|
-
keywords: ['duplicate', 'icon', 'icon-lab', '
|
|
817
|
+
keywords: ['duplicate', 'icon', 'icon-lab', 'clone', 'duplicate', 'plus'],
|
|
778
818
|
componentName: 'DuplicateIcon',
|
|
779
819
|
package: '@atlaskit/icon-lab/core/duplicate',
|
|
780
820
|
type: 'core',
|
|
@@ -785,7 +825,7 @@ const metadata = {
|
|
|
785
825
|
slackChannel: '#icon-contributions'
|
|
786
826
|
},
|
|
787
827
|
editions: {
|
|
788
|
-
keywords: ['editions', 'icon', 'icon-lab', '
|
|
828
|
+
keywords: ['editions', 'icon', 'icon-lab', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
789
829
|
componentName: 'EditionsIcon',
|
|
790
830
|
package: '@atlaskit/icon-lab/core/editions',
|
|
791
831
|
type: 'core',
|
|
@@ -795,7 +835,7 @@ const metadata = {
|
|
|
795
835
|
status: 'published'
|
|
796
836
|
},
|
|
797
837
|
'expand-element': {
|
|
798
|
-
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', '
|
|
838
|
+
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'expand', 'editor object'],
|
|
799
839
|
componentName: 'ExpandElementIcon',
|
|
800
840
|
package: '@atlaskit/icon-lab/core/expand-element',
|
|
801
841
|
type: 'core',
|
|
@@ -806,7 +846,7 @@ const metadata = {
|
|
|
806
846
|
slackChannel: '#editor-controls-project'
|
|
807
847
|
},
|
|
808
848
|
eyedropper: {
|
|
809
|
-
keywords: ['eyedropper', 'icon', 'icon-lab', '
|
|
849
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
810
850
|
componentName: 'EyedropperIcon',
|
|
811
851
|
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
812
852
|
type: 'core',
|
|
@@ -817,7 +857,7 @@ const metadata = {
|
|
|
817
857
|
slackChannel: '#icon-contributions'
|
|
818
858
|
},
|
|
819
859
|
'field-text': {
|
|
820
|
-
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', '
|
|
860
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
821
861
|
componentName: 'FieldTextIcon',
|
|
822
862
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
823
863
|
type: 'core',
|
|
@@ -827,7 +867,7 @@ const metadata = {
|
|
|
827
867
|
status: 'published'
|
|
828
868
|
},
|
|
829
869
|
'folder-shared': {
|
|
830
|
-
keywords: ['folder-shared', 'foldershared', 'icon', 'icon-lab', '
|
|
870
|
+
keywords: ['folder-shared', 'foldershared', 'icon', 'icon-lab', 'Shared', 'User', 'Public'],
|
|
831
871
|
componentName: 'FolderSharedIcon',
|
|
832
872
|
package: '@atlaskit/icon-lab/core/folder-shared',
|
|
833
873
|
type: 'core',
|
|
@@ -838,7 +878,7 @@ const metadata = {
|
|
|
838
878
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
839
879
|
},
|
|
840
880
|
'generative-date': {
|
|
841
|
-
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', '
|
|
881
|
+
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'calendar', 'suggested date'],
|
|
842
882
|
componentName: 'GenerativeDateIcon',
|
|
843
883
|
package: '@atlaskit/icon-lab/core/generative-date',
|
|
844
884
|
type: 'core',
|
|
@@ -848,7 +888,7 @@ const metadata = {
|
|
|
848
888
|
status: 'published'
|
|
849
889
|
},
|
|
850
890
|
'generative-indicator': {
|
|
851
|
-
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', '
|
|
891
|
+
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
852
892
|
componentName: 'GenerativeIndicatorIcon',
|
|
853
893
|
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
854
894
|
type: 'core',
|
|
@@ -858,7 +898,7 @@ const metadata = {
|
|
|
858
898
|
status: 'published'
|
|
859
899
|
},
|
|
860
900
|
gift: {
|
|
861
|
-
keywords: ['gift', 'icon', 'icon-lab', '
|
|
901
|
+
keywords: ['gift', 'icon', 'icon-lab', 'gift', 'present'],
|
|
862
902
|
componentName: 'GiftIcon',
|
|
863
903
|
package: '@atlaskit/icon-lab/core/gift',
|
|
864
904
|
type: 'core',
|
|
@@ -868,7 +908,7 @@ const metadata = {
|
|
|
868
908
|
status: 'published'
|
|
869
909
|
},
|
|
870
910
|
'globe-strikethrough': {
|
|
871
|
-
keywords: ['globe-strikethrough', 'globestrikethrough', 'icon', 'icon-lab', '
|
|
911
|
+
keywords: ['globe-strikethrough', 'globestrikethrough', 'icon', 'icon-lab', 'globe', 'strikethrough', 'private', 'not public'],
|
|
872
912
|
componentName: 'GlobeStrikethroughIcon',
|
|
873
913
|
package: '@atlaskit/icon-lab/core/globe-strikethrough',
|
|
874
914
|
type: 'core',
|
|
@@ -878,7 +918,7 @@ const metadata = {
|
|
|
878
918
|
status: 'published'
|
|
879
919
|
},
|
|
880
920
|
'group-selection': {
|
|
881
|
-
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', '
|
|
921
|
+
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'group', 'selection', 'layers'],
|
|
882
922
|
componentName: 'GroupSelectionIcon',
|
|
883
923
|
package: '@atlaskit/icon-lab/core/group-selection',
|
|
884
924
|
type: 'core',
|
|
@@ -888,7 +928,7 @@ const metadata = {
|
|
|
888
928
|
status: 'published'
|
|
889
929
|
},
|
|
890
930
|
'group-ungroup-selection': {
|
|
891
|
-
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', '
|
|
931
|
+
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'ungroup', 'selection', 'layers'],
|
|
892
932
|
componentName: 'GroupUngroupSelectionIcon',
|
|
893
933
|
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
894
934
|
type: 'core',
|
|
@@ -898,7 +938,7 @@ const metadata = {
|
|
|
898
938
|
status: 'published'
|
|
899
939
|
},
|
|
900
940
|
'hand-closed': {
|
|
901
|
-
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', '
|
|
941
|
+
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', 'hand tool', 'closed hand', 'grab', 'moving'],
|
|
902
942
|
componentName: 'HandClosedIcon',
|
|
903
943
|
package: '@atlaskit/icon-lab/core/hand-closed',
|
|
904
944
|
type: 'core',
|
|
@@ -908,7 +948,7 @@ const metadata = {
|
|
|
908
948
|
status: 'published'
|
|
909
949
|
},
|
|
910
950
|
'hand-open': {
|
|
911
|
-
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', '
|
|
951
|
+
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', 'hand tool', 'open hand', 'move tool'],
|
|
912
952
|
componentName: 'HandOpenIcon',
|
|
913
953
|
package: '@atlaskit/icon-lab/core/hand-open',
|
|
914
954
|
type: 'core',
|
|
@@ -918,7 +958,7 @@ const metadata = {
|
|
|
918
958
|
status: 'published'
|
|
919
959
|
},
|
|
920
960
|
'hand-raised': {
|
|
921
|
-
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', '
|
|
961
|
+
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', 'hand', 'farewell', 'wave'],
|
|
922
962
|
componentName: 'HandRaisedIcon',
|
|
923
963
|
package: '@atlaskit/icon-lab/core/hand-raised',
|
|
924
964
|
type: 'core',
|
|
@@ -928,7 +968,7 @@ const metadata = {
|
|
|
928
968
|
status: 'published'
|
|
929
969
|
},
|
|
930
970
|
history: {
|
|
931
|
-
keywords: ['history', 'icon', 'icon-lab', '
|
|
971
|
+
keywords: ['history', 'icon', 'icon-lab', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
|
|
932
972
|
componentName: 'HistoryIcon',
|
|
933
973
|
package: '@atlaskit/icon-lab/core/history',
|
|
934
974
|
type: 'core',
|
|
@@ -939,7 +979,7 @@ const metadata = {
|
|
|
939
979
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
940
980
|
},
|
|
941
981
|
hourglass: {
|
|
942
|
-
keywords: ['hourglass', 'icon', 'icon-lab'
|
|
982
|
+
keywords: ['hourglass', 'icon', 'icon-lab'],
|
|
943
983
|
componentName: 'HourglassIcon',
|
|
944
984
|
package: '@atlaskit/icon-lab/core/hourglass',
|
|
945
985
|
type: 'core',
|
|
@@ -950,7 +990,7 @@ const metadata = {
|
|
|
950
990
|
slackChannel: 'joel unger'
|
|
951
991
|
},
|
|
952
992
|
'if-else': {
|
|
953
|
-
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', '
|
|
993
|
+
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'condition', 'statement', 'branch'],
|
|
954
994
|
componentName: 'IfElseIcon',
|
|
955
995
|
package: '@atlaskit/icon-lab/core/if-else',
|
|
956
996
|
type: 'core',
|
|
@@ -961,7 +1001,7 @@ const metadata = {
|
|
|
961
1001
|
slackChannel: '#help-automation-design'
|
|
962
1002
|
},
|
|
963
1003
|
'image-alt-text': {
|
|
964
|
-
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab'
|
|
1004
|
+
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab'],
|
|
965
1005
|
componentName: 'ImageAltTextIcon',
|
|
966
1006
|
package: '@atlaskit/icon-lab/core/image-alt-text',
|
|
967
1007
|
type: 'core',
|
|
@@ -972,7 +1012,7 @@ const metadata = {
|
|
|
972
1012
|
slackChannel: '#editor-design'
|
|
973
1013
|
},
|
|
974
1014
|
'image-crop': {
|
|
975
|
-
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', '
|
|
1015
|
+
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'crop', 'crop tool', 'trim'],
|
|
976
1016
|
componentName: 'ImageCropIcon',
|
|
977
1017
|
package: '@atlaskit/icon-lab/core/image-crop',
|
|
978
1018
|
type: 'core',
|
|
@@ -982,7 +1022,7 @@ const metadata = {
|
|
|
982
1022
|
status: 'published'
|
|
983
1023
|
},
|
|
984
1024
|
'image-strikethrough': {
|
|
985
|
-
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', '
|
|
1025
|
+
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'image', 'strikethrough', 'hide images'],
|
|
986
1026
|
componentName: 'ImageStrikethroughIcon',
|
|
987
1027
|
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
988
1028
|
type: 'core',
|
|
@@ -993,7 +1033,7 @@ const metadata = {
|
|
|
993
1033
|
slackChannel: '#pod-workflows'
|
|
994
1034
|
},
|
|
995
1035
|
incognito: {
|
|
996
|
-
keywords: ['incognito', 'icon', 'icon-lab', '
|
|
1036
|
+
keywords: ['incognito', 'icon', 'icon-lab', 'Whiteboards', 'Private', 'Incognito'],
|
|
997
1037
|
componentName: 'IncognitoIcon',
|
|
998
1038
|
package: '@atlaskit/icon-lab/core/incognito',
|
|
999
1039
|
type: 'core',
|
|
@@ -1003,7 +1043,7 @@ const metadata = {
|
|
|
1003
1043
|
status: 'published'
|
|
1004
1044
|
},
|
|
1005
1045
|
initiative: {
|
|
1006
|
-
keywords: ['initiative', 'icon', 'icon-lab', '
|
|
1046
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
1007
1047
|
componentName: 'InitiativeIcon',
|
|
1008
1048
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
1009
1049
|
type: 'core',
|
|
@@ -1013,7 +1053,7 @@ const metadata = {
|
|
|
1013
1053
|
status: 'published'
|
|
1014
1054
|
},
|
|
1015
1055
|
jira: {
|
|
1016
|
-
keywords: ['jira', 'icon', 'icon-lab'
|
|
1056
|
+
keywords: ['jira', 'icon', 'icon-lab'],
|
|
1017
1057
|
componentName: 'JiraIcon',
|
|
1018
1058
|
package: '@atlaskit/icon-lab/core/jira',
|
|
1019
1059
|
type: 'core',
|
|
@@ -1023,7 +1063,7 @@ const metadata = {
|
|
|
1023
1063
|
status: 'published'
|
|
1024
1064
|
},
|
|
1025
1065
|
'jira-add': {
|
|
1026
|
-
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', '
|
|
1066
|
+
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'Jira', 'Work items', 'Create'],
|
|
1027
1067
|
componentName: 'JiraAddIcon',
|
|
1028
1068
|
package: '@atlaskit/icon-lab/core/jira-add',
|
|
1029
1069
|
type: 'core',
|
|
@@ -1033,7 +1073,7 @@ const metadata = {
|
|
|
1033
1073
|
status: 'published'
|
|
1034
1074
|
},
|
|
1035
1075
|
'jira-upload': {
|
|
1036
|
-
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', '
|
|
1076
|
+
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'Jira', 'Work items', 'Import', 'Arrow up'],
|
|
1037
1077
|
componentName: 'JiraUploadIcon',
|
|
1038
1078
|
package: '@atlaskit/icon-lab/core/jira-upload',
|
|
1039
1079
|
type: 'core',
|
|
@@ -1043,7 +1083,7 @@ const metadata = {
|
|
|
1043
1083
|
status: 'published'
|
|
1044
1084
|
},
|
|
1045
1085
|
kanban: {
|
|
1046
|
-
keywords: ['kanban', 'icon', 'icon-lab'
|
|
1086
|
+
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
1047
1087
|
componentName: 'KanbanIcon',
|
|
1048
1088
|
package: '@atlaskit/icon-lab/core/kanban',
|
|
1049
1089
|
type: 'core',
|
|
@@ -1054,7 +1094,7 @@ const metadata = {
|
|
|
1054
1094
|
slackChannel: '@joel unger'
|
|
1055
1095
|
},
|
|
1056
1096
|
'layout-five-columns': {
|
|
1057
|
-
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', '
|
|
1097
|
+
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
|
|
1058
1098
|
componentName: 'LayoutFiveColumnsIcon',
|
|
1059
1099
|
package: '@atlaskit/icon-lab/core/layout-five-columns',
|
|
1060
1100
|
type: 'core',
|
|
@@ -1064,7 +1104,7 @@ const metadata = {
|
|
|
1064
1104
|
status: 'published'
|
|
1065
1105
|
},
|
|
1066
1106
|
'layout-four-columns': {
|
|
1067
|
-
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', '
|
|
1107
|
+
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'layout', 'columns', '4 col', '4 cols'],
|
|
1068
1108
|
componentName: 'LayoutFourColumnsIcon',
|
|
1069
1109
|
package: '@atlaskit/icon-lab/core/layout-four-columns',
|
|
1070
1110
|
type: 'core',
|
|
@@ -1074,7 +1114,7 @@ const metadata = {
|
|
|
1074
1114
|
status: 'published'
|
|
1075
1115
|
},
|
|
1076
1116
|
'layout-three-columns-sidebars-left': {
|
|
1077
|
-
keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', '
|
|
1117
|
+
keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1078
1118
|
componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
|
|
1079
1119
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
|
|
1080
1120
|
type: 'core',
|
|
@@ -1084,7 +1124,7 @@ const metadata = {
|
|
|
1084
1124
|
status: 'published'
|
|
1085
1125
|
},
|
|
1086
1126
|
'layout-three-columns-sidebars-right': {
|
|
1087
|
-
keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', '
|
|
1127
|
+
keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1088
1128
|
componentName: 'LayoutThreeColumnsSidebarsRightIcon',
|
|
1089
1129
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
|
|
1090
1130
|
type: 'core',
|
|
@@ -1094,7 +1134,7 @@ const metadata = {
|
|
|
1094
1134
|
status: 'published'
|
|
1095
1135
|
},
|
|
1096
1136
|
'link-restricted-access': {
|
|
1097
|
-
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', '
|
|
1137
|
+
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'link', 'strikethrough', 'limited'],
|
|
1098
1138
|
componentName: 'LinkRestrictedAccessIcon',
|
|
1099
1139
|
package: '@atlaskit/icon-lab/core/link-restricted-access',
|
|
1100
1140
|
type: 'core',
|
|
@@ -1104,7 +1144,7 @@ const metadata = {
|
|
|
1104
1144
|
status: 'published'
|
|
1105
1145
|
},
|
|
1106
1146
|
lozenge: {
|
|
1107
|
-
keywords: ['lozenge', 'icon', 'icon-lab', '
|
|
1147
|
+
keywords: ['lozenge', 'icon', 'icon-lab', 'insert', 'status', 'badge'],
|
|
1108
1148
|
componentName: 'LozengeIcon',
|
|
1109
1149
|
package: '@atlaskit/icon-lab/core/lozenge',
|
|
1110
1150
|
type: 'core',
|
|
@@ -1114,7 +1154,7 @@ const metadata = {
|
|
|
1114
1154
|
status: 'published'
|
|
1115
1155
|
},
|
|
1116
1156
|
'microphone-strikethrough': {
|
|
1117
|
-
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', '
|
|
1157
|
+
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1118
1158
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
1119
1159
|
package: '@atlaskit/icon-lab/core/microphone-strikethrough',
|
|
1120
1160
|
type: 'core',
|
|
@@ -1124,7 +1164,7 @@ const metadata = {
|
|
|
1124
1164
|
status: 'published'
|
|
1125
1165
|
},
|
|
1126
1166
|
'milestone-complete': {
|
|
1127
|
-
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', '
|
|
1167
|
+
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
1128
1168
|
componentName: 'MilestoneCompleteIcon',
|
|
1129
1169
|
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
1130
1170
|
type: 'core',
|
|
@@ -1134,7 +1174,7 @@ const metadata = {
|
|
|
1134
1174
|
status: 'published'
|
|
1135
1175
|
},
|
|
1136
1176
|
'milestone-incomplete': {
|
|
1137
|
-
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', '
|
|
1177
|
+
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
1138
1178
|
componentName: 'MilestoneIncompleteIcon',
|
|
1139
1179
|
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
1140
1180
|
type: 'core',
|
|
@@ -1144,7 +1184,7 @@ const metadata = {
|
|
|
1144
1184
|
status: 'published'
|
|
1145
1185
|
},
|
|
1146
1186
|
'milestone-multiple': {
|
|
1147
|
-
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', '
|
|
1187
|
+
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
1148
1188
|
componentName: 'MilestoneMultipleIcon',
|
|
1149
1189
|
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
1150
1190
|
type: 'core',
|
|
@@ -1154,7 +1194,7 @@ const metadata = {
|
|
|
1154
1194
|
status: 'published'
|
|
1155
1195
|
},
|
|
1156
1196
|
'milestone-overdue': {
|
|
1157
|
-
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', '
|
|
1197
|
+
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
1158
1198
|
componentName: 'MilestoneOverdueIcon',
|
|
1159
1199
|
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
1160
1200
|
type: 'core',
|
|
@@ -1164,7 +1204,7 @@ const metadata = {
|
|
|
1164
1204
|
status: 'published'
|
|
1165
1205
|
},
|
|
1166
1206
|
'node-parallel-bottom-left': {
|
|
1167
|
-
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', '
|
|
1207
|
+
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1168
1208
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
1169
1209
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
|
|
1170
1210
|
type: 'core',
|
|
@@ -1174,7 +1214,7 @@ const metadata = {
|
|
|
1174
1214
|
status: 'published'
|
|
1175
1215
|
},
|
|
1176
1216
|
'node-parallel-bottom-right': {
|
|
1177
|
-
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', '
|
|
1217
|
+
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'Node', 'parallel', 'bottom', 'right'],
|
|
1178
1218
|
componentName: 'NodeParallelBottomRightIcon',
|
|
1179
1219
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
|
|
1180
1220
|
type: 'core',
|
|
@@ -1184,7 +1224,7 @@ const metadata = {
|
|
|
1184
1224
|
status: 'published'
|
|
1185
1225
|
},
|
|
1186
1226
|
'node-parallel-top-left': {
|
|
1187
|
-
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', '
|
|
1227
|
+
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Top', 'Left'],
|
|
1188
1228
|
componentName: 'NodeParallelTopLeftIcon',
|
|
1189
1229
|
package: '@atlaskit/icon-lab/core/node-parallel-top-left',
|
|
1190
1230
|
type: 'core',
|
|
@@ -1194,7 +1234,7 @@ const metadata = {
|
|
|
1194
1234
|
status: 'published'
|
|
1195
1235
|
},
|
|
1196
1236
|
'node-parallel-top-right': {
|
|
1197
|
-
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', '
|
|
1237
|
+
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'Node', 'parallel', 'top', 'right'],
|
|
1198
1238
|
componentName: 'NodeParallelTopRightIcon',
|
|
1199
1239
|
package: '@atlaskit/icon-lab/core/node-parallel-top-right',
|
|
1200
1240
|
type: 'core',
|
|
@@ -1204,7 +1244,7 @@ const metadata = {
|
|
|
1204
1244
|
status: 'published'
|
|
1205
1245
|
},
|
|
1206
1246
|
'node-single-left': {
|
|
1207
|
-
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', '
|
|
1247
|
+
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'Node', 'Single', 'Left'],
|
|
1208
1248
|
componentName: 'NodeSingleLeftIcon',
|
|
1209
1249
|
package: '@atlaskit/icon-lab/core/node-single-left',
|
|
1210
1250
|
type: 'core',
|
|
@@ -1214,7 +1254,7 @@ const metadata = {
|
|
|
1214
1254
|
status: 'published'
|
|
1215
1255
|
},
|
|
1216
1256
|
'node-single-right': {
|
|
1217
|
-
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', '
|
|
1257
|
+
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'Node', 'single', 'right'],
|
|
1218
1258
|
componentName: 'NodeSingleRightIcon',
|
|
1219
1259
|
package: '@atlaskit/icon-lab/core/node-single-right',
|
|
1220
1260
|
type: 'core',
|
|
@@ -1224,7 +1264,7 @@ const metadata = {
|
|
|
1224
1264
|
status: 'published'
|
|
1225
1265
|
},
|
|
1226
1266
|
notepad: {
|
|
1227
|
-
keywords: ['notepad', 'icon', 'icon-lab', '
|
|
1267
|
+
keywords: ['notepad', 'icon', 'icon-lab', 'Card', 'Note', 'Notepad', 'Memo'],
|
|
1228
1268
|
componentName: 'NotepadIcon',
|
|
1229
1269
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1230
1270
|
type: 'core',
|
|
@@ -1234,7 +1274,7 @@ const metadata = {
|
|
|
1234
1274
|
status: 'published'
|
|
1235
1275
|
},
|
|
1236
1276
|
'page-live-doc': {
|
|
1237
|
-
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', '
|
|
1277
|
+
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
1238
1278
|
componentName: 'PageLiveDocIcon',
|
|
1239
1279
|
package: '@atlaskit/icon-lab/core/page-live-doc',
|
|
1240
1280
|
type: 'core',
|
|
@@ -1244,7 +1284,7 @@ const metadata = {
|
|
|
1244
1284
|
status: 'published'
|
|
1245
1285
|
},
|
|
1246
1286
|
'paint-brush': {
|
|
1247
|
-
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', '
|
|
1287
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'brush', 'appearance', 'paint'],
|
|
1248
1288
|
componentName: 'PaintBrushIcon',
|
|
1249
1289
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
1250
1290
|
type: 'core',
|
|
@@ -1254,7 +1294,7 @@ const metadata = {
|
|
|
1254
1294
|
status: 'published'
|
|
1255
1295
|
},
|
|
1256
1296
|
'paint-roller': {
|
|
1257
|
-
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', '
|
|
1297
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'roller', 'background', 'paint'],
|
|
1258
1298
|
componentName: 'PaintRollerIcon',
|
|
1259
1299
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
1260
1300
|
type: 'core',
|
|
@@ -1264,7 +1304,7 @@ const metadata = {
|
|
|
1264
1304
|
status: 'published'
|
|
1265
1305
|
},
|
|
1266
1306
|
panel: {
|
|
1267
|
-
keywords: ['panel', 'icon', 'icon-lab', '
|
|
1307
|
+
keywords: ['panel', 'icon', 'icon-lab', 'panel', 'card'],
|
|
1268
1308
|
componentName: 'PanelIcon',
|
|
1269
1309
|
package: '@atlaskit/icon-lab/core/panel',
|
|
1270
1310
|
type: 'core',
|
|
@@ -1274,7 +1314,7 @@ const metadata = {
|
|
|
1274
1314
|
status: 'published'
|
|
1275
1315
|
},
|
|
1276
1316
|
'party-popper': {
|
|
1277
|
-
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', '
|
|
1317
|
+
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
1278
1318
|
componentName: 'PartyPopperIcon',
|
|
1279
1319
|
package: '@atlaskit/icon-lab/core/party-popper',
|
|
1280
1320
|
type: 'core',
|
|
@@ -1284,7 +1324,7 @@ const metadata = {
|
|
|
1284
1324
|
status: 'published'
|
|
1285
1325
|
},
|
|
1286
1326
|
pencil: {
|
|
1287
|
-
keywords: ['pencil', 'icon', 'icon-lab', '
|
|
1327
|
+
keywords: ['pencil', 'icon', 'icon-lab', 'compose', 'write', 'pen'],
|
|
1288
1328
|
componentName: 'PencilIcon',
|
|
1289
1329
|
package: '@atlaskit/icon-lab/core/pencil',
|
|
1290
1330
|
type: 'core',
|
|
@@ -1295,7 +1335,7 @@ const metadata = {
|
|
|
1295
1335
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1296
1336
|
},
|
|
1297
1337
|
'person-voiceover': {
|
|
1298
|
-
keywords: ['person-voiceover', 'personvoiceover', 'icon', 'icon-lab', '
|
|
1338
|
+
keywords: ['person-voiceover', 'personvoiceover', 'icon', 'icon-lab', 'voice', 'speak', 'speech', 'human', 'user'],
|
|
1299
1339
|
componentName: 'PersonVoiceoverIcon',
|
|
1300
1340
|
package: '@atlaskit/icon-lab/core/person-voiceover',
|
|
1301
1341
|
type: 'core',
|
|
@@ -1306,7 +1346,7 @@ const metadata = {
|
|
|
1306
1346
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1307
1347
|
},
|
|
1308
1348
|
'pin-strikethrough': {
|
|
1309
|
-
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', '
|
|
1349
|
+
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
1310
1350
|
componentName: 'PinStrikethroughIcon',
|
|
1311
1351
|
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
1312
1352
|
type: 'core',
|
|
@@ -1316,7 +1356,7 @@ const metadata = {
|
|
|
1316
1356
|
status: 'published'
|
|
1317
1357
|
},
|
|
1318
1358
|
'plus-circle': {
|
|
1319
|
-
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', '
|
|
1359
|
+
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1320
1360
|
componentName: 'PlusCircleIcon',
|
|
1321
1361
|
package: '@atlaskit/icon-lab/core/plus-circle',
|
|
1322
1362
|
type: 'core',
|
|
@@ -1327,7 +1367,7 @@ const metadata = {
|
|
|
1327
1367
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1328
1368
|
},
|
|
1329
1369
|
power: {
|
|
1330
|
-
keywords: ['power', 'icon', 'icon-lab', '
|
|
1370
|
+
keywords: ['power', 'icon', 'icon-lab', 'energy', 'turn on', 'turn off', 'power off'],
|
|
1331
1371
|
componentName: 'PowerIcon',
|
|
1332
1372
|
package: '@atlaskit/icon-lab/core/power',
|
|
1333
1373
|
type: 'core',
|
|
@@ -1338,7 +1378,7 @@ const metadata = {
|
|
|
1338
1378
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1339
1379
|
},
|
|
1340
1380
|
'qr-code': {
|
|
1341
|
-
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', '
|
|
1381
|
+
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1342
1382
|
componentName: 'QrCodeIcon',
|
|
1343
1383
|
package: '@atlaskit/icon-lab/core/qr-code',
|
|
1344
1384
|
type: 'core',
|
|
@@ -1348,7 +1388,7 @@ const metadata = {
|
|
|
1348
1388
|
status: 'published'
|
|
1349
1389
|
},
|
|
1350
1390
|
'queue-pop-in': {
|
|
1351
|
-
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', '
|
|
1391
|
+
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
|
|
1352
1392
|
componentName: 'QueuePopInIcon',
|
|
1353
1393
|
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
1354
1394
|
type: 'core',
|
|
@@ -1358,7 +1398,7 @@ const metadata = {
|
|
|
1358
1398
|
status: 'published'
|
|
1359
1399
|
},
|
|
1360
1400
|
'queue-pop-out': {
|
|
1361
|
-
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', '
|
|
1401
|
+
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
|
|
1362
1402
|
componentName: 'QueuePopOutIcon',
|
|
1363
1403
|
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
1364
1404
|
type: 'core',
|
|
@@ -1368,7 +1408,7 @@ const metadata = {
|
|
|
1368
1408
|
status: 'published'
|
|
1369
1409
|
},
|
|
1370
1410
|
randomize: {
|
|
1371
|
-
keywords: ['randomize', 'icon', 'icon-lab', '
|
|
1411
|
+
keywords: ['randomize', 'icon', 'icon-lab', 'randomize', 'randomise', 'shuffle'],
|
|
1372
1412
|
componentName: 'RandomizeIcon',
|
|
1373
1413
|
package: '@atlaskit/icon-lab/core/randomize',
|
|
1374
1414
|
type: 'core',
|
|
@@ -1378,7 +1418,7 @@ const metadata = {
|
|
|
1378
1418
|
status: 'published'
|
|
1379
1419
|
},
|
|
1380
1420
|
repeat: {
|
|
1381
|
-
keywords: ['repeat', 'icon', 'icon-lab', '
|
|
1421
|
+
keywords: ['repeat', 'icon', 'icon-lab', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1382
1422
|
componentName: 'RepeatIcon',
|
|
1383
1423
|
package: '@atlaskit/icon-lab/core/repeat',
|
|
1384
1424
|
type: 'core',
|
|
@@ -1389,7 +1429,7 @@ const metadata = {
|
|
|
1389
1429
|
slackChannel: '#horizon-pandora-eng'
|
|
1390
1430
|
},
|
|
1391
1431
|
'reply-left': {
|
|
1392
|
-
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', '
|
|
1432
|
+
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
1393
1433
|
componentName: 'ReplyLeftIcon',
|
|
1394
1434
|
package: '@atlaskit/icon-lab/core/reply-left',
|
|
1395
1435
|
type: 'core',
|
|
@@ -1399,7 +1439,7 @@ const metadata = {
|
|
|
1399
1439
|
status: 'published'
|
|
1400
1440
|
},
|
|
1401
1441
|
'reply-right': {
|
|
1402
|
-
keywords: ['reply-right', 'replyright', 'icon', 'icon-lab'
|
|
1442
|
+
keywords: ['reply-right', 'replyright', 'icon', 'icon-lab'],
|
|
1403
1443
|
componentName: 'ReplyRightIcon',
|
|
1404
1444
|
package: '@atlaskit/icon-lab/core/reply-right',
|
|
1405
1445
|
type: 'core',
|
|
@@ -1409,7 +1449,7 @@ const metadata = {
|
|
|
1409
1449
|
status: 'published'
|
|
1410
1450
|
},
|
|
1411
1451
|
return: {
|
|
1412
|
-
keywords: ['return', 'icon', 'icon-lab', '
|
|
1452
|
+
keywords: ['return', 'icon', 'icon-lab', 'submit', 'return', 'enter', 'confirm'],
|
|
1413
1453
|
componentName: 'ReturnIcon',
|
|
1414
1454
|
package: '@atlaskit/icon-lab/core/return',
|
|
1415
1455
|
type: 'core',
|
|
@@ -1420,7 +1460,7 @@ const metadata = {
|
|
|
1420
1460
|
slackChannel: '#avp-design'
|
|
1421
1461
|
},
|
|
1422
1462
|
'roadmaps-plan': {
|
|
1423
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', '
|
|
1463
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'roadmap', 'plan'],
|
|
1424
1464
|
componentName: 'RoadmapsPlanIcon',
|
|
1425
1465
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1426
1466
|
oldName: ['bitbucket/builds'],
|
|
@@ -1431,7 +1471,7 @@ const metadata = {
|
|
|
1431
1471
|
status: 'published'
|
|
1432
1472
|
},
|
|
1433
1473
|
'roadmaps-service': {
|
|
1434
|
-
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', '
|
|
1474
|
+
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1435
1475
|
componentName: 'RoadmapsServiceIcon',
|
|
1436
1476
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1437
1477
|
oldName: ['bitbucket/forks'],
|
|
@@ -1442,7 +1482,7 @@ const metadata = {
|
|
|
1442
1482
|
status: 'published'
|
|
1443
1483
|
},
|
|
1444
1484
|
save: {
|
|
1445
|
-
keywords: ['save', 'icon', 'icon-lab', '
|
|
1485
|
+
keywords: ['save', 'icon', 'icon-lab', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1446
1486
|
componentName: 'SaveIcon',
|
|
1447
1487
|
package: '@atlaskit/icon-lab/core/save',
|
|
1448
1488
|
type: 'core',
|
|
@@ -1453,7 +1493,7 @@ const metadata = {
|
|
|
1453
1493
|
slackChannel: '#icon-contributions'
|
|
1454
1494
|
},
|
|
1455
1495
|
'screen-record': {
|
|
1456
|
-
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', '
|
|
1496
|
+
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'screen recorder', 'camera', 'cam bubble'],
|
|
1457
1497
|
componentName: 'ScreenRecordIcon',
|
|
1458
1498
|
package: '@atlaskit/icon-lab/core/screen-record',
|
|
1459
1499
|
type: 'core',
|
|
@@ -1463,7 +1503,7 @@ const metadata = {
|
|
|
1463
1503
|
status: 'published'
|
|
1464
1504
|
},
|
|
1465
1505
|
section: {
|
|
1466
|
-
keywords: ['section', 'icon', 'icon-lab', '
|
|
1506
|
+
keywords: ['section', 'icon', 'icon-lab', 'section', 'related content'],
|
|
1467
1507
|
componentName: 'SectionIcon',
|
|
1468
1508
|
package: '@atlaskit/icon-lab/core/section',
|
|
1469
1509
|
type: 'core',
|
|
@@ -1473,7 +1513,7 @@ const metadata = {
|
|
|
1473
1513
|
status: 'published'
|
|
1474
1514
|
},
|
|
1475
1515
|
'shape-diamond': {
|
|
1476
|
-
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', '
|
|
1516
|
+
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1477
1517
|
componentName: 'ShapeDiamondIcon',
|
|
1478
1518
|
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
1479
1519
|
type: 'core',
|
|
@@ -1483,7 +1523,7 @@ const metadata = {
|
|
|
1483
1523
|
status: 'published'
|
|
1484
1524
|
},
|
|
1485
1525
|
'shape-ellipse': {
|
|
1486
|
-
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', '
|
|
1526
|
+
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'ellipse', 'circle', 'shape tool'],
|
|
1487
1527
|
componentName: 'ShapeEllipseIcon',
|
|
1488
1528
|
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
1489
1529
|
type: 'core',
|
|
@@ -1493,7 +1533,7 @@ const metadata = {
|
|
|
1493
1533
|
status: 'published'
|
|
1494
1534
|
},
|
|
1495
1535
|
'shape-parallelogram-skew-left': {
|
|
1496
|
-
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', '
|
|
1536
|
+
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
1497
1537
|
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
1498
1538
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
1499
1539
|
type: 'core',
|
|
@@ -1503,7 +1543,7 @@ const metadata = {
|
|
|
1503
1543
|
status: 'published'
|
|
1504
1544
|
},
|
|
1505
1545
|
'shape-parallelogram-skew-right': {
|
|
1506
|
-
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', '
|
|
1546
|
+
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
1507
1547
|
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
1508
1548
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
1509
1549
|
type: 'core',
|
|
@@ -1513,7 +1553,7 @@ const metadata = {
|
|
|
1513
1553
|
status: 'published'
|
|
1514
1554
|
},
|
|
1515
1555
|
'shape-rectangle': {
|
|
1516
|
-
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', '
|
|
1556
|
+
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'square'],
|
|
1517
1557
|
componentName: 'ShapeRectangleIcon',
|
|
1518
1558
|
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
1519
1559
|
type: 'core',
|
|
@@ -1523,7 +1563,7 @@ const metadata = {
|
|
|
1523
1563
|
status: 'published'
|
|
1524
1564
|
},
|
|
1525
1565
|
'shape-rectangle-rounded': {
|
|
1526
|
-
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', '
|
|
1566
|
+
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
1527
1567
|
componentName: 'ShapeRectangleRoundedIcon',
|
|
1528
1568
|
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
1529
1569
|
type: 'core',
|
|
@@ -1533,7 +1573,7 @@ const metadata = {
|
|
|
1533
1573
|
status: 'published'
|
|
1534
1574
|
},
|
|
1535
1575
|
'shape-triangle': {
|
|
1536
|
-
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', '
|
|
1576
|
+
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1537
1577
|
componentName: 'ShapeTriangleIcon',
|
|
1538
1578
|
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
1539
1579
|
type: 'core',
|
|
@@ -1543,7 +1583,7 @@ const metadata = {
|
|
|
1543
1583
|
status: 'published'
|
|
1544
1584
|
},
|
|
1545
1585
|
'shape-triangle-inverted': {
|
|
1546
|
-
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', '
|
|
1586
|
+
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1547
1587
|
componentName: 'ShapeTriangleInvertedIcon',
|
|
1548
1588
|
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
1549
1589
|
type: 'core',
|
|
@@ -1553,7 +1593,7 @@ const metadata = {
|
|
|
1553
1593
|
status: 'published'
|
|
1554
1594
|
},
|
|
1555
1595
|
signature: {
|
|
1556
|
-
keywords: ['signature', 'icon', 'icon-lab', '
|
|
1596
|
+
keywords: ['signature', 'icon', 'icon-lab', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
1557
1597
|
componentName: 'SignatureIcon',
|
|
1558
1598
|
package: '@atlaskit/icon-lab/core/signature',
|
|
1559
1599
|
type: 'core',
|
|
@@ -1562,8 +1602,17 @@ const metadata = {
|
|
|
1562
1602
|
team: 'Whiteboards',
|
|
1563
1603
|
status: 'published'
|
|
1564
1604
|
},
|
|
1605
|
+
signpost: {
|
|
1606
|
+
keywords: ['signpost', 'icon', 'icon-lab', 'signpost', 'direction', 'milestone'],
|
|
1607
|
+
componentName: 'SignpostIcon',
|
|
1608
|
+
package: '@atlaskit/icon-lab/core/signpost',
|
|
1609
|
+
type: 'core',
|
|
1610
|
+
categorization: 'multi-purpose',
|
|
1611
|
+
team: 'Design System Team',
|
|
1612
|
+
status: 'published'
|
|
1613
|
+
},
|
|
1565
1614
|
'sort-options': {
|
|
1566
|
-
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', '
|
|
1615
|
+
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1567
1616
|
componentName: 'SortOptionsIcon',
|
|
1568
1617
|
package: '@atlaskit/icon-lab/core/sort-options',
|
|
1569
1618
|
type: 'core',
|
|
@@ -1573,7 +1622,7 @@ const metadata = {
|
|
|
1573
1622
|
status: 'published'
|
|
1574
1623
|
},
|
|
1575
1624
|
spaces: {
|
|
1576
|
-
keywords: ['spaces', 'icon', 'icon-lab', '
|
|
1625
|
+
keywords: ['spaces', 'icon', 'icon-lab', 'space', 'spaces', 'projects'],
|
|
1577
1626
|
componentName: 'SpacesIcon',
|
|
1578
1627
|
package: '@atlaskit/icon-lab/core/spaces',
|
|
1579
1628
|
type: 'core',
|
|
@@ -1584,7 +1633,7 @@ const metadata = {
|
|
|
1584
1633
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1585
1634
|
},
|
|
1586
1635
|
'speedometer-left': {
|
|
1587
|
-
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', '
|
|
1636
|
+
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'slow'],
|
|
1588
1637
|
componentName: 'SpeedometerLeftIcon',
|
|
1589
1638
|
package: '@atlaskit/icon-lab/core/speedometer-left',
|
|
1590
1639
|
type: 'core',
|
|
@@ -1594,7 +1643,7 @@ const metadata = {
|
|
|
1594
1643
|
status: 'published'
|
|
1595
1644
|
},
|
|
1596
1645
|
'speedometer-right': {
|
|
1597
|
-
keywords: ['speedometer-right', 'speedometerright', 'icon', 'icon-lab', '
|
|
1646
|
+
keywords: ['speedometer-right', 'speedometerright', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'fast'],
|
|
1598
1647
|
componentName: 'SpeedometerRightIcon',
|
|
1599
1648
|
package: '@atlaskit/icon-lab/core/speedometer-right',
|
|
1600
1649
|
type: 'core',
|
|
@@ -1604,7 +1653,7 @@ const metadata = {
|
|
|
1604
1653
|
status: 'published'
|
|
1605
1654
|
},
|
|
1606
1655
|
'speedometer-up': {
|
|
1607
|
-
keywords: ['speedometer-up', 'speedometerup', 'icon', 'icon-lab', '
|
|
1656
|
+
keywords: ['speedometer-up', 'speedometerup', 'icon', 'icon-lab', 'speed', 'performance', 'dial'],
|
|
1608
1657
|
componentName: 'SpeedometerUpIcon',
|
|
1609
1658
|
package: '@atlaskit/icon-lab/core/speedometer-up',
|
|
1610
1659
|
type: 'core',
|
|
@@ -1614,7 +1663,7 @@ const metadata = {
|
|
|
1614
1663
|
status: 'published'
|
|
1615
1664
|
},
|
|
1616
1665
|
'split-parallel': {
|
|
1617
|
-
keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', '
|
|
1666
|
+
keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'router', 'branches'],
|
|
1618
1667
|
componentName: 'SplitParallelIcon',
|
|
1619
1668
|
package: '@atlaskit/icon-lab/core/split-parallel',
|
|
1620
1669
|
type: 'core',
|
|
@@ -1625,7 +1674,7 @@ const metadata = {
|
|
|
1625
1674
|
slackChannel: '#help-automation-design'
|
|
1626
1675
|
},
|
|
1627
1676
|
stamp: {
|
|
1628
|
-
keywords: ['stamp', 'icon', 'icon-lab', '
|
|
1677
|
+
keywords: ['stamp', 'icon', 'icon-lab', 'stamp', 'rubber stamp', 'handstamp'],
|
|
1629
1678
|
componentName: 'StampIcon',
|
|
1630
1679
|
package: '@atlaskit/icon-lab/core/stamp',
|
|
1631
1680
|
type: 'core',
|
|
@@ -1635,7 +1684,7 @@ const metadata = {
|
|
|
1635
1684
|
status: 'published'
|
|
1636
1685
|
},
|
|
1637
1686
|
sticker: {
|
|
1638
|
-
keywords: ['sticker', 'icon', 'icon-lab', '
|
|
1687
|
+
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
1639
1688
|
componentName: 'StickerIcon',
|
|
1640
1689
|
package: '@atlaskit/icon-lab/core/sticker',
|
|
1641
1690
|
type: 'core',
|
|
@@ -1645,7 +1694,7 @@ const metadata = {
|
|
|
1645
1694
|
status: 'published'
|
|
1646
1695
|
},
|
|
1647
1696
|
'stroke-curvature-curved': {
|
|
1648
|
-
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', '
|
|
1697
|
+
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
1649
1698
|
componentName: 'StrokeCurvatureCurvedIcon',
|
|
1650
1699
|
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
1651
1700
|
type: 'core',
|
|
@@ -1655,7 +1704,7 @@ const metadata = {
|
|
|
1655
1704
|
status: 'published'
|
|
1656
1705
|
},
|
|
1657
1706
|
'stroke-curvature-dynamic': {
|
|
1658
|
-
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', '
|
|
1707
|
+
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
1659
1708
|
componentName: 'StrokeCurvatureDynamicIcon',
|
|
1660
1709
|
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
1661
1710
|
type: 'core',
|
|
@@ -1665,7 +1714,7 @@ const metadata = {
|
|
|
1665
1714
|
status: 'published'
|
|
1666
1715
|
},
|
|
1667
1716
|
'stroke-curvature-straight': {
|
|
1668
|
-
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', '
|
|
1717
|
+
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
1669
1718
|
componentName: 'StrokeCurvatureStraightIcon',
|
|
1670
1719
|
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
1671
1720
|
type: 'core',
|
|
@@ -1675,7 +1724,7 @@ const metadata = {
|
|
|
1675
1724
|
status: 'published'
|
|
1676
1725
|
},
|
|
1677
1726
|
'stroke-properties': {
|
|
1678
|
-
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', '
|
|
1727
|
+
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'stroke properties', 'border options'],
|
|
1679
1728
|
componentName: 'StrokePropertiesIcon',
|
|
1680
1729
|
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
1681
1730
|
type: 'core',
|
|
@@ -1685,7 +1734,7 @@ const metadata = {
|
|
|
1685
1734
|
status: 'published'
|
|
1686
1735
|
},
|
|
1687
1736
|
'stroke-style-dashed': {
|
|
1688
|
-
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', '
|
|
1737
|
+
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
1689
1738
|
componentName: 'StrokeStyleDashedIcon',
|
|
1690
1739
|
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
1691
1740
|
type: 'core',
|
|
@@ -1695,7 +1744,7 @@ const metadata = {
|
|
|
1695
1744
|
status: 'published'
|
|
1696
1745
|
},
|
|
1697
1746
|
'stroke-style-dotted': {
|
|
1698
|
-
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', '
|
|
1747
|
+
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
1699
1748
|
componentName: 'StrokeStyleDottedIcon',
|
|
1700
1749
|
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
1701
1750
|
type: 'core',
|
|
@@ -1705,7 +1754,7 @@ const metadata = {
|
|
|
1705
1754
|
status: 'published'
|
|
1706
1755
|
},
|
|
1707
1756
|
'stroke-style-solid': {
|
|
1708
|
-
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', '
|
|
1757
|
+
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
1709
1758
|
componentName: 'StrokeStyleSolidIcon',
|
|
1710
1759
|
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
1711
1760
|
type: 'core',
|
|
@@ -1715,7 +1764,7 @@ const metadata = {
|
|
|
1715
1764
|
status: 'published'
|
|
1716
1765
|
},
|
|
1717
1766
|
studio: {
|
|
1718
|
-
keywords: ['studio', 'icon', 'icon-lab', '
|
|
1767
|
+
keywords: ['studio', 'icon', 'icon-lab', 'studio', 'atlassian studio'],
|
|
1719
1768
|
componentName: 'StudioIcon',
|
|
1720
1769
|
package: '@atlaskit/icon-lab/core/studio',
|
|
1721
1770
|
type: 'core',
|
|
@@ -1725,7 +1774,7 @@ const metadata = {
|
|
|
1725
1774
|
status: 'published'
|
|
1726
1775
|
},
|
|
1727
1776
|
'suggested-edit': {
|
|
1728
|
-
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', '
|
|
1777
|
+
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
1729
1778
|
componentName: 'SuggestedEditIcon',
|
|
1730
1779
|
package: '@atlaskit/icon-lab/core/suggested-edit',
|
|
1731
1780
|
type: 'core',
|
|
@@ -1735,7 +1784,7 @@ const metadata = {
|
|
|
1735
1784
|
status: 'published'
|
|
1736
1785
|
},
|
|
1737
1786
|
sunset: {
|
|
1738
|
-
keywords: ['sunset', 'icon', 'icon-lab', '
|
|
1787
|
+
keywords: ['sunset', 'icon', 'icon-lab', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
1739
1788
|
componentName: 'SunsetIcon',
|
|
1740
1789
|
package: '@atlaskit/icon-lab/core/sunset',
|
|
1741
1790
|
type: 'core',
|
|
@@ -1745,7 +1794,7 @@ const metadata = {
|
|
|
1745
1794
|
status: 'published'
|
|
1746
1795
|
},
|
|
1747
1796
|
swap: {
|
|
1748
|
-
keywords: ['swap', 'icon', 'icon-lab', '
|
|
1797
|
+
keywords: ['swap', 'icon', 'icon-lab', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
1749
1798
|
componentName: 'SwapIcon',
|
|
1750
1799
|
package: '@atlaskit/icon-lab/core/swap',
|
|
1751
1800
|
type: 'core',
|
|
@@ -1755,7 +1804,7 @@ const metadata = {
|
|
|
1755
1804
|
status: 'published'
|
|
1756
1805
|
},
|
|
1757
1806
|
'switch-case': {
|
|
1758
|
-
keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', '
|
|
1807
|
+
keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'conditions', 'if', 'else', 'else if'],
|
|
1759
1808
|
componentName: 'SwitchCaseIcon',
|
|
1760
1809
|
package: '@atlaskit/icon-lab/core/switch-case',
|
|
1761
1810
|
type: 'core',
|
|
@@ -1766,7 +1815,7 @@ const metadata = {
|
|
|
1766
1815
|
slackChannel: '#help-automation-design'
|
|
1767
1816
|
},
|
|
1768
1817
|
sync: {
|
|
1769
|
-
keywords: ['sync', 'icon', 'icon-lab', '
|
|
1818
|
+
keywords: ['sync', 'icon', 'icon-lab', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
1770
1819
|
componentName: 'SyncIcon',
|
|
1771
1820
|
package: '@atlaskit/icon-lab/core/sync',
|
|
1772
1821
|
type: 'core',
|
|
@@ -1776,7 +1825,7 @@ const metadata = {
|
|
|
1776
1825
|
status: 'published'
|
|
1777
1826
|
},
|
|
1778
1827
|
tab: {
|
|
1779
|
-
keywords: ['tab', 'icon', 'icon-lab', '
|
|
1828
|
+
keywords: ['tab', 'icon', 'icon-lab', 'key', 'tab'],
|
|
1780
1829
|
componentName: 'TabIcon',
|
|
1781
1830
|
package: '@atlaskit/icon-lab/core/tab',
|
|
1782
1831
|
type: 'core',
|
|
@@ -1787,7 +1836,7 @@ const metadata = {
|
|
|
1787
1836
|
slackChannel: '#icon-contributions'
|
|
1788
1837
|
},
|
|
1789
1838
|
'takeout-container': {
|
|
1790
|
-
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', '
|
|
1839
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
1791
1840
|
componentName: 'TakeoutContainerIcon',
|
|
1792
1841
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
1793
1842
|
type: 'core',
|
|
@@ -1797,7 +1846,7 @@ const metadata = {
|
|
|
1797
1846
|
status: 'published'
|
|
1798
1847
|
},
|
|
1799
1848
|
talent: {
|
|
1800
|
-
keywords: ['talent', 'icon', 'icon-lab', '
|
|
1849
|
+
keywords: ['talent', 'icon', 'icon-lab', 'talent', 'person', 'star'],
|
|
1801
1850
|
componentName: 'TalentIcon',
|
|
1802
1851
|
package: '@atlaskit/icon-lab/core/talent',
|
|
1803
1852
|
type: 'core',
|
|
@@ -1807,7 +1856,7 @@ const metadata = {
|
|
|
1807
1856
|
status: 'published'
|
|
1808
1857
|
},
|
|
1809
1858
|
'teamwork-graph': {
|
|
1810
|
-
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', '
|
|
1859
|
+
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'teamwork graph'],
|
|
1811
1860
|
componentName: 'TeamworkGraphIcon',
|
|
1812
1861
|
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
1813
1862
|
type: 'core',
|
|
@@ -1817,7 +1866,7 @@ const metadata = {
|
|
|
1817
1866
|
status: 'published'
|
|
1818
1867
|
},
|
|
1819
1868
|
telescope: {
|
|
1820
|
-
keywords: ['telescope', 'icon', 'icon-lab', '
|
|
1869
|
+
keywords: ['telescope', 'icon', 'icon-lab', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1821
1870
|
componentName: 'TelescopeIcon',
|
|
1822
1871
|
package: '@atlaskit/icon-lab/core/telescope',
|
|
1823
1872
|
type: 'core',
|
|
@@ -1827,7 +1876,7 @@ const metadata = {
|
|
|
1827
1876
|
status: 'published'
|
|
1828
1877
|
},
|
|
1829
1878
|
template: {
|
|
1830
|
-
keywords: ['template', 'icon', 'icon-lab', '
|
|
1879
|
+
keywords: ['template', 'icon', 'icon-lab', 'template', 'templates'],
|
|
1831
1880
|
componentName: 'TemplateIcon',
|
|
1832
1881
|
package: '@atlaskit/icon-lab/core/template',
|
|
1833
1882
|
type: 'core',
|
|
@@ -1836,8 +1885,17 @@ const metadata = {
|
|
|
1836
1885
|
team: 'Whiteboards',
|
|
1837
1886
|
status: 'published'
|
|
1838
1887
|
},
|
|
1888
|
+
terminal: {
|
|
1889
|
+
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
1890
|
+
componentName: 'TerminalIcon',
|
|
1891
|
+
package: '@atlaskit/icon-lab/core/terminal',
|
|
1892
|
+
type: 'core',
|
|
1893
|
+
categorization: 'multi-purpose',
|
|
1894
|
+
team: 'Design System Team',
|
|
1895
|
+
status: 'published'
|
|
1896
|
+
},
|
|
1839
1897
|
'text-adjust-length': {
|
|
1840
|
-
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', '
|
|
1898
|
+
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', 'text length', 'change text length', 'adjust text length'],
|
|
1841
1899
|
componentName: 'TextAdjustLengthIcon',
|
|
1842
1900
|
package: '@atlaskit/icon-lab/core/text-adjust-length',
|
|
1843
1901
|
type: 'core',
|
|
@@ -1847,7 +1905,7 @@ const metadata = {
|
|
|
1847
1905
|
status: 'published'
|
|
1848
1906
|
},
|
|
1849
1907
|
'text-audio-transcript': {
|
|
1850
|
-
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', '
|
|
1908
|
+
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', 'microphone', 'script', 'paragraph'],
|
|
1851
1909
|
componentName: 'TextAudioTranscriptIcon',
|
|
1852
1910
|
package: '@atlaskit/icon-lab/core/text-audio-transcript',
|
|
1853
1911
|
type: 'core',
|
|
@@ -1858,7 +1916,7 @@ const metadata = {
|
|
|
1858
1916
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1859
1917
|
},
|
|
1860
1918
|
'text-bold-italic': {
|
|
1861
|
-
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', '
|
|
1919
|
+
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
|
|
1862
1920
|
componentName: 'TextBoldItalicIcon',
|
|
1863
1921
|
package: '@atlaskit/icon-lab/core/text-bold-italic',
|
|
1864
1922
|
type: 'core',
|
|
@@ -1868,7 +1926,7 @@ const metadata = {
|
|
|
1868
1926
|
status: 'published'
|
|
1869
1927
|
},
|
|
1870
1928
|
'text-bold-italic-strikethrough': {
|
|
1871
|
-
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', '
|
|
1929
|
+
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
|
|
1872
1930
|
componentName: 'TextBoldItalicStrikethroughIcon',
|
|
1873
1931
|
package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
|
|
1874
1932
|
type: 'core',
|
|
@@ -1878,7 +1936,7 @@ const metadata = {
|
|
|
1878
1936
|
status: 'published'
|
|
1879
1937
|
},
|
|
1880
1938
|
'text-bold-italic-underline': {
|
|
1881
|
-
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', '
|
|
1939
|
+
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
|
|
1882
1940
|
componentName: 'TextBoldItalicUnderlineIcon',
|
|
1883
1941
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
|
|
1884
1942
|
type: 'core',
|
|
@@ -1888,7 +1946,7 @@ const metadata = {
|
|
|
1888
1946
|
status: 'published'
|
|
1889
1947
|
},
|
|
1890
1948
|
'text-bold-italic-underline-strikethrough': {
|
|
1891
|
-
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
1949
|
+
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
|
|
1892
1950
|
componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
|
|
1893
1951
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
|
|
1894
1952
|
type: 'core',
|
|
@@ -1898,7 +1956,7 @@ const metadata = {
|
|
|
1898
1956
|
status: 'published'
|
|
1899
1957
|
},
|
|
1900
1958
|
'text-bold-strikethrough': {
|
|
1901
|
-
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', '
|
|
1959
|
+
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Bold', 'strikethrough'],
|
|
1902
1960
|
componentName: 'TextBoldStrikethroughIcon',
|
|
1903
1961
|
package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
|
|
1904
1962
|
type: 'core',
|
|
@@ -1908,7 +1966,7 @@ const metadata = {
|
|
|
1908
1966
|
status: 'published'
|
|
1909
1967
|
},
|
|
1910
1968
|
'text-bold-underline': {
|
|
1911
|
-
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', '
|
|
1969
|
+
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'bold', 'underline', 'text formatting'],
|
|
1912
1970
|
componentName: 'TextBoldUnderlineIcon',
|
|
1913
1971
|
package: '@atlaskit/icon-lab/core/text-bold-underline',
|
|
1914
1972
|
type: 'core',
|
|
@@ -1918,7 +1976,7 @@ const metadata = {
|
|
|
1918
1976
|
status: 'published'
|
|
1919
1977
|
},
|
|
1920
1978
|
'text-bold-underline-strikethrough': {
|
|
1921
|
-
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
1979
|
+
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'strikethrough', 'underline'],
|
|
1922
1980
|
componentName: 'TextBoldUnderlineStrikethroughIcon',
|
|
1923
1981
|
package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
|
|
1924
1982
|
type: 'core',
|
|
@@ -1928,7 +1986,7 @@ const metadata = {
|
|
|
1928
1986
|
status: 'published'
|
|
1929
1987
|
},
|
|
1930
1988
|
'text-conclusion-add': {
|
|
1931
|
-
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', '
|
|
1989
|
+
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'text', 'conclusion', 'AI', 'generative'],
|
|
1932
1990
|
componentName: 'TextConclusionAddIcon',
|
|
1933
1991
|
package: '@atlaskit/icon-lab/core/text-conclusion-add',
|
|
1934
1992
|
type: 'core',
|
|
@@ -1938,7 +1996,7 @@ const metadata = {
|
|
|
1938
1996
|
status: 'published'
|
|
1939
1997
|
},
|
|
1940
1998
|
'text-heading-five': {
|
|
1941
|
-
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', '
|
|
1999
|
+
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
1942
2000
|
componentName: 'TextHeadingFiveIcon',
|
|
1943
2001
|
package: '@atlaskit/icon-lab/core/text-heading-five',
|
|
1944
2002
|
type: 'core',
|
|
@@ -1949,7 +2007,7 @@ const metadata = {
|
|
|
1949
2007
|
slackChannel: '#editor-design'
|
|
1950
2008
|
},
|
|
1951
2009
|
'text-heading-four': {
|
|
1952
|
-
keywords: ['text-heading-four', 'textheadingfour', 'icon', 'icon-lab', '
|
|
2010
|
+
keywords: ['text-heading-four', 'textheadingfour', 'icon', 'icon-lab', 'heading 4', 'H4', 'text style'],
|
|
1953
2011
|
componentName: 'TextHeadingFourIcon',
|
|
1954
2012
|
package: '@atlaskit/icon-lab/core/text-heading-four',
|
|
1955
2013
|
type: 'core',
|
|
@@ -1960,7 +2018,7 @@ const metadata = {
|
|
|
1960
2018
|
slackChannel: '#editor-design'
|
|
1961
2019
|
},
|
|
1962
2020
|
'text-heading-one': {
|
|
1963
|
-
keywords: ['text-heading-one', 'textheadingone', 'icon', 'icon-lab', '
|
|
2021
|
+
keywords: ['text-heading-one', 'textheadingone', 'icon', 'icon-lab', 'Heading 1', 'H1', 'text style'],
|
|
1964
2022
|
componentName: 'TextHeadingOneIcon',
|
|
1965
2023
|
package: '@atlaskit/icon-lab/core/text-heading-one',
|
|
1966
2024
|
type: 'core',
|
|
@@ -1971,7 +2029,7 @@ const metadata = {
|
|
|
1971
2029
|
slackChannel: '#Editor-design'
|
|
1972
2030
|
},
|
|
1973
2031
|
'text-heading-six': {
|
|
1974
|
-
keywords: ['text-heading-six', 'textheadingsix', 'icon', 'icon-lab', '
|
|
2032
|
+
keywords: ['text-heading-six', 'textheadingsix', 'icon', 'icon-lab', 'heading 6', 'H6', 'text style'],
|
|
1975
2033
|
componentName: 'TextHeadingSixIcon',
|
|
1976
2034
|
package: '@atlaskit/icon-lab/core/text-heading-six',
|
|
1977
2035
|
type: 'core',
|
|
@@ -1982,7 +2040,7 @@ const metadata = {
|
|
|
1982
2040
|
slackChannel: '#editor-design'
|
|
1983
2041
|
},
|
|
1984
2042
|
'text-heading-three': {
|
|
1985
|
-
keywords: ['text-heading-three', 'textheadingthree', 'icon', 'icon-lab', '
|
|
2043
|
+
keywords: ['text-heading-three', 'textheadingthree', 'icon', 'icon-lab', 'heading 3', 'H3', 'text style'],
|
|
1986
2044
|
componentName: 'TextHeadingThreeIcon',
|
|
1987
2045
|
package: '@atlaskit/icon-lab/core/text-heading-three',
|
|
1988
2046
|
type: 'core',
|
|
@@ -1993,7 +2051,7 @@ const metadata = {
|
|
|
1993
2051
|
slackChannel: '#editor-design'
|
|
1994
2052
|
},
|
|
1995
2053
|
'text-heading-two': {
|
|
1996
|
-
keywords: ['text-heading-two', 'textheadingtwo', 'icon', 'icon-lab', '
|
|
2054
|
+
keywords: ['text-heading-two', 'textheadingtwo', 'icon', 'icon-lab', 'Heading 2', 'H2', 'text style'],
|
|
1997
2055
|
componentName: 'TextHeadingTwoIcon',
|
|
1998
2056
|
package: '@atlaskit/icon-lab/core/text-heading-two',
|
|
1999
2057
|
type: 'core',
|
|
@@ -2004,7 +2062,7 @@ const metadata = {
|
|
|
2004
2062
|
slackChannel: '#editor-design'
|
|
2005
2063
|
},
|
|
2006
2064
|
'text-introduction-add': {
|
|
2007
|
-
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', '
|
|
2065
|
+
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'text', 'introduction', 'AI', 'generative'],
|
|
2008
2066
|
componentName: 'TextIntroductionAddIcon',
|
|
2009
2067
|
package: '@atlaskit/icon-lab/core/text-introduction-add',
|
|
2010
2068
|
type: 'core',
|
|
@@ -2014,7 +2072,7 @@ const metadata = {
|
|
|
2014
2072
|
status: 'published'
|
|
2015
2073
|
},
|
|
2016
2074
|
'text-italic-strikethrough': {
|
|
2017
|
-
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', '
|
|
2075
|
+
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
2018
2076
|
componentName: 'TextItalicStrikethroughIcon',
|
|
2019
2077
|
package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
|
|
2020
2078
|
type: 'core',
|
|
@@ -2024,7 +2082,7 @@ const metadata = {
|
|
|
2024
2082
|
status: 'published'
|
|
2025
2083
|
},
|
|
2026
2084
|
'text-italic-underline': {
|
|
2027
|
-
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', '
|
|
2085
|
+
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
|
|
2028
2086
|
componentName: 'TextItalicUnderlineIcon',
|
|
2029
2087
|
package: '@atlaskit/icon-lab/core/text-italic-underline',
|
|
2030
2088
|
type: 'core',
|
|
@@ -2034,7 +2092,7 @@ const metadata = {
|
|
|
2034
2092
|
status: 'published'
|
|
2035
2093
|
},
|
|
2036
2094
|
'text-italic-underline-strikethrough': {
|
|
2037
|
-
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
2095
|
+
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'italic', 'underline', 'strikethrough'],
|
|
2038
2096
|
componentName: 'TextItalicUnderlineStrikethroughIcon',
|
|
2039
2097
|
package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
|
|
2040
2098
|
type: 'core',
|
|
@@ -2044,7 +2102,7 @@ const metadata = {
|
|
|
2044
2102
|
status: 'published'
|
|
2045
2103
|
},
|
|
2046
2104
|
'text-lengthen': {
|
|
2047
|
-
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', '
|
|
2105
|
+
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'text', 'lengthen', 'expand', 'AI', 'generative'],
|
|
2048
2106
|
componentName: 'TextLengthenIcon',
|
|
2049
2107
|
package: '@atlaskit/icon-lab/core/text-lengthen',
|
|
2050
2108
|
type: 'core',
|
|
@@ -2054,7 +2112,7 @@ const metadata = {
|
|
|
2054
2112
|
status: 'published'
|
|
2055
2113
|
},
|
|
2056
2114
|
'text-letter-case': {
|
|
2057
|
-
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', '
|
|
2115
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
2058
2116
|
componentName: 'TextLetterCaseIcon',
|
|
2059
2117
|
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
2060
2118
|
type: 'core',
|
|
@@ -2065,7 +2123,7 @@ const metadata = {
|
|
|
2065
2123
|
slackChannel: '#icon-contributions'
|
|
2066
2124
|
},
|
|
2067
2125
|
'text-paragraph': {
|
|
2068
|
-
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', '
|
|
2126
|
+
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
2069
2127
|
componentName: 'TextParagraphIcon',
|
|
2070
2128
|
package: '@atlaskit/icon-lab/core/text-paragraph',
|
|
2071
2129
|
type: 'core',
|
|
@@ -2075,7 +2133,7 @@ const metadata = {
|
|
|
2075
2133
|
status: 'published'
|
|
2076
2134
|
},
|
|
2077
2135
|
'text-rephrase': {
|
|
2078
|
-
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', '
|
|
2136
|
+
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'text', 'rephrase', 'AI', 'generative'],
|
|
2079
2137
|
componentName: 'TextRephraseIcon',
|
|
2080
2138
|
package: '@atlaskit/icon-lab/core/text-rephrase',
|
|
2081
2139
|
type: 'core',
|
|
@@ -2085,7 +2143,7 @@ const metadata = {
|
|
|
2085
2143
|
status: 'published'
|
|
2086
2144
|
},
|
|
2087
2145
|
'text-subscript': {
|
|
2088
|
-
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', '
|
|
2146
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'subscript', 'text formatting'],
|
|
2089
2147
|
componentName: 'TextSubscriptIcon',
|
|
2090
2148
|
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
2091
2149
|
type: 'core',
|
|
@@ -2096,7 +2154,7 @@ const metadata = {
|
|
|
2096
2154
|
slackChannel: '#editor-design'
|
|
2097
2155
|
},
|
|
2098
2156
|
'text-superscript': {
|
|
2099
|
-
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', '
|
|
2157
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'superscript', 'text formatting'],
|
|
2100
2158
|
componentName: 'TextSuperscriptIcon',
|
|
2101
2159
|
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
2102
2160
|
type: 'core',
|
|
@@ -2107,7 +2165,7 @@ const metadata = {
|
|
|
2107
2165
|
slackChannel: '#Editor-design'
|
|
2108
2166
|
},
|
|
2109
2167
|
'text-underline-strikethrough': {
|
|
2110
|
-
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
2168
|
+
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
2111
2169
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
2112
2170
|
package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
|
|
2113
2171
|
type: 'core',
|
|
@@ -2117,7 +2175,7 @@ const metadata = {
|
|
|
2117
2175
|
status: 'published'
|
|
2118
2176
|
},
|
|
2119
2177
|
ticket: {
|
|
2120
|
-
keywords: ['ticket', 'icon', 'icon-lab', '
|
|
2178
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'stub', 'ticket'],
|
|
2121
2179
|
componentName: 'TicketIcon',
|
|
2122
2180
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
2123
2181
|
type: 'core',
|
|
@@ -2127,7 +2185,7 @@ const metadata = {
|
|
|
2127
2185
|
status: 'published'
|
|
2128
2186
|
},
|
|
2129
2187
|
tidy: {
|
|
2130
|
-
keywords: ['tidy', 'icon', 'icon-lab', '
|
|
2188
|
+
keywords: ['tidy', 'icon', 'icon-lab', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
2131
2189
|
componentName: 'TidyIcon',
|
|
2132
2190
|
package: '@atlaskit/icon-lab/core/tidy',
|
|
2133
2191
|
type: 'core',
|
|
@@ -2137,7 +2195,7 @@ const metadata = {
|
|
|
2137
2195
|
status: 'published'
|
|
2138
2196
|
},
|
|
2139
2197
|
variable: {
|
|
2140
|
-
keywords: ['variable', 'icon', 'icon-lab'
|
|
2198
|
+
keywords: ['variable', 'icon', 'icon-lab'],
|
|
2141
2199
|
componentName: 'VariableIcon',
|
|
2142
2200
|
package: '@atlaskit/icon-lab/core/variable',
|
|
2143
2201
|
type: 'core',
|
|
@@ -2148,7 +2206,7 @@ const metadata = {
|
|
|
2148
2206
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2149
2207
|
},
|
|
2150
2208
|
'vehicle-airplane': {
|
|
2151
|
-
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', '
|
|
2209
|
+
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
2152
2210
|
componentName: 'VehicleAirplaneIcon',
|
|
2153
2211
|
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
2154
2212
|
type: 'core',
|
|
@@ -2158,7 +2216,7 @@ const metadata = {
|
|
|
2158
2216
|
status: 'published'
|
|
2159
2217
|
},
|
|
2160
2218
|
'vehicle-train': {
|
|
2161
|
-
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', '
|
|
2219
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'transportation', 'vehicle', 'car'],
|
|
2162
2220
|
componentName: 'VehicleTrainIcon',
|
|
2163
2221
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
2164
2222
|
type: 'core',
|
|
@@ -2168,7 +2226,7 @@ const metadata = {
|
|
|
2168
2226
|
status: 'published'
|
|
2169
2227
|
},
|
|
2170
2228
|
'video-captions-stylized': {
|
|
2171
|
-
keywords: ['video-captions-stylized', 'videocaptionsstylized', 'icon', 'icon-lab', '
|
|
2229
|
+
keywords: ['video-captions-stylized', 'videocaptionsstylized', 'icon', 'icon-lab', 'CC', 'subtitles'],
|
|
2172
2230
|
componentName: 'VideoCaptionsStylizedIcon',
|
|
2173
2231
|
package: '@atlaskit/icon-lab/core/video-captions-stylized',
|
|
2174
2232
|
type: 'core',
|
|
@@ -2179,7 +2237,7 @@ const metadata = {
|
|
|
2179
2237
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2180
2238
|
},
|
|
2181
2239
|
'video-clip': {
|
|
2182
|
-
keywords: ['video-clip', 'videoclip', 'icon', 'icon-lab', '
|
|
2240
|
+
keywords: ['video-clip', 'videoclip', 'icon', 'icon-lab', 'film', 'film strip', 'video', 'media', 'file'],
|
|
2183
2241
|
componentName: 'VideoClipIcon',
|
|
2184
2242
|
package: '@atlaskit/icon-lab/core/video-clip',
|
|
2185
2243
|
type: 'core',
|
|
@@ -2190,7 +2248,7 @@ const metadata = {
|
|
|
2190
2248
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2191
2249
|
},
|
|
2192
2250
|
'video-closed-captions': {
|
|
2193
|
-
keywords: ['video-closed-captions', 'videoclosedcaptions', 'icon', 'icon-lab', '
|
|
2251
|
+
keywords: ['video-closed-captions', 'videoclosedcaptions', 'icon', 'icon-lab', 'CC', 'closed captions', 'subtitles'],
|
|
2194
2252
|
componentName: 'VideoClosedCaptionsIcon',
|
|
2195
2253
|
package: '@atlaskit/icon-lab/core/video-closed-captions',
|
|
2196
2254
|
type: 'core',
|
|
@@ -2200,7 +2258,7 @@ const metadata = {
|
|
|
2200
2258
|
status: 'published'
|
|
2201
2259
|
},
|
|
2202
2260
|
'video-closed-captions-filled': {
|
|
2203
|
-
keywords: ['video-closed-captions-filled', 'videoclosedcaptionsfilled', 'icon', 'icon-lab'
|
|
2261
|
+
keywords: ['video-closed-captions-filled', 'videoclosedcaptionsfilled', 'icon', 'icon-lab'],
|
|
2204
2262
|
componentName: 'VideoClosedCaptionsFilledIcon',
|
|
2205
2263
|
package: '@atlaskit/icon-lab/core/video-closed-captions-filled',
|
|
2206
2264
|
type: 'core',
|
|
@@ -2210,7 +2268,7 @@ const metadata = {
|
|
|
2210
2268
|
status: 'published'
|
|
2211
2269
|
},
|
|
2212
2270
|
'video-hd': {
|
|
2213
|
-
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', '
|
|
2271
|
+
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2214
2272
|
componentName: 'VideoHdIcon',
|
|
2215
2273
|
package: '@atlaskit/icon-lab/core/video-hd',
|
|
2216
2274
|
type: 'core',
|
|
@@ -2220,7 +2278,7 @@ const metadata = {
|
|
|
2220
2278
|
status: 'published'
|
|
2221
2279
|
},
|
|
2222
2280
|
'video-hd-filled': {
|
|
2223
|
-
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', '
|
|
2281
|
+
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2224
2282
|
componentName: 'VideoHdFilledIcon',
|
|
2225
2283
|
package: '@atlaskit/icon-lab/core/video-hd-filled',
|
|
2226
2284
|
type: 'core',
|
|
@@ -2230,7 +2288,7 @@ const metadata = {
|
|
|
2230
2288
|
status: 'published'
|
|
2231
2289
|
},
|
|
2232
2290
|
'video-miniplayer': {
|
|
2233
|
-
keywords: ['video-miniplayer', 'videominiplayer', 'icon', 'icon-lab', '
|
|
2291
|
+
keywords: ['video-miniplayer', 'videominiplayer', 'icon', 'icon-lab', 'picture in picture', 'PIP'],
|
|
2234
2292
|
componentName: 'VideoMiniplayerIcon',
|
|
2235
2293
|
package: '@atlaskit/icon-lab/core/video-miniplayer',
|
|
2236
2294
|
type: 'core',
|
|
@@ -2241,7 +2299,7 @@ const metadata = {
|
|
|
2241
2299
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2242
2300
|
},
|
|
2243
2301
|
'video-overlay-tools': {
|
|
2244
|
-
keywords: ['video-overlay-tools', 'videooverlaytools', 'icon', 'icon-lab', '
|
|
2302
|
+
keywords: ['video-overlay-tools', 'videooverlaytools', 'icon', 'icon-lab', 'overlays', 'video', 'add text', 'add arrow', 'add box'],
|
|
2245
2303
|
componentName: 'VideoOverlayToolsIcon',
|
|
2246
2304
|
package: '@atlaskit/icon-lab/core/video-overlay-tools',
|
|
2247
2305
|
type: 'core',
|
|
@@ -2251,7 +2309,7 @@ const metadata = {
|
|
|
2251
2309
|
status: 'published'
|
|
2252
2310
|
},
|
|
2253
2311
|
'video-play-circle': {
|
|
2254
|
-
keywords: ['video-play-circle', 'videoplaycircle', 'icon', 'icon-lab', '
|
|
2312
|
+
keywords: ['video-play-circle', 'videoplaycircle', 'icon', 'icon-lab', 'video', 'start'],
|
|
2255
2313
|
componentName: 'VideoPlayCircleIcon',
|
|
2256
2314
|
package: '@atlaskit/icon-lab/core/video-play-circle',
|
|
2257
2315
|
type: 'core',
|
|
@@ -2262,7 +2320,7 @@ const metadata = {
|
|
|
2262
2320
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2263
2321
|
},
|
|
2264
2322
|
'video-record': {
|
|
2265
|
-
keywords: ['video-record', 'videorecord', 'icon', 'icon-lab', '
|
|
2323
|
+
keywords: ['video-record', 'videorecord', 'icon', 'icon-lab', 'live', 'circle', 'ellipse', 'recording'],
|
|
2266
2324
|
componentName: 'VideoRecordIcon',
|
|
2267
2325
|
package: '@atlaskit/icon-lab/core/video-record',
|
|
2268
2326
|
type: 'core',
|
|
@@ -2273,7 +2331,7 @@ const metadata = {
|
|
|
2273
2331
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2274
2332
|
},
|
|
2275
2333
|
'video-rewind-overlay': {
|
|
2276
|
-
keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', '
|
|
2334
|
+
keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back'],
|
|
2277
2335
|
componentName: 'VideoRewindOverlayIcon',
|
|
2278
2336
|
package: '@atlaskit/icon-lab/core/video-rewind-overlay',
|
|
2279
2337
|
type: 'core',
|
|
@@ -2283,7 +2341,7 @@ const metadata = {
|
|
|
2283
2341
|
status: 'published'
|
|
2284
2342
|
},
|
|
2285
2343
|
'video-skip-backward-five': {
|
|
2286
|
-
keywords: ['video-skip-backward-five', 'videoskipbackwardfive', 'icon', 'icon-lab', '
|
|
2344
|
+
keywords: ['video-skip-backward-five', 'videoskipbackwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2287
2345
|
componentName: 'VideoSkipBackwardFiveIcon',
|
|
2288
2346
|
package: '@atlaskit/icon-lab/core/video-skip-backward-five',
|
|
2289
2347
|
type: 'core',
|
|
@@ -2293,7 +2351,7 @@ const metadata = {
|
|
|
2293
2351
|
status: 'published'
|
|
2294
2352
|
},
|
|
2295
2353
|
'video-skip-forward-five': {
|
|
2296
|
-
keywords: ['video-skip-forward-five', 'videoskipforwardfive', 'icon', 'icon-lab', '
|
|
2354
|
+
keywords: ['video-skip-forward-five', 'videoskipforwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2297
2355
|
componentName: 'VideoSkipForwardFiveIcon',
|
|
2298
2356
|
package: '@atlaskit/icon-lab/core/video-skip-forward-five',
|
|
2299
2357
|
type: 'core',
|
|
@@ -2303,7 +2361,7 @@ const metadata = {
|
|
|
2303
2361
|
status: 'published'
|
|
2304
2362
|
},
|
|
2305
2363
|
'video-strikethrough': {
|
|
2306
|
-
keywords: ['video-strikethrough', 'videostrikethrough', 'icon', 'icon-lab', '
|
|
2364
|
+
keywords: ['video-strikethrough', 'videostrikethrough', 'icon', 'icon-lab', 'video', 'no video', 'camera off', 'off'],
|
|
2307
2365
|
componentName: 'VideoStrikethroughIcon',
|
|
2308
2366
|
package: '@atlaskit/icon-lab/core/video-strikethrough',
|
|
2309
2367
|
type: 'core',
|
|
@@ -2313,7 +2371,7 @@ const metadata = {
|
|
|
2313
2371
|
status: 'published'
|
|
2314
2372
|
},
|
|
2315
2373
|
'video-theater-mode': {
|
|
2316
|
-
keywords: ['video-theater-mode', 'videotheatermode', 'icon', 'icon-lab', '
|
|
2374
|
+
keywords: ['video-theater-mode', 'videotheatermode', 'icon', 'icon-lab', 'theater mode', 'view', 'viewport', 'video', 'wide'],
|
|
2317
2375
|
componentName: 'VideoTheaterModeIcon',
|
|
2318
2376
|
package: '@atlaskit/icon-lab/core/video-theater-mode',
|
|
2319
2377
|
type: 'core',
|
|
@@ -2323,7 +2381,7 @@ const metadata = {
|
|
|
2323
2381
|
status: 'published'
|
|
2324
2382
|
},
|
|
2325
2383
|
'video-timeline-clip-split': {
|
|
2326
|
-
keywords: ['video-timeline-clip-split', 'videotimelineclipsplit', 'icon', 'icon-lab', '
|
|
2384
|
+
keywords: ['video-timeline-clip-split', 'videotimelineclipsplit', 'icon', 'icon-lab', 'split', 'clip', 'edit', 'enhance', 'video', 'timeline', 'trim'],
|
|
2327
2385
|
componentName: 'VideoTimelineClipSplitIcon',
|
|
2328
2386
|
package: '@atlaskit/icon-lab/core/video-timeline-clip-split',
|
|
2329
2387
|
type: 'core',
|
|
@@ -2333,7 +2391,7 @@ const metadata = {
|
|
|
2333
2391
|
status: 'published'
|
|
2334
2392
|
},
|
|
2335
2393
|
'video-timeline-editor': {
|
|
2336
|
-
keywords: ['video-timeline-editor', 'videotimelineeditor', 'icon', 'icon-lab', '
|
|
2394
|
+
keywords: ['video-timeline-editor', 'videotimelineeditor', 'icon', 'icon-lab', 'track', 'edit', 'video'],
|
|
2337
2395
|
componentName: 'VideoTimelineEditorIcon',
|
|
2338
2396
|
package: '@atlaskit/icon-lab/core/video-timeline-editor',
|
|
2339
2397
|
type: 'core',
|
|
@@ -2344,7 +2402,7 @@ const metadata = {
|
|
|
2344
2402
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2345
2403
|
},
|
|
2346
2404
|
'video-watch-later-remove': {
|
|
2347
|
-
keywords: ['video-watch-later-remove', 'videowatchlaterremove', 'icon', 'icon-lab', '
|
|
2405
|
+
keywords: ['video-watch-later-remove', 'videowatchlaterremove', 'icon', 'icon-lab', 'bookmark', 'x', 'remove', 'cross'],
|
|
2348
2406
|
componentName: 'VideoWatchLaterRemoveIcon',
|
|
2349
2407
|
package: '@atlaskit/icon-lab/core/video-watch-later-remove',
|
|
2350
2408
|
type: 'core',
|
|
@@ -2354,7 +2412,7 @@ const metadata = {
|
|
|
2354
2412
|
status: 'published'
|
|
2355
2413
|
},
|
|
2356
2414
|
'video-watch-later-saved': {
|
|
2357
|
-
keywords: ['video-watch-later-saved', 'videowatchlatersaved', 'icon', 'icon-lab', '
|
|
2415
|
+
keywords: ['video-watch-later-saved', 'videowatchlatersaved', 'icon', 'icon-lab', 'bookmark', 'check', 'saved'],
|
|
2358
2416
|
componentName: 'VideoWatchLaterSavedIcon',
|
|
2359
2417
|
package: '@atlaskit/icon-lab/core/video-watch-later-saved',
|
|
2360
2418
|
type: 'core',
|
|
@@ -2364,7 +2422,7 @@ const metadata = {
|
|
|
2364
2422
|
status: 'published'
|
|
2365
2423
|
},
|
|
2366
2424
|
'view-type-board-home': {
|
|
2367
|
-
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', '
|
|
2425
|
+
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'board view', 'databases', 'home', 'default view'],
|
|
2368
2426
|
componentName: 'ViewTypeBoardHomeIcon',
|
|
2369
2427
|
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
2370
2428
|
type: 'core',
|
|
@@ -2374,7 +2432,7 @@ const metadata = {
|
|
|
2374
2432
|
status: 'published'
|
|
2375
2433
|
},
|
|
2376
2434
|
'view-type-card-home': {
|
|
2377
|
-
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', '
|
|
2435
|
+
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'card view', 'databases', 'home', 'default view'],
|
|
2378
2436
|
componentName: 'ViewTypeCardHomeIcon',
|
|
2379
2437
|
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
2380
2438
|
type: 'core',
|
|
@@ -2384,7 +2442,7 @@ const metadata = {
|
|
|
2384
2442
|
status: 'published'
|
|
2385
2443
|
},
|
|
2386
2444
|
'view-type-table-home': {
|
|
2387
|
-
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', '
|
|
2445
|
+
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'table view', 'databases', 'home', 'default view'],
|
|
2388
2446
|
componentName: 'ViewTypeTableHomeIcon',
|
|
2389
2447
|
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
2390
2448
|
type: 'core',
|
|
@@ -2394,7 +2452,7 @@ const metadata = {
|
|
|
2394
2452
|
status: 'published'
|
|
2395
2453
|
},
|
|
2396
2454
|
vulnerability: {
|
|
2397
|
-
keywords: ['vulnerability', 'icon', 'icon-lab', '
|
|
2455
|
+
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2398
2456
|
componentName: 'VulnerabilityIcon',
|
|
2399
2457
|
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
2400
2458
|
type: 'core',
|
|
@@ -2404,7 +2462,7 @@ const metadata = {
|
|
|
2404
2462
|
status: 'published'
|
|
2405
2463
|
},
|
|
2406
2464
|
wallet: {
|
|
2407
|
-
keywords: ['wallet', 'icon', 'icon-lab', '
|
|
2465
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'money', 'sales', 'payment', 'wallet'],
|
|
2408
2466
|
componentName: 'WalletIcon',
|
|
2409
2467
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
2410
2468
|
type: 'core',
|
|
@@ -2414,7 +2472,7 @@ const metadata = {
|
|
|
2414
2472
|
status: 'published'
|
|
2415
2473
|
},
|
|
2416
2474
|
'warning-outline': {
|
|
2417
|
-
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', '
|
|
2475
|
+
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
|
|
2418
2476
|
componentName: 'WarningOutlineIcon',
|
|
2419
2477
|
package: '@atlaskit/icon-lab/core/warning-outline',
|
|
2420
2478
|
type: 'core',
|
|
@@ -2424,7 +2482,7 @@ const metadata = {
|
|
|
2424
2482
|
status: 'published'
|
|
2425
2483
|
},
|
|
2426
2484
|
webhook: {
|
|
2427
|
-
keywords: ['webhook', 'icon', 'icon-lab', '
|
|
2485
|
+
keywords: ['webhook', 'icon', 'icon-lab', 'api', 'callback', 'payload'],
|
|
2428
2486
|
componentName: 'WebhookIcon',
|
|
2429
2487
|
package: '@atlaskit/icon-lab/core/webhook',
|
|
2430
2488
|
type: 'core',
|
|
@@ -2435,7 +2493,7 @@ const metadata = {
|
|
|
2435
2493
|
slackChannel: '#help-automation-design'
|
|
2436
2494
|
},
|
|
2437
2495
|
'welcome-feed': {
|
|
2438
|
-
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', '
|
|
2496
|
+
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'welcome', 'hello', 'blog', 'smile', 'intro'],
|
|
2439
2497
|
componentName: 'WelcomeFeedIcon',
|
|
2440
2498
|
package: '@atlaskit/icon-lab/core/welcome-feed',
|
|
2441
2499
|
type: 'core',
|
|
@@ -2446,7 +2504,7 @@ const metadata = {
|
|
|
2446
2504
|
slackChannel: '#cc-insights-and-reporting'
|
|
2447
2505
|
},
|
|
2448
2506
|
'work-item-add': {
|
|
2449
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', '
|
|
2507
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2450
2508
|
componentName: 'WorkItemAddIcon',
|
|
2451
2509
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2452
2510
|
type: 'core',
|
|
@@ -2456,7 +2514,7 @@ const metadata = {
|
|
|
2456
2514
|
status: 'published'
|
|
2457
2515
|
},
|
|
2458
2516
|
'workflow-controls': {
|
|
2459
|
-
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', '
|
|
2517
|
+
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'orchestration'],
|
|
2460
2518
|
componentName: 'WorkflowControlsIcon',
|
|
2461
2519
|
package: '@atlaskit/icon-lab/core/workflow-controls',
|
|
2462
2520
|
type: 'core',
|
|
@@ -2467,7 +2525,7 @@ const metadata = {
|
|
|
2467
2525
|
slackChannel: '#help-automation-design'
|
|
2468
2526
|
},
|
|
2469
2527
|
wrench: {
|
|
2470
|
-
keywords: ['wrench', 'icon', 'icon-lab', '
|
|
2528
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2471
2529
|
componentName: 'WrenchIcon',
|
|
2472
2530
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
2473
2531
|
type: 'core',
|