@atlaskit/icon-lab 4.11.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 (69) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/core/hand-clenched.d.ts +13 -0
  3. package/core/hand-clenched.js +28 -0
  4. package/core/shape-comment-left.d.ts +13 -0
  5. package/core/shape-comment-left.js +28 -0
  6. package/core/shape-comment-right.d.ts +13 -0
  7. package/core/shape-comment-right.js +28 -0
  8. package/core/shape-database.d.ts +13 -0
  9. package/core/shape-database.js +28 -0
  10. package/core/shape-delay.d.ts +13 -0
  11. package/core/shape-delay.js +28 -0
  12. package/core/shape-display.d.ts +13 -0
  13. package/core/shape-display.js +28 -0
  14. package/core/shape-document-symbol.d.ts +13 -0
  15. package/core/shape-document-symbol.js +28 -0
  16. package/core/shape-hard-disk.d.ts +13 -0
  17. package/core/shape-hard-disk.js +28 -0
  18. package/core/shape-internal-storage.d.ts +13 -0
  19. package/core/shape-internal-storage.js +28 -0
  20. package/core/shape-manual-input.d.ts +13 -0
  21. package/core/shape-manual-input.js +28 -0
  22. package/core/shape-manual-operation-symbol.d.ts +13 -0
  23. package/core/shape-manual-operation-symbol.js +28 -0
  24. package/core/shape-mindmap.d.ts +13 -0
  25. package/core/shape-mindmap.js +28 -0
  26. package/core/shape-multiple-documents.d.ts +13 -0
  27. package/core/shape-multiple-documents.js +28 -0
  28. package/core/shape-off-page.d.ts +13 -0
  29. package/core/shape-off-page.js +28 -0
  30. package/core/shape-predefined-process.d.ts +13 -0
  31. package/core/shape-predefined-process.js +28 -0
  32. package/core/shape-preparation-symbol.d.ts +13 -0
  33. package/core/shape-preparation-symbol.js +28 -0
  34. package/core/shape-start-end.d.ts +13 -0
  35. package/core/shape-start-end.js +28 -0
  36. package/core/shape-stored-data.d.ts +13 -0
  37. package/core/shape-stored-data.js +28 -0
  38. package/core/shape-summing-junction-cross.d.ts +13 -0
  39. package/core/shape-summing-junction-cross.js +28 -0
  40. package/core/shape-summing-junction-plus.d.ts +13 -0
  41. package/core/shape-summing-junction-plus.js +28 -0
  42. package/core/speedometer-up.js +2 -2
  43. package/dist/cjs/metadata-core.js +201 -1
  44. package/dist/es2019/metadata-core.js +201 -1
  45. package/dist/esm/metadata-core.js +201 -1
  46. package/dist/types/metadata-core.d.ts +1 -1
  47. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  48. package/package.json +2 -2
  49. package/svgs/core/hand-clenched.svg +1 -0
  50. package/svgs/core/shape-comment-left.svg +1 -0
  51. package/svgs/core/shape-comment-right.svg +1 -0
  52. package/svgs/core/shape-database.svg +1 -0
  53. package/svgs/core/shape-delay.svg +1 -0
  54. package/svgs/core/shape-display.svg +1 -0
  55. package/svgs/core/shape-document-symbol.svg +1 -0
  56. package/svgs/core/shape-hard-disk.svg +1 -0
  57. package/svgs/core/shape-internal-storage.svg +1 -0
  58. package/svgs/core/shape-manual-input.svg +1 -0
  59. package/svgs/core/shape-manual-operation-symbol.svg +1 -0
  60. package/svgs/core/shape-mindmap.svg +1 -0
  61. package/svgs/core/shape-multiple-documents.svg +1 -0
  62. package/svgs/core/shape-off-page.svg +1 -0
  63. package/svgs/core/shape-predefined-process.svg +1 -0
  64. package/svgs/core/shape-preparation-symbol.svg +1 -0
  65. package/svgs/core/shape-start-end.svg +1 -0
  66. package/svgs/core/shape-stored-data.svg +1 -0
  67. package/svgs/core/shape-summing-junction-cross.svg +1 -0
  68. package/svgs/core/shape-summing-junction-plus.svg +1 -0
  69. package/svgs/core/speedometer-up.svg +1 -1
