@atlaskit/icon-lab 5.11.0 → 5.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/core/pipeline.d.ts +13 -0
- package/core/pipeline.js +29 -0
- package/core/plan.d.ts +13 -0
- package/core/plan.js +29 -0
- package/core/playlist-add.d.ts +13 -0
- package/core/playlist-add.js +29 -0
- package/core/playlist-added.d.ts +13 -0
- package/core/playlist-added.js +29 -0
- package/core/playlist-remove.d.ts +13 -0
- package/core/playlist-remove.js +29 -0
- package/core/playlist.d.ts +13 -0
- package/core/playlist.js +29 -0
- package/core/roadmaps-plan.d.ts +4 -1
- package/core/roadmaps-plan.js +2 -2
- package/core/roadmaps-service.d.ts +4 -1
- package/core/service.d.ts +13 -0
- package/core/service.js +29 -0
- package/core/status-workflow-cancelled.d.ts +13 -0
- package/core/status-workflow-cancelled.js +29 -0
- package/core/status-workflow-danger.d.ts +13 -0
- package/core/status-workflow-danger.js +29 -0
- package/core/status-workflow-in-progress.d.ts +13 -0
- package/core/status-workflow-in-progress.js +29 -0
- package/core/status-workflow-in-review.d.ts +13 -0
- package/core/status-workflow-in-review.js +29 -0
- package/core/status-workflow-inactive.d.ts +13 -0
- package/core/status-workflow-inactive.js +29 -0
- package/core/status-workflow-incomplete.d.ts +13 -0
- package/core/status-workflow-incomplete.js +29 -0
- package/core/status-workflow-paused.d.ts +13 -0
- package/core/status-workflow-paused.js +29 -0
- package/core/status-workflow-returned.d.ts +13 -0
- package/core/status-workflow-returned.js +29 -0
- package/core/status-workflow-scheduled.d.ts +13 -0
- package/core/status-workflow-scheduled.js +29 -0
- package/core/status-workflow-stopped.d.ts +13 -0
- package/core/status-workflow-stopped.js +29 -0
- package/core/status-workflow-success.d.ts +13 -0
- package/core/status-workflow-success.js +29 -0
- package/core/status-workflow-warning.d.ts +13 -0
- package/core/status-workflow-warning.js +29 -0
- package/dist/cjs/metadata-core.js +188 -297
- package/dist/cjs/migration-map.js +0 -2
- package/dist/es2019/metadata-core.js +188 -297
- package/dist/es2019/migration-map.js +0 -2
- package/dist/esm/metadata-core.js +188 -297
- package/dist/esm/migration-map.js +0 -2
- package/dist/types/metadata-core.d.ts +2 -8
- package/dist/types-ts4.5/metadata-core.d.ts +2 -8
- package/package.json +7 -7
- package/svgs/core/pipeline.svg +1 -0
- package/svgs/core/plan.svg +1 -0
- package/svgs/core/playlist-add.svg +1 -0
- package/svgs/core/playlist-added.svg +1 -0
- package/svgs/core/playlist-remove.svg +1 -0
- package/svgs/core/playlist.svg +1 -0
- package/svgs/core/service.svg +1 -0
- package/svgs/core/status-workflow-cancelled.svg +1 -0
- package/svgs/core/status-workflow-danger.svg +1 -0
- package/svgs/core/status-workflow-in-progress.svg +1 -0
- package/svgs/core/status-workflow-in-review.svg +1 -0
- package/svgs/core/status-workflow-inactive.svg +1 -0
- package/svgs/core/status-workflow-incomplete.svg +1 -0
- package/svgs/core/status-workflow-paused.svg +1 -0
- package/svgs/core/status-workflow-returned.svg +1 -0
- package/svgs/core/status-workflow-scheduled.svg +1 -0
- package/svgs/core/status-workflow-stopped.svg +1 -0
- package/svgs/core/status-workflow-success.svg +1 -0
- package/svgs/core/status-workflow-warning.svg +1 -0
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::3bf79e4e5b804e4c80a2e6bc819b14ee>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -18,7 +18,6 @@ var metadata = {
|
|
|
18
18
|
keywords: ['ai-generative-audio-briefing', 'aigenerativeaudiobriefing', 'icon', 'icon-lab', 'audio briefing', 'breifing', 'podcast', 'headphones', 'AI'],
|
|
19
19
|
componentName: 'AiGenerativeAudioBriefingIcon',
|
|
20
20
|
package: '@atlaskit/icon-lab/core/ai-generative-audio-briefing',
|
|
21
|
-
type: 'core',
|
|
22
21
|
categorization: 'single-purpose',
|
|
23
22
|
usage: 'Reserved for Audio Briefings, a new feature launching within Confluence to help people develop an expanded awareness on a topic by generating AI-powered podcasts about their work.',
|
|
24
23
|
team: 'Confluence AI Audio',
|
|
@@ -28,7 +27,6 @@ var metadata = {
|
|
|
28
27
|
keywords: ['ai-generative-chapters', 'aigenerativechapters', 'icon', 'icon-lab', 'book', 'AI', 'automation'],
|
|
29
28
|
componentName: 'AiGenerativeChaptersIcon',
|
|
30
29
|
package: '@atlaskit/icon-lab/core/ai-generative-chapters',
|
|
31
|
-
type: 'core',
|
|
32
30
|
categorization: 'single-purpose',
|
|
33
31
|
usage: 'Reserved for auto chapters functionality in Loom.',
|
|
34
32
|
team: 'Loom',
|
|
@@ -39,7 +37,6 @@ var metadata = {
|
|
|
39
37
|
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'broom', 'tidy', 'clean up'],
|
|
40
38
|
componentName: 'AiGenerativeCleanupIcon',
|
|
41
39
|
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
42
|
-
type: 'core',
|
|
43
40
|
categorization: 'single-purpose',
|
|
44
41
|
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
45
42
|
team: 'Design System Team',
|
|
@@ -50,7 +47,6 @@ var metadata = {
|
|
|
50
47
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'eraser', 'AI', 'automation'],
|
|
51
48
|
componentName: 'AiGenerativeRemoveIcon',
|
|
52
49
|
package: '@atlaskit/icon-lab/core/ai-generative-remove',
|
|
53
|
-
type: 'core',
|
|
54
50
|
categorization: 'single-purpose',
|
|
55
51
|
usage: 'Reserved for remove filler words functionality in Loom',
|
|
56
52
|
team: 'Loom',
|
|
@@ -61,7 +57,6 @@ var metadata = {
|
|
|
61
57
|
keywords: ['ai-generative-remove-silence', 'aigenerativeremovesilence', 'icon', 'icon-lab', 'empty', 'AI', 'automation', 'pauses', 'silences'],
|
|
62
58
|
componentName: 'AiGenerativeRemoveSilenceIcon',
|
|
63
59
|
package: '@atlaskit/icon-lab/core/ai-generative-remove-silence',
|
|
64
|
-
type: 'core',
|
|
65
60
|
categorization: 'single-purpose',
|
|
66
61
|
usage: 'Reserved for silence removal functionality in Loom',
|
|
67
62
|
team: 'Loom',
|
|
@@ -72,7 +67,6 @@ var metadata = {
|
|
|
72
67
|
keywords: ['ai-generative-text', 'aigenerativetext', 'icon', 'icon-lab', 'pencil', 'AI', 'automation'],
|
|
73
68
|
componentName: 'AiGenerativeTextIcon',
|
|
74
69
|
package: '@atlaskit/icon-lab/core/ai-generative-text',
|
|
75
|
-
type: 'core',
|
|
76
70
|
categorization: 'single-purpose',
|
|
77
71
|
usage: 'Reserved for auto draft functionality in Loom.',
|
|
78
72
|
team: 'Loom',
|
|
@@ -83,7 +77,6 @@ var metadata = {
|
|
|
83
77
|
keywords: ['ai-generative-text-title', 'aigenerativetexttitle', 'icon', 'icon-lab', 'text', 'AI', 'automation', 'header'],
|
|
84
78
|
componentName: 'AiGenerativeTextTitleIcon',
|
|
85
79
|
package: '@atlaskit/icon-lab/core/ai-generative-text-title',
|
|
86
|
-
type: 'core',
|
|
87
80
|
categorization: 'single-purpose',
|
|
88
81
|
usage: 'Reserved for auto titles functionality in Loom',
|
|
89
82
|
team: 'Loom',
|
|
@@ -94,7 +87,6 @@ var metadata = {
|
|
|
94
87
|
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'bottom', 'vertical'],
|
|
95
88
|
componentName: 'AlignContentBottomIcon',
|
|
96
89
|
package: '@atlaskit/icon-lab/core/align-content-bottom',
|
|
97
|
-
type: 'core',
|
|
98
90
|
categorization: 'multi-purpose',
|
|
99
91
|
usage: 'Used for aligning bottom edges of content in Whiteboards',
|
|
100
92
|
team: 'Whiteboards',
|
|
@@ -104,7 +96,6 @@ var metadata = {
|
|
|
104
96
|
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'center', 'middle', 'horizontal'],
|
|
105
97
|
componentName: 'AlignContentCenterHorizontalIcon',
|
|
106
98
|
package: '@atlaskit/icon-lab/core/align-content-center-horizontal',
|
|
107
|
-
type: 'core',
|
|
108
99
|
categorization: 'multi-purpose',
|
|
109
100
|
usage: 'Used for aligning horizontal centers of content in Whiteboards',
|
|
110
101
|
team: 'Whiteboards',
|
|
@@ -114,7 +105,6 @@ var metadata = {
|
|
|
114
105
|
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'center', 'vertical'],
|
|
115
106
|
componentName: 'AlignContentCenterVerticalIcon',
|
|
116
107
|
package: '@atlaskit/icon-lab/core/align-content-center-vertical',
|
|
117
|
-
type: 'core',
|
|
118
108
|
categorization: 'multi-purpose',
|
|
119
109
|
usage: 'Used for aligning vertical centers of content in Whiteboards',
|
|
120
110
|
team: 'Whiteboards',
|
|
@@ -124,7 +114,6 @@ var metadata = {
|
|
|
124
114
|
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'left', 'horizontal'],
|
|
125
115
|
componentName: 'AlignContentLeftIcon',
|
|
126
116
|
package: '@atlaskit/icon-lab/core/align-content-left',
|
|
127
|
-
type: 'core',
|
|
128
117
|
categorization: 'multi-purpose',
|
|
129
118
|
usage: 'Used for aligning left edges of content in Whiteboards',
|
|
130
119
|
team: 'Whiteboards',
|
|
@@ -134,7 +123,6 @@ var metadata = {
|
|
|
134
123
|
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'right', 'horizontal'],
|
|
135
124
|
componentName: 'AlignContentRightIcon',
|
|
136
125
|
package: '@atlaskit/icon-lab/core/align-content-right',
|
|
137
|
-
type: 'core',
|
|
138
126
|
categorization: 'multi-purpose',
|
|
139
127
|
usage: 'Used for aligning right edges of content in Whiteboards',
|
|
140
128
|
team: 'Whiteboards',
|
|
@@ -144,7 +132,6 @@ var metadata = {
|
|
|
144
132
|
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'top', 'vertical'],
|
|
145
133
|
componentName: 'AlignContentTopIcon',
|
|
146
134
|
package: '@atlaskit/icon-lab/core/align-content-top',
|
|
147
|
-
type: 'core',
|
|
148
135
|
categorization: 'multi-purpose',
|
|
149
136
|
usage: 'Used for aligning top edges of content in Whiteboards',
|
|
150
137
|
team: 'Whiteboards',
|
|
@@ -154,7 +141,6 @@ var metadata = {
|
|
|
154
141
|
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', 'align', 'alignment', 'middle', 'text position', 'bottom', 'vertical'],
|
|
155
142
|
componentName: 'AlignPositionBottomIcon',
|
|
156
143
|
package: '@atlaskit/icon-lab/core/align-position-bottom',
|
|
157
|
-
type: 'core',
|
|
158
144
|
categorization: 'multi-purpose',
|
|
159
145
|
usage: 'Bottom-aligned text position within sticky notes in Whiteboards.',
|
|
160
146
|
team: 'Whiteboards',
|
|
@@ -164,7 +150,6 @@ var metadata = {
|
|
|
164
150
|
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', 'align', 'alignment', 'middle', 'center', 'text position', 'vertical'],
|
|
165
151
|
componentName: 'AlignPositionCenterVerticalIcon',
|
|
166
152
|
package: '@atlaskit/icon-lab/core/align-position-center-vertical',
|
|
167
|
-
type: 'core',
|
|
168
153
|
categorization: 'multi-purpose',
|
|
169
154
|
usage: 'Center-aligned text position within sticky notes in Whiteboards.',
|
|
170
155
|
team: 'Whiteboards',
|
|
@@ -174,7 +159,6 @@ var metadata = {
|
|
|
174
159
|
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', 'align', 'alignment', 'top edge', 'text position', 'vertical'],
|
|
175
160
|
componentName: 'AlignPositionTopIcon',
|
|
176
161
|
package: '@atlaskit/icon-lab/core/align-position-top',
|
|
177
|
-
type: 'core',
|
|
178
162
|
categorization: 'multi-purpose',
|
|
179
163
|
usage: 'Top-aligned text position within sticky notes in Whiteboards.',
|
|
180
164
|
team: 'Whiteboards',
|
|
@@ -184,7 +168,6 @@ var metadata = {
|
|
|
184
168
|
keywords: ['arrow-curved-down-left', 'arrowcurveddownleft', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
185
169
|
componentName: 'ArrowCurvedDownLeftIcon',
|
|
186
170
|
package: '@atlaskit/icon-lab/core/arrow-curved-down-left',
|
|
187
|
-
type: 'core',
|
|
188
171
|
categorization: 'multi-purpose',
|
|
189
172
|
team: 'Design System Team',
|
|
190
173
|
status: 'published'
|
|
@@ -193,7 +176,6 @@ var metadata = {
|
|
|
193
176
|
keywords: ['arrow-curved-down-right', 'arrowcurveddownright', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
194
177
|
componentName: 'ArrowCurvedDownRightIcon',
|
|
195
178
|
package: '@atlaskit/icon-lab/core/arrow-curved-down-right',
|
|
196
|
-
type: 'core',
|
|
197
179
|
categorization: 'multi-purpose',
|
|
198
180
|
team: 'Design System Team',
|
|
199
181
|
status: 'published'
|
|
@@ -202,7 +184,6 @@ var metadata = {
|
|
|
202
184
|
keywords: ['arrow-curved-left-down', 'arrowcurvedleftdown', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
203
185
|
componentName: 'ArrowCurvedLeftDownIcon',
|
|
204
186
|
package: '@atlaskit/icon-lab/core/arrow-curved-left-down',
|
|
205
|
-
type: 'core',
|
|
206
187
|
categorization: 'multi-purpose',
|
|
207
188
|
team: 'Design System Team',
|
|
208
189
|
status: 'published'
|
|
@@ -211,7 +192,6 @@ var metadata = {
|
|
|
211
192
|
keywords: ['arrow-curved-left-up', 'arrowcurvedleftup', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
212
193
|
componentName: 'ArrowCurvedLeftUpIcon',
|
|
213
194
|
package: '@atlaskit/icon-lab/core/arrow-curved-left-up',
|
|
214
|
-
type: 'core',
|
|
215
195
|
categorization: 'multi-purpose',
|
|
216
196
|
team: 'Design System Team',
|
|
217
197
|
status: 'published'
|
|
@@ -220,7 +200,6 @@ var metadata = {
|
|
|
220
200
|
keywords: ['arrow-curved-right-down', 'arrowcurvedrightdown', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
221
201
|
componentName: 'ArrowCurvedRightDownIcon',
|
|
222
202
|
package: '@atlaskit/icon-lab/core/arrow-curved-right-down',
|
|
223
|
-
type: 'core',
|
|
224
203
|
categorization: 'multi-purpose',
|
|
225
204
|
team: 'Design System Team',
|
|
226
205
|
status: 'published'
|
|
@@ -229,7 +208,6 @@ var metadata = {
|
|
|
229
208
|
keywords: ['arrow-curved-right-up', 'arrowcurvedrightup', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
230
209
|
componentName: 'ArrowCurvedRightUpIcon',
|
|
231
210
|
package: '@atlaskit/icon-lab/core/arrow-curved-right-up',
|
|
232
|
-
type: 'core',
|
|
233
211
|
categorization: 'multi-purpose',
|
|
234
212
|
team: 'Design System Team',
|
|
235
213
|
status: 'published'
|
|
@@ -238,7 +216,6 @@ var metadata = {
|
|
|
238
216
|
keywords: ['arrow-curved-up-left', 'arrowcurvedupleft', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
239
217
|
componentName: 'ArrowCurvedUpLeftIcon',
|
|
240
218
|
package: '@atlaskit/icon-lab/core/arrow-curved-up-left',
|
|
241
|
-
type: 'core',
|
|
242
219
|
categorization: 'multi-purpose',
|
|
243
220
|
team: 'Design System Team',
|
|
244
221
|
status: 'published'
|
|
@@ -247,7 +224,6 @@ var metadata = {
|
|
|
247
224
|
keywords: ['arrow-curved-up-right', 'arrowcurvedupright', 'icon', 'icon-lab', 'arrow', 'curved', 'turn', 'rotate', 'corner'],
|
|
248
225
|
componentName: 'ArrowCurvedUpRightIcon',
|
|
249
226
|
package: '@atlaskit/icon-lab/core/arrow-curved-up-right',
|
|
250
|
-
type: 'core',
|
|
251
227
|
categorization: 'multi-purpose',
|
|
252
228
|
team: 'Design System Team',
|
|
253
229
|
status: 'published'
|
|
@@ -256,7 +232,6 @@ var metadata = {
|
|
|
256
232
|
keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
|
|
257
233
|
componentName: 'ArrowEndIcon',
|
|
258
234
|
package: '@atlaskit/icon-lab/core/arrow-end',
|
|
259
|
-
type: 'core',
|
|
260
235
|
categorization: 'multi-purpose',
|
|
261
236
|
usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
|
|
262
237
|
team: 'Strategy Collection',
|
|
@@ -267,7 +242,6 @@ var metadata = {
|
|
|
267
242
|
keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
|
|
268
243
|
componentName: 'ArrowStartIcon',
|
|
269
244
|
package: '@atlaskit/icon-lab/core/arrow-start',
|
|
270
|
-
type: 'core',
|
|
271
245
|
categorization: 'multi-purpose',
|
|
272
246
|
usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
|
|
273
247
|
team: 'Strategy Collection',
|
|
@@ -278,7 +252,6 @@ var metadata = {
|
|
|
278
252
|
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
279
253
|
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
280
254
|
package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
|
|
281
|
-
type: 'core',
|
|
282
255
|
categorization: 'multi-purpose',
|
|
283
256
|
usage: 'Used within Jira Pages to connect or switch to a Space or page.',
|
|
284
257
|
team: 'Confluence Integrations',
|
|
@@ -288,7 +261,6 @@ var metadata = {
|
|
|
288
261
|
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
289
262
|
componentName: 'AssetsDataManagerIcon',
|
|
290
263
|
package: '@atlaskit/icon-lab/core/assets-data-manager',
|
|
291
|
-
type: 'core',
|
|
292
264
|
categorization: 'single-purpose',
|
|
293
265
|
usage: 'Reserved for JSM Assets.',
|
|
294
266
|
team: 'Assets',
|
|
@@ -298,7 +270,6 @@ var metadata = {
|
|
|
298
270
|
keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'assets', 'graph'],
|
|
299
271
|
componentName: 'AssetsGraphIcon',
|
|
300
272
|
package: '@atlaskit/icon-lab/core/assets-graph',
|
|
301
|
-
type: 'core',
|
|
302
273
|
categorization: 'single-purpose',
|
|
303
274
|
usage: 'Reserved for representing Assets graph',
|
|
304
275
|
team: 'Assets',
|
|
@@ -308,7 +279,6 @@ var metadata = {
|
|
|
308
279
|
keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
|
|
309
280
|
componentName: 'AssetsObjectIcon',
|
|
310
281
|
package: '@atlaskit/icon-lab/core/assets-object',
|
|
311
|
-
type: 'core',
|
|
312
282
|
categorization: 'single-purpose',
|
|
313
283
|
usage: 'Reserved for representing objects in Assets.',
|
|
314
284
|
team: 'Assets',
|
|
@@ -318,7 +288,6 @@ var metadata = {
|
|
|
318
288
|
keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
|
|
319
289
|
componentName: 'AssetsObjectTypeIcon',
|
|
320
290
|
package: '@atlaskit/icon-lab/core/assets-object-type',
|
|
321
|
-
type: 'core',
|
|
322
291
|
categorization: 'single-purpose',
|
|
323
292
|
usage: 'Reserved for representing object types in Assets.',
|
|
324
293
|
team: 'Assets',
|
|
@@ -328,7 +297,6 @@ var metadata = {
|
|
|
328
297
|
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
|
|
329
298
|
componentName: 'AssetsSchemaIcon',
|
|
330
299
|
package: '@atlaskit/icon-lab/core/assets-schema',
|
|
331
|
-
type: 'core',
|
|
332
300
|
categorization: 'single-purpose',
|
|
333
301
|
usage: 'Reserved for representing schema in Assets.',
|
|
334
302
|
team: 'Assets',
|
|
@@ -338,7 +306,6 @@ var metadata = {
|
|
|
338
306
|
keywords: ['atom', 'icon', 'icon-lab', 'atom', 'molecule', 'atomic design'],
|
|
339
307
|
componentName: 'AtomIcon',
|
|
340
308
|
package: '@atlaskit/icon-lab/core/atom',
|
|
341
|
-
type: 'core',
|
|
342
309
|
categorization: 'multi-purpose',
|
|
343
310
|
team: 'Design System Team',
|
|
344
311
|
status: 'published',
|
|
@@ -348,7 +315,6 @@ var metadata = {
|
|
|
348
315
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
349
316
|
componentName: 'AudioWaveformIcon',
|
|
350
317
|
package: '@atlaskit/icon-lab/core/audio-waveform',
|
|
351
|
-
type: 'core',
|
|
352
318
|
categorization: 'multi-purpose',
|
|
353
319
|
usage: 'Known uses: show waveform editor in Loom.',
|
|
354
320
|
team: 'Loom',
|
|
@@ -358,7 +324,6 @@ var metadata = {
|
|
|
358
324
|
keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
|
|
359
325
|
componentName: 'BeachUmbrellaIcon',
|
|
360
326
|
package: '@atlaskit/icon-lab/core/beach-umbrella',
|
|
361
|
-
type: 'core',
|
|
362
327
|
categorization: 'multi-purpose',
|
|
363
328
|
usage: 'User-selectable icon choice for calendars',
|
|
364
329
|
team: 'Growth Buy',
|
|
@@ -368,7 +333,6 @@ var metadata = {
|
|
|
368
333
|
keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
|
|
369
334
|
componentName: 'BlastRadiusIcon',
|
|
370
335
|
package: '@atlaskit/icon-lab/core/blast-radius',
|
|
371
|
-
type: 'core',
|
|
372
336
|
categorization: 'single-purpose',
|
|
373
337
|
usage: 'Reserved for representing blast radius in Object Graph.',
|
|
374
338
|
team: 'JSM',
|
|
@@ -378,7 +342,6 @@ var metadata = {
|
|
|
378
342
|
keywords: ['block-synced', 'blocksynced', 'icon', 'icon-lab', 'sync', 'synced', 'content block', 'snippet'],
|
|
379
343
|
componentName: 'BlockSyncedIcon',
|
|
380
344
|
package: '@atlaskit/icon-lab/core/block-synced',
|
|
381
|
-
type: 'core',
|
|
382
345
|
categorization: 'single-purpose',
|
|
383
346
|
usage: 'Reserved for syncing content blocks in Editor experiences.',
|
|
384
347
|
team: 'Editor Platform',
|
|
@@ -388,7 +351,6 @@ var metadata = {
|
|
|
388
351
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
389
352
|
componentName: 'BluetoothIcon',
|
|
390
353
|
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
391
|
-
type: 'core',
|
|
392
354
|
categorization: 'single-purpose',
|
|
393
355
|
usage: 'Reserved for Bluetooth',
|
|
394
356
|
team: 'Design System Team',
|
|
@@ -399,7 +361,6 @@ var metadata = {
|
|
|
399
361
|
keywords: ['blur', 'icon', 'icon-lab'],
|
|
400
362
|
componentName: 'BlurIcon',
|
|
401
363
|
package: '@atlaskit/icon-lab/core/blur',
|
|
402
|
-
type: 'core',
|
|
403
364
|
categorization: 'single-purpose',
|
|
404
365
|
usage: 'Reserved for blurring an element in Loom',
|
|
405
366
|
team: 'Loom',
|
|
@@ -410,7 +371,6 @@ var metadata = {
|
|
|
410
371
|
keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'book', 'knowledgebase article'],
|
|
411
372
|
componentName: 'BookOpenIcon',
|
|
412
373
|
package: '@atlaskit/icon-lab/core/book-open',
|
|
413
|
-
type: 'core',
|
|
414
374
|
categorization: 'multi-purpose',
|
|
415
375
|
usage: 'Known uses: None',
|
|
416
376
|
team: 'Design System Team',
|
|
@@ -420,7 +380,6 @@ var metadata = {
|
|
|
420
380
|
keywords: ['boolean', 'icon', 'icon-lab', 'true', 'false', 'binary', 'boolean', 'on', 'off'],
|
|
421
381
|
componentName: 'BooleanIcon',
|
|
422
382
|
package: '@atlaskit/icon-lab/core/boolean',
|
|
423
|
-
type: 'core',
|
|
424
383
|
categorization: 'single-purpose',
|
|
425
384
|
usage: 'Reserved for representing boolean data types and operations.',
|
|
426
385
|
team: 'Data Experiences (AVP)',
|
|
@@ -430,7 +389,6 @@ var metadata = {
|
|
|
430
389
|
keywords: ['browser-extension', 'browserextension', 'icon', 'icon-lab', 'extension', 'puzzle piece', 'add on', 'jigsaw', 'chrome web store'],
|
|
431
390
|
componentName: 'BrowserExtensionIcon',
|
|
432
391
|
package: '@atlaskit/icon-lab/core/browser-extension',
|
|
433
|
-
type: 'core',
|
|
434
392
|
categorization: 'single-purpose',
|
|
435
393
|
usage: 'Reserved for chrome extensions',
|
|
436
394
|
team: 'Loom',
|
|
@@ -441,7 +399,6 @@ var metadata = {
|
|
|
441
399
|
keywords: ['calculate', 'icon', 'icon-lab', 'Calculate', 'databases', 'summation'],
|
|
442
400
|
componentName: 'CalculateIcon',
|
|
443
401
|
package: '@atlaskit/icon-lab/core/calculate',
|
|
444
|
-
type: 'core',
|
|
445
402
|
categorization: 'single-purpose',
|
|
446
403
|
usage: 'Calculate for databases',
|
|
447
404
|
team: 'Databases',
|
|
@@ -451,7 +408,6 @@ var metadata = {
|
|
|
451
408
|
keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', 'chart', 'area', 'analytics', 'graph'],
|
|
452
409
|
componentName: 'ChartAreaIcon',
|
|
453
410
|
package: '@atlaskit/icon-lab/core/chart-area',
|
|
454
|
-
type: 'core',
|
|
455
411
|
categorization: 'multi-purpose',
|
|
456
412
|
usage: 'Known uses: Area charts',
|
|
457
413
|
team: 'Data Experiences',
|
|
@@ -461,7 +417,6 @@ var metadata = {
|
|
|
461
417
|
keywords: ['chart-bar-line', 'chartbarline', 'icon', 'icon-lab', 'chart', 'bar', 'line', 'trend', 'graph', 'analytics'],
|
|
462
418
|
componentName: 'ChartBarLineIcon',
|
|
463
419
|
package: '@atlaskit/icon-lab/core/chart-bar-line',
|
|
464
|
-
type: 'core',
|
|
465
420
|
categorization: 'multi-purpose',
|
|
466
421
|
usage: 'Known uses: Bar charts with trend lines',
|
|
467
422
|
team: 'Data Experiences',
|
|
@@ -471,7 +426,6 @@ var metadata = {
|
|
|
471
426
|
keywords: ['chart-box-plot', 'chartboxplot', 'icon', 'icon-lab', 'chart', 'box plot', 'whisker', 'distribution', 'quartile', 'analytics'],
|
|
472
427
|
componentName: 'ChartBoxPlotIcon',
|
|
473
428
|
package: '@atlaskit/icon-lab/core/chart-box-plot',
|
|
474
|
-
type: 'core',
|
|
475
429
|
categorization: 'multi-purpose',
|
|
476
430
|
usage: 'Known uses: Box plot charts',
|
|
477
431
|
team: 'Data Experiences',
|
|
@@ -481,7 +435,6 @@ var metadata = {
|
|
|
481
435
|
keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
|
|
482
436
|
componentName: 'ChartBulletIcon',
|
|
483
437
|
package: '@atlaskit/icon-lab/core/chart-bullet',
|
|
484
|
-
type: 'core',
|
|
485
438
|
categorization: 'multi-purpose',
|
|
486
439
|
usage: 'Known uses: Bullet charts or graphs',
|
|
487
440
|
team: 'Data Experiences',
|
|
@@ -491,7 +444,6 @@ var metadata = {
|
|
|
491
444
|
keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
|
|
492
445
|
componentName: 'ChartExtrapolateIcon',
|
|
493
446
|
package: '@atlaskit/icon-lab/core/chart-extrapolate',
|
|
494
|
-
type: 'core',
|
|
495
447
|
categorization: 'multi-purpose',
|
|
496
448
|
usage: 'Known uses: Chart trend extrapolation in Analytics.',
|
|
497
449
|
team: 'Data Experiences',
|
|
@@ -501,7 +453,6 @@ var metadata = {
|
|
|
501
453
|
keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
|
|
502
454
|
componentName: 'ChartFunnelIcon',
|
|
503
455
|
package: '@atlaskit/icon-lab/core/chart-funnel',
|
|
504
|
-
type: 'core',
|
|
505
456
|
categorization: 'multi-purpose',
|
|
506
457
|
usage: 'Known uses: Chart funnels',
|
|
507
458
|
team: 'Data Experiences',
|
|
@@ -511,7 +462,6 @@ var metadata = {
|
|
|
511
462
|
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
|
|
512
463
|
componentName: 'ChartScatterPlotIcon',
|
|
513
464
|
package: '@atlaskit/icon-lab/core/chart-scatter-plot',
|
|
514
|
-
type: 'core',
|
|
515
465
|
categorization: 'multi-purpose',
|
|
516
466
|
usage: 'Known uses: Scatter plot chart',
|
|
517
467
|
team: 'Data Experiences',
|
|
@@ -521,7 +471,6 @@ var metadata = {
|
|
|
521
471
|
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
522
472
|
componentName: 'CloudOfflineIcon',
|
|
523
473
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
524
|
-
type: 'core',
|
|
525
474
|
categorization: 'single-purpose',
|
|
526
475
|
usage: "Reserved for showing when a connection can\'t be established to the cloud.",
|
|
527
476
|
team: 'Content Types',
|
|
@@ -531,7 +480,6 @@ var metadata = {
|
|
|
531
480
|
keywords: ['cloud-saved', 'cloudsaved', 'icon', 'icon-lab', 'cloud', 'check mark', 'saved', 'success'],
|
|
532
481
|
componentName: 'CloudSavedIcon',
|
|
533
482
|
package: '@atlaskit/icon-lab/core/cloud-saved',
|
|
534
|
-
type: 'core',
|
|
535
483
|
categorization: 'single-purpose',
|
|
536
484
|
usage: 'Reserved for showing saved status after successful cloud synchronisation.',
|
|
537
485
|
team: 'Content Types',
|
|
@@ -541,7 +489,6 @@ var metadata = {
|
|
|
541
489
|
keywords: ['coins', 'icon', 'icon-lab', 'money', 'loose change', 'currency'],
|
|
542
490
|
componentName: 'CoinsIcon',
|
|
543
491
|
package: '@atlaskit/icon-lab/core/coins',
|
|
544
|
-
type: 'core',
|
|
545
492
|
categorization: 'multi-purpose',
|
|
546
493
|
usage: 'Multi purpose',
|
|
547
494
|
team: 'Design System Team',
|
|
@@ -551,7 +498,6 @@ var metadata = {
|
|
|
551
498
|
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
|
|
552
499
|
componentName: 'ColourNoneIcon',
|
|
553
500
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
554
|
-
type: 'core',
|
|
555
501
|
categorization: 'single-purpose',
|
|
556
502
|
usage: "Remove colours from Whiteboard\'s colour picker",
|
|
557
503
|
team: 'Whiteboards',
|
|
@@ -561,7 +507,6 @@ var metadata = {
|
|
|
561
507
|
keywords: ['compare', 'icon', 'icon-lab', 'compare', 'git', 'bitbucket', 'diff'],
|
|
562
508
|
componentName: 'CompareIcon',
|
|
563
509
|
package: '@atlaskit/icon-lab/core/compare',
|
|
564
|
-
type: 'core',
|
|
565
510
|
categorization: 'single-purpose',
|
|
566
511
|
usage: 'Reserved for compare functionality in Bitbucket.',
|
|
567
512
|
team: 'Bitbucket',
|
|
@@ -571,7 +516,6 @@ var metadata = {
|
|
|
571
516
|
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'compass', 'calipers', 'divider'],
|
|
572
517
|
componentName: 'CompassHingedIcon',
|
|
573
518
|
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
574
|
-
type: 'core',
|
|
575
519
|
categorization: 'multi-purpose',
|
|
576
520
|
team: 'Design System Team',
|
|
577
521
|
status: 'published',
|
|
@@ -581,7 +525,6 @@ var metadata = {
|
|
|
581
525
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab'],
|
|
582
526
|
componentName: 'ContinueWhenIcon',
|
|
583
527
|
package: '@atlaskit/icon-lab/core/continue-when',
|
|
584
|
-
type: 'core',
|
|
585
528
|
categorization: 'single-purpose',
|
|
586
529
|
usage: 'Reserved for continue when delay in automation.',
|
|
587
530
|
team: 'Automation',
|
|
@@ -592,7 +535,6 @@ var metadata = {
|
|
|
592
535
|
keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'cross', 'stop', 'block', 'octagon'],
|
|
593
536
|
componentName: 'CrossOctagonIcon',
|
|
594
537
|
package: '@atlaskit/icon-lab/core/cross-octagon',
|
|
595
|
-
type: 'core',
|
|
596
538
|
categorization: 'multi-purpose',
|
|
597
539
|
usage: 'Multi purpose',
|
|
598
540
|
team: 'Design System Team',
|
|
@@ -602,7 +544,6 @@ var metadata = {
|
|
|
602
544
|
keywords: ['cursor', 'icon', 'icon-lab', 'Whiteboards', 'Cursor'],
|
|
603
545
|
componentName: 'CursorIcon',
|
|
604
546
|
package: '@atlaskit/icon-lab/core/cursor',
|
|
605
|
-
type: 'core',
|
|
606
547
|
categorization: 'multi-purpose',
|
|
607
548
|
usage: 'Selecting the cursor in Whiteboards',
|
|
608
549
|
team: 'Whiteboards',
|
|
@@ -612,7 +553,6 @@ var metadata = {
|
|
|
612
553
|
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
613
554
|
componentName: 'CursorStrikethroughIcon',
|
|
614
555
|
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
615
|
-
type: 'core',
|
|
616
556
|
categorization: 'multi-purpose',
|
|
617
557
|
usage: 'Hide collaborator cursors in the Whiteboard',
|
|
618
558
|
team: 'Whiteboards',
|
|
@@ -622,7 +562,6 @@ var metadata = {
|
|
|
622
562
|
keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
|
|
623
563
|
componentName: 'DashDoubleIcon',
|
|
624
564
|
package: '@atlaskit/icon-lab/core/dash-double',
|
|
625
|
-
type: 'core',
|
|
626
565
|
categorization: 'multi-purpose',
|
|
627
566
|
usage: 'Known uses: representing no change or keeping a value as-is.',
|
|
628
567
|
team: 'Strategy Collection',
|
|
@@ -633,7 +572,6 @@ var metadata = {
|
|
|
633
572
|
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
634
573
|
componentName: 'DataBucketIcon',
|
|
635
574
|
package: '@atlaskit/icon-lab/core/data-bucket',
|
|
636
|
-
type: 'core',
|
|
637
575
|
categorization: 'single-purpose',
|
|
638
576
|
usage: 'Reserved for bucketing data.',
|
|
639
577
|
team: 'Data Experiences',
|
|
@@ -643,7 +581,6 @@ var metadata = {
|
|
|
643
581
|
keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
|
|
644
582
|
componentName: 'DataFormulaIcon',
|
|
645
583
|
package: '@atlaskit/icon-lab/core/data-formula',
|
|
646
|
-
type: 'core',
|
|
647
584
|
categorization: 'single-purpose',
|
|
648
585
|
usage: 'Reserved for data formulas.',
|
|
649
586
|
team: 'Data experiences',
|
|
@@ -653,7 +590,6 @@ var metadata = {
|
|
|
653
590
|
keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
|
|
654
591
|
componentName: 'DataFunctionIcon',
|
|
655
592
|
package: '@atlaskit/icon-lab/core/data-function',
|
|
656
|
-
type: 'core',
|
|
657
593
|
categorization: 'single-purpose',
|
|
658
594
|
usage: 'Reserved for data functions.',
|
|
659
595
|
team: 'Data Experiences',
|
|
@@ -663,7 +599,6 @@ var metadata = {
|
|
|
663
599
|
keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
|
|
664
600
|
componentName: 'DataPivotIcon',
|
|
665
601
|
package: '@atlaskit/icon-lab/core/data-pivot',
|
|
666
|
-
type: 'core',
|
|
667
602
|
categorization: 'single-purpose',
|
|
668
603
|
usage: 'Reserved for pivoting data.',
|
|
669
604
|
team: 'Data Experiences',
|
|
@@ -673,7 +608,6 @@ var metadata = {
|
|
|
673
608
|
keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
|
|
674
609
|
componentName: 'DataTransposeIcon',
|
|
675
610
|
package: '@atlaskit/icon-lab/core/data-transpose',
|
|
676
|
-
type: 'core',
|
|
677
611
|
categorization: 'single-purpose',
|
|
678
612
|
usage: 'Reserved for transposing data.',
|
|
679
613
|
team: 'Data Experiences',
|
|
@@ -683,7 +617,6 @@ var metadata = {
|
|
|
683
617
|
keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
|
|
684
618
|
componentName: 'DataUnpivotIcon',
|
|
685
619
|
package: '@atlaskit/icon-lab/core/data-unpivot',
|
|
686
|
-
type: 'core',
|
|
687
620
|
categorization: 'single-purpose',
|
|
688
621
|
usage: 'Reserved for unpivoting data.',
|
|
689
622
|
team: 'Data Experiences',
|
|
@@ -693,7 +626,6 @@ var metadata = {
|
|
|
693
626
|
keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
|
|
694
627
|
componentName: 'DataVisualizationHeatmapIcon',
|
|
695
628
|
package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
|
|
696
|
-
type: 'core',
|
|
697
629
|
categorization: 'single-purpose',
|
|
698
630
|
usage: 'Reserved for representing heatmap data visualizations.',
|
|
699
631
|
team: 'Data Experiences',
|
|
@@ -703,7 +635,6 @@ var metadata = {
|
|
|
703
635
|
keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
|
|
704
636
|
componentName: 'DataVisualizationMetricIcon',
|
|
705
637
|
package: '@atlaskit/icon-lab/core/data-visualization-metric',
|
|
706
|
-
type: 'core',
|
|
707
638
|
categorization: 'single-purpose',
|
|
708
639
|
usage: 'Reserved for single data indicator or metric visualizations.',
|
|
709
640
|
team: 'Data Experiences',
|
|
@@ -713,7 +644,6 @@ var metadata = {
|
|
|
713
644
|
keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
|
|
714
645
|
componentName: 'DataZeroFillIcon',
|
|
715
646
|
package: '@atlaskit/icon-lab/core/data-zero-fill',
|
|
716
|
-
type: 'core',
|
|
717
647
|
categorization: 'single-purpose',
|
|
718
648
|
usage: 'Reserved for replacing empty data fields with zero.',
|
|
719
649
|
team: 'Data Experiences',
|
|
@@ -723,7 +653,6 @@ var metadata = {
|
|
|
723
653
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
|
|
724
654
|
componentName: 'DatabaseStorageIcon',
|
|
725
655
|
package: '@atlaskit/icon-lab/core/database-storage',
|
|
726
|
-
type: 'core',
|
|
727
656
|
categorization: 'multi-purpose',
|
|
728
657
|
usage: 'Known uses: SQL database in Developer Console',
|
|
729
658
|
team: 'Ecosystem',
|
|
@@ -734,7 +663,6 @@ var metadata = {
|
|
|
734
663
|
keywords: ['database-storage-cache', 'databasestoragecache', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql', 'cache'],
|
|
735
664
|
componentName: 'DatabaseStorageCacheIcon',
|
|
736
665
|
package: '@atlaskit/icon-lab/core/database-storage-cache',
|
|
737
|
-
type: 'core',
|
|
738
666
|
categorization: 'multi-purpose',
|
|
739
667
|
usage: 'Known uses: Storage cache in Developer Console.',
|
|
740
668
|
team: 'Ecosystem',
|
|
@@ -745,7 +673,6 @@ var metadata = {
|
|
|
745
673
|
keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'diagram', 'symbol', 'action'],
|
|
746
674
|
componentName: 'DiagramSymbolActionIcon',
|
|
747
675
|
package: '@atlaskit/icon-lab/core/diagram-symbol-action',
|
|
748
|
-
type: 'core',
|
|
749
676
|
categorization: 'single-purpose',
|
|
750
677
|
usage: 'Reserved for action diagram symbol.',
|
|
751
678
|
team: 'Whiteboards',
|
|
@@ -755,7 +682,6 @@ var metadata = {
|
|
|
755
682
|
keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'alternate process'],
|
|
756
683
|
componentName: 'DiagramSymbolAlternateProcessIcon',
|
|
757
684
|
package: '@atlaskit/icon-lab/core/diagram-symbol-alternate-process',
|
|
758
|
-
type: 'core',
|
|
759
685
|
categorization: 'single-purpose',
|
|
760
686
|
usage: 'Reserved for alternate process diagram symbol.',
|
|
761
687
|
team: 'Whiteboards',
|
|
@@ -765,7 +691,6 @@ var metadata = {
|
|
|
765
691
|
keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'diagram', 'symbol', 'collate'],
|
|
766
692
|
componentName: 'DiagramSymbolCollateIcon',
|
|
767
693
|
package: '@atlaskit/icon-lab/core/diagram-symbol-collate',
|
|
768
|
-
type: 'core',
|
|
769
694
|
categorization: 'single-purpose',
|
|
770
695
|
usage: 'Reserved for collate diagram symbol.',
|
|
771
696
|
team: 'Whiteboards',
|
|
@@ -775,7 +700,6 @@ var metadata = {
|
|
|
775
700
|
keywords: ['diagram-symbol-comment-left', 'diagramsymbolcommentleft', 'icon', 'icon-lab', 'comment', 'left', 'diagram', 'symbol'],
|
|
776
701
|
componentName: 'DiagramSymbolCommentLeftIcon',
|
|
777
702
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-left',
|
|
778
|
-
type: 'core',
|
|
779
703
|
categorization: 'single-purpose',
|
|
780
704
|
usage: 'Reserved for comment left diagram symbol.',
|
|
781
705
|
team: 'Whiteboards',
|
|
@@ -785,7 +709,6 @@ var metadata = {
|
|
|
785
709
|
keywords: ['diagram-symbol-comment-right', 'diagramsymbolcommentright', 'icon', 'icon-lab', 'comment', 'right', 'diagram', 'symbol'],
|
|
786
710
|
componentName: 'DiagramSymbolCommentRightIcon',
|
|
787
711
|
package: '@atlaskit/icon-lab/core/diagram-symbol-comment-right',
|
|
788
|
-
type: 'core',
|
|
789
712
|
categorization: 'single-purpose',
|
|
790
713
|
usage: 'Reserved for comment right diagram symbol.',
|
|
791
714
|
team: 'Whiteboards',
|
|
@@ -795,7 +718,6 @@ var metadata = {
|
|
|
795
718
|
keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', 'off-page', 'diagram', 'symbol', 'connector'],
|
|
796
719
|
componentName: 'DiagramSymbolConnectorOffPageIcon',
|
|
797
720
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-off-page',
|
|
798
|
-
type: 'core',
|
|
799
721
|
categorization: 'single-purpose',
|
|
800
722
|
usage: 'Reserved for off-page connector diagram symbol.',
|
|
801
723
|
team: 'Whiteboards',
|
|
@@ -805,7 +727,6 @@ var metadata = {
|
|
|
805
727
|
keywords: ['diagram-symbol-connector-on-page', 'diagramsymbolconnectoronpage', 'icon', 'icon-lab', 'diagram', 'symbol', 'on-page', 'connector'],
|
|
806
728
|
componentName: 'DiagramSymbolConnectorOnPageIcon',
|
|
807
729
|
package: '@atlaskit/icon-lab/core/diagram-symbol-connector-on-page',
|
|
808
|
-
type: 'core',
|
|
809
730
|
categorization: 'single-purpose',
|
|
810
731
|
usage: 'Reserved for on-page connector diagram symbol.',
|
|
811
732
|
team: 'Whiteboards',
|
|
@@ -815,7 +736,6 @@ var metadata = {
|
|
|
815
736
|
keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'diagram', 'symbol', 'database'],
|
|
816
737
|
componentName: 'DiagramSymbolDatabaseIcon',
|
|
817
738
|
package: '@atlaskit/icon-lab/core/diagram-symbol-database',
|
|
818
|
-
type: 'core',
|
|
819
739
|
categorization: 'single-purpose',
|
|
820
740
|
usage: 'Reserved for database diagram symbol.',
|
|
821
741
|
team: 'Whiteboards',
|
|
@@ -825,7 +745,6 @@ var metadata = {
|
|
|
825
745
|
keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'diagram', 'symbol', 'decision'],
|
|
826
746
|
componentName: 'DiagramSymbolDecisionIcon',
|
|
827
747
|
package: '@atlaskit/icon-lab/core/diagram-symbol-decision',
|
|
828
|
-
type: 'core',
|
|
829
748
|
categorization: 'single-purpose',
|
|
830
749
|
usage: 'Reserved for decision diagram symbol.',
|
|
831
750
|
team: 'Whiteboards',
|
|
@@ -835,7 +754,6 @@ var metadata = {
|
|
|
835
754
|
keywords: ['diagram-symbol-delay', 'diagramsymboldelay', 'icon', 'icon-lab', 'diagram', 'symbol', 'delay'],
|
|
836
755
|
componentName: 'DiagramSymbolDelayIcon',
|
|
837
756
|
package: '@atlaskit/icon-lab/core/diagram-symbol-delay',
|
|
838
|
-
type: 'core',
|
|
839
757
|
categorization: 'single-purpose',
|
|
840
758
|
usage: 'Reserved for delay diagram symbol.',
|
|
841
759
|
team: 'Whiteboards',
|
|
@@ -845,7 +763,6 @@ var metadata = {
|
|
|
845
763
|
keywords: ['diagram-symbol-display', 'diagramsymboldisplay', 'icon', 'icon-lab', 'diagram', 'symbol', 'display'],
|
|
846
764
|
componentName: 'DiagramSymbolDisplayIcon',
|
|
847
765
|
package: '@atlaskit/icon-lab/core/diagram-symbol-display',
|
|
848
|
-
type: 'core',
|
|
849
766
|
categorization: 'single-purpose',
|
|
850
767
|
usage: 'Reserved for display diagram symbol.',
|
|
851
768
|
team: 'Whiteboards',
|
|
@@ -855,7 +772,6 @@ var metadata = {
|
|
|
855
772
|
keywords: ['diagram-symbol-document', 'diagramsymboldocument', 'icon', 'icon-lab', 'diagram', 'symbol', 'document'],
|
|
856
773
|
componentName: 'DiagramSymbolDocumentIcon',
|
|
857
774
|
package: '@atlaskit/icon-lab/core/diagram-symbol-document',
|
|
858
|
-
type: 'core',
|
|
859
775
|
categorization: 'single-purpose',
|
|
860
776
|
usage: 'Reserved for single document diagram symbol.',
|
|
861
777
|
team: 'Whiteboards',
|
|
@@ -865,7 +781,6 @@ var metadata = {
|
|
|
865
781
|
keywords: ['diagram-symbol-documents', 'diagramsymboldocuments', 'icon', 'icon-lab', 'diagram', 'symbol', 'multiple documents'],
|
|
866
782
|
componentName: 'DiagramSymbolDocumentsIcon',
|
|
867
783
|
package: '@atlaskit/icon-lab/core/diagram-symbol-documents',
|
|
868
|
-
type: 'core',
|
|
869
784
|
categorization: 'single-purpose',
|
|
870
785
|
usage: 'Reserved for multiple documents diagram symbol',
|
|
871
786
|
team: 'Whiteboards',
|
|
@@ -875,7 +790,6 @@ var metadata = {
|
|
|
875
790
|
keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
|
|
876
791
|
componentName: 'DiagramSymbolHardDiskIcon',
|
|
877
792
|
package: '@atlaskit/icon-lab/core/diagram-symbol-hard-disk',
|
|
878
|
-
type: 'core',
|
|
879
793
|
categorization: 'single-purpose',
|
|
880
794
|
usage: 'Reserved for hard disk diagram symbol.',
|
|
881
795
|
team: 'Whiteboards',
|
|
@@ -885,7 +799,6 @@ var metadata = {
|
|
|
885
799
|
keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'diagram', 'symbol', 'input', 'output'],
|
|
886
800
|
componentName: 'DiagramSymbolInputOutputIcon',
|
|
887
801
|
package: '@atlaskit/icon-lab/core/diagram-symbol-input-output',
|
|
888
|
-
type: 'core',
|
|
889
802
|
categorization: 'single-purpose',
|
|
890
803
|
usage: 'Reserved for input or output diagram symbols.',
|
|
891
804
|
team: 'Whiteboards',
|
|
@@ -895,7 +808,6 @@ var metadata = {
|
|
|
895
808
|
keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'diagram', 'symbol', 'internal storage'],
|
|
896
809
|
componentName: 'DiagramSymbolInternalStorageIcon',
|
|
897
810
|
package: '@atlaskit/icon-lab/core/diagram-symbol-internal-storage',
|
|
898
|
-
type: 'core',
|
|
899
811
|
categorization: 'single-purpose',
|
|
900
812
|
usage: 'Reserved for internal storage diagram symbol.',
|
|
901
813
|
team: 'Whiteboards',
|
|
@@ -905,7 +817,6 @@ var metadata = {
|
|
|
905
817
|
keywords: ['diagram-symbol-loop-limit', 'diagramsymbollooplimit', 'icon', 'icon-lab', 'diagram', 'symbol', 'loop limit'],
|
|
906
818
|
componentName: 'DiagramSymbolLoopLimitIcon',
|
|
907
819
|
package: '@atlaskit/icon-lab/core/diagram-symbol-loop-limit',
|
|
908
|
-
type: 'core',
|
|
909
820
|
categorization: 'single-purpose',
|
|
910
821
|
usage: 'Reserved for loop limit diagram symbol.',
|
|
911
822
|
team: 'Whiteboards',
|
|
@@ -915,7 +826,6 @@ var metadata = {
|
|
|
915
826
|
keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual input'],
|
|
916
827
|
componentName: 'DiagramSymbolManualInputIcon',
|
|
917
828
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-input',
|
|
918
|
-
type: 'core',
|
|
919
829
|
categorization: 'single-purpose',
|
|
920
830
|
usage: 'Reserved for manual input diagram symbol.',
|
|
921
831
|
team: 'Whiteboards',
|
|
@@ -925,7 +835,6 @@ var metadata = {
|
|
|
925
835
|
keywords: ['diagram-symbol-manual-operation', 'diagramsymbolmanualoperation', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual operation'],
|
|
926
836
|
componentName: 'DiagramSymbolManualOperationIcon',
|
|
927
837
|
package: '@atlaskit/icon-lab/core/diagram-symbol-manual-operation',
|
|
928
|
-
type: 'core',
|
|
929
838
|
categorization: 'single-purpose',
|
|
930
839
|
usage: 'Reserved for manual operation diagram symbol.',
|
|
931
840
|
team: 'Whiteboards',
|
|
@@ -935,7 +844,6 @@ var metadata = {
|
|
|
935
844
|
keywords: ['diagram-symbol-merge', 'diagramsymbolmerge', 'icon', 'icon-lab', 'diagram', 'symbol', 'merge', 'triangle'],
|
|
936
845
|
componentName: 'DiagramSymbolMergeIcon',
|
|
937
846
|
package: '@atlaskit/icon-lab/core/diagram-symbol-merge',
|
|
938
|
-
type: 'core',
|
|
939
847
|
categorization: 'single-purpose',
|
|
940
848
|
usage: 'Reserved for merge diagram symbol.',
|
|
941
849
|
team: 'Whiteboards',
|
|
@@ -945,7 +853,6 @@ var metadata = {
|
|
|
945
853
|
keywords: ['diagram-symbol-mind-map', 'diagramsymbolmindmap', 'icon', 'icon-lab', 'diagram', 'symbol', 'mind map'],
|
|
946
854
|
componentName: 'DiagramSymbolMindMapIcon',
|
|
947
855
|
package: '@atlaskit/icon-lab/core/diagram-symbol-mind-map',
|
|
948
|
-
type: 'core',
|
|
949
856
|
categorization: 'single-purpose',
|
|
950
857
|
usage: 'Reserved for mind map diagram symbol.',
|
|
951
858
|
team: 'Whiteboards',
|
|
@@ -955,7 +862,6 @@ var metadata = {
|
|
|
955
862
|
keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'diagram', 'symbol', 'or', 'logic'],
|
|
956
863
|
componentName: 'DiagramSymbolOrIcon',
|
|
957
864
|
package: '@atlaskit/icon-lab/core/diagram-symbol-or',
|
|
958
|
-
type: 'core',
|
|
959
865
|
categorization: 'single-purpose',
|
|
960
866
|
usage: 'Reserved for or diagram symbol.',
|
|
961
867
|
team: 'Whiteboards',
|
|
@@ -965,7 +871,6 @@ var metadata = {
|
|
|
965
871
|
keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'predefined process'],
|
|
966
872
|
componentName: 'DiagramSymbolPredefinedProcessIcon',
|
|
967
873
|
package: '@atlaskit/icon-lab/core/diagram-symbol-predefined-process',
|
|
968
|
-
type: 'core',
|
|
969
874
|
categorization: 'single-purpose',
|
|
970
875
|
usage: 'Reserved for predefined process diagram symbol.',
|
|
971
876
|
team: 'Whiteboards',
|
|
@@ -975,7 +880,6 @@ var metadata = {
|
|
|
975
880
|
keywords: ['diagram-symbol-preparation', 'diagramsymbolpreparation', 'icon', 'icon-lab', 'diagram', 'symbol', 'preparation'],
|
|
976
881
|
componentName: 'DiagramSymbolPreparationIcon',
|
|
977
882
|
package: '@atlaskit/icon-lab/core/diagram-symbol-preparation',
|
|
978
|
-
type: 'core',
|
|
979
883
|
categorization: 'single-purpose',
|
|
980
884
|
usage: 'Reserved for preparation diagram symbol.',
|
|
981
885
|
team: 'Whiteboards',
|
|
@@ -985,7 +889,6 @@ var metadata = {
|
|
|
985
889
|
keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'diagram', 'symbol', 'sort'],
|
|
986
890
|
componentName: 'DiagramSymbolSortIcon',
|
|
987
891
|
package: '@atlaskit/icon-lab/core/diagram-symbol-sort',
|
|
988
|
-
type: 'core',
|
|
989
892
|
categorization: 'single-purpose',
|
|
990
893
|
usage: 'Reserved for sort diagram symbol.',
|
|
991
894
|
team: 'Whiteboards',
|
|
@@ -995,7 +898,6 @@ var metadata = {
|
|
|
995
898
|
keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'diagram', 'symbol', 'stored data'],
|
|
996
899
|
componentName: 'DiagramSymbolStoredDataIcon',
|
|
997
900
|
package: '@atlaskit/icon-lab/core/diagram-symbol-stored-data',
|
|
998
|
-
type: 'core',
|
|
999
901
|
categorization: 'single-purpose',
|
|
1000
902
|
usage: 'Reserved for stored data diagram symbol.',
|
|
1001
903
|
team: 'Whiteboards',
|
|
@@ -1005,7 +907,6 @@ var metadata = {
|
|
|
1005
907
|
keywords: ['diagram-symbol-summing-junction', 'diagramsymbolsummingjunction', 'icon', 'icon-lab', 'diagram', 'symbol', 'summing junction', 'cross'],
|
|
1006
908
|
componentName: 'DiagramSymbolSummingJunctionIcon',
|
|
1007
909
|
package: '@atlaskit/icon-lab/core/diagram-symbol-summing-junction',
|
|
1008
|
-
type: 'core',
|
|
1009
910
|
categorization: 'single-purpose',
|
|
1010
911
|
usage: 'Reserved for summing junction diagram symbol.',
|
|
1011
912
|
team: 'Whiteboards',
|
|
@@ -1015,7 +916,6 @@ var metadata = {
|
|
|
1015
916
|
keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
|
|
1016
917
|
componentName: 'DiagramSymbolTerminatorIcon',
|
|
1017
918
|
package: '@atlaskit/icon-lab/core/diagram-symbol-terminator',
|
|
1018
|
-
type: 'core',
|
|
1019
919
|
categorization: 'single-purpose',
|
|
1020
920
|
usage: 'Reserved for terminator (start or end point) diagram symbol.',
|
|
1021
921
|
team: 'Whiteboards',
|
|
@@ -1025,7 +925,6 @@ var metadata = {
|
|
|
1025
925
|
keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
|
|
1026
926
|
componentName: 'DirectoryIcon',
|
|
1027
927
|
package: '@atlaskit/icon-lab/core/directory',
|
|
1028
|
-
type: 'core',
|
|
1029
928
|
categorization: 'single-purpose',
|
|
1030
929
|
usage: 'Reserved for directory experiences.',
|
|
1031
930
|
team: 'Admin Hub',
|
|
@@ -1035,7 +934,6 @@ var metadata = {
|
|
|
1035
934
|
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
1036
935
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
1037
936
|
package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
|
|
1038
|
-
type: 'core',
|
|
1039
937
|
categorization: 'single-purpose',
|
|
1040
938
|
usage: 'Evenly distributing the horizontal space between multiple selected objects on Whiteboards',
|
|
1041
939
|
team: 'Whiteboards',
|
|
@@ -1045,7 +943,6 @@ var metadata = {
|
|
|
1045
943
|
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
|
|
1046
944
|
componentName: 'DistributeSpacingVerticalIcon',
|
|
1047
945
|
package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
|
|
1048
|
-
type: 'core',
|
|
1049
946
|
categorization: 'single-purpose',
|
|
1050
947
|
usage: 'Evenly distributing the vertical space between multiple selected objects on Whiteboards',
|
|
1051
948
|
team: 'Whiteboards',
|
|
@@ -1055,7 +952,6 @@ var metadata = {
|
|
|
1055
952
|
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'divider', 'line break', 'horizontal rule'],
|
|
1056
953
|
componentName: 'DividerElementIcon',
|
|
1057
954
|
package: '@atlaskit/icon-lab/core/divider-element',
|
|
1058
|
-
type: 'core',
|
|
1059
955
|
categorization: 'single-purpose',
|
|
1060
956
|
usage: 'Reserved for inserting divider elements in Confluence',
|
|
1061
957
|
team: 'editor-design',
|
|
@@ -1066,7 +962,6 @@ var metadata = {
|
|
|
1066
962
|
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'dock to top', 'fix to top', 'pin to top'],
|
|
1067
963
|
componentName: 'DockToolbarTopIcon',
|
|
1068
964
|
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
1069
|
-
type: 'core',
|
|
1070
965
|
categorization: 'single-purpose',
|
|
1071
966
|
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
1072
967
|
team: 'Editor-design',
|
|
@@ -1077,7 +972,6 @@ var metadata = {
|
|
|
1077
972
|
keywords: ['draw', 'icon', 'icon-lab', 'pencil', 'drawing', 'annotate'],
|
|
1078
973
|
componentName: 'DrawIcon',
|
|
1079
974
|
package: '@atlaskit/icon-lab/core/draw',
|
|
1080
|
-
type: 'core',
|
|
1081
975
|
categorization: 'multi-purpose',
|
|
1082
976
|
usage: 'For drawing and annotation',
|
|
1083
977
|
team: 'Design System Team',
|
|
@@ -1088,7 +982,6 @@ var metadata = {
|
|
|
1088
982
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'Drop shadow'],
|
|
1089
983
|
componentName: 'DropShadowIcon',
|
|
1090
984
|
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
1091
|
-
type: 'core',
|
|
1092
985
|
categorization: 'single-purpose',
|
|
1093
986
|
usage: 'Toggle drop shadow on and off',
|
|
1094
987
|
team: 'Whiteboards',
|
|
@@ -1098,7 +991,6 @@ var metadata = {
|
|
|
1098
991
|
keywords: ['duplicate', 'icon', 'icon-lab', 'clone', 'duplicate', 'plus'],
|
|
1099
992
|
componentName: 'DuplicateIcon',
|
|
1100
993
|
package: '@atlaskit/icon-lab/core/duplicate',
|
|
1101
|
-
type: 'core',
|
|
1102
994
|
categorization: 'single-purpose',
|
|
1103
995
|
usage: 'Reserved for cloning and duplicating objects.',
|
|
1104
996
|
team: 'Design System Team',
|
|
@@ -1109,7 +1001,6 @@ var metadata = {
|
|
|
1109
1001
|
keywords: ['editions', 'icon', 'icon-lab', 'gem', 'premium', 'diamond', 'precious stone', 'editions'],
|
|
1110
1002
|
componentName: 'EditionsIcon',
|
|
1111
1003
|
package: '@atlaskit/icon-lab/core/editions',
|
|
1112
|
-
type: 'core',
|
|
1113
1004
|
categorization: 'single-purpose',
|
|
1114
1005
|
usage: 'Reserved for representing premium features and functionality. Editions may replace the current premium sparkle icon.',
|
|
1115
1006
|
team: 'Design System Team',
|
|
@@ -1119,7 +1010,6 @@ var metadata = {
|
|
|
1119
1010
|
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'expand', 'editor object'],
|
|
1120
1011
|
componentName: 'ExpandElementIcon',
|
|
1121
1012
|
package: '@atlaskit/icon-lab/core/expand-element',
|
|
1122
|
-
type: 'core',
|
|
1123
1013
|
categorization: 'single-purpose',
|
|
1124
1014
|
usage: 'Reserved for inserting expand elements in Confluence',
|
|
1125
1015
|
team: 'editor-design',
|
|
@@ -1130,7 +1020,6 @@ var metadata = {
|
|
|
1130
1020
|
keywords: ['eyedropper', 'icon', 'icon-lab', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
1131
1021
|
componentName: 'EyedropperIcon',
|
|
1132
1022
|
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
1133
|
-
type: 'core',
|
|
1134
1023
|
categorization: 'multi-purpose',
|
|
1135
1024
|
usage: 'Sampling a color with a color picker',
|
|
1136
1025
|
team: 'Design System Team',
|
|
@@ -1141,7 +1030,6 @@ var metadata = {
|
|
|
1141
1030
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
1142
1031
|
componentName: 'FieldTextIcon',
|
|
1143
1032
|
package: '@atlaskit/icon-lab/core/field-text',
|
|
1144
|
-
type: 'core',
|
|
1145
1033
|
categorization: 'multi-purpose',
|
|
1146
1034
|
usage: 'Multi purpose',
|
|
1147
1035
|
team: 'Design System Team',
|
|
@@ -1151,7 +1039,6 @@ var metadata = {
|
|
|
1151
1039
|
keywords: ['folder-shared', 'foldershared', 'icon', 'icon-lab', 'Shared', 'User', 'Public'],
|
|
1152
1040
|
componentName: 'FolderSharedIcon',
|
|
1153
1041
|
package: '@atlaskit/icon-lab/core/folder-shared',
|
|
1154
|
-
type: 'core',
|
|
1155
1042
|
categorization: 'single-purpose',
|
|
1156
1043
|
usage: 'Reserved for shared folders',
|
|
1157
1044
|
team: 'Loom',
|
|
@@ -1162,7 +1049,6 @@ var metadata = {
|
|
|
1162
1049
|
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'calendar', 'suggested date'],
|
|
1163
1050
|
componentName: 'GenerativeDateIcon',
|
|
1164
1051
|
package: '@atlaskit/icon-lab/core/generative-date',
|
|
1165
|
-
type: 'core',
|
|
1166
1052
|
categorization: 'single-purpose',
|
|
1167
1053
|
usage: 'Reserved for suggested dates.',
|
|
1168
1054
|
team: 'Jira Align',
|
|
@@ -1172,7 +1058,6 @@ var metadata = {
|
|
|
1172
1058
|
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
1173
1059
|
componentName: 'GenerativeIndicatorIcon',
|
|
1174
1060
|
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
1175
|
-
type: 'core',
|
|
1176
1061
|
categorization: 'single-purpose',
|
|
1177
1062
|
usage: 'Reserved for indicating generative and suggested content.',
|
|
1178
1063
|
team: 'Jira Align',
|
|
@@ -1182,7 +1067,6 @@ var metadata = {
|
|
|
1182
1067
|
keywords: ['gift', 'icon', 'icon-lab', 'gift', 'present'],
|
|
1183
1068
|
componentName: 'GiftIcon',
|
|
1184
1069
|
package: '@atlaskit/icon-lab/core/gift',
|
|
1185
|
-
type: 'core',
|
|
1186
1070
|
categorization: 'multi-purpose',
|
|
1187
1071
|
usage: 'User-selectable icon choice for calendars',
|
|
1188
1072
|
team: 'Growth Buy',
|
|
@@ -1192,7 +1076,6 @@ var metadata = {
|
|
|
1192
1076
|
keywords: ['globe-strikethrough', 'globestrikethrough', 'icon', 'icon-lab', 'globe', 'strikethrough', 'private', 'not public'],
|
|
1193
1077
|
componentName: 'GlobeStrikethroughIcon',
|
|
1194
1078
|
package: '@atlaskit/icon-lab/core/globe-strikethrough',
|
|
1195
|
-
type: 'core',
|
|
1196
1079
|
categorization: 'multi-purpose',
|
|
1197
1080
|
usage: 'Known uses: Limited share permissions which are not public',
|
|
1198
1081
|
team: 'Loom',
|
|
@@ -1202,7 +1085,6 @@ var metadata = {
|
|
|
1202
1085
|
keywords: ['group', 'icon', 'icon-lab', 'group', 'grouping', 'stack', 'related data'],
|
|
1203
1086
|
componentName: 'GroupIcon',
|
|
1204
1087
|
package: '@atlaskit/icon-lab/core/group',
|
|
1205
|
-
type: 'core',
|
|
1206
1088
|
categorization: 'single-purpose',
|
|
1207
1089
|
usage: 'Reserved for grouping data',
|
|
1208
1090
|
team: 'Database',
|
|
@@ -1212,7 +1094,6 @@ var metadata = {
|
|
|
1212
1094
|
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'group', 'selection', 'layers'],
|
|
1213
1095
|
componentName: 'GroupSelectionIcon',
|
|
1214
1096
|
package: '@atlaskit/icon-lab/core/group-selection',
|
|
1215
|
-
type: 'core',
|
|
1216
1097
|
categorization: 'multi-purpose',
|
|
1217
1098
|
usage: 'Grouping selected objects in Whiteboards',
|
|
1218
1099
|
team: 'Whiteboards',
|
|
@@ -1222,7 +1103,6 @@ var metadata = {
|
|
|
1222
1103
|
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'ungroup', 'selection', 'layers'],
|
|
1223
1104
|
componentName: 'GroupUngroupSelectionIcon',
|
|
1224
1105
|
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
1225
|
-
type: 'core',
|
|
1226
1106
|
categorization: 'multi-purpose',
|
|
1227
1107
|
usage: 'Ungrouping selected objects in Whiteboards',
|
|
1228
1108
|
team: 'Whiteboards',
|
|
@@ -1232,7 +1112,6 @@ var metadata = {
|
|
|
1232
1112
|
keywords: ['hand-closed', 'handclosed', 'icon', 'icon-lab', 'hand tool', 'closed hand', 'grab', 'moving'],
|
|
1233
1113
|
componentName: 'HandClosedIcon',
|
|
1234
1114
|
package: '@atlaskit/icon-lab/core/hand-closed',
|
|
1235
|
-
type: 'core',
|
|
1236
1115
|
categorization: 'multi-purpose',
|
|
1237
1116
|
usage: 'Known uses: Hand tool in Whiteboards when actively moving objects.',
|
|
1238
1117
|
team: 'Whiteboards',
|
|
@@ -1242,7 +1121,6 @@ var metadata = {
|
|
|
1242
1121
|
keywords: ['hand-open', 'handopen', 'icon', 'icon-lab', 'hand tool', 'open hand', 'move tool'],
|
|
1243
1122
|
componentName: 'HandOpenIcon',
|
|
1244
1123
|
package: '@atlaskit/icon-lab/core/hand-open',
|
|
1245
|
-
type: 'core',
|
|
1246
1124
|
categorization: 'multi-purpose',
|
|
1247
1125
|
usage: 'Known uses: Hand tool in Whiteboards for moving objects.',
|
|
1248
1126
|
team: 'Whiteboards',
|
|
@@ -1252,7 +1130,6 @@ var metadata = {
|
|
|
1252
1130
|
keywords: ['hand-raised', 'handraised', 'icon', 'icon-lab', 'hand', 'farewell', 'wave'],
|
|
1253
1131
|
componentName: 'HandRaisedIcon',
|
|
1254
1132
|
package: '@atlaskit/icon-lab/core/hand-raised',
|
|
1255
|
-
type: 'core',
|
|
1256
1133
|
categorization: 'multi-purpose',
|
|
1257
1134
|
usage: 'Used for farewell feed in Atlassian Home.',
|
|
1258
1135
|
team: 'Whiteboards',
|
|
@@ -1262,7 +1139,6 @@ var metadata = {
|
|
|
1262
1139
|
keywords: ['history', 'icon', 'icon-lab', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
|
|
1263
1140
|
componentName: 'HistoryIcon',
|
|
1264
1141
|
package: '@atlaskit/icon-lab/core/history',
|
|
1265
|
-
type: 'core',
|
|
1266
1142
|
categorization: 'single-purpose',
|
|
1267
1143
|
usage: 'Reserved for history and recent',
|
|
1268
1144
|
team: 'Loom',
|
|
@@ -1273,7 +1149,6 @@ var metadata = {
|
|
|
1273
1149
|
keywords: ['hourglass', 'icon', 'icon-lab'],
|
|
1274
1150
|
componentName: 'HourglassIcon',
|
|
1275
1151
|
package: '@atlaskit/icon-lab/core/hourglass',
|
|
1276
|
-
type: 'core',
|
|
1277
1152
|
categorization: 'multi-purpose',
|
|
1278
1153
|
usage: 'Aging or expiring items',
|
|
1279
1154
|
team: 'Trello',
|
|
@@ -1284,7 +1159,6 @@ var metadata = {
|
|
|
1284
1159
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'condition', 'statement', 'branch'],
|
|
1285
1160
|
componentName: 'IfElseIcon',
|
|
1286
1161
|
package: '@atlaskit/icon-lab/core/if-else',
|
|
1287
|
-
type: 'core',
|
|
1288
1162
|
categorization: 'single-purpose',
|
|
1289
1163
|
usage: 'Reserved for If Else conditions',
|
|
1290
1164
|
team: 'Automation',
|
|
@@ -1295,7 +1169,6 @@ var metadata = {
|
|
|
1295
1169
|
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab'],
|
|
1296
1170
|
componentName: 'ImageAltTextIcon',
|
|
1297
1171
|
package: '@atlaskit/icon-lab/core/image-alt-text',
|
|
1298
|
-
type: 'core',
|
|
1299
1172
|
categorization: 'single-purpose',
|
|
1300
1173
|
usage: 'Reserved for creating alt text for an image',
|
|
1301
1174
|
team: 'Editor',
|
|
@@ -1306,7 +1179,6 @@ var metadata = {
|
|
|
1306
1179
|
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'crop', 'crop tool', 'trim'],
|
|
1307
1180
|
componentName: 'ImageCropIcon',
|
|
1308
1181
|
package: '@atlaskit/icon-lab/core/image-crop',
|
|
1309
|
-
type: 'core',
|
|
1310
1182
|
categorization: 'single-purpose',
|
|
1311
1183
|
usage: 'Reserved for cropping images',
|
|
1312
1184
|
team: 'Design System Team',
|
|
@@ -1316,7 +1188,6 @@ var metadata = {
|
|
|
1316
1188
|
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'image', 'strikethrough', 'hide images'],
|
|
1317
1189
|
componentName: 'ImageStrikethroughIcon',
|
|
1318
1190
|
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
1319
|
-
type: 'core',
|
|
1320
1191
|
categorization: 'multi-purpose',
|
|
1321
1192
|
usage: "Known uses: Represents 'hide images' action in Loom Workflows.",
|
|
1322
1193
|
team: 'Loom Core Product - Workflows',
|
|
@@ -1327,7 +1198,6 @@ var metadata = {
|
|
|
1327
1198
|
keywords: ['incognito', 'icon', 'icon-lab', 'Whiteboards', 'Private', 'Incognito'],
|
|
1328
1199
|
componentName: 'IncognitoIcon',
|
|
1329
1200
|
package: '@atlaskit/icon-lab/core/incognito',
|
|
1330
|
-
type: 'core',
|
|
1331
1201
|
categorization: 'single-purpose',
|
|
1332
1202
|
usage: 'Toggle Whiteboards private mode on and off.',
|
|
1333
1203
|
team: 'Whiteboards',
|
|
@@ -1337,7 +1207,6 @@ var metadata = {
|
|
|
1337
1207
|
keywords: ['initiative', 'icon', 'icon-lab', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
1338
1208
|
componentName: 'InitiativeIcon',
|
|
1339
1209
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
1340
|
-
type: 'core',
|
|
1341
1210
|
categorization: 'single-purpose',
|
|
1342
1211
|
usage: 'Reserved for initiative work type.',
|
|
1343
1212
|
team: 'Jira Enterprise',
|
|
@@ -1347,7 +1216,6 @@ var metadata = {
|
|
|
1347
1216
|
keywords: ['jira', 'icon', 'icon-lab'],
|
|
1348
1217
|
componentName: 'JiraIcon',
|
|
1349
1218
|
package: '@atlaskit/icon-lab/core/jira',
|
|
1350
|
-
type: 'core',
|
|
1351
1219
|
categorization: 'single-purpose',
|
|
1352
1220
|
usage: 'Representing JIRA',
|
|
1353
1221
|
team: 'Whiteboards',
|
|
@@ -1357,7 +1225,6 @@ var metadata = {
|
|
|
1357
1225
|
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'Jira', 'Work items', 'Create'],
|
|
1358
1226
|
componentName: 'JiraAddIcon',
|
|
1359
1227
|
package: '@atlaskit/icon-lab/core/jira-add',
|
|
1360
|
-
type: 'core',
|
|
1361
1228
|
categorization: 'single-purpose',
|
|
1362
1229
|
usage: 'Reserved for adding Jira work items',
|
|
1363
1230
|
team: 'Whiteboards',
|
|
@@ -1367,7 +1234,6 @@ var metadata = {
|
|
|
1367
1234
|
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'Jira', 'Work items', 'Import', 'Arrow up'],
|
|
1368
1235
|
componentName: 'JiraUploadIcon',
|
|
1369
1236
|
package: '@atlaskit/icon-lab/core/jira-upload',
|
|
1370
|
-
type: 'core',
|
|
1371
1237
|
categorization: 'single-purpose',
|
|
1372
1238
|
usage: 'Reserved for importing Jira work items',
|
|
1373
1239
|
team: 'Whiteboards',
|
|
@@ -1377,7 +1243,6 @@ var metadata = {
|
|
|
1377
1243
|
keywords: ['kanban', 'icon', 'icon-lab'],
|
|
1378
1244
|
componentName: 'KanbanIcon',
|
|
1379
1245
|
package: '@atlaskit/icon-lab/core/kanban',
|
|
1380
|
-
type: 'core',
|
|
1381
1246
|
categorization: 'single-purpose',
|
|
1382
1247
|
usage: 'Kanban board',
|
|
1383
1248
|
team: 'Trello',
|
|
@@ -1388,7 +1253,6 @@ var metadata = {
|
|
|
1388
1253
|
keywords: ['key', 'icon', 'icon-lab', 'key'],
|
|
1389
1254
|
componentName: 'KeyIcon',
|
|
1390
1255
|
package: '@atlaskit/icon-lab/core/key',
|
|
1391
|
-
type: 'core',
|
|
1392
1256
|
categorization: 'multi-purpose',
|
|
1393
1257
|
usage: 'Known uses: Foreign key or primary key of a data table.',
|
|
1394
1258
|
team: 'Data Experiences',
|
|
@@ -1398,7 +1262,6 @@ var metadata = {
|
|
|
1398
1262
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
|
|
1399
1263
|
componentName: 'LayoutFiveColumnsIcon',
|
|
1400
1264
|
package: '@atlaskit/icon-lab/core/layout-five-columns',
|
|
1401
|
-
type: 'core',
|
|
1402
1265
|
categorization: 'single-purpose',
|
|
1403
1266
|
usage: 'Reserved for 5 column layout option in Confluence Editor.',
|
|
1404
1267
|
team: 'Confluence Editor',
|
|
@@ -1408,7 +1271,6 @@ var metadata = {
|
|
|
1408
1271
|
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'layout', 'columns', '4 col', '4 cols'],
|
|
1409
1272
|
componentName: 'LayoutFourColumnsIcon',
|
|
1410
1273
|
package: '@atlaskit/icon-lab/core/layout-four-columns',
|
|
1411
|
-
type: 'core',
|
|
1412
1274
|
categorization: 'single-purpose',
|
|
1413
1275
|
usage: 'Reserved for 4 columns layout option in Confluence Editor.',
|
|
1414
1276
|
team: 'Confluence Editor',
|
|
@@ -1418,7 +1280,6 @@ var metadata = {
|
|
|
1418
1280
|
keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1419
1281
|
componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
|
|
1420
1282
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
|
|
1421
|
-
type: 'core',
|
|
1422
1283
|
categorization: 'single-purpose',
|
|
1423
1284
|
usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
|
|
1424
1285
|
team: 'Editor',
|
|
@@ -1428,7 +1289,6 @@ var metadata = {
|
|
|
1428
1289
|
keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
1429
1290
|
componentName: 'LayoutThreeColumnsSidebarsRightIcon',
|
|
1430
1291
|
package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
|
|
1431
|
-
type: 'core',
|
|
1432
1292
|
categorization: 'single-purpose',
|
|
1433
1293
|
usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
|
|
1434
1294
|
team: 'Editor',
|
|
@@ -1438,7 +1298,6 @@ var metadata = {
|
|
|
1438
1298
|
keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'link', 'strikethrough', 'limited'],
|
|
1439
1299
|
componentName: 'LinkRestrictedAccessIcon',
|
|
1440
1300
|
package: '@atlaskit/icon-lab/core/link-restricted-access',
|
|
1441
|
-
type: 'core',
|
|
1442
1301
|
categorization: 'single-purpose',
|
|
1443
1302
|
usage: 'Reserved for when there is limited link permissions',
|
|
1444
1303
|
team: 'Loom',
|
|
@@ -1448,7 +1307,6 @@ var metadata = {
|
|
|
1448
1307
|
keywords: ['lozenge', 'icon', 'icon-lab', 'insert', 'status', 'badge'],
|
|
1449
1308
|
componentName: 'LozengeIcon',
|
|
1450
1309
|
package: '@atlaskit/icon-lab/core/lozenge',
|
|
1451
|
-
type: 'core',
|
|
1452
1310
|
categorization: 'single-purpose',
|
|
1453
1311
|
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
1454
1312
|
team: 'Editor',
|
|
@@ -1458,7 +1316,6 @@ var metadata = {
|
|
|
1458
1316
|
keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
|
|
1459
1317
|
componentName: 'MergeQueueIcon',
|
|
1460
1318
|
package: '@atlaskit/icon-lab/core/merge-queue',
|
|
1461
|
-
type: 'core',
|
|
1462
1319
|
categorization: 'single-purpose',
|
|
1463
1320
|
usage: 'Reserved for representing merge queue functionality.',
|
|
1464
1321
|
team: 'Bitbucket DC',
|
|
@@ -1468,7 +1325,6 @@ var metadata = {
|
|
|
1468
1325
|
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1469
1326
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
1470
1327
|
package: '@atlaskit/icon-lab/core/microphone-strikethrough',
|
|
1471
|
-
type: 'core',
|
|
1472
1328
|
categorization: 'multi-purpose',
|
|
1473
1329
|
usage: 'Reserved for no microphone input',
|
|
1474
1330
|
team: 'Loom',
|
|
@@ -1478,7 +1334,6 @@ var metadata = {
|
|
|
1478
1334
|
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
1479
1335
|
componentName: 'MilestoneCompleteIcon',
|
|
1480
1336
|
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
1481
|
-
type: 'core',
|
|
1482
1337
|
categorization: 'single-purpose',
|
|
1483
1338
|
usage: 'Reserved for representing a completed milestone.',
|
|
1484
1339
|
team: 'Jira Align',
|
|
@@ -1488,7 +1343,6 @@ var metadata = {
|
|
|
1488
1343
|
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
1489
1344
|
componentName: 'MilestoneIncompleteIcon',
|
|
1490
1345
|
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
1491
|
-
type: 'core',
|
|
1492
1346
|
categorization: 'single-purpose',
|
|
1493
1347
|
usage: 'Reserved for representing an incomplete milestone.',
|
|
1494
1348
|
team: 'Jira Align',
|
|
@@ -1498,7 +1352,6 @@ var metadata = {
|
|
|
1498
1352
|
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
1499
1353
|
componentName: 'MilestoneMultipleIcon',
|
|
1500
1354
|
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
1501
|
-
type: 'core',
|
|
1502
1355
|
categorization: 'single-purpose',
|
|
1503
1356
|
usage: 'Reserved for use when multiple milestones occur on a single date or point in time.',
|
|
1504
1357
|
team: 'Jira Align',
|
|
@@ -1508,7 +1361,6 @@ var metadata = {
|
|
|
1508
1361
|
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
1509
1362
|
componentName: 'MilestoneOverdueIcon',
|
|
1510
1363
|
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
1511
|
-
type: 'core',
|
|
1512
1364
|
categorization: 'single-purpose',
|
|
1513
1365
|
usage: 'Reserved for representing an overdue milestone.',
|
|
1514
1366
|
team: 'Jira Align',
|
|
@@ -1518,7 +1370,6 @@ var metadata = {
|
|
|
1518
1370
|
keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
|
|
1519
1371
|
componentName: 'MissedCallIcon',
|
|
1520
1372
|
package: '@atlaskit/icon-lab/core/missed-call',
|
|
1521
|
-
type: 'core',
|
|
1522
1373
|
categorization: 'single-purpose',
|
|
1523
1374
|
usage: 'Reserved for representing missed calls and missed call settings.',
|
|
1524
1375
|
team: 'IT Operations (ITSM)',
|
|
@@ -1528,7 +1379,6 @@ var metadata = {
|
|
|
1528
1379
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1529
1380
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
1530
1381
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
|
|
1531
|
-
type: 'core',
|
|
1532
1382
|
categorization: 'single-purpose',
|
|
1533
1383
|
usage: 'Reserved for whiteboard’s node parallel-bottom-left',
|
|
1534
1384
|
team: 'Whiteboards',
|
|
@@ -1538,7 +1388,6 @@ var metadata = {
|
|
|
1538
1388
|
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'Node', 'parallel', 'bottom', 'right'],
|
|
1539
1389
|
componentName: 'NodeParallelBottomRightIcon',
|
|
1540
1390
|
package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
|
|
1541
|
-
type: 'core',
|
|
1542
1391
|
categorization: 'single-purpose',
|
|
1543
1392
|
usage: 'Reserved for whiteboard’s node parallel-bottom-right',
|
|
1544
1393
|
team: 'Whiteboards',
|
|
@@ -1548,7 +1397,6 @@ var metadata = {
|
|
|
1548
1397
|
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Top', 'Left'],
|
|
1549
1398
|
componentName: 'NodeParallelTopLeftIcon',
|
|
1550
1399
|
package: '@atlaskit/icon-lab/core/node-parallel-top-left',
|
|
1551
|
-
type: 'core',
|
|
1552
1400
|
categorization: 'single-purpose',
|
|
1553
1401
|
usage: 'Reserved for whiteboard’s node parallel-top-left',
|
|
1554
1402
|
team: 'Whiteboards',
|
|
@@ -1558,7 +1406,6 @@ var metadata = {
|
|
|
1558
1406
|
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'Node', 'parallel', 'top', 'right'],
|
|
1559
1407
|
componentName: 'NodeParallelTopRightIcon',
|
|
1560
1408
|
package: '@atlaskit/icon-lab/core/node-parallel-top-right',
|
|
1561
|
-
type: 'core',
|
|
1562
1409
|
categorization: 'single-purpose',
|
|
1563
1410
|
usage: 'Reserved for whiteboard’s node parallel-top-right',
|
|
1564
1411
|
team: 'Whiteboards',
|
|
@@ -1568,7 +1415,6 @@ var metadata = {
|
|
|
1568
1415
|
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'Node', 'Single', 'Left'],
|
|
1569
1416
|
componentName: 'NodeSingleLeftIcon',
|
|
1570
1417
|
package: '@atlaskit/icon-lab/core/node-single-left',
|
|
1571
|
-
type: 'core',
|
|
1572
1418
|
categorization: 'single-purpose',
|
|
1573
1419
|
usage: 'Reserved for whiteboard’s node single-left alignment',
|
|
1574
1420
|
team: 'Whiteboards',
|
|
@@ -1578,7 +1424,6 @@ var metadata = {
|
|
|
1578
1424
|
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'Node', 'single', 'right'],
|
|
1579
1425
|
componentName: 'NodeSingleRightIcon',
|
|
1580
1426
|
package: '@atlaskit/icon-lab/core/node-single-right',
|
|
1581
|
-
type: 'core',
|
|
1582
1427
|
categorization: 'single-purpose',
|
|
1583
1428
|
usage: 'Reserved for whiteboard’s node single-right',
|
|
1584
1429
|
team: 'Whiteboards',
|
|
@@ -1588,7 +1433,6 @@ var metadata = {
|
|
|
1588
1433
|
keywords: ['notepad', 'icon', 'icon-lab', 'Card', 'Note', 'Notepad', 'Memo'],
|
|
1589
1434
|
componentName: 'NotepadIcon',
|
|
1590
1435
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1591
|
-
type: 'core',
|
|
1592
1436
|
categorization: 'multi-purpose',
|
|
1593
1437
|
usage: "Whiteboard component \'card\'",
|
|
1594
1438
|
team: 'Confluence Whiteboards',
|
|
@@ -1598,7 +1442,6 @@ var metadata = {
|
|
|
1598
1442
|
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
1599
1443
|
componentName: 'PageLiveDocIcon',
|
|
1600
1444
|
package: '@atlaskit/icon-lab/core/page-live-doc',
|
|
1601
|
-
type: 'core',
|
|
1602
1445
|
categorization: 'single-purpose',
|
|
1603
1446
|
usage: 'Reserved for Live Document content type.',
|
|
1604
1447
|
team: 'Content Types',
|
|
@@ -1608,7 +1451,6 @@ var metadata = {
|
|
|
1608
1451
|
keywords: ['paint-brush', 'paintbrush', 'icon', 'icon-lab', 'brush', 'appearance', 'paint'],
|
|
1609
1452
|
componentName: 'PaintBrushIcon',
|
|
1610
1453
|
package: '@atlaskit/icon-lab/core/paint-brush',
|
|
1611
|
-
type: 'core',
|
|
1612
1454
|
categorization: 'multi-purpose',
|
|
1613
1455
|
usage: 'Multi purpose',
|
|
1614
1456
|
team: 'Design System Team',
|
|
@@ -1618,7 +1460,6 @@ var metadata = {
|
|
|
1618
1460
|
keywords: ['paint-roller', 'paintroller', 'icon', 'icon-lab', 'roller', 'background', 'paint'],
|
|
1619
1461
|
componentName: 'PaintRollerIcon',
|
|
1620
1462
|
package: '@atlaskit/icon-lab/core/paint-roller',
|
|
1621
|
-
type: 'core',
|
|
1622
1463
|
categorization: 'multi-purpose',
|
|
1623
1464
|
usage: 'Multi purpose',
|
|
1624
1465
|
team: 'Design System Team',
|
|
@@ -1628,7 +1469,6 @@ var metadata = {
|
|
|
1628
1469
|
keywords: ['panel', 'icon', 'icon-lab', 'panel', 'card'],
|
|
1629
1470
|
componentName: 'PanelIcon',
|
|
1630
1471
|
package: '@atlaskit/icon-lab/core/panel',
|
|
1631
|
-
type: 'core',
|
|
1632
1472
|
categorization: 'multi-purpose',
|
|
1633
1473
|
usage: 'Panel category in Confluence',
|
|
1634
1474
|
team: 'Editor AI',
|
|
@@ -1638,7 +1478,6 @@ var metadata = {
|
|
|
1638
1478
|
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
1639
1479
|
componentName: 'PartyPopperIcon',
|
|
1640
1480
|
package: '@atlaskit/icon-lab/core/party-popper',
|
|
1641
|
-
type: 'core',
|
|
1642
1481
|
categorization: 'multi-purpose',
|
|
1643
1482
|
usage: 'User-selectable icon choice for calendars',
|
|
1644
1483
|
team: 'Growth Buy',
|
|
@@ -1648,7 +1487,6 @@ var metadata = {
|
|
|
1648
1487
|
keywords: ['pencil', 'icon', 'icon-lab', 'compose', 'write', 'pen'],
|
|
1649
1488
|
componentName: 'PencilIcon',
|
|
1650
1489
|
package: '@atlaskit/icon-lab/core/pencil',
|
|
1651
|
-
type: 'core',
|
|
1652
1490
|
categorization: 'multi-purpose',
|
|
1653
1491
|
usage: 'Known uses: compose video title in Loom',
|
|
1654
1492
|
team: 'Loom',
|
|
@@ -1659,7 +1497,6 @@ var metadata = {
|
|
|
1659
1497
|
keywords: ['person-voiceover', 'personvoiceover', 'icon', 'icon-lab', 'voice', 'speak', 'speech', 'human', 'user'],
|
|
1660
1498
|
componentName: 'PersonVoiceoverIcon',
|
|
1661
1499
|
package: '@atlaskit/icon-lab/core/person-voiceover',
|
|
1662
|
-
type: 'core',
|
|
1663
1500
|
categorization: 'single-purpose',
|
|
1664
1501
|
usage: 'Known uses: voiceover within Loom Variables',
|
|
1665
1502
|
team: 'Loom',
|
|
@@ -1670,17 +1507,73 @@ var metadata = {
|
|
|
1670
1507
|
keywords: ['pin-strikethrough', 'pinstrikethrough', 'icon', 'icon-lab', 'push pin', 'thumbtack', 'tack', 'unpin'],
|
|
1671
1508
|
componentName: 'PinStrikethroughIcon',
|
|
1672
1509
|
package: '@atlaskit/icon-lab/core/pin-strikethrough',
|
|
1673
|
-
type: 'core',
|
|
1674
1510
|
categorization: 'multi-purpose',
|
|
1675
1511
|
usage: 'Known uses: Unpinning comments in Jira',
|
|
1676
1512
|
team: 'Jira',
|
|
1677
1513
|
status: 'published'
|
|
1678
1514
|
},
|
|
1515
|
+
pipeline: {
|
|
1516
|
+
keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
|
|
1517
|
+
componentName: 'PipelineIcon',
|
|
1518
|
+
package: '@atlaskit/icon-lab/core/pipeline',
|
|
1519
|
+
categorization: 'single-purpose',
|
|
1520
|
+
usage: 'Reserved for representing pipelines',
|
|
1521
|
+
team: 'Bitbucket Cloud',
|
|
1522
|
+
status: 'published'
|
|
1523
|
+
},
|
|
1524
|
+
plan: {
|
|
1525
|
+
keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1526
|
+
componentName: 'PlanIcon',
|
|
1527
|
+
package: '@atlaskit/icon-lab/core/plan',
|
|
1528
|
+
categorization: 'single-purpose',
|
|
1529
|
+
usage: 'Reserved for representing plans.',
|
|
1530
|
+
team: 'Design System Team',
|
|
1531
|
+
status: 'published'
|
|
1532
|
+
},
|
|
1533
|
+
playlist: {
|
|
1534
|
+
keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
|
|
1535
|
+
componentName: 'PlaylistIcon',
|
|
1536
|
+
package: '@atlaskit/icon-lab/core/playlist',
|
|
1537
|
+
categorization: 'single-purpose',
|
|
1538
|
+
usage: 'Representing the playlist feature',
|
|
1539
|
+
team: 'Confluence Horizontals',
|
|
1540
|
+
status: 'published',
|
|
1541
|
+
slackChannel: 'confluence-design'
|
|
1542
|
+
},
|
|
1543
|
+
'playlist-add': {
|
|
1544
|
+
keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
|
|
1545
|
+
componentName: 'PlaylistAddIcon',
|
|
1546
|
+
package: '@atlaskit/icon-lab/core/playlist-add',
|
|
1547
|
+
categorization: 'single-purpose',
|
|
1548
|
+
usage: 'Adding items to your playlist (feature).',
|
|
1549
|
+
team: 'Confluence Horizontals',
|
|
1550
|
+
status: 'published',
|
|
1551
|
+
slackChannel: 'design-confluence'
|
|
1552
|
+
},
|
|
1553
|
+
'playlist-added': {
|
|
1554
|
+
keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
|
|
1555
|
+
componentName: 'PlaylistAddedIcon',
|
|
1556
|
+
package: '@atlaskit/icon-lab/core/playlist-added',
|
|
1557
|
+
categorization: 'single-purpose',
|
|
1558
|
+
usage: 'Indicating when things have been added to your playlist (feature)',
|
|
1559
|
+
team: 'Confluence Horizontals',
|
|
1560
|
+
status: 'published',
|
|
1561
|
+
slackChannel: 'confluence-design'
|
|
1562
|
+
},
|
|
1563
|
+
'playlist-remove': {
|
|
1564
|
+
keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
|
|
1565
|
+
componentName: 'PlaylistRemoveIcon',
|
|
1566
|
+
package: '@atlaskit/icon-lab/core/playlist-remove',
|
|
1567
|
+
categorization: 'single-purpose',
|
|
1568
|
+
usage: 'Represents the action for removing things from the playlist feature.',
|
|
1569
|
+
team: 'Confluence Horizontals',
|
|
1570
|
+
status: 'published',
|
|
1571
|
+
slackChannel: 'confluence-design'
|
|
1572
|
+
},
|
|
1679
1573
|
'plus-circle': {
|
|
1680
1574
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1681
1575
|
componentName: 'PlusCircleIcon',
|
|
1682
1576
|
package: '@atlaskit/icon-lab/core/plus-circle',
|
|
1683
|
-
type: 'core',
|
|
1684
1577
|
categorization: 'multi-purpose',
|
|
1685
1578
|
usage: 'Known uses: add task in Loom',
|
|
1686
1579
|
team: 'Loom',
|
|
@@ -1691,7 +1584,6 @@ var metadata = {
|
|
|
1691
1584
|
keywords: ['power', 'icon', 'icon-lab', 'energy', 'turn on', 'turn off', 'power off'],
|
|
1692
1585
|
componentName: 'PowerIcon',
|
|
1693
1586
|
package: '@atlaskit/icon-lab/core/power',
|
|
1694
|
-
type: 'core',
|
|
1695
1587
|
categorization: 'multi-purpose',
|
|
1696
1588
|
usage: 'Known uses: Turn off Loom companion in Chrome extension',
|
|
1697
1589
|
team: 'Loom',
|
|
@@ -1702,7 +1594,6 @@ var metadata = {
|
|
|
1702
1594
|
keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
|
|
1703
1595
|
componentName: 'PowerCableIcon',
|
|
1704
1596
|
package: '@atlaskit/icon-lab/core/power-cable',
|
|
1705
|
-
type: 'core',
|
|
1706
1597
|
categorization: 'multi-purpose',
|
|
1707
1598
|
usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
|
|
1708
1599
|
team: 'Design System Team',
|
|
@@ -1712,7 +1603,6 @@ var metadata = {
|
|
|
1712
1603
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1713
1604
|
componentName: 'QrCodeIcon',
|
|
1714
1605
|
package: '@atlaskit/icon-lab/core/qr-code',
|
|
1715
|
-
type: 'core',
|
|
1716
1606
|
categorization: 'single-purpose',
|
|
1717
1607
|
usage: 'Reserved for QR code experiences.',
|
|
1718
1608
|
team: 'Assets',
|
|
@@ -1722,7 +1612,6 @@ var metadata = {
|
|
|
1722
1612
|
keywords: ['queue-pop-in', 'queuepopin', 'icon', 'icon-lab', 'Queues', 'pop-in', 'pop in', 'move back to sidebar'],
|
|
1723
1613
|
componentName: 'QueuePopInIcon',
|
|
1724
1614
|
package: '@atlaskit/icon-lab/core/queue-pop-in',
|
|
1725
|
-
type: 'core',
|
|
1726
1615
|
categorization: 'single-purpose',
|
|
1727
1616
|
usage: 'Reserved for JSM queue navigation to move back to sidebar',
|
|
1728
1617
|
team: 'JSM core capabilities',
|
|
@@ -1732,7 +1621,6 @@ var metadata = {
|
|
|
1732
1621
|
keywords: ['queue-pop-out', 'queuepopout', 'icon', 'icon-lab', 'pop-out', 'pop out', 'Queues', 'Move out from sidebar'],
|
|
1733
1622
|
componentName: 'QueuePopOutIcon',
|
|
1734
1623
|
package: '@atlaskit/icon-lab/core/queue-pop-out',
|
|
1735
|
-
type: 'core',
|
|
1736
1624
|
categorization: 'single-purpose',
|
|
1737
1625
|
usage: 'Reserved for JSM queue navigation to pop out from sidebar',
|
|
1738
1626
|
team: 'JSM core capabilities',
|
|
@@ -1742,7 +1630,6 @@ var metadata = {
|
|
|
1742
1630
|
keywords: ['randomize', 'icon', 'icon-lab', 'randomize', 'randomise', 'shuffle'],
|
|
1743
1631
|
componentName: 'RandomizeIcon',
|
|
1744
1632
|
package: '@atlaskit/icon-lab/core/randomize',
|
|
1745
|
-
type: 'core',
|
|
1746
1633
|
categorization: 'single-purpose',
|
|
1747
1634
|
usage: 'Reserved for randomizing or shuffling functionality.',
|
|
1748
1635
|
team: 'Whiteboards',
|
|
@@ -1752,7 +1639,6 @@ var metadata = {
|
|
|
1752
1639
|
keywords: ['repeat', 'icon', 'icon-lab', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
1753
1640
|
componentName: 'RepeatIcon',
|
|
1754
1641
|
package: '@atlaskit/icon-lab/core/repeat',
|
|
1755
|
-
type: 'core',
|
|
1756
1642
|
categorization: 'single-purpose',
|
|
1757
1643
|
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
1758
1644
|
team: 'Pandora',
|
|
@@ -1763,7 +1649,6 @@ var metadata = {
|
|
|
1763
1649
|
keywords: ['reply-left', 'replyleft', 'icon', 'icon-lab', 'arrow', 'reply', 'respond', 'message'],
|
|
1764
1650
|
componentName: 'ReplyLeftIcon',
|
|
1765
1651
|
package: '@atlaskit/icon-lab/core/reply-left',
|
|
1766
|
-
type: 'core',
|
|
1767
1652
|
categorization: 'single-purpose',
|
|
1768
1653
|
usage: 'Known uses: replying to a message thread',
|
|
1769
1654
|
team: 'Loom',
|
|
@@ -1773,7 +1658,6 @@ var metadata = {
|
|
|
1773
1658
|
keywords: ['reply-right', 'replyright', 'icon', 'icon-lab'],
|
|
1774
1659
|
componentName: 'ReplyRightIcon',
|
|
1775
1660
|
package: '@atlaskit/icon-lab/core/reply-right',
|
|
1776
|
-
type: 'core',
|
|
1777
1661
|
categorization: 'single-purpose',
|
|
1778
1662
|
usage: 'Known uses: replying to a message thread',
|
|
1779
1663
|
team: 'Loom',
|
|
@@ -1783,7 +1667,6 @@ var metadata = {
|
|
|
1783
1667
|
keywords: ['return', 'icon', 'icon-lab', 'submit', 'return', 'enter', 'confirm'],
|
|
1784
1668
|
componentName: 'ReturnIcon',
|
|
1785
1669
|
package: '@atlaskit/icon-lab/core/return',
|
|
1786
|
-
type: 'core',
|
|
1787
1670
|
categorization: 'single-purpose',
|
|
1788
1671
|
usage: 'Reserved for submitting text fields without dedicated button, mainly AI prompts',
|
|
1789
1672
|
team: 'Data Experiences (AVP)',
|
|
@@ -1791,32 +1674,37 @@ var metadata = {
|
|
|
1791
1674
|
slackChannel: '#avp-design'
|
|
1792
1675
|
},
|
|
1793
1676
|
'roadmaps-plan': {
|
|
1794
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', '
|
|
1677
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1795
1678
|
componentName: 'RoadmapsPlanIcon',
|
|
1796
1679
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1797
1680
|
oldName: ['bitbucket/builds'],
|
|
1798
|
-
|
|
1681
|
+
replacement: {
|
|
1682
|
+
name: 'plan',
|
|
1683
|
+
location: '@atlaskit/icon-lab'
|
|
1684
|
+
},
|
|
1799
1685
|
categorization: 'single-purpose',
|
|
1800
|
-
usage: 'Reserved for
|
|
1686
|
+
usage: 'Reserved for representing plans.',
|
|
1801
1687
|
team: 'Design System Team',
|
|
1802
|
-
status: '
|
|
1688
|
+
status: 'deprecated'
|
|
1803
1689
|
},
|
|
1804
1690
|
'roadmaps-service': {
|
|
1805
1691
|
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1806
1692
|
componentName: 'RoadmapsServiceIcon',
|
|
1807
1693
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1808
1694
|
oldName: ['bitbucket/forks'],
|
|
1809
|
-
|
|
1695
|
+
replacement: {
|
|
1696
|
+
name: 'service',
|
|
1697
|
+
location: '@atlaskit/icon-lab'
|
|
1698
|
+
},
|
|
1810
1699
|
categorization: 'single-purpose',
|
|
1811
1700
|
usage: 'Reserved for roadmaps service.',
|
|
1812
1701
|
team: 'Design System Team',
|
|
1813
|
-
status: '
|
|
1702
|
+
status: 'deprecated'
|
|
1814
1703
|
},
|
|
1815
1704
|
rovo: {
|
|
1816
1705
|
keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
|
|
1817
1706
|
componentName: 'RovoIcon',
|
|
1818
1707
|
package: '@atlaskit/icon-lab/core/rovo',
|
|
1819
|
-
type: 'core',
|
|
1820
1708
|
categorization: 'single-purpose',
|
|
1821
1709
|
usage: 'Reserved for representing Rovo',
|
|
1822
1710
|
team: 'Design System Team',
|
|
@@ -1826,7 +1714,6 @@ var metadata = {
|
|
|
1826
1714
|
keywords: ['rss-feed', 'rssfeed', 'icon', 'icon-lab', 'rss', 'really simply syndication', 'web feed', 'xml'],
|
|
1827
1715
|
componentName: 'RssFeedIcon',
|
|
1828
1716
|
package: '@atlaskit/icon-lab/core/rss-feed',
|
|
1829
|
-
type: 'core',
|
|
1830
1717
|
categorization: 'single-purpose',
|
|
1831
1718
|
usage: 'Reserved for RSS feeds',
|
|
1832
1719
|
team: 'Design System Team',
|
|
@@ -1836,7 +1723,6 @@ var metadata = {
|
|
|
1836
1723
|
keywords: ['save', 'icon', 'icon-lab', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1837
1724
|
componentName: 'SaveIcon',
|
|
1838
1725
|
package: '@atlaskit/icon-lab/core/save',
|
|
1839
|
-
type: 'core',
|
|
1840
1726
|
categorization: 'single-purpose',
|
|
1841
1727
|
usage: 'Reserved for saving',
|
|
1842
1728
|
team: 'Design System Team',
|
|
@@ -1847,7 +1733,6 @@ var metadata = {
|
|
|
1847
1733
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'screen recorder', 'camera', 'cam bubble'],
|
|
1848
1734
|
componentName: 'ScreenRecordIcon',
|
|
1849
1735
|
package: '@atlaskit/icon-lab/core/screen-record',
|
|
1850
|
-
type: 'core',
|
|
1851
1736
|
categorization: 'single-purpose',
|
|
1852
1737
|
usage: 'Known uses: screen recorder with the cam bubble for Loom',
|
|
1853
1738
|
team: 'Loom',
|
|
@@ -1857,17 +1742,24 @@ var metadata = {
|
|
|
1857
1742
|
keywords: ['section', 'icon', 'icon-lab', 'section', 'related content'],
|
|
1858
1743
|
componentName: 'SectionIcon',
|
|
1859
1744
|
package: '@atlaskit/icon-lab/core/section',
|
|
1860
|
-
type: 'core',
|
|
1861
1745
|
categorization: 'multi-purpose',
|
|
1862
1746
|
usage: 'Used for section tool in Whiteboards',
|
|
1863
1747
|
team: 'Whiteboards',
|
|
1864
1748
|
status: 'published'
|
|
1865
1749
|
},
|
|
1750
|
+
service: {
|
|
1751
|
+
keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1752
|
+
componentName: 'ServiceIcon',
|
|
1753
|
+
package: '@atlaskit/icon-lab/core/service',
|
|
1754
|
+
categorization: 'single-purpose',
|
|
1755
|
+
usage: 'Reserved for roadmaps service.',
|
|
1756
|
+
team: 'Design System Team',
|
|
1757
|
+
status: 'published'
|
|
1758
|
+
},
|
|
1866
1759
|
'shape-diamond': {
|
|
1867
1760
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1868
1761
|
componentName: 'ShapeDiamondIcon',
|
|
1869
1762
|
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
1870
|
-
type: 'core',
|
|
1871
1763
|
categorization: 'multi-purpose',
|
|
1872
1764
|
usage: 'Diamond shape tool in Whiteboards',
|
|
1873
1765
|
team: 'Whiteboards',
|
|
@@ -1877,7 +1769,6 @@ var metadata = {
|
|
|
1877
1769
|
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'ellipse', 'circle', 'shape tool'],
|
|
1878
1770
|
componentName: 'ShapeEllipseIcon',
|
|
1879
1771
|
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
1880
|
-
type: 'core',
|
|
1881
1772
|
categorization: 'multi-purpose',
|
|
1882
1773
|
usage: 'Ellipse shape tool in Whiteboards',
|
|
1883
1774
|
team: 'Whiteboards',
|
|
@@ -1887,7 +1778,6 @@ var metadata = {
|
|
|
1887
1778
|
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
1888
1779
|
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
1889
1780
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
1890
|
-
type: 'core',
|
|
1891
1781
|
categorization: 'multi-purpose',
|
|
1892
1782
|
usage: 'Left parallelogram shape tool in Whiteboards',
|
|
1893
1783
|
team: 'Whiteboards',
|
|
@@ -1897,7 +1787,6 @@ var metadata = {
|
|
|
1897
1787
|
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
1898
1788
|
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
1899
1789
|
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
1900
|
-
type: 'core',
|
|
1901
1790
|
categorization: 'multi-purpose',
|
|
1902
1791
|
usage: 'Right parallelogram shape tool in Whiteboards',
|
|
1903
1792
|
team: 'Whiteboards',
|
|
@@ -1907,7 +1796,6 @@ var metadata = {
|
|
|
1907
1796
|
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'square'],
|
|
1908
1797
|
componentName: 'ShapeRectangleIcon',
|
|
1909
1798
|
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
1910
|
-
type: 'core',
|
|
1911
1799
|
categorization: 'multi-purpose',
|
|
1912
1800
|
usage: 'Rectangle shape tool in Whiteboards',
|
|
1913
1801
|
team: 'Whiteboards',
|
|
@@ -1917,7 +1805,6 @@ var metadata = {
|
|
|
1917
1805
|
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
1918
1806
|
componentName: 'ShapeRectangleRoundedIcon',
|
|
1919
1807
|
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
1920
|
-
type: 'core',
|
|
1921
1808
|
categorization: 'multi-purpose',
|
|
1922
1809
|
usage: 'Rounded rectangle shape tool in Whiteboards',
|
|
1923
1810
|
team: 'Whiteboards',
|
|
@@ -1927,7 +1814,6 @@ var metadata = {
|
|
|
1927
1814
|
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1928
1815
|
componentName: 'ShapeTriangleIcon',
|
|
1929
1816
|
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
1930
|
-
type: 'core',
|
|
1931
1817
|
categorization: 'multi-purpose',
|
|
1932
1818
|
usage: 'Triangle shape tool in Whiteboards',
|
|
1933
1819
|
team: 'Whiteboards',
|
|
@@ -1937,7 +1823,6 @@ var metadata = {
|
|
|
1937
1823
|
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'triangle', 'shape tool', 'equilateral'],
|
|
1938
1824
|
componentName: 'ShapeTriangleInvertedIcon',
|
|
1939
1825
|
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
1940
|
-
type: 'core',
|
|
1941
1826
|
categorization: 'multi-purpose',
|
|
1942
1827
|
usage: 'Upside down triangle shape tool in Whiteboards',
|
|
1943
1828
|
team: 'Whiteboards',
|
|
@@ -1947,7 +1832,6 @@ var metadata = {
|
|
|
1947
1832
|
keywords: ['signature', 'icon', 'icon-lab', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
1948
1833
|
componentName: 'SignatureIcon',
|
|
1949
1834
|
package: '@atlaskit/icon-lab/core/signature',
|
|
1950
|
-
type: 'core',
|
|
1951
1835
|
categorization: 'multi-purpose',
|
|
1952
1836
|
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
1953
1837
|
team: 'Whiteboards',
|
|
@@ -1957,7 +1841,6 @@ var metadata = {
|
|
|
1957
1841
|
keywords: ['signpost', 'icon', 'icon-lab', 'signpost', 'direction', 'milestone'],
|
|
1958
1842
|
componentName: 'SignpostIcon',
|
|
1959
1843
|
package: '@atlaskit/icon-lab/core/signpost',
|
|
1960
|
-
type: 'core',
|
|
1961
1844
|
categorization: 'multi-purpose',
|
|
1962
1845
|
team: 'Design System Team',
|
|
1963
1846
|
status: 'published'
|
|
@@ -1966,7 +1849,6 @@ var metadata = {
|
|
|
1966
1849
|
keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
|
|
1967
1850
|
componentName: 'SkillIcon',
|
|
1968
1851
|
package: '@atlaskit/icon-lab/core/skill',
|
|
1969
|
-
type: 'core',
|
|
1970
1852
|
categorization: 'single-purpose',
|
|
1971
1853
|
usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
|
|
1972
1854
|
team: 'Studio',
|
|
@@ -1976,7 +1858,6 @@ var metadata = {
|
|
|
1976
1858
|
keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
|
|
1977
1859
|
componentName: 'SkipIcon',
|
|
1978
1860
|
package: '@atlaskit/icon-lab/core/skip',
|
|
1979
|
-
type: 'core',
|
|
1980
1861
|
categorization: 'single-purpose',
|
|
1981
1862
|
usage: 'Reserved for skipping steps.',
|
|
1982
1863
|
team: 'Automation',
|
|
@@ -1986,7 +1867,6 @@ var metadata = {
|
|
|
1986
1867
|
keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
|
|
1987
1868
|
componentName: 'SkipUnskipIcon',
|
|
1988
1869
|
package: '@atlaskit/icon-lab/core/skip-unskip',
|
|
1989
|
-
type: 'core',
|
|
1990
1870
|
categorization: 'single-purpose',
|
|
1991
1871
|
usage: 'Reserved for reinstating a previously skipped step.',
|
|
1992
1872
|
team: 'Automation',
|
|
@@ -1996,7 +1876,6 @@ var metadata = {
|
|
|
1996
1876
|
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1997
1877
|
componentName: 'SortOptionsIcon',
|
|
1998
1878
|
package: '@atlaskit/icon-lab/core/sort-options',
|
|
1999
|
-
type: 'core',
|
|
2000
1879
|
categorization: 'single-purpose',
|
|
2001
1880
|
usage: 'Reserved for accessing sorting options.',
|
|
2002
1881
|
team: 'Databases',
|
|
@@ -2006,7 +1885,6 @@ var metadata = {
|
|
|
2006
1885
|
keywords: ['spaces', 'icon', 'icon-lab', 'space', 'spaces', 'projects'],
|
|
2007
1886
|
componentName: 'SpacesIcon',
|
|
2008
1887
|
package: '@atlaskit/icon-lab/core/spaces',
|
|
2009
|
-
type: 'core',
|
|
2010
1888
|
categorization: 'single-purpose',
|
|
2011
1889
|
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
2012
1890
|
team: 'Jira',
|
|
@@ -2017,7 +1895,6 @@ var metadata = {
|
|
|
2017
1895
|
keywords: ['speedometer-left', 'speedometerleft', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'slow'],
|
|
2018
1896
|
componentName: 'SpeedometerLeftIcon',
|
|
2019
1897
|
package: '@atlaskit/icon-lab/core/speedometer-left',
|
|
2020
|
-
type: 'core',
|
|
2021
1898
|
categorization: 'multi-purpose',
|
|
2022
1899
|
usage: 'Known uses: video is set to a slower playback speed',
|
|
2023
1900
|
team: 'Loom',
|
|
@@ -2027,7 +1904,6 @@ var metadata = {
|
|
|
2027
1904
|
keywords: ['speedometer-right', 'speedometerright', 'icon', 'icon-lab', 'speed', 'performance', 'dial', 'fast'],
|
|
2028
1905
|
componentName: 'SpeedometerRightIcon',
|
|
2029
1906
|
package: '@atlaskit/icon-lab/core/speedometer-right',
|
|
2030
|
-
type: 'core',
|
|
2031
1907
|
categorization: 'multi-purpose',
|
|
2032
1908
|
usage: 'Known uses: video is set to a faster playback speed',
|
|
2033
1909
|
team: 'Loom',
|
|
@@ -2037,7 +1913,6 @@ var metadata = {
|
|
|
2037
1913
|
keywords: ['speedometer-up', 'speedometerup', 'icon', 'icon-lab', 'speed', 'performance', 'dial'],
|
|
2038
1914
|
componentName: 'SpeedometerUpIcon',
|
|
2039
1915
|
package: '@atlaskit/icon-lab/core/speedometer-up',
|
|
2040
|
-
type: 'core',
|
|
2041
1916
|
categorization: 'multi-purpose',
|
|
2042
1917
|
usage: 'Known uses: video is set a normal playback speed',
|
|
2043
1918
|
team: 'Loom',
|
|
@@ -2047,7 +1922,6 @@ var metadata = {
|
|
|
2047
1922
|
keywords: ['split-parallel', 'splitparallel', 'icon', 'icon-lab', 'router', 'branches'],
|
|
2048
1923
|
componentName: 'SplitParallelIcon',
|
|
2049
1924
|
package: '@atlaskit/icon-lab/core/split-parallel',
|
|
2050
|
-
type: 'core',
|
|
2051
1925
|
categorization: 'single-purpose',
|
|
2052
1926
|
usage: 'Reserved for split parallel branches in Automation',
|
|
2053
1927
|
team: 'Automation',
|
|
@@ -2058,17 +1932,123 @@ var metadata = {
|
|
|
2058
1932
|
keywords: ['stamp', 'icon', 'icon-lab', 'stamp', 'rubber stamp', 'handstamp'],
|
|
2059
1933
|
componentName: 'StampIcon',
|
|
2060
1934
|
package: '@atlaskit/icon-lab/core/stamp',
|
|
2061
|
-
type: 'core',
|
|
2062
1935
|
categorization: 'multi-purpose',
|
|
2063
1936
|
usage: 'Used for stamp tool in Whiteboards',
|
|
2064
1937
|
team: 'Whiteboards',
|
|
2065
1938
|
status: 'published'
|
|
2066
1939
|
},
|
|
1940
|
+
'status-workflow-cancelled': {
|
|
1941
|
+
keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
|
|
1942
|
+
componentName: 'StatusWorkflowCancelledIcon',
|
|
1943
|
+
package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
|
|
1944
|
+
categorization: 'single-purpose',
|
|
1945
|
+
usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
|
|
1946
|
+
team: 'Design System Team',
|
|
1947
|
+
status: 'published'
|
|
1948
|
+
},
|
|
1949
|
+
'status-workflow-danger': {
|
|
1950
|
+
keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
|
|
1951
|
+
componentName: 'StatusWorkflowDangerIcon',
|
|
1952
|
+
package: '@atlaskit/icon-lab/core/status-workflow-danger',
|
|
1953
|
+
categorization: 'single-purpose',
|
|
1954
|
+
usage: 'Reserved for representing statuses that signal critical issues that demand attention',
|
|
1955
|
+
team: 'Design System Team',
|
|
1956
|
+
status: 'published'
|
|
1957
|
+
},
|
|
1958
|
+
'status-workflow-in-progress': {
|
|
1959
|
+
keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
|
|
1960
|
+
componentName: 'StatusWorkflowInProgressIcon',
|
|
1961
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
|
|
1962
|
+
categorization: 'single-purpose',
|
|
1963
|
+
usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
|
|
1964
|
+
team: 'Design System Team',
|
|
1965
|
+
status: 'published'
|
|
1966
|
+
},
|
|
1967
|
+
'status-workflow-in-review': {
|
|
1968
|
+
keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
|
|
1969
|
+
componentName: 'StatusWorkflowInReviewIcon',
|
|
1970
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-review',
|
|
1971
|
+
categorization: 'single-purpose',
|
|
1972
|
+
usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
|
|
1973
|
+
team: 'Design System Team',
|
|
1974
|
+
status: 'published'
|
|
1975
|
+
},
|
|
1976
|
+
'status-workflow-inactive': {
|
|
1977
|
+
keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
|
|
1978
|
+
componentName: 'StatusWorkflowInactiveIcon',
|
|
1979
|
+
package: '@atlaskit/icon-lab/core/status-workflow-inactive',
|
|
1980
|
+
categorization: 'single-purpose',
|
|
1981
|
+
usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
|
|
1982
|
+
team: 'Design System Team',
|
|
1983
|
+
status: 'published'
|
|
1984
|
+
},
|
|
1985
|
+
'status-workflow-incomplete': {
|
|
1986
|
+
keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
|
|
1987
|
+
componentName: 'StatusWorkflowIncompleteIcon',
|
|
1988
|
+
package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
|
|
1989
|
+
categorization: 'single-purpose',
|
|
1990
|
+
usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
|
|
1991
|
+
team: 'Design System Team',
|
|
1992
|
+
status: 'published'
|
|
1993
|
+
},
|
|
1994
|
+
'status-workflow-paused': {
|
|
1995
|
+
keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
|
|
1996
|
+
componentName: 'StatusWorkflowPausedIcon',
|
|
1997
|
+
package: '@atlaskit/icon-lab/core/status-workflow-paused',
|
|
1998
|
+
categorization: 'single-purpose',
|
|
1999
|
+
usage: 'Reserved for representing statuses that indicate work or a process has paused',
|
|
2000
|
+
team: 'Design System Team',
|
|
2001
|
+
status: 'published'
|
|
2002
|
+
},
|
|
2003
|
+
'status-workflow-returned': {
|
|
2004
|
+
keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
|
|
2005
|
+
componentName: 'StatusWorkflowReturnedIcon',
|
|
2006
|
+
package: '@atlaskit/icon-lab/core/status-workflow-returned',
|
|
2007
|
+
categorization: 'single-purpose',
|
|
2008
|
+
usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
|
|
2009
|
+
team: 'Design System Team',
|
|
2010
|
+
status: 'published'
|
|
2011
|
+
},
|
|
2012
|
+
'status-workflow-scheduled': {
|
|
2013
|
+
keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
|
|
2014
|
+
componentName: 'StatusWorkflowScheduledIcon',
|
|
2015
|
+
package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
|
|
2016
|
+
categorization: 'single-purpose',
|
|
2017
|
+
usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
|
|
2018
|
+
team: 'Design System Team',
|
|
2019
|
+
status: 'published'
|
|
2020
|
+
},
|
|
2021
|
+
'status-workflow-stopped': {
|
|
2022
|
+
keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
|
|
2023
|
+
componentName: 'StatusWorkflowStoppedIcon',
|
|
2024
|
+
package: '@atlaskit/icon-lab/core/status-workflow-stopped',
|
|
2025
|
+
categorization: 'single-purpose',
|
|
2026
|
+
usage: 'Reserved for representing statuses that indicate work or a process has stopped',
|
|
2027
|
+
team: 'Design System Team',
|
|
2028
|
+
status: 'published'
|
|
2029
|
+
},
|
|
2030
|
+
'status-workflow-success': {
|
|
2031
|
+
keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
|
|
2032
|
+
componentName: 'StatusWorkflowSuccessIcon',
|
|
2033
|
+
package: '@atlaskit/icon-lab/core/status-workflow-success',
|
|
2034
|
+
categorization: 'single-purpose',
|
|
2035
|
+
usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
|
|
2036
|
+
team: 'Design System Team',
|
|
2037
|
+
status: 'published'
|
|
2038
|
+
},
|
|
2039
|
+
'status-workflow-warning': {
|
|
2040
|
+
keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
|
|
2041
|
+
componentName: 'StatusWorkflowWarningIcon',
|
|
2042
|
+
package: '@atlaskit/icon-lab/core/status-workflow-warning',
|
|
2043
|
+
categorization: 'single-purpose',
|
|
2044
|
+
usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
|
|
2045
|
+
team: 'Design System Team',
|
|
2046
|
+
status: 'published'
|
|
2047
|
+
},
|
|
2067
2048
|
sticker: {
|
|
2068
2049
|
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
2069
2050
|
componentName: 'StickerIcon',
|
|
2070
2051
|
package: '@atlaskit/icon-lab/core/sticker',
|
|
2071
|
-
type: 'core',
|
|
2072
2052
|
categorization: 'multi-purpose',
|
|
2073
2053
|
usage: 'Used for sticker tool in Whiteboards',
|
|
2074
2054
|
team: 'Whiteboards',
|
|
@@ -2078,7 +2058,6 @@ var metadata = {
|
|
|
2078
2058
|
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
2079
2059
|
componentName: 'StrokeCurvatureCurvedIcon',
|
|
2080
2060
|
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
2081
|
-
type: 'core',
|
|
2082
2061
|
categorization: 'single-purpose',
|
|
2083
2062
|
usage: 'Reserved for curved line type setting for line tool in Whiteboards.',
|
|
2084
2063
|
team: 'Whiteboards',
|
|
@@ -2088,7 +2067,6 @@ var metadata = {
|
|
|
2088
2067
|
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
2089
2068
|
componentName: 'StrokeCurvatureDynamicIcon',
|
|
2090
2069
|
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
2091
|
-
type: 'core',
|
|
2092
2070
|
categorization: 'single-purpose',
|
|
2093
2071
|
usage: 'Reserved for dynamic line type setting for line tool in Whiteboards',
|
|
2094
2072
|
team: 'Whiteboards',
|
|
@@ -2098,7 +2076,6 @@ var metadata = {
|
|
|
2098
2076
|
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
2099
2077
|
componentName: 'StrokeCurvatureStraightIcon',
|
|
2100
2078
|
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
2101
|
-
type: 'core',
|
|
2102
2079
|
categorization: 'single-purpose',
|
|
2103
2080
|
usage: 'Reserved for straight line type setting for line tool in Whiteboards',
|
|
2104
2081
|
team: 'Whiteboards',
|
|
@@ -2108,7 +2085,6 @@ var metadata = {
|
|
|
2108
2085
|
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'stroke properties', 'border options'],
|
|
2109
2086
|
componentName: 'StrokePropertiesIcon',
|
|
2110
2087
|
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
2111
|
-
type: 'core',
|
|
2112
2088
|
categorization: 'single-purpose',
|
|
2113
2089
|
usage: 'Reserved for stroke properties in Whiteboards',
|
|
2114
2090
|
team: 'Whiteboards',
|
|
@@ -2118,7 +2094,6 @@ var metadata = {
|
|
|
2118
2094
|
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
2119
2095
|
componentName: 'StrokeStyleDashedIcon',
|
|
2120
2096
|
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
2121
|
-
type: 'core',
|
|
2122
2097
|
categorization: 'single-purpose',
|
|
2123
2098
|
usage: 'Reserved for representing dashed stroke and border styles.',
|
|
2124
2099
|
team: 'Whiteboards',
|
|
@@ -2128,7 +2103,6 @@ var metadata = {
|
|
|
2128
2103
|
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
2129
2104
|
componentName: 'StrokeStyleDottedIcon',
|
|
2130
2105
|
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
2131
|
-
type: 'core',
|
|
2132
2106
|
categorization: 'single-purpose',
|
|
2133
2107
|
usage: 'Reserved for representing dotted stroke and border styles.',
|
|
2134
2108
|
team: 'Whiteboards',
|
|
@@ -2138,7 +2112,6 @@ var metadata = {
|
|
|
2138
2112
|
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
2139
2113
|
componentName: 'StrokeStyleSolidIcon',
|
|
2140
2114
|
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
2141
|
-
type: 'core',
|
|
2142
2115
|
categorization: 'single-purpose',
|
|
2143
2116
|
usage: 'Reserved for representing solid stroke and border styles.',
|
|
2144
2117
|
team: 'Whiteboards',
|
|
@@ -2148,7 +2121,6 @@ var metadata = {
|
|
|
2148
2121
|
keywords: ['studio', 'icon', 'icon-lab', 'studio', 'atlassian studio'],
|
|
2149
2122
|
componentName: 'StudioIcon',
|
|
2150
2123
|
package: '@atlaskit/icon-lab/core/studio',
|
|
2151
|
-
type: 'core',
|
|
2152
2124
|
categorization: 'single-purpose',
|
|
2153
2125
|
usage: 'Reserved for functional representation of Atlassian Studio',
|
|
2154
2126
|
team: 'Design Systems Team',
|
|
@@ -2158,7 +2130,6 @@ var metadata = {
|
|
|
2158
2130
|
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
2159
2131
|
componentName: 'SuggestedEditIcon',
|
|
2160
2132
|
package: '@atlaskit/icon-lab/core/suggested-edit',
|
|
2161
|
-
type: 'core',
|
|
2162
2133
|
categorization: 'single-purpose',
|
|
2163
2134
|
usage: 'Reserved for suggestions powered by Atlassian Intelligence',
|
|
2164
2135
|
team: 'Editor AI',
|
|
@@ -2168,7 +2139,6 @@ var metadata = {
|
|
|
2168
2139
|
keywords: ['sunset', 'icon', 'icon-lab', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
2169
2140
|
componentName: 'SunsetIcon',
|
|
2170
2141
|
package: '@atlaskit/icon-lab/core/sunset',
|
|
2171
|
-
type: 'core',
|
|
2172
2142
|
categorization: 'multi-purpose',
|
|
2173
2143
|
usage: 'Farewell feed in hello.',
|
|
2174
2144
|
team: 'confluence insights',
|
|
@@ -2178,7 +2148,6 @@ var metadata = {
|
|
|
2178
2148
|
keywords: ['swap', 'icon', 'icon-lab', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
2179
2149
|
componentName: 'SwapIcon',
|
|
2180
2150
|
package: '@atlaskit/icon-lab/core/swap',
|
|
2181
|
-
type: 'core',
|
|
2182
2151
|
categorization: 'single-purpose',
|
|
2183
2152
|
usage: 'Swapping between Jira tickets in Whiteboard smart section',
|
|
2184
2153
|
team: 'Whiteboards',
|
|
@@ -2188,7 +2157,6 @@ var metadata = {
|
|
|
2188
2157
|
keywords: ['switch-case', 'switchcase', 'icon', 'icon-lab', 'conditions', 'if', 'else', 'else if'],
|
|
2189
2158
|
componentName: 'SwitchCaseIcon',
|
|
2190
2159
|
package: '@atlaskit/icon-lab/core/switch-case',
|
|
2191
|
-
type: 'core',
|
|
2192
2160
|
categorization: 'single-purpose',
|
|
2193
2161
|
usage: 'Reserved for switch case conditions in automation',
|
|
2194
2162
|
team: 'Automations',
|
|
@@ -2199,7 +2167,6 @@ var metadata = {
|
|
|
2199
2167
|
keywords: ['sync', 'icon', 'icon-lab', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
2200
2168
|
componentName: 'SyncIcon',
|
|
2201
2169
|
package: '@atlaskit/icon-lab/core/sync',
|
|
2202
|
-
type: 'core',
|
|
2203
2170
|
categorization: 'single-purpose',
|
|
2204
2171
|
usage: 'Reserved for syncing changes and save operations.',
|
|
2205
2172
|
team: 'Content Types',
|
|
@@ -2209,7 +2176,6 @@ var metadata = {
|
|
|
2209
2176
|
keywords: ['tab', 'icon', 'icon-lab', 'key', 'tab'],
|
|
2210
2177
|
componentName: 'TabIcon',
|
|
2211
2178
|
package: '@atlaskit/icon-lab/core/tab',
|
|
2212
|
-
type: 'core',
|
|
2213
2179
|
categorization: 'single-purpose',
|
|
2214
2180
|
usage: 'Reserved for representing tab key.',
|
|
2215
2181
|
team: 'Design System Team',
|
|
@@ -2220,7 +2186,6 @@ var metadata = {
|
|
|
2220
2186
|
keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
|
|
2221
2187
|
componentName: 'TableRowLimitIcon',
|
|
2222
2188
|
package: '@atlaskit/icon-lab/core/table-row-limit',
|
|
2223
|
-
type: 'core',
|
|
2224
2189
|
categorization: 'single-purpose',
|
|
2225
2190
|
usage: 'Reserved for limiting table rows.',
|
|
2226
2191
|
team: 'Data Experiences',
|
|
@@ -2230,7 +2195,6 @@ var metadata = {
|
|
|
2230
2195
|
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
2231
2196
|
componentName: 'TakeoutContainerIcon',
|
|
2232
2197
|
package: '@atlaskit/icon-lab/core/takeout-container',
|
|
2233
|
-
type: 'core',
|
|
2234
2198
|
categorization: 'multi-purpose',
|
|
2235
2199
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
2236
2200
|
team: 'Design System Team',
|
|
@@ -2240,7 +2204,6 @@ var metadata = {
|
|
|
2240
2204
|
keywords: ['talent', 'icon', 'icon-lab', 'talent', 'person', 'star'],
|
|
2241
2205
|
componentName: 'TalentIcon',
|
|
2242
2206
|
package: '@atlaskit/icon-lab/core/talent',
|
|
2243
|
-
type: 'core',
|
|
2244
2207
|
categorization: 'single-purpose',
|
|
2245
2208
|
usage: 'Reserved for functional representation of Talent app',
|
|
2246
2209
|
team: 'Talent',
|
|
@@ -2250,7 +2213,6 @@ var metadata = {
|
|
|
2250
2213
|
keywords: ['teamwork-graph', 'teamworkgraph', 'icon', 'icon-lab', 'teamwork graph'],
|
|
2251
2214
|
componentName: 'TeamworkGraphIcon',
|
|
2252
2215
|
package: '@atlaskit/icon-lab/core/teamwork-graph',
|
|
2253
|
-
type: 'core',
|
|
2254
2216
|
categorization: 'single-purpose',
|
|
2255
2217
|
usage: 'Reserved for Teamwork Graph features.',
|
|
2256
2218
|
team: 'Teamwork Graph Experiences',
|
|
@@ -2260,7 +2222,6 @@ var metadata = {
|
|
|
2260
2222
|
keywords: ['telescope', 'icon', 'icon-lab', 'telescope', 'scope', 'discover', 'discovery'],
|
|
2261
2223
|
componentName: 'TelescopeIcon',
|
|
2262
2224
|
package: '@atlaskit/icon-lab/core/telescope',
|
|
2263
|
-
type: 'core',
|
|
2264
2225
|
categorization: 'multi-purpose',
|
|
2265
2226
|
usage: 'Known uses: Discover feature in Atlassian Home',
|
|
2266
2227
|
team: 'Atlassian Home',
|
|
@@ -2270,7 +2231,6 @@ var metadata = {
|
|
|
2270
2231
|
keywords: ['template', 'icon', 'icon-lab', 'template', 'templates'],
|
|
2271
2232
|
componentName: 'TemplateIcon',
|
|
2272
2233
|
package: '@atlaskit/icon-lab/core/template',
|
|
2273
|
-
type: 'core',
|
|
2274
2234
|
categorization: 'single-purpose',
|
|
2275
2235
|
usage: 'Reserved fore templates.',
|
|
2276
2236
|
team: 'Whiteboards',
|
|
@@ -2280,7 +2240,6 @@ var metadata = {
|
|
|
2280
2240
|
keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
|
|
2281
2241
|
componentName: 'TemplateSyncIcon',
|
|
2282
2242
|
package: '@atlaskit/icon-lab/core/template-sync',
|
|
2283
|
-
type: 'core',
|
|
2284
2243
|
categorization: 'single-purpose',
|
|
2285
2244
|
usage: 'Reserved for saving and updating templates.',
|
|
2286
2245
|
team: 'Data Experiences',
|
|
@@ -2290,7 +2249,6 @@ var metadata = {
|
|
|
2290
2249
|
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
2291
2250
|
componentName: 'TerminalIcon',
|
|
2292
2251
|
package: '@atlaskit/icon-lab/core/terminal',
|
|
2293
|
-
type: 'core',
|
|
2294
2252
|
categorization: 'multi-purpose',
|
|
2295
2253
|
team: 'Design System Team',
|
|
2296
2254
|
status: 'published'
|
|
@@ -2299,7 +2257,6 @@ var metadata = {
|
|
|
2299
2257
|
keywords: ['text-adjust-length', 'textadjustlength', 'icon', 'icon-lab', 'text length', 'change text length', 'adjust text length'],
|
|
2300
2258
|
componentName: 'TextAdjustLengthIcon',
|
|
2301
2259
|
package: '@atlaskit/icon-lab/core/text-adjust-length',
|
|
2302
|
-
type: 'core',
|
|
2303
2260
|
categorization: 'single-purpose',
|
|
2304
2261
|
usage: 'Reserved for accessing text length generative AI actions.',
|
|
2305
2262
|
team: 'Editor AI',
|
|
@@ -2309,7 +2266,6 @@ var metadata = {
|
|
|
2309
2266
|
keywords: ['text-audio-transcript', 'textaudiotranscript', 'icon', 'icon-lab', 'microphone', 'script', 'paragraph'],
|
|
2310
2267
|
componentName: 'TextAudioTranscriptIcon',
|
|
2311
2268
|
package: '@atlaskit/icon-lab/core/text-audio-transcript',
|
|
2312
|
-
type: 'core',
|
|
2313
2269
|
categorization: 'single-purpose',
|
|
2314
2270
|
usage: 'Reserved for viewing transcript in Loom',
|
|
2315
2271
|
team: 'Loom',
|
|
@@ -2320,7 +2276,6 @@ var metadata = {
|
|
|
2320
2276
|
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
|
|
2321
2277
|
componentName: 'TextBoldItalicIcon',
|
|
2322
2278
|
package: '@atlaskit/icon-lab/core/text-bold-italic',
|
|
2323
|
-
type: 'core',
|
|
2324
2279
|
categorization: 'single-purpose',
|
|
2325
2280
|
usage: 'Reserved for bold text with italic',
|
|
2326
2281
|
team: 'Whiteboards',
|
|
@@ -2330,7 +2285,6 @@ var metadata = {
|
|
|
2330
2285
|
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
|
|
2331
2286
|
componentName: 'TextBoldItalicStrikethroughIcon',
|
|
2332
2287
|
package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
|
|
2333
|
-
type: 'core',
|
|
2334
2288
|
categorization: 'single-purpose',
|
|
2335
2289
|
usage: 'Reserved for italic bold text with a strikethrough',
|
|
2336
2290
|
team: 'Whiteboards',
|
|
@@ -2340,7 +2294,6 @@ var metadata = {
|
|
|
2340
2294
|
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
|
|
2341
2295
|
componentName: 'TextBoldItalicUnderlineIcon',
|
|
2342
2296
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
|
|
2343
|
-
type: 'core',
|
|
2344
2297
|
categorization: 'single-purpose',
|
|
2345
2298
|
usage: 'Reserved for bold italic text with underline',
|
|
2346
2299
|
team: 'Whiteboards',
|
|
@@ -2350,7 +2303,6 @@ var metadata = {
|
|
|
2350
2303
|
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
|
|
2351
2304
|
componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
|
|
2352
2305
|
package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
|
|
2353
|
-
type: 'core',
|
|
2354
2306
|
categorization: 'single-purpose',
|
|
2355
2307
|
usage: 'Reserved for bold italic text with underline and strikethrough',
|
|
2356
2308
|
team: 'Whiteboards',
|
|
@@ -2360,7 +2312,6 @@ var metadata = {
|
|
|
2360
2312
|
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Bold', 'strikethrough'],
|
|
2361
2313
|
componentName: 'TextBoldStrikethroughIcon',
|
|
2362
2314
|
package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
|
|
2363
|
-
type: 'core',
|
|
2364
2315
|
categorization: 'single-purpose',
|
|
2365
2316
|
usage: 'Reserved for bold strikethrough text',
|
|
2366
2317
|
team: 'Whiteboards',
|
|
@@ -2370,7 +2321,6 @@ var metadata = {
|
|
|
2370
2321
|
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'bold', 'underline', 'text formatting'],
|
|
2371
2322
|
componentName: 'TextBoldUnderlineIcon',
|
|
2372
2323
|
package: '@atlaskit/icon-lab/core/text-bold-underline',
|
|
2373
|
-
type: 'core',
|
|
2374
2324
|
categorization: 'single-purpose',
|
|
2375
2325
|
usage: 'Reserved for bold text with underline',
|
|
2376
2326
|
team: 'Whiteboards',
|
|
@@ -2380,7 +2330,6 @@ var metadata = {
|
|
|
2380
2330
|
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'bold', 'strikethrough', 'underline'],
|
|
2381
2331
|
componentName: 'TextBoldUnderlineStrikethroughIcon',
|
|
2382
2332
|
package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
|
|
2383
|
-
type: 'core',
|
|
2384
2333
|
categorization: 'single-purpose',
|
|
2385
2334
|
usage: 'Reserved for bold text with underline and strikethrough',
|
|
2386
2335
|
team: 'Whiteboards',
|
|
@@ -2390,7 +2339,6 @@ var metadata = {
|
|
|
2390
2339
|
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'text', 'conclusion', 'AI', 'generative'],
|
|
2391
2340
|
componentName: 'TextConclusionAddIcon',
|
|
2392
2341
|
package: '@atlaskit/icon-lab/core/text-conclusion-add',
|
|
2393
|
-
type: 'core',
|
|
2394
2342
|
categorization: 'single-purpose',
|
|
2395
2343
|
usage: 'Confluence Editor AI action for generating a conclusion',
|
|
2396
2344
|
team: 'Editor AI',
|
|
@@ -2400,7 +2348,6 @@ var metadata = {
|
|
|
2400
2348
|
keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
|
|
2401
2349
|
componentName: 'TextCursorIcon',
|
|
2402
2350
|
package: '@atlaskit/icon-lab/core/text-cursor',
|
|
2403
|
-
type: 'core',
|
|
2404
2351
|
categorization: 'multi-purpose',
|
|
2405
2352
|
usage: 'Known uses: Renaming',
|
|
2406
2353
|
team: 'Data Experiences',
|
|
@@ -2410,7 +2357,6 @@ var metadata = {
|
|
|
2410
2357
|
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2411
2358
|
componentName: 'TextDensityCompressIcon',
|
|
2412
2359
|
package: '@atlaskit/icon-lab/core/text-density-compress',
|
|
2413
|
-
type: 'core',
|
|
2414
2360
|
categorization: 'single-purpose',
|
|
2415
2361
|
usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
|
|
2416
2362
|
team: 'Confluence',
|
|
@@ -2420,7 +2366,6 @@ var metadata = {
|
|
|
2420
2366
|
keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
|
|
2421
2367
|
componentName: 'TextDensityExpandIcon',
|
|
2422
2368
|
package: '@atlaskit/icon-lab/core/text-density-expand',
|
|
2423
|
-
type: 'core',
|
|
2424
2369
|
categorization: 'single-purpose',
|
|
2425
2370
|
usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
|
|
2426
2371
|
team: 'Confluence',
|
|
@@ -2430,7 +2375,6 @@ var metadata = {
|
|
|
2430
2375
|
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
2431
2376
|
componentName: 'TextHeadingFiveIcon',
|
|
2432
2377
|
package: '@atlaskit/icon-lab/core/text-heading-five',
|
|
2433
|
-
type: 'core',
|
|
2434
2378
|
categorization: 'single-purpose',
|
|
2435
2379
|
usage: 'Reserved for H5 / Heading 5 text style',
|
|
2436
2380
|
team: 'Editor design',
|
|
@@ -2441,7 +2385,6 @@ var metadata = {
|
|
|
2441
2385
|
keywords: ['text-heading-four', 'textheadingfour', 'icon', 'icon-lab', 'heading 4', 'H4', 'text style'],
|
|
2442
2386
|
componentName: 'TextHeadingFourIcon',
|
|
2443
2387
|
package: '@atlaskit/icon-lab/core/text-heading-four',
|
|
2444
|
-
type: 'core',
|
|
2445
2388
|
categorization: 'single-purpose',
|
|
2446
2389
|
usage: 'Reserved for H4 / Heading 4 text style',
|
|
2447
2390
|
team: 'Editor design',
|
|
@@ -2452,7 +2395,6 @@ var metadata = {
|
|
|
2452
2395
|
keywords: ['text-heading-one', 'textheadingone', 'icon', 'icon-lab', 'Heading 1', 'H1', 'text style'],
|
|
2453
2396
|
componentName: 'TextHeadingOneIcon',
|
|
2454
2397
|
package: '@atlaskit/icon-lab/core/text-heading-one',
|
|
2455
|
-
type: 'core',
|
|
2456
2398
|
categorization: 'single-purpose',
|
|
2457
2399
|
usage: 'Reserved for H1 / Heading 1 text style',
|
|
2458
2400
|
team: 'Editor design',
|
|
@@ -2463,7 +2405,6 @@ var metadata = {
|
|
|
2463
2405
|
keywords: ['text-heading-six', 'textheadingsix', 'icon', 'icon-lab', 'heading 6', 'H6', 'text style'],
|
|
2464
2406
|
componentName: 'TextHeadingSixIcon',
|
|
2465
2407
|
package: '@atlaskit/icon-lab/core/text-heading-six',
|
|
2466
|
-
type: 'core',
|
|
2467
2408
|
categorization: 'single-purpose',
|
|
2468
2409
|
usage: 'Reserved for H6 / Heading 6 text style',
|
|
2469
2410
|
team: 'Editor design',
|
|
@@ -2474,7 +2415,6 @@ var metadata = {
|
|
|
2474
2415
|
keywords: ['text-heading-three', 'textheadingthree', 'icon', 'icon-lab', 'heading 3', 'H3', 'text style'],
|
|
2475
2416
|
componentName: 'TextHeadingThreeIcon',
|
|
2476
2417
|
package: '@atlaskit/icon-lab/core/text-heading-three',
|
|
2477
|
-
type: 'core',
|
|
2478
2418
|
categorization: 'single-purpose',
|
|
2479
2419
|
usage: 'Reserved for H3 / Heading 3 text style',
|
|
2480
2420
|
team: 'Editor design',
|
|
@@ -2485,7 +2425,6 @@ var metadata = {
|
|
|
2485
2425
|
keywords: ['text-heading-two', 'textheadingtwo', 'icon', 'icon-lab', 'Heading 2', 'H2', 'text style'],
|
|
2486
2426
|
componentName: 'TextHeadingTwoIcon',
|
|
2487
2427
|
package: '@atlaskit/icon-lab/core/text-heading-two',
|
|
2488
|
-
type: 'core',
|
|
2489
2428
|
categorization: 'single-purpose',
|
|
2490
2429
|
usage: 'Reserved for H2 / Heading 2 text style',
|
|
2491
2430
|
team: 'Editor design',
|
|
@@ -2496,7 +2435,6 @@ var metadata = {
|
|
|
2496
2435
|
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'text', 'introduction', 'AI', 'generative'],
|
|
2497
2436
|
componentName: 'TextIntroductionAddIcon',
|
|
2498
2437
|
package: '@atlaskit/icon-lab/core/text-introduction-add',
|
|
2499
|
-
type: 'core',
|
|
2500
2438
|
categorization: 'single-purpose',
|
|
2501
2439
|
usage: 'Confluence Editor AI action for generating an introduction',
|
|
2502
2440
|
team: 'Editor AI',
|
|
@@ -2506,7 +2444,6 @@ var metadata = {
|
|
|
2506
2444
|
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
2507
2445
|
componentName: 'TextItalicStrikethroughIcon',
|
|
2508
2446
|
package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
|
|
2509
|
-
type: 'core',
|
|
2510
2447
|
categorization: 'single-purpose',
|
|
2511
2448
|
usage: 'Reserved for italic text with strikethrough',
|
|
2512
2449
|
team: 'Whiteboards',
|
|
@@ -2516,7 +2453,6 @@ var metadata = {
|
|
|
2516
2453
|
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
|
|
2517
2454
|
componentName: 'TextItalicUnderlineIcon',
|
|
2518
2455
|
package: '@atlaskit/icon-lab/core/text-italic-underline',
|
|
2519
|
-
type: 'core',
|
|
2520
2456
|
categorization: 'single-purpose',
|
|
2521
2457
|
usage: 'Reserved for italic text with underline',
|
|
2522
2458
|
team: 'Whiteboards',
|
|
@@ -2526,7 +2462,6 @@ var metadata = {
|
|
|
2526
2462
|
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'text formatting', 'italic', 'underline', 'strikethrough'],
|
|
2527
2463
|
componentName: 'TextItalicUnderlineStrikethroughIcon',
|
|
2528
2464
|
package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
|
|
2529
|
-
type: 'core',
|
|
2530
2465
|
categorization: 'single-purpose',
|
|
2531
2466
|
usage: 'Reserved for italic text with underline and strikethrough',
|
|
2532
2467
|
team: 'Whiteboards',
|
|
@@ -2536,7 +2471,6 @@ var metadata = {
|
|
|
2536
2471
|
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'text', 'lengthen', 'expand', 'AI', 'generative'],
|
|
2537
2472
|
componentName: 'TextLengthenIcon',
|
|
2538
2473
|
package: '@atlaskit/icon-lab/core/text-lengthen',
|
|
2539
|
-
type: 'core',
|
|
2540
2474
|
categorization: 'single-purpose',
|
|
2541
2475
|
usage: 'Lengthening text content with Atlassian Intelligence',
|
|
2542
2476
|
team: 'Editor AI',
|
|
@@ -2546,7 +2480,6 @@ var metadata = {
|
|
|
2546
2480
|
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
2547
2481
|
componentName: 'TextLetterCaseIcon',
|
|
2548
2482
|
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
2549
|
-
type: 'core',
|
|
2550
2483
|
categorization: 'single-purpose',
|
|
2551
2484
|
usage: 'Reserved for letter casing and text-transform',
|
|
2552
2485
|
team: 'Design System Team',
|
|
@@ -2557,7 +2490,6 @@ var metadata = {
|
|
|
2557
2490
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
2558
2491
|
componentName: 'TextParagraphIcon',
|
|
2559
2492
|
package: '@atlaskit/icon-lab/core/text-paragraph',
|
|
2560
|
-
type: 'core',
|
|
2561
2493
|
categorization: 'multi-purpose',
|
|
2562
2494
|
usage: 'Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs',
|
|
2563
2495
|
team: 'Editor AI',
|
|
@@ -2567,7 +2499,6 @@ var metadata = {
|
|
|
2567
2499
|
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'text', 'rephrase', 'AI', 'generative'],
|
|
2568
2500
|
componentName: 'TextRephraseIcon',
|
|
2569
2501
|
package: '@atlaskit/icon-lab/core/text-rephrase',
|
|
2570
|
-
type: 'core',
|
|
2571
2502
|
categorization: 'single-purpose',
|
|
2572
2503
|
usage: 'Confluence Editor AI action for rephrasing text',
|
|
2573
2504
|
team: 'Editor AI',
|
|
@@ -2577,7 +2508,6 @@ var metadata = {
|
|
|
2577
2508
|
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'subscript', 'text formatting'],
|
|
2578
2509
|
componentName: 'TextSubscriptIcon',
|
|
2579
2510
|
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
2580
|
-
type: 'core',
|
|
2581
2511
|
categorization: 'single-purpose',
|
|
2582
2512
|
usage: 'Reserved for subscript text formatting.',
|
|
2583
2513
|
team: 'Editor',
|
|
@@ -2588,7 +2518,6 @@ var metadata = {
|
|
|
2588
2518
|
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'superscript', 'text formatting'],
|
|
2589
2519
|
componentName: 'TextSuperscriptIcon',
|
|
2590
2520
|
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
2591
|
-
type: 'core',
|
|
2592
2521
|
categorization: 'single-purpose',
|
|
2593
2522
|
usage: 'Reserved for superscript text formatting.',
|
|
2594
2523
|
team: 'Editor',
|
|
@@ -2599,7 +2528,6 @@ var metadata = {
|
|
|
2599
2528
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
2600
2529
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
2601
2530
|
package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
|
|
2602
|
-
type: 'core',
|
|
2603
2531
|
categorization: 'single-purpose',
|
|
2604
2532
|
usage: 'Reserved for underline text with a strikethrough',
|
|
2605
2533
|
team: 'Whiteboards',
|
|
@@ -2609,7 +2537,6 @@ var metadata = {
|
|
|
2609
2537
|
keywords: ['ticket', 'icon', 'icon-lab', 'stub', 'ticket'],
|
|
2610
2538
|
componentName: 'TicketIcon',
|
|
2611
2539
|
package: '@atlaskit/icon-lab/core/ticket',
|
|
2612
|
-
type: 'core',
|
|
2613
2540
|
categorization: 'multi-purpose',
|
|
2614
2541
|
usage: 'Multi purpose',
|
|
2615
2542
|
team: 'Design System Team',
|
|
@@ -2619,7 +2546,6 @@ var metadata = {
|
|
|
2619
2546
|
keywords: ['tidy', 'icon', 'icon-lab', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
2620
2547
|
componentName: 'TidyIcon',
|
|
2621
2548
|
package: '@atlaskit/icon-lab/core/tidy',
|
|
2622
|
-
type: 'core',
|
|
2623
2549
|
categorization: 'single-purpose',
|
|
2624
2550
|
usage: 'Tidy up objects on Whiteboards',
|
|
2625
2551
|
team: 'Whiteboards',
|
|
@@ -2629,7 +2555,6 @@ var metadata = {
|
|
|
2629
2555
|
keywords: ['variable', 'icon', 'icon-lab'],
|
|
2630
2556
|
componentName: 'VariableIcon',
|
|
2631
2557
|
package: '@atlaskit/icon-lab/core/variable',
|
|
2632
|
-
type: 'core',
|
|
2633
2558
|
categorization: 'single-purpose',
|
|
2634
2559
|
usage: 'Reserved for Variables functionality in Loom',
|
|
2635
2560
|
team: 'Loom',
|
|
@@ -2640,7 +2565,6 @@ var metadata = {
|
|
|
2640
2565
|
keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
|
|
2641
2566
|
componentName: 'VehicleAirplaneIcon',
|
|
2642
2567
|
package: '@atlaskit/icon-lab/core/vehicle-airplane',
|
|
2643
|
-
type: 'core',
|
|
2644
2568
|
categorization: 'multi-purpose',
|
|
2645
2569
|
usage: 'User-selectable icon choice for calendars',
|
|
2646
2570
|
team: 'Growth Buy',
|
|
@@ -2650,7 +2574,6 @@ var metadata = {
|
|
|
2650
2574
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'transportation', 'vehicle', 'car'],
|
|
2651
2575
|
componentName: 'VehicleTrainIcon',
|
|
2652
2576
|
package: '@atlaskit/icon-lab/core/vehicle-train',
|
|
2653
|
-
type: 'core',
|
|
2654
2577
|
categorization: 'multi-purpose',
|
|
2655
2578
|
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
2656
2579
|
team: 'Design System Team',
|
|
@@ -2660,7 +2583,6 @@ var metadata = {
|
|
|
2660
2583
|
keywords: ['video-captions-stylized', 'videocaptionsstylized', 'icon', 'icon-lab', 'CC', 'subtitles'],
|
|
2661
2584
|
componentName: 'VideoCaptionsStylizedIcon',
|
|
2662
2585
|
package: '@atlaskit/icon-lab/core/video-captions-stylized',
|
|
2663
|
-
type: 'core',
|
|
2664
2586
|
categorization: 'single-purpose',
|
|
2665
2587
|
usage: 'Reserved for stylized captions functionality in Loom',
|
|
2666
2588
|
team: 'Loom',
|
|
@@ -2671,7 +2593,6 @@ var metadata = {
|
|
|
2671
2593
|
keywords: ['video-clip', 'videoclip', 'icon', 'icon-lab', 'film', 'film strip', 'video', 'media', 'file'],
|
|
2672
2594
|
componentName: 'VideoClipIcon',
|
|
2673
2595
|
package: '@atlaskit/icon-lab/core/video-clip',
|
|
2674
|
-
type: 'core',
|
|
2675
2596
|
categorization: 'multi-purpose',
|
|
2676
2597
|
usage: 'Known uses: add clip in Loom video editor',
|
|
2677
2598
|
team: 'Loom',
|
|
@@ -2682,7 +2603,6 @@ var metadata = {
|
|
|
2682
2603
|
keywords: ['video-closed-captions', 'videoclosedcaptions', 'icon', 'icon-lab', 'CC', 'closed captions', 'subtitles'],
|
|
2683
2604
|
componentName: 'VideoClosedCaptionsIcon',
|
|
2684
2605
|
package: '@atlaskit/icon-lab/core/video-closed-captions',
|
|
2685
|
-
type: 'core',
|
|
2686
2606
|
categorization: 'single-purpose',
|
|
2687
2607
|
usage: 'Reserved for enabling closed captions for videos.',
|
|
2688
2608
|
team: 'Loom',
|
|
@@ -2692,7 +2612,6 @@ var metadata = {
|
|
|
2692
2612
|
keywords: ['video-closed-captions-filled', 'videoclosedcaptionsfilled', 'icon', 'icon-lab'],
|
|
2693
2613
|
componentName: 'VideoClosedCaptionsFilledIcon',
|
|
2694
2614
|
package: '@atlaskit/icon-lab/core/video-closed-captions-filled',
|
|
2695
|
-
type: 'core',
|
|
2696
2615
|
categorization: 'single-purpose',
|
|
2697
2616
|
usage: 'Reserved to show that closed captions are enabled for videos.',
|
|
2698
2617
|
team: 'Loom',
|
|
@@ -2702,7 +2621,6 @@ var metadata = {
|
|
|
2702
2621
|
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2703
2622
|
componentName: 'VideoHdIcon',
|
|
2704
2623
|
package: '@atlaskit/icon-lab/core/video-hd',
|
|
2705
|
-
type: 'core',
|
|
2706
2624
|
categorization: 'single-purpose',
|
|
2707
2625
|
usage: 'Single purpose - Reserved for enabling high definition videos',
|
|
2708
2626
|
team: 'Atlassian Design System',
|
|
@@ -2712,7 +2630,6 @@ var metadata = {
|
|
|
2712
2630
|
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'high definition', 'hi def'],
|
|
2713
2631
|
componentName: 'VideoHdFilledIcon',
|
|
2714
2632
|
package: '@atlaskit/icon-lab/core/video-hd-filled',
|
|
2715
|
-
type: 'core',
|
|
2716
2633
|
categorization: 'single-purpose',
|
|
2717
2634
|
usage: 'Single purpose - Reserved to show that high definition is enabled for videos',
|
|
2718
2635
|
team: 'Atlassian Design System',
|
|
@@ -2722,7 +2639,6 @@ var metadata = {
|
|
|
2722
2639
|
keywords: ['video-miniplayer', 'videominiplayer', 'icon', 'icon-lab', 'picture in picture', 'PIP'],
|
|
2723
2640
|
componentName: 'VideoMiniplayerIcon',
|
|
2724
2641
|
package: '@atlaskit/icon-lab/core/video-miniplayer',
|
|
2725
|
-
type: 'core',
|
|
2726
2642
|
categorization: 'single-purpose',
|
|
2727
2643
|
usage: 'Reserved for picture-in-picture functionality for videos.',
|
|
2728
2644
|
team: 'Loom',
|
|
@@ -2733,7 +2649,6 @@ var metadata = {
|
|
|
2733
2649
|
keywords: ['video-overlay-tools', 'videooverlaytools', 'icon', 'icon-lab', 'overlays', 'video', 'add text', 'add arrow', 'add box'],
|
|
2734
2650
|
componentName: 'VideoOverlayToolsIcon',
|
|
2735
2651
|
package: '@atlaskit/icon-lab/core/video-overlay-tools',
|
|
2736
|
-
type: 'core',
|
|
2737
2652
|
categorization: 'single-purpose',
|
|
2738
2653
|
usage: 'Reserved for overlays over a video.',
|
|
2739
2654
|
team: 'Loom',
|
|
@@ -2743,7 +2658,6 @@ var metadata = {
|
|
|
2743
2658
|
keywords: ['video-play-circle', 'videoplaycircle', 'icon', 'icon-lab', 'video', 'start'],
|
|
2744
2659
|
componentName: 'VideoPlayCircleIcon',
|
|
2745
2660
|
package: '@atlaskit/icon-lab/core/video-play-circle',
|
|
2746
|
-
type: 'core',
|
|
2747
2661
|
categorization: 'multi-purpose',
|
|
2748
2662
|
usage: 'Known uses: play video in Loom',
|
|
2749
2663
|
team: 'Loom',
|
|
@@ -2754,7 +2668,6 @@ var metadata = {
|
|
|
2754
2668
|
keywords: ['video-record', 'videorecord', 'icon', 'icon-lab', 'live', 'circle', 'ellipse', 'recording'],
|
|
2755
2669
|
componentName: 'VideoRecordIcon',
|
|
2756
2670
|
package: '@atlaskit/icon-lab/core/video-record',
|
|
2757
|
-
type: 'core',
|
|
2758
2671
|
categorization: 'single-purpose',
|
|
2759
2672
|
usage: 'Reserved for when a video is recording',
|
|
2760
2673
|
team: 'Loom',
|
|
@@ -2765,7 +2678,6 @@ var metadata = {
|
|
|
2765
2678
|
keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back'],
|
|
2766
2679
|
componentName: 'VideoRewindOverlayIcon',
|
|
2767
2680
|
package: '@atlaskit/icon-lab/core/video-rewind-overlay',
|
|
2768
|
-
type: 'core',
|
|
2769
2681
|
categorization: 'single-purpose',
|
|
2770
2682
|
usage: 'Reserved for rewinding videos.',
|
|
2771
2683
|
team: 'Loom',
|
|
@@ -2775,7 +2687,6 @@ var metadata = {
|
|
|
2775
2687
|
keywords: ['video-skip-backward-five', 'videoskipbackwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2776
2688
|
componentName: 'VideoSkipBackwardFiveIcon',
|
|
2777
2689
|
package: '@atlaskit/icon-lab/core/video-skip-backward-five',
|
|
2778
|
-
type: 'core',
|
|
2779
2690
|
categorization: 'single-purpose',
|
|
2780
2691
|
usage: 'Reserved for skipping video content backward by 5 seconds.',
|
|
2781
2692
|
team: 'Loom',
|
|
@@ -2785,7 +2696,6 @@ var metadata = {
|
|
|
2785
2696
|
keywords: ['video-skip-forward-five', 'videoskipforwardfive', 'icon', 'icon-lab', 'video', 'media', 'skip', 'forward', '5', 'seconds'],
|
|
2786
2697
|
componentName: 'VideoSkipForwardFiveIcon',
|
|
2787
2698
|
package: '@atlaskit/icon-lab/core/video-skip-forward-five',
|
|
2788
|
-
type: 'core',
|
|
2789
2699
|
categorization: 'single-purpose',
|
|
2790
2700
|
usage: 'Reserved for skipping video content forward by 5 seconds.',
|
|
2791
2701
|
team: 'Loom',
|
|
@@ -2795,7 +2705,6 @@ var metadata = {
|
|
|
2795
2705
|
keywords: ['video-strikethrough', 'videostrikethrough', 'icon', 'icon-lab', 'video', 'no video', 'camera off', 'off'],
|
|
2796
2706
|
componentName: 'VideoStrikethroughIcon',
|
|
2797
2707
|
package: '@atlaskit/icon-lab/core/video-strikethrough',
|
|
2798
|
-
type: 'core',
|
|
2799
2708
|
categorization: 'multi-purpose',
|
|
2800
2709
|
usage: 'Reserved for no video input',
|
|
2801
2710
|
team: 'Loom',
|
|
@@ -2805,7 +2714,6 @@ var metadata = {
|
|
|
2805
2714
|
keywords: ['video-theater-mode', 'videotheatermode', 'icon', 'icon-lab', 'theater mode', 'view', 'viewport', 'video', 'wide'],
|
|
2806
2715
|
componentName: 'VideoTheaterModeIcon',
|
|
2807
2716
|
package: '@atlaskit/icon-lab/core/video-theater-mode',
|
|
2808
|
-
type: 'core',
|
|
2809
2717
|
categorization: 'single-purpose',
|
|
2810
2718
|
usage: 'Reserved for theater mode functionality within video player.',
|
|
2811
2719
|
team: 'Loom',
|
|
@@ -2815,7 +2723,6 @@ var metadata = {
|
|
|
2815
2723
|
keywords: ['video-timeline-clip-split', 'videotimelineclipsplit', 'icon', 'icon-lab', 'split', 'clip', 'edit', 'enhance', 'video', 'timeline', 'trim'],
|
|
2816
2724
|
componentName: 'VideoTimelineClipSplitIcon',
|
|
2817
2725
|
package: '@atlaskit/icon-lab/core/video-timeline-clip-split',
|
|
2818
|
-
type: 'core',
|
|
2819
2726
|
categorization: 'single-purpose',
|
|
2820
2727
|
usage: 'Reserved for split clip functionality in Loom.',
|
|
2821
2728
|
team: 'Loom',
|
|
@@ -2825,7 +2732,6 @@ var metadata = {
|
|
|
2825
2732
|
keywords: ['video-timeline-editor', 'videotimelineeditor', 'icon', 'icon-lab', 'track', 'edit', 'video'],
|
|
2826
2733
|
componentName: 'VideoTimelineEditorIcon',
|
|
2827
2734
|
package: '@atlaskit/icon-lab/core/video-timeline-editor',
|
|
2828
|
-
type: 'core',
|
|
2829
2735
|
categorization: 'single-purpose',
|
|
2830
2736
|
usage: 'Reserved for timeline editor functionality in Loom',
|
|
2831
2737
|
team: 'Loom',
|
|
@@ -2836,7 +2742,6 @@ var metadata = {
|
|
|
2836
2742
|
keywords: ['video-watch-later-remove', 'videowatchlaterremove', 'icon', 'icon-lab', 'bookmark', 'x', 'remove', 'cross'],
|
|
2837
2743
|
componentName: 'VideoWatchLaterRemoveIcon',
|
|
2838
2744
|
package: '@atlaskit/icon-lab/core/video-watch-later-remove',
|
|
2839
|
-
type: 'core',
|
|
2840
2745
|
categorization: 'single-purpose',
|
|
2841
2746
|
usage: 'Reserved for watch later functionality in Loom',
|
|
2842
2747
|
team: 'Loom',
|
|
@@ -2846,7 +2751,6 @@ var metadata = {
|
|
|
2846
2751
|
keywords: ['video-watch-later-saved', 'videowatchlatersaved', 'icon', 'icon-lab', 'bookmark', 'check', 'saved'],
|
|
2847
2752
|
componentName: 'VideoWatchLaterSavedIcon',
|
|
2848
2753
|
package: '@atlaskit/icon-lab/core/video-watch-later-saved',
|
|
2849
|
-
type: 'core',
|
|
2850
2754
|
categorization: 'single-purpose',
|
|
2851
2755
|
usage: 'Reserved for watch later functionality in Loom',
|
|
2852
2756
|
team: 'Loom',
|
|
@@ -2856,7 +2760,6 @@ var metadata = {
|
|
|
2856
2760
|
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'board view', 'databases', 'home', 'default view'],
|
|
2857
2761
|
componentName: 'ViewTypeBoardHomeIcon',
|
|
2858
2762
|
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
2859
|
-
type: 'core',
|
|
2860
2763
|
categorization: 'single-purpose',
|
|
2861
2764
|
usage: 'Home view for database board layout',
|
|
2862
2765
|
team: 'Databases',
|
|
@@ -2866,7 +2769,6 @@ var metadata = {
|
|
|
2866
2769
|
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'card view', 'databases', 'home', 'default view'],
|
|
2867
2770
|
componentName: 'ViewTypeCardHomeIcon',
|
|
2868
2771
|
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
2869
|
-
type: 'core',
|
|
2870
2772
|
categorization: 'single-purpose',
|
|
2871
2773
|
usage: 'Home view for database card layout',
|
|
2872
2774
|
team: 'Databases',
|
|
@@ -2876,7 +2778,6 @@ var metadata = {
|
|
|
2876
2778
|
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'table view', 'databases', 'home', 'default view'],
|
|
2877
2779
|
componentName: 'ViewTypeTableHomeIcon',
|
|
2878
2780
|
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
2879
|
-
type: 'core',
|
|
2880
2781
|
categorization: 'single-purpose',
|
|
2881
2782
|
usage: 'Home view for database table layout',
|
|
2882
2783
|
team: 'Databases',
|
|
@@ -2886,7 +2787,6 @@ var metadata = {
|
|
|
2886
2787
|
keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
|
|
2887
2788
|
componentName: 'ViewsIcon',
|
|
2888
2789
|
package: '@atlaskit/icon-lab/core/views',
|
|
2889
|
-
type: 'core',
|
|
2890
2790
|
categorization: 'single-purpose',
|
|
2891
2791
|
usage: 'Reserved for representing saved views.',
|
|
2892
2792
|
team: 'Platforms Apps',
|
|
@@ -2896,7 +2796,6 @@ var metadata = {
|
|
|
2896
2796
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2897
2797
|
componentName: 'VulnerabilityIcon',
|
|
2898
2798
|
package: '@atlaskit/icon-lab/core/vulnerability',
|
|
2899
|
-
type: 'core',
|
|
2900
2799
|
categorization: 'single-purpose',
|
|
2901
2800
|
usage: 'Reserved for security vulnerabilities.',
|
|
2902
2801
|
team: 'Automation',
|
|
@@ -2906,7 +2805,6 @@ var metadata = {
|
|
|
2906
2805
|
keywords: ['wallet', 'icon', 'icon-lab', 'money', 'sales', 'payment', 'wallet'],
|
|
2907
2806
|
componentName: 'WalletIcon',
|
|
2908
2807
|
package: '@atlaskit/icon-lab/core/wallet',
|
|
2909
|
-
type: 'core',
|
|
2910
2808
|
categorization: 'multi-purpose',
|
|
2911
2809
|
usage: 'Multi purpose',
|
|
2912
2810
|
team: 'Design System Team',
|
|
@@ -2916,7 +2814,6 @@ var metadata = {
|
|
|
2916
2814
|
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
|
|
2917
2815
|
componentName: 'WarningOutlineIcon',
|
|
2918
2816
|
package: '@atlaskit/icon-lab/core/warning-outline',
|
|
2919
|
-
type: 'core',
|
|
2920
2817
|
categorization: 'multi-purpose',
|
|
2921
2818
|
usage: 'Low-impact warnings. Overdue dates in Atlassian Home.',
|
|
2922
2819
|
team: 'Atlassian Home',
|
|
@@ -2926,7 +2823,6 @@ var metadata = {
|
|
|
2926
2823
|
keywords: ['webhook', 'icon', 'icon-lab', 'api', 'callback', 'payload'],
|
|
2927
2824
|
componentName: 'WebhookIcon',
|
|
2928
2825
|
package: '@atlaskit/icon-lab/core/webhook',
|
|
2929
|
-
type: 'core',
|
|
2930
2826
|
categorization: 'single-purpose',
|
|
2931
2827
|
usage: 'Reserved for using a webhook to send data between applications via HTTP',
|
|
2932
2828
|
team: 'Automation',
|
|
@@ -2937,7 +2833,6 @@ var metadata = {
|
|
|
2937
2833
|
keywords: ['welcome-feed', 'welcomefeed', 'icon', 'icon-lab', 'welcome', 'hello', 'blog', 'smile', 'intro'],
|
|
2938
2834
|
componentName: 'WelcomeFeedIcon',
|
|
2939
2835
|
package: '@atlaskit/icon-lab/core/welcome-feed',
|
|
2940
|
-
type: 'core',
|
|
2941
2836
|
categorization: 'multi-purpose',
|
|
2942
2837
|
usage: 'Known uses: Intro blog feed picker on Hello',
|
|
2943
2838
|
team: 'Insights',
|
|
@@ -2948,7 +2843,6 @@ var metadata = {
|
|
|
2948
2843
|
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2949
2844
|
componentName: 'WorkItemAddIcon',
|
|
2950
2845
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2951
|
-
type: 'core',
|
|
2952
2846
|
categorization: 'single-purpose',
|
|
2953
2847
|
usage: 'Reserved for adding or creating a new work item.',
|
|
2954
2848
|
team: 'Jira',
|
|
@@ -2958,7 +2852,6 @@ var metadata = {
|
|
|
2958
2852
|
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'orchestration'],
|
|
2959
2853
|
componentName: 'WorkflowControlsIcon',
|
|
2960
2854
|
package: '@atlaskit/icon-lab/core/workflow-controls',
|
|
2961
|
-
type: 'core',
|
|
2962
2855
|
categorization: 'single-purpose',
|
|
2963
2856
|
usage: 'Reserved for workflow controls in automation',
|
|
2964
2857
|
team: 'Automation',
|
|
@@ -2969,7 +2862,6 @@ var metadata = {
|
|
|
2969
2862
|
keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
|
|
2970
2863
|
componentName: 'WorldIcon',
|
|
2971
2864
|
package: '@atlaskit/icon-lab/core/world',
|
|
2972
|
-
type: 'core',
|
|
2973
2865
|
categorization: 'multi-purpose',
|
|
2974
2866
|
usage: 'Known uses: Geographical data visualization.',
|
|
2975
2867
|
team: 'Data Experiences',
|
|
@@ -2979,7 +2871,6 @@ var metadata = {
|
|
|
2979
2871
|
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2980
2872
|
componentName: 'WrenchIcon',
|
|
2981
2873
|
package: '@atlaskit/icon-lab/core/wrench',
|
|
2982
|
-
type: 'core',
|
|
2983
2874
|
categorization: 'multi-purpose',
|
|
2984
2875
|
usage: 'Multi purpose',
|
|
2985
2876
|
team: 'Design System Team',
|