@atlaskit/icon-lab 4.10.0 → 4.12.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 (79) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/core/hand-clenched.d.ts +13 -0
  3. package/core/hand-clenched.js +28 -0
  4. package/core/hourglass.d.ts +13 -0
  5. package/core/hourglass.js +28 -0
  6. package/core/initiative.js +2 -2
  7. package/core/shape-comment-left.d.ts +13 -0
  8. package/core/shape-comment-left.js +28 -0
  9. package/core/shape-comment-right.d.ts +13 -0
  10. package/core/shape-comment-right.js +28 -0
  11. package/core/shape-database.d.ts +13 -0
  12. package/core/shape-database.js +28 -0
  13. package/core/shape-delay.d.ts +13 -0
  14. package/core/shape-delay.js +28 -0
  15. package/core/shape-display.d.ts +13 -0
  16. package/core/shape-display.js +28 -0
  17. package/core/shape-document-symbol.d.ts +13 -0
  18. package/core/shape-document-symbol.js +28 -0
  19. package/core/shape-hard-disk.d.ts +13 -0
  20. package/core/shape-hard-disk.js +28 -0
  21. package/core/shape-internal-storage.d.ts +13 -0
  22. package/core/shape-internal-storage.js +28 -0
  23. package/core/shape-manual-input.d.ts +13 -0
  24. package/core/shape-manual-input.js +28 -0
  25. package/core/shape-manual-operation-symbol.d.ts +13 -0
  26. package/core/shape-manual-operation-symbol.js +28 -0
  27. package/core/shape-mindmap.d.ts +13 -0
  28. package/core/shape-mindmap.js +28 -0
  29. package/core/shape-multiple-documents.d.ts +13 -0
  30. package/core/shape-multiple-documents.js +28 -0
  31. package/core/shape-off-page.d.ts +13 -0
  32. package/core/shape-off-page.js +28 -0
  33. package/core/shape-predefined-process.d.ts +13 -0
  34. package/core/shape-predefined-process.js +28 -0
  35. package/core/shape-preparation-symbol.d.ts +13 -0
  36. package/core/shape-preparation-symbol.js +28 -0
  37. package/core/shape-start-end.d.ts +13 -0
  38. package/core/shape-start-end.js +28 -0
  39. package/core/shape-stored-data.d.ts +13 -0
  40. package/core/shape-stored-data.js +28 -0
  41. package/core/shape-summing-junction-cross.d.ts +13 -0
  42. package/core/shape-summing-junction-cross.js +28 -0
  43. package/core/shape-summing-junction-plus.d.ts +13 -0
  44. package/core/shape-summing-junction-plus.js +28 -0
  45. package/core/speedometer-up.js +2 -2
  46. package/core/text-subscript.d.ts +13 -0
  47. package/core/text-subscript.js +28 -0
  48. package/core/text-superscript.d.ts +13 -0
  49. package/core/text-superscript.js +28 -0
  50. package/dist/cjs/metadata-core.js +238 -5
  51. package/dist/es2019/metadata-core.js +238 -5
  52. package/dist/esm/metadata-core.js +238 -5
  53. package/dist/types/metadata-core.d.ts +1 -1
  54. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  55. package/package.json +3 -3
  56. package/svgs/core/hand-clenched.svg +1 -0
  57. package/svgs/core/hourglass.svg +1 -0
  58. package/svgs/core/shape-comment-left.svg +1 -0
  59. package/svgs/core/shape-comment-right.svg +1 -0
  60. package/svgs/core/shape-database.svg +1 -0
  61. package/svgs/core/shape-delay.svg +1 -0
  62. package/svgs/core/shape-display.svg +1 -0
  63. package/svgs/core/shape-document-symbol.svg +1 -0
  64. package/svgs/core/shape-hard-disk.svg +1 -0
  65. package/svgs/core/shape-internal-storage.svg +1 -0
  66. package/svgs/core/shape-manual-input.svg +1 -0
  67. package/svgs/core/shape-manual-operation-symbol.svg +1 -0
  68. package/svgs/core/shape-mindmap.svg +1 -0
  69. package/svgs/core/shape-multiple-documents.svg +1 -0
  70. package/svgs/core/shape-off-page.svg +1 -0
  71. package/svgs/core/shape-predefined-process.svg +1 -0
  72. package/svgs/core/shape-preparation-symbol.svg +1 -0
  73. package/svgs/core/shape-start-end.svg +1 -0
  74. package/svgs/core/shape-stored-data.svg +1 -0
  75. package/svgs/core/shape-summing-junction-cross.svg +1 -0
  76. package/svgs/core/shape-summing-junction-plus.svg +1 -0
  77. package/svgs/core/speedometer-up.svg +1 -1
  78. package/svgs/core/text-subscript.svg +1 -0
  79. package/svgs/core/text-superscript.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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
