@atlaskit/icon-lab 5.8.0 → 5.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/core/ai-generative-text.js +2 -2
- package/core/assets-object-type.d.ts +13 -0
- package/core/assets-object-type.js +29 -0
- package/core/assets-object.d.ts +13 -0
- package/core/assets-object.js +29 -0
- package/core/assets-schema.js +3 -3
- package/core/blast-radius.d.ts +13 -0
- package/core/blast-radius.js +29 -0
- package/core/chart-bullet.d.ts +13 -0
- package/core/chart-bullet.js +29 -0
- package/core/chart-extrapolate.d.ts +13 -0
- package/core/chart-extrapolate.js +29 -0
- package/core/chart-funnel.d.ts +13 -0
- package/core/chart-funnel.js +29 -0
- package/core/data-bucket.d.ts +13 -0
- package/core/data-bucket.js +29 -0
- package/core/data-formula.d.ts +13 -0
- package/core/data-formula.js +29 -0
- package/core/data-function.d.ts +13 -0
- package/core/data-function.js +29 -0
- package/core/data-pivot.d.ts +13 -0
- package/core/data-pivot.js +29 -0
- package/core/data-transpose.d.ts +13 -0
- package/core/data-transpose.js +29 -0
- package/core/data-unpivot.d.ts +13 -0
- package/core/data-unpivot.js +29 -0
- package/core/data-visualization-heatmap.d.ts +13 -0
- package/core/data-visualization-heatmap.js +29 -0
- package/core/data-visualization-metric.d.ts +13 -0
- package/core/data-visualization-metric.js +29 -0
- package/core/data-zero-fill.d.ts +13 -0
- package/core/data-zero-fill.js +29 -0
- package/core/key.d.ts +13 -0
- package/core/key.js +29 -0
- package/core/power-cable.d.ts +13 -0
- package/core/power-cable.js +29 -0
- package/core/table-row-limit.d.ts +13 -0
- package/core/table-row-limit.js +29 -0
- package/core/template-sync.d.ts +13 -0
- package/core/template-sync.js +29 -0
- package/core/template.js +4 -4
- package/core/text-cursor.d.ts +13 -0
- package/core/text-cursor.js +29 -0
- package/core/world.d.ts +13 -0
- package/core/world.js +29 -0
- package/dist/cjs/metadata-core.js +214 -4
- package/dist/es2019/metadata-core.js +214 -4
- package/dist/esm/metadata-core.js +214 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/ai-generative-text.svg +1 -1
- package/svgs/core/assets-object-type.svg +1 -0
- package/svgs/core/assets-object.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -1
- package/svgs/core/blast-radius.svg +1 -0
- package/svgs/core/chart-bullet.svg +1 -0
- package/svgs/core/chart-extrapolate.svg +1 -0
- package/svgs/core/chart-funnel.svg +1 -0
- package/svgs/core/data-bucket.svg +1 -0
- package/svgs/core/data-formula.svg +1 -0
- package/svgs/core/data-function.svg +1 -0
- package/svgs/core/data-pivot.svg +1 -0
- package/svgs/core/data-transpose.svg +1 -0
- package/svgs/core/data-unpivot.svg +1 -0
- package/svgs/core/data-visualization-heatmap.svg +1 -0
- package/svgs/core/data-visualization-metric.svg +1 -0
- package/svgs/core/data-zero-fill.svg +1 -0
- package/svgs/core/key.svg +1 -0
- package/svgs/core/power-cable.svg +1 -0
- package/svgs/core/table-row-limit.svg +1 -0
- package/svgs/core/template-sync.svg +1 -0
- package/svgs/core/template.svg +1 -1
- package/svgs/core/text-cursor.svg +1 -0
- package/svgs/core/world.svg +1 -0
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -282,13 +282,33 @@ var metadata = {
|
|
|
282
282
|
team: 'Assets',
|
|
283
283
|
status: 'published'
|
|
284
284
|
},
|
|
285
|
+
'assets-object': {
|
|
286
|
+
keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
|
|
287
|
+
componentName: 'AssetsObjectIcon',
|
|
288
|
+
package: '@atlaskit/icon-lab/core/assets-object',
|
|
289
|
+
type: 'core',
|
|
290
|
+
categorization: 'single-purpose',
|
|
291
|
+
usage: 'Reserved for representing objects in Assets.',
|
|
292
|
+
team: 'Assets',
|
|
293
|
+
status: 'published'
|
|
294
|
+
},
|
|
295
|
+
'assets-object-type': {
|
|
296
|
+
keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
|
|
297
|
+
componentName: 'AssetsObjectTypeIcon',
|
|
298
|
+
package: '@atlaskit/icon-lab/core/assets-object-type',
|
|
299
|
+
type: 'core',
|
|
300
|
+
categorization: 'single-purpose',
|
|
301
|
+
usage: 'Reserved for representing object types in Assets.',
|
|
302
|
+
team: 'Assets',
|
|
303
|
+
status: 'published'
|
|
304
|
+
},
|
|
285
305
|
'assets-schema': {
|
|
286
306
|
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
|
|
287
307
|
componentName: 'AssetsSchemaIcon',
|
|
288
308
|
package: '@atlaskit/icon-lab/core/assets-schema',
|
|
289
309
|
type: 'core',
|
|
290
310
|
categorization: 'single-purpose',
|
|
291
|
-
usage: 'Reserved for
|
|
311
|
+
usage: 'Reserved for representing schema in Assets.',
|
|
292
312
|
team: 'Assets',
|
|
293
313
|
status: 'published'
|
|
294
314
|
},
|
|
@@ -322,6 +342,16 @@ var metadata = {
|
|
|
322
342
|
team: 'Growth Buy',
|
|
323
343
|
status: 'published'
|
|
324
344
|
},
|
|
345
|
+
'blast-radius': {
|
|
346
|
+
keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
|
|
347
|
+
componentName: 'BlastRadiusIcon',
|
|
348
|
+
package: '@atlaskit/icon-lab/core/blast-radius',
|
|
349
|
+
type: 'core',
|
|
350
|
+
categorization: 'single-purpose',
|
|
351
|
+
usage: 'Reserved for representing blast radius in Object Graph.',
|
|
352
|
+
team: 'JSM',
|
|
353
|
+
status: 'published'
|
|
354
|
+
},
|
|
325
355
|
bluetooth: {
|
|
326
356
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
327
357
|
componentName: 'BluetoothIcon',
|
|
@@ -415,6 +445,36 @@ var metadata = {
|
|
|
415
445
|
team: 'Data Experiences',
|
|
416
446
|
status: 'published'
|
|
417
447
|
},
|
|
448
|
+
'chart-bullet': {
|
|
449
|
+
keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
|
|
450
|
+
componentName: 'ChartBulletIcon',
|
|
451
|
+
package: '@atlaskit/icon-lab/core/chart-bullet',
|
|
452
|
+
type: 'core',
|
|
453
|
+
categorization: 'multi-purpose',
|
|
454
|
+
usage: 'Known uses: Bullet charts or graphs',
|
|
455
|
+
team: 'Data Experiences',
|
|
456
|
+
status: 'published'
|
|
457
|
+
},
|
|
458
|
+
'chart-extrapolate': {
|
|
459
|
+
keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
|
|
460
|
+
componentName: 'ChartExtrapolateIcon',
|
|
461
|
+
package: '@atlaskit/icon-lab/core/chart-extrapolate',
|
|
462
|
+
type: 'core',
|
|
463
|
+
categorization: 'multi-purpose',
|
|
464
|
+
usage: 'Known uses: Chart trend extrapolation in Analytics.',
|
|
465
|
+
team: 'Data Experiences',
|
|
466
|
+
status: 'published'
|
|
467
|
+
},
|
|
468
|
+
'chart-funnel': {
|
|
469
|
+
keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
|
|
470
|
+
componentName: 'ChartFunnelIcon',
|
|
471
|
+
package: '@atlaskit/icon-lab/core/chart-funnel',
|
|
472
|
+
type: 'core',
|
|
473
|
+
categorization: 'multi-purpose',
|
|
474
|
+
usage: 'Known uses: Chart funnels',
|
|
475
|
+
team: 'Data Experiences',
|
|
476
|
+
status: 'published'
|
|
477
|
+
},
|
|
418
478
|
'chart-scatter-plot': {
|
|
419
479
|
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
|
|
420
480
|
componentName: 'ChartScatterPlotIcon',
|
|
@@ -526,6 +586,96 @@ var metadata = {
|
|
|
526
586
|
team: 'Whiteboards',
|
|
527
587
|
status: 'published'
|
|
528
588
|
},
|
|
589
|
+
'data-bucket': {
|
|
590
|
+
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
591
|
+
componentName: 'DataBucketIcon',
|
|
592
|
+
package: '@atlaskit/icon-lab/core/data-bucket',
|
|
593
|
+
type: 'core',
|
|
594
|
+
categorization: 'single-purpose',
|
|
595
|
+
usage: 'Reserved for bucketing data.',
|
|
596
|
+
team: 'Data Experiences',
|
|
597
|
+
status: 'published'
|
|
598
|
+
},
|
|
599
|
+
'data-formula': {
|
|
600
|
+
keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
|
|
601
|
+
componentName: 'DataFormulaIcon',
|
|
602
|
+
package: '@atlaskit/icon-lab/core/data-formula',
|
|
603
|
+
type: 'core',
|
|
604
|
+
categorization: 'single-purpose',
|
|
605
|
+
usage: 'Reserved for data formulas.',
|
|
606
|
+
team: 'Data experiences',
|
|
607
|
+
status: 'published'
|
|
608
|
+
},
|
|
609
|
+
'data-function': {
|
|
610
|
+
keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
|
|
611
|
+
componentName: 'DataFunctionIcon',
|
|
612
|
+
package: '@atlaskit/icon-lab/core/data-function',
|
|
613
|
+
type: 'core',
|
|
614
|
+
categorization: 'single-purpose',
|
|
615
|
+
usage: 'Reserved for data functions.',
|
|
616
|
+
team: 'Data Experiences',
|
|
617
|
+
status: 'published'
|
|
618
|
+
},
|
|
619
|
+
'data-pivot': {
|
|
620
|
+
keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
|
|
621
|
+
componentName: 'DataPivotIcon',
|
|
622
|
+
package: '@atlaskit/icon-lab/core/data-pivot',
|
|
623
|
+
type: 'core',
|
|
624
|
+
categorization: 'single-purpose',
|
|
625
|
+
usage: 'Reserved for pivoting data.',
|
|
626
|
+
team: 'Data Experiences',
|
|
627
|
+
status: 'published'
|
|
628
|
+
},
|
|
629
|
+
'data-transpose': {
|
|
630
|
+
keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
|
|
631
|
+
componentName: 'DataTransposeIcon',
|
|
632
|
+
package: '@atlaskit/icon-lab/core/data-transpose',
|
|
633
|
+
type: 'core',
|
|
634
|
+
categorization: 'single-purpose',
|
|
635
|
+
usage: 'Reserved for transposing data.',
|
|
636
|
+
team: 'Data Experiences',
|
|
637
|
+
status: 'published'
|
|
638
|
+
},
|
|
639
|
+
'data-unpivot': {
|
|
640
|
+
keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
|
|
641
|
+
componentName: 'DataUnpivotIcon',
|
|
642
|
+
package: '@atlaskit/icon-lab/core/data-unpivot',
|
|
643
|
+
type: 'core',
|
|
644
|
+
categorization: 'single-purpose',
|
|
645
|
+
usage: 'Reserved for unpivoting data.',
|
|
646
|
+
team: 'Data Experiences',
|
|
647
|
+
status: 'published'
|
|
648
|
+
},
|
|
649
|
+
'data-visualization-heatmap': {
|
|
650
|
+
keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
|
|
651
|
+
componentName: 'DataVisualizationHeatmapIcon',
|
|
652
|
+
package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
|
|
653
|
+
type: 'core',
|
|
654
|
+
categorization: 'single-purpose',
|
|
655
|
+
usage: 'Reserved for representing heatmap data visualizations.',
|
|
656
|
+
team: 'Data Experiences',
|
|
657
|
+
status: 'published'
|
|
658
|
+
},
|
|
659
|
+
'data-visualization-metric': {
|
|
660
|
+
keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
|
|
661
|
+
componentName: 'DataVisualizationMetricIcon',
|
|
662
|
+
package: '@atlaskit/icon-lab/core/data-visualization-metric',
|
|
663
|
+
type: 'core',
|
|
664
|
+
categorization: 'single-purpose',
|
|
665
|
+
usage: 'Reserved for single data indicator or metric visualizations.',
|
|
666
|
+
team: 'Data Experiences',
|
|
667
|
+
status: 'published'
|
|
668
|
+
},
|
|
669
|
+
'data-zero-fill': {
|
|
670
|
+
keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
|
|
671
|
+
componentName: 'DataZeroFillIcon',
|
|
672
|
+
package: '@atlaskit/icon-lab/core/data-zero-fill',
|
|
673
|
+
type: 'core',
|
|
674
|
+
categorization: 'single-purpose',
|
|
675
|
+
usage: 'Reserved for replacing empty data fields with zero.',
|
|
676
|
+
team: 'Data Experiences',
|
|
677
|
+
status: 'published'
|
|
678
|
+
},
|
|
529
679
|
'database-storage': {
|
|
530
680
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
|
|
531
681
|
componentName: 'DatabaseStorageIcon',
|
|
@@ -1181,6 +1331,16 @@ var metadata = {
|
|
|
1181
1331
|
status: 'published',
|
|
1182
1332
|
slackChannel: '@joel unger'
|
|
1183
1333
|
},
|
|
1334
|
+
key: {
|
|
1335
|
+
keywords: ['key', 'icon', 'icon-lab', 'key'],
|
|
1336
|
+
componentName: 'KeyIcon',
|
|
1337
|
+
package: '@atlaskit/icon-lab/core/key',
|
|
1338
|
+
type: 'core',
|
|
1339
|
+
categorization: 'multi-purpose',
|
|
1340
|
+
usage: 'Known uses: Foreign key or primary key of a data table.',
|
|
1341
|
+
team: 'Data Experiences',
|
|
1342
|
+
status: 'published'
|
|
1343
|
+
},
|
|
1184
1344
|
'layout-five-columns': {
|
|
1185
1345
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
|
|
1186
1346
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -1485,6 +1645,16 @@ var metadata = {
|
|
|
1485
1645
|
status: 'published',
|
|
1486
1646
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1487
1647
|
},
|
|
1648
|
+
'power-cable': {
|
|
1649
|
+
keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
|
|
1650
|
+
componentName: 'PowerCableIcon',
|
|
1651
|
+
package: '@atlaskit/icon-lab/core/power-cable',
|
|
1652
|
+
type: 'core',
|
|
1653
|
+
categorization: 'multi-purpose',
|
|
1654
|
+
usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
|
|
1655
|
+
team: 'Design System Team',
|
|
1656
|
+
status: 'published'
|
|
1657
|
+
},
|
|
1488
1658
|
'qr-code': {
|
|
1489
1659
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1490
1660
|
componentName: 'QrCodeIcon',
|
|
@@ -1963,6 +2133,16 @@ var metadata = {
|
|
|
1963
2133
|
status: 'published',
|
|
1964
2134
|
slackChannel: '#icon-contributions'
|
|
1965
2135
|
},
|
|
2136
|
+
'table-row-limit': {
|
|
2137
|
+
keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
|
|
2138
|
+
componentName: 'TableRowLimitIcon',
|
|
2139
|
+
package: '@atlaskit/icon-lab/core/table-row-limit',
|
|
2140
|
+
type: 'core',
|
|
2141
|
+
categorization: 'single-purpose',
|
|
2142
|
+
usage: 'Reserved for limiting table rows.',
|
|
2143
|
+
team: 'Data Experiences',
|
|
2144
|
+
status: 'published'
|
|
2145
|
+
},
|
|
1966
2146
|
'takeout-container': {
|
|
1967
2147
|
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
1968
2148
|
componentName: 'TakeoutContainerIcon',
|
|
@@ -2008,11 +2188,21 @@ var metadata = {
|
|
|
2008
2188
|
componentName: 'TemplateIcon',
|
|
2009
2189
|
package: '@atlaskit/icon-lab/core/template',
|
|
2010
2190
|
type: 'core',
|
|
2011
|
-
categorization: '
|
|
2012
|
-
usage: '
|
|
2191
|
+
categorization: 'single-purpose',
|
|
2192
|
+
usage: 'Reserved fore templates.',
|
|
2013
2193
|
team: 'Whiteboards',
|
|
2014
2194
|
status: 'published'
|
|
2015
2195
|
},
|
|
2196
|
+
'template-sync': {
|
|
2197
|
+
keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
|
|
2198
|
+
componentName: 'TemplateSyncIcon',
|
|
2199
|
+
package: '@atlaskit/icon-lab/core/template-sync',
|
|
2200
|
+
type: 'core',
|
|
2201
|
+
categorization: 'single-purpose',
|
|
2202
|
+
usage: 'Reserved for saving and updating templates.',
|
|
2203
|
+
team: 'Data Experiences',
|
|
2204
|
+
status: 'published'
|
|
2205
|
+
},
|
|
2016
2206
|
terminal: {
|
|
2017
2207
|
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
2018
2208
|
componentName: 'TerminalIcon',
|
|
@@ -2123,6 +2313,16 @@ var metadata = {
|
|
|
2123
2313
|
team: 'Editor AI',
|
|
2124
2314
|
status: 'published'
|
|
2125
2315
|
},
|
|
2316
|
+
'text-cursor': {
|
|
2317
|
+
keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
|
|
2318
|
+
componentName: 'TextCursorIcon',
|
|
2319
|
+
package: '@atlaskit/icon-lab/core/text-cursor',
|
|
2320
|
+
type: 'core',
|
|
2321
|
+
categorization: 'multi-purpose',
|
|
2322
|
+
usage: 'Known uses: Renaming',
|
|
2323
|
+
team: 'Data Experiences',
|
|
2324
|
+
status: 'published'
|
|
2325
|
+
},
|
|
2126
2326
|
'text-density-compress': {
|
|
2127
2327
|
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2128
2328
|
componentName: 'TextDensityCompressIcon',
|
|
@@ -2682,6 +2882,16 @@ var metadata = {
|
|
|
2682
2882
|
status: 'published',
|
|
2683
2883
|
slackChannel: '#help-automation-design'
|
|
2684
2884
|
},
|
|
2885
|
+
world: {
|
|
2886
|
+
keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
|
|
2887
|
+
componentName: 'WorldIcon',
|
|
2888
|
+
package: '@atlaskit/icon-lab/core/world',
|
|
2889
|
+
type: 'core',
|
|
2890
|
+
categorization: 'multi-purpose',
|
|
2891
|
+
usage: 'Known uses: Geographical data visualization.',
|
|
2892
|
+
team: 'Data Experiences',
|
|
2893
|
+
status: 'published'
|
|
2894
|
+
},
|
|
2685
2895
|
wrench: {
|
|
2686
2896
|
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2687
2897
|
componentName: 'WrenchIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -276,13 +276,33 @@ const metadata = {
|
|
|
276
276
|
team: 'Assets',
|
|
277
277
|
status: 'published'
|
|
278
278
|
},
|
|
279
|
+
'assets-object': {
|
|
280
|
+
keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
|
|
281
|
+
componentName: 'AssetsObjectIcon',
|
|
282
|
+
package: '@atlaskit/icon-lab/core/assets-object',
|
|
283
|
+
type: 'core',
|
|
284
|
+
categorization: 'single-purpose',
|
|
285
|
+
usage: 'Reserved for representing objects in Assets.',
|
|
286
|
+
team: 'Assets',
|
|
287
|
+
status: 'published'
|
|
288
|
+
},
|
|
289
|
+
'assets-object-type': {
|
|
290
|
+
keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
|
|
291
|
+
componentName: 'AssetsObjectTypeIcon',
|
|
292
|
+
package: '@atlaskit/icon-lab/core/assets-object-type',
|
|
293
|
+
type: 'core',
|
|
294
|
+
categorization: 'single-purpose',
|
|
295
|
+
usage: 'Reserved for representing object types in Assets.',
|
|
296
|
+
team: 'Assets',
|
|
297
|
+
status: 'published'
|
|
298
|
+
},
|
|
279
299
|
'assets-schema': {
|
|
280
300
|
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
|
|
281
301
|
componentName: 'AssetsSchemaIcon',
|
|
282
302
|
package: '@atlaskit/icon-lab/core/assets-schema',
|
|
283
303
|
type: 'core',
|
|
284
304
|
categorization: 'single-purpose',
|
|
285
|
-
usage: 'Reserved for
|
|
305
|
+
usage: 'Reserved for representing schema in Assets.',
|
|
286
306
|
team: 'Assets',
|
|
287
307
|
status: 'published'
|
|
288
308
|
},
|
|
@@ -316,6 +336,16 @@ const metadata = {
|
|
|
316
336
|
team: 'Growth Buy',
|
|
317
337
|
status: 'published'
|
|
318
338
|
},
|
|
339
|
+
'blast-radius': {
|
|
340
|
+
keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
|
|
341
|
+
componentName: 'BlastRadiusIcon',
|
|
342
|
+
package: '@atlaskit/icon-lab/core/blast-radius',
|
|
343
|
+
type: 'core',
|
|
344
|
+
categorization: 'single-purpose',
|
|
345
|
+
usage: 'Reserved for representing blast radius in Object Graph.',
|
|
346
|
+
team: 'JSM',
|
|
347
|
+
status: 'published'
|
|
348
|
+
},
|
|
319
349
|
bluetooth: {
|
|
320
350
|
keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
|
|
321
351
|
componentName: 'BluetoothIcon',
|
|
@@ -409,6 +439,36 @@ const metadata = {
|
|
|
409
439
|
team: 'Data Experiences',
|
|
410
440
|
status: 'published'
|
|
411
441
|
},
|
|
442
|
+
'chart-bullet': {
|
|
443
|
+
keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
|
|
444
|
+
componentName: 'ChartBulletIcon',
|
|
445
|
+
package: '@atlaskit/icon-lab/core/chart-bullet',
|
|
446
|
+
type: 'core',
|
|
447
|
+
categorization: 'multi-purpose',
|
|
448
|
+
usage: 'Known uses: Bullet charts or graphs',
|
|
449
|
+
team: 'Data Experiences',
|
|
450
|
+
status: 'published'
|
|
451
|
+
},
|
|
452
|
+
'chart-extrapolate': {
|
|
453
|
+
keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
|
|
454
|
+
componentName: 'ChartExtrapolateIcon',
|
|
455
|
+
package: '@atlaskit/icon-lab/core/chart-extrapolate',
|
|
456
|
+
type: 'core',
|
|
457
|
+
categorization: 'multi-purpose',
|
|
458
|
+
usage: 'Known uses: Chart trend extrapolation in Analytics.',
|
|
459
|
+
team: 'Data Experiences',
|
|
460
|
+
status: 'published'
|
|
461
|
+
},
|
|
462
|
+
'chart-funnel': {
|
|
463
|
+
keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
|
|
464
|
+
componentName: 'ChartFunnelIcon',
|
|
465
|
+
package: '@atlaskit/icon-lab/core/chart-funnel',
|
|
466
|
+
type: 'core',
|
|
467
|
+
categorization: 'multi-purpose',
|
|
468
|
+
usage: 'Known uses: Chart funnels',
|
|
469
|
+
team: 'Data Experiences',
|
|
470
|
+
status: 'published'
|
|
471
|
+
},
|
|
412
472
|
'chart-scatter-plot': {
|
|
413
473
|
keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
|
|
414
474
|
componentName: 'ChartScatterPlotIcon',
|
|
@@ -520,6 +580,96 @@ const metadata = {
|
|
|
520
580
|
team: 'Whiteboards',
|
|
521
581
|
status: 'published'
|
|
522
582
|
},
|
|
583
|
+
'data-bucket': {
|
|
584
|
+
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
585
|
+
componentName: 'DataBucketIcon',
|
|
586
|
+
package: '@atlaskit/icon-lab/core/data-bucket',
|
|
587
|
+
type: 'core',
|
|
588
|
+
categorization: 'single-purpose',
|
|
589
|
+
usage: 'Reserved for bucketing data.',
|
|
590
|
+
team: 'Data Experiences',
|
|
591
|
+
status: 'published'
|
|
592
|
+
},
|
|
593
|
+
'data-formula': {
|
|
594
|
+
keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
|
|
595
|
+
componentName: 'DataFormulaIcon',
|
|
596
|
+
package: '@atlaskit/icon-lab/core/data-formula',
|
|
597
|
+
type: 'core',
|
|
598
|
+
categorization: 'single-purpose',
|
|
599
|
+
usage: 'Reserved for data formulas.',
|
|
600
|
+
team: 'Data experiences',
|
|
601
|
+
status: 'published'
|
|
602
|
+
},
|
|
603
|
+
'data-function': {
|
|
604
|
+
keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
|
|
605
|
+
componentName: 'DataFunctionIcon',
|
|
606
|
+
package: '@atlaskit/icon-lab/core/data-function',
|
|
607
|
+
type: 'core',
|
|
608
|
+
categorization: 'single-purpose',
|
|
609
|
+
usage: 'Reserved for data functions.',
|
|
610
|
+
team: 'Data Experiences',
|
|
611
|
+
status: 'published'
|
|
612
|
+
},
|
|
613
|
+
'data-pivot': {
|
|
614
|
+
keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
|
|
615
|
+
componentName: 'DataPivotIcon',
|
|
616
|
+
package: '@atlaskit/icon-lab/core/data-pivot',
|
|
617
|
+
type: 'core',
|
|
618
|
+
categorization: 'single-purpose',
|
|
619
|
+
usage: 'Reserved for pivoting data.',
|
|
620
|
+
team: 'Data Experiences',
|
|
621
|
+
status: 'published'
|
|
622
|
+
},
|
|
623
|
+
'data-transpose': {
|
|
624
|
+
keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
|
|
625
|
+
componentName: 'DataTransposeIcon',
|
|
626
|
+
package: '@atlaskit/icon-lab/core/data-transpose',
|
|
627
|
+
type: 'core',
|
|
628
|
+
categorization: 'single-purpose',
|
|
629
|
+
usage: 'Reserved for transposing data.',
|
|
630
|
+
team: 'Data Experiences',
|
|
631
|
+
status: 'published'
|
|
632
|
+
},
|
|
633
|
+
'data-unpivot': {
|
|
634
|
+
keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
|
|
635
|
+
componentName: 'DataUnpivotIcon',
|
|
636
|
+
package: '@atlaskit/icon-lab/core/data-unpivot',
|
|
637
|
+
type: 'core',
|
|
638
|
+
categorization: 'single-purpose',
|
|
639
|
+
usage: 'Reserved for unpivoting data.',
|
|
640
|
+
team: 'Data Experiences',
|
|
641
|
+
status: 'published'
|
|
642
|
+
},
|
|
643
|
+
'data-visualization-heatmap': {
|
|
644
|
+
keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
|
|
645
|
+
componentName: 'DataVisualizationHeatmapIcon',
|
|
646
|
+
package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
|
|
647
|
+
type: 'core',
|
|
648
|
+
categorization: 'single-purpose',
|
|
649
|
+
usage: 'Reserved for representing heatmap data visualizations.',
|
|
650
|
+
team: 'Data Experiences',
|
|
651
|
+
status: 'published'
|
|
652
|
+
},
|
|
653
|
+
'data-visualization-metric': {
|
|
654
|
+
keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
|
|
655
|
+
componentName: 'DataVisualizationMetricIcon',
|
|
656
|
+
package: '@atlaskit/icon-lab/core/data-visualization-metric',
|
|
657
|
+
type: 'core',
|
|
658
|
+
categorization: 'single-purpose',
|
|
659
|
+
usage: 'Reserved for single data indicator or metric visualizations.',
|
|
660
|
+
team: 'Data Experiences',
|
|
661
|
+
status: 'published'
|
|
662
|
+
},
|
|
663
|
+
'data-zero-fill': {
|
|
664
|
+
keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
|
|
665
|
+
componentName: 'DataZeroFillIcon',
|
|
666
|
+
package: '@atlaskit/icon-lab/core/data-zero-fill',
|
|
667
|
+
type: 'core',
|
|
668
|
+
categorization: 'single-purpose',
|
|
669
|
+
usage: 'Reserved for replacing empty data fields with zero.',
|
|
670
|
+
team: 'Data Experiences',
|
|
671
|
+
status: 'published'
|
|
672
|
+
},
|
|
523
673
|
'database-storage': {
|
|
524
674
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
|
|
525
675
|
componentName: 'DatabaseStorageIcon',
|
|
@@ -1175,6 +1325,16 @@ const metadata = {
|
|
|
1175
1325
|
status: 'published',
|
|
1176
1326
|
slackChannel: '@joel unger'
|
|
1177
1327
|
},
|
|
1328
|
+
key: {
|
|
1329
|
+
keywords: ['key', 'icon', 'icon-lab', 'key'],
|
|
1330
|
+
componentName: 'KeyIcon',
|
|
1331
|
+
package: '@atlaskit/icon-lab/core/key',
|
|
1332
|
+
type: 'core',
|
|
1333
|
+
categorization: 'multi-purpose',
|
|
1334
|
+
usage: 'Known uses: Foreign key or primary key of a data table.',
|
|
1335
|
+
team: 'Data Experiences',
|
|
1336
|
+
status: 'published'
|
|
1337
|
+
},
|
|
1178
1338
|
'layout-five-columns': {
|
|
1179
1339
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
|
|
1180
1340
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -1479,6 +1639,16 @@ const metadata = {
|
|
|
1479
1639
|
status: 'published',
|
|
1480
1640
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1481
1641
|
},
|
|
1642
|
+
'power-cable': {
|
|
1643
|
+
keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
|
|
1644
|
+
componentName: 'PowerCableIcon',
|
|
1645
|
+
package: '@atlaskit/icon-lab/core/power-cable',
|
|
1646
|
+
type: 'core',
|
|
1647
|
+
categorization: 'multi-purpose',
|
|
1648
|
+
usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
|
|
1649
|
+
team: 'Design System Team',
|
|
1650
|
+
status: 'published'
|
|
1651
|
+
},
|
|
1482
1652
|
'qr-code': {
|
|
1483
1653
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1484
1654
|
componentName: 'QrCodeIcon',
|
|
@@ -1957,6 +2127,16 @@ const metadata = {
|
|
|
1957
2127
|
status: 'published',
|
|
1958
2128
|
slackChannel: '#icon-contributions'
|
|
1959
2129
|
},
|
|
2130
|
+
'table-row-limit': {
|
|
2131
|
+
keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
|
|
2132
|
+
componentName: 'TableRowLimitIcon',
|
|
2133
|
+
package: '@atlaskit/icon-lab/core/table-row-limit',
|
|
2134
|
+
type: 'core',
|
|
2135
|
+
categorization: 'single-purpose',
|
|
2136
|
+
usage: 'Reserved for limiting table rows.',
|
|
2137
|
+
team: 'Data Experiences',
|
|
2138
|
+
status: 'published'
|
|
2139
|
+
},
|
|
1960
2140
|
'takeout-container': {
|
|
1961
2141
|
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
1962
2142
|
componentName: 'TakeoutContainerIcon',
|
|
@@ -2002,11 +2182,21 @@ const metadata = {
|
|
|
2002
2182
|
componentName: 'TemplateIcon',
|
|
2003
2183
|
package: '@atlaskit/icon-lab/core/template',
|
|
2004
2184
|
type: 'core',
|
|
2005
|
-
categorization: '
|
|
2006
|
-
usage: '
|
|
2185
|
+
categorization: 'single-purpose',
|
|
2186
|
+
usage: 'Reserved fore templates.',
|
|
2007
2187
|
team: 'Whiteboards',
|
|
2008
2188
|
status: 'published'
|
|
2009
2189
|
},
|
|
2190
|
+
'template-sync': {
|
|
2191
|
+
keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
|
|
2192
|
+
componentName: 'TemplateSyncIcon',
|
|
2193
|
+
package: '@atlaskit/icon-lab/core/template-sync',
|
|
2194
|
+
type: 'core',
|
|
2195
|
+
categorization: 'single-purpose',
|
|
2196
|
+
usage: 'Reserved for saving and updating templates.',
|
|
2197
|
+
team: 'Data Experiences',
|
|
2198
|
+
status: 'published'
|
|
2199
|
+
},
|
|
2010
2200
|
terminal: {
|
|
2011
2201
|
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
2012
2202
|
componentName: 'TerminalIcon',
|
|
@@ -2117,6 +2307,16 @@ const metadata = {
|
|
|
2117
2307
|
team: 'Editor AI',
|
|
2118
2308
|
status: 'published'
|
|
2119
2309
|
},
|
|
2310
|
+
'text-cursor': {
|
|
2311
|
+
keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
|
|
2312
|
+
componentName: 'TextCursorIcon',
|
|
2313
|
+
package: '@atlaskit/icon-lab/core/text-cursor',
|
|
2314
|
+
type: 'core',
|
|
2315
|
+
categorization: 'multi-purpose',
|
|
2316
|
+
usage: 'Known uses: Renaming',
|
|
2317
|
+
team: 'Data Experiences',
|
|
2318
|
+
status: 'published'
|
|
2319
|
+
},
|
|
2120
2320
|
'text-density-compress': {
|
|
2121
2321
|
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2122
2322
|
componentName: 'TextDensityCompressIcon',
|
|
@@ -2676,6 +2876,16 @@ const metadata = {
|
|
|
2676
2876
|
status: 'published',
|
|
2677
2877
|
slackChannel: '#help-automation-design'
|
|
2678
2878
|
},
|
|
2879
|
+
world: {
|
|
2880
|
+
keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
|
|
2881
|
+
componentName: 'WorldIcon',
|
|
2882
|
+
package: '@atlaskit/icon-lab/core/world',
|
|
2883
|
+
type: 'core',
|
|
2884
|
+
categorization: 'multi-purpose',
|
|
2885
|
+
usage: 'Known uses: Geographical data visualization.',
|
|
2886
|
+
team: 'Data Experiences',
|
|
2887
|
+
status: 'published'
|
|
2888
|
+
},
|
|
2679
2889
|
wrench: {
|
|
2680
2890
|
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2681
2891
|
componentName: 'WrenchIcon',
|