@atlaskit/icon-lab 5.8.0 → 5.10.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.
Files changed (101) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/core/ai-generative-text.js +2 -2
  3. package/core/arrow-end.d.ts +13 -0
  4. package/core/arrow-end.js +29 -0
  5. package/core/arrow-start.d.ts +13 -0
  6. package/core/arrow-start.js +29 -0
  7. package/core/assets-data-manager.js +2 -2
  8. package/core/assets-graph.js +2 -2
  9. package/core/assets-object-type.d.ts +13 -0
  10. package/core/assets-object-type.js +29 -0
  11. package/core/assets-object.d.ts +13 -0
  12. package/core/assets-object.js +29 -0
  13. package/core/assets-schema.js +3 -3
  14. package/core/blast-radius.d.ts +13 -0
  15. package/core/blast-radius.js +29 -0
  16. package/core/chart-bullet.d.ts +13 -0
  17. package/core/chart-bullet.js +29 -0
  18. package/core/chart-extrapolate.d.ts +13 -0
  19. package/core/chart-extrapolate.js +29 -0
  20. package/core/chart-funnel.d.ts +13 -0
  21. package/core/chart-funnel.js +29 -0
  22. package/core/dash-double.d.ts +13 -0
  23. package/core/dash-double.js +29 -0
  24. package/core/data-bucket.d.ts +13 -0
  25. package/core/data-bucket.js +29 -0
  26. package/core/data-formula.d.ts +13 -0
  27. package/core/data-formula.js +29 -0
  28. package/core/data-function.d.ts +13 -0
  29. package/core/data-function.js +29 -0
  30. package/core/data-pivot.d.ts +13 -0
  31. package/core/data-pivot.js +29 -0
  32. package/core/data-transpose.d.ts +13 -0
  33. package/core/data-transpose.js +29 -0
  34. package/core/data-unpivot.d.ts +13 -0
  35. package/core/data-unpivot.js +29 -0
  36. package/core/data-visualization-heatmap.d.ts +13 -0
  37. package/core/data-visualization-heatmap.js +29 -0
  38. package/core/data-visualization-metric.d.ts +13 -0
  39. package/core/data-visualization-metric.js +29 -0
  40. package/core/data-zero-fill.d.ts +13 -0
  41. package/core/data-zero-fill.js +29 -0
  42. package/core/directory.d.ts +13 -0
  43. package/core/directory.js +29 -0
  44. package/core/key.d.ts +13 -0
  45. package/core/key.js +29 -0
  46. package/core/power-cable.d.ts +13 -0
  47. package/core/power-cable.js +29 -0
  48. package/core/skill.d.ts +13 -0
  49. package/core/skill.js +29 -0
  50. package/core/skip-unskip.d.ts +13 -0
  51. package/core/skip-unskip.js +29 -0
  52. package/core/skip.d.ts +13 -0
  53. package/core/skip.js +29 -0
  54. package/core/table-row-limit.d.ts +13 -0
  55. package/core/table-row-limit.js +29 -0
  56. package/core/template-sync.d.ts +13 -0
  57. package/core/template-sync.js +29 -0
  58. package/core/template.js +4 -4
  59. package/core/text-cursor.d.ts +13 -0
  60. package/core/text-cursor.js +29 -0
  61. package/core/world.d.ts +13 -0
  62. package/core/world.js +29 -0
  63. package/dist/cjs/metadata-core.js +287 -4
  64. package/dist/es2019/metadata-core.js +287 -4
  65. package/dist/esm/metadata-core.js +287 -4
  66. package/dist/types/metadata-core.d.ts +1 -1
  67. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  68. package/package.json +3 -3
  69. package/svgs/core/ai-generative-text.svg +1 -1
  70. package/svgs/core/arrow-end.svg +1 -0
  71. package/svgs/core/arrow-start.svg +1 -0
  72. package/svgs/core/assets-data-manager.svg +1 -1
  73. package/svgs/core/assets-graph.svg +1 -1
  74. package/svgs/core/assets-object-type.svg +1 -0
  75. package/svgs/core/assets-object.svg +1 -0
  76. package/svgs/core/assets-schema.svg +1 -1
  77. package/svgs/core/blast-radius.svg +1 -0
  78. package/svgs/core/chart-bullet.svg +1 -0
  79. package/svgs/core/chart-extrapolate.svg +1 -0
  80. package/svgs/core/chart-funnel.svg +1 -0
  81. package/svgs/core/dash-double.svg +1 -0
  82. package/svgs/core/data-bucket.svg +1 -0
  83. package/svgs/core/data-formula.svg +1 -0
  84. package/svgs/core/data-function.svg +1 -0
  85. package/svgs/core/data-pivot.svg +1 -0
  86. package/svgs/core/data-transpose.svg +1 -0
  87. package/svgs/core/data-unpivot.svg +1 -0
  88. package/svgs/core/data-visualization-heatmap.svg +1 -0
  89. package/svgs/core/data-visualization-metric.svg +1 -0
  90. package/svgs/core/data-zero-fill.svg +1 -0
  91. package/svgs/core/directory.svg +1 -0
  92. package/svgs/core/key.svg +1 -0
  93. package/svgs/core/power-cable.svg +1 -0
  94. package/svgs/core/skill.svg +1 -0
  95. package/svgs/core/skip-unskip.svg +1 -0
  96. package/svgs/core/skip.svg +1 -0
  97. package/svgs/core/table-row-limit.svg +1 -0
  98. package/svgs/core/template-sync.svg +1 -0
  99. package/svgs/core/template.svg +1 -1
  100. package/svgs/core/text-cursor.svg +1 -0
  101. package/svgs/core/world.svg +1 -0
