@atlaskit/icon 25.3.0 → 25.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/metadata-core.js +716 -354
- package/dist/cjs/metadata-utility.js +55 -26
- package/dist/es2019/metadata-core.js +716 -354
- package/dist/es2019/metadata-utility.js +55 -26
- package/dist/esm/metadata-core.js +716 -354
- package/dist/esm/metadata-utility.js +55 -26
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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::2ca31b9abe775e60f7646b017697a863>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -22,6 +22,7 @@ var metadata = {
|
|
|
22
22
|
categorization: 'single-purpose',
|
|
23
23
|
usage: 'Reserved for representing accessibility and accessibility-related features and settings',
|
|
24
24
|
team: 'Design System Team',
|
|
25
|
+
status: 'published',
|
|
25
26
|
slackChannel: '#icon-contributions'
|
|
26
27
|
},
|
|
27
28
|
add: {
|
|
@@ -32,7 +33,8 @@ var metadata = {
|
|
|
32
33
|
type: 'core',
|
|
33
34
|
categorization: 'single-purpose',
|
|
34
35
|
usage: 'Single purpose - Reserved for creating and adding an object.',
|
|
35
|
-
team: 'Design System Team'
|
|
36
|
+
team: 'Design System Team',
|
|
37
|
+
status: 'published'
|
|
36
38
|
},
|
|
37
39
|
'ai-agent': {
|
|
38
40
|
keywords: ['ai-agent', 'aiagent', 'icon', 'core', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
@@ -41,7 +43,8 @@ var metadata = {
|
|
|
41
43
|
type: 'core',
|
|
42
44
|
categorization: 'single-purpose',
|
|
43
45
|
usage: 'Single purpose - Reserved for Rovo Agent.',
|
|
44
|
-
team: 'Design System Team'
|
|
46
|
+
team: 'Design System Team',
|
|
47
|
+
status: 'published'
|
|
45
48
|
},
|
|
46
49
|
'ai-chat': {
|
|
47
50
|
keywords: ['ai-chat', 'aichat', 'icon', 'core', 'Rovo', 'AI', 'chat agent', 'ai'],
|
|
@@ -50,7 +53,8 @@ var metadata = {
|
|
|
50
53
|
type: 'core',
|
|
51
54
|
categorization: 'single-purpose',
|
|
52
55
|
usage: 'Single purpose - Reserved for Rovo Chat.',
|
|
53
|
-
team: 'Design System Team'
|
|
56
|
+
team: 'Design System Team',
|
|
57
|
+
status: 'published'
|
|
54
58
|
},
|
|
55
59
|
alert: {
|
|
56
60
|
keywords: ['alert', 'icon', 'core', 'alert', 'event', 'operations'],
|
|
@@ -59,7 +63,8 @@ var metadata = {
|
|
|
59
63
|
type: 'core',
|
|
60
64
|
categorization: 'single-purpose',
|
|
61
65
|
usage: 'Single purpose - Reserved for alerts in JSM and Compass.',
|
|
62
|
-
team: 'Design System Team'
|
|
66
|
+
team: 'Design System Team',
|
|
67
|
+
status: 'published'
|
|
63
68
|
},
|
|
64
69
|
'align-center': {
|
|
65
70
|
keywords: ['align-center', 'aligncenter', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
@@ -74,7 +79,8 @@ var metadata = {
|
|
|
74
79
|
},
|
|
75
80
|
categorization: 'multi-purpose',
|
|
76
81
|
usage: 'Multi purpose - Known uses: align text center, align center.',
|
|
77
|
-
team: 'Design System Team'
|
|
82
|
+
team: 'Design System Team',
|
|
83
|
+
status: 'deprecated'
|
|
78
84
|
},
|
|
79
85
|
'align-image-center': {
|
|
80
86
|
keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
@@ -84,7 +90,8 @@ var metadata = {
|
|
|
84
90
|
type: 'core',
|
|
85
91
|
categorization: 'single-purpose',
|
|
86
92
|
usage: 'Single purpose - Reserved for center aligning media and content.',
|
|
87
|
-
team: 'Design System Team'
|
|
93
|
+
team: 'Design System Team',
|
|
94
|
+
status: 'published'
|
|
88
95
|
},
|
|
89
96
|
'align-image-left': {
|
|
90
97
|
keywords: ['align-image-left', 'alignimageleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
|
|
@@ -94,7 +101,8 @@ var metadata = {
|
|
|
94
101
|
type: 'core',
|
|
95
102
|
categorization: 'single-purpose',
|
|
96
103
|
usage: 'Single purpose - Reserved for left aligning media and content.',
|
|
97
|
-
team: 'Design System Team'
|
|
104
|
+
team: 'Design System Team',
|
|
105
|
+
status: 'published'
|
|
98
106
|
},
|
|
99
107
|
'align-image-right': {
|
|
100
108
|
keywords: ['align-image-right', 'alignimageright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
|
|
@@ -104,7 +112,8 @@ var metadata = {
|
|
|
104
112
|
type: 'core',
|
|
105
113
|
categorization: 'single-purpose',
|
|
106
114
|
usage: 'Single purpose - Reserved for right aligning media and content.',
|
|
107
|
-
team: 'Design System Team'
|
|
115
|
+
team: 'Design System Team',
|
|
116
|
+
status: 'published'
|
|
108
117
|
},
|
|
109
118
|
'align-left': {
|
|
110
119
|
keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
|
|
@@ -119,7 +128,8 @@ var metadata = {
|
|
|
119
128
|
},
|
|
120
129
|
categorization: 'multi-purpose',
|
|
121
130
|
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
122
|
-
team: 'Design System Team'
|
|
131
|
+
team: 'Design System Team',
|
|
132
|
+
status: 'deprecated'
|
|
123
133
|
},
|
|
124
134
|
'align-right': {
|
|
125
135
|
keywords: ['align-right', 'alignright', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
@@ -134,7 +144,8 @@ var metadata = {
|
|
|
134
144
|
},
|
|
135
145
|
categorization: 'multi-purpose',
|
|
136
146
|
usage: 'Multi purpose - Known uses: align text right, align content right.',
|
|
137
|
-
team: 'Design System Team'
|
|
147
|
+
team: 'Design System Team',
|
|
148
|
+
status: 'deprecated'
|
|
138
149
|
},
|
|
139
150
|
'align-text-center': {
|
|
140
151
|
keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
@@ -144,7 +155,8 @@ var metadata = {
|
|
|
144
155
|
type: 'core',
|
|
145
156
|
categorization: 'multi-purpose',
|
|
146
157
|
usage: 'Multi purpose - Known uses: align text center, align center.',
|
|
147
|
-
team: 'Design System Team'
|
|
158
|
+
team: 'Design System Team',
|
|
159
|
+
status: 'published'
|
|
148
160
|
},
|
|
149
161
|
'align-text-left': {
|
|
150
162
|
keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
|
|
@@ -154,7 +166,8 @@ var metadata = {
|
|
|
154
166
|
type: 'core',
|
|
155
167
|
categorization: 'multi-purpose',
|
|
156
168
|
usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
|
|
157
|
-
team: 'Design System Team'
|
|
169
|
+
team: 'Design System Team',
|
|
170
|
+
status: 'published'
|
|
158
171
|
},
|
|
159
172
|
'align-text-right': {
|
|
160
173
|
keywords: ['align-text-right', 'aligntextright', 'icon', 'core', 'alignment', 'text', 'content'],
|
|
@@ -164,7 +177,8 @@ var metadata = {
|
|
|
164
177
|
type: 'core',
|
|
165
178
|
categorization: 'multi-purpose',
|
|
166
179
|
usage: 'Multi purpose - Known uses: align text right, align content right.',
|
|
167
|
-
team: 'Design System Team'
|
|
180
|
+
team: 'Design System Team',
|
|
181
|
+
status: 'published'
|
|
168
182
|
},
|
|
169
183
|
'angle-brackets': {
|
|
170
184
|
keywords: ['angle-brackets', 'anglebrackets', 'icon', 'core', 'code', '<>', '</>', 'syntax', 'jira status'],
|
|
@@ -174,7 +188,8 @@ var metadata = {
|
|
|
174
188
|
type: 'core',
|
|
175
189
|
categorization: 'multi-purpose',
|
|
176
190
|
usage: 'Multi purpose - Known uses: code or source code in Bitbucket and Jira.',
|
|
177
|
-
team: 'Design System Team'
|
|
191
|
+
team: 'Design System Team',
|
|
192
|
+
status: 'published'
|
|
178
193
|
},
|
|
179
194
|
api: {
|
|
180
195
|
keywords: ['api', 'icon', 'core', 'application programming interface', 'api', 'operations'],
|
|
@@ -183,7 +198,8 @@ var metadata = {
|
|
|
183
198
|
type: 'core',
|
|
184
199
|
categorization: 'single-purpose',
|
|
185
200
|
usage: 'Reserved for representing Application Programming Interfaces (APIs).',
|
|
186
|
-
team: 'Enterprise Operations Center'
|
|
201
|
+
team: 'Enterprise Operations Center',
|
|
202
|
+
status: 'published'
|
|
187
203
|
},
|
|
188
204
|
app: {
|
|
189
205
|
keywords: ['app', 'icon', 'core', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
|
|
@@ -193,7 +209,8 @@ var metadata = {
|
|
|
193
209
|
type: 'core',
|
|
194
210
|
categorization: 'single-purpose',
|
|
195
211
|
usage: 'Single purpose - Reserved for marketplace apps and integrations across products.',
|
|
196
|
-
team: 'Design System Team'
|
|
212
|
+
team: 'Design System Team',
|
|
213
|
+
status: 'published'
|
|
197
214
|
},
|
|
198
215
|
'app-switcher': {
|
|
199
216
|
keywords: ['app-switcher', 'appswitcher', 'icon', 'core', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
@@ -203,7 +220,8 @@ var metadata = {
|
|
|
203
220
|
type: 'core',
|
|
204
221
|
categorization: 'single-purpose',
|
|
205
222
|
usage: 'Single purpose - Reserved for app switcher in global product navigation.',
|
|
206
|
-
team: 'Design System Team'
|
|
223
|
+
team: 'Design System Team',
|
|
224
|
+
status: 'published'
|
|
207
225
|
},
|
|
208
226
|
'app-switcher-legacy': {
|
|
209
227
|
keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'core', 'application switcher', 'change product', 'switch product', 'product switcher'],
|
|
@@ -212,7 +230,8 @@ var metadata = {
|
|
|
212
230
|
type: 'core',
|
|
213
231
|
categorization: 'single-purpose',
|
|
214
232
|
usage: 'Single purpose - Reserved for the legacy app switcher in global product navigation.',
|
|
215
|
-
team: 'Design System Team'
|
|
233
|
+
team: 'Design System Team',
|
|
234
|
+
status: 'published'
|
|
216
235
|
},
|
|
217
236
|
apps: {
|
|
218
237
|
keywords: ['apps', 'icon', 'core', 'third-party', 'applications'],
|
|
@@ -221,7 +240,8 @@ var metadata = {
|
|
|
221
240
|
type: 'core',
|
|
222
241
|
categorization: 'single-purpose',
|
|
223
242
|
usage: 'Single purpose - Reserved for adding or viewing apps.',
|
|
224
|
-
team: 'Design System Team'
|
|
243
|
+
team: 'Design System Team',
|
|
244
|
+
status: 'published'
|
|
225
245
|
},
|
|
226
246
|
'archive-box': {
|
|
227
247
|
keywords: ['archive-box', 'archivebox', 'icon', 'core', 'file box'],
|
|
@@ -231,7 +251,8 @@ var metadata = {
|
|
|
231
251
|
type: 'core',
|
|
232
252
|
categorization: 'multi-purpose',
|
|
233
253
|
usage: 'Multi purpose - Known uses: archiving pages, storage.',
|
|
234
|
-
team: 'Design System Team'
|
|
254
|
+
team: 'Design System Team',
|
|
255
|
+
status: 'published'
|
|
235
256
|
},
|
|
236
257
|
'arrow-down': {
|
|
237
258
|
keywords: ['arrow-down', 'arrowdown', 'icon', 'core', 'down', 'bottom', 'sorting'],
|
|
@@ -241,7 +262,8 @@ var metadata = {
|
|
|
241
262
|
type: 'core',
|
|
242
263
|
categorization: 'multi-purpose',
|
|
243
264
|
usage: 'Multi purpose - Know uses: sorting table headers or Bitbucket code difference.',
|
|
244
|
-
team: 'Design System Team'
|
|
265
|
+
team: 'Design System Team',
|
|
266
|
+
status: 'published'
|
|
245
267
|
},
|
|
246
268
|
'arrow-down-left': {
|
|
247
269
|
keywords: ['arrow-down-left', 'arrowdownleft', 'icon', 'core', 'diagonal arrow', 'down', 'left', 'south west'],
|
|
@@ -250,7 +272,8 @@ var metadata = {
|
|
|
250
272
|
type: 'core',
|
|
251
273
|
categorization: 'multi-purpose',
|
|
252
274
|
usage: 'Known uses: Adding content from Rovo Chat into Editor.',
|
|
253
|
-
team: 'Design System Team'
|
|
275
|
+
team: 'Design System Team',
|
|
276
|
+
status: 'published'
|
|
254
277
|
},
|
|
255
278
|
'arrow-down-right': {
|
|
256
279
|
keywords: ['arrow-down-right', 'arrowdownright', 'icon', 'core', 'diagonal arrow', 'down', 'right', 'south east'],
|
|
@@ -259,7 +282,8 @@ var metadata = {
|
|
|
259
282
|
type: 'core',
|
|
260
283
|
categorization: 'multi-purpose',
|
|
261
284
|
usage: 'Known uses: TBC',
|
|
262
|
-
team: 'Design System Team'
|
|
285
|
+
team: 'Design System Team',
|
|
286
|
+
status: 'published'
|
|
263
287
|
},
|
|
264
288
|
'arrow-left': {
|
|
265
289
|
keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'core', 'back', 'previous'],
|
|
@@ -269,7 +293,8 @@ var metadata = {
|
|
|
269
293
|
type: 'core',
|
|
270
294
|
categorization: 'multi-purpose',
|
|
271
295
|
usage: 'Multi purpose - Known uses: back to previous screen, previous slide.',
|
|
272
|
-
team: 'Design System Team'
|
|
296
|
+
team: 'Design System Team',
|
|
297
|
+
status: 'published'
|
|
273
298
|
},
|
|
274
299
|
'arrow-right': {
|
|
275
300
|
keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'core', 'forward', 'next', 'link'],
|
|
@@ -279,7 +304,8 @@ var metadata = {
|
|
|
279
304
|
type: 'core',
|
|
280
305
|
categorization: 'multi-purpose',
|
|
281
306
|
usage: 'Multi purpose - Known uses: link to nested menu item, a linked menu item, next slide.',
|
|
282
|
-
team: 'Design System Team'
|
|
307
|
+
team: 'Design System Team',
|
|
308
|
+
status: 'published'
|
|
283
309
|
},
|
|
284
310
|
'arrow-up': {
|
|
285
311
|
keywords: ['arrow-up', 'arrowup', 'icon', 'core', 'improvement', 'jira status'],
|
|
@@ -289,7 +315,8 @@ var metadata = {
|
|
|
289
315
|
type: 'core',
|
|
290
316
|
categorization: 'multi-purpose',
|
|
291
317
|
usage: 'Multi purpose - Known uses: back to top.',
|
|
292
|
-
team: 'Design System Team'
|
|
318
|
+
team: 'Design System Team',
|
|
319
|
+
status: 'published'
|
|
293
320
|
},
|
|
294
321
|
'arrow-up-left': {
|
|
295
322
|
keywords: ['arrow-up-left', 'arrowupleft', 'icon', 'core', 'diagonal arrow', 'up', 'right', 'north east'],
|
|
@@ -298,7 +325,8 @@ var metadata = {
|
|
|
298
325
|
type: 'core',
|
|
299
326
|
categorization: 'multi-purpose',
|
|
300
327
|
usage: 'Known uses: TBC',
|
|
301
|
-
team: 'Design System Team'
|
|
328
|
+
team: 'Design System Team',
|
|
329
|
+
status: 'published'
|
|
302
330
|
},
|
|
303
331
|
'arrow-up-right': {
|
|
304
332
|
keywords: ['arrow-up-right', 'arrowupright', 'icon', 'core', 'open', 'diagonal arrow'],
|
|
@@ -308,7 +336,8 @@ var metadata = {
|
|
|
308
336
|
type: 'core',
|
|
309
337
|
categorization: 'multi-purpose',
|
|
310
338
|
usage: 'Multi purpose',
|
|
311
|
-
team: 'Design System Team'
|
|
339
|
+
team: 'Design System Team',
|
|
340
|
+
status: 'published'
|
|
312
341
|
},
|
|
313
342
|
assets: {
|
|
314
343
|
keywords: ['assets', 'icon', 'core', 'assets', 'CMDB', 'configuration management database'],
|
|
@@ -317,7 +346,8 @@ var metadata = {
|
|
|
317
346
|
type: 'core',
|
|
318
347
|
categorization: 'single-purpose',
|
|
319
348
|
usage: 'Reserved for JSM Assets.',
|
|
320
|
-
team: 'Assets'
|
|
349
|
+
team: 'Assets',
|
|
350
|
+
status: 'published'
|
|
321
351
|
},
|
|
322
352
|
'atlassian-intelligence': {
|
|
323
353
|
keywords: ['atlassian-intelligence', 'atlassianintelligence', 'icon', 'core', 'AI'],
|
|
@@ -326,7 +356,8 @@ var metadata = {
|
|
|
326
356
|
type: 'core',
|
|
327
357
|
categorization: 'single-purpose',
|
|
328
358
|
usage: 'Single purpose - Reserved for Atlassian Intelligence products or experiences.',
|
|
329
|
-
team: 'Design System Team'
|
|
359
|
+
team: 'Design System Team',
|
|
360
|
+
status: 'published'
|
|
330
361
|
},
|
|
331
362
|
attachment: {
|
|
332
363
|
keywords: ['attachment', 'paperclip', 'icon', 'core', 'paperclip', 'attach'],
|
|
@@ -336,7 +367,8 @@ var metadata = {
|
|
|
336
367
|
type: 'core',
|
|
337
368
|
categorization: 'single-purpose',
|
|
338
369
|
usage: 'Single purpose - Reserved for attaching files to issues or other objects.',
|
|
339
|
-
team: 'Design System Team'
|
|
370
|
+
team: 'Design System Team',
|
|
371
|
+
status: 'published'
|
|
340
372
|
},
|
|
341
373
|
audio: {
|
|
342
374
|
keywords: ['audio', 'music', 'note', 'sound', 'icon', 'core', 'music', 'musical note'],
|
|
@@ -346,7 +378,8 @@ var metadata = {
|
|
|
346
378
|
type: 'core',
|
|
347
379
|
categorization: 'single-purpose',
|
|
348
380
|
usage: '📦 @atlaskit/icon/core/audio',
|
|
349
|
-
team: 'Design System Team'
|
|
381
|
+
team: 'Design System Team',
|
|
382
|
+
status: 'published'
|
|
350
383
|
},
|
|
351
384
|
automation: {
|
|
352
385
|
keywords: ['automation', 'icon', 'core', 'lightningbolt', 'automation rule'],
|
|
@@ -355,7 +388,8 @@ var metadata = {
|
|
|
355
388
|
type: 'core',
|
|
356
389
|
categorization: 'single-purpose',
|
|
357
390
|
usage: 'Single purpose - Reserved to represent an Automation.',
|
|
358
|
-
team: 'Design System Team'
|
|
391
|
+
team: 'Design System Team',
|
|
392
|
+
status: 'published'
|
|
359
393
|
},
|
|
360
394
|
backlog: {
|
|
361
395
|
keywords: ['backlog', 'icon', 'core', 'rows'],
|
|
@@ -365,7 +399,8 @@ var metadata = {
|
|
|
365
399
|
type: 'core',
|
|
366
400
|
categorization: 'single-purpose',
|
|
367
401
|
usage: 'Single purpose - Reserved for backlogs in Jira.',
|
|
368
|
-
team: 'Design System Team'
|
|
402
|
+
team: 'Design System Team',
|
|
403
|
+
status: 'published'
|
|
369
404
|
},
|
|
370
405
|
basketball: {
|
|
371
406
|
keywords: ['basketball', 'icon', 'core', 'ball', 'sports', 'basketball'],
|
|
@@ -375,7 +410,8 @@ var metadata = {
|
|
|
375
410
|
type: 'core',
|
|
376
411
|
categorization: 'multi-purpose',
|
|
377
412
|
usage: 'Multi purpose - Known usages: Sport emoji category.',
|
|
378
|
-
team: 'Design System Team'
|
|
413
|
+
team: 'Design System Team',
|
|
414
|
+
status: 'published'
|
|
379
415
|
},
|
|
380
416
|
board: {
|
|
381
417
|
keywords: ['board', 'icon', 'core', 'columns', 'active sprint'],
|
|
@@ -385,7 +421,8 @@ var metadata = {
|
|
|
385
421
|
type: 'core',
|
|
386
422
|
categorization: 'single-purpose',
|
|
387
423
|
usage: 'Single purpose - Reserved for boards in Jira.',
|
|
388
|
-
team: 'Design System Team'
|
|
424
|
+
team: 'Design System Team',
|
|
425
|
+
status: 'published'
|
|
389
426
|
},
|
|
390
427
|
boards: {
|
|
391
428
|
keywords: ['boards', 'icon', 'core'],
|
|
@@ -395,7 +432,8 @@ var metadata = {
|
|
|
395
432
|
type: 'core',
|
|
396
433
|
categorization: 'single-purpose',
|
|
397
434
|
usage: 'Single purpose - Reserved as the icon to represent multiple boards.',
|
|
398
|
-
team: 'Design System Team'
|
|
435
|
+
team: 'Design System Team',
|
|
436
|
+
status: 'published'
|
|
399
437
|
},
|
|
400
438
|
'book-with-bookmark': {
|
|
401
439
|
keywords: ['book-with-bookmark', 'bookwithbookmark', 'icon', 'core', 'knowledge base', 'article'],
|
|
@@ -405,7 +443,8 @@ var metadata = {
|
|
|
405
443
|
type: 'core',
|
|
406
444
|
categorization: 'multi-purpose',
|
|
407
445
|
usage: 'Multi purpose - Known uses: knowledge bases, articles, and other representations of books or info.',
|
|
408
|
-
team: 'Design System Team'
|
|
446
|
+
team: 'Design System Team',
|
|
447
|
+
status: 'published'
|
|
409
448
|
},
|
|
410
449
|
border: {
|
|
411
450
|
keywords: ['border', 'icon', 'core', 'border', 'image border', 'content border', 'editor', 'confluence'],
|
|
@@ -414,7 +453,8 @@ var metadata = {
|
|
|
414
453
|
type: 'core',
|
|
415
454
|
categorization: 'single-purpose',
|
|
416
455
|
usage: 'Reserved for toggling the visibility of a border on an object.',
|
|
417
|
-
team: 'Editor'
|
|
456
|
+
team: 'Editor',
|
|
457
|
+
status: 'published'
|
|
418
458
|
},
|
|
419
459
|
'border-weight-medium': {
|
|
420
460
|
keywords: ['border-weight-medium', 'borderweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor'],
|
|
@@ -428,7 +468,8 @@ var metadata = {
|
|
|
428
468
|
},
|
|
429
469
|
categorization: 'single-purpose',
|
|
430
470
|
usage: 'Reserved for representing medium border stroke widths.',
|
|
431
|
-
team: 'Editor'
|
|
471
|
+
team: 'Editor',
|
|
472
|
+
status: 'deprecated'
|
|
432
473
|
},
|
|
433
474
|
'border-weight-thick': {
|
|
434
475
|
keywords: ['border-weight-thick', 'borderweightthick', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor'],
|
|
@@ -442,7 +483,8 @@ var metadata = {
|
|
|
442
483
|
},
|
|
443
484
|
categorization: 'single-purpose',
|
|
444
485
|
usage: 'Reserved for representing thick border stroke widths.',
|
|
445
|
-
team: 'Editor'
|
|
486
|
+
team: 'Editor',
|
|
487
|
+
status: 'deprecated'
|
|
446
488
|
},
|
|
447
489
|
'border-weight-thin': {
|
|
448
490
|
keywords: ['border-weight-thin', 'borderweightthin', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor'],
|
|
@@ -457,7 +499,8 @@ var metadata = {
|
|
|
457
499
|
},
|
|
458
500
|
categorization: 'single-purpose',
|
|
459
501
|
usage: 'Reserved for representing thin border stroke widths.',
|
|
460
|
-
team: 'Editor'
|
|
502
|
+
team: 'Editor',
|
|
503
|
+
status: 'deprecated'
|
|
461
504
|
},
|
|
462
505
|
branch: {
|
|
463
506
|
keywords: ['branch', 'icon', 'core', 'git branch', 'bitbucket branch', 'branches', 'jira status'],
|
|
@@ -467,7 +510,8 @@ var metadata = {
|
|
|
467
510
|
type: 'core',
|
|
468
511
|
categorization: 'single-purpose',
|
|
469
512
|
usage: 'Single purpose - Reserved for branches in Bitbucket and Jira.',
|
|
470
|
-
team: 'Design System Team'
|
|
513
|
+
team: 'Design System Team',
|
|
514
|
+
status: 'published'
|
|
471
515
|
},
|
|
472
516
|
briefcase: {
|
|
473
517
|
keywords: ['briefcase', 'icon', 'core', 'suitcase', 'toolbox', 'operations', 'business'],
|
|
@@ -477,7 +521,8 @@ var metadata = {
|
|
|
477
521
|
type: 'core',
|
|
478
522
|
categorization: 'multi-purpose',
|
|
479
523
|
usage: 'Multi purpose - Known uses: Job title in Atlas, Operations in JSM.',
|
|
480
|
-
team: 'Design System Team'
|
|
524
|
+
team: 'Design System Team',
|
|
525
|
+
status: 'published'
|
|
481
526
|
},
|
|
482
527
|
bug: {
|
|
483
528
|
keywords: ['bug', 'icon', 'core', 'bug report', 'test'],
|
|
@@ -487,7 +532,8 @@ var metadata = {
|
|
|
487
532
|
type: 'core',
|
|
488
533
|
categorization: 'multi-purpose',
|
|
489
534
|
usage: 'Multi purpose - Known uses: Request types in JSM, bugs in Jira.',
|
|
490
|
-
team: 'Design System Team'
|
|
535
|
+
team: 'Design System Team',
|
|
536
|
+
status: 'published'
|
|
491
537
|
},
|
|
492
538
|
calendar: {
|
|
493
539
|
keywords: ['calendar', 'date', 'icon', 'core', 'date', 'month', 'day', 'year', 'jira status'],
|
|
@@ -497,7 +543,8 @@ var metadata = {
|
|
|
497
543
|
type: 'core',
|
|
498
544
|
categorization: 'multi-purpose',
|
|
499
545
|
usage: 'Multi purpose - Known uses: date metadata, date input field, calendar view, jira status.',
|
|
500
|
-
team: 'Design System Team'
|
|
546
|
+
team: 'Design System Team',
|
|
547
|
+
status: 'published'
|
|
501
548
|
},
|
|
502
549
|
'calendar-plus': {
|
|
503
550
|
keywords: ['calendar-plus', 'calendarplus', 'icon', 'core', 'calendar', 'add', 'plus', 'schedule'],
|
|
@@ -507,7 +554,8 @@ var metadata = {
|
|
|
507
554
|
type: 'core',
|
|
508
555
|
categorization: 'multi-purpose',
|
|
509
556
|
usage: 'Known uses: Auto-scheduling in Jira Plans. Scheduled dates.',
|
|
510
|
-
team: 'Design System Team'
|
|
557
|
+
team: 'Design System Team',
|
|
558
|
+
status: 'published'
|
|
511
559
|
},
|
|
512
560
|
camera: {
|
|
513
561
|
keywords: ['camera', 'photo', 'icon', 'core'],
|
|
@@ -517,7 +565,8 @@ var metadata = {
|
|
|
517
565
|
type: 'core',
|
|
518
566
|
categorization: 'multi-purpose',
|
|
519
567
|
usage: 'Multi purpose - Known uses: upload photo in Trello, photos.',
|
|
520
|
-
team: 'Design System Team'
|
|
568
|
+
team: 'Design System Team',
|
|
569
|
+
status: 'published'
|
|
521
570
|
},
|
|
522
571
|
capture: {
|
|
523
572
|
keywords: ['capture', 'icon', 'core'],
|
|
@@ -527,7 +576,8 @@ var metadata = {
|
|
|
527
576
|
type: 'core',
|
|
528
577
|
categorization: 'multi-purpose',
|
|
529
578
|
usage: '📦 @atlaskit/icon/core/capture',
|
|
530
|
-
team: 'Design System Team'
|
|
579
|
+
team: 'Design System Team',
|
|
580
|
+
status: 'published'
|
|
531
581
|
},
|
|
532
582
|
card: {
|
|
533
583
|
keywords: ['card', 'icon', 'core', 'card'],
|
|
@@ -536,7 +586,8 @@ var metadata = {
|
|
|
536
586
|
type: 'core',
|
|
537
587
|
categorization: 'multi-purpose',
|
|
538
588
|
usage: 'Known uses: Representing cards in Trello. Toggling card detail in Jira.',
|
|
539
|
-
team: 'Design System Team'
|
|
589
|
+
team: 'Design System Team',
|
|
590
|
+
status: 'published'
|
|
540
591
|
},
|
|
541
592
|
cash: {
|
|
542
593
|
keywords: ['cash', 'icon', 'core', 'currency', 'money', 'cash', 'dollar', 'bill'],
|
|
@@ -545,7 +596,8 @@ var metadata = {
|
|
|
545
596
|
type: 'core',
|
|
546
597
|
categorization: 'multi-purpose',
|
|
547
598
|
usage: "Multi purpose - Known usages: 'Sales' Jira issue type.",
|
|
548
|
-
team: 'Design System Team'
|
|
599
|
+
team: 'Design System Team',
|
|
600
|
+
status: 'published'
|
|
549
601
|
},
|
|
550
602
|
changes: {
|
|
551
603
|
keywords: ['changes', 'icon', 'core', 'jira status', 'horizontal arrows'],
|
|
@@ -554,7 +606,8 @@ var metadata = {
|
|
|
554
606
|
type: 'core',
|
|
555
607
|
categorization: 'single-purpose',
|
|
556
608
|
usage: 'Single purpose - Reserved for changes in Jira.',
|
|
557
|
-
team: 'Design System Team'
|
|
609
|
+
team: 'Design System Team',
|
|
610
|
+
status: 'published'
|
|
558
611
|
},
|
|
559
612
|
'chart-bar': {
|
|
560
613
|
keywords: ['chart-bar', 'chartbar', 'icon', 'core', 'graph', 'bar', 'analytics', 'report'],
|
|
@@ -564,7 +617,8 @@ var metadata = {
|
|
|
564
617
|
type: 'core',
|
|
565
618
|
categorization: 'multi-purpose',
|
|
566
619
|
usage: 'Multi purpose - Known uses: Reports in JSM, Space Analytics in Confluence, and other graph charts.',
|
|
567
|
-
team: 'Design System Team'
|
|
620
|
+
team: 'Design System Team',
|
|
621
|
+
status: 'published'
|
|
568
622
|
},
|
|
569
623
|
'chart-matrix': {
|
|
570
624
|
keywords: ['chart-matrix', 'chartmatrix', 'icon', 'core', 'dot chart', 'graph', 'matrix', ''],
|
|
@@ -573,7 +627,8 @@ var metadata = {
|
|
|
573
627
|
type: 'core',
|
|
574
628
|
categorization: 'multi-purpose',
|
|
575
629
|
usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
|
|
576
|
-
team: 'Design System Team'
|
|
630
|
+
team: 'Design System Team',
|
|
631
|
+
status: 'published'
|
|
577
632
|
},
|
|
578
633
|
'chart-pie': {
|
|
579
634
|
keywords: ['chart-pie', 'chartpie', 'icon', 'core', 'segment', 'chart', 'graph', 'pie'],
|
|
@@ -582,7 +637,8 @@ var metadata = {
|
|
|
582
637
|
type: 'core',
|
|
583
638
|
categorization: 'multi-purpose',
|
|
584
639
|
usage: 'Multi purpose - Known uses: pie charts.',
|
|
585
|
-
team: 'Design System Team'
|
|
640
|
+
team: 'Design System Team',
|
|
641
|
+
status: 'published'
|
|
586
642
|
},
|
|
587
643
|
'chart-trend': {
|
|
588
644
|
keywords: ['chart-trend', 'charttrend', 'icon', 'core', 'reports', 'graph', 'impact effort', ''],
|
|
@@ -592,7 +648,8 @@ var metadata = {
|
|
|
592
648
|
type: 'core',
|
|
593
649
|
categorization: 'multi-purpose',
|
|
594
650
|
usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
|
|
595
|
-
team: 'Design System Team'
|
|
651
|
+
team: 'Design System Team',
|
|
652
|
+
status: 'published'
|
|
596
653
|
},
|
|
597
654
|
'chat-widget': {
|
|
598
655
|
keywords: ['chat-widget', 'chatwidget', 'icon', 'core', 'chat', 'widget', 'virtual service agent', 'vsa'],
|
|
@@ -601,7 +658,8 @@ var metadata = {
|
|
|
601
658
|
type: 'core',
|
|
602
659
|
categorization: 'single-purpose',
|
|
603
660
|
usage: 'Reserved for representing a chat widget triggered by a floating action button.',
|
|
604
|
-
team: 'JSM'
|
|
661
|
+
team: 'JSM',
|
|
662
|
+
status: 'published'
|
|
605
663
|
},
|
|
606
664
|
'check-circle': {
|
|
607
665
|
keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'core', 'tick', 'yes', 'completed', 'filled'],
|
|
@@ -611,7 +669,8 @@ var metadata = {
|
|
|
611
669
|
type: 'core',
|
|
612
670
|
categorization: 'multi-purpose',
|
|
613
671
|
usage: 'Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.',
|
|
614
|
-
team: 'Design System Team'
|
|
672
|
+
team: 'Design System Team',
|
|
673
|
+
status: 'published'
|
|
615
674
|
},
|
|
616
675
|
'check-mark': {
|
|
617
676
|
keywords: ['check-mark', 'checkmark', 'icon', 'core', 'tick'],
|
|
@@ -621,7 +680,8 @@ var metadata = {
|
|
|
621
680
|
type: 'core',
|
|
622
681
|
categorization: 'multi-purpose',
|
|
623
682
|
usage: 'Multi purpose - Known uses: table cells, checkboxes.',
|
|
624
|
-
team: 'Design System Team'
|
|
683
|
+
team: 'Design System Team',
|
|
684
|
+
status: 'published'
|
|
625
685
|
},
|
|
626
686
|
'checkbox-checked': {
|
|
627
687
|
keywords: ['checkbox-checked', 'checkboxchecked', 'icon', 'core', 'filled', 'checked', 'select all'],
|
|
@@ -631,7 +691,8 @@ var metadata = {
|
|
|
631
691
|
type: 'core',
|
|
632
692
|
categorization: 'multi-purpose',
|
|
633
693
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
634
|
-
team: 'Design System Team'
|
|
694
|
+
team: 'Design System Team',
|
|
695
|
+
status: 'published'
|
|
635
696
|
},
|
|
636
697
|
'checkbox-indeterminate': {
|
|
637
698
|
keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'core', 'filled', 'mixed'],
|
|
@@ -641,7 +702,8 @@ var metadata = {
|
|
|
641
702
|
type: 'core',
|
|
642
703
|
categorization: 'multi-purpose',
|
|
643
704
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
644
|
-
team: 'Design System Team'
|
|
705
|
+
team: 'Design System Team',
|
|
706
|
+
status: 'published'
|
|
645
707
|
},
|
|
646
708
|
'checkbox-unchecked': {
|
|
647
709
|
keywords: ['checkbox-unchecked', 'checkboxunchecked', 'icon', 'core', 'unchecked'],
|
|
@@ -650,7 +712,8 @@ var metadata = {
|
|
|
650
712
|
type: 'core',
|
|
651
713
|
categorization: 'multi-purpose',
|
|
652
714
|
usage: 'Multi purpose - Reserved for interactive checkbox experiences. Consider using the checkbox component.',
|
|
653
|
-
team: 'Design System Team'
|
|
715
|
+
team: 'Design System Team',
|
|
716
|
+
status: 'published'
|
|
654
717
|
},
|
|
655
718
|
'child-issues': {
|
|
656
719
|
keywords: ['child-issues', 'childissues', 'icon', 'core'],
|
|
@@ -660,7 +723,8 @@ var metadata = {
|
|
|
660
723
|
type: 'core',
|
|
661
724
|
categorization: 'single-purpose',
|
|
662
725
|
usage: 'Single purpose - Reserved for child issues in Jira.',
|
|
663
|
-
team: 'Design System Team'
|
|
726
|
+
team: 'Design System Team',
|
|
727
|
+
status: 'published'
|
|
664
728
|
},
|
|
665
729
|
clipboard: {
|
|
666
730
|
keywords: ['clipboard', 'icon', 'core', 'clipboard', 'paste'],
|
|
@@ -669,7 +733,8 @@ var metadata = {
|
|
|
669
733
|
type: 'core',
|
|
670
734
|
categorization: 'multi-purpose',
|
|
671
735
|
usage: 'Known uses: Pasting content from clipboard.',
|
|
672
|
-
team: 'Design System Team'
|
|
736
|
+
team: 'Design System Team',
|
|
737
|
+
status: 'published'
|
|
673
738
|
},
|
|
674
739
|
clock: {
|
|
675
740
|
keywords: ['clock', 'icon', 'core', 'time', 'recent', 'history'],
|
|
@@ -679,7 +744,8 @@ var metadata = {
|
|
|
679
744
|
type: 'core',
|
|
680
745
|
categorization: 'multi-purpose',
|
|
681
746
|
usage: 'Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.',
|
|
682
|
-
team: 'Design System Team'
|
|
747
|
+
team: 'Design System Team',
|
|
748
|
+
status: 'published'
|
|
683
749
|
},
|
|
684
750
|
close: {
|
|
685
751
|
keywords: ['close', 'icon', 'core', 'cross', 'x'],
|
|
@@ -689,7 +755,8 @@ var metadata = {
|
|
|
689
755
|
type: 'core',
|
|
690
756
|
categorization: 'single-purpose',
|
|
691
757
|
usage: 'Single purpose - Reserved for closing an element.',
|
|
692
|
-
team: 'Design System Team'
|
|
758
|
+
team: 'Design System Team',
|
|
759
|
+
status: 'published'
|
|
693
760
|
},
|
|
694
761
|
'cloud-arrow-up': {
|
|
695
762
|
keywords: ['cloud-arrow-up', 'cloudarrowup', 'icon', 'core', 'deployments', 'up arrow'],
|
|
@@ -699,7 +766,8 @@ var metadata = {
|
|
|
699
766
|
type: 'core',
|
|
700
767
|
categorization: 'multi-purpose',
|
|
701
768
|
usage: 'Multi purpose - Known uses: deployments in Jira.',
|
|
702
|
-
team: 'Design System Team'
|
|
769
|
+
team: 'Design System Team',
|
|
770
|
+
status: 'published'
|
|
703
771
|
},
|
|
704
772
|
'collapse-horizontal': {
|
|
705
773
|
keywords: ['collapse-horizontal', 'collapsehorizontal', 'icon', 'core', 'collapse', 'width', 'horizontal arrows'],
|
|
@@ -708,7 +776,8 @@ var metadata = {
|
|
|
708
776
|
type: 'core',
|
|
709
777
|
categorization: 'single-purpose',
|
|
710
778
|
usage: 'Single purpose - Reserved for contracting or reducing the width of an element to its smallest size.',
|
|
711
|
-
team: 'Design System Team'
|
|
779
|
+
team: 'Design System Team',
|
|
780
|
+
status: 'published'
|
|
712
781
|
},
|
|
713
782
|
'collapse-vertical': {
|
|
714
783
|
keywords: ['collapse-vertical', 'collapsevertical', 'icon', 'core', 'collapse', 'height', 'vertical arrows'],
|
|
@@ -717,7 +786,8 @@ var metadata = {
|
|
|
717
786
|
type: 'core',
|
|
718
787
|
categorization: 'single-purpose',
|
|
719
788
|
usage: 'Single purpose - Reserved for contracting or reducing the height of an element to its smallest size.',
|
|
720
|
-
team: 'Design System Team'
|
|
789
|
+
team: 'Design System Team',
|
|
790
|
+
status: 'published'
|
|
721
791
|
},
|
|
722
792
|
comment: {
|
|
723
793
|
keywords: ['comment', 'chat', 'speech', 'icon', 'core', 'speech bubble'],
|
|
@@ -727,7 +797,8 @@ var metadata = {
|
|
|
727
797
|
type: 'core',
|
|
728
798
|
categorization: 'single-purpose',
|
|
729
799
|
usage: 'Single purpose - Reserved for comments on objects.',
|
|
730
|
-
team: 'Design System Team'
|
|
800
|
+
team: 'Design System Team',
|
|
801
|
+
status: 'published'
|
|
731
802
|
},
|
|
732
803
|
'comment-add': {
|
|
733
804
|
keywords: ['comment-add', 'commentadd', 'icon', 'core', 'speech bubble', 'plus'],
|
|
@@ -737,7 +808,8 @@ var metadata = {
|
|
|
737
808
|
type: 'core',
|
|
738
809
|
categorization: 'single-purpose',
|
|
739
810
|
usage: 'Single purpose - Reserved for adding a comment to an object.',
|
|
740
|
-
team: 'Design System Team'
|
|
811
|
+
team: 'Design System Team',
|
|
812
|
+
status: 'published'
|
|
741
813
|
},
|
|
742
814
|
commit: {
|
|
743
815
|
keywords: ['commit', 'icon', 'core', 'git commit', 'bitbucket commit'],
|
|
@@ -747,7 +819,8 @@ var metadata = {
|
|
|
747
819
|
type: 'core',
|
|
748
820
|
categorization: 'single-purpose',
|
|
749
821
|
usage: 'Single purpose - Reserved for commits in Jira or Bitbucket.',
|
|
750
|
-
team: 'Design System Team'
|
|
822
|
+
team: 'Design System Team',
|
|
823
|
+
status: 'published'
|
|
751
824
|
},
|
|
752
825
|
compass: {
|
|
753
826
|
keywords: ['compass', 'icon', 'core', 'template'],
|
|
@@ -757,7 +830,8 @@ var metadata = {
|
|
|
757
830
|
type: 'core',
|
|
758
831
|
categorization: 'multi-purpose',
|
|
759
832
|
usage: 'Multi purpose - Known uses: templates.',
|
|
760
|
-
team: 'Design System Team'
|
|
833
|
+
team: 'Design System Team',
|
|
834
|
+
status: 'published'
|
|
761
835
|
},
|
|
762
836
|
component: {
|
|
763
837
|
keywords: ['component', 'block', 'lego', 'icon', 'core', 'lego', 'brick', 'block'],
|
|
@@ -767,7 +841,8 @@ var metadata = {
|
|
|
767
841
|
type: 'core',
|
|
768
842
|
categorization: 'single-purpose',
|
|
769
843
|
usage: 'Single purpose - Reserved for components in Jira and Compass.',
|
|
770
|
-
team: 'Design System Team'
|
|
844
|
+
team: 'Design System Team',
|
|
845
|
+
status: 'published'
|
|
771
846
|
},
|
|
772
847
|
'content-align-center': {
|
|
773
848
|
keywords: ['content-align-center', 'contentaligncenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
|
|
@@ -782,7 +857,8 @@ var metadata = {
|
|
|
782
857
|
},
|
|
783
858
|
categorization: 'single-purpose',
|
|
784
859
|
usage: 'Single purpose - Reserved for center aligning media and content.',
|
|
785
|
-
team: 'Design System Team'
|
|
860
|
+
team: 'Design System Team',
|
|
861
|
+
status: 'deprecated'
|
|
786
862
|
},
|
|
787
863
|
'content-align-left': {
|
|
788
864
|
keywords: ['content-align-left', 'contentalignleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
|
|
@@ -797,7 +873,8 @@ var metadata = {
|
|
|
797
873
|
},
|
|
798
874
|
categorization: 'single-purpose',
|
|
799
875
|
usage: 'Single purpose - Reserved for left aligning media and content.',
|
|
800
|
-
team: 'Design System Team'
|
|
876
|
+
team: 'Design System Team',
|
|
877
|
+
status: 'deprecated'
|
|
801
878
|
},
|
|
802
879
|
'content-align-right': {
|
|
803
880
|
keywords: ['content-align-right', 'contentalignright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
|
|
@@ -812,7 +889,8 @@ var metadata = {
|
|
|
812
889
|
},
|
|
813
890
|
categorization: 'single-purpose',
|
|
814
891
|
usage: 'Single purpose - Reserved for right aligning media and content.',
|
|
815
|
-
team: 'Design System Team'
|
|
892
|
+
team: 'Design System Team',
|
|
893
|
+
status: 'deprecated'
|
|
816
894
|
},
|
|
817
895
|
'content-width-narrow': {
|
|
818
896
|
keywords: ['content-width-narrow', 'contentwidthnarrow', 'icon', 'core', 'content', 'media', 'image', 'width', 'fixed', 'narrow'],
|
|
@@ -822,7 +900,8 @@ var metadata = {
|
|
|
822
900
|
type: 'core',
|
|
823
901
|
categorization: 'single-purpose',
|
|
824
902
|
usage: 'Single purpose - Reserved for setting media and content to a narrow width.',
|
|
825
|
-
team: 'Design System Team'
|
|
903
|
+
team: 'Design System Team',
|
|
904
|
+
status: 'published'
|
|
826
905
|
},
|
|
827
906
|
'content-width-wide': {
|
|
828
907
|
keywords: ['content-width-wide', 'contentwidthwide', 'icon', 'core', 'content', 'media', 'image', 'width', 'fixed', 'wide'],
|
|
@@ -832,7 +911,8 @@ var metadata = {
|
|
|
832
911
|
type: 'core',
|
|
833
912
|
categorization: 'single-purpose',
|
|
834
913
|
usage: 'Single purpose - Reserved for setting media and content to a wide width.',
|
|
835
|
-
team: 'Design System Team'
|
|
914
|
+
team: 'Design System Team',
|
|
915
|
+
status: 'published'
|
|
836
916
|
},
|
|
837
917
|
'content-wrap-left': {
|
|
838
918
|
keywords: ['content-wrap-left', 'contentwrapleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left', 'inline', 'wrap'],
|
|
@@ -842,7 +922,8 @@ var metadata = {
|
|
|
842
922
|
type: 'core',
|
|
843
923
|
categorization: 'single-purpose',
|
|
844
924
|
usage: 'Single purpose - Reserved for left aligning media and content with wrapping enabled.',
|
|
845
|
-
team: 'Design System Team'
|
|
925
|
+
team: 'Design System Team',
|
|
926
|
+
status: 'published'
|
|
846
927
|
},
|
|
847
928
|
'content-wrap-right': {
|
|
848
929
|
keywords: ['content-wrap-right', 'contentwrapright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right', 'inline', 'wrap'],
|
|
@@ -852,7 +933,8 @@ var metadata = {
|
|
|
852
933
|
type: 'core',
|
|
853
934
|
categorization: 'single-purpose',
|
|
854
935
|
usage: 'Single purpose - Reserved for right aligning media and content with wrapping enabled.',
|
|
855
|
-
team: 'Design System Team'
|
|
936
|
+
team: 'Design System Team',
|
|
937
|
+
status: 'published'
|
|
856
938
|
},
|
|
857
939
|
copy: {
|
|
858
940
|
keywords: ['copy', 'duplicate', 'icon', 'core', 'copy', 'object'],
|
|
@@ -862,7 +944,8 @@ var metadata = {
|
|
|
862
944
|
type: 'core',
|
|
863
945
|
categorization: 'single-purpose',
|
|
864
946
|
usage: 'Single purpose - Reserved for copying data such as text, code or other objects.',
|
|
865
|
-
team: 'Design System Team'
|
|
947
|
+
team: 'Design System Team',
|
|
948
|
+
status: 'published'
|
|
866
949
|
},
|
|
867
950
|
'credit-card': {
|
|
868
951
|
keywords: ['credit-card', 'creditcard', 'icon', 'core', 'payment', 'invoice'],
|
|
@@ -872,7 +955,8 @@ var metadata = {
|
|
|
872
955
|
type: 'core',
|
|
873
956
|
categorization: 'multi-purpose',
|
|
874
957
|
usage: 'Multi purpose - Known uses: billing in Admin, invoices in PPC, payments.',
|
|
875
|
-
team: 'Design System Team'
|
|
958
|
+
team: 'Design System Team',
|
|
959
|
+
status: 'published'
|
|
876
960
|
},
|
|
877
961
|
'cross-circle': {
|
|
878
962
|
keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core', 'x', 'exit', 'clear', 'no', 'filled'],
|
|
@@ -882,7 +966,8 @@ var metadata = {
|
|
|
882
966
|
type: 'core',
|
|
883
967
|
categorization: 'multi-purpose',
|
|
884
968
|
usage: 'Multi purpose - Known uses: clear text field, error status.',
|
|
885
|
-
team: 'Design System Team'
|
|
969
|
+
team: 'Design System Team',
|
|
970
|
+
status: 'published'
|
|
886
971
|
},
|
|
887
972
|
'curly-brackets': {
|
|
888
973
|
keywords: ['curly-brackets', 'curlybrackets', 'icon', 'core', 'curly brackets', 'braces', 'smart value'],
|
|
@@ -891,7 +976,8 @@ var metadata = {
|
|
|
891
976
|
type: 'core',
|
|
892
977
|
categorization: 'multi-purpose',
|
|
893
978
|
usage: 'Known uses: Represents Smart values in Proforma.',
|
|
894
|
-
team: 'Design System Team'
|
|
979
|
+
team: 'Design System Team',
|
|
980
|
+
status: 'published'
|
|
895
981
|
},
|
|
896
982
|
customize: {
|
|
897
983
|
keywords: ['customize', 'icon', 'core', 'customise', 'configure', 'modify', 'preferences', 'settings', 'sliders'],
|
|
@@ -901,7 +987,8 @@ var metadata = {
|
|
|
901
987
|
type: 'core',
|
|
902
988
|
categorization: 'multi-purpose',
|
|
903
989
|
usage: 'Multi purpose - Known uses: customize sidebar, customize view, settings.',
|
|
904
|
-
team: 'Design System Team'
|
|
990
|
+
team: 'Design System Team',
|
|
991
|
+
status: 'published'
|
|
905
992
|
},
|
|
906
993
|
dashboard: {
|
|
907
994
|
keywords: ['dashboard', 'window', 'grid', 'icon', 'core', 'activity', 'view'],
|
|
@@ -911,7 +998,8 @@ var metadata = {
|
|
|
911
998
|
type: 'core',
|
|
912
999
|
categorization: 'single-purpose',
|
|
913
1000
|
usage: 'Single purpose - Reserved for dashboards in Jira.',
|
|
914
|
-
team: 'Design System Team'
|
|
1001
|
+
team: 'Design System Team',
|
|
1002
|
+
status: 'published'
|
|
915
1003
|
},
|
|
916
1004
|
'data-flow': {
|
|
917
1005
|
keywords: ['data-flow', 'dataflow', 'icon', 'core', 'relationship', 'data', 'flow chart'],
|
|
@@ -920,7 +1008,8 @@ var metadata = {
|
|
|
920
1008
|
type: 'core',
|
|
921
1009
|
categorization: 'multi-purpose',
|
|
922
1010
|
usage: 'Multi purpose - Known usages: Database schema in Jira.',
|
|
923
|
-
team: 'Design System Team'
|
|
1011
|
+
team: 'Design System Team',
|
|
1012
|
+
status: 'published'
|
|
924
1013
|
},
|
|
925
1014
|
'data-number': {
|
|
926
1015
|
keywords: ['data-number', 'datanumber', 'icon', 'core', 'numbers', '123', 'proforma', 'datatype'],
|
|
@@ -929,7 +1018,8 @@ var metadata = {
|
|
|
929
1018
|
type: 'core',
|
|
930
1019
|
categorization: 'multi-purpose',
|
|
931
1020
|
usage: 'Known uses: Representing number datatype fields in Proforma and databases.',
|
|
932
|
-
team: 'Design System Team'
|
|
1021
|
+
team: 'Design System Team',
|
|
1022
|
+
status: 'published'
|
|
933
1023
|
},
|
|
934
1024
|
'data-string': {
|
|
935
1025
|
keywords: ['data-string', 'datastring', 'icon', 'core', 'string', 'letters', 'abc', 'proforma', 'datatype'],
|
|
@@ -938,7 +1028,8 @@ var metadata = {
|
|
|
938
1028
|
type: 'core',
|
|
939
1029
|
categorization: 'multi-purpose',
|
|
940
1030
|
usage: 'Known uses: Representing string datatype fields in Proforma and databases.',
|
|
941
|
-
team: 'Design System Team'
|
|
1031
|
+
team: 'Design System Team',
|
|
1032
|
+
status: 'published'
|
|
942
1033
|
},
|
|
943
1034
|
database: {
|
|
944
1035
|
keywords: ['database', 'icon', 'core', 'spreadsheet', 'table', 'data', 'cells'],
|
|
@@ -947,7 +1038,8 @@ var metadata = {
|
|
|
947
1038
|
type: 'core',
|
|
948
1039
|
categorization: 'single-purpose',
|
|
949
1040
|
usage: 'Single purpose - Reserved for databases in Confluence.',
|
|
950
|
-
team: 'Design System Team'
|
|
1041
|
+
team: 'Design System Team',
|
|
1042
|
+
status: 'published'
|
|
951
1043
|
},
|
|
952
1044
|
decision: {
|
|
953
1045
|
keywords: ['decision', 'icon', 'core', 'fork', 'diagonal arrow'],
|
|
@@ -957,7 +1049,8 @@ var metadata = {
|
|
|
957
1049
|
type: 'core',
|
|
958
1050
|
categorization: 'single-purpose',
|
|
959
1051
|
usage: 'Single purpose - Reserved for decisions.',
|
|
960
|
-
team: 'Design System Team'
|
|
1052
|
+
team: 'Design System Team',
|
|
1053
|
+
status: 'published'
|
|
961
1054
|
},
|
|
962
1055
|
defect: {
|
|
963
1056
|
keywords: ['defect', 'icon', 'core', 'square', 'broken', 'defect', 'fragile', 'cracked'],
|
|
@@ -966,7 +1059,8 @@ var metadata = {
|
|
|
966
1059
|
type: 'core',
|
|
967
1060
|
categorization: 'single-purpose',
|
|
968
1061
|
usage: 'Single purpose - Reserved for Defect Jira issue type.',
|
|
969
|
-
team: 'Design System Team'
|
|
1062
|
+
team: 'Design System Team',
|
|
1063
|
+
status: 'published'
|
|
970
1064
|
},
|
|
971
1065
|
delete: {
|
|
972
1066
|
keywords: ['delete', 'icon', 'core', 'trash', 'bin', 'remove'],
|
|
@@ -976,7 +1070,8 @@ var metadata = {
|
|
|
976
1070
|
type: 'core',
|
|
977
1071
|
categorization: 'single-purpose',
|
|
978
1072
|
usage: 'Single purpose - Reserved for removing or deleting an object.',
|
|
979
|
-
team: 'Design System Team'
|
|
1073
|
+
team: 'Design System Team',
|
|
1074
|
+
status: 'published'
|
|
980
1075
|
},
|
|
981
1076
|
department: {
|
|
982
1077
|
keywords: ['department', 'icon', 'core', 'organization', 'organisation', 'org chart', 'hierarchy'],
|
|
@@ -986,7 +1081,8 @@ var metadata = {
|
|
|
986
1081
|
type: 'core',
|
|
987
1082
|
categorization: 'single-purpose',
|
|
988
1083
|
usage: 'Single purpose - Reserved for departments, reporting lines, or other tree chart representations.',
|
|
989
|
-
team: 'Design System Team'
|
|
1084
|
+
team: 'Design System Team',
|
|
1085
|
+
status: 'published'
|
|
990
1086
|
},
|
|
991
1087
|
'device-mobile': {
|
|
992
1088
|
keywords: ['device-mobile', 'devicemobile', 'icon', 'core', 'iphone', 'mobile phone', 'cell phone'],
|
|
@@ -996,7 +1092,8 @@ var metadata = {
|
|
|
996
1092
|
type: 'core',
|
|
997
1093
|
categorization: 'multi-purpose',
|
|
998
1094
|
usage: 'Multi purpose - Known uses: call, contact us.',
|
|
999
|
-
team: 'Design System Team'
|
|
1095
|
+
team: 'Design System Team',
|
|
1096
|
+
status: 'published'
|
|
1000
1097
|
},
|
|
1001
1098
|
devices: {
|
|
1002
1099
|
keywords: ['devices', 'icon', 'core', 'devices', 'assets', 'laptop', 'phone', 'hardware'],
|
|
@@ -1005,7 +1102,8 @@ var metadata = {
|
|
|
1005
1102
|
type: 'core',
|
|
1006
1103
|
categorization: 'multi-purpose',
|
|
1007
1104
|
usage: "Multi purpose - Known usages: 'Asset' Jira issue type.",
|
|
1008
|
-
team: 'Design System Team'
|
|
1105
|
+
team: 'Design System Team',
|
|
1106
|
+
status: 'published'
|
|
1009
1107
|
},
|
|
1010
1108
|
discovery: {
|
|
1011
1109
|
keywords: ['discovery', 'icon', 'core', 'discovery', 'note', 'filled'],
|
|
@@ -1015,7 +1113,8 @@ var metadata = {
|
|
|
1015
1113
|
type: 'core',
|
|
1016
1114
|
categorization: 'single-purpose',
|
|
1017
1115
|
usage: 'Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.',
|
|
1018
|
-
team: 'Design System Team'
|
|
1116
|
+
team: 'Design System Team',
|
|
1117
|
+
status: 'published'
|
|
1019
1118
|
},
|
|
1020
1119
|
download: {
|
|
1021
1120
|
keywords: ['download', 'cloud', 'icon', 'core', 'down arrow', 'file download'],
|
|
@@ -1025,7 +1124,8 @@ var metadata = {
|
|
|
1025
1124
|
type: 'core',
|
|
1026
1125
|
categorization: 'single-purpose',
|
|
1027
1126
|
usage: 'Single purpose - Reserved for file downloads.',
|
|
1028
|
-
team: 'Design System Team'
|
|
1127
|
+
team: 'Design System Team',
|
|
1128
|
+
status: 'published'
|
|
1029
1129
|
},
|
|
1030
1130
|
'drag-handle': {
|
|
1031
1131
|
keywords: ['drag-handle', 'draghandle', 'icon', 'core', 'drag handler', 'reorder', 'move', 'reorder vertical'],
|
|
@@ -1041,6 +1141,7 @@ var metadata = {
|
|
|
1041
1141
|
categorization: 'single-purpose',
|
|
1042
1142
|
usage: 'Single purpose - Reserved for draggable elements along a vertical axis.',
|
|
1043
1143
|
team: 'Design System Team',
|
|
1144
|
+
status: 'deprecated',
|
|
1044
1145
|
slackChannel: '#icon-contributions'
|
|
1045
1146
|
},
|
|
1046
1147
|
'drag-handle-horizontal': {
|
|
@@ -1051,6 +1152,7 @@ var metadata = {
|
|
|
1051
1152
|
categorization: 'single-purpose',
|
|
1052
1153
|
usage: 'Reserved for dragging elements along a horizontal axis.',
|
|
1053
1154
|
team: 'Design System Team',
|
|
1155
|
+
status: 'published',
|
|
1054
1156
|
slackChannel: '#icon-contributions'
|
|
1055
1157
|
},
|
|
1056
1158
|
'drag-handle-vertical': {
|
|
@@ -1062,6 +1164,7 @@ var metadata = {
|
|
|
1062
1164
|
categorization: 'single-purpose',
|
|
1063
1165
|
usage: 'Reserved for dragging elements along a vertical axis.',
|
|
1064
1166
|
team: 'Design System Team',
|
|
1167
|
+
status: 'published',
|
|
1065
1168
|
slackChannel: '#icon-contributions'
|
|
1066
1169
|
},
|
|
1067
1170
|
'drawer-left': {
|
|
@@ -1071,7 +1174,8 @@ var metadata = {
|
|
|
1071
1174
|
type: 'core',
|
|
1072
1175
|
categorization: 'single-purpose',
|
|
1073
1176
|
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
1074
|
-
team: 'Design System Team'
|
|
1177
|
+
team: 'Design System Team',
|
|
1178
|
+
status: 'published'
|
|
1075
1179
|
},
|
|
1076
1180
|
'drawer-right': {
|
|
1077
1181
|
keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
@@ -1080,7 +1184,8 @@ var metadata = {
|
|
|
1080
1184
|
type: 'core',
|
|
1081
1185
|
categorization: 'single-purpose',
|
|
1082
1186
|
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
1083
|
-
team: 'Design System Team'
|
|
1187
|
+
team: 'Design System Team',
|
|
1188
|
+
status: 'published'
|
|
1084
1189
|
},
|
|
1085
1190
|
edit: {
|
|
1086
1191
|
keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
|
|
@@ -1090,7 +1195,8 @@ var metadata = {
|
|
|
1090
1195
|
type: 'core',
|
|
1091
1196
|
categorization: 'single-purpose',
|
|
1092
1197
|
usage: 'Single purpose - Reserved for editing objects.',
|
|
1093
|
-
team: 'Design System Team'
|
|
1198
|
+
team: 'Design System Team',
|
|
1199
|
+
status: 'published'
|
|
1094
1200
|
},
|
|
1095
1201
|
'edit-bulk': {
|
|
1096
1202
|
keywords: ['edit-bulk', 'editbulk', 'icon', 'core', 'edit', 'pencil', 'multiple', 'bulk', 'change'],
|
|
@@ -1099,7 +1205,8 @@ var metadata = {
|
|
|
1099
1205
|
type: 'core',
|
|
1100
1206
|
categorization: 'single-purpose',
|
|
1101
1207
|
usage: 'Single purpose - Reserved for editing multiple objects in bulk.',
|
|
1102
|
-
team: 'Design System Team'
|
|
1208
|
+
team: 'Design System Team',
|
|
1209
|
+
status: 'published'
|
|
1103
1210
|
},
|
|
1104
1211
|
email: {
|
|
1105
1212
|
keywords: ['email', 'icon', 'core', 'envelope', 'message'],
|
|
@@ -1109,7 +1216,8 @@ var metadata = {
|
|
|
1109
1216
|
type: 'core',
|
|
1110
1217
|
categorization: 'single-purpose',
|
|
1111
1218
|
usage: 'Single purpose - Reserved for when an email-related things.',
|
|
1112
|
-
team: 'Design System Team'
|
|
1219
|
+
team: 'Design System Team',
|
|
1220
|
+
status: 'published'
|
|
1113
1221
|
},
|
|
1114
1222
|
emoji: {
|
|
1115
1223
|
keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'core', 'smiley face', 'emoticon'],
|
|
@@ -1119,7 +1227,8 @@ var metadata = {
|
|
|
1119
1227
|
type: 'core',
|
|
1120
1228
|
categorization: 'single-purpose',
|
|
1121
1229
|
usage: "Single purpose - Reserved for Editor as a category for Emoji's.",
|
|
1122
|
-
team: 'Design System Team'
|
|
1230
|
+
team: 'Design System Team',
|
|
1231
|
+
status: 'published'
|
|
1123
1232
|
},
|
|
1124
1233
|
'emoji-add': {
|
|
1125
1234
|
keywords: ['emoji-add', 'emojiadd', 'icon', 'core', 'smiley face', 'emoticon', 'plus'],
|
|
@@ -1129,7 +1238,8 @@ var metadata = {
|
|
|
1129
1238
|
type: 'core',
|
|
1130
1239
|
categorization: 'single-purpose',
|
|
1131
1240
|
usage: 'Single purpose - Reserved for adding an emoji reaction.',
|
|
1132
|
-
team: 'Design System Team'
|
|
1241
|
+
team: 'Design System Team',
|
|
1242
|
+
status: 'published'
|
|
1133
1243
|
},
|
|
1134
1244
|
'emoji-casual': {
|
|
1135
1245
|
keywords: ['emoji-casual', 'emojicasual', 'icon', 'core', 'emoij', 'casual', 'sunglasses', 'chill', 'relaxed'],
|
|
@@ -1138,7 +1248,8 @@ var metadata = {
|
|
|
1138
1248
|
type: 'core',
|
|
1139
1249
|
categorization: 'single-purpose',
|
|
1140
1250
|
usage: 'Reserved for representing a casual or relaxed tone or sentiment.',
|
|
1141
|
-
team: 'Design System Team'
|
|
1251
|
+
team: 'Design System Team',
|
|
1252
|
+
status: 'published'
|
|
1142
1253
|
},
|
|
1143
1254
|
'emoji-neutral': {
|
|
1144
1255
|
keywords: ['emoji-neutral', 'emojineutral', 'icon', 'core', 'emoji', 'neutral', 'ambivalent'],
|
|
@@ -1147,7 +1258,8 @@ var metadata = {
|
|
|
1147
1258
|
type: 'core',
|
|
1148
1259
|
categorization: 'single-purpose',
|
|
1149
1260
|
usage: 'Reserved for representing a neutral tone or sentiment.',
|
|
1150
|
-
team: 'Design System Team'
|
|
1261
|
+
team: 'Design System Team',
|
|
1262
|
+
status: 'published'
|
|
1151
1263
|
},
|
|
1152
1264
|
'emoji-remove': {
|
|
1153
1265
|
keywords: ['emoji-remove', 'emojiremove', 'icon', 'core', 'emoji', 'remove', 'strikethrough'],
|
|
@@ -1156,7 +1268,8 @@ var metadata = {
|
|
|
1156
1268
|
type: 'core',
|
|
1157
1269
|
categorization: 'single-purpose',
|
|
1158
1270
|
usage: 'Reserved for removing emoji.',
|
|
1159
|
-
team: 'Design System Team'
|
|
1271
|
+
team: 'Design System Team',
|
|
1272
|
+
status: 'published'
|
|
1160
1273
|
},
|
|
1161
1274
|
epic: {
|
|
1162
1275
|
keywords: ['epic', 'icon', 'core', 'lightning bolt', 'jira status', 'filled'],
|
|
@@ -1165,7 +1278,8 @@ var metadata = {
|
|
|
1165
1278
|
type: 'core',
|
|
1166
1279
|
categorization: 'single-purpose',
|
|
1167
1280
|
usage: 'Single purpose - Reserved for epics in Jira.',
|
|
1168
|
-
team: 'Design System Team'
|
|
1281
|
+
team: 'Design System Team',
|
|
1282
|
+
status: 'published'
|
|
1169
1283
|
},
|
|
1170
1284
|
error: {
|
|
1171
1285
|
keywords: ['error', 'warning', 'alert', 'icon', 'core', 'filled', 'status', 'danger', 'exclamation', '!', 'stop'],
|
|
@@ -1175,7 +1289,8 @@ var metadata = {
|
|
|
1175
1289
|
type: 'core',
|
|
1176
1290
|
categorization: 'single-purpose',
|
|
1177
1291
|
usage: 'Single purpose - Reserved for when there is an error.',
|
|
1178
|
-
team: 'Design System Team'
|
|
1292
|
+
team: 'Design System Team',
|
|
1293
|
+
status: 'published'
|
|
1179
1294
|
},
|
|
1180
1295
|
'exclamation-square': {
|
|
1181
1296
|
keywords: ['exclamation-square', 'exclamationsquare', 'icon', 'core', '!', 'exclaimation', 'exclaim', 'issue type', 'square'],
|
|
@@ -1185,6 +1300,7 @@ var metadata = {
|
|
|
1185
1300
|
categorization: 'multi-purpose',
|
|
1186
1301
|
usage: 'Known uses: Exclamation Jira issue type',
|
|
1187
1302
|
team: 'Design System Team',
|
|
1303
|
+
status: 'published',
|
|
1188
1304
|
slackChannel: '#icon-contributions'
|
|
1189
1305
|
},
|
|
1190
1306
|
'expand-horizontal': {
|
|
@@ -1195,7 +1311,8 @@ var metadata = {
|
|
|
1195
1311
|
type: 'core',
|
|
1196
1312
|
categorization: 'single-purpose',
|
|
1197
1313
|
usage: 'Single purpose - Reserved for expanding an element to its maximum width.',
|
|
1198
|
-
team: 'Design System Team'
|
|
1314
|
+
team: 'Design System Team',
|
|
1315
|
+
status: 'published'
|
|
1199
1316
|
},
|
|
1200
1317
|
'expand-vertical': {
|
|
1201
1318
|
keywords: ['expand-vertical', 'expandvertical', 'icon', 'core', 'expand', 'height', 'vertical arrows', 'maximum height', 'stretch', 'fit'],
|
|
@@ -1204,7 +1321,8 @@ var metadata = {
|
|
|
1204
1321
|
type: 'core',
|
|
1205
1322
|
categorization: 'single-purpose',
|
|
1206
1323
|
usage: 'Single purpose - Reserved for expanding an element to its maximum height.',
|
|
1207
|
-
team: 'Design System Team'
|
|
1324
|
+
team: 'Design System Team',
|
|
1325
|
+
status: 'published'
|
|
1208
1326
|
},
|
|
1209
1327
|
'eye-open': {
|
|
1210
1328
|
keywords: ['eye-open', 'eyeopen', 'icon', 'core', 'watch', 'visible', 'visbility', 'permissions'],
|
|
@@ -1214,7 +1332,8 @@ var metadata = {
|
|
|
1214
1332
|
type: 'core',
|
|
1215
1333
|
categorization: 'multi-purpose',
|
|
1216
1334
|
usage: 'Multi purpose - Known uses: watch page in Confluence, show password in text field, and following in Atlas.',
|
|
1217
|
-
team: 'Design System Team'
|
|
1335
|
+
team: 'Design System Team',
|
|
1336
|
+
status: 'published'
|
|
1218
1337
|
},
|
|
1219
1338
|
'eye-open-filled': {
|
|
1220
1339
|
keywords: ['eye-open-filled', 'eyeopenfilled', 'icon', 'core', 'watching', 'visible', 'visbility', 'permissions', 'filled'],
|
|
@@ -1224,7 +1343,8 @@ var metadata = {
|
|
|
1224
1343
|
type: 'core',
|
|
1225
1344
|
categorization: 'multi-purpose',
|
|
1226
1345
|
usage: 'Multi purpose - Known uses: watched pages in Confluence.',
|
|
1227
|
-
team: 'Design System Team'
|
|
1346
|
+
team: 'Design System Team',
|
|
1347
|
+
status: 'published'
|
|
1228
1348
|
},
|
|
1229
1349
|
'eye-open-strikethrough': {
|
|
1230
1350
|
keywords: ['eye-open-strikethrough', 'eyeopenstrikethrough', 'icon', 'core', 'unwatch', 'invisible', 'visibility', 'permissions'],
|
|
@@ -1233,7 +1353,8 @@ var metadata = {
|
|
|
1233
1353
|
type: 'core',
|
|
1234
1354
|
categorization: 'multi-purpose',
|
|
1235
1355
|
usage: 'Multi purpose - Intended uses: unwatch page in Confluence, hide password in text field, and unfollow in Atlas.',
|
|
1236
|
-
team: 'Design System Team'
|
|
1356
|
+
team: 'Design System Team',
|
|
1357
|
+
status: 'published'
|
|
1237
1358
|
},
|
|
1238
1359
|
feed: {
|
|
1239
1360
|
keywords: ['feed', 'icon', 'core', 'feed', 'updates', 'release notes', "what's new"],
|
|
@@ -1242,7 +1363,8 @@ var metadata = {
|
|
|
1242
1363
|
type: 'core',
|
|
1243
1364
|
categorization: 'single-purpose',
|
|
1244
1365
|
usage: 'Single purpose - Reserved for update feeds in Atlassian Home.',
|
|
1245
|
-
team: 'Design System Team'
|
|
1366
|
+
team: 'Design System Team',
|
|
1367
|
+
status: 'published'
|
|
1246
1368
|
},
|
|
1247
1369
|
feedback: {
|
|
1248
1370
|
keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'core', 'diagonal arrow', 'chat bubble', 'survey', 'critique'],
|
|
@@ -1252,7 +1374,8 @@ var metadata = {
|
|
|
1252
1374
|
type: 'core',
|
|
1253
1375
|
categorization: 'single-purpose',
|
|
1254
1376
|
usage: 'Single purpose - Known uses: customer feedback.',
|
|
1255
|
-
team: 'Design System Team'
|
|
1377
|
+
team: 'Design System Team',
|
|
1378
|
+
status: 'published'
|
|
1256
1379
|
},
|
|
1257
1380
|
field: {
|
|
1258
1381
|
keywords: ['field', 'icon', 'core', 'field', 'form', 'input', 'label'],
|
|
@@ -1261,7 +1384,8 @@ var metadata = {
|
|
|
1261
1384
|
type: 'core',
|
|
1262
1385
|
categorization: 'multi-purpose',
|
|
1263
1386
|
usage: 'Multi purpose - Known usages: Field suggestions provided by Atlassian Intelligence.',
|
|
1264
|
-
team: 'Design System Team'
|
|
1387
|
+
team: 'Design System Team',
|
|
1388
|
+
status: 'published'
|
|
1265
1389
|
},
|
|
1266
1390
|
'field-alert': {
|
|
1267
1391
|
keywords: ['field-alert', 'fieldalert', 'icon', 'core', 'field', 'alert', 'warning', 'change'],
|
|
@@ -1270,7 +1394,8 @@ var metadata = {
|
|
|
1270
1394
|
type: 'core',
|
|
1271
1395
|
categorization: 'multi-purpose',
|
|
1272
1396
|
usage: 'Known uses: Changed field values in Automation.',
|
|
1273
|
-
team: 'Design System Team'
|
|
1397
|
+
team: 'Design System Team',
|
|
1398
|
+
status: 'published'
|
|
1274
1399
|
},
|
|
1275
1400
|
'field-checkbox-group': {
|
|
1276
1401
|
keywords: ['field-checkbox-group', 'fieldcheckboxgroup', 'icon', 'core', 'form', 'field', 'input type', 'checkbox', 'multi-select', 'options'],
|
|
@@ -1279,7 +1404,8 @@ var metadata = {
|
|
|
1279
1404
|
type: 'core',
|
|
1280
1405
|
categorization: 'multi-purpose',
|
|
1281
1406
|
usage: 'Known uses: Checkbox group field type in Proforma.',
|
|
1282
|
-
team: 'Design System Team'
|
|
1407
|
+
team: 'Design System Team',
|
|
1408
|
+
status: 'published'
|
|
1283
1409
|
},
|
|
1284
1410
|
'field-dropdown': {
|
|
1285
1411
|
keywords: ['field-dropdown', 'fielddropdown', 'icon', 'core', 'form', 'field', 'select', 'dropdown'],
|
|
@@ -1288,7 +1414,8 @@ var metadata = {
|
|
|
1288
1414
|
type: 'core',
|
|
1289
1415
|
categorization: 'multi-purpose',
|
|
1290
1416
|
usage: 'Known uses: Dropdown field type in Proforma.',
|
|
1291
|
-
team: 'Design System Team'
|
|
1417
|
+
team: 'Design System Team',
|
|
1418
|
+
status: 'published'
|
|
1292
1419
|
},
|
|
1293
1420
|
'field-radio-group': {
|
|
1294
1421
|
keywords: ['field-radio-group', 'fieldradiogroup', 'icon', 'core', 'form', 'field', 'input type', 'radio', 'single-select', 'options'],
|
|
@@ -1297,7 +1424,8 @@ var metadata = {
|
|
|
1297
1424
|
type: 'core',
|
|
1298
1425
|
categorization: 'multi-purpose',
|
|
1299
1426
|
usage: 'Known uses: Radio group field type in Proforma.',
|
|
1300
|
-
team: 'Design System Team'
|
|
1427
|
+
team: 'Design System Team',
|
|
1428
|
+
status: 'published'
|
|
1301
1429
|
},
|
|
1302
1430
|
file: {
|
|
1303
1431
|
keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'core', 'document', 'file', 'paper'],
|
|
@@ -1307,7 +1435,8 @@ var metadata = {
|
|
|
1307
1435
|
type: 'core',
|
|
1308
1436
|
categorization: 'multi-purpose',
|
|
1309
1437
|
usage: "Multi purpose - Known uses: document, file. Do not use to represent a page — use the dedicated 'Page' icon instead.",
|
|
1310
|
-
team: 'Design System Team'
|
|
1438
|
+
team: 'Design System Team',
|
|
1439
|
+
status: 'published'
|
|
1311
1440
|
},
|
|
1312
1441
|
files: {
|
|
1313
1442
|
keywords: ['files', 'icon', 'core', 'documents', 'files', 'papers'],
|
|
@@ -1317,7 +1446,8 @@ var metadata = {
|
|
|
1317
1446
|
type: 'core',
|
|
1318
1447
|
categorization: 'multi-purpose',
|
|
1319
1448
|
usage: "Multi purpose - Known uses: documents, files. Do not use to represent pages — use the dedicated 'Pages' icon instead.",
|
|
1320
|
-
team: 'Design System Team'
|
|
1449
|
+
team: 'Design System Team',
|
|
1450
|
+
status: 'published'
|
|
1321
1451
|
},
|
|
1322
1452
|
filter: {
|
|
1323
1453
|
keywords: ['filter', 'icon', 'core', 'funnel', 'refine'],
|
|
@@ -1327,7 +1457,8 @@ var metadata = {
|
|
|
1327
1457
|
type: 'core',
|
|
1328
1458
|
categorization: 'single-purpose',
|
|
1329
1459
|
usage: 'Single purpose - Reserved for filterting data or objects.',
|
|
1330
|
-
team: 'Design System Team'
|
|
1460
|
+
team: 'Design System Team',
|
|
1461
|
+
status: 'published'
|
|
1331
1462
|
},
|
|
1332
1463
|
flag: {
|
|
1333
1464
|
keywords: ['flag', 'icon', 'core', 'important', 'emoji category'],
|
|
@@ -1337,7 +1468,8 @@ var metadata = {
|
|
|
1337
1468
|
type: 'core',
|
|
1338
1469
|
categorization: 'multi-purpose',
|
|
1339
1470
|
usage: 'Multi purpose - Known uses: flags in Editor, feature flags.',
|
|
1340
|
-
team: 'Design System Team'
|
|
1471
|
+
team: 'Design System Team',
|
|
1472
|
+
status: 'published'
|
|
1341
1473
|
},
|
|
1342
1474
|
'flag-filled': {
|
|
1343
1475
|
keywords: ['flag-filled', 'flagfilled', 'icon', 'core', 'flag', 'important', 'filled'],
|
|
@@ -1347,7 +1479,8 @@ var metadata = {
|
|
|
1347
1479
|
type: 'core',
|
|
1348
1480
|
categorization: 'multi-purpose',
|
|
1349
1481
|
usage: 'Multi purpose - Known uses: active feature flags.',
|
|
1350
|
-
team: 'Design System Team'
|
|
1482
|
+
team: 'Design System Team',
|
|
1483
|
+
status: 'published'
|
|
1351
1484
|
},
|
|
1352
1485
|
flask: {
|
|
1353
1486
|
keywords: ['flask', 'icon', 'core', 'labs', 'test', 'erlenmeyer flask', 'beaker'],
|
|
@@ -1357,7 +1490,8 @@ var metadata = {
|
|
|
1357
1490
|
type: 'core',
|
|
1358
1491
|
categorization: 'multi-purpose',
|
|
1359
1492
|
usage: 'Multi purpose - Known uses: labs in Jira.',
|
|
1360
|
-
team: 'Design System Team'
|
|
1493
|
+
team: 'Design System Team',
|
|
1494
|
+
status: 'published'
|
|
1361
1495
|
},
|
|
1362
1496
|
'folder-closed': {
|
|
1363
1497
|
keywords: ['folder-closed', 'folderclosed', 'icon', 'core', 'directory'],
|
|
@@ -1367,7 +1501,8 @@ var metadata = {
|
|
|
1367
1501
|
type: 'core',
|
|
1368
1502
|
categorization: 'single-purpose',
|
|
1369
1503
|
usage: 'Single purpose - Reserved for folders in Confluence.',
|
|
1370
|
-
team: 'Design System Team'
|
|
1504
|
+
team: 'Design System Team',
|
|
1505
|
+
status: 'published'
|
|
1371
1506
|
},
|
|
1372
1507
|
'folder-open': {
|
|
1373
1508
|
keywords: ['folder-open', 'folderopen', 'icon', 'core', 'directory'],
|
|
@@ -1376,7 +1511,8 @@ var metadata = {
|
|
|
1376
1511
|
type: 'core',
|
|
1377
1512
|
categorization: 'single-purpose',
|
|
1378
1513
|
usage: 'Single purpose - Reserved for open folders in Confluence.',
|
|
1379
|
-
team: 'Design System Team'
|
|
1514
|
+
team: 'Design System Team',
|
|
1515
|
+
status: 'published'
|
|
1380
1516
|
},
|
|
1381
1517
|
form: {
|
|
1382
1518
|
keywords: ['form', 'icon', 'core', 'form', 'fields'],
|
|
@@ -1385,7 +1521,8 @@ var metadata = {
|
|
|
1385
1521
|
type: 'core',
|
|
1386
1522
|
categorization: 'multi-purpose',
|
|
1387
1523
|
usage: 'Known uses: Represents forms across Atlassian products, including Proforma.',
|
|
1388
|
-
team: 'Design System Team'
|
|
1524
|
+
team: 'Design System Team',
|
|
1525
|
+
status: 'published'
|
|
1389
1526
|
},
|
|
1390
1527
|
'fullscreen-enter': {
|
|
1391
1528
|
keywords: ['fullscreen-enter', 'fullscreenenter', 'icon', 'core', 'full screen'],
|
|
@@ -1395,7 +1532,8 @@ var metadata = {
|
|
|
1395
1532
|
type: 'core',
|
|
1396
1533
|
categorization: 'single-purpose',
|
|
1397
1534
|
usage: 'Single purpose - Reserved for full screen videos or objects.',
|
|
1398
|
-
team: 'Design System Team'
|
|
1535
|
+
team: 'Design System Team',
|
|
1536
|
+
status: 'published'
|
|
1399
1537
|
},
|
|
1400
1538
|
'fullscreen-exit': {
|
|
1401
1539
|
keywords: ['fullscreen-exit', 'fullscreenexit', 'icon', 'core', 'un-full screen', 'un-fullscreen'],
|
|
@@ -1405,7 +1543,8 @@ var metadata = {
|
|
|
1405
1543
|
type: 'core',
|
|
1406
1544
|
categorization: 'single-purpose',
|
|
1407
1545
|
usage: 'Single purpose - Reserved for return screen videos or objects.',
|
|
1408
|
-
team: 'Design System Team'
|
|
1546
|
+
team: 'Design System Team',
|
|
1547
|
+
status: 'published'
|
|
1409
1548
|
},
|
|
1410
1549
|
glasses: {
|
|
1411
1550
|
keywords: ['glasses', 'icon', 'core', 'glasses', 'knowledge', 'learning', 'spectacles', 'education'],
|
|
@@ -1414,7 +1553,8 @@ var metadata = {
|
|
|
1414
1553
|
type: 'core',
|
|
1415
1554
|
categorization: 'multi-purpose',
|
|
1416
1555
|
usage: 'Known uses: Changing tone of written content to Educational with Atlassian Intelligence.',
|
|
1417
|
-
team: 'Design System Team'
|
|
1556
|
+
team: 'Design System Team',
|
|
1557
|
+
status: 'published'
|
|
1418
1558
|
},
|
|
1419
1559
|
globe: {
|
|
1420
1560
|
keywords: ['globe', 'icon', 'core', 'world'],
|
|
@@ -1424,7 +1564,8 @@ var metadata = {
|
|
|
1424
1564
|
type: 'core',
|
|
1425
1565
|
categorization: 'multi-purpose',
|
|
1426
1566
|
usage: 'Multi purpose - Known uses: public link in Confluence share dialog, global rules in Automation.',
|
|
1427
|
-
team: 'Design System Team'
|
|
1567
|
+
team: 'Design System Team',
|
|
1568
|
+
status: 'published'
|
|
1428
1569
|
},
|
|
1429
1570
|
goal: {
|
|
1430
1571
|
keywords: ['goal', 'icon', 'core', 'target'],
|
|
@@ -1433,7 +1574,8 @@ var metadata = {
|
|
|
1433
1574
|
type: 'core',
|
|
1434
1575
|
categorization: 'single-purpose',
|
|
1435
1576
|
usage: 'Single purpose - Reserved for goals in Atlas.',
|
|
1436
|
-
team: 'Design System Team'
|
|
1577
|
+
team: 'Design System Team',
|
|
1578
|
+
status: 'published'
|
|
1437
1579
|
},
|
|
1438
1580
|
grid: {
|
|
1439
1581
|
keywords: ['grid', 'icon', 'core', 'view all content', 'tile view', 'layout', 'grid', 'tiles'],
|
|
@@ -1443,7 +1585,8 @@ var metadata = {
|
|
|
1443
1585
|
type: 'core',
|
|
1444
1586
|
categorization: 'multi-purpose',
|
|
1445
1587
|
usage: 'Multi purpose - Known uses: spaces in Confluence, and grid view, all content in Confluence.',
|
|
1446
|
-
team: 'Design System Team'
|
|
1588
|
+
team: 'Design System Team',
|
|
1589
|
+
status: 'published'
|
|
1447
1590
|
},
|
|
1448
1591
|
'grow-diagonal': {
|
|
1449
1592
|
keywords: ['grow-diagonal', 'growdiagonal', 'icon', 'core', 'grow', 'width and height', 'diagonal arrows'],
|
|
@@ -1453,7 +1596,8 @@ var metadata = {
|
|
|
1453
1596
|
type: 'core',
|
|
1454
1597
|
categorization: 'single-purpose',
|
|
1455
1598
|
usage: 'Single purpose - Reserved for increasing the size of an element when height and width are changed concurrently.',
|
|
1456
|
-
team: 'Design System Team'
|
|
1599
|
+
team: 'Design System Team',
|
|
1600
|
+
status: 'published'
|
|
1457
1601
|
},
|
|
1458
1602
|
'grow-horizontal': {
|
|
1459
1603
|
keywords: ['grow-horizontal', 'growhorizontal', 'icon', 'core', 'grow', 'width', 'horizontal arrows'],
|
|
@@ -1463,7 +1607,8 @@ var metadata = {
|
|
|
1463
1607
|
type: 'core',
|
|
1464
1608
|
categorization: 'single-purpose',
|
|
1465
1609
|
usage: 'Single purpose - Reserved for increasing the width of an element.',
|
|
1466
|
-
team: 'Design System Team'
|
|
1610
|
+
team: 'Design System Team',
|
|
1611
|
+
status: 'published'
|
|
1467
1612
|
},
|
|
1468
1613
|
'grow-vertical': {
|
|
1469
1614
|
keywords: ['grow-vertical', 'growvertical', 'icon', 'core', 'grow', 'height', 'vertical arrows'],
|
|
@@ -1472,7 +1617,8 @@ var metadata = {
|
|
|
1472
1617
|
type: 'core',
|
|
1473
1618
|
categorization: 'single-purpose',
|
|
1474
1619
|
usage: 'Single purpose - Reserved for increasing the height of an element.',
|
|
1475
|
-
team: 'Design System Team'
|
|
1620
|
+
team: 'Design System Team',
|
|
1621
|
+
status: 'published'
|
|
1476
1622
|
},
|
|
1477
1623
|
hashtag: {
|
|
1478
1624
|
keywords: ['hashtag', 'icon', 'core', 'tag', 'topic', 'pound'],
|
|
@@ -1481,7 +1627,8 @@ var metadata = {
|
|
|
1481
1627
|
type: 'core',
|
|
1482
1628
|
categorization: 'multi-purpose',
|
|
1483
1629
|
usage: 'Multi purpose - Known uses: topics in Atlas, tags.',
|
|
1484
|
-
team: 'Design System Team'
|
|
1630
|
+
team: 'Design System Team',
|
|
1631
|
+
status: 'published'
|
|
1485
1632
|
},
|
|
1486
1633
|
headphones: {
|
|
1487
1634
|
keywords: ['headphones', 'icon', 'core', 'audio', 'music'],
|
|
@@ -1490,7 +1637,8 @@ var metadata = {
|
|
|
1490
1637
|
type: 'core',
|
|
1491
1638
|
categorization: 'multi-purpose',
|
|
1492
1639
|
usage: 'Multi purpose - Known uses: music, audio.',
|
|
1493
|
-
team: 'Design System Team'
|
|
1640
|
+
team: 'Design System Team',
|
|
1641
|
+
status: 'published'
|
|
1494
1642
|
},
|
|
1495
1643
|
heart: {
|
|
1496
1644
|
keywords: ['heart', 'icon', 'core', 'like', 'love', 'emoji category'],
|
|
@@ -1500,7 +1648,8 @@ var metadata = {
|
|
|
1500
1648
|
type: 'core',
|
|
1501
1649
|
categorization: 'multi-purpose',
|
|
1502
1650
|
usage: 'Multi purpose - Known uses: emoji symbols in Editor.',
|
|
1503
|
-
team: 'Design System Team'
|
|
1651
|
+
team: 'Design System Team',
|
|
1652
|
+
status: 'published'
|
|
1504
1653
|
},
|
|
1505
1654
|
highlight: {
|
|
1506
1655
|
keywords: ['highlight', 'icon', 'core', 'highlight', 'highlighter', 'stabilo', 'pen'],
|
|
@@ -1509,7 +1658,8 @@ var metadata = {
|
|
|
1509
1658
|
type: 'core',
|
|
1510
1659
|
categorization: 'single-purpose',
|
|
1511
1660
|
usage: 'Single purpose - Reserved for highlight text tool in Confluence Editor.',
|
|
1512
|
-
team: 'Design System Team'
|
|
1661
|
+
team: 'Design System Team',
|
|
1662
|
+
status: 'published'
|
|
1513
1663
|
},
|
|
1514
1664
|
home: {
|
|
1515
1665
|
keywords: ['home', 'icon', 'core', 'house', 'building'],
|
|
@@ -1519,7 +1669,8 @@ var metadata = {
|
|
|
1519
1669
|
type: 'core',
|
|
1520
1670
|
categorization: 'single-purpose',
|
|
1521
1671
|
usage: 'Single purpose - Reserved for home in navigation. When a user clicks on this, they should return to the homepage.',
|
|
1522
|
-
team: 'Design System Team'
|
|
1672
|
+
team: 'Design System Team',
|
|
1673
|
+
status: 'published'
|
|
1523
1674
|
},
|
|
1524
1675
|
image: {
|
|
1525
1676
|
keywords: ['image', 'picture', 'photo', 'icon', 'core', 'picture', 'asset'],
|
|
@@ -1529,7 +1680,8 @@ var metadata = {
|
|
|
1529
1680
|
type: 'core',
|
|
1530
1681
|
categorization: 'multi-purpose',
|
|
1531
1682
|
usage: 'Multi purpose - Known uses: images, image upload.',
|
|
1532
|
-
team: 'Design System Team'
|
|
1683
|
+
team: 'Design System Team',
|
|
1684
|
+
status: 'published'
|
|
1533
1685
|
},
|
|
1534
1686
|
'image-fullscreen': {
|
|
1535
1687
|
keywords: ['image-fullscreen', 'imagefullscreen', 'icon', 'core', 'image', 'fullscreen', 'enlarge'],
|
|
@@ -1538,7 +1690,8 @@ var metadata = {
|
|
|
1538
1690
|
type: 'core',
|
|
1539
1691
|
categorization: 'single-purpose',
|
|
1540
1692
|
usage: 'Reserved for viewing an image in a fullscreen view or modal.',
|
|
1541
|
-
team: 'Editor'
|
|
1693
|
+
team: 'Editor',
|
|
1694
|
+
status: 'published'
|
|
1542
1695
|
},
|
|
1543
1696
|
'image-inline': {
|
|
1544
1697
|
keywords: ['image-inline', 'imageinline', 'icon', 'core', 'image', 'layout', 'inline'],
|
|
@@ -1547,7 +1700,8 @@ var metadata = {
|
|
|
1547
1700
|
type: 'core',
|
|
1548
1701
|
categorization: 'single-purpose',
|
|
1549
1702
|
usage: 'Reserved for representing inline images in Editor.',
|
|
1550
|
-
team: 'Editor'
|
|
1703
|
+
team: 'Editor',
|
|
1704
|
+
status: 'published'
|
|
1551
1705
|
},
|
|
1552
1706
|
'image-scaled': {
|
|
1553
1707
|
keywords: ['image-scaled', 'imagescaled', 'icon', 'core', 'image', 'layout', 'scaled'],
|
|
@@ -1556,7 +1710,8 @@ var metadata = {
|
|
|
1556
1710
|
type: 'core',
|
|
1557
1711
|
categorization: 'single-purpose',
|
|
1558
1712
|
usage: 'Reserved for representing scaled images in layouts akin to display block.',
|
|
1559
|
-
team: 'Editor'
|
|
1713
|
+
team: 'Editor',
|
|
1714
|
+
status: 'published'
|
|
1560
1715
|
},
|
|
1561
1716
|
inbox: {
|
|
1562
1717
|
keywords: ['inbox', 'icon', 'core', 'document tray', 'work', 'letter', 'post'],
|
|
@@ -1566,7 +1721,8 @@ var metadata = {
|
|
|
1566
1721
|
type: 'core',
|
|
1567
1722
|
categorization: 'multi-purpose',
|
|
1568
1723
|
usage: "Multi purpose - Known uses: 'Your work' in Confluence, inbox, mail.",
|
|
1569
|
-
team: 'Design System Team'
|
|
1724
|
+
team: 'Design System Team',
|
|
1725
|
+
status: 'published'
|
|
1570
1726
|
},
|
|
1571
1727
|
incident: {
|
|
1572
1728
|
keywords: ['incident', 'icon', 'core', 'witches hat', 'traffic cone', 'jira status'],
|
|
@@ -1575,7 +1731,8 @@ var metadata = {
|
|
|
1575
1731
|
type: 'core',
|
|
1576
1732
|
categorization: 'single-purpose',
|
|
1577
1733
|
usage: 'Single purpose - Reserved for incidents in Jira.',
|
|
1578
|
-
team: 'Design System Team'
|
|
1734
|
+
team: 'Design System Team',
|
|
1735
|
+
status: 'published'
|
|
1579
1736
|
},
|
|
1580
1737
|
information: {
|
|
1581
1738
|
keywords: ['information', 'icon', 'core', 'info', 'filled', 'tip'],
|
|
@@ -1585,7 +1742,8 @@ var metadata = {
|
|
|
1585
1742
|
type: 'core',
|
|
1586
1743
|
categorization: 'single-purpose',
|
|
1587
1744
|
usage: 'Single purpose - Known uses: information state in section messages or inline messages.',
|
|
1588
|
-
team: 'Design System Team'
|
|
1745
|
+
team: 'Design System Team',
|
|
1746
|
+
status: 'published'
|
|
1589
1747
|
},
|
|
1590
1748
|
'information-circle': {
|
|
1591
1749
|
keywords: ['information-circle', 'informationcircle', 'icon', 'core', 'information', 'circle', 'info'],
|
|
@@ -1595,6 +1753,7 @@ var metadata = {
|
|
|
1595
1753
|
categorization: 'multi-purpose',
|
|
1596
1754
|
usage: 'Known uses: For highlighting information when less visual emphasis is needed within the UI compared to the filled information status icon.',
|
|
1597
1755
|
team: 'Design System Team',
|
|
1756
|
+
status: 'published',
|
|
1598
1757
|
slackChannel: '#icon-contributions'
|
|
1599
1758
|
},
|
|
1600
1759
|
issue: {
|
|
@@ -1610,7 +1769,8 @@ var metadata = {
|
|
|
1610
1769
|
},
|
|
1611
1770
|
categorization: 'single-purpose',
|
|
1612
1771
|
usage: 'Reserved for representing work items.',
|
|
1613
|
-
team: 'Design System Team'
|
|
1772
|
+
team: 'Design System Team',
|
|
1773
|
+
status: 'deprecated'
|
|
1614
1774
|
},
|
|
1615
1775
|
issues: {
|
|
1616
1776
|
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
@@ -1625,7 +1785,8 @@ var metadata = {
|
|
|
1625
1785
|
},
|
|
1626
1786
|
categorization: 'single-purpose',
|
|
1627
1787
|
usage: 'Reserved for representing multiple work items.',
|
|
1628
|
-
team: 'Design System Team'
|
|
1788
|
+
team: 'Design System Team',
|
|
1789
|
+
status: 'deprecated'
|
|
1629
1790
|
},
|
|
1630
1791
|
'key-result': {
|
|
1631
1792
|
keywords: ['key-result', 'keyresult', 'icon', 'core', 'target', 'bullseye', 'key result', 'arrow', 'bow', 'archery', 'OKR'],
|
|
@@ -1634,7 +1795,8 @@ var metadata = {
|
|
|
1634
1795
|
type: 'core',
|
|
1635
1796
|
categorization: 'single-purpose',
|
|
1636
1797
|
usage: 'Reserved for representing key results.',
|
|
1637
|
-
team: 'Atlas'
|
|
1798
|
+
team: 'Atlas',
|
|
1799
|
+
status: 'published'
|
|
1638
1800
|
},
|
|
1639
1801
|
'layout-one-column': {
|
|
1640
1802
|
keywords: ['layout-one-column', 'layoutonecolumn', 'icon', 'core', 'layout', 'column', '1 col'],
|
|
@@ -1644,7 +1806,8 @@ var metadata = {
|
|
|
1644
1806
|
type: 'core',
|
|
1645
1807
|
categorization: 'single-purpose',
|
|
1646
1808
|
usage: 'Reserved for single column layout option in Confluence Editor',
|
|
1647
|
-
team: 'Design System Team'
|
|
1809
|
+
team: 'Design System Team',
|
|
1810
|
+
status: 'published'
|
|
1648
1811
|
},
|
|
1649
1812
|
'layout-three-columns': {
|
|
1650
1813
|
keywords: ['layout-three-columns', 'layoutthreecolumns', 'icon', 'core', 'layout', 'columns', '3 col', '3 cols'],
|
|
@@ -1654,7 +1817,8 @@ var metadata = {
|
|
|
1654
1817
|
type: 'core',
|
|
1655
1818
|
categorization: 'single-purpose',
|
|
1656
1819
|
usage: 'Single purpose - Reserved for 3 column layout option in Confluence Editor.',
|
|
1657
|
-
team: 'Design System Team'
|
|
1820
|
+
team: 'Design System Team',
|
|
1821
|
+
status: 'published'
|
|
1658
1822
|
},
|
|
1659
1823
|
'layout-three-columns-sidebars': {
|
|
1660
1824
|
keywords: ['layout-three-columns-sidebars', 'layoutthreecolumnssidebars', 'icon', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
|
|
@@ -1664,7 +1828,8 @@ var metadata = {
|
|
|
1664
1828
|
type: 'core',
|
|
1665
1829
|
categorization: 'single-purpose',
|
|
1666
1830
|
usage: 'Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.',
|
|
1667
|
-
team: 'Design System Team'
|
|
1831
|
+
team: 'Design System Team',
|
|
1832
|
+
status: 'published'
|
|
1668
1833
|
},
|
|
1669
1834
|
'layout-two-columns': {
|
|
1670
1835
|
keywords: ['layout-two-columns', 'layouttwocolumns', 'icon', 'core', 'layout', 'columns', '2 col', '2 cols'],
|
|
@@ -1674,7 +1839,8 @@ var metadata = {
|
|
|
1674
1839
|
type: 'core',
|
|
1675
1840
|
categorization: 'single-purpose',
|
|
1676
1841
|
usage: 'Single purpose - Reserved for 2 column layout option in Confluence Editor.',
|
|
1677
|
-
team: 'Design System Team'
|
|
1842
|
+
team: 'Design System Team',
|
|
1843
|
+
status: 'published'
|
|
1678
1844
|
},
|
|
1679
1845
|
'layout-two-columns-sidebar-left': {
|
|
1680
1846
|
keywords: ['layout-two-columns-sidebar-left', 'layouttwocolumnssidebarleft', 'icon', 'core', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
@@ -1684,7 +1850,8 @@ var metadata = {
|
|
|
1684
1850
|
type: 'core',
|
|
1685
1851
|
categorization: 'single-purpose',
|
|
1686
1852
|
usage: 'Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.',
|
|
1687
|
-
team: 'Design System Team'
|
|
1853
|
+
team: 'Design System Team',
|
|
1854
|
+
status: 'published'
|
|
1688
1855
|
},
|
|
1689
1856
|
'layout-two-columns-sidebar-right': {
|
|
1690
1857
|
keywords: ['layout-two-columns-sidebar-right', 'layouttwocolumnssidebarright', 'icon', 'core', 'layout', 'columns', '2 col', '2 cols', 'sidebar', 'aside'],
|
|
@@ -1694,7 +1861,8 @@ var metadata = {
|
|
|
1694
1861
|
type: 'core',
|
|
1695
1862
|
categorization: 'single-purpose',
|
|
1696
1863
|
usage: 'Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.',
|
|
1697
|
-
team: 'Design System Team'
|
|
1864
|
+
team: 'Design System Team',
|
|
1865
|
+
status: 'published'
|
|
1698
1866
|
},
|
|
1699
1867
|
library: {
|
|
1700
1868
|
keywords: ['library', 'icon', 'core', 'library', 'drawer', 'drawers', 'filing cabinet'],
|
|
@@ -1703,7 +1871,8 @@ var metadata = {
|
|
|
1703
1871
|
type: 'core',
|
|
1704
1872
|
categorization: 'single-purpose',
|
|
1705
1873
|
usage: 'Single purpose - Reserved for library view in Atlassian Home.',
|
|
1706
|
-
team: 'Design System Team'
|
|
1874
|
+
team: 'Design System Team',
|
|
1875
|
+
status: 'published'
|
|
1707
1876
|
},
|
|
1708
1877
|
lightbulb: {
|
|
1709
1878
|
keywords: ['lightbulb', 'idea', 'hint', 'icon', 'core', 'idea', 'initiative', 'tip', 'learnings'],
|
|
@@ -1713,7 +1882,8 @@ var metadata = {
|
|
|
1713
1882
|
type: 'core',
|
|
1714
1883
|
categorization: 'multi-purpose',
|
|
1715
1884
|
usage: 'Known uses: learnings in Atlas.',
|
|
1716
|
-
team: 'Design System Team'
|
|
1885
|
+
team: 'Design System Team',
|
|
1886
|
+
status: 'published'
|
|
1717
1887
|
},
|
|
1718
1888
|
link: {
|
|
1719
1889
|
keywords: ['link', 'icon', 'core', 'url', 'hyperlink', 'website', 'www', 'http', ''],
|
|
@@ -1723,7 +1893,8 @@ var metadata = {
|
|
|
1723
1893
|
type: 'core',
|
|
1724
1894
|
categorization: 'single-purpose',
|
|
1725
1895
|
usage: 'Single purpose - Reserved for links, urls, or copy link.',
|
|
1726
|
-
team: 'Design System Team'
|
|
1896
|
+
team: 'Design System Team',
|
|
1897
|
+
status: 'published'
|
|
1727
1898
|
},
|
|
1728
1899
|
'link-broken': {
|
|
1729
1900
|
keywords: ['link-broken', 'linkbroken', 'icon', 'core', 'unlink', 'remove link', 'break link', 'url', 'hyperlink', 'website', 'www', 'https'],
|
|
@@ -1733,7 +1904,8 @@ var metadata = {
|
|
|
1733
1904
|
type: 'core',
|
|
1734
1905
|
categorization: 'single-purpose',
|
|
1735
1906
|
usage: 'Single purpose - Reserved for removing a link.',
|
|
1736
|
-
team: 'Design System Team'
|
|
1907
|
+
team: 'Design System Team',
|
|
1908
|
+
status: 'published'
|
|
1737
1909
|
},
|
|
1738
1910
|
'link-external': {
|
|
1739
1911
|
keywords: ['link-external', 'linkexternal', 'icon', 'core', 'new tab', 'new window', 'open in', 'url', 'hyperlink', 'www', 'http', 'https', 'website', 'external', 'shortcut', 'diagonal arrow', 'offsite'],
|
|
@@ -1743,7 +1915,8 @@ var metadata = {
|
|
|
1743
1915
|
type: 'core',
|
|
1744
1916
|
categorization: 'single-purpose',
|
|
1745
1917
|
usage: 'Single purpose - Reserved for links that open up a new tab.',
|
|
1746
|
-
team: 'Design System Team'
|
|
1918
|
+
team: 'Design System Team',
|
|
1919
|
+
status: 'published'
|
|
1747
1920
|
},
|
|
1748
1921
|
'list-bulleted': {
|
|
1749
1922
|
keywords: ['list-bulleted', 'listbulleted', 'icon', 'core', 'bullets', 'unordered list'],
|
|
@@ -1753,7 +1926,8 @@ var metadata = {
|
|
|
1753
1926
|
type: 'core',
|
|
1754
1927
|
categorization: 'multi-purpose',
|
|
1755
1928
|
usage: 'Multi purpose - Known uses: bulleted lists, view all.',
|
|
1756
|
-
team: 'Design System Team'
|
|
1929
|
+
team: 'Design System Team',
|
|
1930
|
+
status: 'published'
|
|
1757
1931
|
},
|
|
1758
1932
|
'list-checklist': {
|
|
1759
1933
|
keywords: ['list-checklist', 'listchecklist', 'icon', 'core', 'list', 'check mark', 'to-do', 'requirements'],
|
|
@@ -1762,7 +1936,8 @@ var metadata = {
|
|
|
1762
1936
|
type: 'core',
|
|
1763
1937
|
categorization: 'multi-purpose',
|
|
1764
1938
|
usage: "Multi purpose - Known usages: 'Requirement' Jira issue type.",
|
|
1765
|
-
team: 'Design System Team'
|
|
1939
|
+
team: 'Design System Team',
|
|
1940
|
+
status: 'published'
|
|
1766
1941
|
},
|
|
1767
1942
|
'list-numbered': {
|
|
1768
1943
|
keywords: ['list-numbered', 'listnumbered', 'icon', 'core', 'list', 'numbers'],
|
|
@@ -1772,7 +1947,8 @@ var metadata = {
|
|
|
1772
1947
|
type: 'core',
|
|
1773
1948
|
categorization: 'multi-purpose',
|
|
1774
1949
|
usage: 'Multi purpose - Known usages: Numbered list in Confluence Editor.',
|
|
1775
|
-
team: 'Design System Team'
|
|
1950
|
+
team: 'Design System Team',
|
|
1951
|
+
status: 'published'
|
|
1776
1952
|
},
|
|
1777
1953
|
'lobby-bell': {
|
|
1778
1954
|
keywords: ['lobby-bell', 'lobbybell', 'icon', 'core', 'ding', 'risks'],
|
|
@@ -1782,7 +1958,8 @@ var metadata = {
|
|
|
1782
1958
|
type: 'core',
|
|
1783
1959
|
categorization: 'multi-purpose',
|
|
1784
1960
|
usage: 'Multi purpose - Known uses: risks in Atlas.',
|
|
1785
|
-
team: 'Design System Team'
|
|
1961
|
+
team: 'Design System Team',
|
|
1962
|
+
status: 'published'
|
|
1786
1963
|
},
|
|
1787
1964
|
location: {
|
|
1788
1965
|
keywords: ['location', 'pin', 'gps', 'map', 'icon', 'core', 'map', 'pin', 'address'],
|
|
@@ -1792,7 +1969,8 @@ var metadata = {
|
|
|
1792
1969
|
type: 'core',
|
|
1793
1970
|
categorization: 'multi-purpose',
|
|
1794
1971
|
usage: 'Multi purpose - Known uses: location in Atlas.',
|
|
1795
|
-
team: 'Design System Team'
|
|
1972
|
+
team: 'Design System Team',
|
|
1973
|
+
status: 'published'
|
|
1796
1974
|
},
|
|
1797
1975
|
'lock-locked': {
|
|
1798
1976
|
keywords: ['lock-locked', 'locklocked', 'icon', 'core', 'permissions', 'no access', 'restricted', 'security', 'secure', 'forbidden', 'authentication'],
|
|
@@ -1802,7 +1980,8 @@ var metadata = {
|
|
|
1802
1980
|
type: 'core',
|
|
1803
1981
|
categorization: 'multi-purpose',
|
|
1804
1982
|
usage: 'Multi purpose - Known uses: secure password in textfields, locked page in Confluence.',
|
|
1805
|
-
team: 'Design System Team'
|
|
1983
|
+
team: 'Design System Team',
|
|
1984
|
+
status: 'published'
|
|
1806
1985
|
},
|
|
1807
1986
|
'lock-unlocked': {
|
|
1808
1987
|
keywords: ['lock-unlocked', 'lockunlocked', 'icon', 'core', 'open permissions', 'unrestricted access', 'security', 'insecure', 'authentication'],
|
|
@@ -1812,7 +1991,8 @@ var metadata = {
|
|
|
1812
1991
|
type: 'core',
|
|
1813
1992
|
categorization: 'multi-purpose',
|
|
1814
1993
|
usage: 'Multi purpose - Known uses: unlocked page in Confluence.',
|
|
1815
|
-
team: 'Design System Team'
|
|
1994
|
+
team: 'Design System Team',
|
|
1995
|
+
status: 'published'
|
|
1816
1996
|
},
|
|
1817
1997
|
'log-in': {
|
|
1818
1998
|
keywords: ['log-in', 'login', 'icon', 'core', 'sign in', 'enter', 'account'],
|
|
@@ -1822,7 +2002,8 @@ var metadata = {
|
|
|
1822
2002
|
type: 'core',
|
|
1823
2003
|
categorization: 'single-purpose',
|
|
1824
2004
|
usage: 'Single purpose - Reserved for log in.',
|
|
1825
|
-
team: 'Design System Team'
|
|
2005
|
+
team: 'Design System Team',
|
|
2006
|
+
status: 'published'
|
|
1826
2007
|
},
|
|
1827
2008
|
'log-out': {
|
|
1828
2009
|
keywords: ['log-out', 'logout', 'icon', 'core', 'sign out', 'exit', 'account'],
|
|
@@ -1832,7 +2013,8 @@ var metadata = {
|
|
|
1832
2013
|
type: 'core',
|
|
1833
2014
|
categorization: 'single-purpose',
|
|
1834
2015
|
usage: 'Single purpose - Reserved for log out.',
|
|
1835
|
-
team: 'Design System Team'
|
|
2016
|
+
team: 'Design System Team',
|
|
2017
|
+
status: 'published'
|
|
1836
2018
|
},
|
|
1837
2019
|
'magic-wand': {
|
|
1838
2020
|
keywords: ['magic-wand', 'magicwand', 'icon', 'core', 'magic', 'wand', 'suggestion'],
|
|
@@ -1841,7 +2023,8 @@ var metadata = {
|
|
|
1841
2023
|
type: 'core',
|
|
1842
2024
|
categorization: 'multi-purpose',
|
|
1843
2025
|
usage: 'Multi purpose',
|
|
1844
|
-
team: 'Design System Team'
|
|
2026
|
+
team: 'Design System Team',
|
|
2027
|
+
status: 'published'
|
|
1845
2028
|
},
|
|
1846
2029
|
markdown: {
|
|
1847
2030
|
keywords: ['markdown', 'icon', 'core', 'markdown', 'md', 'markup'],
|
|
@@ -1850,7 +2033,8 @@ var metadata = {
|
|
|
1850
2033
|
type: 'core',
|
|
1851
2034
|
categorization: 'single-purpose',
|
|
1852
2035
|
usage: 'Reserved for representing the Markdown markup language.',
|
|
1853
|
-
team: 'Design System Team'
|
|
2036
|
+
team: 'Design System Team',
|
|
2037
|
+
status: 'published'
|
|
1854
2038
|
},
|
|
1855
2039
|
marketplace: {
|
|
1856
2040
|
keywords: ['marketplace', 'store', 'shop', 'icon', 'core', 'app store', 'storefront', 'stand', 'third-party developer'],
|
|
@@ -1860,7 +2044,8 @@ var metadata = {
|
|
|
1860
2044
|
type: 'core',
|
|
1861
2045
|
categorization: 'single-purpose',
|
|
1862
2046
|
usage: 'Single purpose - Reserved for Atlassian Marketplace.',
|
|
1863
|
-
team: 'Design System Team'
|
|
2047
|
+
team: 'Design System Team',
|
|
2048
|
+
status: 'published'
|
|
1864
2049
|
},
|
|
1865
2050
|
maximize: {
|
|
1866
2051
|
keywords: ['maximize', 'icon', 'core', 'diagonal', 'resize', 'enlarge'],
|
|
@@ -1870,7 +2055,8 @@ var metadata = {
|
|
|
1870
2055
|
type: 'core',
|
|
1871
2056
|
categorization: 'single-purpose',
|
|
1872
2057
|
usage: 'Single purpose - Reserved for resizing screens, panels, modals, or media to its maximum size.',
|
|
1873
|
-
team: 'Design System Team'
|
|
2058
|
+
team: 'Design System Team',
|
|
2059
|
+
status: 'published'
|
|
1874
2060
|
},
|
|
1875
2061
|
megaphone: {
|
|
1876
2062
|
keywords: ['megaphone', 'icon', 'core', 'announcement', 'bullhorn', 'feedback', 'news'],
|
|
@@ -1879,7 +2065,8 @@ var metadata = {
|
|
|
1879
2065
|
type: 'core',
|
|
1880
2066
|
categorization: 'multi-purpose',
|
|
1881
2067
|
usage: 'Multi purpose - Known uses: feedback in products.',
|
|
1882
|
-
team: 'Design System Team'
|
|
2068
|
+
team: 'Design System Team',
|
|
2069
|
+
status: 'published'
|
|
1883
2070
|
},
|
|
1884
2071
|
mention: {
|
|
1885
2072
|
keywords: ['mention', 'user', 'person', '@', 'icon', 'core', 'at symbol', '@', 'tag', 'username'],
|
|
@@ -1889,7 +2076,8 @@ var metadata = {
|
|
|
1889
2076
|
type: 'core',
|
|
1890
2077
|
categorization: 'single-purpose',
|
|
1891
2078
|
usage: 'Single purpose - Reserved for user mentions.',
|
|
1892
|
-
team: 'Design System Team'
|
|
2079
|
+
team: 'Design System Team',
|
|
2080
|
+
status: 'published'
|
|
1893
2081
|
},
|
|
1894
2082
|
menu: {
|
|
1895
2083
|
keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'core', 'menu', 'top navigation', '3 lines', 'hamburger'],
|
|
@@ -1899,7 +2087,8 @@ var metadata = {
|
|
|
1899
2087
|
type: 'core',
|
|
1900
2088
|
categorization: 'single-purpose',
|
|
1901
2089
|
usage: 'Single purpose - Reserved for accessing the menu in global product navigation.',
|
|
1902
|
-
team: 'Design System Team'
|
|
2090
|
+
team: 'Design System Team',
|
|
2091
|
+
status: 'published'
|
|
1903
2092
|
},
|
|
1904
2093
|
'merge-failure': {
|
|
1905
2094
|
keywords: ['merge-failure', 'mergefailure', 'icon', 'core', 'git merge', 'bitbucket merge', 'merge fail', 'cross', 'x'],
|
|
@@ -1908,7 +2097,8 @@ var metadata = {
|
|
|
1908
2097
|
type: 'core',
|
|
1909
2098
|
categorization: 'single-purpose',
|
|
1910
2099
|
usage: 'Single purpose - Reserved for branches in Bitbucket and Jira that have failed to merge.',
|
|
1911
|
-
team: 'Design System Team'
|
|
2100
|
+
team: 'Design System Team',
|
|
2101
|
+
status: 'published'
|
|
1912
2102
|
},
|
|
1913
2103
|
'merge-success': {
|
|
1914
2104
|
keywords: ['merge-success', 'mergesuccess', 'icon', 'core', 'git merge', 'bitbucket merge', 'merge success', 'check mark'],
|
|
@@ -1917,7 +2107,8 @@ var metadata = {
|
|
|
1917
2107
|
type: 'core',
|
|
1918
2108
|
categorization: 'single-purpose',
|
|
1919
2109
|
usage: 'Single purpose - Reserved for branches in Bitbucket and Jira that have successfully merged.',
|
|
1920
|
-
team: 'Design System Team'
|
|
2110
|
+
team: 'Design System Team',
|
|
2111
|
+
status: 'published'
|
|
1921
2112
|
},
|
|
1922
2113
|
microphone: {
|
|
1923
2114
|
keywords: ['microphone', 'icon', 'core', 'mic', 'mic on', 'voice', 'speak'],
|
|
@@ -1927,7 +2118,8 @@ var metadata = {
|
|
|
1927
2118
|
type: 'core',
|
|
1928
2119
|
categorization: 'multi-purpose',
|
|
1929
2120
|
usage: 'Multi purpose - Known uses: record sounds in Trello.',
|
|
1930
|
-
team: 'Design System Team'
|
|
2121
|
+
team: 'Design System Team',
|
|
2122
|
+
status: 'published'
|
|
1931
2123
|
},
|
|
1932
2124
|
minimize: {
|
|
1933
2125
|
keywords: ['minimize', 'icon', 'core', 'minimize', 'dock'],
|
|
@@ -1937,7 +2129,8 @@ var metadata = {
|
|
|
1937
2129
|
type: 'core',
|
|
1938
2130
|
categorization: 'single-purpose',
|
|
1939
2131
|
usage: 'Single purpose - Reserved for minimizing or docking modals to the bottom of the viewport.',
|
|
1940
|
-
team: 'Design System Team'
|
|
2132
|
+
team: 'Design System Team',
|
|
2133
|
+
status: 'published'
|
|
1941
2134
|
},
|
|
1942
2135
|
minus: {
|
|
1943
2136
|
keywords: ['minus', 'icon', 'core', 'rule', 'horizontal line', 'divider', 'minus', 'subtract'],
|
|
@@ -1947,7 +2140,8 @@ var metadata = {
|
|
|
1947
2140
|
type: 'core',
|
|
1948
2141
|
categorization: 'multi-purpose',
|
|
1949
2142
|
usage: 'Multi purpose - Known uses: horizontal rule in Editor.',
|
|
1950
|
-
team: 'Design System Team'
|
|
2143
|
+
team: 'Design System Team',
|
|
2144
|
+
status: 'published'
|
|
1951
2145
|
},
|
|
1952
2146
|
'minus-square': {
|
|
1953
2147
|
keywords: ['minus-square', 'minussquare', 'icon', 'core', 'square', 'minus', 'subtract'],
|
|
@@ -1956,7 +2150,8 @@ var metadata = {
|
|
|
1956
2150
|
type: 'core',
|
|
1957
2151
|
categorization: 'multi-purpose',
|
|
1958
2152
|
usage: "Multi purpose - Known usages: 'Remove feature' Jira issue status.",
|
|
1959
|
-
team: 'Design System Team'
|
|
2153
|
+
team: 'Design System Team',
|
|
2154
|
+
status: 'published'
|
|
1960
2155
|
},
|
|
1961
2156
|
node: {
|
|
1962
2157
|
keywords: ['node', 'icon', 'core', 'page', 'dot', 'page tree', 'navigation'],
|
|
@@ -1965,7 +2160,8 @@ var metadata = {
|
|
|
1965
2160
|
type: 'core',
|
|
1966
2161
|
categorization: 'single-purpose',
|
|
1967
2162
|
usage: 'Single purpose - Reserved for a non-expandable item in a page tree.',
|
|
1968
|
-
team: 'Design System Team'
|
|
2163
|
+
team: 'Design System Team',
|
|
2164
|
+
status: 'published'
|
|
1969
2165
|
},
|
|
1970
2166
|
note: {
|
|
1971
2167
|
keywords: ['note', 'icon', 'core', 'note', 'post-it', 'sticky'],
|
|
@@ -1974,7 +2170,8 @@ var metadata = {
|
|
|
1974
2170
|
type: 'core',
|
|
1975
2171
|
categorization: 'single-purpose',
|
|
1976
2172
|
usage: 'Single purpose - Reserved for notes.',
|
|
1977
|
-
team: 'Design System Team'
|
|
2173
|
+
team: 'Design System Team',
|
|
2174
|
+
status: 'published'
|
|
1978
2175
|
},
|
|
1979
2176
|
notification: {
|
|
1980
2177
|
keywords: ['notification', 'bell', 'alarm', 'icon', 'core', 'bell', 'alert'],
|
|
@@ -1984,7 +2181,8 @@ var metadata = {
|
|
|
1984
2181
|
type: 'core',
|
|
1985
2182
|
categorization: 'single-purpose',
|
|
1986
2183
|
usage: 'Single purpose - Reserved for notifications within global product navigation and within product screens.',
|
|
1987
|
-
team: 'Design System Team'
|
|
2184
|
+
team: 'Design System Team',
|
|
2185
|
+
status: 'published'
|
|
1988
2186
|
},
|
|
1989
2187
|
'notification-muted': {
|
|
1990
2188
|
keywords: ['notification-muted', 'notificationmuted', 'icon', 'core', 'bell', 'alert', 'notification', 'mute'],
|
|
@@ -1993,7 +2191,8 @@ var metadata = {
|
|
|
1993
2191
|
type: 'core',
|
|
1994
2192
|
categorization: 'single-purpose',
|
|
1995
2193
|
usage: 'Single purpose - Reserved for muting or disabling notifications.',
|
|
1996
|
-
team: 'Design System Team'
|
|
2194
|
+
team: 'Design System Team',
|
|
2195
|
+
status: 'published'
|
|
1997
2196
|
},
|
|
1998
2197
|
objective: {
|
|
1999
2198
|
keywords: ['objective', 'icon', 'core', 'target', 'bullseye', 'objective'],
|
|
@@ -2002,7 +2201,8 @@ var metadata = {
|
|
|
2002
2201
|
type: 'core',
|
|
2003
2202
|
categorization: 'single-purpose',
|
|
2004
2203
|
usage: 'Single purpose - Reserved for objectives.',
|
|
2005
|
-
team: 'Design System Team'
|
|
2204
|
+
team: 'Design System Team',
|
|
2205
|
+
status: 'published'
|
|
2006
2206
|
},
|
|
2007
2207
|
'office-building': {
|
|
2008
2208
|
keywords: ['office-building', 'officebuilding', 'icon', 'core', 'organization', 'organisation', 'business'],
|
|
@@ -2012,7 +2212,8 @@ var metadata = {
|
|
|
2012
2212
|
type: 'core',
|
|
2013
2213
|
categorization: 'multi-purpose',
|
|
2014
2214
|
usage: 'Multi purpose - Known uses: office in Atlas, company.',
|
|
2015
|
-
team: 'Design System Team'
|
|
2215
|
+
team: 'Design System Team',
|
|
2216
|
+
status: 'published'
|
|
2016
2217
|
},
|
|
2017
2218
|
'on-call': {
|
|
2018
2219
|
keywords: ['on-call', 'oncall', 'icon', 'core', 'phone', 'on-call', 'support'],
|
|
@@ -2022,7 +2223,8 @@ var metadata = {
|
|
|
2022
2223
|
type: 'core',
|
|
2023
2224
|
categorization: 'single-purpose',
|
|
2024
2225
|
usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
|
|
2025
|
-
team: 'Design System Team'
|
|
2226
|
+
team: 'Design System Team',
|
|
2227
|
+
status: 'published'
|
|
2026
2228
|
},
|
|
2027
2229
|
operations: {
|
|
2028
2230
|
keywords: ['operations', 'icon', 'core', 'incident management', 'alerting', 'opsgenie', 'it operations', 'it ops', 'radar'],
|
|
@@ -2031,7 +2233,8 @@ var metadata = {
|
|
|
2031
2233
|
type: 'core',
|
|
2032
2234
|
categorization: 'single-purpose',
|
|
2033
2235
|
usage: 'Single purpose - Reserved for IT Operations.',
|
|
2034
|
-
team: 'Design System Team'
|
|
2236
|
+
team: 'Design System Team',
|
|
2237
|
+
status: 'published'
|
|
2035
2238
|
},
|
|
2036
2239
|
page: {
|
|
2037
2240
|
keywords: ['page', 'file', 'document', 'icon', 'core', 'single page', 'feed', 'document', 'jira status'],
|
|
@@ -2041,7 +2244,8 @@ var metadata = {
|
|
|
2041
2244
|
type: 'core',
|
|
2042
2245
|
categorization: 'single-purpose',
|
|
2043
2246
|
usage: 'Single purpose - Reserved for pages in Confluence.',
|
|
2044
|
-
team: 'Design System Team'
|
|
2247
|
+
team: 'Design System Team',
|
|
2248
|
+
status: 'published'
|
|
2045
2249
|
},
|
|
2046
2250
|
pages: {
|
|
2047
2251
|
keywords: ['pages', 'icon', 'core', 'multiple pages', 'feeds', 'documents'],
|
|
@@ -2051,7 +2255,8 @@ var metadata = {
|
|
|
2051
2255
|
type: 'core',
|
|
2052
2256
|
categorization: 'single-purpose',
|
|
2053
2257
|
usage: 'Single purpose - Reserved for multipe pages in Confluence.',
|
|
2054
|
-
team: 'Design System Team'
|
|
2258
|
+
team: 'Design System Team',
|
|
2259
|
+
status: 'published'
|
|
2055
2260
|
},
|
|
2056
2261
|
'paint-bucket': {
|
|
2057
2262
|
keywords: ['paint-bucket', 'paintbucket', 'icon', 'core', 'paint', 'bucket', 'fill', 'background', 'customize'],
|
|
@@ -2061,7 +2266,8 @@ var metadata = {
|
|
|
2061
2266
|
type: 'core',
|
|
2062
2267
|
categorization: 'multi-purpose',
|
|
2063
2268
|
usage: 'Multi purpose - Known usages: Customize fill color.',
|
|
2064
|
-
team: 'Design System Team'
|
|
2269
|
+
team: 'Design System Team',
|
|
2270
|
+
status: 'published'
|
|
2065
2271
|
},
|
|
2066
2272
|
'paint-palette': {
|
|
2067
2273
|
keywords: ['paint-palette', 'paintpalette', 'icon', 'core', 'background', 'customize'],
|
|
@@ -2070,7 +2276,8 @@ var metadata = {
|
|
|
2070
2276
|
type: 'core',
|
|
2071
2277
|
categorization: 'multi-purpose',
|
|
2072
2278
|
usage: 'Multi purpose - Known usages: Customize.',
|
|
2073
|
-
team: 'Design System Team'
|
|
2279
|
+
team: 'Design System Team',
|
|
2280
|
+
status: 'published'
|
|
2074
2281
|
},
|
|
2075
2282
|
pen: {
|
|
2076
2283
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design'],
|
|
@@ -2079,7 +2286,8 @@ var metadata = {
|
|
|
2079
2286
|
type: 'core',
|
|
2080
2287
|
categorization: 'multi-purpose',
|
|
2081
2288
|
usage: "Multi purpose - Known usages: 'Design task' Jira issue type.",
|
|
2082
|
-
team: 'Design System Team'
|
|
2289
|
+
team: 'Design System Team',
|
|
2290
|
+
status: 'published'
|
|
2083
2291
|
},
|
|
2084
2292
|
'people-group': {
|
|
2085
2293
|
keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'core', 'users', 'customers', 'people'],
|
|
@@ -2089,7 +2297,8 @@ var metadata = {
|
|
|
2089
2297
|
type: 'core',
|
|
2090
2298
|
categorization: 'single-purpose',
|
|
2091
2299
|
usage: 'Single purpose - Known uses: representing a group or collection of people or users.',
|
|
2092
|
-
team: 'Design System Team'
|
|
2300
|
+
team: 'Design System Team',
|
|
2301
|
+
status: 'published'
|
|
2093
2302
|
},
|
|
2094
2303
|
person: {
|
|
2095
2304
|
keywords: ['person', 'person', 'user', 'avatar', 'icon', 'core', 'user', 'customer'],
|
|
@@ -2099,7 +2308,8 @@ var metadata = {
|
|
|
2099
2308
|
type: 'core',
|
|
2100
2309
|
categorization: 'single-purpose',
|
|
2101
2310
|
usage: 'Single purpose - Known uses: representing a person or user, owner, contributor.',
|
|
2102
|
-
team: 'Design System Team'
|
|
2311
|
+
team: 'Design System Team',
|
|
2312
|
+
status: 'published'
|
|
2103
2313
|
},
|
|
2104
2314
|
'person-add': {
|
|
2105
2315
|
keywords: ['person-add', 'personadd', 'icon', 'core', 'user', 'customer', 'plus'],
|
|
@@ -2109,7 +2319,8 @@ var metadata = {
|
|
|
2109
2319
|
type: 'core',
|
|
2110
2320
|
categorization: 'single-purpose',
|
|
2111
2321
|
usage: 'Single purpose - Reserved for adding a user to an object.',
|
|
2112
|
-
team: 'Design System Team'
|
|
2322
|
+
team: 'Design System Team',
|
|
2323
|
+
status: 'published'
|
|
2113
2324
|
},
|
|
2114
2325
|
'person-added': {
|
|
2115
2326
|
keywords: ['person-added', 'personadded', 'icon', 'core', 'user', 'customer', 'check', 'tick'],
|
|
@@ -2119,7 +2330,8 @@ var metadata = {
|
|
|
2119
2330
|
type: 'core',
|
|
2120
2331
|
categorization: 'single-purpose',
|
|
2121
2332
|
usage: 'Single purpose - Reserved for a user added to an object.',
|
|
2122
|
-
team: 'Design System Team'
|
|
2333
|
+
team: 'Design System Team',
|
|
2334
|
+
status: 'published'
|
|
2123
2335
|
},
|
|
2124
2336
|
'person-avatar': {
|
|
2125
2337
|
keywords: ['person-avatar', 'personavatar', 'icon', 'core', 'user', 'customer'],
|
|
@@ -2129,7 +2341,8 @@ var metadata = {
|
|
|
2129
2341
|
type: 'core',
|
|
2130
2342
|
categorization: 'single-purpose',
|
|
2131
2343
|
usage: 'Single purpose - Reserved for user avatar.',
|
|
2132
|
-
team: 'Design System Team'
|
|
2344
|
+
team: 'Design System Team',
|
|
2345
|
+
status: 'published'
|
|
2133
2346
|
},
|
|
2134
2347
|
'person-offboard': {
|
|
2135
2348
|
keywords: ['person-offboard', 'personoffboard', 'icon', 'core', 'user', 'customer', 'right arrow'],
|
|
@@ -2139,7 +2352,8 @@ var metadata = {
|
|
|
2139
2352
|
type: 'core',
|
|
2140
2353
|
categorization: 'single-purpose',
|
|
2141
2354
|
usage: '📦 @atlaskit/icon/core/person-offboard',
|
|
2142
|
-
team: 'Design System Team'
|
|
2355
|
+
team: 'Design System Team',
|
|
2356
|
+
status: 'published'
|
|
2143
2357
|
},
|
|
2144
2358
|
'person-remove': {
|
|
2145
2359
|
keywords: ['person-remove', 'personremove', 'icon', 'core', 'person', 'remove', 'delete', 'unfollow'],
|
|
@@ -2148,7 +2362,8 @@ var metadata = {
|
|
|
2148
2362
|
type: 'core',
|
|
2149
2363
|
categorization: 'single-purpose',
|
|
2150
2364
|
usage: 'Reserved for removing and unfollowing people and teammates.',
|
|
2151
|
-
team: 'Design System Team'
|
|
2365
|
+
team: 'Design System Team',
|
|
2366
|
+
status: 'published'
|
|
2152
2367
|
},
|
|
2153
2368
|
'person-warning': {
|
|
2154
2369
|
keywords: ['person-warning', 'personwarning', 'icon', 'core', 'person', 'warning', 'alert'],
|
|
@@ -2157,7 +2372,8 @@ var metadata = {
|
|
|
2157
2372
|
type: 'core',
|
|
2158
2373
|
categorization: 'single-purpose',
|
|
2159
2374
|
usage: 'Reserved for showing a warning related to a person or teammate.',
|
|
2160
|
-
team: 'Design System Team'
|
|
2375
|
+
team: 'Design System Team',
|
|
2376
|
+
status: 'published'
|
|
2161
2377
|
},
|
|
2162
2378
|
phone: {
|
|
2163
2379
|
keywords: ['phone', 'icon', 'core', 'call', 'dial out'],
|
|
@@ -2167,7 +2383,8 @@ var metadata = {
|
|
|
2167
2383
|
type: 'core',
|
|
2168
2384
|
categorization: 'multi-purpose',
|
|
2169
2385
|
usage: 'Multi purpose - Known uses: call us, phone number input.',
|
|
2170
|
-
team: 'Design System Team'
|
|
2386
|
+
team: 'Design System Team',
|
|
2387
|
+
status: 'published'
|
|
2171
2388
|
},
|
|
2172
2389
|
pin: {
|
|
2173
2390
|
keywords: ['pin', 'icon', 'core', 'push pin', 'thumbtack', 'tack'],
|
|
@@ -2176,7 +2393,8 @@ var metadata = {
|
|
|
2176
2393
|
type: 'core',
|
|
2177
2394
|
categorization: 'multi-purpose',
|
|
2178
2395
|
usage: 'Multi purpose - Known uses: pinning Jira issue fields.',
|
|
2179
|
-
team: 'Design System Team'
|
|
2396
|
+
team: 'Design System Team',
|
|
2397
|
+
status: 'published'
|
|
2180
2398
|
},
|
|
2181
2399
|
'pin-filled': {
|
|
2182
2400
|
keywords: ['pin-filled', 'pinfilled', 'icon', 'core', 'push pin', 'thumbtack', 'tack', 'filled'],
|
|
@@ -2185,7 +2403,8 @@ var metadata = {
|
|
|
2185
2403
|
type: 'core',
|
|
2186
2404
|
categorization: 'multi-purpose',
|
|
2187
2405
|
usage: 'Multi purpose - Known uses: pinned Jira issue fields.',
|
|
2188
|
-
team: 'Design System Team'
|
|
2406
|
+
team: 'Design System Team',
|
|
2407
|
+
status: 'published'
|
|
2189
2408
|
},
|
|
2190
2409
|
'plus-square': {
|
|
2191
2410
|
keywords: ['plus-square', 'plussquare', 'icon', 'core', 'square', 'plus', 'add'],
|
|
@@ -2195,7 +2414,8 @@ var metadata = {
|
|
|
2195
2414
|
type: 'core',
|
|
2196
2415
|
categorization: 'multi-purpose',
|
|
2197
2416
|
usage: "Multi purpose - Known usages: 'New feature' Jira issue status.",
|
|
2198
|
-
team: 'Design System Team'
|
|
2417
|
+
team: 'Design System Team',
|
|
2418
|
+
status: 'published'
|
|
2199
2419
|
},
|
|
2200
2420
|
'power-plug': {
|
|
2201
2421
|
keywords: ['power-plug', 'powerplug', 'icon', 'core', 'plug-in', 'add-on', 'socket'],
|
|
@@ -2204,7 +2424,8 @@ var metadata = {
|
|
|
2204
2424
|
type: 'core',
|
|
2205
2425
|
categorization: 'multi-purpose',
|
|
2206
2426
|
usage: 'Multi purpose - Known uses: plugins, add ons.',
|
|
2207
|
-
team: 'Design System Team'
|
|
2427
|
+
team: 'Design System Team',
|
|
2428
|
+
status: 'published'
|
|
2208
2429
|
},
|
|
2209
2430
|
premium: {
|
|
2210
2431
|
keywords: ['premium', 'icon', 'core', 'AI', 'sparkles', 'stars', 'new', 'feature'],
|
|
@@ -2214,7 +2435,8 @@ var metadata = {
|
|
|
2214
2435
|
type: 'core',
|
|
2215
2436
|
categorization: 'single-purpose',
|
|
2216
2437
|
usage: 'Single purpose - Reserved for premium features.',
|
|
2217
|
-
team: 'Design System Team'
|
|
2438
|
+
team: 'Design System Team',
|
|
2439
|
+
status: 'published'
|
|
2218
2440
|
},
|
|
2219
2441
|
'presenter-mode': {
|
|
2220
2442
|
keywords: ['presenter-mode', 'presentermode', 'icon', 'core', 'pointer', 'cursor', 'presentation', 'present'],
|
|
@@ -2223,7 +2445,8 @@ var metadata = {
|
|
|
2223
2445
|
type: 'core',
|
|
2224
2446
|
categorization: 'single-purpose',
|
|
2225
2447
|
usage: 'Single purpose - Reserved for presenter mode in Confluence.',
|
|
2226
|
-
team: 'Design System Team'
|
|
2448
|
+
team: 'Design System Team',
|
|
2449
|
+
status: 'published'
|
|
2227
2450
|
},
|
|
2228
2451
|
printer: {
|
|
2229
2452
|
keywords: ['printer', 'icon', 'core', 'print'],
|
|
@@ -2232,7 +2455,8 @@ var metadata = {
|
|
|
2232
2455
|
type: 'core',
|
|
2233
2456
|
categorization: 'multi-purpose',
|
|
2234
2457
|
usage: 'Multi purpose - Known uses: print page, print-friendly view.',
|
|
2235
|
-
team: 'Design System Team'
|
|
2458
|
+
team: 'Design System Team',
|
|
2459
|
+
status: 'published'
|
|
2236
2460
|
},
|
|
2237
2461
|
'priority-blocker': {
|
|
2238
2462
|
keywords: ['priority-blocker', 'priorityblocker', 'icon', 'core', 'blocked', 'showstopper', 'jira status'],
|
|
@@ -2241,7 +2465,8 @@ var metadata = {
|
|
|
2241
2465
|
type: 'core',
|
|
2242
2466
|
categorization: 'single-purpose',
|
|
2243
2467
|
usage: 'Single purpose - Reserved for blocker issue priority.',
|
|
2244
|
-
team: 'Design System Team'
|
|
2468
|
+
team: 'Design System Team',
|
|
2469
|
+
status: 'published'
|
|
2245
2470
|
},
|
|
2246
2471
|
'priority-critical': {
|
|
2247
2472
|
keywords: ['priority-critical', 'prioritycritical', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2250,7 +2475,8 @@ var metadata = {
|
|
|
2250
2475
|
type: 'core',
|
|
2251
2476
|
categorization: 'single-purpose',
|
|
2252
2477
|
usage: 'Single purpose - Reserved for critial issue priority.',
|
|
2253
|
-
team: 'Design System Team'
|
|
2478
|
+
team: 'Design System Team',
|
|
2479
|
+
status: 'published'
|
|
2254
2480
|
},
|
|
2255
2481
|
'priority-high': {
|
|
2256
2482
|
keywords: ['priority-high', 'priorityhigh', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2259,7 +2485,8 @@ var metadata = {
|
|
|
2259
2485
|
type: 'core',
|
|
2260
2486
|
categorization: 'single-purpose',
|
|
2261
2487
|
usage: 'Single purpose - Reserved for high issue priority.',
|
|
2262
|
-
team: 'Design System Team'
|
|
2488
|
+
team: 'Design System Team',
|
|
2489
|
+
status: 'published'
|
|
2263
2490
|
},
|
|
2264
2491
|
'priority-highest': {
|
|
2265
2492
|
keywords: ['priority-highest', 'priorityhighest', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2268,7 +2495,8 @@ var metadata = {
|
|
|
2268
2495
|
type: 'core',
|
|
2269
2496
|
categorization: 'single-purpose',
|
|
2270
2497
|
usage: 'Single purpose - Reserved for highest issue priority.',
|
|
2271
|
-
team: 'Design System Team'
|
|
2498
|
+
team: 'Design System Team',
|
|
2499
|
+
status: 'published'
|
|
2272
2500
|
},
|
|
2273
2501
|
'priority-low': {
|
|
2274
2502
|
keywords: ['priority-low', 'prioritylow', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2277,7 +2505,8 @@ var metadata = {
|
|
|
2277
2505
|
type: 'core',
|
|
2278
2506
|
categorization: 'single-purpose',
|
|
2279
2507
|
usage: 'Single purpose - Reserved for low issue priority.',
|
|
2280
|
-
team: 'Design System Team'
|
|
2508
|
+
team: 'Design System Team',
|
|
2509
|
+
status: 'published'
|
|
2281
2510
|
},
|
|
2282
2511
|
'priority-lowest': {
|
|
2283
2512
|
keywords: ['priority-lowest', 'prioritylowest', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2286,7 +2515,8 @@ var metadata = {
|
|
|
2286
2515
|
type: 'core',
|
|
2287
2516
|
categorization: 'single-purpose',
|
|
2288
2517
|
usage: 'Single purpose - Reserved for lowest issue priority.',
|
|
2289
|
-
team: 'Design System Team'
|
|
2518
|
+
team: 'Design System Team',
|
|
2519
|
+
status: 'published'
|
|
2290
2520
|
},
|
|
2291
2521
|
'priority-major': {
|
|
2292
2522
|
keywords: ['priority-major', 'prioritymajor', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2295,7 +2525,8 @@ var metadata = {
|
|
|
2295
2525
|
type: 'core',
|
|
2296
2526
|
categorization: 'single-purpose',
|
|
2297
2527
|
usage: 'Single purpose - Reserved for major issue priority.',
|
|
2298
|
-
team: 'Design System Team'
|
|
2528
|
+
team: 'Design System Team',
|
|
2529
|
+
status: 'published'
|
|
2299
2530
|
},
|
|
2300
2531
|
'priority-medium': {
|
|
2301
2532
|
keywords: ['priority-medium', 'prioritymedium', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2304,7 +2535,8 @@ var metadata = {
|
|
|
2304
2535
|
type: 'core',
|
|
2305
2536
|
categorization: 'single-purpose',
|
|
2306
2537
|
usage: 'Single purpose - Reserved for medium issue priority.',
|
|
2307
|
-
team: 'Design System Team'
|
|
2538
|
+
team: 'Design System Team',
|
|
2539
|
+
status: 'published'
|
|
2308
2540
|
},
|
|
2309
2541
|
'priority-minor': {
|
|
2310
2542
|
keywords: ['priority-minor', 'priorityminor', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2313,7 +2545,8 @@ var metadata = {
|
|
|
2313
2545
|
type: 'core',
|
|
2314
2546
|
categorization: 'single-purpose',
|
|
2315
2547
|
usage: 'Single purpose - Reserved for minor issue priority.',
|
|
2316
|
-
team: 'Design System Team'
|
|
2548
|
+
team: 'Design System Team',
|
|
2549
|
+
status: 'published'
|
|
2317
2550
|
},
|
|
2318
2551
|
'priority-trivial': {
|
|
2319
2552
|
keywords: ['priority-trivial', 'prioritytrivial', 'icon', 'core', 'issue', 'priority', 'jira status'],
|
|
@@ -2322,7 +2555,8 @@ var metadata = {
|
|
|
2322
2555
|
type: 'core',
|
|
2323
2556
|
categorization: 'single-purpose',
|
|
2324
2557
|
usage: 'Single purpose - Reserved for trivial issue priority.',
|
|
2325
|
-
team: 'Design System Team'
|
|
2558
|
+
team: 'Design System Team',
|
|
2559
|
+
status: 'published'
|
|
2326
2560
|
},
|
|
2327
2561
|
problem: {
|
|
2328
2562
|
keywords: ['problem', 'icon', 'core', 'stop', 'issue', 'priority', 'jira status'],
|
|
@@ -2331,7 +2565,8 @@ var metadata = {
|
|
|
2331
2565
|
type: 'core',
|
|
2332
2566
|
categorization: 'single-purpose',
|
|
2333
2567
|
usage: 'Single purpose - Reserved for problem issue priority.',
|
|
2334
|
-
team: 'Design System Team'
|
|
2568
|
+
team: 'Design System Team',
|
|
2569
|
+
status: 'published'
|
|
2335
2570
|
},
|
|
2336
2571
|
project: {
|
|
2337
2572
|
keywords: ['project', 'icon', 'core', 'rocket', 'rocketship', 'spaceship'],
|
|
@@ -2340,7 +2575,8 @@ var metadata = {
|
|
|
2340
2575
|
type: 'core',
|
|
2341
2576
|
categorization: 'single-purpose',
|
|
2342
2577
|
usage: 'Single purpose - Reserved for projects in Jira.',
|
|
2343
|
-
team: 'Design System Team'
|
|
2578
|
+
team: 'Design System Team',
|
|
2579
|
+
status: 'published'
|
|
2344
2580
|
},
|
|
2345
2581
|
'project-status': {
|
|
2346
2582
|
keywords: ['project-status', 'projectstatus', 'icon', 'core', 'status', 'traffic lights'],
|
|
@@ -2349,7 +2585,8 @@ var metadata = {
|
|
|
2349
2585
|
type: 'core',
|
|
2350
2586
|
categorization: 'single-purpose',
|
|
2351
2587
|
usage: 'Reserved for representing project status in Atlassian Home.',
|
|
2352
|
-
team: 'Atlassian Home'
|
|
2588
|
+
team: 'Atlassian Home',
|
|
2589
|
+
status: 'published'
|
|
2353
2590
|
},
|
|
2354
2591
|
'projection-screen': {
|
|
2355
2592
|
keywords: ['projection-screen', 'projectionscreen', 'icon', 'core', 'present', 'presentation', 'projector screen', 'keynote'],
|
|
@@ -2358,7 +2595,8 @@ var metadata = {
|
|
|
2358
2595
|
type: 'core',
|
|
2359
2596
|
categorization: 'multi-purpose',
|
|
2360
2597
|
usage: 'Multi purpose - Intended usages: Presentation mode.',
|
|
2361
|
-
team: 'Design System Team'
|
|
2598
|
+
team: 'Design System Team',
|
|
2599
|
+
status: 'published'
|
|
2362
2600
|
},
|
|
2363
2601
|
'pull-request': {
|
|
2364
2602
|
keywords: ['pull-request', 'pullrequest', 'icon', 'core', 'git pull request', 'bitbucket pull request', 'jira status'],
|
|
@@ -2368,7 +2606,8 @@ var metadata = {
|
|
|
2368
2606
|
type: 'core',
|
|
2369
2607
|
categorization: 'single-purpose',
|
|
2370
2608
|
usage: 'Single purpose - Reserved for pull requests.',
|
|
2371
|
-
team: 'Design System Team'
|
|
2609
|
+
team: 'Design System Team',
|
|
2610
|
+
status: 'published'
|
|
2372
2611
|
},
|
|
2373
2612
|
pulse: {
|
|
2374
2613
|
keywords: ['pulse', 'icon', 'core', 'pulse', 'wave', 'heartbeat', 'health'],
|
|
@@ -2377,7 +2616,8 @@ var metadata = {
|
|
|
2377
2616
|
type: 'core',
|
|
2378
2617
|
categorization: 'multi-purpose',
|
|
2379
2618
|
usage: 'Single purpose - Known uses: work health in Atlassian Home.',
|
|
2380
|
-
team: 'Design System Team'
|
|
2619
|
+
team: 'Design System Team',
|
|
2620
|
+
status: 'published'
|
|
2381
2621
|
},
|
|
2382
2622
|
'question-circle': {
|
|
2383
2623
|
keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'core', 'help', 'answers', 'faq', 'jira status'],
|
|
@@ -2387,7 +2627,8 @@ var metadata = {
|
|
|
2387
2627
|
type: 'core',
|
|
2388
2628
|
categorization: 'multi-purpose',
|
|
2389
2629
|
usage: 'Multi purpose - Known uses: help, tip.',
|
|
2390
|
-
team: 'Design System Team'
|
|
2630
|
+
team: 'Design System Team',
|
|
2631
|
+
status: 'published'
|
|
2391
2632
|
},
|
|
2392
2633
|
'quotation-mark': {
|
|
2393
2634
|
keywords: ['quotation-mark', 'quotationmark', 'icon', 'core', 'quote', 'testimonial', 'blockquote', 'jira status'],
|
|
@@ -2397,7 +2638,8 @@ var metadata = {
|
|
|
2397
2638
|
type: 'core',
|
|
2398
2639
|
categorization: 'multi-purpose',
|
|
2399
2640
|
usage: 'Multi purpose - Known uses: blockquote, comment, testimonial, blogs in Confluence.',
|
|
2400
|
-
team: 'Design System Team'
|
|
2641
|
+
team: 'Design System Team',
|
|
2642
|
+
status: 'published'
|
|
2401
2643
|
},
|
|
2402
2644
|
'radio-checked': {
|
|
2403
2645
|
keywords: ['radio-checked', 'radiochecked', 'icon', 'core', 'radio', 'input type', 'selected'],
|
|
@@ -2407,7 +2649,8 @@ var metadata = {
|
|
|
2407
2649
|
type: 'core',
|
|
2408
2650
|
categorization: 'single-purpose',
|
|
2409
2651
|
usage: 'Reserved for the selected state of radio controls.',
|
|
2410
|
-
team: 'Design System Team'
|
|
2652
|
+
team: 'Design System Team',
|
|
2653
|
+
status: 'published'
|
|
2411
2654
|
},
|
|
2412
2655
|
'radio-unchecked': {
|
|
2413
2656
|
keywords: ['radio-unchecked', 'radiounchecked', 'icon', 'core', 'radio', 'input type', 'unselected'],
|
|
@@ -2417,7 +2660,8 @@ var metadata = {
|
|
|
2417
2660
|
type: 'core',
|
|
2418
2661
|
categorization: 'single-purpose',
|
|
2419
2662
|
usage: 'Reserved for the unselected state of radio controls.',
|
|
2420
|
-
team: 'Design System Team'
|
|
2663
|
+
team: 'Design System Team',
|
|
2664
|
+
status: 'published'
|
|
2421
2665
|
},
|
|
2422
2666
|
redo: {
|
|
2423
2667
|
keywords: ['redo', 'icon', 'core', 'editor', 'redo', 'backwards'],
|
|
@@ -2427,7 +2671,8 @@ var metadata = {
|
|
|
2427
2671
|
type: 'core',
|
|
2428
2672
|
categorization: 'single-purpose',
|
|
2429
2673
|
usage: 'Single purpose - Reserved for redo in Editor.',
|
|
2430
|
-
team: 'Design System Team'
|
|
2674
|
+
team: 'Design System Team',
|
|
2675
|
+
status: 'published'
|
|
2431
2676
|
},
|
|
2432
2677
|
refresh: {
|
|
2433
2678
|
keywords: ['refresh', 'cycle', 'icon', 'core', 'refresh', 'reload', 'update', 'circular arrows'],
|
|
@@ -2437,7 +2682,8 @@ var metadata = {
|
|
|
2437
2682
|
type: 'core',
|
|
2438
2683
|
categorization: 'single-purpose',
|
|
2439
2684
|
usage: 'Reserved for reloading content.',
|
|
2440
|
-
team: 'Design System Team'
|
|
2685
|
+
team: 'Design System Team',
|
|
2686
|
+
status: 'published'
|
|
2441
2687
|
},
|
|
2442
2688
|
release: {
|
|
2443
2689
|
keywords: ['release', 'icon', 'core', 'ship', 'boat'],
|
|
@@ -2447,7 +2693,8 @@ var metadata = {
|
|
|
2447
2693
|
type: 'core',
|
|
2448
2694
|
categorization: 'single-purpose',
|
|
2449
2695
|
usage: 'Single purpose - Reserved for releases in Jira.',
|
|
2450
|
-
team: 'Design System Team'
|
|
2696
|
+
team: 'Design System Team',
|
|
2697
|
+
status: 'published'
|
|
2451
2698
|
},
|
|
2452
2699
|
retry: {
|
|
2453
2700
|
keywords: ['retry', 'icon', 'core', 'try again', ''],
|
|
@@ -2457,7 +2704,8 @@ var metadata = {
|
|
|
2457
2704
|
type: 'core',
|
|
2458
2705
|
categorization: 'single-purpose',
|
|
2459
2706
|
usage: 'Single purpose - Reserved for retry.',
|
|
2460
|
-
team: 'Design System Team'
|
|
2707
|
+
team: 'Design System Team',
|
|
2708
|
+
status: 'published'
|
|
2461
2709
|
},
|
|
2462
2710
|
roadmap: {
|
|
2463
2711
|
keywords: ['roadmap', 'icon', 'core'],
|
|
@@ -2467,7 +2715,8 @@ var metadata = {
|
|
|
2467
2715
|
type: 'core',
|
|
2468
2716
|
categorization: 'single-purpose',
|
|
2469
2717
|
usage: 'Single purpose - Reserved for roadmaps in Jira or Trello.',
|
|
2470
|
-
team: 'Design System Team'
|
|
2718
|
+
team: 'Design System Team',
|
|
2719
|
+
status: 'published'
|
|
2471
2720
|
},
|
|
2472
2721
|
scales: {
|
|
2473
2722
|
keywords: ['scales', 'icon', 'core', 'scales', 'rule', 'law'],
|
|
@@ -2476,7 +2725,8 @@ var metadata = {
|
|
|
2476
2725
|
type: 'core',
|
|
2477
2726
|
categorization: 'multi-purpose',
|
|
2478
2727
|
usage: 'Multi purpose - Known usages: Customer rating in Jira.',
|
|
2479
|
-
team: 'Design System Team'
|
|
2728
|
+
team: 'Design System Team',
|
|
2729
|
+
status: 'published'
|
|
2480
2730
|
},
|
|
2481
2731
|
scorecard: {
|
|
2482
2732
|
keywords: ['scorecard', 'icon', 'core', 'tick', 'check', 'circle', 'unfinished'],
|
|
@@ -2485,7 +2735,8 @@ var metadata = {
|
|
|
2485
2735
|
type: 'core',
|
|
2486
2736
|
categorization: 'single-purpose',
|
|
2487
2737
|
usage: 'Single purpose - Reserved for Scorecard in Analytics.',
|
|
2488
|
-
team: 'Design System Team'
|
|
2738
|
+
team: 'Design System Team',
|
|
2739
|
+
status: 'published'
|
|
2489
2740
|
},
|
|
2490
2741
|
screen: {
|
|
2491
2742
|
keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'core', 'display', 'monitor', 'desktop'],
|
|
@@ -2495,7 +2746,8 @@ var metadata = {
|
|
|
2495
2746
|
type: 'core',
|
|
2496
2747
|
categorization: 'multi-purpose',
|
|
2497
2748
|
usage: 'Multi purpose - Known uses: assets in Jira.',
|
|
2498
|
-
team: 'Design System Team'
|
|
2749
|
+
team: 'Design System Team',
|
|
2750
|
+
status: 'published'
|
|
2499
2751
|
},
|
|
2500
2752
|
'screen-plus': {
|
|
2501
2753
|
keywords: ['screen-plus', 'screenplus', 'icon', 'core', 'screen', 'display', 'monitor', 'plus', 'add'],
|
|
@@ -2504,7 +2756,8 @@ var metadata = {
|
|
|
2504
2756
|
type: 'core',
|
|
2505
2757
|
categorization: 'multi-purpose',
|
|
2506
2758
|
usage: 'Known uses: TBC',
|
|
2507
|
-
team: 'Design System Team'
|
|
2759
|
+
team: 'Design System Team',
|
|
2760
|
+
status: 'published'
|
|
2508
2761
|
},
|
|
2509
2762
|
search: {
|
|
2510
2763
|
keywords: ['search', 'find', 'magnify', 'icon', 'core', 'magnifying glass'],
|
|
@@ -2514,7 +2767,8 @@ var metadata = {
|
|
|
2514
2767
|
type: 'core',
|
|
2515
2768
|
categorization: 'single-purpose',
|
|
2516
2769
|
usage: 'Single purpose - Reserved for searching objects.',
|
|
2517
|
-
team: 'Design System Team'
|
|
2770
|
+
team: 'Design System Team',
|
|
2771
|
+
status: 'published'
|
|
2518
2772
|
},
|
|
2519
2773
|
send: {
|
|
2520
2774
|
keywords: ['send', 'mail', 'icon', 'core', 'submit', 'paper airplane', 'paper aeroplane'],
|
|
@@ -2524,7 +2778,8 @@ var metadata = {
|
|
|
2524
2778
|
type: 'core',
|
|
2525
2779
|
categorization: 'single-purpose',
|
|
2526
2780
|
usage: 'Single purpose - Reserved for sending messages in Rovo Chat.',
|
|
2527
|
-
team: 'Design System Team'
|
|
2781
|
+
team: 'Design System Team',
|
|
2782
|
+
status: 'published'
|
|
2528
2783
|
},
|
|
2529
2784
|
settings: {
|
|
2530
2785
|
keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'core', 'system preferences', 'gear', 'cog'],
|
|
@@ -2534,7 +2789,8 @@ var metadata = {
|
|
|
2534
2789
|
type: 'core',
|
|
2535
2790
|
categorization: 'single-purpose',
|
|
2536
2791
|
usage: 'Single purpose - Reserved for any object or user settings.',
|
|
2537
|
-
team: 'Design System Team'
|
|
2792
|
+
team: 'Design System Team',
|
|
2793
|
+
status: 'published'
|
|
2538
2794
|
},
|
|
2539
2795
|
shapes: {
|
|
2540
2796
|
keywords: ['shapes', 'icon', 'core', 'objects', 'whiteboard', 'asset', 'graphic'],
|
|
@@ -2543,7 +2799,8 @@ var metadata = {
|
|
|
2543
2799
|
type: 'core',
|
|
2544
2800
|
categorization: 'single-purpose',
|
|
2545
2801
|
usage: 'Single purpose - Reserved for shapes in Whiteboards.',
|
|
2546
|
-
team: 'Design System Team'
|
|
2802
|
+
team: 'Design System Team',
|
|
2803
|
+
status: 'published'
|
|
2547
2804
|
},
|
|
2548
2805
|
share: {
|
|
2549
2806
|
keywords: ['share', 'icon', 'core', 'share', 'access'],
|
|
@@ -2553,7 +2810,8 @@ var metadata = {
|
|
|
2553
2810
|
type: 'core',
|
|
2554
2811
|
categorization: 'single-purpose',
|
|
2555
2812
|
usage: 'Single purpose - Reserved for sharing an object.',
|
|
2556
|
-
team: 'Design System Team'
|
|
2813
|
+
team: 'Design System Team',
|
|
2814
|
+
status: 'published'
|
|
2557
2815
|
},
|
|
2558
2816
|
shield: {
|
|
2559
2817
|
keywords: ['shield', 'icon', 'core', 'security', 'secure', 'safety', 'defence', 'protection', 'guard'],
|
|
@@ -2562,7 +2820,8 @@ var metadata = {
|
|
|
2562
2820
|
type: 'core',
|
|
2563
2821
|
categorization: 'multi-purpose',
|
|
2564
2822
|
usage: 'Multi purpose - Known uses: classifications in Enterprise Trust, security in Jira (Spork)',
|
|
2565
|
-
team: 'Design System Team'
|
|
2823
|
+
team: 'Design System Team',
|
|
2824
|
+
status: 'published'
|
|
2566
2825
|
},
|
|
2567
2826
|
'shield-strikethrough': {
|
|
2568
2827
|
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', 'core', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
@@ -2571,7 +2830,8 @@ var metadata = {
|
|
|
2571
2830
|
type: 'core',
|
|
2572
2831
|
categorization: 'multi-purpose',
|
|
2573
2832
|
usage: 'Known uses: No classification in Enterprise Trust',
|
|
2574
|
-
team: 'Enterprise Trust'
|
|
2833
|
+
team: 'Enterprise Trust',
|
|
2834
|
+
status: 'published'
|
|
2575
2835
|
},
|
|
2576
2836
|
shortcut: {
|
|
2577
2837
|
keywords: ['shortcut', 'export', 'icon', 'core', 'addshortcut', 'square', 'plus'],
|
|
@@ -2581,7 +2841,8 @@ var metadata = {
|
|
|
2581
2841
|
type: 'core',
|
|
2582
2842
|
categorization: 'single-purpose',
|
|
2583
2843
|
usage: 'Single purpose - Reserved for shortcuts in Jira.',
|
|
2584
|
-
team: 'Design System Team'
|
|
2844
|
+
team: 'Design System Team',
|
|
2845
|
+
status: 'published'
|
|
2585
2846
|
},
|
|
2586
2847
|
'show-more-horizontal': {
|
|
2587
2848
|
keywords: ['show-more-horizontal', 'showmorehorizontal', 'icon', 'core', 'ellipses', 'three dots', 'meatball', 'more actions'],
|
|
@@ -2591,7 +2852,8 @@ var metadata = {
|
|
|
2591
2852
|
type: 'core',
|
|
2592
2853
|
categorization: 'single-purpose',
|
|
2593
2854
|
usage: 'Single purpose - Reserved for more action menus.',
|
|
2594
|
-
team: 'Design System Team'
|
|
2855
|
+
team: 'Design System Team',
|
|
2856
|
+
status: 'published'
|
|
2595
2857
|
},
|
|
2596
2858
|
'show-more-vertical': {
|
|
2597
2859
|
keywords: ['show-more-vertical', 'showmorevertical', 'icon', 'core', 'three dots', 'kebab', 'more actions'],
|
|
@@ -2601,7 +2863,8 @@ var metadata = {
|
|
|
2601
2863
|
type: 'core',
|
|
2602
2864
|
categorization: 'single-purpose',
|
|
2603
2865
|
usage: 'Single purpose - Reserved for more action menus, traditionally on mobile.',
|
|
2604
|
-
team: 'Design System Team'
|
|
2866
|
+
team: 'Design System Team',
|
|
2867
|
+
status: 'published'
|
|
2605
2868
|
},
|
|
2606
2869
|
'shrink-diagonal': {
|
|
2607
2870
|
keywords: ['shrink-diagonal', 'shrinkdiagonal', 'icon', 'core', 'resize', 'diagonal arrows'],
|
|
@@ -2611,7 +2874,8 @@ var metadata = {
|
|
|
2611
2874
|
type: 'core',
|
|
2612
2875
|
categorization: 'single-purpose',
|
|
2613
2876
|
usage: 'Single purpose - Reserved for shrinking the height and width of modals, panels, media, or objects.',
|
|
2614
|
-
team: 'Design System Team'
|
|
2877
|
+
team: 'Design System Team',
|
|
2878
|
+
status: 'published'
|
|
2615
2879
|
},
|
|
2616
2880
|
'shrink-horizontal': {
|
|
2617
2881
|
keywords: ['shrink-horizontal', 'shrinkhorizontal', 'icon', 'core', 'contract', 'width', 'horizontal arrows'],
|
|
@@ -2621,7 +2885,8 @@ var metadata = {
|
|
|
2621
2885
|
type: 'core',
|
|
2622
2886
|
categorization: 'single-purpose',
|
|
2623
2887
|
usage: 'Single purpose - Reserved for contracting or reducing the width of an element.',
|
|
2624
|
-
team: 'Design System Team'
|
|
2888
|
+
team: 'Design System Team',
|
|
2889
|
+
status: 'published'
|
|
2625
2890
|
},
|
|
2626
2891
|
'shrink-vertical': {
|
|
2627
2892
|
keywords: ['shrink-vertical', 'shrinkvertical', 'icon', 'core', 'contract', 'height', 'vertical arrows'],
|
|
@@ -2630,7 +2895,8 @@ var metadata = {
|
|
|
2630
2895
|
type: 'core',
|
|
2631
2896
|
categorization: 'single-purpose',
|
|
2632
2897
|
usage: 'Single purpose - Reserved for contracting or reducing the height of an element.',
|
|
2633
|
-
team: 'Design System Team'
|
|
2898
|
+
team: 'Design System Team',
|
|
2899
|
+
status: 'published'
|
|
2634
2900
|
},
|
|
2635
2901
|
'sidebar-collapse': {
|
|
2636
2902
|
keywords: ['sidebar-collapse', 'sidebarcollapse', 'icon', 'core', 'navigation', 'close sidebar'],
|
|
@@ -2639,7 +2905,8 @@ var metadata = {
|
|
|
2639
2905
|
type: 'core',
|
|
2640
2906
|
categorization: 'single-purpose',
|
|
2641
2907
|
usage: 'Single purpose - Reserved for collapsing the navigation sidebar.',
|
|
2642
|
-
team: 'Design System Team'
|
|
2908
|
+
team: 'Design System Team',
|
|
2909
|
+
status: 'published'
|
|
2643
2910
|
},
|
|
2644
2911
|
'sidebar-expand': {
|
|
2645
2912
|
keywords: ['sidebar-expand', 'sidebarexpand', 'icon', 'core', 'navigation', 'open sidebar'],
|
|
@@ -2648,7 +2915,8 @@ var metadata = {
|
|
|
2648
2915
|
type: 'core',
|
|
2649
2916
|
categorization: 'single-purpose',
|
|
2650
2917
|
usage: 'Single purpose - Reserved for expanding the navigation sidebar.',
|
|
2651
|
-
team: 'Design System Team'
|
|
2918
|
+
team: 'Design System Team',
|
|
2919
|
+
status: 'published'
|
|
2652
2920
|
},
|
|
2653
2921
|
'sidebar-left': {
|
|
2654
2922
|
keywords: ['sidebar-left', 'sidebarleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
|
|
@@ -2662,7 +2930,8 @@ var metadata = {
|
|
|
2662
2930
|
},
|
|
2663
2931
|
categorization: 'single-purpose',
|
|
2664
2932
|
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
2665
|
-
team: 'Design System Team'
|
|
2933
|
+
team: 'Design System Team',
|
|
2934
|
+
status: 'deprecated'
|
|
2666
2935
|
},
|
|
2667
2936
|
'sidebar-right': {
|
|
2668
2937
|
keywords: ['sidebar-right', 'sidebarright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
|
|
@@ -2677,7 +2946,8 @@ var metadata = {
|
|
|
2677
2946
|
},
|
|
2678
2947
|
categorization: 'single-purpose',
|
|
2679
2948
|
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
2680
|
-
team: 'Design System Team'
|
|
2949
|
+
team: 'Design System Team',
|
|
2950
|
+
status: 'deprecated'
|
|
2681
2951
|
},
|
|
2682
2952
|
'smart-link': {
|
|
2683
2953
|
keywords: ['smart-link', 'smartlink', 'icon', 'core', 'smart link'],
|
|
@@ -2686,7 +2956,8 @@ var metadata = {
|
|
|
2686
2956
|
type: 'core',
|
|
2687
2957
|
categorization: 'single-purpose',
|
|
2688
2958
|
usage: 'Reserved for representing Smart links.',
|
|
2689
|
-
team: 'Linking platform'
|
|
2959
|
+
team: 'Linking platform',
|
|
2960
|
+
status: 'published'
|
|
2690
2961
|
},
|
|
2691
2962
|
'smart-link-card': {
|
|
2692
2963
|
keywords: ['smart-link-card', 'smartlinkcard', 'icon', 'core', 'smart link', 'url', 'card', 'link preview'],
|
|
@@ -2695,7 +2966,8 @@ var metadata = {
|
|
|
2695
2966
|
type: 'core',
|
|
2696
2967
|
categorization: 'single-purpose',
|
|
2697
2968
|
usage: 'Reserved for representing Smart link preview cards.',
|
|
2698
|
-
team: 'Linking platform'
|
|
2969
|
+
team: 'Linking platform',
|
|
2970
|
+
status: 'published'
|
|
2699
2971
|
},
|
|
2700
2972
|
'smart-link-embed': {
|
|
2701
2973
|
keywords: ['smart-link-embed', 'smartlinkembed', 'icon', 'core', 'smart link', 'url', 'embed'],
|
|
@@ -2704,7 +2976,8 @@ var metadata = {
|
|
|
2704
2976
|
type: 'core',
|
|
2705
2977
|
categorization: 'single-purpose',
|
|
2706
2978
|
usage: 'Reserved for representing Smart link embeds.',
|
|
2707
|
-
team: 'Linking platform'
|
|
2979
|
+
team: 'Linking platform',
|
|
2980
|
+
status: 'published'
|
|
2708
2981
|
},
|
|
2709
2982
|
'smart-link-inline': {
|
|
2710
2983
|
keywords: ['smart-link-inline', 'smartlinkinline', 'icon', 'core', 'smart link', 'url', 'inline'],
|
|
@@ -2713,7 +2986,8 @@ var metadata = {
|
|
|
2713
2986
|
type: 'core',
|
|
2714
2987
|
categorization: 'single-purpose',
|
|
2715
2988
|
usage: 'Reserved for representing inline Smart link lozenges.',
|
|
2716
|
-
team: 'Linking platform'
|
|
2989
|
+
team: 'Linking platform',
|
|
2990
|
+
status: 'published'
|
|
2717
2991
|
},
|
|
2718
2992
|
'smart-link-list': {
|
|
2719
2993
|
keywords: ['smart-link-list', 'smartlinklist', 'icon', 'core', 'smart link', 'url', 'embed', 'list', 'table', 'linked search results'],
|
|
@@ -2722,7 +2996,8 @@ var metadata = {
|
|
|
2722
2996
|
type: 'core',
|
|
2723
2997
|
categorization: 'single-purpose',
|
|
2724
2998
|
usage: 'Reserved for representing Smart link embedded link lists.',
|
|
2725
|
-
team: 'Linking platform'
|
|
2999
|
+
team: 'Linking platform',
|
|
3000
|
+
status: 'published'
|
|
2726
3001
|
},
|
|
2727
3002
|
snippet: {
|
|
2728
3003
|
keywords: ['snippet', 'icon', 'core', 'scissors', 'cut'],
|
|
@@ -2732,7 +3007,8 @@ var metadata = {
|
|
|
2732
3007
|
type: 'core',
|
|
2733
3008
|
categorization: 'single-purpose',
|
|
2734
3009
|
usage: 'Single purpose - Reserved for snippets in Bitbucket.',
|
|
2735
|
-
team: 'Design System Team'
|
|
3010
|
+
team: 'Design System Team',
|
|
3011
|
+
status: 'published'
|
|
2736
3012
|
},
|
|
2737
3013
|
'sort-ascending': {
|
|
2738
3014
|
keywords: ['sort-ascending', 'sortascending', 'icon', 'core', 'data', 'sort', 'up'],
|
|
@@ -2741,7 +3017,8 @@ var metadata = {
|
|
|
2741
3017
|
type: 'core',
|
|
2742
3018
|
categorization: 'single-purpose',
|
|
2743
3019
|
usage: 'Single purpose - Reserved for sorting data.',
|
|
2744
|
-
team: 'Design System Team'
|
|
3020
|
+
team: 'Design System Team',
|
|
3021
|
+
status: 'published'
|
|
2745
3022
|
},
|
|
2746
3023
|
'sort-descending': {
|
|
2747
3024
|
keywords: ['sort-descending', 'sortdescending', 'icon', 'core', 'data', 'sort', 'down'],
|
|
@@ -2750,7 +3027,8 @@ var metadata = {
|
|
|
2750
3027
|
type: 'core',
|
|
2751
3028
|
categorization: 'single-purpose',
|
|
2752
3029
|
usage: 'Single purpose - Reserved for sorting data.',
|
|
2753
|
-
team: 'Design System Team'
|
|
3030
|
+
team: 'Design System Team',
|
|
3031
|
+
status: 'published'
|
|
2754
3032
|
},
|
|
2755
3033
|
spreadsheet: {
|
|
2756
3034
|
keywords: ['spreadsheet', 'icon', 'core', 'table', 'cells', 'data'],
|
|
@@ -2760,7 +3038,8 @@ var metadata = {
|
|
|
2760
3038
|
type: 'core',
|
|
2761
3039
|
categorization: 'single-purpose',
|
|
2762
3040
|
usage: 'Single purpose - Reserved for spreadsheets.',
|
|
2763
|
-
team: 'Design System Team'
|
|
3041
|
+
team: 'Design System Team',
|
|
3042
|
+
status: 'published'
|
|
2764
3043
|
},
|
|
2765
3044
|
sprint: {
|
|
2766
3045
|
keywords: ['sprint', 'icon', 'core', 'loop', 'iterate'],
|
|
@@ -2770,7 +3049,8 @@ var metadata = {
|
|
|
2770
3049
|
type: 'core',
|
|
2771
3050
|
categorization: 'single-purpose',
|
|
2772
3051
|
usage: 'Single purpose - Reserved for sprints in Jira.',
|
|
2773
|
-
team: 'Design System Team'
|
|
3052
|
+
team: 'Design System Team',
|
|
3053
|
+
status: 'published'
|
|
2774
3054
|
},
|
|
2775
3055
|
'star-starred': {
|
|
2776
3056
|
keywords: ['star-starred', 'starstarred', 'icon', 'core', 'favourite', 'star', 'starred', 'filled'],
|
|
@@ -2780,7 +3060,8 @@ var metadata = {
|
|
|
2780
3060
|
type: 'core',
|
|
2781
3061
|
categorization: 'single-purpose',
|
|
2782
3062
|
usage: 'Single purpose - Reserved for starred or favourited objects.',
|
|
2783
|
-
team: 'Design System Team'
|
|
3063
|
+
team: 'Design System Team',
|
|
3064
|
+
status: 'published'
|
|
2784
3065
|
},
|
|
2785
3066
|
'star-unstarred': {
|
|
2786
3067
|
keywords: ['star-unstarred', 'starunstarred', 'icon', 'core', 'favourite', 'star'],
|
|
@@ -2790,7 +3071,8 @@ var metadata = {
|
|
|
2790
3071
|
type: 'core',
|
|
2791
3072
|
categorization: 'single-purpose',
|
|
2792
3073
|
usage: 'Single purpose - Reserved for starring or favoriting objects.',
|
|
2793
|
-
team: 'Design System Team'
|
|
3074
|
+
team: 'Design System Team',
|
|
3075
|
+
status: 'published'
|
|
2794
3076
|
},
|
|
2795
3077
|
'status-verified': {
|
|
2796
3078
|
keywords: ['status-verified', 'statusverified', 'icon', 'core', 'verified badge', 'status'],
|
|
@@ -2799,7 +3081,8 @@ var metadata = {
|
|
|
2799
3081
|
type: 'core',
|
|
2800
3082
|
categorization: 'single-purpose',
|
|
2801
3083
|
usage: 'Reserved for representing verified content.',
|
|
2802
|
-
team: 'Design System Team'
|
|
3084
|
+
team: 'Design System Team',
|
|
3085
|
+
status: 'published'
|
|
2803
3086
|
},
|
|
2804
3087
|
stopwatch: {
|
|
2805
3088
|
keywords: ['stopwatch', 'icon', 'core', 'timer'],
|
|
@@ -2809,7 +3092,8 @@ var metadata = {
|
|
|
2809
3092
|
type: 'core',
|
|
2810
3093
|
categorization: 'multi-purpose',
|
|
2811
3094
|
usage: 'Multi purpose - Known uses: timer in Confluence Whiteboards.',
|
|
2812
|
-
team: 'Design System Team'
|
|
3095
|
+
team: 'Design System Team',
|
|
3096
|
+
status: 'published'
|
|
2813
3097
|
},
|
|
2814
3098
|
story: {
|
|
2815
3099
|
keywords: ['story', 'icon', 'core', 'bookmark', 'issue', 'jira status'],
|
|
@@ -2818,7 +3102,8 @@ var metadata = {
|
|
|
2818
3102
|
type: 'core',
|
|
2819
3103
|
categorization: 'single-purpose',
|
|
2820
3104
|
usage: 'Single purpose - Reserved for stories in Jira.',
|
|
2821
|
-
team: 'Design System Team'
|
|
3105
|
+
team: 'Design System Team',
|
|
3106
|
+
status: 'published'
|
|
2822
3107
|
},
|
|
2823
3108
|
'stroke-weight-extra-large': {
|
|
2824
3109
|
keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
|
|
@@ -2827,7 +3112,8 @@ var metadata = {
|
|
|
2827
3112
|
type: 'core',
|
|
2828
3113
|
categorization: 'single-purpose',
|
|
2829
3114
|
usage: 'Reserved for representing the thickest border stroke width.',
|
|
2830
|
-
team: 'Whiteboards'
|
|
3115
|
+
team: 'Whiteboards',
|
|
3116
|
+
status: 'published'
|
|
2831
3117
|
},
|
|
2832
3118
|
'stroke-weight-large': {
|
|
2833
3119
|
keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
|
|
@@ -2836,7 +3122,8 @@ var metadata = {
|
|
|
2836
3122
|
type: 'core',
|
|
2837
3123
|
categorization: 'single-purpose',
|
|
2838
3124
|
usage: 'Reserved for representing thick border stroke widths.',
|
|
2839
|
-
team: 'Editor'
|
|
3125
|
+
team: 'Editor',
|
|
3126
|
+
status: 'published'
|
|
2840
3127
|
},
|
|
2841
3128
|
'stroke-weight-medium': {
|
|
2842
3129
|
keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
|
|
@@ -2845,7 +3132,8 @@ var metadata = {
|
|
|
2845
3132
|
type: 'core',
|
|
2846
3133
|
categorization: 'single-purpose',
|
|
2847
3134
|
usage: 'Reserved for representing medium border stroke widths.',
|
|
2848
|
-
team: 'Editor'
|
|
3135
|
+
team: 'Editor',
|
|
3136
|
+
status: 'published'
|
|
2849
3137
|
},
|
|
2850
3138
|
'stroke-weight-small': {
|
|
2851
3139
|
keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
|
|
@@ -2855,7 +3143,8 @@ var metadata = {
|
|
|
2855
3143
|
type: 'core',
|
|
2856
3144
|
categorization: 'single-purpose',
|
|
2857
3145
|
usage: 'Reserved for representing thin border stroke widths.',
|
|
2858
|
-
team: 'Editor'
|
|
3146
|
+
team: 'Editor',
|
|
3147
|
+
status: 'published'
|
|
2859
3148
|
},
|
|
2860
3149
|
subtasks: {
|
|
2861
3150
|
keywords: ['subtasks', 'icon', 'core', 'issue', 'todo', 'checklist', 'jira status'],
|
|
@@ -2865,7 +3154,8 @@ var metadata = {
|
|
|
2865
3154
|
type: 'core',
|
|
2866
3155
|
categorization: 'single-purpose',
|
|
2867
3156
|
usage: 'Single purpose - Reserved for subtasks in Jira.',
|
|
2868
|
-
team: 'Design System Team'
|
|
3157
|
+
team: 'Design System Team',
|
|
3158
|
+
status: 'published'
|
|
2869
3159
|
},
|
|
2870
3160
|
success: {
|
|
2871
3161
|
keywords: ['success', 'icon', 'core', 'tick', 'completed', 'success', 'filled'],
|
|
@@ -2875,7 +3165,8 @@ var metadata = {
|
|
|
2875
3165
|
type: 'core',
|
|
2876
3166
|
categorization: 'single-purpose',
|
|
2877
3167
|
usage: 'Single-purpose - Reserved for success section messages and form validation messages.',
|
|
2878
|
-
team: 'Design System Team'
|
|
3168
|
+
team: 'Design System Team',
|
|
3169
|
+
status: 'published'
|
|
2879
3170
|
},
|
|
2880
3171
|
summarize: {
|
|
2881
3172
|
keywords: ['summarize', 'icon', 'core', 'summarize', 'summarise', 'quote', 'quotes'],
|
|
@@ -2884,7 +3175,8 @@ var metadata = {
|
|
|
2884
3175
|
type: 'core',
|
|
2885
3176
|
categorization: 'single-purpose',
|
|
2886
3177
|
usage: 'Reserved for summarizing content with Atlassian Intelligence.',
|
|
2887
|
-
team: 'Atlassian Intelligence'
|
|
3178
|
+
team: 'Atlassian Intelligence',
|
|
3179
|
+
status: 'published'
|
|
2888
3180
|
},
|
|
2889
3181
|
support: {
|
|
2890
3182
|
keywords: ['support', 'icon', 'core', 'support', 'help', 'life raft', 'life ring', 'lifebuoy', 'life preserver'],
|
|
@@ -2893,7 +3185,8 @@ var metadata = {
|
|
|
2893
3185
|
type: 'core',
|
|
2894
3186
|
categorization: 'single-purpose',
|
|
2895
3187
|
usage: 'Reserved for representing help support.',
|
|
2896
|
-
team: 'Design System Team'
|
|
3188
|
+
team: 'Design System Team',
|
|
3189
|
+
status: 'published'
|
|
2897
3190
|
},
|
|
2898
3191
|
'table-cell-clear': {
|
|
2899
3192
|
keywords: ['table-cell-clear', 'tablecellclear', 'icon', 'core', 'table', 'cell', 'clear', 'empty'],
|
|
@@ -2902,7 +3195,8 @@ var metadata = {
|
|
|
2902
3195
|
type: 'core',
|
|
2903
3196
|
categorization: 'single-purpose',
|
|
2904
3197
|
usage: 'Reserved for clearing the contents of table cells.',
|
|
2905
|
-
team: 'Editor'
|
|
3198
|
+
team: 'Editor',
|
|
3199
|
+
status: 'published'
|
|
2906
3200
|
},
|
|
2907
3201
|
'table-cell-merge': {
|
|
2908
3202
|
keywords: ['table-cell-merge', 'tablecellmerge', 'icon', 'core', 'table', 'cell', 'merge', 'combine', 'join'],
|
|
@@ -2911,7 +3205,8 @@ var metadata = {
|
|
|
2911
3205
|
type: 'core',
|
|
2912
3206
|
categorization: 'single-purpose',
|
|
2913
3207
|
usage: 'Reserved for merging table cells.',
|
|
2914
|
-
team: 'Editor'
|
|
3208
|
+
team: 'Editor',
|
|
3209
|
+
status: 'published'
|
|
2915
3210
|
},
|
|
2916
3211
|
'table-cell-split': {
|
|
2917
3212
|
keywords: ['table-cell-split', 'tablecellsplit', 'icon', 'core', 'table', 'cell', 'split', 'divide', 'separate'],
|
|
@@ -2920,7 +3215,8 @@ var metadata = {
|
|
|
2920
3215
|
type: 'core',
|
|
2921
3216
|
categorization: 'single-purpose',
|
|
2922
3217
|
usage: 'Reserved for splitting joined table cells.',
|
|
2923
|
-
team: 'Editor'
|
|
3218
|
+
team: 'Editor',
|
|
3219
|
+
status: 'published'
|
|
2924
3220
|
},
|
|
2925
3221
|
'table-column-add-left': {
|
|
2926
3222
|
keywords: ['table-column-add-left', 'tablecolumnaddleft', 'icon', 'core', 'table', 'column', 'add', 'plus', 'left', 'before'],
|
|
@@ -2929,7 +3225,8 @@ var metadata = {
|
|
|
2929
3225
|
type: 'core',
|
|
2930
3226
|
categorization: 'single-purpose',
|
|
2931
3227
|
usage: 'Reserved for adding a table column to the left of the selected column.',
|
|
2932
|
-
team: 'Editor'
|
|
3228
|
+
team: 'Editor',
|
|
3229
|
+
status: 'published'
|
|
2933
3230
|
},
|
|
2934
3231
|
'table-column-add-right': {
|
|
2935
3232
|
keywords: ['table-column-add-right', 'tablecolumnaddright', 'icon', 'core', 'table', 'column', 'add', 'right', 'after'],
|
|
@@ -2938,7 +3235,8 @@ var metadata = {
|
|
|
2938
3235
|
type: 'core',
|
|
2939
3236
|
categorization: 'single-purpose',
|
|
2940
3237
|
usage: 'Reserved for adding a table column to the right of the selected column.',
|
|
2941
|
-
team: 'Editor'
|
|
3238
|
+
team: 'Editor',
|
|
3239
|
+
status: 'published'
|
|
2942
3240
|
},
|
|
2943
3241
|
'table-column-delete': {
|
|
2944
3242
|
keywords: ['table-column-delete', 'tablecolumndelete', 'icon', 'core', 'table', 'column', 'delete', 'remove', 'x'],
|
|
@@ -2947,7 +3245,8 @@ var metadata = {
|
|
|
2947
3245
|
type: 'core',
|
|
2948
3246
|
categorization: 'single-purpose',
|
|
2949
3247
|
usage: 'Reserved for deleting a table column.',
|
|
2950
|
-
team: 'Editor'
|
|
3248
|
+
team: 'Editor',
|
|
3249
|
+
status: 'published'
|
|
2951
3250
|
},
|
|
2952
3251
|
'table-column-move-left': {
|
|
2953
3252
|
keywords: ['table-column-move-left', 'tablecolumnmoveleft', 'icon', 'core', 'table', 'column', 'move', 'left', 'arrow'],
|
|
@@ -2956,7 +3255,8 @@ var metadata = {
|
|
|
2956
3255
|
type: 'core',
|
|
2957
3256
|
categorization: 'single-purpose',
|
|
2958
3257
|
usage: 'Reserved for moving a table column to the left of its current location.',
|
|
2959
|
-
team: 'Editor'
|
|
3258
|
+
team: 'Editor',
|
|
3259
|
+
status: 'published'
|
|
2960
3260
|
},
|
|
2961
3261
|
'table-column-move-right': {
|
|
2962
3262
|
keywords: ['table-column-move-right', 'tablecolumnmoveright', 'icon', 'core', 'table', 'column', 'move', 'right', 'arrow'],
|
|
@@ -2965,7 +3265,8 @@ var metadata = {
|
|
|
2965
3265
|
type: 'core',
|
|
2966
3266
|
categorization: 'single-purpose',
|
|
2967
3267
|
usage: 'Reserved for moving a table column to the right of its current location.',
|
|
2968
|
-
team: 'Editor'
|
|
3268
|
+
team: 'Editor',
|
|
3269
|
+
status: 'published'
|
|
2969
3270
|
},
|
|
2970
3271
|
'table-columns-distribute': {
|
|
2971
3272
|
keywords: ['table-columns-distribute', 'tablecolumnsdistribute', 'icon', 'core', 'table', 'columns', 'distribute', 'even', 'equidistant'],
|
|
@@ -2974,7 +3275,8 @@ var metadata = {
|
|
|
2974
3275
|
type: 'core',
|
|
2975
3276
|
categorization: 'single-purpose',
|
|
2976
3277
|
usage: 'Reserved for distributing the width of table columns evenly.',
|
|
2977
|
-
team: 'Editor'
|
|
3278
|
+
team: 'Editor',
|
|
3279
|
+
status: 'published'
|
|
2978
3280
|
},
|
|
2979
3281
|
'table-row-add-above': {
|
|
2980
3282
|
keywords: ['table-row-add-above', 'tablerowaddabove', 'icon', 'core', 'table', 'row', 'add', 'plus', 'above', 'up'],
|
|
@@ -2983,7 +3285,8 @@ var metadata = {
|
|
|
2983
3285
|
type: 'core',
|
|
2984
3286
|
categorization: 'single-purpose',
|
|
2985
3287
|
usage: 'Reserved for adding a table row above the selected row.',
|
|
2986
|
-
team: 'Editor'
|
|
3288
|
+
team: 'Editor',
|
|
3289
|
+
status: 'published'
|
|
2987
3290
|
},
|
|
2988
3291
|
'table-row-add-below': {
|
|
2989
3292
|
keywords: ['table-row-add-below', 'tablerowaddbelow', 'icon', 'core', 'table', 'row', 'add', 'plus', 'below', 'down'],
|
|
@@ -2992,7 +3295,8 @@ var metadata = {
|
|
|
2992
3295
|
type: 'core',
|
|
2993
3296
|
categorization: 'single-purpose',
|
|
2994
3297
|
usage: 'Reserved for adding a table row below the selected row.',
|
|
2995
|
-
team: 'Editor'
|
|
3298
|
+
team: 'Editor',
|
|
3299
|
+
status: 'published'
|
|
2996
3300
|
},
|
|
2997
3301
|
'table-row-delete': {
|
|
2998
3302
|
keywords: ['table-row-delete', 'tablerowdelete', 'icon', 'core', 'table', 'row', 'delete', 'remove', 'x'],
|
|
@@ -3001,7 +3305,8 @@ var metadata = {
|
|
|
3001
3305
|
type: 'core',
|
|
3002
3306
|
categorization: 'single-purpose',
|
|
3003
3307
|
usage: 'Reserved for deleting a table row.',
|
|
3004
|
-
team: 'Editor'
|
|
3308
|
+
team: 'Editor',
|
|
3309
|
+
status: 'published'
|
|
3005
3310
|
},
|
|
3006
3311
|
'table-row-move-down': {
|
|
3007
3312
|
keywords: ['table-row-move-down', 'tablerowmovedown', 'icon', 'core', 'table', 'row', 'move', 'down', 'arrow', 'after'],
|
|
@@ -3010,7 +3315,8 @@ var metadata = {
|
|
|
3010
3315
|
type: 'core',
|
|
3011
3316
|
categorization: 'single-purpose',
|
|
3012
3317
|
usage: 'Reserved for moving a table row below its current location.',
|
|
3013
|
-
team: 'Editor'
|
|
3318
|
+
team: 'Editor',
|
|
3319
|
+
status: 'published'
|
|
3014
3320
|
},
|
|
3015
3321
|
'table-row-move-up': {
|
|
3016
3322
|
keywords: ['table-row-move-up', 'tablerowmoveup', 'icon', 'core', 'table', 'row', 'move', 'up', 'arrow', 'above'],
|
|
@@ -3019,7 +3325,8 @@ var metadata = {
|
|
|
3019
3325
|
type: 'core',
|
|
3020
3326
|
categorization: 'single-purpose',
|
|
3021
3327
|
usage: 'Reserved for moving a table row above its current location.',
|
|
3022
|
-
team: 'Editor'
|
|
3328
|
+
team: 'Editor',
|
|
3329
|
+
status: 'published'
|
|
3023
3330
|
},
|
|
3024
3331
|
tag: {
|
|
3025
3332
|
keywords: ['tag', 'icon', 'core', 'label', 'topic'],
|
|
@@ -3029,7 +3336,8 @@ var metadata = {
|
|
|
3029
3336
|
type: 'core',
|
|
3030
3337
|
categorization: 'single-purpose',
|
|
3031
3338
|
usage: 'Single purpose - Reserved for tags in Atlas.',
|
|
3032
|
-
team: 'Design System Team'
|
|
3339
|
+
team: 'Design System Team',
|
|
3340
|
+
status: 'published'
|
|
3033
3341
|
},
|
|
3034
3342
|
'takeout-food': {
|
|
3035
3343
|
keywords: ['takeout-food', 'takeoutfood', 'icon', 'core', 'takeaway', 'takeout', 'food', 'burger', 'drink'],
|
|
@@ -3039,7 +3347,8 @@ var metadata = {
|
|
|
3039
3347
|
type: 'core',
|
|
3040
3348
|
categorization: 'multi-purpose',
|
|
3041
3349
|
usage: 'Multi purpose - Known usages: Food emoji category.',
|
|
3042
|
-
team: 'Design System Team'
|
|
3350
|
+
team: 'Design System Team',
|
|
3351
|
+
status: 'published'
|
|
3043
3352
|
},
|
|
3044
3353
|
target: {
|
|
3045
3354
|
keywords: ['target', 'icon', 'core', 'target', 'bullseye'],
|
|
@@ -3048,7 +3357,8 @@ var metadata = {
|
|
|
3048
3357
|
type: 'core',
|
|
3049
3358
|
categorization: 'single-purpose',
|
|
3050
3359
|
usage: 'Single purpose - Reserved for targets.',
|
|
3051
|
-
team: 'Design System Team'
|
|
3360
|
+
team: 'Design System Team',
|
|
3361
|
+
status: 'published'
|
|
3052
3362
|
},
|
|
3053
3363
|
task: {
|
|
3054
3364
|
keywords: ['task', 'check', 'tick', 'icon', 'core', 'single task', 'todo', 'list', 'check mark', 'tick'],
|
|
@@ -3058,7 +3368,8 @@ var metadata = {
|
|
|
3058
3368
|
type: 'core',
|
|
3059
3369
|
categorization: 'single-purpose',
|
|
3060
3370
|
usage: 'Single purpose - Reserved for tasks in Jira.',
|
|
3061
|
-
team: 'Design System Team'
|
|
3371
|
+
team: 'Design System Team',
|
|
3372
|
+
status: 'published'
|
|
3062
3373
|
},
|
|
3063
3374
|
'task-in-progress': {
|
|
3064
3375
|
keywords: ['task-in-progress', 'taskinprogress', 'icon', 'core', 'calendar', 'task', 'status', 'in progress'],
|
|
@@ -3067,7 +3378,8 @@ var metadata = {
|
|
|
3067
3378
|
type: 'core',
|
|
3068
3379
|
categorization: 'single-purpose',
|
|
3069
3380
|
usage: 'Reserved for in progress task status. Used in JSM Calendar view.',
|
|
3070
|
-
team: 'JSM Calendar'
|
|
3381
|
+
team: 'JSM Calendar',
|
|
3382
|
+
status: 'published'
|
|
3071
3383
|
},
|
|
3072
3384
|
'task-to-do': {
|
|
3073
3385
|
keywords: ['task-to-do', 'tasktodo', 'icon', 'core', 'calendar', 'task', 'to-do', 'todo', 'status'],
|
|
@@ -3076,7 +3388,8 @@ var metadata = {
|
|
|
3076
3388
|
type: 'core',
|
|
3077
3389
|
categorization: 'single-purpose',
|
|
3078
3390
|
usage: 'Reserved for to-do task status. Used in JSM Calendar view.',
|
|
3079
|
-
team: 'JSM Calendar'
|
|
3391
|
+
team: 'JSM Calendar',
|
|
3392
|
+
status: 'published'
|
|
3080
3393
|
},
|
|
3081
3394
|
tasks: {
|
|
3082
3395
|
keywords: ['tasks', 'icon', 'core', 'multiple tasks', 'todo', 'list', 'check mark', 'tick'],
|
|
@@ -3085,7 +3398,8 @@ var metadata = {
|
|
|
3085
3398
|
type: 'core',
|
|
3086
3399
|
categorization: 'single-purpose',
|
|
3087
3400
|
usage: 'Single purpose - Reserved for multiple tasks in Jira.',
|
|
3088
|
-
team: 'Design System Team'
|
|
3401
|
+
team: 'Design System Team',
|
|
3402
|
+
status: 'published'
|
|
3089
3403
|
},
|
|
3090
3404
|
teams: {
|
|
3091
3405
|
keywords: ['teams', 'icon', 'core', 'infinite love', 'people', 'persons', 'customers', 'users'],
|
|
@@ -3095,7 +3409,8 @@ var metadata = {
|
|
|
3095
3409
|
type: 'core',
|
|
3096
3410
|
categorization: 'single-purpose',
|
|
3097
3411
|
usage: 'Single purpose - Reserved for teams in Atlassian.',
|
|
3098
|
-
team: 'Design System Team'
|
|
3412
|
+
team: 'Design System Team',
|
|
3413
|
+
status: 'published'
|
|
3099
3414
|
},
|
|
3100
3415
|
text: {
|
|
3101
3416
|
keywords: ['text', 'icon', 'core', 'character', 'font', 'letter', 'type', 'typography', 'text'],
|
|
@@ -3104,7 +3419,8 @@ var metadata = {
|
|
|
3104
3419
|
type: 'core',
|
|
3105
3420
|
categorization: 'single-purpose',
|
|
3106
3421
|
usage: 'Single purpose - Reserved for representing text objects.',
|
|
3107
|
-
team: 'Design System Team'
|
|
3422
|
+
team: 'Design System Team',
|
|
3423
|
+
status: 'published'
|
|
3108
3424
|
},
|
|
3109
3425
|
'text-bold': {
|
|
3110
3426
|
keywords: ['text-bold', 'textbold', 'icon', 'core', 'text', 'type', 'bold', 'font'],
|
|
@@ -3114,7 +3430,8 @@ var metadata = {
|
|
|
3114
3430
|
type: 'core',
|
|
3115
3431
|
categorization: 'single-purpose',
|
|
3116
3432
|
usage: 'Single purpose - Reserved for bolding text.',
|
|
3117
|
-
team: 'Design System Team'
|
|
3433
|
+
team: 'Design System Team',
|
|
3434
|
+
status: 'published'
|
|
3118
3435
|
},
|
|
3119
3436
|
'text-heading': {
|
|
3120
3437
|
keywords: ['text-heading', 'textheading', 'icon', 'core', 'text', 'heading', 'H', 'editor', 'text style'],
|
|
@@ -3124,6 +3441,7 @@ var metadata = {
|
|
|
3124
3441
|
categorization: 'single-purpose',
|
|
3125
3442
|
usage: 'Reserved for representing heading styles',
|
|
3126
3443
|
team: 'Design System Team',
|
|
3444
|
+
status: 'published',
|
|
3127
3445
|
slackChannel: '#icon-contributions'
|
|
3128
3446
|
},
|
|
3129
3447
|
'text-indent-left': {
|
|
@@ -3134,7 +3452,8 @@ var metadata = {
|
|
|
3134
3452
|
type: 'core',
|
|
3135
3453
|
categorization: 'single-purpose',
|
|
3136
3454
|
usage: 'Single purpose - Reserved for shifting the indent of text content left.',
|
|
3137
|
-
team: 'Design System Team'
|
|
3455
|
+
team: 'Design System Team',
|
|
3456
|
+
status: 'published'
|
|
3138
3457
|
},
|
|
3139
3458
|
'text-indent-right': {
|
|
3140
3459
|
keywords: ['text-indent-right', 'textindentright', 'icon', 'core', 'text', 'indent', 'right', 'arrow'],
|
|
@@ -3144,7 +3463,8 @@ var metadata = {
|
|
|
3144
3463
|
type: 'core',
|
|
3145
3464
|
categorization: 'single-purpose',
|
|
3146
3465
|
usage: 'Single purpose - Reserved for shifting the indent of text content right.',
|
|
3147
|
-
team: 'Design System Team'
|
|
3466
|
+
team: 'Design System Team',
|
|
3467
|
+
status: 'published'
|
|
3148
3468
|
},
|
|
3149
3469
|
'text-italic': {
|
|
3150
3470
|
keywords: ['text-italic', 'textitalic', 'icon', 'core', 'text', 'type', 'italic', 'font'],
|
|
@@ -3154,7 +3474,8 @@ var metadata = {
|
|
|
3154
3474
|
type: 'core',
|
|
3155
3475
|
categorization: 'single-purpose',
|
|
3156
3476
|
usage: 'Single purpose - Reserved for italicizing text.',
|
|
3157
|
-
team: 'Design System Team'
|
|
3477
|
+
team: 'Design System Team',
|
|
3478
|
+
status: 'published'
|
|
3158
3479
|
},
|
|
3159
3480
|
'text-shorten': {
|
|
3160
3481
|
keywords: ['text-shorten', 'textshorten', 'icon', 'core', 'text', 'shorten', 'abbreviate', 'condense', 'AI'],
|
|
@@ -3163,7 +3484,8 @@ var metadata = {
|
|
|
3163
3484
|
type: 'core',
|
|
3164
3485
|
categorization: 'single-purpose',
|
|
3165
3486
|
usage: 'Reserved for shortening text content with Atlassian Intelligence.',
|
|
3166
|
-
team: 'Atlassian Intelligence'
|
|
3487
|
+
team: 'Atlassian Intelligence',
|
|
3488
|
+
status: 'published'
|
|
3167
3489
|
},
|
|
3168
3490
|
'text-spellcheck': {
|
|
3169
3491
|
keywords: ['text-spellcheck', 'textspellcheck', 'icon', 'core', 'text', 'spelling', 'typo', 'spellcheck'],
|
|
@@ -3172,7 +3494,8 @@ var metadata = {
|
|
|
3172
3494
|
type: 'core',
|
|
3173
3495
|
categorization: 'single-purpose',
|
|
3174
3496
|
usage: 'Single purpose - Reserved for spellchecking.',
|
|
3175
|
-
team: 'Design System Team'
|
|
3497
|
+
team: 'Design System Team',
|
|
3498
|
+
status: 'published'
|
|
3176
3499
|
},
|
|
3177
3500
|
'text-strikethrough': {
|
|
3178
3501
|
keywords: ['text-strikethrough', 'textstrikethrough', 'icon', 'core', 'text', 'strikethrough', 'editor', 'cross out'],
|
|
@@ -3182,6 +3505,7 @@ var metadata = {
|
|
|
3182
3505
|
categorization: 'single-purpose',
|
|
3183
3506
|
usage: 'Reserved for strikethrough text tool',
|
|
3184
3507
|
team: 'Design System Team',
|
|
3508
|
+
status: 'published',
|
|
3185
3509
|
slackChannel: '#icon-contributions'
|
|
3186
3510
|
},
|
|
3187
3511
|
'text-style': {
|
|
@@ -3192,7 +3516,8 @@ var metadata = {
|
|
|
3192
3516
|
type: 'core',
|
|
3193
3517
|
categorization: 'single-purpose',
|
|
3194
3518
|
usage: 'Single purpose - Reserved for text styles in Editor.',
|
|
3195
|
-
team: 'Editor'
|
|
3519
|
+
team: 'Editor',
|
|
3520
|
+
status: 'published'
|
|
3196
3521
|
},
|
|
3197
3522
|
'text-underline': {
|
|
3198
3523
|
keywords: ['text-underline', 'textunderline', 'icon', 'core', 'text', 'underline', 'U', 'editor'],
|
|
@@ -3202,6 +3527,7 @@ var metadata = {
|
|
|
3202
3527
|
categorization: 'single-purpose',
|
|
3203
3528
|
usage: 'Reserved for underlined text tool',
|
|
3204
3529
|
team: 'Design System Team',
|
|
3530
|
+
status: 'published',
|
|
3205
3531
|
slackChannel: '#icon-contributions'
|
|
3206
3532
|
},
|
|
3207
3533
|
'text-wrap': {
|
|
@@ -3211,7 +3537,8 @@ var metadata = {
|
|
|
3211
3537
|
type: 'core',
|
|
3212
3538
|
categorization: 'single-purpose',
|
|
3213
3539
|
usage: 'Reserved for wrapping text so it spans multiple lines.',
|
|
3214
|
-
team: 'Design System Team'
|
|
3540
|
+
team: 'Design System Team',
|
|
3541
|
+
status: 'published'
|
|
3215
3542
|
},
|
|
3216
3543
|
theme: {
|
|
3217
3544
|
keywords: ['theme', 'icon', 'core', 'theme', 'light mode', 'dark mode', 'theme switcher'],
|
|
@@ -3220,7 +3547,8 @@ var metadata = {
|
|
|
3220
3547
|
type: 'core',
|
|
3221
3548
|
categorization: 'single-purpose',
|
|
3222
3549
|
usage: 'Single purpose - Reserved for representing themes and theme switching.',
|
|
3223
|
-
team: 'Design System Team'
|
|
3550
|
+
team: 'Design System Team',
|
|
3551
|
+
status: 'published'
|
|
3224
3552
|
},
|
|
3225
3553
|
'thumbs-down': {
|
|
3226
3554
|
keywords: ['thumbs-down', 'thumbsdown', 'icon', 'core', 'vote', 'downvote', 'dislike', 'feedback', 'hand'],
|
|
@@ -3229,7 +3557,8 @@ var metadata = {
|
|
|
3229
3557
|
type: 'core',
|
|
3230
3558
|
categorization: 'multi-purpose',
|
|
3231
3559
|
usage: 'Multi purpose - Known uses: voting, feedback in AI.',
|
|
3232
|
-
team: 'Design System Team'
|
|
3560
|
+
team: 'Design System Team',
|
|
3561
|
+
status: 'published'
|
|
3233
3562
|
},
|
|
3234
3563
|
'thumbs-up': {
|
|
3235
3564
|
keywords: ['thumbs-up', 'thumbsup', 'icon', 'core', 'vote', 'upvote', 'like', 'feedback', 'hand'],
|
|
@@ -3239,7 +3568,8 @@ var metadata = {
|
|
|
3239
3568
|
type: 'core',
|
|
3240
3569
|
categorization: 'multi-purpose',
|
|
3241
3570
|
usage: 'Multi purpose - Known uses: voting options in Jira, like.',
|
|
3242
|
-
team: 'Design System Team'
|
|
3571
|
+
team: 'Design System Team',
|
|
3572
|
+
status: 'published'
|
|
3243
3573
|
},
|
|
3244
3574
|
timeline: {
|
|
3245
3575
|
keywords: ['timeline', 'icon', 'core', 'gantt', 'calendar'],
|
|
@@ -3248,7 +3578,8 @@ var metadata = {
|
|
|
3248
3578
|
type: 'core',
|
|
3249
3579
|
categorization: 'single-purpose',
|
|
3250
3580
|
usage: 'Single purpose - Reserved for timelines in Jira or Trello.',
|
|
3251
|
-
team: 'Design System Team'
|
|
3581
|
+
team: 'Design System Team',
|
|
3582
|
+
status: 'published'
|
|
3252
3583
|
},
|
|
3253
3584
|
tools: {
|
|
3254
3585
|
keywords: ['tools', 'icon', 'core', 'tools', 'wrench', 'spanner', 'screwdriver'],
|
|
@@ -3257,7 +3588,8 @@ var metadata = {
|
|
|
3257
3588
|
type: 'core',
|
|
3258
3589
|
categorization: 'multi-purpose',
|
|
3259
3590
|
usage: "Multi purpose - Known usages: 'Service request' Jira issue type.",
|
|
3260
|
-
team: 'Design System Team'
|
|
3591
|
+
team: 'Design System Team',
|
|
3592
|
+
status: 'published'
|
|
3261
3593
|
},
|
|
3262
3594
|
transition: {
|
|
3263
3595
|
keywords: ['transition', 'icon', 'core', 'connector', 'movement'],
|
|
@@ -3266,7 +3598,8 @@ var metadata = {
|
|
|
3266
3598
|
type: 'core',
|
|
3267
3599
|
categorization: 'single-purpose',
|
|
3268
3600
|
usage: 'Single purpose - Reserved for transitions in Analytics.',
|
|
3269
|
-
team: 'Design System Team'
|
|
3601
|
+
team: 'Design System Team',
|
|
3602
|
+
status: 'published'
|
|
3270
3603
|
},
|
|
3271
3604
|
translate: {
|
|
3272
3605
|
keywords: ['translate', 'icon', 'core', 'translate', 'language', 'i18n', 'internationalization', 'internationalisation'],
|
|
@@ -3275,7 +3608,8 @@ var metadata = {
|
|
|
3275
3608
|
type: 'core',
|
|
3276
3609
|
categorization: 'single-purpose',
|
|
3277
3610
|
usage: 'Reserved for representing language translations.',
|
|
3278
|
-
team: 'Design System Team'
|
|
3611
|
+
team: 'Design System Team',
|
|
3612
|
+
status: 'published'
|
|
3279
3613
|
},
|
|
3280
3614
|
tree: {
|
|
3281
3615
|
keywords: ['tree', 'icon', 'core', 'tree', 'nature'],
|
|
@@ -3285,7 +3619,8 @@ var metadata = {
|
|
|
3285
3619
|
type: 'core',
|
|
3286
3620
|
categorization: 'multi-purpose',
|
|
3287
3621
|
usage: 'Multi purpose - Known usages: Nature emoji category.',
|
|
3288
|
-
team: 'Design System Team'
|
|
3622
|
+
team: 'Design System Team',
|
|
3623
|
+
status: 'published'
|
|
3289
3624
|
},
|
|
3290
3625
|
undo: {
|
|
3291
3626
|
keywords: ['undo', 'icon', 'core', 'backward', 'mistake', 'correct'],
|
|
@@ -3295,7 +3630,8 @@ var metadata = {
|
|
|
3295
3630
|
type: 'core',
|
|
3296
3631
|
categorization: 'single-purpose',
|
|
3297
3632
|
usage: 'Single purpose - Reserved for undo in Editor.',
|
|
3298
|
-
team: 'Design System Team'
|
|
3633
|
+
team: 'Design System Team',
|
|
3634
|
+
status: 'published'
|
|
3299
3635
|
},
|
|
3300
3636
|
upload: {
|
|
3301
3637
|
keywords: ['upload', 'cloud', 'icon', 'core', 'stream', 'file'],
|
|
@@ -3305,7 +3641,8 @@ var metadata = {
|
|
|
3305
3641
|
type: 'core',
|
|
3306
3642
|
categorization: 'single-purpose',
|
|
3307
3643
|
usage: 'Single purpose - Reserved for upload in Editor.',
|
|
3308
|
-
team: 'Design System Team'
|
|
3644
|
+
team: 'Design System Team',
|
|
3645
|
+
status: 'published'
|
|
3309
3646
|
},
|
|
3310
3647
|
'vehicle-car': {
|
|
3311
3648
|
keywords: ['vehicle-car', 'vehiclecar', 'icon', 'core', 'car', 'transportation', 'vehicle'],
|
|
@@ -3315,7 +3652,8 @@ var metadata = {
|
|
|
3315
3652
|
type: 'core',
|
|
3316
3653
|
categorization: 'multi-purpose',
|
|
3317
3654
|
usage: 'Multi purpose - Known usages: Transport emoji category.',
|
|
3318
|
-
team: 'Design System Team'
|
|
3655
|
+
team: 'Design System Team',
|
|
3656
|
+
status: 'published'
|
|
3319
3657
|
},
|
|
3320
3658
|
video: {
|
|
3321
3659
|
keywords: ['video', 'icon', 'core', 'media', 'movie'],
|
|
@@ -3325,7 +3663,8 @@ var metadata = {
|
|
|
3325
3663
|
type: 'core',
|
|
3326
3664
|
categorization: 'single-purpose',
|
|
3327
3665
|
usage: 'Single purpose - Reserved for representing video content across Atlassian and Loom.',
|
|
3328
|
-
team: 'Design System Team'
|
|
3666
|
+
team: 'Design System Team',
|
|
3667
|
+
status: 'published'
|
|
3329
3668
|
},
|
|
3330
3669
|
'video-next': {
|
|
3331
3670
|
keywords: ['video-next', 'videonext', 'icon', 'core', 'skip', 'next', 'media', 'forward'],
|
|
@@ -3334,7 +3673,8 @@ var metadata = {
|
|
|
3334
3673
|
type: 'core',
|
|
3335
3674
|
categorization: 'single-purpose',
|
|
3336
3675
|
usage: 'Single purpose - Reserved for next video in Media.',
|
|
3337
|
-
team: 'Design System Team'
|
|
3676
|
+
team: 'Design System Team',
|
|
3677
|
+
status: 'published'
|
|
3338
3678
|
},
|
|
3339
3679
|
'video-next-overlay': {
|
|
3340
3680
|
keywords: ['video-next-overlay', 'videonextoverlay', 'icon', 'core', 'skip', 'next', 'media', 'forward', 'filled'],
|
|
@@ -3343,7 +3683,8 @@ var metadata = {
|
|
|
3343
3683
|
type: 'core',
|
|
3344
3684
|
categorization: 'single-purpose',
|
|
3345
3685
|
usage: 'Single purpose - Reserved for next video when icon is overlayed on Media.',
|
|
3346
|
-
team: 'Design System Team'
|
|
3686
|
+
team: 'Design System Team',
|
|
3687
|
+
status: 'published'
|
|
3347
3688
|
},
|
|
3348
3689
|
'video-pause': {
|
|
3349
3690
|
keywords: ['video-pause', 'videopause', 'icon', 'core', 'media', 'video'],
|
|
@@ -3353,7 +3694,8 @@ var metadata = {
|
|
|
3353
3694
|
type: 'core',
|
|
3354
3695
|
categorization: 'single-purpose',
|
|
3355
3696
|
usage: 'Single purpose - Reserved for pause video in Media.',
|
|
3356
|
-
team: 'Design System Team'
|
|
3697
|
+
team: 'Design System Team',
|
|
3698
|
+
status: 'published'
|
|
3357
3699
|
},
|
|
3358
3700
|
'video-pause-overlay': {
|
|
3359
3701
|
keywords: ['video-pause-overlay', 'videopauseoverlay', 'icon', 'core', 'media', 'video', 'filled'],
|
|
@@ -3362,7 +3704,8 @@ var metadata = {
|
|
|
3362
3704
|
type: 'core',
|
|
3363
3705
|
categorization: 'single-purpose',
|
|
3364
3706
|
usage: 'Single purpose - Reserved for pause video when icon is overlayed on Media.',
|
|
3365
|
-
team: 'Design System Team'
|
|
3707
|
+
team: 'Design System Team',
|
|
3708
|
+
status: 'published'
|
|
3366
3709
|
},
|
|
3367
3710
|
'video-play': {
|
|
3368
3711
|
keywords: ['video-play', 'videoplay', 'icon', 'core', 'media', 'video'],
|
|
@@ -3372,7 +3715,8 @@ var metadata = {
|
|
|
3372
3715
|
type: 'core',
|
|
3373
3716
|
categorization: 'single-purpose',
|
|
3374
3717
|
usage: 'Single purpose - Reserved for play video in Media.',
|
|
3375
|
-
team: 'Design System Team'
|
|
3718
|
+
team: 'Design System Team',
|
|
3719
|
+
status: 'published'
|
|
3376
3720
|
},
|
|
3377
3721
|
'video-play-overlay': {
|
|
3378
3722
|
keywords: ['video-play-overlay', 'videoplayoverlay', 'icon', 'core', 'media', 'video', 'filled'],
|
|
@@ -3381,7 +3725,8 @@ var metadata = {
|
|
|
3381
3725
|
type: 'core',
|
|
3382
3726
|
categorization: 'single-purpose',
|
|
3383
3727
|
usage: 'Single purpose - Reserved for play video when icon is overlayed on Media.',
|
|
3384
|
-
team: 'Design System Team'
|
|
3728
|
+
team: 'Design System Team',
|
|
3729
|
+
status: 'published'
|
|
3385
3730
|
},
|
|
3386
3731
|
'video-previous': {
|
|
3387
3732
|
keywords: ['video-previous', 'videoprevious', 'icon', 'core', 'media', 'video', 'back', 'previous'],
|
|
@@ -3390,7 +3735,8 @@ var metadata = {
|
|
|
3390
3735
|
type: 'core',
|
|
3391
3736
|
categorization: 'single-purpose',
|
|
3392
3737
|
usage: 'Single purpose - Reserved for previous video in Media.',
|
|
3393
|
-
team: 'Design System Team'
|
|
3738
|
+
team: 'Design System Team',
|
|
3739
|
+
status: 'published'
|
|
3394
3740
|
},
|
|
3395
3741
|
'video-previous-overlay': {
|
|
3396
3742
|
keywords: ['video-previous-overlay', 'videopreviousoverlay', 'icon', 'core', 'media', 'video', 'back', 'previous', 'filled'],
|
|
@@ -3399,7 +3745,8 @@ var metadata = {
|
|
|
3399
3745
|
type: 'core',
|
|
3400
3746
|
categorization: 'single-purpose',
|
|
3401
3747
|
usage: 'Single purpose - Reserved for previous video when icon is overlayed on Media.',
|
|
3402
|
-
team: 'Design System Team'
|
|
3748
|
+
team: 'Design System Team',
|
|
3749
|
+
status: 'published'
|
|
3403
3750
|
},
|
|
3404
3751
|
'video-skip-backward-fifteen': {
|
|
3405
3752
|
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
@@ -3408,7 +3755,8 @@ var metadata = {
|
|
|
3408
3755
|
type: 'core',
|
|
3409
3756
|
categorization: 'single-purpose',
|
|
3410
3757
|
usage: 'Reserved for skipping video content backward by 15 seconds.',
|
|
3411
|
-
team: 'Design System Team'
|
|
3758
|
+
team: 'Design System Team',
|
|
3759
|
+
status: 'published'
|
|
3412
3760
|
},
|
|
3413
3761
|
'video-skip-backward-ten': {
|
|
3414
3762
|
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
@@ -3417,7 +3765,8 @@ var metadata = {
|
|
|
3417
3765
|
type: 'core',
|
|
3418
3766
|
categorization: 'single-purpose',
|
|
3419
3767
|
usage: 'Reserved for skipping video content backwards by 10 seconds.',
|
|
3420
|
-
team: 'Design System Team'
|
|
3768
|
+
team: 'Design System Team',
|
|
3769
|
+
status: 'published'
|
|
3421
3770
|
},
|
|
3422
3771
|
'video-skip-forward-fifteen': {
|
|
3423
3772
|
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
@@ -3426,7 +3775,8 @@ var metadata = {
|
|
|
3426
3775
|
type: 'core',
|
|
3427
3776
|
categorization: 'single-purpose',
|
|
3428
3777
|
usage: 'Reserved for skipping video content forward by 15 seconds.',
|
|
3429
|
-
team: 'Design System Team'
|
|
3778
|
+
team: 'Design System Team',
|
|
3779
|
+
status: 'published'
|
|
3430
3780
|
},
|
|
3431
3781
|
'video-skip-forward-ten': {
|
|
3432
3782
|
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'core', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
@@ -3435,7 +3785,8 @@ var metadata = {
|
|
|
3435
3785
|
type: 'core',
|
|
3436
3786
|
categorization: 'single-purpose',
|
|
3437
3787
|
usage: 'Reserved for skipping video content forward by 10 seconds.',
|
|
3438
|
-
team: 'Design System Team'
|
|
3788
|
+
team: 'Design System Team',
|
|
3789
|
+
status: 'published'
|
|
3439
3790
|
},
|
|
3440
3791
|
'video-stop': {
|
|
3441
3792
|
keywords: ['video-stop', 'videostop', 'icon', 'core', 'video', 'stop'],
|
|
@@ -3444,7 +3795,8 @@ var metadata = {
|
|
|
3444
3795
|
type: 'core',
|
|
3445
3796
|
categorization: 'single-purpose',
|
|
3446
3797
|
usage: 'Reserved for stopping video content.',
|
|
3447
|
-
team: 'Design System Team'
|
|
3798
|
+
team: 'Design System Team',
|
|
3799
|
+
status: 'published'
|
|
3448
3800
|
},
|
|
3449
3801
|
'video-stop-overlay': {
|
|
3450
3802
|
keywords: ['video-stop-overlay', 'videostopoverlay', 'icon', 'core', 'video', 'stop', 'overlay', 'inverse'],
|
|
@@ -3453,7 +3805,8 @@ var metadata = {
|
|
|
3453
3805
|
type: 'core',
|
|
3454
3806
|
categorization: 'single-purpose',
|
|
3455
3807
|
usage: 'Reserved for stopping video content. Use on dark or translucent backgrounds.',
|
|
3456
|
-
team: 'Design System Team'
|
|
3808
|
+
team: 'Design System Team',
|
|
3809
|
+
status: 'published'
|
|
3457
3810
|
},
|
|
3458
3811
|
'volume-high': {
|
|
3459
3812
|
keywords: ['volume-high', 'volumehigh', 'icon', 'core', 'louder', 'volume up'],
|
|
@@ -3463,7 +3816,8 @@ var metadata = {
|
|
|
3463
3816
|
type: 'core',
|
|
3464
3817
|
categorization: 'multi-purpose',
|
|
3465
3818
|
usage: '📦 @atlaskit/icon/core/volume-high',
|
|
3466
|
-
team: 'Design System Team'
|
|
3819
|
+
team: 'Design System Team',
|
|
3820
|
+
status: 'published'
|
|
3467
3821
|
},
|
|
3468
3822
|
'volume-low': {
|
|
3469
3823
|
keywords: ['volume-low', 'volumelow', 'icon', 'core', 'quiter', 'volume down'],
|
|
@@ -3473,7 +3827,8 @@ var metadata = {
|
|
|
3473
3827
|
type: 'core',
|
|
3474
3828
|
categorization: 'multi-purpose',
|
|
3475
3829
|
usage: '📦 @atlaskit/icon/core/volume-low',
|
|
3476
|
-
team: 'Design System Team'
|
|
3830
|
+
team: 'Design System Team',
|
|
3831
|
+
status: 'published'
|
|
3477
3832
|
},
|
|
3478
3833
|
'volume-muted': {
|
|
3479
3834
|
keywords: ['volume-muted', 'volumemuted', 'icon', 'core', 'volume off', 'no volume'],
|
|
@@ -3483,7 +3838,8 @@ var metadata = {
|
|
|
3483
3838
|
type: 'core',
|
|
3484
3839
|
categorization: 'multi-purpose',
|
|
3485
3840
|
usage: '📦 @atlaskit/icon/core/volume-muted',
|
|
3486
|
-
team: 'Design System Team'
|
|
3841
|
+
team: 'Design System Team',
|
|
3842
|
+
status: 'published'
|
|
3487
3843
|
},
|
|
3488
3844
|
warning: {
|
|
3489
3845
|
keywords: ['warning', 'error', 'alert', 'icon', 'core', 'alert', 'triangle', 'filled', 'exclamation', '!', 'warning'],
|
|
@@ -3493,7 +3849,8 @@ var metadata = {
|
|
|
3493
3849
|
type: 'core',
|
|
3494
3850
|
categorization: 'single-purpose',
|
|
3495
3851
|
usage: 'Single purpose - Reserved for warning system status.',
|
|
3496
|
-
team: 'Design System Team'
|
|
3852
|
+
team: 'Design System Team',
|
|
3853
|
+
status: 'published'
|
|
3497
3854
|
},
|
|
3498
3855
|
whiteboard: {
|
|
3499
3856
|
keywords: ['whiteboard', 'icon', 'core', 'shapes', 'canvas'],
|
|
@@ -3502,7 +3859,8 @@ var metadata = {
|
|
|
3502
3859
|
type: 'core',
|
|
3503
3860
|
categorization: 'single-purpose',
|
|
3504
3861
|
usage: 'Single purpose - Reserved for whiteboards in Confluence.',
|
|
3505
|
-
team: 'Design System Team'
|
|
3862
|
+
team: 'Design System Team',
|
|
3863
|
+
status: 'published'
|
|
3506
3864
|
},
|
|
3507
3865
|
'work-item': {
|
|
3508
3866
|
keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
|
|
@@ -3511,7 +3869,8 @@ var metadata = {
|
|
|
3511
3869
|
type: 'core',
|
|
3512
3870
|
categorization: 'single-purpose',
|
|
3513
3871
|
usage: 'Reserved for representing work items.',
|
|
3514
|
-
team: 'Design System Team'
|
|
3872
|
+
team: 'Design System Team',
|
|
3873
|
+
status: 'published'
|
|
3515
3874
|
},
|
|
3516
3875
|
'work-items': {
|
|
3517
3876
|
keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
@@ -3520,7 +3879,8 @@ var metadata = {
|
|
|
3520
3879
|
type: 'core',
|
|
3521
3880
|
categorization: 'single-purpose',
|
|
3522
3881
|
usage: 'Reserved for representing multiple work items.',
|
|
3523
|
-
team: 'Design System Team'
|
|
3882
|
+
team: 'Design System Team',
|
|
3883
|
+
status: 'published'
|
|
3524
3884
|
},
|
|
3525
3885
|
'zoom-in': {
|
|
3526
3886
|
keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
|
|
@@ -3530,7 +3890,8 @@ var metadata = {
|
|
|
3530
3890
|
type: 'core',
|
|
3531
3891
|
categorization: 'single-purpose',
|
|
3532
3892
|
usage: 'Single purpose - Reserved for zooming in of an object or view.',
|
|
3533
|
-
team: 'Design System Team'
|
|
3893
|
+
team: 'Design System Team',
|
|
3894
|
+
status: 'published'
|
|
3534
3895
|
},
|
|
3535
3896
|
'zoom-out': {
|
|
3536
3897
|
keywords: ['zoom-out', 'zoomout', 'icon', 'core', 'minify', 'magnifying glass'],
|
|
@@ -3540,7 +3901,8 @@ var metadata = {
|
|
|
3540
3901
|
type: 'core',
|
|
3541
3902
|
categorization: 'single-purpose',
|
|
3542
3903
|
usage: 'Single purpose - Reserved for zooming out of an object or view.',
|
|
3543
|
-
team: 'Design System Team'
|
|
3904
|
+
team: 'Design System Team',
|
|
3905
|
+
status: 'published'
|
|
3544
3906
|
}
|
|
3545
3907
|
};
|
|
3546
3908
|
var _default = exports.default = metadata;
|