12
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -456,7 +456,7 @@ var metadata = {
456
456
  categorization: 'multi-purpose',
457
457
  usage: 'For drawing and annotation',
458
458
  team: 'Design System Team',
459
- status: 'ready-to-publish',
459
+ status: 'published',
460
460
  slackChannel: '#icon-contributions'
461
461
  },
462
462
  'drop-shadow': {
@@ -583,6 +583,16 @@ var metadata = {
583
583
  team: 'Whiteboards',
584
584
  status: 'published'
585
585
  },
586
+ 'hand-clenched': {
587
+ keywords: ['hand-clenched', 'handclenched', 'icon', 'icon-lab', 'core', 'whiteboards', 'grab'],
588
+ componentName: 'HandClenchedIcon',
589
+ package: '@atlaskit/icon-lab/core/hand-clenched',
590
+ type: 'core',
591
+ categorization: 'single-purpose',
592
+ usage: 'Grabbing elements in whiteboards',
593
+ team: 'Whiteboards',
594
+ status: 'ready-to-publish'
595
+ },
586
596
  history: {
587
597
  keywords: ['history', 'icon', 'icon-lab', 'core', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
588
598
  componentName: 'HistoryIcon',
@@ -594,6 +604,17 @@ var metadata = {
594
604
  status: 'published',
595
605
  slackChannel: '#feedback-loom-vizrefresh'
596
606
  },
607
+ hourglass: {
608
+ keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
609
+ componentName: 'HourglassIcon',
610
+ package: '@atlaskit/icon-lab/core/hourglass',
611
+ type: 'core',
612
+ categorization: 'multi-purpose',
613
+ usage: 'Aging or expiring items',
614
+ team: 'Trello',
615
+ status: 'published',
616
+ slackChannel: 'joel unger'
617
+ },
597
618
  'if-else': {
598
619
  keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
599
620
  componentName: 'IfElseIcon',
@@ -637,12 +658,12 @@ var metadata = {
637
658
  status: 'published'
638
659
  },
639
660
  initiative: {
640
- keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
661
+ keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
641
662
  componentName: 'InitiativeIcon',
642
663
  package: '@atlaskit/icon-lab/core/initiative',
643
664
  type: 'core',
644
665
  categorization: 'single-purpose',
645
- usage: 'Representing Jira Initiatives',
666
+ usage: 'Reserved for initiative work type.',
646
667
  team: 'Jira Enterprise',
647
668
  status: 'published'
648
669
  },
@@ -1072,6 +1093,46 @@ var metadata = {
1072
1093
  team: 'Whiteboards',
1073
1094
  status: 'published'
1074
1095
  },
1096
+ 'shape-comment-left': {
1097
+ keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
1098
+ componentName: 'ShapeCommentLeftIcon',
1099
+ package: '@atlaskit/icon-lab/core/shape-comment-left',
1100
+ type: 'core',
1101
+ categorization: 'single-purpose',
1102
+ usage: 'Creating a shape for commenting (left)',
1103
+ team: 'Whiteboards',
1104
+ status: 'ready-to-publish'
1105
+ },
1106
+ 'shape-comment-right': {
1107
+ keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
1108
+ componentName: 'ShapeCommentRightIcon',
1109
+ package: '@atlaskit/icon-lab/core/shape-comment-right',
1110
+ type: 'core',
1111
+ categorization: 'single-purpose',
1112
+ usage: 'Creating a shape for commenting (right)',
1113
+ team: 'Whiteboards',
1114
+ status: 'ready-to-publish'
1115
+ },
1116
+ 'shape-database': {
1117
+ keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1118
+ componentName: 'ShapeDatabaseIcon',
1119
+ package: '@atlaskit/icon-lab/core/shape-database',
1120
+ type: 'core',
1121
+ categorization: 'single-purpose',
1122
+ usage: 'Creating a shape for databases in whiteboards',
1123
+ team: 'Whiteboards',
1124
+ status: 'ready-to-publish'
1125
+ },
1126
+ 'shape-delay': {
1127
+ keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1128
+ componentName: 'ShapeDelayIcon',
1129
+ package: '@atlaskit/icon-lab/core/shape-delay',
1130
+ type: 'core',
1131
+ categorization: 'single-purpose',
1132
+ usage: 'Creating a shape for a delay in Whiteboards.',
1133
+ team: 'Whiteboards',
1134
+ status: 'ready-to-publish'
1135
+ },
1075
1136
  'shape-diamond': {
1076
1137
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
1077
1138
  componentName: 'ShapeDiamondIcon',
@@ -1082,6 +1143,26 @@ var metadata = {
1082
1143
  team: 'Whiteboards',
1083
1144
  status: 'published'
1084
1145
  },
1146
+ 'shape-display': {
1147
+ keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1148
+ componentName: 'ShapeDisplayIcon',
1149
+ package: '@atlaskit/icon-lab/core/shape-display',
1150
+ type: 'core',
1151
+ categorization: 'single-purpose',
1152
+ usage: 'Creating a shape for display in whiteboards',
1153
+ team: 'Whiteboards',
1154
+ status: 'ready-to-publish'
1155
+ },
1156
+ 'shape-document-symbol': {
1157
+ keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1158
+ componentName: 'ShapeDocumentSymbolIcon',
1159
+ package: '@atlaskit/icon-lab/core/shape-document-symbol',
1160
+ type: 'core',
1161
+ categorization: 'single-purpose',
1162
+ usage: 'Creating a document shape in Whiteboards',
1163
+ team: 'Whiteboards',
1164
+ status: 'ready-to-publish'
1165
+ },
1085
1166
  'shape-ellipse': {
1086
1167
  keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
1087
1168
  componentName: 'ShapeEllipseIcon',
@@ -1092,6 +1173,76 @@ var metadata = {
1092
1173
  team: 'Whiteboards',
1093
1174
  status: 'published'
1094
1175
  },
1176
+ 'shape-hard-disk': {
1177
+ keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1178
+ componentName: 'ShapeHardDiskIcon',
1179
+ package: '@atlaskit/icon-lab/core/shape-hard-disk',
1180
+ type: 'core',
1181
+ categorization: 'single-purpose',
1182
+ usage: 'Creating a shape for a hard disk in Whiteboards',
1183
+ team: 'Whiteboards',
1184
+ status: 'ready-to-publish'
1185
+ },
1186
+ 'shape-internal-storage': {
1187
+ keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1188
+ componentName: 'ShapeInternalStorageIcon',
1189
+ package: '@atlaskit/icon-lab/core/shape-internal-storage',
1190
+ type: 'core',
1191
+ categorization: 'single-purpose',
1192
+ usage: 'Creating a shape for internal storage in Whiteboards',
1193
+ team: 'Whiteboards',
1194
+ status: 'ready-to-publish'
1195
+ },
1196
+ 'shape-manual-input': {
1197
+ keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1198
+ componentName: 'ShapeManualInputIcon',
1199
+ package: '@atlaskit/icon-lab/core/shape-manual-input',
1200
+ type: 'core',
1201
+ categorization: 'single-purpose',
1202
+ usage: 'Creating a shape for manual input in whiteboards',
1203
+ team: 'Whiteboards',
1204
+ status: 'ready-to-publish'
1205
+ },
1206
+ 'shape-manual-operation-symbol': {
1207
+ keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1208
+ componentName: 'ShapeManualOperationSymbolIcon',
1209
+ package: '@atlaskit/icon-lab/core/shape-manual-operation-symbol',
1210
+ type: 'core',
1211
+ categorization: 'single-purpose',
1212
+ usage: 'Creating a shape for manual operation in Whiteboards',
1213
+ team: 'Whiteboards',
1214
+ status: 'ready-to-publish'
1215
+ },
1216
+ 'shape-mindmap': {
1217
+ keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'mind', 'map'],
1218
+ componentName: 'ShapeMindmapIcon',
1219
+ package: '@atlaskit/icon-lab/core/shape-mindmap',
1220
+ type: 'core',
1221
+ categorization: 'single-purpose',
1222
+ usage: 'Creating a mind map shape in Whiteboards',
1223
+ team: 'Whiteboards',
1224
+ status: 'ready-to-publish'
1225
+ },
1226
+ 'shape-multiple-documents': {
1227
+ keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'documents'],
1228
+ componentName: 'ShapeMultipleDocumentsIcon',
1229
+ package: '@atlaskit/icon-lab/core/shape-multiple-documents',
1230
+ type: 'core',
1231
+ categorization: 'single-purpose',
1232
+ usage: 'Creating a shape for multiple documents in whiteboards',
1233
+ team: 'Whiteboards',
1234
+ status: 'ready-to-publish'
1235
+ },
1236
+ 'shape-off-page': {
1237
+ keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram'],
1238
+ componentName: 'ShapeOffPageIcon',
1239
+ package: '@atlaskit/icon-lab/core/shape-off-page',
1240
+ type: 'core',
1241
+ categorization: 'single-purpose',
1242
+ usage: 'Creating a shape for off page in Whiteboards',
1243
+ team: 'Whiteboards',
1244
+ status: 'ready-to-publish'
1245
+ },
1095
1246
  'shape-parallelogram-skew-left': {
1096
1247
  keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
1097
1248
  componentName: 'ShapeParallelogramSkewLeftIcon',
@@ -1112,6 +1263,26 @@ var metadata = {
1112
1263
  team: 'Whiteboards',
1113
1264
  status: 'published'
1114
1265
  },
1266
+ 'shape-predefined-process': {
1267
+ keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1268
+ componentName: 'ShapePredefinedProcessIcon',
1269
+ package: '@atlaskit/icon-lab/core/shape-predefined-process',
1270
+ type: 'core',
1271
+ categorization: 'single-purpose',
1272
+ usage: 'Creating a shape for predefined process in whiteboards',
1273
+ team: 'Whiteboards',
1274
+ status: 'ready-to-publish'
1275
+ },
1276
+ 'shape-preparation-symbol': {
1277
+ keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram'],
1278
+ componentName: 'ShapePreparationSymbolIcon',
1279
+ package: '@atlaskit/icon-lab/core/shape-preparation-symbol',
1280
+ type: 'core',
1281
+ categorization: 'single-purpose',
1282
+ usage: 'Creating a shape for preparing in whiteboards',
1283
+ team: 'Whiteboards',
1284
+ status: 'ready-to-publish'
1285
+ },
1115
1286
  'shape-rectangle': {
1116
1287
  keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
1117
1288
  componentName: 'ShapeRectangleIcon',
@@ -1132,6 +1303,46 @@ var metadata = {
1132
1303
  team: 'Whiteboards',
1133
1304
  status: 'published'
1134
1305
  },
1306
+ 'shape-start-end': {
1307
+ keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1308
+ componentName: 'ShapeStartEndIcon',
1309
+ package: '@atlaskit/icon-lab/core/shape-start-end',
1310
+ type: 'core',
1311
+ categorization: 'single-purpose',
1312
+ usage: 'Creating a shape for start end in Whiteboards',
1313
+ team: 'Whiteboards',
1314
+ status: 'ready-to-publish'
1315
+ },
1316
+ 'shape-stored-data': {
1317
+ keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1318
+ componentName: 'ShapeStoredDataIcon',
1319
+ package: '@atlaskit/icon-lab/core/shape-stored-data',
1320
+ type: 'core',
1321
+ categorization: 'single-purpose',
1322
+ usage: 'Creating a shape for stored data in whiteboards',
1323
+ team: 'Whiteboards',
1324
+ status: 'ready-to-publish'
1325
+ },
1326
+ 'shape-summing-junction-cross': {
1327
+ keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1328
+ componentName: 'ShapeSummingJunctionCrossIcon',
1329
+ package: '@atlaskit/icon-lab/core/shape-summing-junction-cross',
1330
+ type: 'core',
1331
+ categorization: 'single-purpose',
1332
+ usage: 'Creating a shape for summing junction plus in whiteboards',
1333
+ team: 'Whiteboards',
1334
+ status: 'ready-to-publish'
1335
+ },
1336
+ 'shape-summing-junction-plus': {
1337
+ keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1338
+ componentName: 'ShapeSummingJunctionPlusIcon',
1339
+ package: '@atlaskit/icon-lab/core/shape-summing-junction-plus',
1340
+ type: 'core',
1341
+ categorization: 'single-purpose',
1342
+ usage: 'Creating a shape for summing junction plus in whiteboards',
1343
+ team: 'Whiteboards',
1344
+ status: 'ready-to-publish'
1345
+ },
1135
1346
  'shape-triangle': {
1136
1347
  keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
1137
1348
  componentName: 'ShapeTriangleIcon',
@@ -1679,6 +1890,28 @@ var metadata = {
1679
1890
  team: 'Editor AI',
1680
1891
  status: 'published'
1681
1892
  },
1893
+ 'text-subscript': {
1894
+ keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
1895
+ componentName: 'TextSubscriptIcon',
1896
+ package: '@atlaskit/icon-lab/core/text-subscript',
1897
+ type: 'core',
1898
+ categorization: 'single-purpose',
1899
+ usage: 'Reserved for subscript text formatting.',
1900
+ team: 'Editor',
1901
+ status: 'published',
1902
+ slackChannel: '#editor-design'
1903
+ },
1904
+ 'text-superscript': {
1905
+ keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
1906
+ componentName: 'TextSuperscriptIcon',
1907
+ package: '@atlaskit/icon-lab/core/text-superscript',
1908
+ type: 'core',
1909
+ categorization: 'single-purpose',
1910
+ usage: 'Reserved for superscript text formatting.',
1911
+ team: 'Editor',
1912
+ status: 'published',
1913
+ slackChannel: '#Editor-design'
1914
+ },
1682
1915
  'text-underline-strikethrough': {
1683
1916
  keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
1684
1917
  componentName: 'TextUnderlineStrikethroughIcon',
@@ -2019,7 +2252,7 @@ var metadata = {
2019
2252
  slackChannel: '#cc-insights-and-reporting'
2020
2253
  },
2021
2254
  'work-item-add': {
2022
- keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
2255
+ keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
2023
2256
  componentName: 'WorkItemAddIcon',
2024
2257
  package: '@atlaskit/icon-lab/core/work-item-add',
2025
2258
  type: 'core',
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
6
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -450,7 +450,7 @@ const metadata = {
450
450
  categorization: 'multi-purpose',
451
451
  usage: 'For drawing and annotation',
452
452
  team: 'Design System Team',
453
- status: 'ready-to-publish',
453
+ status: 'published',
454
454
  slackChannel: '#icon-contributions'
455
455
  },
456
456
  'drop-shadow': {
@@ -577,6 +577,16 @@ const metadata = {
577
577
  team: 'Whiteboards',
578
578
  status: 'published'
579
579
  },
580
+ 'hand-clenched': {
581
+ keywords: ['hand-clenched', 'handclenched', 'icon', 'icon-lab', 'core', 'whiteboards', 'grab'],
582
+ componentName: 'HandClenchedIcon',
583
+ package: '@atlaskit/icon-lab/core/hand-clenched',
584
+ type: 'core',
585
+ categorization: 'single-purpose',
586
+ usage: 'Grabbing elements in whiteboards',
587
+ team: 'Whiteboards',
588
+ status: 'ready-to-publish'
589
+ },
580
590
  history: {
581
591
  keywords: ['history', 'icon', 'icon-lab', 'core', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
582
592
  componentName: 'HistoryIcon',
@@ -588,6 +598,17 @@ const metadata = {
588
598
  status: 'published',
589
599
  slackChannel: '#feedback-loom-vizrefresh'
590
600
  },
601
+ hourglass: {
602
+ keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
603
+ componentName: 'HourglassIcon',
604
+ package: '@atlaskit/icon-lab/core/hourglass',
605
+ type: 'core',
606
+ categorization: 'multi-purpose',
607
+ usage: 'Aging or expiring items',
608
+ team: 'Trello',
609
+ status: 'published',
610
+ slackChannel: 'joel unger'
611
+ },
591
612
  'if-else': {
592
613
  keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
593
614
  componentName: 'IfElseIcon',
@@ -631,12 +652,12 @@ const metadata = {
631
652
  status: 'published'
632
653
  },
633
654
  initiative: {
634
- keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
655
+ keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
635
656
  componentName: 'InitiativeIcon',
636
657
  package: '@atlaskit/icon-lab/core/initiative',
637
658
  type: 'core',
638
659
  categorization: 'single-purpose',
639
- usage: 'Representing Jira Initiatives',
660
+ usage: 'Reserved for initiative work type.',
640
661
  team: 'Jira Enterprise',
641
662
  status: 'published'
642
663
  },
@@ -1066,6 +1087,46 @@ const metadata = {
1066
1087
  team: 'Whiteboards',
1067
1088
  status: 'published'
1068
1089
  },
1090
+ 'shape-comment-left': {
1091
+ keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
1092
+ componentName: 'ShapeCommentLeftIcon',
1093
+ package: '@atlaskit/icon-lab/core/shape-comment-left',
1094
+ type: 'core',
1095
+ categorization: 'single-purpose',
1096
+ usage: 'Creating a shape for commenting (left)',
1097
+ team: 'Whiteboards',
1098
+ status: 'ready-to-publish'
1099
+ },
1100
+ 'shape-comment-right': {
1101
+ keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
1102
+ componentName: 'ShapeCommentRightIcon',
1103
+ package: '@atlaskit/icon-lab/core/shape-comment-right',
1104
+ type: 'core',
1105
+ categorization: 'single-purpose',
1106
+ usage: 'Creating a shape for commenting (right)',
1107
+ team: 'Whiteboards',
1108
+ status: 'ready-to-publish'
1109
+ },
1110
+ 'shape-database': {
1111
+ keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1112
+ componentName: 'ShapeDatabaseIcon',
1113
+ package: '@atlaskit/icon-lab/core/shape-database',
1114
+ type: 'core',
1115
+ categorization: 'single-purpose',
1116
+ usage: 'Creating a shape for databases in whiteboards',
1117
+ team: 'Whiteboards',
1118
+ status: 'ready-to-publish'
1119
+ },
1120
+ 'shape-delay': {
1121
+ keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1122
+ componentName: 'ShapeDelayIcon',
1123
+ package: '@atlaskit/icon-lab/core/shape-delay',
1124
+ type: 'core',
1125
+ categorization: 'single-purpose',
1126
+ usage: 'Creating a shape for a delay in Whiteboards.',
1127
+ team: 'Whiteboards',
1128
+ status: 'ready-to-publish'
1129
+ },
1069
1130
  'shape-diamond': {
1070
1131
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
1071
1132
  componentName: 'ShapeDiamondIcon',
@@ -1076,6 +1137,26 @@ const metadata = {
1076
1137
  team: 'Whiteboards',
1077
1138
  status: 'published'
1078
1139
  },
1140
+ 'shape-display': {
1141
+ keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1142
+ componentName: 'ShapeDisplayIcon',
1143
+ package: '@atlaskit/icon-lab/core/shape-display',
1144
+ type: 'core',
1145
+ categorization: 'single-purpose',
1146
+ usage: 'Creating a shape for display in whiteboards',
1147
+ team: 'Whiteboards',
1148
+ status: 'ready-to-publish'
1149
+ },
1150
+ 'shape-document-symbol': {
1151
+ keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1152
+ componentName: 'ShapeDocumentSymbolIcon',
1153
+ package: '@atlaskit/icon-lab/core/shape-document-symbol',
1154
+ type: 'core',
1155
+ categorization: 'single-purpose',
1156
+ usage: 'Creating a document shape in Whiteboards',
1157
+ team: 'Whiteboards',
1158
+ status: 'ready-to-publish'
1159
+ },
1079
1160
  'shape-ellipse': {
1080
1161
  keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
1081
1162
  componentName: 'ShapeEllipseIcon',
@@ -1086,6 +1167,76 @@ const metadata = {
1086
1167
  team: 'Whiteboards',
1087
1168
  status: 'published'
1088
1169
  },
1170
+ 'shape-hard-disk': {
1171
+ keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1172
+ componentName: 'ShapeHardDiskIcon',
1173
+ package: '@atlaskit/icon-lab/core/shape-hard-disk',
1174
+ type: 'core',
1175
+ categorization: 'single-purpose',
1176
+ usage: 'Creating a shape for a hard disk in Whiteboards',
1177
+ team: 'Whiteboards',
1178
+ status: 'ready-to-publish'
1179
+ },
1180
+ 'shape-internal-storage': {
1181
+ keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
1182
+ componentName: 'ShapeInternalStorageIcon',
1183
+ package: '@atlaskit/icon-lab/core/shape-internal-storage',
1184
+ type: 'core',
1185
+ categorization: 'single-purpose',
1186
+ usage: 'Creating a shape for internal storage in Whiteboards',
1187
+ team: 'Whiteboards',
1188
+ status: 'ready-to-publish'
1189
+ },
1190
+ 'shape-manual-input': {
1191
+ keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1192
+ componentName: 'ShapeManualInputIcon',
1193
+ package: '@atlaskit/icon-lab/core/shape-manual-input',
1194
+ type: 'core',
1195
+ categorization: 'single-purpose',
1196
+ usage: 'Creating a shape for manual input in whiteboards',
1197
+ team: 'Whiteboards',
1198
+ status: 'ready-to-publish'
1199
+ },
1200
+ 'shape-manual-operation-symbol': {
1201
+ keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1202
+ componentName: 'ShapeManualOperationSymbolIcon',
1203
+ package: '@atlaskit/icon-lab/core/shape-manual-operation-symbol',
1204
+ type: 'core',
1205
+ categorization: 'single-purpose',
1206
+ usage: 'Creating a shape for manual operation in Whiteboards',
1207
+ team: 'Whiteboards',
1208
+ status: 'ready-to-publish'
1209
+ },
1210
+ 'shape-mindmap': {
1211
+ keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'mind', 'map'],
1212
+ componentName: 'ShapeMindmapIcon',
1213
+ package: '@atlaskit/icon-lab/core/shape-mindmap',
1214
+ type: 'core',
1215
+ categorization: 'single-purpose',
1216
+ usage: 'Creating a mind map shape in Whiteboards',
1217
+ team: 'Whiteboards',
1218
+ status: 'ready-to-publish'
1219
+ },
1220
+ 'shape-multiple-documents': {
1221
+ keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'documents'],
1222
+ componentName: 'ShapeMultipleDocumentsIcon',
1223
+ package: '@atlaskit/icon-lab/core/shape-multiple-documents',
1224
+ type: 'core',
1225
+ categorization: 'single-purpose',
1226
+ usage: 'Creating a shape for multiple documents in whiteboards',
1227
+ team: 'Whiteboards',
1228
+ status: 'ready-to-publish'
1229
+ },
1230
+ 'shape-off-page': {
1231
+ keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram'],
1232
+ componentName: 'ShapeOffPageIcon',
1233
+ package: '@atlaskit/icon-lab/core/shape-off-page',
1234
+ type: 'core',
1235
+ categorization: 'single-purpose',
1236
+ usage: 'Creating a shape for off page in Whiteboards',
1237
+ team: 'Whiteboards',
1238
+ status: 'ready-to-publish'
1239
+ },
1089
1240
  'shape-parallelogram-skew-left': {
1090
1241
  keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
1091
1242
  componentName: 'ShapeParallelogramSkewLeftIcon',
@@ -1106,6 +1257,26 @@ const metadata = {
1106
1257
  team: 'Whiteboards',
1107
1258
  status: 'published'
1108
1259
  },
1260
+ 'shape-predefined-process': {
1261
+ keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1262
+ componentName: 'ShapePredefinedProcessIcon',
1263
+ package: '@atlaskit/icon-lab/core/shape-predefined-process',
1264
+ type: 'core',
1265
+ categorization: 'single-purpose',
1266
+ usage: 'Creating a shape for predefined process in whiteboards',
1267
+ team: 'Whiteboards',
1268
+ status: 'ready-to-publish'
1269
+ },
1270
+ 'shape-preparation-symbol': {
1271
+ keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram'],
1272
+ componentName: 'ShapePreparationSymbolIcon',
1273
+ package: '@atlaskit/icon-lab/core/shape-preparation-symbol',
1274
+ type: 'core',
1275
+ categorization: 'single-purpose',
1276
+ usage: 'Creating a shape for preparing in whiteboards',
1277
+ team: 'Whiteboards',
1278
+ status: 'ready-to-publish'
1279
+ },
1109
1280
  'shape-rectangle': {
1110
1281
  keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
1111
1282
  componentName: 'ShapeRectangleIcon',
@@ -1126,6 +1297,46 @@ const metadata = {
1126
1297
  team: 'Whiteboards',
1127
1298
  status: 'published'
1128
1299
  },
1300
+ 'shape-start-end': {
1301
+ keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1302
+ componentName: 'ShapeStartEndIcon',
1303
+ package: '@atlaskit/icon-lab/core/shape-start-end',
1304
+ type: 'core',
1305
+ categorization: 'single-purpose',
1306
+ usage: 'Creating a shape for start end in Whiteboards',
1307
+ team: 'Whiteboards',
1308
+ status: 'ready-to-publish'
1309
+ },
1310
+ 'shape-stored-data': {
1311
+ keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1312
+ componentName: 'ShapeStoredDataIcon',
1313
+ package: '@atlaskit/icon-lab/core/shape-stored-data',
1314
+ type: 'core',
1315
+ categorization: 'single-purpose',
1316
+ usage: 'Creating a shape for stored data in whiteboards',
1317
+ team: 'Whiteboards',
1318
+ status: 'ready-to-publish'
1319
+ },
1320
+ 'shape-summing-junction-cross': {
1321
+ keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
1322
+ componentName: 'ShapeSummingJunctionCrossIcon',
1323
+ package: '@atlaskit/icon-lab/core/shape-summing-junction-cross',
1324
+ type: 'core',
1325
+ categorization: 'single-purpose',
1326
+ usage: 'Creating a shape for summing junction plus in whiteboards',
1327
+ team: 'Whiteboards',
1328
+ status: 'ready-to-publish'
1329
+ },
1330
+ 'shape-summing-junction-plus': {
1331
+ keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
1332
+ componentName: 'ShapeSummingJunctionPlusIcon',
1333
+ package: '@atlaskit/icon-lab/core/shape-summing-junction-plus',
1334
+ type: 'core',
1335
+ categorization: 'single-purpose',
1336
+ usage: 'Creating a shape for summing junction plus in whiteboards',
1337
+ team: 'Whiteboards',
1338
+ status: 'ready-to-publish'
1339
+ },
1129
1340
  'shape-triangle': {
1130
1341
  keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
1131
1342
  componentName: 'ShapeTriangleIcon',
@@ -1673,6 +1884,28 @@ const metadata = {
1673
1884
  team: 'Editor AI',
1674
1885
  status: 'published'
1675
1886
  },
1887
+ 'text-subscript': {
1888
+ keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
1889
+ componentName: 'TextSubscriptIcon',
1890
+ package: '@atlaskit/icon-lab/core/text-subscript',
1891
+ type: 'core',
1892
+ categorization: 'single-purpose',
1893
+ usage: 'Reserved for subscript text formatting.',
1894
+ team: 'Editor',
1895
+ status: 'published',
1896
+ slackChannel: '#editor-design'
1897
+ },
1898
+ 'text-superscript': {
1899
+ keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
1900
+ componentName: 'TextSuperscriptIcon',
1901
+ package: '@atlaskit/icon-lab/core/text-superscript',
1902
+ type: 'core',
1903
+ categorization: 'single-purpose',
1904
+ usage: 'Reserved for superscript text formatting.',
1905
+ team: 'Editor',
1906
+ status: 'published',
1907
+ slackChannel: '#Editor-design'
1908
+ },
1676
1909
  'text-underline-strikethrough': {
1677
1910
  keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
1678
1911
  componentName: 'TextUnderlineStrikethroughIcon',
@@ -2013,7 +2246,7 @@ const metadata = {
2013
2246
  slackChannel: '#cc-insights-and-reporting'
2014
2247
  },
2015
2248
  'work-item-add': {
2016
- keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
2249
+ keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
2017
2250
  componentName: 'WorkItemAddIcon',
2018
2251
  package: '@atlaskit/icon-lab/core/work-item-add',
2019
2252
  type: 'core',