@@ -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::cfedb994d703e977904755bb59c54cc8>>
6
+ * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -246,6 +246,28 @@ const metadata = {
246
246
  team: 'Design System Team',
247
247
  status: 'published'
248
248
  },
249
+ 'arrow-end': {
250
+ keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
251
+ componentName: 'ArrowEndIcon',
252
+ package: '@atlaskit/icon-lab/core/arrow-end',
253
+ type: 'core',
254
+ categorization: 'multi-purpose',
255
+ usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
256
+ team: 'Strategy Collection',
257
+ status: 'published',
258
+ slackChannel: '#sc-design'
259
+ },
260
+ 'arrow-start': {
261
+ keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
262
+ componentName: 'ArrowStartIcon',
263
+ package: '@atlaskit/icon-lab/core/arrow-start',
264
+ type: 'core',
265
+ categorization: 'multi-purpose',
266
+ usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
267
+ team: 'Strategy Collection',
268
+ status: 'published',
269
+ slackChannel: '#sc-design'
270
+ },
249
271
  'arrows-diagonal-up-right-down-left': {
250
272
  keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
251
273
  componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
@@ -276,13 +298,33 @@ const metadata = {
276
298
  team: 'Assets',
277
299
  status: 'published'
278
300
  },
301
+ 'assets-object': {
302
+ keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
303
+ componentName: 'AssetsObjectIcon',
304
+ package: '@atlaskit/icon-lab/core/assets-object',
305
+ type: 'core',
306
+ categorization: 'single-purpose',
307
+ usage: 'Reserved for representing objects in Assets.',
308
+ team: 'Assets',
309
+ status: 'published'
310
+ },
311
+ 'assets-object-type': {
312
+ keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
313
+ componentName: 'AssetsObjectTypeIcon',
314
+ package: '@atlaskit/icon-lab/core/assets-object-type',
315
+ type: 'core',
316
+ categorization: 'single-purpose',
317
+ usage: 'Reserved for representing object types in Assets.',
318
+ team: 'Assets',
319
+ status: 'published'
320
+ },
279
321
  'assets-schema': {
280
322
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
281
323
  componentName: 'AssetsSchemaIcon',
282
324
  package: '@atlaskit/icon-lab/core/assets-schema',
283
325
  type: 'core',
284
326
  categorization: 'single-purpose',
285
- usage: 'Reserved for JSM Assets.',
327
+ usage: 'Reserved for representing schema in Assets.',
286
328
  team: 'Assets',
287
329
  status: 'published'
288
330
  },
@@ -316,6 +358,16 @@ const metadata = {
316
358
  team: 'Growth Buy',
317
359
  status: 'published'
318
360
  },
361
+ 'blast-radius': {
362
+ keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
363
+ componentName: 'BlastRadiusIcon',
364
+ package: '@atlaskit/icon-lab/core/blast-radius',
365
+ type: 'core',
366
+ categorization: 'single-purpose',
367
+ usage: 'Reserved for representing blast radius in Object Graph.',
368
+ team: 'JSM',
369
+ status: 'published'
370
+ },
319
371
  bluetooth: {
320
372
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
321
373
  componentName: 'BluetoothIcon',
@@ -409,6 +461,36 @@ const metadata = {
409
461
  team: 'Data Experiences',
410
462
  status: 'published'
411
463
  },
464
+ 'chart-bullet': {
465
+ keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
466
+ componentName: 'ChartBulletIcon',
467
+ package: '@atlaskit/icon-lab/core/chart-bullet',
468
+ type: 'core',
469
+ categorization: 'multi-purpose',
470
+ usage: 'Known uses: Bullet charts or graphs',
471
+ team: 'Data Experiences',
472
+ status: 'published'
473
+ },
474
+ 'chart-extrapolate': {
475
+ keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
476
+ componentName: 'ChartExtrapolateIcon',
477
+ package: '@atlaskit/icon-lab/core/chart-extrapolate',
478
+ type: 'core',
479
+ categorization: 'multi-purpose',
480
+ usage: 'Known uses: Chart trend extrapolation in Analytics.',
481
+ team: 'Data Experiences',
482
+ status: 'published'
483
+ },
484
+ 'chart-funnel': {
485
+ keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
486
+ componentName: 'ChartFunnelIcon',
487
+ package: '@atlaskit/icon-lab/core/chart-funnel',
488
+ type: 'core',
489
+ categorization: 'multi-purpose',
490
+ usage: 'Known uses: Chart funnels',
491
+ team: 'Data Experiences',
492
+ status: 'published'
493
+ },
412
494
  'chart-scatter-plot': {
413
495
  keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
414
496
  componentName: 'ChartScatterPlotIcon',
@@ -520,6 +602,107 @@ const metadata = {
520
602
  team: 'Whiteboards',
521
603
  status: 'published'
522
604
  },
605
+ 'dash-double': {
606
+ keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
607
+ componentName: 'DashDoubleIcon',
608
+ package: '@atlaskit/icon-lab/core/dash-double',
609
+ type: 'core',
610
+ categorization: 'multi-purpose',
611
+ usage: 'Known uses: representing no change or keeping a value as-is.',
612
+ team: 'Strategy Collection',
613
+ status: 'published',
614
+ slackChannel: '#sc-design'
615
+ },
616
+ 'data-bucket': {
617
+ keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
618
+ componentName: 'DataBucketIcon',
619
+ package: '@atlaskit/icon-lab/core/data-bucket',
620
+ type: 'core',
621
+ categorization: 'single-purpose',
622
+ usage: 'Reserved for bucketing data.',
623
+ team: 'Data Experiences',
624
+ status: 'published'
625
+ },
626
+ 'data-formula': {
627
+ keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
628
+ componentName: 'DataFormulaIcon',
629
+ package: '@atlaskit/icon-lab/core/data-formula',
630
+ type: 'core',
631
+ categorization: 'single-purpose',
632
+ usage: 'Reserved for data formulas.',
633
+ team: 'Data experiences',
634
+ status: 'published'
635
+ },
636
+ 'data-function': {
637
+ keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
638
+ componentName: 'DataFunctionIcon',
639
+ package: '@atlaskit/icon-lab/core/data-function',
640
+ type: 'core',
641
+ categorization: 'single-purpose',
642
+ usage: 'Reserved for data functions.',
643
+ team: 'Data Experiences',
644
+ status: 'published'
645
+ },
646
+ 'data-pivot': {
647
+ keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
648
+ componentName: 'DataPivotIcon',
649
+ package: '@atlaskit/icon-lab/core/data-pivot',
650
+ type: 'core',
651
+ categorization: 'single-purpose',
652
+ usage: 'Reserved for pivoting data.',
653
+ team: 'Data Experiences',
654
+ status: 'published'
655
+ },
656
+ 'data-transpose': {
657
+ keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
658
+ componentName: 'DataTransposeIcon',
659
+ package: '@atlaskit/icon-lab/core/data-transpose',
660
+ type: 'core',
661
+ categorization: 'single-purpose',
662
+ usage: 'Reserved for transposing data.',
663
+ team: 'Data Experiences',
664
+ status: 'published'
665
+ },
666
+ 'data-unpivot': {
667
+ keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
668
+ componentName: 'DataUnpivotIcon',
669
+ package: '@atlaskit/icon-lab/core/data-unpivot',
670
+ type: 'core',
671
+ categorization: 'single-purpose',
672
+ usage: 'Reserved for unpivoting data.',
673
+ team: 'Data Experiences',
674
+ status: 'published'
675
+ },
676
+ 'data-visualization-heatmap': {
677
+ keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
678
+ componentName: 'DataVisualizationHeatmapIcon',
679
+ package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
680
+ type: 'core',
681
+ categorization: 'single-purpose',
682
+ usage: 'Reserved for representing heatmap data visualizations.',
683
+ team: 'Data Experiences',
684
+ status: 'published'
685
+ },
686
+ 'data-visualization-metric': {
687
+ keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
688
+ componentName: 'DataVisualizationMetricIcon',
689
+ package: '@atlaskit/icon-lab/core/data-visualization-metric',
690
+ type: 'core',
691
+ categorization: 'single-purpose',
692
+ usage: 'Reserved for single data indicator or metric visualizations.',
693
+ team: 'Data Experiences',
694
+ status: 'published'
695
+ },
696
+ 'data-zero-fill': {
697
+ keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
698
+ componentName: 'DataZeroFillIcon',
699
+ package: '@atlaskit/icon-lab/core/data-zero-fill',
700
+ type: 'core',
701
+ categorization: 'single-purpose',
702
+ usage: 'Reserved for replacing empty data fields with zero.',
703
+ team: 'Data Experiences',
704
+ status: 'published'
705
+ },
523
706
  'database-storage': {
524
707
  keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
525
708
  componentName: 'DatabaseStorageIcon',
@@ -822,6 +1005,16 @@ const metadata = {
822
1005
  team: 'Whiteboards',
823
1006
  status: 'published'
824
1007
  },
1008
+ directory: {
1009
+ keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
1010
+ componentName: 'DirectoryIcon',
1011
+ package: '@atlaskit/icon-lab/core/directory',
1012
+ type: 'core',
1013
+ categorization: 'single-purpose',
1014
+ usage: 'Reserved for directory experiences.',
1015
+ team: 'Admin Hub',
1016
+ status: 'published'
1017
+ },
825
1018
  'distribute-spacing-horizontal': {
826
1019
  keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
827
1020
  componentName: 'DistributeSpacingHorizontalIcon',
@@ -1175,6 +1368,16 @@ const metadata = {
1175
1368
  status: 'published',
1176
1369
  slackChannel: '@joel unger'
1177
1370
  },
1371
+ key: {
1372
+ keywords: ['key', 'icon', 'icon-lab', 'key'],
1373
+ componentName: 'KeyIcon',
1374
+ package: '@atlaskit/icon-lab/core/key',
1375
+ type: 'core',
1376
+ categorization: 'multi-purpose',
1377
+ usage: 'Known uses: Foreign key or primary key of a data table.',
1378
+ team: 'Data Experiences',
1379
+ status: 'published'
1380
+ },
1178
1381
  'layout-five-columns': {
1179
1382
  keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
1180
1383
  componentName: 'LayoutFiveColumnsIcon',
@@ -1479,6 +1682,16 @@ const metadata = {
1479
1682
  status: 'published',
1480
1683
  slackChannel: '#feedback-loom-vizrefresh'
1481
1684
  },
1685
+ 'power-cable': {
1686
+ keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
1687
+ componentName: 'PowerCableIcon',
1688
+ package: '@atlaskit/icon-lab/core/power-cable',
1689
+ type: 'core',
1690
+ categorization: 'multi-purpose',
1691
+ usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
1692
+ team: 'Design System Team',
1693
+ status: 'published'
1694
+ },
1482
1695
  'qr-code': {
1483
1696
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
1484
1697
  componentName: 'QrCodeIcon',
@@ -1733,6 +1946,36 @@ const metadata = {
1733
1946
  team: 'Design System Team',
1734
1947
  status: 'published'
1735
1948
  },
1949
+ skill: {
1950
+ keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
1951
+ componentName: 'SkillIcon',
1952
+ package: '@atlaskit/icon-lab/core/skill',
1953
+ type: 'core',
1954
+ categorization: 'single-purpose',
1955
+ usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
1956
+ team: 'Studio',
1957
+ status: 'published'
1958
+ },
1959
+ skip: {
1960
+ keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
1961
+ componentName: 'SkipIcon',
1962
+ package: '@atlaskit/icon-lab/core/skip',
1963
+ type: 'core',
1964
+ categorization: 'single-purpose',
1965
+ usage: 'Reserved for skipping steps.',
1966
+ team: 'Automation',
1967
+ status: 'published'
1968
+ },
1969
+ 'skip-unskip': {
1970
+ keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
1971
+ componentName: 'SkipUnskipIcon',
1972
+ package: '@atlaskit/icon-lab/core/skip-unskip',
1973
+ type: 'core',
1974
+ categorization: 'single-purpose',
1975
+ usage: 'Reserved for reinstating a previously skipped step.',
1976
+ team: 'Automation',
1977
+ status: 'published'
1978
+ },
1736
1979
  'sort-options': {
1737
1980
  keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
1738
1981
  componentName: 'SortOptionsIcon',
@@ -1957,6 +2200,16 @@ const metadata = {
1957
2200
  status: 'published',
1958
2201
  slackChannel: '#icon-contributions'
1959
2202
  },
2203
+ 'table-row-limit': {
2204
+ keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
2205
+ componentName: 'TableRowLimitIcon',
2206
+ package: '@atlaskit/icon-lab/core/table-row-limit',
2207
+ type: 'core',
2208
+ categorization: 'single-purpose',
2209
+ usage: 'Reserved for limiting table rows.',
2210
+ team: 'Data Experiences',
2211
+ status: 'published'
2212
+ },
1960
2213
  'takeout-container': {
1961
2214
  keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
1962
2215
  componentName: 'TakeoutContainerIcon',
@@ -2002,11 +2255,21 @@ const metadata = {
2002
2255
  componentName: 'TemplateIcon',
2003
2256
  package: '@atlaskit/icon-lab/core/template',
2004
2257
  type: 'core',
2005
- categorization: 'multi-purpose',
2006
- usage: 'Used for templates in Whiteboards',
2258
+ categorization: 'single-purpose',
2259
+ usage: 'Reserved fore templates.',
2007
2260
  team: 'Whiteboards',
2008
2261
  status: 'published'
2009
2262
  },
2263
+ 'template-sync': {
2264
+ keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
2265
+ componentName: 'TemplateSyncIcon',
2266
+ package: '@atlaskit/icon-lab/core/template-sync',
2267
+ type: 'core',
2268
+ categorization: 'single-purpose',
2269
+ usage: 'Reserved for saving and updating templates.',
2270
+ team: 'Data Experiences',
2271
+ status: 'published'
2272
+ },
2010
2273
  terminal: {
2011
2274
  keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
2012
2275
  componentName: 'TerminalIcon',
@@ -2117,6 +2380,16 @@ const metadata = {
2117
2380
  team: 'Editor AI',
2118
2381
  status: 'published'
2119
2382
  },
2383
+ 'text-cursor': {
2384
+ keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
2385
+ componentName: 'TextCursorIcon',
2386
+ package: '@atlaskit/icon-lab/core/text-cursor',
2387
+ type: 'core',
2388
+ categorization: 'multi-purpose',
2389
+ usage: 'Known uses: Renaming',
2390
+ team: 'Data Experiences',
2391
+ status: 'published'
2392
+ },
2120
2393
  'text-density-compress': {
2121
2394
  keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
2122
2395
  componentName: 'TextDensityCompressIcon',
@@ -2676,6 +2949,16 @@ const metadata = {
2676
2949
  status: 'published',
2677
2950
  slackChannel: '#help-automation-design'
2678
2951
  },
2952
+ world: {
2953
+ keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
2954
+ componentName: 'WorldIcon',
2955
+ package: '@atlaskit/icon-lab/core/world',
2956
+ type: 'core',
2957
+ categorization: 'multi-purpose',
2958
+ usage: 'Known uses: Geographical data visualization.',
2959
+ team: 'Data Experiences',
2960
+ status: 'published'
2961
+ },
2679
2962
  wrench: {
2680
2963
  keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
2681
2964
  componentName: 'WrenchIcon',