@atlaskit/icon-lab 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -0
- package/build/index.tsx +1 -1
- package/core/ai-generative-chapters.js +2 -2
- package/core/atom.js +2 -2
- package/core/cursor-strikethrough.js +2 -2
- package/core/diagram-symbol-display.js +2 -2
- package/core/diagram-symbol-manual-operation.js +2 -2
- package/core/diagram-symbol-preparation.js +2 -2
- package/core/microphone-strikethrough.js +2 -2
- package/core/milestone-complete.js +2 -2
- package/core/pin-strikethrough.js +2 -2
- package/core/rovo.d.ts +13 -0
- package/core/rovo.js +28 -0
- package/core/rss-feed.d.ts +13 -0
- package/core/rss-feed.js +28 -0
- package/core/spaces.js +2 -2
- package/core/teamwork-graph.js +2 -2
- package/core/telescope.js +2 -2
- package/core/video-rewind-overlay.js +2 -2
- package/core/warning-outline.js +2 -2
- package/dist/cjs/metadata-core.js +268 -248
- package/dist/es2019/metadata-core.js +268 -248
- package/dist/esm/metadata-core.js +268 -248
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -5
- package/svgs/core/ai-generative-chapters.svg +1 -1
- package/svgs/core/atom.svg +1 -1
- package/svgs/core/cursor-strikethrough.svg +1 -1
- package/svgs/core/diagram-symbol-display.svg +1 -1
- package/svgs/core/diagram-symbol-manual-operation.svg +1 -1
- package/svgs/core/diagram-symbol-preparation.svg +1 -1
- package/svgs/core/microphone-strikethrough.svg +1 -1
- package/svgs/core/milestone-complete.svg +1 -1
- package/svgs/core/pin-strikethrough.svg +1 -1
- package/svgs/core/rovo.svg +1 -0
- package/svgs/core/rss-feed.svg +1 -0
- package/svgs/core/spaces.svg +1 -1
- package/svgs/core/teamwork-graph.svg +1 -1
- package/svgs/core/telescope.svg +1 -1
- package/svgs/core/video-rewind-overlay.svg +1 -1
- package/svgs/core/warning-outline.svg +1 -1
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c1667f19a52f53c9d1c4218e2a58de86>>
|
|
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',
|
|
@@ -308,7 +308,7 @@ const metadata = {
|
|
|
308
308
|
status: 'published'
|
|
309
309
|
},
|
|
310
310
|
'chart-area': {
|
|
311
|
-
keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', '
|
|
311
|
+
keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', 'chart', 'area', 'analytics', 'graph'],
|
|
312
312
|
componentName: 'ChartAreaIcon',
|
|
313
313
|
package: '@atlaskit/icon-lab/core/chart-area',
|
|
314
314
|
type: 'core',
|
|
@@ -318,7 +318,7 @@ const metadata = {
|
|
|
318
318
|
status: 'published'
|
|
319
319
|
},
|
|
320
320
|
'chart-bar-line': {
|
|
321
|
-
keywords: ['chart-bar-line', 'chartbarline', 'icon', 'icon-lab', '
|
|
321
|
+
keywords: ['chart-bar-line', 'chartbarline', 'icon', 'icon-lab', 'chart', 'bar', 'line', 'trend', 'graph', 'analytics'],
|
|
322
322
|
componentName: 'ChartBarLineIcon',
|
|
323
323
|
package: '@atlaskit/icon-lab/core/chart-bar-line',
|
|
324
324
|
type: 'core',
|
|
@@ -328,7 +328,7 @@ const metadata = {
|
|
|
328
328
|
status: 'published'
|
|
329
329
|
},
|
|
330
330
|
'chart-box-plot': {
|
|
331
|
-
keywords: ['chart-box-plot', 'chartboxplot', 'icon', 'icon-lab', '
|
|
331
|
+
keywords: ['chart-box-plot', 'chartboxplot', 'icon', 'icon-lab', 'chart', 'box plot', 'whisker', 'distribution', 'quartile', 'analytics'],
|
|
332
332
|
componentName: 'ChartBoxPlotIcon',
|
|
333
333
|
package: '@atlaskit/icon-lab/core/chart-box-plot',
|
|
334
334
|
type: 'core',
|
|
@@ -338,7 +338,7 @@ const metadata = {
|
|
|
338
338
|
status: 'published'
|
|
339
339
|
},
|
|
340
340
|
'chart-scatter-plot': {
|
|
341
|
-
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', '
|
|
341
|
+
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
|
|
342
342
|
componentName: 'ChartScatterPlotIcon',
|
|
343
343
|
package: '@atlaskit/icon-lab/core/chart-scatter-plot',
|
|
344
344
|
type: 'core',
|
|
@@ -348,7 +348,7 @@ const metadata = {
|
|
|
348
348
|
status: 'published'
|
|
349
349
|
},
|
|
350
350
|
'cloud-offline': {
|
|
351
|
-
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', '
|
|
351
|
+
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
352
352
|
componentName: 'CloudOfflineIcon',
|
|
353
353
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
354
354
|
type: 'core',
|
|
@@ -358,7 +358,7 @@ const metadata = {
|
|
|
358
358
|
status: 'published'
|
|
359
359
|
},
|
|
360
360
|
'cloud-saved': {
|
|
361
|
-
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', '
|
|
361
|
+
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', 'cloud', 'check mark', 'saved', 'success'],
|
|
362
362
|
componentName: 'CloudSavedIcon',
|
|
363
363
|
package: '@atlaskit/icon-lab/core/cloud-saved',
|
|
364
364
|
type: 'core',
|
|
@@ -368,7 +368,7 @@ const metadata = {
|
|
|
368
368
|
status: 'published'
|
|
369
369
|
},
|
|
370
370
|
coins: {
|
|
371
|
-
keywords: ['coins', 'icon', 'icon-lab', '
|
|
371
|
+
keywords: ['coins', 'icon', 'icon-lab', 'money', 'loose change', 'currency'],
|
|
372
372
|
componentName: 'CoinsIcon',
|
|
373
373
|
package: '@atlaskit/icon-lab/core/coins',
|
|
374
374
|
type: 'core',
|
|
@@ -378,7 +378,7 @@ const metadata = {
|
|
|
378
378
|
status: 'published'
|
|
379
379
|
},
|
|
380
380
|
'colour-none': {
|
|
381
|
-
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', '
|
|
381
|
+
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
|
|
382
382
|
componentName: 'ColourNoneIcon',
|
|
383
383
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
384
384
|
type: 'core',
|
|
@@ -388,7 +388,7 @@ const metadata = {
|
|
|
388
388
|
status: 'published'
|
|
389
389
|
},
|
|
390
390
|
compare: {
|
|
391
|
-
keywords: ['compare', 'icon', 'icon-lab', '
|
|
391
|
+
keywords: ['compare', 'icon', 'icon-lab', 'compare', 'git', 'bitbucket', 'diff'],
|
|
392
392
|
componentName: 'CompareIcon',
|
|
393
393
|
package: '@atlaskit/icon-lab/core/compare',
|
|
394
394
|
type: 'core',
|
|
@@ -398,7 +398,7 @@ const metadata = {
|
|
|
398
398
|
status: 'published'
|
|
399
399
|
},
|
|
400
400
|
'compass-hinged': {
|
|
401
|
-
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', '
|
|
401
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'compass', 'calipers', 'divider'],
|
|
402
402
|
componentName: 'CompassHingedIcon',
|
|
403
403
|
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
404
404
|
type: 'core',
|
|
@@ -408,7 +408,7 @@ const metadata = {
|
|
|
408
408
|
slackChannel: '#icon-contributions'
|
|
409
409
|
},
|
|
410
410
|
'continue-when': {
|
|
411
|
-
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab'
|
|
411
|
+
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab'],
|
|
412
412
|
componentName: 'ContinueWhenIcon',
|
|
413
413
|
package: '@atlaskit/icon-lab/core/continue-when',
|
|
414
414
|
type: 'core',
|
|
@@ -419,7 +419,7 @@ const metadata = {
|
|
|
419
419
|
slackChannel: '#help-automation-design'
|
|
420
420
|
},
|
|
421
421
|
'cross-octagon': {
|
|
422
|
-
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', '
|
|
422
|
+
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'cross', 'stop', 'block', 'octagon'],
|
|
423
423
|
componentName: 'CrossOctagonIcon',
|
|
424
424
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
425
425
|
type: 'core',
|
|
@@ -429,7 +429,7 @@ const metadata = {
|
|
|
429
429
|
status: 'published'
|
|
430
430
|
},
|
|
431
431
|
cursor: {
|
|
432
|
-
keywords: ['cursor', 'icon', 'icon-lab', '
|
|
432
|
+
keywords: ['cursor', 'icon', 'icon-lab', 'Whiteboards', 'Cursor'],
|
|
433
433
|
componentName: 'CursorIcon',
|
|
434
434
|
package: '@atlaskit/icon-lab/core/cursor',
|
|
435
435
|
type: 'core',
|
|
@@ -439,7 +439,7 @@ const metadata = {
|
|
|
439
439
|
status: 'published'
|
|
440
440
|
},
|
|
441
441
|
'cursor-strikethrough': {
|
|
442
|
-
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', '
|
|
442
|
+
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
443
443
|
componentName: 'CursorStrikethroughIcon',
|
|
444
444
|
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
445
445
|
type: 'core',
|
|
@@ -449,7 +449,7 @@ const metadata = {
|
|
|
449
449
|
status: 'published'
|
|
450
450
|
},
|
|
451
451
|
'database-storage': {
|
|
452
|
-
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', '
|
|
452
|
+
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
|
|
453
453
|
componentName: 'DatabaseStorageIcon',
|
|
454
454
|
package: '@atlaskit/icon-lab/core/database-storage',
|
|
455
455
|
type: 'core',
|
|
@@ -460,7 +460,7 @@ const metadata = {
|
|
|
460
460
|
slackChannel: '#forge-sql'
|
|
461
461
|
},
|
|
462
462
|
'database-storage-cache': {
|
|
463
|
-
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', '
|
|
463
|
+
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql', 'cache'],
|
|
464
464
|
componentName: 'DatabaseStorageCacheIcon',
|
|
465
465
|
package: '@atlaskit/icon-lab/core/database-storage-cache',
|
|
466
466
|
type: 'core',
|
|
@@ -471,7 +471,7 @@ const metadata = {
|
|
|
471
471
|
slackChannel: '#forge-sql'
|
|
472
472
|
},
|
|
473
473
|
'diagram-symbol-action': {
|
|
474
|
-
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', '
|
|
474
|
+
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'diagram', 'symbol', 'action'],
|
|
475
475
|
componentName: 'DiagramSymbolActionIcon',
|
|
476
476
|
package: '@atlaskit/icon-lab/core/diagram-symbol-action',
|
|
477
477
|
type: 'core',
|
|
@@ -481,7 +481,7 @@ const metadata = {
|
|
|
481
481
|
status: 'published'
|
|
482
482
|
},
|
|
483
483
|
'diagram-symbol-alternate-process': {
|
|
484
|
-
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', '
|
|
484
|
+
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'alternate process'],
|
|
485
485
|
componentName: 'DiagramSymbolAlternateProcessIcon',
|
|
486
486
|
package: '@atlaskit/icon-lab/core/diagram-symbol-alternate-process',
|
|
487
487
|
type: 'core',
|
|
@@ -491,7 +491,7 @@ const metadata = {
|
|
|
491
491
|
status: 'published'
|
|
492
492
|
},
|
|
493
493
|
'diagram-symbol-collate': {
|
|
494
|
-
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', '
|
|
494
|
+
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'diagram', 'symbol', 'collate'],
|
|
495
495
|
componentName: 'DiagramSymbolCollateIcon',
|
|
496
496
|
package: '@atlaskit/icon-lab/core/diagram-symbol-collate',
|
|
497
497
|
type: 'core',
|
|
@@ -501,7 +501,7 @@ const metadata = {
|
|
|
501
501
|
status: 'published'
|
|
502
502
|
},
|
|
503
503
|
'diagram-symbol-comment-left': {
|
|
504
|
-
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', '
|
|
504
|
+
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', 'comment', 'left', 'diagram', 'symbol'],
|
|
505
505
|
componentName: 'DiagramSymbolCommentLeftIcon',
|
|
506
506
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-left',
|
|
507
507
|
type: 'core',
|
|
@@ -511,7 +511,7 @@ const metadata = {
|
|
|
511
511
|
status: 'published'
|
|
512
512
|
},
|
|
513
513
|
'diagram-symbol-comment-right': {
|
|
514
|
-
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', '
|
|
514
|
+
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', 'comment', 'right', 'diagram', 'symbol'],
|
|
515
515
|
componentName: 'DiagramSymbolCommentRightIcon',
|
|
516
516
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-right',
|
|
517
517
|
type: 'core',
|
|
@@ -521,7 +521,7 @@ const metadata = {
|
|
|
521
521
|
status: 'published'
|
|
522
522
|
},
|
|
523
523
|
'diagram-symbol-connector-off-page': {
|
|
524
|
-
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'],
|
|
525
525
|
componentName: 'DiagramSymbolConnectorOffPageIcon',
|
|
526
526
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-off-page',
|
|
527
527
|
type: 'core',
|
|
@@ -531,7 +531,7 @@ const metadata = {
|
|
|
531
531
|
status: 'published'
|
|
532
532
|
},
|
|
533
533
|
'diagram-symbol-connector-on-page': {
|
|
534
|
-
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'],
|
|
535
535
|
componentName: 'DiagramSymbolConnectorOnPageIcon',
|
|
536
536
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-on-page',
|
|
537
537
|
type: 'core',
|
|
@@ -541,7 +541,7 @@ const metadata = {
|
|
|
541
541
|
status: 'published'
|
|
542
542
|
},
|
|
543
543
|
'diagram-symbol-database': {
|
|
544
|
-
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', '
|
|
544
|
+
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'diagram', 'symbol', 'database'],
|
|
545
545
|
componentName: 'DiagramSymbolDatabaseIcon',
|
|
546
546
|
package: '@atlaskit/icon-lab/core/diagram-symbol-database',
|
|
547
547
|
type: 'core',
|
|
@@ -551,7 +551,7 @@ const metadata = {
|
|
|
551
551
|
status: 'published'
|
|
552
552
|
},
|
|
553
553
|
'diagram-symbol-decision': {
|
|
554
|
-
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', '
|
|
554
|
+
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'diagram', 'symbol', 'decision'],
|
|
555
555
|
componentName: 'DiagramSymbolDecisionIcon',
|
|
556
556
|
package: '@atlaskit/icon-lab/core/diagram-symbol-decision',
|
|
557
557
|
type: 'core',
|
|
@@ -561,7 +561,7 @@ const metadata = {
|
|
|
561
561
|
status: 'published'
|
|
562
562
|
},
|
|
563
563
|
'diagram-symbol-delay': {
|
|
564
|
-
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', '
|
|
564
|
+
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', 'diagram', 'symbol', 'delay'],
|
|
565
565
|
componentName: 'DiagramSymbolDelayIcon',
|
|
566
566
|
package: '@atlaskit/icon-lab/core/diagram-symbol-delay',
|
|
567
567
|
type: 'core',
|
|
@@ -571,7 +571,7 @@ const metadata = {
|
|
|
571
571
|
status: 'published'
|
|
572
572
|
},
|
|
573
573
|
'diagram-symbol-display': {
|
|
574
|
-
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', '
|
|
574
|
+
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', 'diagram', 'symbol', 'display'],
|
|
575
575
|
componentName: 'DiagramSymbolDisplayIcon',
|
|
576
576
|
package: '@atlaskit/icon-lab/core/diagram-symbol-display',
|
|
577
577
|
type: 'core',
|
|
@@ -581,7 +581,7 @@ const metadata = {
|
|
|
581
581
|
status: 'published'
|
|
582
582
|
},
|
|
583
583
|
'diagram-symbol-document': {
|
|
584
|
-
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', '
|
|
584
|
+
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', 'diagram', 'symbol', 'document'],
|
|
585
585
|
componentName: 'DiagramSymbolDocumentIcon',
|
|
586
586
|
package: '@atlaskit/icon-lab/core/diagram-symbol-document',
|
|
587
587
|
type: 'core',
|
|
@@ -591,7 +591,7 @@ const metadata = {
|
|
|
591
591
|
status: 'published'
|
|
592
592
|
},
|
|
593
593
|
'diagram-symbol-documents': {
|
|
594
|
-
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', '
|
|
594
|
+
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', 'diagram', 'symbol', 'multiple documents'],
|
|
595
595
|
componentName: 'DiagramSymbolDocumentsIcon',
|
|
596
596
|
package: '@atlaskit/icon-lab/core/diagram-symbol-documents',
|
|
597
597
|
type: 'core',
|
|
@@ -601,7 +601,7 @@ const metadata = {
|
|
|
601
601
|
status: 'published'
|
|
602
602
|
},
|
|
603
603
|
'diagram-symbol-hard-disk': {
|
|
604
|
-
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'],
|
|
605
605
|
componentName: 'DiagramSymbolHardDiskIcon',
|
|
606
606
|
package: '@atlaskit/icon-lab/core/diagram-symbol-hard-disk',
|
|
607
607
|
type: 'core',
|
|
@@ -611,7 +611,7 @@ const metadata = {
|
|
|
611
611
|
status: 'published'
|
|
612
612
|
},
|
|
613
613
|
'diagram-symbol-input-output': {
|
|
614
|
-
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', '
|
|
614
|
+
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'diagram', 'symbol', 'input', 'output'],
|
|
615
615
|
componentName: 'DiagramSymbolInputOutputIcon',
|
|
616
616
|
package: '@atlaskit/icon-lab/core/diagram-symbol-input-output',
|
|
617
617
|
type: 'core',
|
|
@@ -621,7 +621,7 @@ const metadata = {
|
|
|
621
621
|
status: 'published'
|
|
622
622
|
},
|
|
623
623
|
'diagram-symbol-internal-storage': {
|
|
624
|
-
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', '
|
|
624
|
+
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'diagram', 'symbol', 'internal storage'],
|
|
625
625
|
componentName: 'DiagramSymbolInternalStorageIcon',
|
|
626
626
|
package: '@atlaskit/icon-lab/core/diagram-symbol-internal-storage',
|
|
627
627
|
type: 'core',
|
|
@@ -631,7 +631,7 @@ const metadata = {
|
|
|
631
631
|
status: 'published'
|
|
632
632
|
},
|
|
633
633
|
'diagram-symbol-loop-limit': {
|
|
634
|
-
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', '
|
|
634
|
+
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', 'diagram', 'symbol', 'loop limit'],
|
|
635
635
|
componentName: 'DiagramSymbolLoopLimitIcon',
|
|
636
636
|
package: '@atlaskit/icon-lab/core/diagram-symbol-loop-limit',
|
|
637
637
|
type: 'core',
|
|
@@ -641,7 +641,7 @@ const metadata = {
|
|
|
641
641
|
status: 'published'
|
|
642
642
|
},
|
|
643
643
|
'diagram-symbol-manual-input': {
|
|
644
|
-
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', '
|
|
644
|
+
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual input'],
|
|
645
645
|
componentName: 'DiagramSymbolManualInputIcon',
|
|
646
646
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-input',
|
|
647
647
|
type: 'core',
|
|
@@ -651,7 +651,7 @@ const metadata = {
|
|
|
651
651
|
status: 'published'
|
|
652
652
|
},
|
|
653
653
|
'diagram-symbol-manual-operation': {
|
|
654
|
-
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', '
|
|
654
|
+
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual operation'],
|
|
655
655
|
componentName: 'DiagramSymbolManualOperationIcon',
|
|
656
656
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-operation',
|
|
657
657
|
type: 'core',
|
|
@@ -661,7 +661,7 @@ const metadata = {
|
|
|
661
661
|
status: 'published'
|
|
662
662
|
},
|
|
663
663
|
'diagram-symbol-merge': {
|
|
664
|
-
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', '
|
|
664
|
+
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', 'diagram', 'symbol', 'merge', 'triangle'],
|
|
665
665
|
componentName: 'DiagramSymbolMergeIcon',
|
|
666
666
|
package: '@atlaskit/icon-lab/core/diagram-symbol-merge',
|
|
667
667
|
type: 'core',
|
|
@@ -671,7 +671,7 @@ const metadata = {
|
|
|
671
671
|
status: 'published'
|
|
672
672
|
},
|
|
673
673
|
'diagram-symbol-mind-map': {
|
|
674
|
-
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', '
|
|
674
|
+
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', 'diagram', 'symbol', 'mind map'],
|
|
675
675
|
componentName: 'DiagramSymbolMindMapIcon',
|
|
676
676
|
package: '@atlaskit/icon-lab/core/diagram-symbol-mind-map',
|
|
677
677
|
type: 'core',
|
|
@@ -681,7 +681,7 @@ const metadata = {
|
|
|
681
681
|
status: 'published'
|
|
682
682
|
},
|
|
683
683
|
'diagram-symbol-or': {
|
|
684
|
-
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', '
|
|
684
|
+
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'diagram', 'symbol', 'or', 'logic'],
|
|
685
685
|
componentName: 'DiagramSymbolOrIcon',
|
|
686
686
|
package: '@atlaskit/icon-lab/core/diagram-symbol-or',
|
|
687
687
|
type: 'core',
|
|
@@ -691,7 +691,7 @@ const metadata = {
|
|
|
691
691
|
status: 'published'
|
|
692
692
|
},
|
|
693
693
|
'diagram-symbol-predefined-process': {
|
|
694
|
-
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', '
|
|
694
|
+
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'predefined process'],
|
|
695
695
|
componentName: 'DiagramSymbolPredefinedProcessIcon',
|
|
696
696
|
package: '@atlaskit/icon-lab/core/diagram-symbol-predefined-process',
|
|
697
697
|
type: 'core',
|
|
@@ -701,7 +701,7 @@ const metadata = {
|
|
|
701
701
|
status: 'published'
|
|
702
702
|
},
|
|
703
703
|
'diagram-symbol-preparation': {
|
|
704
|
-
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', '
|
|
704
|
+
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', 'diagram', 'symbol', 'preparation'],
|
|
705
705
|
componentName: 'DiagramSymbolPreparationIcon',
|
|
706
706
|
package: '@atlaskit/icon-lab/core/diagram-symbol-preparation',
|
|
707
707
|
type: 'core',
|
|
@@ -711,7 +711,7 @@ const metadata = {
|
|
|
711
711
|
status: 'published'
|
|
712
712
|
},
|
|
713
713
|
'diagram-symbol-sort': {
|
|
714
|
-
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', '
|
|
714
|
+
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'diagram', 'symbol', 'sort'],
|
|
715
715
|
componentName: 'DiagramSymbolSortIcon',
|
|
716
716
|
package: '@atlaskit/icon-lab/core/diagram-symbol-sort',
|
|
717
717
|
type: 'core',
|
|
@@ -721,7 +721,7 @@ const metadata = {
|
|
|
721
721
|
status: 'published'
|
|
722
722
|
},
|
|
723
723
|
'diagram-symbol-stored-data': {
|
|
724
|
-
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', '
|
|
724
|
+
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'diagram', 'symbol', 'stored data'],
|
|
725
725
|
componentName: 'DiagramSymbolStoredDataIcon',
|
|
726
726
|
package: '@atlaskit/icon-lab/core/diagram-symbol-stored-data',
|
|
727
727
|
type: 'core',
|
|
@@ -731,7 +731,7 @@ const metadata = {
|
|
|
731
731
|
status: 'published'
|
|
732
732
|
},
|
|
733
733
|
'diagram-symbol-summing-junction': {
|
|
734
|
-
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', '
|
|
734
|
+
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
735
735
|
componentName: 'DiagramSymbolSummingJunctionIcon',
|
|
736
736
|
package: '@atlaskit/icon-lab/core/diagram-symbol-summing-junction',
|
|
737
737
|
type: 'core',
|
|
@@ -741,7 +741,7 @@ const metadata = {
|
|
|
741
741
|
status: 'published'
|
|
742
742
|
},
|
|
743
743
|
'diagram-symbol-terminator': {
|
|
744
|
-
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'],
|
|
745
745
|
componentName: 'DiagramSymbolTerminatorIcon',
|
|
746
746
|
package: '@atlaskit/icon-lab/core/diagram-symbol-terminator',
|
|
747
747
|
type: 'core',
|
|
@@ -751,7 +751,7 @@ const metadata = {
|
|
|
751
751
|
status: 'published'
|
|
752
752
|
},
|
|
753
753
|
'distribute-spacing-horizontal': {
|
|
754
|
-
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', '
|
|
754
|
+
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
755
755
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
756
756
|
package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
|
|
757
757
|
type: 'core',
|
|
@@ -761,7 +761,7 @@ const metadata = {
|
|
|
761
761
|
status: 'published'
|
|
762
762
|
},
|
|
763
763
|
'distribute-spacing-vertical': {
|
|
764
|
-
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', '
|
|
764
|
+
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
|
|
765
765
|
componentName: 'DistributeSpacingVerticalIcon',
|
|
766
766
|
package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
|
|
767
767
|
type: 'core',
|
|
@@ -771,7 +771,7 @@ const metadata = {
|
|
|
771
771
|
status: 'published'
|
|
772
772
|
},
|
|
773
773
|
'divider-element': {
|
|
774
|
-
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', '
|
|
774
|
+
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'divider', 'line break', 'horizontal rule'],
|
|
775
775
|
componentName: 'DividerElementIcon',
|
|
776
776
|
package: '@atlaskit/icon-lab/core/divider-element',
|
|
777
777
|
type: 'core',
|
|
@@ -782,7 +782,7 @@ const metadata = {
|
|
|
782
782
|
slackChannel: '#editor-controls-project'
|
|
783
783
|
},
|
|
784
784
|
'dock-toolbar-top': {
|
|
785
|
-
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'],
|
|
786
786
|
componentName: 'DockToolbarTopIcon',
|
|
787
787
|
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
788
788
|
type: 'core',
|
|
@@ -793,7 +793,7 @@ const metadata = {
|
|
|
793
793
|
slackChannel: '#Editor-design'
|
|
794
794
|
},
|
|
795
795
|
draw: {
|
|
796
|
-
keywords: ['draw', 'icon', 'icon-lab', '
|
|
796
|
+
keywords: ['draw', 'icon', 'icon-lab', 'pencil', 'drawing', 'annotate'],
|
|
797
797
|
componentName: 'DrawIcon',
|
|
798
798
|
package: '@atlaskit/icon-lab/core/draw',
|
|
799
799
|
type: 'core',
|
|
@@ -804,7 +804,7 @@ const metadata = {
|
|
|
804
804
|
slackChannel: '#icon-contributions'
|
|
805
805
|
},
|
|
806
806
|
'drop-shadow': {
|
|
807
|
-
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', '
|
|
807
|
+
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'Drop shadow'],
|
|
808
808
|
componentName: 'DropShadowIcon',
|
|
809
809
|
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
810
810
|
type: 'core',
|
|
@@ -814,7 +814,7 @@ const metadata = {
|
|
|
814
814
|
status: 'published'
|
|
815
815
|
},
|
|
816
816
|
duplicate: {
|
|
817
|
-
keywords: ['duplicate', 'icon', 'icon-lab', '
|
|
817
|
+
keywords: ['duplicate', 'icon', 'icon-lab', 'clone', 'duplicate', 'plus'],
|
|
818
818
|
componentName: 'DuplicateIcon',
|
|
819
819
|
package: '@atlaskit/icon-lab/core/duplicate',
|
|
820
820
|
type: 'core',
|
|
@@ -825,7 +825,7 @@ const metadata = {
|
|
|
825
825
|
slackChannel: '#icon-contributions'
|
|
826
826
|
},
|
|
827
827
|
editions: {
|
|
828
|
-
keywords: ['editions', 'icon', 'icon-lab', '
|
|
828
|
+
keywords: ['editions', 'icon', 'icon-lab', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
829
829
|
componentName: 'EditionsIcon',
|
|
830
830
|
package: '@atlaskit/icon-lab/core/editions',
|
|
831
831
|
type: 'core',
|
|
@@ -835,7 +835,7 @@ const metadata = {
|
|
|
835
835
|
status: 'published'
|
|
836
836
|
},
|
|
837
837
|
'expand-element': {
|
|
838
|
-
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', '
|
|
838
|
+
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'expand', 'editor object'],
|
|
839
839
|
componentName: 'ExpandElementIcon',
|
|
840
840
|
package: '@atlaskit/icon-lab/core/expand-element',
|
|
841
841
|
type: 'core',
|
|
@@ -846,7 +846,7 @@ const metadata = {
|
|
|
846
846
|
slackChannel: '#editor-controls-project'
|
|
847
847
|
},
|
|
848
848
|
eyedropper: {
|
|
849
|
-
keywords: ['eyedropper', 'icon', 'icon-lab', '
|
|
849
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
850
850
|
componentName: 'EyedropperIcon',
|
|
851
851
|
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
852
852
|
type: 'core',
|
|
@@ -857,7 +857,7 @@ const metadata = {
|
|
|
857
857
|
slackChannel: '#icon-contributions'
|
|
858
858
|
},
|
|
859
859
|
'field-text': {
|
|
860
|
-
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', '
|
|
860
|
+
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
861
861
|
componentName: 'FieldTextIcon',
|
|
862
862
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
863
863
|
type: 'core',
|
|
@@ -867,7 +867,7 @@ const metadata = {
|
|
|
867
867
|
status: 'published'
|
|
868
868
|
},
|
|
869
869
|
'folder-shared': {
|
|
870
|
-
keywords: ['folder-shared', 'foldershared', 'icon', 'icon-lab', '
|
|
870
|
+
keywords: ['folder-shared', 'foldershared', 'icon', 'icon-lab', 'Shared', 'User', 'Public'],
|
|
871
871
|
componentName: 'FolderSharedIcon',
|
|
872
872
|
package: '@atlaskit/icon-lab/core/folder-shared',
|
|
873
873
|
type: 'core',
|
|
@@ -878,7 +878,7 @@ const metadata = {
|
|
|
878
878
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
879
879
|
},
|
|
880
880
|
'generative-date': {
|
|
881
|
-
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', '
|
|
881
|
+
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'calendar', 'suggested date'],
|
|
882
882
|
componentName: 'GenerativeDateIcon',
|
|
883
883
|
package: '@atlaskit/icon-lab/core/generative-date',
|
|
884
884
|
type: 'core',
|
|
@@ -888,7 +888,7 @@ const metadata = {
|
|
|
888
888
|
status: 'published'
|
|
889
889
|
},
|
|
890
890
|
'generative-indicator': {
|
|
891
|
-
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', '
|
|
891
|
+
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
892
892
|
componentName: 'GenerativeIndicatorIcon',
|
|
893
893
|
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
894
894
|
type: 'core',
|
|
@@ -898,7 +898,7 @@ const metadata = {
|
|
|
898
898
|
status: 'published'
|
|
899
899
|
},
|
|
900
900
|
gift: {
|
|
901
|
-
keywords: ['gift', 'icon', 'icon-lab', '
|
|
901
|
+
keywords: ['gift', 'icon', 'icon-lab', 'gift', 'present'],
|
|
902
902
|
componentName: 'GiftIcon',
|
|
903
903
|
package: '@atlaskit/icon-lab/core/gift',
|
|
904
904
|
type: 'core',
|
|
@@ -908,7 +908,7 @@ const metadata = {
|
|
|
908
908
|
status: 'published'
|
|
909
909
|
},
|
|
910
910
|
'globe-strikethrough': {
|
|
911
|
-
keywords: ['globe-strikethrough', 'globestrikethrough', 'icon', 'icon-lab', '
|
|
911
|
+
keywords: ['globe-strikethrough', 'globestrikethrough', 'icon', 'icon-lab', 'globe', 'strikethrough', 'private', 'not public'],
|
|
912
912
|
componentName: 'GlobeStrikethroughIcon',
|
|
913
913
|
package: '@atlaskit/icon-lab/core/globe-strikethrough',
|
|
914
914
|
type: 'core',
|
|
@@ -918,7 +918,7 @@ const metadata = {
|
|
|
918
918
|
status: 'published'
|
|
919
919
|
},
|
|
920
920
|
'group-selection': {
|
|
921
|
-
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', '
|
|
921
|
+
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'group', 'selection', 'layers'],
|
|
922
922
|
componentName: 'GroupSelectionIcon',
|
|
923
923
|
package: '@atlaskit/icon-lab/core/group-selection',
|
|
924
924
|
type: 'core',
|
|
@@ -928,7 +928,7 @@ const metadata = {
|
|
|
928
928
|
status: 'published'
|
|
929
929
|
},
|
|
930
930
|
'group-ungroup-selection': {
|
|
931
|
-
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', '
|
|
931
|
+
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'ungroup', 'selection', 'layers'],
|
|
932
932
|
componentName: 'GroupUngroupSelectionIcon',
|
|
933
933
|
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
934
934
|
type: 'core',
|
|
@@ -938,7 +938,7 @@ const metadata = {
|
|
|
938
938
|
status: 'published'
|
|
939
939
|
},
|
|
940
940
|
'hand-closed': {
|
|
941
|
-
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', '
|
|
941
|
+
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', 'hand tool', 'closed hand', 'grab', 'moving'],
|
|
942
942
|
componentName: 'HandClosedIcon',
|
|
943
943
|
package: '@atlaskit/icon-lab/core/hand-closed',
|
|
944
944
|
type: 'core',
|
|
@@ -948,7 +948,7 @@ const metadata = {
|
|
|
948
948
|
status: 'published'
|
|
949
949
|
},
|
|
950
950
|
'hand-open': {
|
|
951
|
-
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', '
|
|
951
|
+
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', 'hand tool', 'open hand', 'move tool'],
|
|
952
952
|
componentName: 'HandOpenIcon',
|
|
953
953
|
package: '@atlaskit/icon-lab/core/hand-open',
|
|
954
954
|
type: 'core',
|
|
@@ -958,7 +958,7 @@ const metadata = {
|
|
|
958
958
|
status: 'published'
|
|
959
959
|
},
|
|
960
960
|
'hand-raised': {
|
|
961
|
-
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', '
|
|
961
|
+
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', 'hand', 'farewell', 'wave'],
|
|
962
962
|
componentName: 'HandRaisedIcon',
|
|
963
963
|
package: '@atlaskit/icon-lab/core/hand-raised',
|
|
964
964
|
type: 'core',
|
|
@@ -968,7 +968,7 @@ const metadata = {
|
|
|
968
968
|
status: 'published'
|
|
969
969
|
},
|
|
970
970
|
history: {
|
|
971
|
-
keywords: ['history', 'icon', 'icon-lab', '
|
|
971
|
+
keywords: ['history', 'icon', 'icon-lab', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
|
|
972
972
|
componentName: 'HistoryIcon',
|
|
973
973
|
package: '@atlaskit/icon-lab/core/history',
|
|
974
974
|
type: 'core',
|
|
@@ -979,7 +979,7 @@ const metadata = {
|
|
|
979
979
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
980
980
|
},
|
|
981
981
|
hourglass: {
|
|
982
|
-
keywords: ['hourglass', 'icon', 'icon-lab'
|
|
982
|
+
keywords: ['hourglass', 'icon', 'icon-lab'],
|
|
983
983
|
componentName: 'HourglassIcon',
|
|
984
984
|
package: '@atlaskit/icon-lab/core/hourglass',
|
|
985
985
|
type: 'core',
|
|
@@ -990,7 +990,7 @@ const metadata = {
|
|
|
990
990
|
slackChannel: 'joel unger'
|
|
991
991
|
},
|
|
992
992
|
'if-else': {
|
|
993
|
-
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', '
|
|
993
|
+
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'condition', 'statement', 'branch'],
|
|
994
994
|
componentName: 'IfElseIcon',
|
|
995
995
|
package: '@atlaskit/icon-lab/core/if-else',
|
|
996
996
|
type: 'core',
|
|
@@ -1001,7 +1001,7 @@ const metadata = {
|
|
|
1001
1001
|
slackChannel: '#help-automation-design'
|
|
1002
1002
|
},
|
|
1003
1003
|
'image-alt-text': {
|
|
1004
|
-
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab'
|
|
1004
|
+
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab'],
|
|
1005
1005
|
componentName: 'ImageAltTextIcon',
|
|
1006
1006
|
package: '@atlaskit/icon-lab/core/image-alt-text',
|
|
1007
1007
|
type: 'core',
|
|
@@ -1012,7 +1012,7 @@ const metadata = {
|
|
|
1012
1012
|
slackChannel: '#editor-design'
|
|
1013
1013
|
},
|
|
1014
1014
|
'image-crop': {
|
|
1015
|
-
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', '
|
|
1015
|
+
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'crop', 'crop tool', 'trim'],
|
|
1016
1016
|
componentName: 'ImageCropIcon',
|
|
1017
1017
|
package: '@atlaskit/icon-lab/core/image-crop',
|
|
1018
1018
|
type: 'core',
|
|
@@ -1022,7 +1022,7 @@ const metadata = {
|
|
|
1022
1022
|
status: 'published'
|
|
1023
1023
|
},
|
|
1024
1024
|
'image-strikethrough': {
|
|
1025
|
-
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', '
|
|
1025
|
+
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'image', 'strikethrough', 'hide images'],
|
|
1026
1026
|
componentName: 'ImageStrikethroughIcon',
|
|
1027
1027
|
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
1028
1028
|
type: 'core',
|
|
@@ -1033,7 +1033,7 @@ const metadata = {
|
|
|
1033
1033
|
slackChannel: '#pod-workflows'
|
|
1034
1034
|
},
|
|
1035
1035
|
incognito: {
|
|
1036
|
-
keywords: ['incognito', 'icon', 'icon-lab', '
|
|
1036
|
+
keywords: ['incognito', 'icon', 'icon-lab', 'Whiteboards', 'Private', 'Incognito'],
|
|
1037
1037
|
componentName: 'IncognitoIcon',
|
|
1038
1038
|
package: '@atlaskit/icon-lab/core/incognito',
|
|
1039
1039
|
type: 'core',
|
|
@@ -1043,7 +1043,7 @@ const metadata = {
|
|
|
1043
1043
|
status: 'published'
|
|
1044
1044
|
},
|
|
1045
1045
|
initiative: {
|
|
1046
|
-
keywords: ['initiative', 'icon', 'icon-lab', '
|
|
1046
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
1047
1047
|
componentName: 'InitiativeIcon',
|
|
1048
1048
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
1049
1049
|
type: 'core',
|
|
@@ -1053,7 +1053,7 @@ const metadata = {
|
|
|
1053
1053
|
status: 'published'
|
|
1054
1054
|
},
|
|
1055
1055
|
jira: {
|
|
1056
|
-
keywords: ['jira', 'icon', 'icon-lab'
|
|
1056
|
+
keywords: ['jira', 'icon', 'icon-lab'],
|
|
1057
1057
|
componentName: 'JiraIcon',
|
|
1058
1058
|
package: '@atlaskit/icon-lab/core/jira',
|
|
1059
1059
|
type: 'core',
|
|
@@ -1063,7 +1063,7 @@ const metadata = {
|
|
|
1063
1063
|
status: 'published'
|
|
1064
1064
|
},
|
|
1065
1065
|
'jira-add': {
|
|
1066
|
-
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', '
|
|
1066
|
+
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'Jira', 'Work items', 'Create'],
|
|
1067
1067
|
componentName: 'JiraAddIcon',
|
|
1068
1068
|
package: '@atlaskit/icon-lab/core/jira-add',
|
|
1069
1069
|
type: 'core',
|
|
@@ -1073,7 +1073,7 @@ const metadata = {
|
|
|
1073
1073
|
status: 'published'
|
|
1074
1074
|
},
|
|
1075
1075
|
'jira-upload': {
|
|
1076
|
-
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', '
|
|
1076
|
+
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'Jira', 'Work items', 'Import', 'Arrow up'],
|
|
1077
1077
|
componentName: 'JiraUploadIcon',
|
|
1078
1078
|
package: '@atlaskit/icon-lab/core/jira-upload',
|
|
1079
1079
|
type: 'core',
|
|
@@ -1083,7 +1083,7 @@ const metadata = {
|
|
|
1083
1083
|
status: 'published'
|
|
1084
1084
|
},
|
|
1085
1085
|
kanban: {
|
|
1086
|
-
keywords: ['kanban', 'icon', 'icon-lab'
|
|
1086
|
+
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
1087
1087
|
componentName: 'KanbanIcon',
|
|
1088
1088
|
package: '@atlaskit/icon-lab/core/kanban',
|
|
1089
1089
|
type: 'core',
|
|
@@ -1094,7 +1094,7 @@ const metadata = {
|
|
|
1094
1094
|
slackChannel: '@joel unger'
|
|
1095
1095
|
},
|
|
1096
1096
|
'layout-five-columns': {
|
|
1097
|
-
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', '
|
|
1097
|
+
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
|
|
1098
1098
|
componentName: 'LayoutFiveColumnsIcon',
|
|
1099
1099
|
package: '@atlaskit/icon-lab/core/layout-five-columns',
|
|
1100
1100
|
type: 'core',
|
|
@@ -1104,7 +1104,7 @@ const metadata = {
|
|
|
1104
1104
|
status: 'published'
|
|
1105
1105
|
},
|
|
1106
1106
|
'layout-four-columns': {
|
|
1107
|
-
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', '
|
|
1107
|
+
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'layout', 'columns', '4 col', '4 cols'],
|
|
1108
1108
|
componentName: 'LayoutFourColumnsIcon',
|
|
1109
1109
|
package: '@atlaskit/icon-lab/core/layout-four-columns',
|
|
1110
1110
|
type: 'core',
|
|
@@ -1114,7 +1114,7 @@ const metadata = {
|
|
|
1114
1114
|
status: 'published'
|
|
1115
1115
|
},
|
|
1116
1116
|
'layout-three-columns-sidebars-left': {
|
|
1117
|
-
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'],
|
|
1118
1118
|
componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
|
|
1119
1119
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
|
|
1120
1120
|
type: 'core',
|
|
@@ -1124,7 +1124,7 @@ const metadata = {
|
|
|
1124
1124
|
status: 'published'
|
|
1125
1125
|
},
|
|
1126
1126
|
'layout-three-columns-sidebars-right': {
|
|
1127
|
-
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'],
|
|
1128
1128
|
componentName: 'LayoutThreeColumnsSidebarsRightIcon',
|
|
1129
1129
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
|
|
1130
1130
|
type: 'core',
|
|
@@ -1134,7 +1134,7 @@ const metadata = {
|
|
|
1134
1134
|
status: 'published'
|
|
1135
1135
|
},
|
|
1136
1136
|
'link-restricted-access': {
|
|
1137
|
-
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', '
|
|
1137
|
+
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'link', 'strikethrough', 'limited'],
|
|
1138
1138
|
componentName: 'LinkRestrictedAccessIcon',
|
|
1139
1139
|
package: '@atlaskit/icon-lab/core/link-restricted-access',
|
|
1140
1140
|
type: 'core',
|
|
@@ -1144,7 +1144,7 @@ const metadata = {
|
|
|
1144
1144
|
status: 'published'
|
|
1145
1145
|
},
|
|
1146
1146
|
lozenge: {
|
|
1147
|
-
keywords: ['lozenge', 'icon', 'icon-lab', '
|
|
1147
|
+
keywords: ['lozenge', 'icon', 'icon-lab', 'insert', 'status', 'badge'],
|
|
1148
1148
|
componentName: 'LozengeIcon',
|
|
1149
1149
|
package: '@atlaskit/icon-lab/core/lozenge',
|
|
1150
1150
|
type: 'core',
|
|
@@ -1154,7 +1154,7 @@ const metadata = {
|
|
|
1154
1154
|
status: 'published'
|
|
1155
1155
|
},
|
|
1156
1156
|
'microphone-strikethrough': {
|
|
1157
|
-
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', '
|
|
1157
|
+
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1158
1158
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
1159
1159
|
package: '@atlaskit/icon-lab/core/microphone-strikethrough',
|
|
1160
1160
|
type: 'core',
|
|
@@ -1164,7 +1164,7 @@ const metadata = {
|
|
|
1164
1164
|
status: 'published'
|
|
1165
1165
|
},
|
|
1166
1166
|
'milestone-complete': {
|
|
1167
|
-
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', '
|
|
1167
|
+
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
1168
1168
|
componentName: 'MilestoneCompleteIcon',
|
|
1169
1169
|
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
1170
1170
|
type: 'core',
|
|
@@ -1174,7 +1174,7 @@ const metadata = {
|
|
|
1174
1174
|
status: 'published'
|
|
1175
1175
|
},
|
|
1176
1176
|
'milestone-incomplete': {
|
|
1177
|
-
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', '
|
|
1177
|
+
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
1178
1178
|
componentName: 'MilestoneIncompleteIcon',
|
|
1179
1179
|
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
1180
1180
|
type: 'core',
|
|
@@ -1184,7 +1184,7 @@ const metadata = {
|
|
|
1184
1184
|
status: 'published'
|
|
1185
1185
|
},
|
|
1186
1186
|
'milestone-multiple': {
|
|
1187
|
-
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', '
|
|
1187
|
+
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
1188
1188
|
componentName: 'MilestoneMultipleIcon',
|
|
1189
1189
|
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
1190
1190
|
type: 'core',
|
|
@@ -1194,7 +1194,7 @@ const metadata = {
|
|
|
1194
1194
|
status: 'published'
|
|
1195
1195
|
},
|
|
1196
1196
|
'milestone-overdue': {
|
|
1197
|
-
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', '
|
|
1197
|
+
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
1198
1198
|
componentName: 'MilestoneOverdueIcon',
|
|
1199
1199
|
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
1200
1200
|
type: 'core',
|
|
@@ -1204,7 +1204,7 @@ const metadata = {
|
|
|
1204
1204
|
status: 'published'
|
|
1205
1205
|
},
|
|
1206
1206
|
'node-parallel-bottom-left': {
|
|
1207
|
-
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', '
|
|
1207
|
+
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1208
1208
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
1209
1209
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
|
|
1210
1210
|
type: 'core',
|
|
@@ -1214,7 +1214,7 @@ const metadata = {
|
|
|
1214
1214
|
status: 'published'
|
|
1215
1215
|
},
|
|
1216
1216
|
'node-parallel-bottom-right': {
|
|
1217
|
-
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', '
|
|
1217
|
+
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'Node', 'parallel', 'bottom', 'right'],
|
|
1218
1218
|
componentName: 'NodeParallelBottomRightIcon',
|
|
1219
1219
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
|
|
1220
1220
|
type: 'core',
|
|
@@ -1224,7 +1224,7 @@ const metadata = {
|
|
|
1224
1224
|
status: 'published'
|
|
1225
1225
|
},
|
|
1226
1226
|
'node-parallel-top-left': {
|
|
1227
|
-
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', '
|
|
1227
|
+
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Top', 'Left'],
|
|
1228
1228
|
componentName: 'NodeParallelTopLeftIcon',
|
|
1229
1229
|
package: '@atlaskit/icon-lab/core/node-parallel-top-left',
|
|
1230
1230
|
type: 'core',
|
|
@@ -1234,7 +1234,7 @@ const metadata = {
|
|
|
1234
1234
|
status: 'published'
|
|
1235
1235
|
},
|
|
1236
1236
|
'node-parallel-top-right': {
|
|
1237
|
-
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', '
|
|
1237
|
+
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'Node', 'parallel', 'top', 'right'],
|
|
1238
1238
|
componentName: 'NodeParallelTopRightIcon',
|
|
1239
1239
|
package: '@atlaskit/icon-lab/core/node-parallel-top-right',
|
|
1240
1240
|
type: 'core',
|
|
@@ -1244,7 +1244,7 @@ const metadata = {
|
|
|
1244
1244
|
status: 'published'
|
|
1245
1245
|
},
|
|
1246
1246
|
'node-single-left': {
|
|
1247
|
-
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', '
|
|
1247
|
+
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'Node', 'Single', 'Left'],
|
|
1248
1248
|
componentName: 'NodeSingleLeftIcon',
|
|
1249
1249
|
package: '@atlaskit/icon-lab/core/node-single-left',
|
|
1250
1250
|
type: 'core',
|
|
@@ -1254,7 +1254,7 @@ const metadata = {
|
|
|
1254
1254
|
status: 'published'
|
|
1255
1255
|
},
|
|
1256
1256
|
'node-single-right': {
|
|
1257
|
-
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', '
|
|
1257
|
+
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'Node', 'single', 'right'],
|
|
1258
1258
|
componentName: 'NodeSingleRightIcon',
|
|
1259
1259
|
package: '@atlaskit/icon-lab/core/node-single-right',
|
|
1260
1260
|
type: 'core',
|
|
@@ -1264,7 +1264,7 @@ const metadata = {
|
|
|
1264
1264
|
status: 'published'
|
|
1265
1265
|
},
|
|
1266
1266
|
notepad: {
|
|
1267
|
-
keywords: ['notepad', 'icon', 'icon-lab', '
|
|
1267
|
+
keywords: ['notepad', 'icon', 'icon-lab', 'Card', 'Note', 'Notepad', 'Memo'],
|
|
1268
1268
|
componentName: 'NotepadIcon',
|
|
1269
1269
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1270
1270
|
type: 'core',
|
|
@@ -1274,7 +1274,7 @@ const metadata = {
|
|
|
1274
1274
|
status: 'published'
|
|
1275
1275
|
},
|
|
1276
1276
|
'page-live-doc': {
|
|
1277
|
-
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'],
|
|
1278
1278
|
componentName: 'PageLiveDocIcon',
|
|
1279
1279
|
package: '@atlaskit/icon-lab/core/page-live-doc',
|
|
1280
1280
|
type: 'core',
|
|
@@ -1284,7 +1284,7 @@ const metadata = {
|
|
|
1284
1284
|
status: 'published'
|
|
1285
1285
|
},
|
|
1286
1286
|
'paint-brush': {
|
|
1287
|
-
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', '
|
|
1287
|
+
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'brush', 'appearance', 'paint'],
|
|
1288
1288
|
componentName: 'PaintBrushIcon',
|
|
1289
1289
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
1290
1290
|
type: 'core',
|
|
@@ -1294,7 +1294,7 @@ const metadata = {
|
|
|
1294
1294
|
status: 'published'
|
|
1295
1295
|
},
|
|
1296
1296
|
'paint-roller': {
|
|
1297
|
-
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', '
|
|
1297
|
+
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'roller', 'background', 'paint'],
|
|
1298
1298
|
componentName: 'PaintRollerIcon',
|
|
1299
1299
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
1300
1300
|
type: 'core',
|
|
@@ -1304,7 +1304,7 @@ const metadata = {
|
|
|
1304
1304
|
status: 'published'
|
|
1305
1305
|
},
|
|
1306
1306
|
panel: {
|
|
1307
|
-
keywords: ['panel', 'icon', 'icon-lab', '
|
|
1307
|
+
keywords: ['panel', 'icon', 'icon-lab', 'panel', 'card'],
|
|
1308
1308
|
componentName: 'PanelIcon',
|
|
1309
1309
|
package: '@atlaskit/icon-lab/core/panel',
|
|
1310
1310
|
type: 'core',
|
|
@@ -1314,7 +1314,7 @@ const metadata = {
|
|
|
1314
1314
|
status: 'published'
|
|
1315
1315
|
},
|
|
1316
1316
|
'party-popper': {
|
|
1317
|
-
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', '
|
|
1317
|
+
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
1318
1318
|
componentName: 'PartyPopperIcon',
|
|
1319
1319
|
package: '@atlaskit/icon-lab/core/party-popper',
|
|
1320
1320
|
type: 'core',
|
|
@@ -1324,7 +1324,7 @@ const metadata = {
|
|
|
1324
1324
|
status: 'published'
|
|
1325
1325
|
},
|
|
1326
1326
|
pencil: {
|
|
1327
|
-
keywords: ['pencil', 'icon', 'icon-lab', '
|
|
1327
|
+
keywords: ['pencil', 'icon', 'icon-lab', 'compose', 'write', 'pen'],
|
|
1328
1328
|
componentName: 'PencilIcon',
|
|
1329
1329
|
package: '@atlaskit/icon-lab/core/pencil',
|
|
1330
1330
|
type: 'core',
|
|
@@ -1335,7 +1335,7 @@ const metadata = {
|
|
|
1335
1335
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1336
1336
|
},
|
|
1337
1337
|
'person-voiceover': {
|
|
1338
|
-
keywords: ['person-voiceover', 'personvoiceover', 'icon', 'icon-lab', '
|
|
1338
|
+
keywords: ['person-voiceover', 'personvoiceover', 'icon', 'icon-lab', 'voice', 'speak', 'speech', 'human', 'user'],
|
|
1339
1339
|
componentName: 'PersonVoiceoverIcon',
|
|
1340
1340
|
package: '@atlaskit/icon-lab/core/person-voiceover',
|
|
1341
1341
|
type: 'core',
|
|
@@ -1346,7 +1346,7 @@ const metadata = {
|
|
|
1346
1346
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1347
1347
|
},
|
|
1348
1348
|
'pin-strikethrough': {
|
|
1349
|
-
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', '
|
|
1349
|
+
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
1350
1350
|
componentName: 'PinStrikethroughIcon',
|
|
1351
1351
|
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
1352
1352
|
type: 'core',
|
|
@@ -1356,7 +1356,7 @@ const metadata = {
|
|
|
1356
1356
|
status: 'published'
|
|
1357
1357
|
},
|
|
1358
1358
|
'plus-circle': {
|
|
1359
|
-
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', '
|
|
1359
|
+
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1360
1360
|
componentName: 'PlusCircleIcon',
|
|
1361
1361
|
package: '@atlaskit/icon-lab/core/plus-circle',
|
|
1362
1362
|
type: 'core',
|
|
@@ -1367,7 +1367,7 @@ const metadata = {
|
|
|
1367
1367
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1368
1368
|
},
|
|
1369
1369
|
power: {
|
|
1370
|
-
keywords: ['power', 'icon', 'icon-lab', '
|
|
1370
|
+
keywords: ['power', 'icon', 'icon-lab', 'energy', 'turn on', 'turn off', 'power off'],
|
|
1371
1371
|
componentName: 'PowerIcon',
|
|
1372
1372
|
package: '@atlaskit/icon-lab/core/power',
|
|
1373
1373
|
type: 'core',
|
|
@@ -1378,7 +1378,7 @@ const metadata = {
|
|
|
1378
1378
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1379
1379
|
},
|
|
1380
1380
|
'qr-code': {
|
|
1381
|
-
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', '
|
|
1381
|
+
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1382
1382
|
componentName: 'QrCodeIcon',
|
|
1383
1383
|
package: '@atlaskit/icon-lab/core/qr-code',
|
|
1384
1384
|
type: 'core',
|
|
@@ -1388,7 +1388,7 @@ const metadata = {
|
|
|
1388
1388
|
status: 'published'
|
|
1389
1389
|
},
|
|
1390
1390
|
'queue-pop-in': {
|
|
1391
|
-
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'],
|
|
1392
1392
|
componentName: 'QueuePopInIcon',
|
|
1393
1393
|
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
1394
1394
|
type: 'core',
|
|
@@ -1398,7 +1398,7 @@ const metadata = {
|
|
|
1398
1398
|
status: 'published'
|
|
1399
1399
|
},
|
|
1400
1400
|
'queue-pop-out': {
|
|
1401
|
-
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'],
|
|
1402
1402
|
componentName: 'QueuePopOutIcon',
|
|
1403
1403
|
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
1404
1404
|
type: 'core',
|
|
@@ -1408,7 +1408,7 @@ const metadata = {
|
|
|
1408
1408
|
status: 'published'
|
|
1409
1409
|
},
|
|
1410
1410
|
randomize: {
|
|
1411
|
-
keywords: ['randomize', 'icon', 'icon-lab', '
|
|
1411
|
+
keywords: ['randomize', 'icon', 'icon-lab', 'randomize', 'randomise', 'shuffle'],
|
|
1412
1412
|
componentName: 'RandomizeIcon',
|
|
1413
1413
|
package: '@atlaskit/icon-lab/core/randomize',
|
|
1414
1414
|
type: 'core',
|
|
@@ -1418,7 +1418,7 @@ const metadata = {
|
|
|
1418
1418
|
status: 'published'
|
|
1419
1419
|
},
|
|
1420
1420
|
repeat: {
|
|
1421
|
-
keywords: ['repeat', 'icon', 'icon-lab', '
|
|
1421
|
+
keywords: ['repeat', 'icon', 'icon-lab', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1422
1422
|
componentName: 'RepeatIcon',
|
|
1423
1423
|
package: '@atlaskit/icon-lab/core/repeat',
|
|
1424
1424
|
type: 'core',
|
|
@@ -1429,7 +1429,7 @@ const metadata = {
|
|
|
1429
1429
|
slackChannel: '#horizon-pandora-eng'
|
|
1430
1430
|
},
|
|
1431
1431
|
'reply-left': {
|
|
1432
|
-
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', '
|
|
1432
|
+
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
1433
1433
|
componentName: 'ReplyLeftIcon',
|
|
1434
1434
|
package: '@atlaskit/icon-lab/core/reply-left',
|
|
1435
1435
|
type: 'core',
|
|
@@ -1439,7 +1439,7 @@ const metadata = {
|
|
|
1439
1439
|
status: 'published'
|
|
1440
1440
|
},
|
|
1441
1441
|
'reply-right': {
|
|
1442
|
-
keywords: ['reply-right', 'replyright', 'icon', 'icon-lab'
|
|
1442
|
+
keywords: ['reply-right', 'replyright', 'icon', 'icon-lab'],
|
|
1443
1443
|
componentName: 'ReplyRightIcon',
|
|
1444
1444
|
package: '@atlaskit/icon-lab/core/reply-right',
|
|
1445
1445
|
type: 'core',
|
|
@@ -1449,7 +1449,7 @@ const metadata = {
|
|
|
1449
1449
|
status: 'published'
|
|
1450
1450
|
},
|
|
1451
1451
|
return: {
|
|
1452
|
-
keywords: ['return', 'icon', 'icon-lab', '
|
|
1452
|
+
keywords: ['return', 'icon', 'icon-lab', 'submit', 'return', 'enter', 'confirm'],
|
|
1453
1453
|
componentName: 'ReturnIcon',
|
|
1454
1454
|
package: '@atlaskit/icon-lab/core/return',
|
|
1455
1455
|
type: 'core',
|
|
@@ -1460,7 +1460,7 @@ const metadata = {
|
|
|
1460
1460
|
slackChannel: '#avp-design'
|
|
1461
1461
|
},
|
|
1462
1462
|
'roadmaps-plan': {
|
|
1463
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', '
|
|
1463
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'roadmap', 'plan'],
|
|
1464
1464
|
componentName: 'RoadmapsPlanIcon',
|
|
1465
1465
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1466
1466
|
oldName: ['bitbucket/builds'],
|
|
@@ -1471,7 +1471,7 @@ const metadata = {
|
|
|
1471
1471
|
status: 'published'
|
|
1472
1472
|
},
|
|
1473
1473
|
'roadmaps-service': {
|
|
1474
|
-
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', '
|
|
1474
|
+
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1475
1475
|
componentName: 'RoadmapsServiceIcon',
|
|
1476
1476
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1477
1477
|
oldName: ['bitbucket/forks'],
|
|
@@ -1481,8 +1481,28 @@ const metadata = {
|
|
|
1481
1481
|
team: 'Design System Team',
|
|
1482
1482
|
status: 'published'
|
|
1483
1483
|
},
|
|
1484
|
+
rovo: {
|
|
1485
|
+
keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
|
|
1486
|
+
componentName: 'RovoIcon',
|
|
1487
|
+
package: '@atlaskit/icon-lab/core/rovo',
|
|
1488
|
+
type: 'core',
|
|
1489
|
+
categorization: 'single-purpose',
|
|
1490
|
+
usage: 'Reserved for representing Rovo',
|
|
1491
|
+
team: 'Design System Team',
|
|
1492
|
+
status: 'published'
|
|
1493
|
+
},
|
|
1494
|
+
'rss-feed': {
|
|
1495
|
+
keywords: ['rss-feed', 'rssfeed', 'icon', 'icon-lab', 'rss', 'really simply syndication', 'web feed', 'xml'],
|
|
1496
|
+
componentName: 'RssFeedIcon',
|
|
1497
|
+
package: '@atlaskit/icon-lab/core/rss-feed',
|
|
1498
|
+
type: 'core',
|
|
1499
|
+
categorization: 'single-purpose',
|
|
1500
|
+
usage: 'Reserved for RSS feeds',
|
|
1501
|
+
team: 'Design System Team',
|
|
1502
|
+
status: 'published'
|
|
1503
|
+
},
|
|
1484
1504
|
save: {
|
|
1485
|
-
keywords: ['save', 'icon', 'icon-lab', '
|
|
1505
|
+
keywords: ['save', 'icon', 'icon-lab', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1486
1506
|
componentName: 'SaveIcon',
|
|
1487
1507
|
package: '@atlaskit/icon-lab/core/save',
|
|
1488
1508
|
type: 'core',
|
|
@@ -1493,7 +1513,7 @@ const metadata = {
|
|
|
1493
1513
|
slackChannel: '#icon-contributions'
|
|
1494
1514
|
},
|
|
1495
1515
|
'screen-record': {
|
|
1496
|
-
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', '
|
|
1516
|
+
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'screen recorder', 'camera', 'cam bubble'],
|
|
1497
1517
|
componentName: 'ScreenRecordIcon',
|
|
1498
1518
|
package: '@atlaskit/icon-lab/core/screen-record',
|
|
1499
1519
|
type: 'core',
|
|
@@ -1503,7 +1523,7 @@ const metadata = {
|
|
|
1503
1523
|
status: 'published'
|
|
1504
1524
|
},
|
|
1505
1525
|
section: {
|
|
1506
|
-
keywords: ['section', 'icon', 'icon-lab', '
|
|
1526
|
+
keywords: ['section', 'icon', 'icon-lab', 'section', 'related content'],
|
|
1507
1527
|
componentName: 'SectionIcon',
|
|
1508
1528
|
package: '@atlaskit/icon-lab/core/section',
|
|
1509
1529
|
type: 'core',
|
|
@@ -1513,7 +1533,7 @@ const metadata = {
|
|
|
1513
1533
|
status: 'published'
|
|
1514
1534
|
},
|
|
1515
1535
|
'shape-diamond': {
|
|
1516
|
-
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', '
|
|
1536
|
+
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1517
1537
|
componentName: 'ShapeDiamondIcon',
|
|
1518
1538
|
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
1519
1539
|
type: 'core',
|
|
@@ -1523,7 +1543,7 @@ const metadata = {
|
|
|
1523
1543
|
status: 'published'
|
|
1524
1544
|
},
|
|
1525
1545
|
'shape-ellipse': {
|
|
1526
|
-
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', '
|
|
1546
|
+
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'ellipse', 'circle', 'shape tool'],
|
|
1527
1547
|
componentName: 'ShapeEllipseIcon',
|
|
1528
1548
|
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
1529
1549
|
type: 'core',
|
|
@@ -1533,7 +1553,7 @@ const metadata = {
|
|
|
1533
1553
|
status: 'published'
|
|
1534
1554
|
},
|
|
1535
1555
|
'shape-parallelogram-skew-left': {
|
|
1536
|
-
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', '
|
|
1556
|
+
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
1537
1557
|
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
1538
1558
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
1539
1559
|
type: 'core',
|
|
@@ -1543,7 +1563,7 @@ const metadata = {
|
|
|
1543
1563
|
status: 'published'
|
|
1544
1564
|
},
|
|
1545
1565
|
'shape-parallelogram-skew-right': {
|
|
1546
|
-
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', '
|
|
1566
|
+
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
1547
1567
|
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
1548
1568
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
1549
1569
|
type: 'core',
|
|
@@ -1553,7 +1573,7 @@ const metadata = {
|
|
|
1553
1573
|
status: 'published'
|
|
1554
1574
|
},
|
|
1555
1575
|
'shape-rectangle': {
|
|
1556
|
-
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', '
|
|
1576
|
+
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'square'],
|
|
1557
1577
|
componentName: 'ShapeRectangleIcon',
|
|
1558
1578
|
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
1559
1579
|
type: 'core',
|
|
@@ -1563,7 +1583,7 @@ const metadata = {
|
|
|
1563
1583
|
status: 'published'
|
|
1564
1584
|
},
|
|
1565
1585
|
'shape-rectangle-rounded': {
|
|
1566
|
-
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', '
|
|
1586
|
+
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
1567
1587
|
componentName: 'ShapeRectangleRoundedIcon',
|
|
1568
1588
|
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
1569
1589
|
type: 'core',
|
|
@@ -1573,7 +1593,7 @@ const metadata = {
|
|
|
1573
1593
|
status: 'published'
|
|
1574
1594
|
},
|
|
1575
1595
|
'shape-triangle': {
|
|
1576
|
-
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', '
|
|
1596
|
+
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1577
1597
|
componentName: 'ShapeTriangleIcon',
|
|
1578
1598
|
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
1579
1599
|
type: 'core',
|
|
@@ -1583,7 +1603,7 @@ const metadata = {
|
|
|
1583
1603
|
status: 'published'
|
|
1584
1604
|
},
|
|
1585
1605
|
'shape-triangle-inverted': {
|
|
1586
|
-
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', '
|
|
1606
|
+
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1587
1607
|
componentName: 'ShapeTriangleInvertedIcon',
|
|
1588
1608
|
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
1589
1609
|
type: 'core',
|
|
@@ -1593,7 +1613,7 @@ const metadata = {
|
|
|
1593
1613
|
status: 'published'
|
|
1594
1614
|
},
|
|
1595
1615
|
signature: {
|
|
1596
|
-
keywords: ['signature', 'icon', 'icon-lab', '
|
|
1616
|
+
keywords: ['signature', 'icon', 'icon-lab', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
1597
1617
|
componentName: 'SignatureIcon',
|
|
1598
1618
|
package: '@atlaskit/icon-lab/core/signature',
|
|
1599
1619
|
type: 'core',
|
|
@@ -1603,7 +1623,7 @@ const metadata = {
|
|
|
1603
1623
|
status: 'published'
|
|
1604
1624
|
},
|
|
1605
1625
|
signpost: {
|
|
1606
|
-
keywords: ['signpost', 'icon', 'icon-lab', '
|
|
1626
|
+
keywords: ['signpost', 'icon', 'icon-lab', 'signpost', 'direction', 'milestone'],
|
|
1607
1627
|
componentName: 'SignpostIcon',
|
|
1608
1628
|
package: '@atlaskit/icon-lab/core/signpost',
|
|
1609
1629
|
type: 'core',
|
|
@@ -1612,7 +1632,7 @@ const metadata = {
|
|
|
1612
1632
|
status: 'published'
|
|
1613
1633
|
},
|
|
1614
1634
|
'sort-options': {
|
|
1615
|
-
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', '
|
|
1635
|
+
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1616
1636
|
componentName: 'SortOptionsIcon',
|
|
1617
1637
|
package: '@atlaskit/icon-lab/core/sort-options',
|
|
1618
1638
|
type: 'core',
|
|
@@ -1622,7 +1642,7 @@ const metadata = {
|
|
|
1622
1642
|
status: 'published'
|
|
1623
1643
|
},
|
|
1624
1644
|
spaces: {
|
|
1625
|
-
keywords: ['spaces', 'icon', 'icon-lab', '
|
|
1645
|
+
keywords: ['spaces', 'icon', 'icon-lab', 'space', 'spaces', 'projects'],
|
|
1626
1646
|
componentName: 'SpacesIcon',
|
|
1627
1647
|
package: '@atlaskit/icon-lab/core/spaces',
|
|
1628
1648
|
type: 'core',
|
|
@@ -1633,7 +1653,7 @@ const metadata = {
|
|
|
1633
1653
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1634
1654
|
},
|
|
1635
1655
|
'speedometer-left': {
|
|
1636
|
-
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', '
|
|
1656
|
+
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'slow'],
|
|
1637
1657
|
componentName: 'SpeedometerLeftIcon',
|
|
1638
1658
|
package: '@atlaskit/icon-lab/core/speedometer-left',
|
|
1639
1659
|
type: 'core',
|
|
@@ -1643,7 +1663,7 @@ const metadata = {
|
|
|
1643
1663
|
status: 'published'
|
|
1644
1664
|
},
|
|
1645
1665
|
'speedometer-right': {
|
|
1646
|
-
keywords: ['speedometer-right', 'speedometerright', 'icon', 'icon-lab', '
|
|
1666
|
+
keywords: ['speedometer-right', 'speedometerright', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'fast'],
|
|
1647
1667
|
componentName: 'SpeedometerRightIcon',
|
|
1648
1668
|
package: '@atlaskit/icon-lab/core/speedometer-right',
|
|
1649
1669
|
type: 'core',
|
|
@@ -1653,7 +1673,7 @@ const metadata = {
|
|
|
1653
1673
|
status: 'published'
|
|
1654
1674
|
},
|
|
1655
1675
|
'speedometer-up': {
|
|
1656
|
-
keywords: ['speedometer-up', 'speedometerup', 'icon', 'icon-lab', '
|
|
1676
|
+
keywords: ['speedometer-up', 'speedometerup', 'icon', 'icon-lab', 'speed', 'performance', 'dial'],
|
|
1657
1677
|
componentName: 'SpeedometerUpIcon',
|
|
1658
1678
|
package: '@atlaskit/icon-lab/core/speedometer-up',
|
|
1659
1679
|
type: 'core',
|
|
@@ -1663,7 +1683,7 @@ const metadata = {
|
|
|
1663
1683
|
status: 'published'
|
|
1664
1684
|
},
|
|
1665
1685
|
'split-parallel': {
|
|
1666
|
-
keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', '
|
|
1686
|
+
keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'router', 'branches'],
|
|
1667
1687
|
componentName: 'SplitParallelIcon',
|
|
1668
1688
|
package: '@atlaskit/icon-lab/core/split-parallel',
|
|
1669
1689
|
type: 'core',
|
|
@@ -1674,7 +1694,7 @@ const metadata = {
|
|
|
1674
1694
|
slackChannel: '#help-automation-design'
|
|
1675
1695
|
},
|
|
1676
1696
|
stamp: {
|
|
1677
|
-
keywords: ['stamp', 'icon', 'icon-lab', '
|
|
1697
|
+
keywords: ['stamp', 'icon', 'icon-lab', 'stamp', 'rubber stamp', 'handstamp'],
|
|
1678
1698
|
componentName: 'StampIcon',
|
|
1679
1699
|
package: '@atlaskit/icon-lab/core/stamp',
|
|
1680
1700
|
type: 'core',
|
|
@@ -1684,7 +1704,7 @@ const metadata = {
|
|
|
1684
1704
|
status: 'published'
|
|
1685
1705
|
},
|
|
1686
1706
|
sticker: {
|
|
1687
|
-
keywords: ['sticker', 'icon', 'icon-lab', '
|
|
1707
|
+
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
1688
1708
|
componentName: 'StickerIcon',
|
|
1689
1709
|
package: '@atlaskit/icon-lab/core/sticker',
|
|
1690
1710
|
type: 'core',
|
|
@@ -1694,7 +1714,7 @@ const metadata = {
|
|
|
1694
1714
|
status: 'published'
|
|
1695
1715
|
},
|
|
1696
1716
|
'stroke-curvature-curved': {
|
|
1697
|
-
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', '
|
|
1717
|
+
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
1698
1718
|
componentName: 'StrokeCurvatureCurvedIcon',
|
|
1699
1719
|
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
1700
1720
|
type: 'core',
|
|
@@ -1704,7 +1724,7 @@ const metadata = {
|
|
|
1704
1724
|
status: 'published'
|
|
1705
1725
|
},
|
|
1706
1726
|
'stroke-curvature-dynamic': {
|
|
1707
|
-
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', '
|
|
1727
|
+
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
1708
1728
|
componentName: 'StrokeCurvatureDynamicIcon',
|
|
1709
1729
|
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
1710
1730
|
type: 'core',
|
|
@@ -1714,7 +1734,7 @@ const metadata = {
|
|
|
1714
1734
|
status: 'published'
|
|
1715
1735
|
},
|
|
1716
1736
|
'stroke-curvature-straight': {
|
|
1717
|
-
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', '
|
|
1737
|
+
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
1718
1738
|
componentName: 'StrokeCurvatureStraightIcon',
|
|
1719
1739
|
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
1720
1740
|
type: 'core',
|
|
@@ -1724,7 +1744,7 @@ const metadata = {
|
|
|
1724
1744
|
status: 'published'
|
|
1725
1745
|
},
|
|
1726
1746
|
'stroke-properties': {
|
|
1727
|
-
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', '
|
|
1747
|
+
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'stroke properties', 'border options'],
|
|
1728
1748
|
componentName: 'StrokePropertiesIcon',
|
|
1729
1749
|
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
1730
1750
|
type: 'core',
|
|
@@ -1734,7 +1754,7 @@ const metadata = {
|
|
|
1734
1754
|
status: 'published'
|
|
1735
1755
|
},
|
|
1736
1756
|
'stroke-style-dashed': {
|
|
1737
|
-
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', '
|
|
1757
|
+
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
1738
1758
|
componentName: 'StrokeStyleDashedIcon',
|
|
1739
1759
|
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
1740
1760
|
type: 'core',
|
|
@@ -1744,7 +1764,7 @@ const metadata = {
|
|
|
1744
1764
|
status: 'published'
|
|
1745
1765
|
},
|
|
1746
1766
|
'stroke-style-dotted': {
|
|
1747
|
-
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', '
|
|
1767
|
+
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
1748
1768
|
componentName: 'StrokeStyleDottedIcon',
|
|
1749
1769
|
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
1750
1770
|
type: 'core',
|
|
@@ -1754,7 +1774,7 @@ const metadata = {
|
|
|
1754
1774
|
status: 'published'
|
|
1755
1775
|
},
|
|
1756
1776
|
'stroke-style-solid': {
|
|
1757
|
-
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', '
|
|
1777
|
+
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
1758
1778
|
componentName: 'StrokeStyleSolidIcon',
|
|
1759
1779
|
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
1760
1780
|
type: 'core',
|
|
@@ -1764,7 +1784,7 @@ const metadata = {
|
|
|
1764
1784
|
status: 'published'
|
|
1765
1785
|
},
|
|
1766
1786
|
studio: {
|
|
1767
|
-
keywords: ['studio', 'icon', 'icon-lab', '
|
|
1787
|
+
keywords: ['studio', 'icon', 'icon-lab', 'studio', 'atlassian studio'],
|
|
1768
1788
|
componentName: 'StudioIcon',
|
|
1769
1789
|
package: '@atlaskit/icon-lab/core/studio',
|
|
1770
1790
|
type: 'core',
|
|
@@ -1774,7 +1794,7 @@ const metadata = {
|
|
|
1774
1794
|
status: 'published'
|
|
1775
1795
|
},
|
|
1776
1796
|
'suggested-edit': {
|
|
1777
|
-
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', '
|
|
1797
|
+
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
1778
1798
|
componentName: 'SuggestedEditIcon',
|
|
1779
1799
|
package: '@atlaskit/icon-lab/core/suggested-edit',
|
|
1780
1800
|
type: 'core',
|
|
@@ -1784,7 +1804,7 @@ const metadata = {
|
|
|
1784
1804
|
status: 'published'
|
|
1785
1805
|
},
|
|
1786
1806
|
sunset: {
|
|
1787
|
-
keywords: ['sunset', 'icon', 'icon-lab', '
|
|
1807
|
+
keywords: ['sunset', 'icon', 'icon-lab', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
1788
1808
|
componentName: 'SunsetIcon',
|
|
1789
1809
|
package: '@atlaskit/icon-lab/core/sunset',
|
|
1790
1810
|
type: 'core',
|
|
@@ -1794,7 +1814,7 @@ const metadata = {
|
|
|
1794
1814
|
status: 'published'
|
|
1795
1815
|
},
|
|
1796
1816
|
swap: {
|
|
1797
|
-
keywords: ['swap', 'icon', 'icon-lab', '
|
|
1817
|
+
keywords: ['swap', 'icon', 'icon-lab', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
1798
1818
|
componentName: 'SwapIcon',
|
|
1799
1819
|
package: '@atlaskit/icon-lab/core/swap',
|
|
1800
1820
|
type: 'core',
|
|
@@ -1804,7 +1824,7 @@ const metadata = {
|
|
|
1804
1824
|
status: 'published'
|
|
1805
1825
|
},
|
|
1806
1826
|
'switch-case': {
|
|
1807
|
-
keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', '
|
|
1827
|
+
keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'conditions', 'if', 'else', 'else if'],
|
|
1808
1828
|
componentName: 'SwitchCaseIcon',
|
|
1809
1829
|
package: '@atlaskit/icon-lab/core/switch-case',
|
|
1810
1830
|
type: 'core',
|
|
@@ -1815,7 +1835,7 @@ const metadata = {
|
|
|
1815
1835
|
slackChannel: '#help-automation-design'
|
|
1816
1836
|
},
|
|
1817
1837
|
sync: {
|
|
1818
|
-
keywords: ['sync', 'icon', 'icon-lab', '
|
|
1838
|
+
keywords: ['sync', 'icon', 'icon-lab', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
1819
1839
|
componentName: 'SyncIcon',
|
|
1820
1840
|
package: '@atlaskit/icon-lab/core/sync',
|
|
1821
1841
|
type: 'core',
|
|
@@ -1825,7 +1845,7 @@ const metadata = {
|
|
|
1825
1845
|
status: 'published'
|
|
1826
1846
|
},
|
|
1827
1847
|
tab: {
|
|
1828
|
-
keywords: ['tab', 'icon', 'icon-lab', '
|
|
1848
|
+
keywords: ['tab', 'icon', 'icon-lab', 'key', 'tab'],
|
|
1829
1849
|
componentName: 'TabIcon',
|
|
1830
1850
|
package: '@atlaskit/icon-lab/core/tab',
|
|
1831
1851
|
type: 'core',
|
|
@@ -1836,7 +1856,7 @@ const metadata = {
|
|
|
1836
1856
|
slackChannel: '#icon-contributions'
|
|
1837
1857
|
},
|
|
1838
1858
|
'takeout-container': {
|
|
1839
|
-
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', '
|
|
1859
|
+
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
1840
1860
|
componentName: 'TakeoutContainerIcon',
|
|
1841
1861
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
1842
1862
|
type: 'core',
|
|
@@ -1846,7 +1866,7 @@ const metadata = {
|
|
|
1846
1866
|
status: 'published'
|
|
1847
1867
|
},
|
|
1848
1868
|
talent: {
|
|
1849
|
-
keywords: ['talent', 'icon', 'icon-lab', '
|
|
1869
|
+
keywords: ['talent', 'icon', 'icon-lab', 'talent', 'person', 'star'],
|
|
1850
1870
|
componentName: 'TalentIcon',
|
|
1851
1871
|
package: '@atlaskit/icon-lab/core/talent',
|
|
1852
1872
|
type: 'core',
|
|
@@ -1856,7 +1876,7 @@ const metadata = {
|
|
|
1856
1876
|
status: 'published'
|
|
1857
1877
|
},
|
|
1858
1878
|
'teamwork-graph': {
|
|
1859
|
-
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', '
|
|
1879
|
+
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'teamwork graph'],
|
|
1860
1880
|
componentName: 'TeamworkGraphIcon',
|
|
1861
1881
|
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
1862
1882
|
type: 'core',
|
|
@@ -1866,7 +1886,7 @@ const metadata = {
|
|
|
1866
1886
|
status: 'published'
|
|
1867
1887
|
},
|
|
1868
1888
|
telescope: {
|
|
1869
|
-
keywords: ['telescope', 'icon', 'icon-lab', '
|
|
1889
|
+
keywords: ['telescope', 'icon', 'icon-lab', 'telescope', 'scope', 'discover', 'discovery'],
|
|
1870
1890
|
componentName: 'TelescopeIcon',
|
|
1871
1891
|
package: '@atlaskit/icon-lab/core/telescope',
|
|
1872
1892
|
type: 'core',
|
|
@@ -1876,7 +1896,7 @@ const metadata = {
|
|
|
1876
1896
|
status: 'published'
|
|
1877
1897
|
},
|
|
1878
1898
|
template: {
|
|
1879
|
-
keywords: ['template', 'icon', 'icon-lab', '
|
|
1899
|
+
keywords: ['template', 'icon', 'icon-lab', 'template', 'templates'],
|
|
1880
1900
|
componentName: 'TemplateIcon',
|
|
1881
1901
|
package: '@atlaskit/icon-lab/core/template',
|
|
1882
1902
|
type: 'core',
|
|
@@ -1886,7 +1906,7 @@ const metadata = {
|
|
|
1886
1906
|
status: 'published'
|
|
1887
1907
|
},
|
|
1888
1908
|
terminal: {
|
|
1889
|
-
keywords: ['terminal', 'icon', 'icon-lab', '
|
|
1909
|
+
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
1890
1910
|
componentName: 'TerminalIcon',
|
|
1891
1911
|
package: '@atlaskit/icon-lab/core/terminal',
|
|
1892
1912
|
type: 'core',
|
|
@@ -1895,7 +1915,7 @@ const metadata = {
|
|
|
1895
1915
|
status: 'published'
|
|
1896
1916
|
},
|
|
1897
1917
|
'text-adjust-length': {
|
|
1898
|
-
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', '
|
|
1918
|
+
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', 'text length', 'change text length', 'adjust text length'],
|
|
1899
1919
|
componentName: 'TextAdjustLengthIcon',
|
|
1900
1920
|
package: '@atlaskit/icon-lab/core/text-adjust-length',
|
|
1901
1921
|
type: 'core',
|
|
@@ -1905,7 +1925,7 @@ const metadata = {
|
|
|
1905
1925
|
status: 'published'
|
|
1906
1926
|
},
|
|
1907
1927
|
'text-audio-transcript': {
|
|
1908
|
-
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', '
|
|
1928
|
+
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', 'microphone', 'script', 'paragraph'],
|
|
1909
1929
|
componentName: 'TextAudioTranscriptIcon',
|
|
1910
1930
|
package: '@atlaskit/icon-lab/core/text-audio-transcript',
|
|
1911
1931
|
type: 'core',
|
|
@@ -1916,7 +1936,7 @@ const metadata = {
|
|
|
1916
1936
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1917
1937
|
},
|
|
1918
1938
|
'text-bold-italic': {
|
|
1919
|
-
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', '
|
|
1939
|
+
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
|
|
1920
1940
|
componentName: 'TextBoldItalicIcon',
|
|
1921
1941
|
package: '@atlaskit/icon-lab/core/text-bold-italic',
|
|
1922
1942
|
type: 'core',
|
|
@@ -1926,7 +1946,7 @@ const metadata = {
|
|
|
1926
1946
|
status: 'published'
|
|
1927
1947
|
},
|
|
1928
1948
|
'text-bold-italic-strikethrough': {
|
|
1929
|
-
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', '
|
|
1949
|
+
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
|
|
1930
1950
|
componentName: 'TextBoldItalicStrikethroughIcon',
|
|
1931
1951
|
package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
|
|
1932
1952
|
type: 'core',
|
|
@@ -1936,7 +1956,7 @@ const metadata = {
|
|
|
1936
1956
|
status: 'published'
|
|
1937
1957
|
},
|
|
1938
1958
|
'text-bold-italic-underline': {
|
|
1939
|
-
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', '
|
|
1959
|
+
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
|
|
1940
1960
|
componentName: 'TextBoldItalicUnderlineIcon',
|
|
1941
1961
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
|
|
1942
1962
|
type: 'core',
|
|
@@ -1946,7 +1966,7 @@ const metadata = {
|
|
|
1946
1966
|
status: 'published'
|
|
1947
1967
|
},
|
|
1948
1968
|
'text-bold-italic-underline-strikethrough': {
|
|
1949
|
-
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
1969
|
+
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
|
|
1950
1970
|
componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
|
|
1951
1971
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
|
|
1952
1972
|
type: 'core',
|
|
@@ -1956,7 +1976,7 @@ const metadata = {
|
|
|
1956
1976
|
status: 'published'
|
|
1957
1977
|
},
|
|
1958
1978
|
'text-bold-strikethrough': {
|
|
1959
|
-
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', '
|
|
1979
|
+
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Bold', 'strikethrough'],
|
|
1960
1980
|
componentName: 'TextBoldStrikethroughIcon',
|
|
1961
1981
|
package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
|
|
1962
1982
|
type: 'core',
|
|
@@ -1966,7 +1986,7 @@ const metadata = {
|
|
|
1966
1986
|
status: 'published'
|
|
1967
1987
|
},
|
|
1968
1988
|
'text-bold-underline': {
|
|
1969
|
-
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', '
|
|
1989
|
+
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'bold', 'underline', 'text formatting'],
|
|
1970
1990
|
componentName: 'TextBoldUnderlineIcon',
|
|
1971
1991
|
package: '@atlaskit/icon-lab/core/text-bold-underline',
|
|
1972
1992
|
type: 'core',
|
|
@@ -1976,7 +1996,7 @@ const metadata = {
|
|
|
1976
1996
|
status: 'published'
|
|
1977
1997
|
},
|
|
1978
1998
|
'text-bold-underline-strikethrough': {
|
|
1979
|
-
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
1999
|
+
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'strikethrough', 'underline'],
|
|
1980
2000
|
componentName: 'TextBoldUnderlineStrikethroughIcon',
|
|
1981
2001
|
package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
|
|
1982
2002
|
type: 'core',
|
|
@@ -1986,7 +2006,7 @@ const metadata = {
|
|
|
1986
2006
|
status: 'published'
|
|
1987
2007
|
},
|
|
1988
2008
|
'text-conclusion-add': {
|
|
1989
|
-
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', '
|
|
2009
|
+
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'text', 'conclusion', 'AI', 'generative'],
|
|
1990
2010
|
componentName: 'TextConclusionAddIcon',
|
|
1991
2011
|
package: '@atlaskit/icon-lab/core/text-conclusion-add',
|
|
1992
2012
|
type: 'core',
|
|
@@ -1996,7 +2016,7 @@ const metadata = {
|
|
|
1996
2016
|
status: 'published'
|
|
1997
2017
|
},
|
|
1998
2018
|
'text-heading-five': {
|
|
1999
|
-
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', '
|
|
2019
|
+
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
2000
2020
|
componentName: 'TextHeadingFiveIcon',
|
|
2001
2021
|
package: '@atlaskit/icon-lab/core/text-heading-five',
|
|
2002
2022
|
type: 'core',
|
|
@@ -2007,7 +2027,7 @@ const metadata = {
|
|
|
2007
2027
|
slackChannel: '#editor-design'
|
|
2008
2028
|
},
|
|
2009
2029
|
'text-heading-four': {
|
|
2010
|
-
keywords: ['text-heading-four', 'textheadingfour', 'icon', 'icon-lab', '
|
|
2030
|
+
keywords: ['text-heading-four', 'textheadingfour', 'icon', 'icon-lab', 'heading 4', 'H4', 'text style'],
|
|
2011
2031
|
componentName: 'TextHeadingFourIcon',
|
|
2012
2032
|
package: '@atlaskit/icon-lab/core/text-heading-four',
|
|
2013
2033
|
type: 'core',
|
|
@@ -2018,7 +2038,7 @@ const metadata = {
|
|
|
2018
2038
|
slackChannel: '#editor-design'
|
|
2019
2039
|
},
|
|
2020
2040
|
'text-heading-one': {
|
|
2021
|
-
keywords: ['text-heading-one', 'textheadingone', 'icon', 'icon-lab', '
|
|
2041
|
+
keywords: ['text-heading-one', 'textheadingone', 'icon', 'icon-lab', 'Heading 1', 'H1', 'text style'],
|
|
2022
2042
|
componentName: 'TextHeadingOneIcon',
|
|
2023
2043
|
package: '@atlaskit/icon-lab/core/text-heading-one',
|
|
2024
2044
|
type: 'core',
|
|
@@ -2029,7 +2049,7 @@ const metadata = {
|
|
|
2029
2049
|
slackChannel: '#Editor-design'
|
|
2030
2050
|
},
|
|
2031
2051
|
'text-heading-six': {
|
|
2032
|
-
keywords: ['text-heading-six', 'textheadingsix', 'icon', 'icon-lab', '
|
|
2052
|
+
keywords: ['text-heading-six', 'textheadingsix', 'icon', 'icon-lab', 'heading 6', 'H6', 'text style'],
|
|
2033
2053
|
componentName: 'TextHeadingSixIcon',
|
|
2034
2054
|
package: '@atlaskit/icon-lab/core/text-heading-six',
|
|
2035
2055
|
type: 'core',
|
|
@@ -2040,7 +2060,7 @@ const metadata = {
|
|
|
2040
2060
|
slackChannel: '#editor-design'
|
|
2041
2061
|
},
|
|
2042
2062
|
'text-heading-three': {
|
|
2043
|
-
keywords: ['text-heading-three', 'textheadingthree', 'icon', 'icon-lab', '
|
|
2063
|
+
keywords: ['text-heading-three', 'textheadingthree', 'icon', 'icon-lab', 'heading 3', 'H3', 'text style'],
|
|
2044
2064
|
componentName: 'TextHeadingThreeIcon',
|
|
2045
2065
|
package: '@atlaskit/icon-lab/core/text-heading-three',
|
|
2046
2066
|
type: 'core',
|
|
@@ -2051,7 +2071,7 @@ const metadata = {
|
|
|
2051
2071
|
slackChannel: '#editor-design'
|
|
2052
2072
|
},
|
|
2053
2073
|
'text-heading-two': {
|
|
2054
|
-
keywords: ['text-heading-two', 'textheadingtwo', 'icon', 'icon-lab', '
|
|
2074
|
+
keywords: ['text-heading-two', 'textheadingtwo', 'icon', 'icon-lab', 'Heading 2', 'H2', 'text style'],
|
|
2055
2075
|
componentName: 'TextHeadingTwoIcon',
|
|
2056
2076
|
package: '@atlaskit/icon-lab/core/text-heading-two',
|
|
2057
2077
|
type: 'core',
|
|
@@ -2062,7 +2082,7 @@ const metadata = {
|
|
|
2062
2082
|
slackChannel: '#editor-design'
|
|
2063
2083
|
},
|
|
2064
2084
|
'text-introduction-add': {
|
|
2065
|
-
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', '
|
|
2085
|
+
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'text', 'introduction', 'AI', 'generative'],
|
|
2066
2086
|
componentName: 'TextIntroductionAddIcon',
|
|
2067
2087
|
package: '@atlaskit/icon-lab/core/text-introduction-add',
|
|
2068
2088
|
type: 'core',
|
|
@@ -2072,7 +2092,7 @@ const metadata = {
|
|
|
2072
2092
|
status: 'published'
|
|
2073
2093
|
},
|
|
2074
2094
|
'text-italic-strikethrough': {
|
|
2075
|
-
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', '
|
|
2095
|
+
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
2076
2096
|
componentName: 'TextItalicStrikethroughIcon',
|
|
2077
2097
|
package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
|
|
2078
2098
|
type: 'core',
|
|
@@ -2082,7 +2102,7 @@ const metadata = {
|
|
|
2082
2102
|
status: 'published'
|
|
2083
2103
|
},
|
|
2084
2104
|
'text-italic-underline': {
|
|
2085
|
-
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', '
|
|
2105
|
+
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
|
|
2086
2106
|
componentName: 'TextItalicUnderlineIcon',
|
|
2087
2107
|
package: '@atlaskit/icon-lab/core/text-italic-underline',
|
|
2088
2108
|
type: 'core',
|
|
@@ -2092,7 +2112,7 @@ const metadata = {
|
|
|
2092
2112
|
status: 'published'
|
|
2093
2113
|
},
|
|
2094
2114
|
'text-italic-underline-strikethrough': {
|
|
2095
|
-
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
2115
|
+
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'italic', 'underline', 'strikethrough'],
|
|
2096
2116
|
componentName: 'TextItalicUnderlineStrikethroughIcon',
|
|
2097
2117
|
package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
|
|
2098
2118
|
type: 'core',
|
|
@@ -2102,7 +2122,7 @@ const metadata = {
|
|
|
2102
2122
|
status: 'published'
|
|
2103
2123
|
},
|
|
2104
2124
|
'text-lengthen': {
|
|
2105
|
-
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', '
|
|
2125
|
+
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'text', 'lengthen', 'expand', 'AI', 'generative'],
|
|
2106
2126
|
componentName: 'TextLengthenIcon',
|
|
2107
2127
|
package: '@atlaskit/icon-lab/core/text-lengthen',
|
|
2108
2128
|
type: 'core',
|
|
@@ -2112,7 +2132,7 @@ const metadata = {
|
|
|
2112
2132
|
status: 'published'
|
|
2113
2133
|
},
|
|
2114
2134
|
'text-letter-case': {
|
|
2115
|
-
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', '
|
|
2135
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
2116
2136
|
componentName: 'TextLetterCaseIcon',
|
|
2117
2137
|
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
2118
2138
|
type: 'core',
|
|
@@ -2123,7 +2143,7 @@ const metadata = {
|
|
|
2123
2143
|
slackChannel: '#icon-contributions'
|
|
2124
2144
|
},
|
|
2125
2145
|
'text-paragraph': {
|
|
2126
|
-
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', '
|
|
2146
|
+
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
2127
2147
|
componentName: 'TextParagraphIcon',
|
|
2128
2148
|
package: '@atlaskit/icon-lab/core/text-paragraph',
|
|
2129
2149
|
type: 'core',
|
|
@@ -2133,7 +2153,7 @@ const metadata = {
|
|
|
2133
2153
|
status: 'published'
|
|
2134
2154
|
},
|
|
2135
2155
|
'text-rephrase': {
|
|
2136
|
-
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', '
|
|
2156
|
+
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'text', 'rephrase', 'AI', 'generative'],
|
|
2137
2157
|
componentName: 'TextRephraseIcon',
|
|
2138
2158
|
package: '@atlaskit/icon-lab/core/text-rephrase',
|
|
2139
2159
|
type: 'core',
|
|
@@ -2143,7 +2163,7 @@ const metadata = {
|
|
|
2143
2163
|
status: 'published'
|
|
2144
2164
|
},
|
|
2145
2165
|
'text-subscript': {
|
|
2146
|
-
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', '
|
|
2166
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'subscript', 'text formatting'],
|
|
2147
2167
|
componentName: 'TextSubscriptIcon',
|
|
2148
2168
|
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
2149
2169
|
type: 'core',
|
|
@@ -2154,7 +2174,7 @@ const metadata = {
|
|
|
2154
2174
|
slackChannel: '#editor-design'
|
|
2155
2175
|
},
|
|
2156
2176
|
'text-superscript': {
|
|
2157
|
-
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', '
|
|
2177
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'superscript', 'text formatting'],
|
|
2158
2178
|
componentName: 'TextSuperscriptIcon',
|
|
2159
2179
|
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
2160
2180
|
type: 'core',
|
|
@@ -2165,7 +2185,7 @@ const metadata = {
|
|
|
2165
2185
|
slackChannel: '#Editor-design'
|
|
2166
2186
|
},
|
|
2167
2187
|
'text-underline-strikethrough': {
|
|
2168
|
-
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', '
|
|
2188
|
+
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
2169
2189
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
2170
2190
|
package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
|
|
2171
2191
|
type: 'core',
|
|
@@ -2175,7 +2195,7 @@ const metadata = {
|
|
|
2175
2195
|
status: 'published'
|
|
2176
2196
|
},
|
|
2177
2197
|
ticket: {
|
|
2178
|
-
keywords: ['ticket', 'icon', 'icon-lab', '
|
|
2198
|
+
keywords: ['ticket', 'icon', 'icon-lab', 'stub', 'ticket'],
|
|
2179
2199
|
componentName: 'TicketIcon',
|
|
2180
2200
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
2181
2201
|
type: 'core',
|
|
@@ -2185,7 +2205,7 @@ const metadata = {
|
|
|
2185
2205
|
status: 'published'
|
|
2186
2206
|
},
|
|
2187
2207
|
tidy: {
|
|
2188
|
-
keywords: ['tidy', 'icon', 'icon-lab', '
|
|
2208
|
+
keywords: ['tidy', 'icon', 'icon-lab', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
2189
2209
|
componentName: 'TidyIcon',
|
|
2190
2210
|
package: '@atlaskit/icon-lab/core/tidy',
|
|
2191
2211
|
type: 'core',
|
|
@@ -2195,7 +2215,7 @@ const metadata = {
|
|
|
2195
2215
|
status: 'published'
|
|
2196
2216
|
},
|
|
2197
2217
|
variable: {
|
|
2198
|
-
keywords: ['variable', 'icon', 'icon-lab'
|
|
2218
|
+
keywords: ['variable', 'icon', 'icon-lab'],
|
|
2199
2219
|
componentName: 'VariableIcon',
|
|
2200
2220
|
package: '@atlaskit/icon-lab/core/variable',
|
|
2201
2221
|
type: 'core',
|
|
@@ -2206,7 +2226,7 @@ const metadata = {
|
|
|
2206
2226
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2207
2227
|
},
|
|
2208
2228
|
'vehicle-airplane': {
|
|
2209
|
-
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', '
|
|
2229
|
+
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
2210
2230
|
componentName: 'VehicleAirplaneIcon',
|
|
2211
2231
|
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
2212
2232
|
type: 'core',
|
|
@@ -2216,7 +2236,7 @@ const metadata = {
|
|
|
2216
2236
|
status: 'published'
|
|
2217
2237
|
},
|
|
2218
2238
|
'vehicle-train': {
|
|
2219
|
-
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', '
|
|
2239
|
+
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'transportation', 'vehicle', 'car'],
|
|
2220
2240
|
componentName: 'VehicleTrainIcon',
|
|
2221
2241
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
2222
2242
|
type: 'core',
|
|
@@ -2226,7 +2246,7 @@ const metadata = {
|
|
|
2226
2246
|
status: 'published'
|
|
2227
2247
|
},
|
|
2228
2248
|
'video-captions-stylized': {
|
|
2229
|
-
keywords: ['video-captions-stylized', 'videocaptionsstylized', 'icon', 'icon-lab', '
|
|
2249
|
+
keywords: ['video-captions-stylized', 'videocaptionsstylized', 'icon', 'icon-lab', 'CC', 'subtitles'],
|
|
2230
2250
|
componentName: 'VideoCaptionsStylizedIcon',
|
|
2231
2251
|
package: '@atlaskit/icon-lab/core/video-captions-stylized',
|
|
2232
2252
|
type: 'core',
|
|
@@ -2237,7 +2257,7 @@ const metadata = {
|
|
|
2237
2257
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2238
2258
|
},
|
|
2239
2259
|
'video-clip': {
|
|
2240
|
-
keywords: ['video-clip', 'videoclip', 'icon', 'icon-lab', '
|
|
2260
|
+
keywords: ['video-clip', 'videoclip', 'icon', 'icon-lab', 'film', 'film strip', 'video', 'media', 'file'],
|
|
2241
2261
|
componentName: 'VideoClipIcon',
|
|
2242
2262
|
package: '@atlaskit/icon-lab/core/video-clip',
|
|
2243
2263
|
type: 'core',
|
|
@@ -2248,7 +2268,7 @@ const metadata = {
|
|
|
2248
2268
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2249
2269
|
},
|
|
2250
2270
|
'video-closed-captions': {
|
|
2251
|
-
keywords: ['video-closed-captions', 'videoclosedcaptions', 'icon', 'icon-lab', '
|
|
2271
|
+
keywords: ['video-closed-captions', 'videoclosedcaptions', 'icon', 'icon-lab', 'CC', 'closed captions', 'subtitles'],
|
|
2252
2272
|
componentName: 'VideoClosedCaptionsIcon',
|
|
2253
2273
|
package: '@atlaskit/icon-lab/core/video-closed-captions',
|
|
2254
2274
|
type: 'core',
|
|
@@ -2258,7 +2278,7 @@ const metadata = {
|
|
|
2258
2278
|
status: 'published'
|
|
2259
2279
|
},
|
|
2260
2280
|
'video-closed-captions-filled': {
|
|
2261
|
-
keywords: ['video-closed-captions-filled', 'videoclosedcaptionsfilled', 'icon', 'icon-lab'
|
|
2281
|
+
keywords: ['video-closed-captions-filled', 'videoclosedcaptionsfilled', 'icon', 'icon-lab'],
|
|
2262
2282
|
componentName: 'VideoClosedCaptionsFilledIcon',
|
|
2263
2283
|
package: '@atlaskit/icon-lab/core/video-closed-captions-filled',
|
|
2264
2284
|
type: 'core',
|
|
@@ -2268,7 +2288,7 @@ const metadata = {
|
|
|
2268
2288
|
status: 'published'
|
|
2269
2289
|
},
|
|
2270
2290
|
'video-hd': {
|
|
2271
|
-
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', '
|
|
2291
|
+
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2272
2292
|
componentName: 'VideoHdIcon',
|
|
2273
2293
|
package: '@atlaskit/icon-lab/core/video-hd',
|
|
2274
2294
|
type: 'core',
|
|
@@ -2278,7 +2298,7 @@ const metadata = {
|
|
|
2278
2298
|
status: 'published'
|
|
2279
2299
|
},
|
|
2280
2300
|
'video-hd-filled': {
|
|
2281
|
-
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', '
|
|
2301
|
+
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2282
2302
|
componentName: 'VideoHdFilledIcon',
|
|
2283
2303
|
package: '@atlaskit/icon-lab/core/video-hd-filled',
|
|
2284
2304
|
type: 'core',
|
|
@@ -2288,7 +2308,7 @@ const metadata = {
|
|
|
2288
2308
|
status: 'published'
|
|
2289
2309
|
},
|
|
2290
2310
|
'video-miniplayer': {
|
|
2291
|
-
keywords: ['video-miniplayer', 'videominiplayer', 'icon', 'icon-lab', '
|
|
2311
|
+
keywords: ['video-miniplayer', 'videominiplayer', 'icon', 'icon-lab', 'picture in picture', 'PIP'],
|
|
2292
2312
|
componentName: 'VideoMiniplayerIcon',
|
|
2293
2313
|
package: '@atlaskit/icon-lab/core/video-miniplayer',
|
|
2294
2314
|
type: 'core',
|
|
@@ -2299,7 +2319,7 @@ const metadata = {
|
|
|
2299
2319
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2300
2320
|
},
|
|
2301
2321
|
'video-overlay-tools': {
|
|
2302
|
-
keywords: ['video-overlay-tools', 'videooverlaytools', 'icon', 'icon-lab', '
|
|
2322
|
+
keywords: ['video-overlay-tools', 'videooverlaytools', 'icon', 'icon-lab', 'overlays', 'video', 'add text', 'add arrow', 'add box'],
|
|
2303
2323
|
componentName: 'VideoOverlayToolsIcon',
|
|
2304
2324
|
package: '@atlaskit/icon-lab/core/video-overlay-tools',
|
|
2305
2325
|
type: 'core',
|
|
@@ -2309,7 +2329,7 @@ const metadata = {
|
|
|
2309
2329
|
status: 'published'
|
|
2310
2330
|
},
|
|
2311
2331
|
'video-play-circle': {
|
|
2312
|
-
keywords: ['video-play-circle', 'videoplaycircle', 'icon', 'icon-lab', '
|
|
2332
|
+
keywords: ['video-play-circle', 'videoplaycircle', 'icon', 'icon-lab', 'video', 'start'],
|
|
2313
2333
|
componentName: 'VideoPlayCircleIcon',
|
|
2314
2334
|
package: '@atlaskit/icon-lab/core/video-play-circle',
|
|
2315
2335
|
type: 'core',
|
|
@@ -2320,7 +2340,7 @@ const metadata = {
|
|
|
2320
2340
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2321
2341
|
},
|
|
2322
2342
|
'video-record': {
|
|
2323
|
-
keywords: ['video-record', 'videorecord', 'icon', 'icon-lab', '
|
|
2343
|
+
keywords: ['video-record', 'videorecord', 'icon', 'icon-lab', 'live', 'circle', 'ellipse', 'recording'],
|
|
2324
2344
|
componentName: 'VideoRecordIcon',
|
|
2325
2345
|
package: '@atlaskit/icon-lab/core/video-record',
|
|
2326
2346
|
type: 'core',
|
|
@@ -2331,7 +2351,7 @@ const metadata = {
|
|
|
2331
2351
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2332
2352
|
},
|
|
2333
2353
|
'video-rewind-overlay': {
|
|
2334
|
-
keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', '
|
|
2354
|
+
keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back'],
|
|
2335
2355
|
componentName: 'VideoRewindOverlayIcon',
|
|
2336
2356
|
package: '@atlaskit/icon-lab/core/video-rewind-overlay',
|
|
2337
2357
|
type: 'core',
|
|
@@ -2341,7 +2361,7 @@ const metadata = {
|
|
|
2341
2361
|
status: 'published'
|
|
2342
2362
|
},
|
|
2343
2363
|
'video-skip-backward-five': {
|
|
2344
|
-
keywords: ['video-skip-backward-five', 'videoskipbackwardfive', 'icon', 'icon-lab', '
|
|
2364
|
+
keywords: ['video-skip-backward-five', 'videoskipbackwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2345
2365
|
componentName: 'VideoSkipBackwardFiveIcon',
|
|
2346
2366
|
package: '@atlaskit/icon-lab/core/video-skip-backward-five',
|
|
2347
2367
|
type: 'core',
|
|
@@ -2351,7 +2371,7 @@ const metadata = {
|
|
|
2351
2371
|
status: 'published'
|
|
2352
2372
|
},
|
|
2353
2373
|
'video-skip-forward-five': {
|
|
2354
|
-
keywords: ['video-skip-forward-five', 'videoskipforwardfive', 'icon', 'icon-lab', '
|
|
2374
|
+
keywords: ['video-skip-forward-five', 'videoskipforwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2355
2375
|
componentName: 'VideoSkipForwardFiveIcon',
|
|
2356
2376
|
package: '@atlaskit/icon-lab/core/video-skip-forward-five',
|
|
2357
2377
|
type: 'core',
|
|
@@ -2361,7 +2381,7 @@ const metadata = {
|
|
|
2361
2381
|
status: 'published'
|
|
2362
2382
|
},
|
|
2363
2383
|
'video-strikethrough': {
|
|
2364
|
-
keywords: ['video-strikethrough', 'videostrikethrough', 'icon', 'icon-lab', '
|
|
2384
|
+
keywords: ['video-strikethrough', 'videostrikethrough', 'icon', 'icon-lab', 'video', 'no video', 'camera off', 'off'],
|
|
2365
2385
|
componentName: 'VideoStrikethroughIcon',
|
|
2366
2386
|
package: '@atlaskit/icon-lab/core/video-strikethrough',
|
|
2367
2387
|
type: 'core',
|
|
@@ -2371,7 +2391,7 @@ const metadata = {
|
|
|
2371
2391
|
status: 'published'
|
|
2372
2392
|
},
|
|
2373
2393
|
'video-theater-mode': {
|
|
2374
|
-
keywords: ['video-theater-mode', 'videotheatermode', 'icon', 'icon-lab', '
|
|
2394
|
+
keywords: ['video-theater-mode', 'videotheatermode', 'icon', 'icon-lab', 'theater mode', 'view', 'viewport', 'video', 'wide'],
|
|
2375
2395
|
componentName: 'VideoTheaterModeIcon',
|
|
2376
2396
|
package: '@atlaskit/icon-lab/core/video-theater-mode',
|
|
2377
2397
|
type: 'core',
|
|
@@ -2381,7 +2401,7 @@ const metadata = {
|
|
|
2381
2401
|
status: 'published'
|
|
2382
2402
|
},
|
|
2383
2403
|
'video-timeline-clip-split': {
|
|
2384
|
-
keywords: ['video-timeline-clip-split', 'videotimelineclipsplit', 'icon', 'icon-lab', '
|
|
2404
|
+
keywords: ['video-timeline-clip-split', 'videotimelineclipsplit', 'icon', 'icon-lab', 'split', 'clip', 'edit', 'enhance', 'video', 'timeline', 'trim'],
|
|
2385
2405
|
componentName: 'VideoTimelineClipSplitIcon',
|
|
2386
2406
|
package: '@atlaskit/icon-lab/core/video-timeline-clip-split',
|
|
2387
2407
|
type: 'core',
|
|
@@ -2391,7 +2411,7 @@ const metadata = {
|
|
|
2391
2411
|
status: 'published'
|
|
2392
2412
|
},
|
|
2393
2413
|
'video-timeline-editor': {
|
|
2394
|
-
keywords: ['video-timeline-editor', 'videotimelineeditor', 'icon', 'icon-lab', '
|
|
2414
|
+
keywords: ['video-timeline-editor', 'videotimelineeditor', 'icon', 'icon-lab', 'track', 'edit', 'video'],
|
|
2395
2415
|
componentName: 'VideoTimelineEditorIcon',
|
|
2396
2416
|
package: '@atlaskit/icon-lab/core/video-timeline-editor',
|
|
2397
2417
|
type: 'core',
|
|
@@ -2402,7 +2422,7 @@ const metadata = {
|
|
|
2402
2422
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
2403
2423
|
},
|
|
2404
2424
|
'video-watch-later-remove': {
|
|
2405
|
-
keywords: ['video-watch-later-remove', 'videowatchlaterremove', 'icon', 'icon-lab', '
|
|
2425
|
+
keywords: ['video-watch-later-remove', 'videowatchlaterremove', 'icon', 'icon-lab', 'bookmark', 'x', 'remove', 'cross'],
|
|
2406
2426
|
componentName: 'VideoWatchLaterRemoveIcon',
|
|
2407
2427
|
package: '@atlaskit/icon-lab/core/video-watch-later-remove',
|
|
2408
2428
|
type: 'core',
|
|
@@ -2412,7 +2432,7 @@ const metadata = {
|
|
|
2412
2432
|
status: 'published'
|
|
2413
2433
|
},
|
|
2414
2434
|
'video-watch-later-saved': {
|
|
2415
|
-
keywords: ['video-watch-later-saved', 'videowatchlatersaved', 'icon', 'icon-lab', '
|
|
2435
|
+
keywords: ['video-watch-later-saved', 'videowatchlatersaved', 'icon', 'icon-lab', 'bookmark', 'check', 'saved'],
|
|
2416
2436
|
componentName: 'VideoWatchLaterSavedIcon',
|
|
2417
2437
|
package: '@atlaskit/icon-lab/core/video-watch-later-saved',
|
|
2418
2438
|
type: 'core',
|
|
@@ -2422,7 +2442,7 @@ const metadata = {
|
|
|
2422
2442
|
status: 'published'
|
|
2423
2443
|
},
|
|
2424
2444
|
'view-type-board-home': {
|
|
2425
|
-
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', '
|
|
2445
|
+
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'board view', 'databases', 'home', 'default view'],
|
|
2426
2446
|
componentName: 'ViewTypeBoardHomeIcon',
|
|
2427
2447
|
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
2428
2448
|
type: 'core',
|
|
@@ -2432,7 +2452,7 @@ const metadata = {
|
|
|
2432
2452
|
status: 'published'
|
|
2433
2453
|
},
|
|
2434
2454
|
'view-type-card-home': {
|
|
2435
|
-
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', '
|
|
2455
|
+
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'card view', 'databases', 'home', 'default view'],
|
|
2436
2456
|
componentName: 'ViewTypeCardHomeIcon',
|
|
2437
2457
|
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
2438
2458
|
type: 'core',
|
|
@@ -2442,7 +2462,7 @@ const metadata = {
|
|
|
2442
2462
|
status: 'published'
|
|
2443
2463
|
},
|
|
2444
2464
|
'view-type-table-home': {
|
|
2445
|
-
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', '
|
|
2465
|
+
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'table view', 'databases', 'home', 'default view'],
|
|
2446
2466
|
componentName: 'ViewTypeTableHomeIcon',
|
|
2447
2467
|
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
2448
2468
|
type: 'core',
|
|
@@ -2452,7 +2472,7 @@ const metadata = {
|
|
|
2452
2472
|
status: 'published'
|
|
2453
2473
|
},
|
|
2454
2474
|
vulnerability: {
|
|
2455
|
-
keywords: ['vulnerability', 'icon', 'icon-lab', '
|
|
2475
|
+
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2456
2476
|
componentName: 'VulnerabilityIcon',
|
|
2457
2477
|
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
2458
2478
|
type: 'core',
|
|
@@ -2462,7 +2482,7 @@ const metadata = {
|
|
|
2462
2482
|
status: 'published'
|
|
2463
2483
|
},
|
|
2464
2484
|
wallet: {
|
|
2465
|
-
keywords: ['wallet', 'icon', 'icon-lab', '
|
|
2485
|
+
keywords: ['wallet', 'icon', 'icon-lab', 'money', 'sales', 'payment', 'wallet'],
|
|
2466
2486
|
componentName: 'WalletIcon',
|
|
2467
2487
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
2468
2488
|
type: 'core',
|
|
@@ -2472,7 +2492,7 @@ const metadata = {
|
|
|
2472
2492
|
status: 'published'
|
|
2473
2493
|
},
|
|
2474
2494
|
'warning-outline': {
|
|
2475
|
-
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', '
|
|
2495
|
+
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
|
|
2476
2496
|
componentName: 'WarningOutlineIcon',
|
|
2477
2497
|
package: '@atlaskit/icon-lab/core/warning-outline',
|
|
2478
2498
|
type: 'core',
|
|
@@ -2482,7 +2502,7 @@ const metadata = {
|
|
|
2482
2502
|
status: 'published'
|
|
2483
2503
|
},
|
|
2484
2504
|
webhook: {
|
|
2485
|
-
keywords: ['webhook', 'icon', 'icon-lab', '
|
|
2505
|
+
keywords: ['webhook', 'icon', 'icon-lab', 'api', 'callback', 'payload'],
|
|
2486
2506
|
componentName: 'WebhookIcon',
|
|
2487
2507
|
package: '@atlaskit/icon-lab/core/webhook',
|
|
2488
2508
|
type: 'core',
|
|
@@ -2493,7 +2513,7 @@ const metadata = {
|
|
|
2493
2513
|
slackChannel: '#help-automation-design'
|
|
2494
2514
|
},
|
|
2495
2515
|
'welcome-feed': {
|
|
2496
|
-
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', '
|
|
2516
|
+
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'welcome', 'hello', 'blog', 'smile', 'intro'],
|
|
2497
2517
|
componentName: 'WelcomeFeedIcon',
|
|
2498
2518
|
package: '@atlaskit/icon-lab/core/welcome-feed',
|
|
2499
2519
|
type: 'core',
|
|
@@ -2504,7 +2524,7 @@ const metadata = {
|
|
|
2504
2524
|
slackChannel: '#cc-insights-and-reporting'
|
|
2505
2525
|
},
|
|
2506
2526
|
'work-item-add': {
|
|
2507
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', '
|
|
2527
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2508
2528
|
componentName: 'WorkItemAddIcon',
|
|
2509
2529
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2510
2530
|
type: 'core',
|
|
@@ -2514,7 +2534,7 @@ const metadata = {
|
|
|
2514
2534
|
status: 'published'
|
|
2515
2535
|
},
|
|
2516
2536
|
'workflow-controls': {
|
|
2517
|
-
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', '
|
|
2537
|
+
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'orchestration'],
|
|
2518
2538
|
componentName: 'WorkflowControlsIcon',
|
|
2519
2539
|
package: '@atlaskit/icon-lab/core/workflow-controls',
|
|
2520
2540
|
type: 'core',
|
|
@@ -2525,7 +2545,7 @@ const metadata = {
|
|
|
2525
2545
|
slackChannel: '#help-automation-design'
|
|
2526
2546
|
},
|
|
2527
2547
|
wrench: {
|
|
2528
|
-
keywords: ['wrench', 'icon', 'icon-lab', '
|
|
2548
|
+
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2529
2549
|
componentName: 'WrenchIcon',
|
|
2530
2550
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
2531
2551
|
type: 'core',
|