@@ -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::f0b90439e1bef3d763c312147c066d7c>>
6
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -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',
@@ -1077,6 +1087,46 @@ const metadata = {
1077
1087
  team: 'Whiteboards',
1078
1088
  status: 'published'
1079
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
+ },
1080
1130
  'shape-diamond': {
1081
1131
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
1082
1132
  componentName: 'ShapeDiamondIcon',
@@ -1087,6 +1137,26 @@ const metadata = {
1087
1137
  team: 'Whiteboards',
1088
1138
  status: 'published'
1089
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
+ },
1090
1160
  'shape-ellipse': {
1091
1161
  keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
1092
1162
  componentName: 'ShapeEllipseIcon',
@@ -1097,6 +1167,76 @@ const metadata = {
1097
1167
  team: 'Whiteboards',
1098
1168
  status: 'published'
1099
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
+ },
1100
1240
  'shape-parallelogram-skew-left': {
1101
1241
  keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
1102
1242
  componentName: 'ShapeParallelogramSkewLeftIcon',
@@ -1117,6 +1257,26 @@ const metadata = {
1117
1257
  team: 'Whiteboards',
1118
1258
  status: 'published'
1119
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
+ },
1120
1280
  'shape-rectangle': {
1121
1281
  keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
1122
1282
  componentName: 'ShapeRectangleIcon',
@@ -1137,6 +1297,46 @@ const metadata = {
1137
1297
  team: 'Whiteboards',
1138
1298
  status: 'published'
1139
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
+ },
1140
1340
  'shape-triangle': {
1141
1341
  keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
1142
1342
  componentName: 'ShapeTriangleIcon',
@@ -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::f0b90439e1bef3d763c312147c066d7c>>
6
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -577,6 +577,16 @@ var 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',
@@ -1077,6 +1087,46 @@ var metadata = {
1077
1087
  team: 'Whiteboards',
1078
1088
  status: 'published'
1079
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
+ },
1080
1130
  'shape-diamond': {
1081
1131
  keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
1082
1132
  componentName: 'ShapeDiamondIcon',
@@ -1087,6 +1137,26 @@ var metadata = {
1087
1137
  team: 'Whiteboards',
1088
1138
  status: 'published'
1089
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
+ },
1090
1160
  'shape-ellipse': {
1091
1161
  keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
1092
1162
  componentName: 'ShapeEllipseIcon',
@@ -1097,6 +1167,76 @@ var metadata = {
1097
1167
  team: 'Whiteboards',
1098
1168
  status: 'published'
1099
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
+ },
1100
1240
  'shape-parallelogram-skew-left': {
1101
1241
  keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
1102
1242
  componentName: 'ShapeParallelogramSkewLeftIcon',
@@ -1117,6 +1257,26 @@ var metadata = {
1117
1257
  team: 'Whiteboards',
1118
1258
  status: 'published'
1119
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
+ },
1120
1280
  'shape-rectangle': {
1121
1281
  keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
1122
1282
  componentName: 'ShapeRectangleIcon',
@@ -1137,6 +1297,46 @@ var metadata = {
1137
1297
  team: 'Whiteboards',
1138
1298
  status: 'published'
1139
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
+ },
1140
1340
  'shape-triangle': {
1141
1341
  keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
1142
1342
  componentName: 'ShapeTriangleIcon',
@@ -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::f0b90439e1bef3d763c312147c066d7c>>
6
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -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::f0b90439e1bef3d763c312147c066d7c>>
6
+ * @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "4.11.0",
3
+ "version": "4.12.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/icon": "^25.7.0",
35
+ "@atlaskit/icon": "^25.8.0",
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.17 15.992a4.5 4.5 0 0 1-3.403-1.897L1.328 10.64l-.128-.207a2 2 0 0 1 1.073-2.825L4 6.977v-.264l.004-.15a2.626 2.626 0 0 1 3.053-2.439l.112.02a2.25 2.25 0 0 1 4.161 0l.113-.02A2.625 2.625 0 0 1 14.5 6.713V11.5a4.5 4.5 0 0 1-4.269 4.494L10 16H7.443zM10 14.5l.154-.004A3 3 0 0 0 13 11.5V6.713c0-.695-.624-1.223-1.31-1.11l-.19.033V8H10V5a.75.75 0 0 0-1.496-.077L8.5 5v3H7V5.636l-.19-.032a1.126 1.126 0 0 0-1.303.981l-.007.128v2.615H4v-.754l-1.21.444a.5.5 0 0 0-.294.652l.058.105 2.438 3.455a3 3 0 0 0 2.451 1.27z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 12.75v-1.947A2.25 2.25 0 0 0 6.998 8.93L5.603 8l1.395-.93A2.25 2.25 0 0 0 8 5.196V3.25a.75.75 0 0 1 .75-.75h1.75V1H8.75A2.25 2.25 0 0 0 6.5 3.25v1.947a.75.75 0 0 1-.334.624l-1.395.931a1.5 1.5 0 0 0 0 2.496l1.395.93a.75.75 0 0 1 .334.625v1.947A2.25 2.25 0 0 0 8.75 15h1.75v-1.5H8.75a.75.75 0 0 1-.75-.75"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 13v-2.197A2.25 2.25 0 0 1 9.002 8.93L10.398 8l-1.396-.93A2.25 2.25 0 0 1 8 5.196V3a.5.5 0 0 0-.5-.5h-2V1h2a2 2 0 0 1 2 2v2.197c0 .251.125.485.334.624l1.396.931a1.5 1.5 0 0 1 0 2.496l-1.396.93a.75.75 0 0 0-.334.625V13a2 2 0 0 1-2 2h-2v-1.5h2A.5.5 0 0 0 8 13"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 1c1.715 0 3.299.23 4.48.624.586.196 1.116.446 1.513.759.39.306.757.763.757 1.367v8.5c0 .604-.368 1.06-.757 1.367-.397.313-.927.563-1.514.759C11.3 14.77 9.716 15 8 15s-3.299-.23-4.48-.624c-.586-.195-1.116-.445-1.513-.759-.39-.307-.757-.763-.757-1.367v-8.5c0-.604.368-1.06.757-1.367.397-.313.927-.563 1.514-.759C4.7 1.23 6.285 1 8 1m5.25 4.567q-.362.172-.77.309C11.299 6.27 9.715 6.5 8 6.5s-3.299-.23-4.48-.624a7 7 0 0 1-.77-.309v6.67c.006.018.04.087.186.203.21.165.559.347 1.058.513.99.33 2.407.547 4.006.547s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.513.146-.116.179-.185.185-.203zM8 2.5c-1.599 0-3.015.217-4.006.547-.499.166-.849.348-1.058.514a.7.7 0 0 0-.181.189.7.7 0 0 0 .18.19c.21.165.56.347 1.06.513C4.984 4.783 6.4 5 8 5s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.514a.6.6 0 0 0 .18-.189.6.6 0 0 0-.18-.19c-.21-.165-.56-.347-1.06-.513C11.016 2.717 9.6 2.5 8 2.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 4.25a2 2 0 0 1 2-2h6.655c3.112 0 5.595 2.597 5.595 5.75s-2.483 5.75-5.595 5.75H3a2 2 0 0 1-2-2zm1.5 7.5a.5.5 0 0 0 .5.5h6.655c2.24 0 4.095-1.88 4.095-4.25s-1.855-4.25-4.095-4.25H3a.5.5 0 0 0-.5.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 4.5A.5.5 0 0 0 13 4H5.081c-.382 0-.74.194-.946.516L2.285 7.39c-.24.37-.24.848 0 1.218l1.85 2.875c.207.322.564.516.946.516H13a.5.5 0 0 0 .5-.5zm1.5 7a2 2 0 0 1-2 2H5.081a2.63 2.63 0 0 1-2.208-1.204L1.023 9.42a2.63 2.63 0 0 1 0-2.842l1.85-2.875.095-.137A2.63 2.63 0 0 1 5.08 2.5H13a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v6.774l3.082 1.608.11.053a1.75 1.75 0 0 0 1.704-.172l3.062-2.149a3.25 3.25 0 0 1 3.438-.184l1.604.885zm1.5 7.662a1 1 0 0 1-1.356.935l-.127-.06-2.346-1.295a1.75 1.75 0 0 0-1.852.1L7.26 13.49a3.25 3.25 0 0 1-3.166.32l-.204-.098-3.35-1.747a1 1 0 0 1-.54-.887V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M15.25 8c0 1.784-.24 3.43-.648 4.656-.202.61-.46 1.156-.783 1.567-.316.401-.783.777-1.4.777H3.58c-.616 0-1.083-.376-1.4-.777-.322-.41-.58-.958-.783-1.567C.99 11.43.75 9.784.75 8s.24-3.43.647-4.656c.203-.61.46-1.156.784-1.567.316-.401.783-.777 1.4-.777h8.839c.616 0 1.083.376 1.4.777.322.41.58.958.782 1.567.409 1.226.648 2.872.648 4.656m-4.672 5.5a7 7 0 0 1-.34-.844C9.828 11.43 9.59 9.784 9.59 8s.24-3.43.647-4.656c.1-.3.214-.584.341-.844h-6.99c-.013.003-.092.032-.229.205-.174.222-.364.59-.538 1.112C2.477 4.853 2.25 6.332 2.25 8s.227 3.147.571 4.183c.174.521.364.89.538 1.112.137.173.216.201.23.205zM13.75 8c0-1.668-.226-3.147-.571-4.183-.174-.521-.364-.89-.538-1.112-.118-.15-.194-.19-.221-.201-.027.01-.102.052-.22.201-.175.222-.365.59-.539 1.112-.345 1.036-.571 2.515-.571 4.183s.226 3.147.571 4.183c.174.521.364.89.54 1.112.117.15.192.19.219.201.027-.01.103-.051.22-.201.175-.222.365-.59.539-1.112.345-1.036.571-2.515.571-4.183"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 6.5h-10v6H14a.5.5 0 0 0 .5-.5zM1.5 12a.5.5 0 0 0 .5.5h1v-6H1.5zm13-8a.5.5 0 0 0-.4-.49L14 3.5H4.5V5h10zm-13 1H3V3.5H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4.018a.5.5 0 0 0-.481-.5l-.115.008-12 2.342a.5.5 0 0 0-.404.49V12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6.358a2 2 0 0 1 1.617-1.962l12-2.341.23-.032A2 2 0 0 1 16 4.018z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.46 2.25a2 2 0 0 1 1.992 2.18l-.035.231-1.628 7.75A2 2 0 0 1 11.831 14H4.17a2 2 0 0 1-1.914-1.418l-.044-.17-1.628-7.75A2 2 0 0 1 2.54 2.25zM2.54 3.75a.5.5 0 0 0-.49.603l1.629 7.75.025.084a.5.5 0 0 0 .465.313h7.662a.5.5 0 0 0 .49-.398l1.628-7.75.011-.115a.5.5 0 0 0-.5-.487z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm0-10a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-13 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5zm14.5-5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a.5.5 0 0 0-.5.5v7.5a.5.5 0 0 0 .5.5h.815A2 2 0 0 1 12 10.75h2a2 2 0 0 1 2 2v.5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a2 2 0 0 1-2-2v-3H5.935A2 2 0 0 1 4 10.25H2a2 2 0 0 1-2-2v-.5a2 2 0 0 1 2-2h2a2 2 0 0 1 1.935 1.5H7.25v-3a2 2 0 0 1 2-2h.815A2 2 0 0 1 12 .75h2a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 6a.5.5 0 0 0-.5-.5H4.5A.5.5 0 0 0 4 6v5.815l2.099 1.323.123.071a1.75 1.75 0 0 0 1.941-.217l1.785-1.515.213-.165a3.25 3.25 0 0 1 3.694-.06l.645.43zm1.5 6.618a1 1 0 0 1-1.428.905l-.127-.073-1.424-.949a1.75 1.75 0 0 0-1.988.031l-.114.09-1.785 1.514a3.25 3.25 0 0 1-3.606.403l-.23-.132-2.331-1.469a1 1 0 0 1-.467-.846V6a2 2 0 0 1 2-2h8v-.5A.5.5 0 0 0 12 3H2a.5.5 0 0 0-.5.5v7H0v-7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2V4a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v7.31a.5.5 0 0 0 .258.437l5 2.763.058.027a.5.5 0 0 0 .426-.027l5-2.763.057-.037a.5.5 0 0 0 .201-.4zm1.5 7.31a2 2 0 0 1-.916 1.68l-.117.07-5 2.762a2 2 0 0 1-1.82.059l-.114-.059-5-2.762A2 2 0 0 1 1 10.31V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5h-1v9h1a.5.5 0 0 0 .5-.5zm-10 8.5h7v-9h-7zm-3-.5a.5.5 0 0 0 .5.5h1v-9H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.905 1a2 2 0 0 1 1.73.996l2.9 5 .064.118a2 2 0 0 1 0 1.772l-.064.118-2.9 5a2 2 0 0 1-1.73.996h-5.81a2 2 0 0 1-1.73-.996l-2.9-5a2 2 0 0 1 0-2.008l2.9-5 .07-.112A2 2 0 0 1 5.096 1zm-5.81 1.5a.5.5 0 0 0-.396.194l-.037.055-2.9 5a.5.5 0 0 0 0 .502l2.9 5a.5.5 0 0 0 .433.249h5.81a.5.5 0 0 0 .433-.249l2.9-5 .029-.06a.5.5 0 0 0 0-.382l-.03-.06-2.9-5a.5.5 0 0 0-.432-.249z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a3.75 3.75 0 0 0-3.557-3.745l-.193-.005h-5.5a3.75 3.75 0 1 0 0 7.5h5.5A3.75 3.75 0 0 0 14.5 8M16 8c0 2.9-2.35 5.25-5.25 5.25h-5.5a5.25 5.25 0 1 1 0-10.5h5.5l.27.007A5.25 5.25 0 0 1 16 8"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.832 13.5a6 6 0 0 1-.738-1.48c-.387-1.099-.606-2.48-.606-4.02 0-1.517.213-2.879.588-3.97a6.1 6.1 0 0 1 .757-1.53H3.835l-.082.01c-.094.022-.224.089-.388.256-.22.225-.453.59-.665 1.101C2.278 4.887 2 6.347 2 8c0 1.652.278 3.113.7 4.133.212.511.445.876.665 1.101.218.223.376.266.47.266zM3.835 15c-.62 0-1.141-.307-1.542-.717-.398-.407-.722-.958-.979-1.577C.801 11.464.5 9.8.5 8s.3-3.464.814-4.706c.257-.62.58-1.17.979-1.577.35-.359.794-.639 1.314-.703L3.835 1h10.249c.26 0 .51.105.693.291l.09.105c.185.25.22.548.17.79a1.05 1.05 0 0 1-.394.624l-.093.063-.128.089c-.304.244-.647.743-.927 1.557-.31.903-.507 2.096-.507 3.481 0 1.407.202 2.615.52 3.523.33.938.742 1.44 1.07 1.62l.089.055c.205.14.39.37.428.688a.97.97 0 0 1-.256.771l-.074.073-.091.075a1 1 0 0 1-.326.156 1.3 1.3 0 0 1-.327.039z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a6.47 6.47 0 0 0-1.406-4.034L9.06 8l4.033 4.033A6.47 6.47 0 0 0 14.5 8M3.966 13.094A6.47 6.47 0 0 0 8 14.5a6.47 6.47 0 0 0 4.033-1.406L8 9.06zM8 1.5a6.47 6.47 0 0 0-4.034 1.405L8 6.94l4.033-4.034A6.47 6.47 0 0 0 8 1.5M1.5 8a6.47 6.47 0 0 0 1.405 4.033L6.94 8 2.905 3.966A6.47 6.47 0 0 0 1.5 8M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.544 8.75a6.5 6.5 0 0 0 5.706 5.705V8.75zm7.206 5.705a6.5 6.5 0 0 0 5.706-5.705H8.75zm0-7.205h5.706A6.5 6.5 0 0 0 8.75 1.544zm-1.5-5.706A6.5 6.5 0 0 0 1.544 7.25H7.25z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1.5 9a6.5 6.5 0 0 1 3.75-5.891V1.485a8.003 8.003 0 0 0-2.767 13.308l1.034-1.086A6.48 6.48 0 0 1 1.5 9m7.25-7.965v6.079a2.501 2.501 0 1 1-1.5 0V1.035a8 8 0 0 1 1.5 0m2 .45V3.11a6.5 6.5 0 0 1 1.733 10.598l1.034 1.086A8.003 8.003 0 0 0 10.75 1.485M7 9.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.25 3.11a6.5 6.5 0 0 0-1.732 10.597l-1.036 1.086A8.004 8.004 0 0 1 5.25 1.484zm5.5-1.626a8.004 8.004 0 0 1 2.768 13.309l-1.036-1.086A6.5 6.5 0 0 0 10.75 3.109zM8 1q.38 0 .75.035v6.08A2.501 2.501 0 0 1 8 12a2.5 2.5 0 0 1-.75-4.886V1.035Q7.62 1 8 1m0 7.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>