@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
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b7ae4b9cd5d43aa90860bd66c0aeec7f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "TableRowLimit".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for limiting table rows.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const TableRowLimitIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "TableRowLimitIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.25 1a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75H1.75A.75.75 0 0 1 1 9.25v-7.5A.75.75 0 0 1 1.75 1zM2.5 8.5h11V6.25h-11zm0-3.75h11V2.5h-11zm-.75 8.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5M1.75 11a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m12.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ TableRowLimitIcon.displayName = 'TableRowLimitIcon';
29
+ var _default = exports.default = TableRowLimitIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fddaca3e16a39ee6bca7bad672cfc50b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TemplateSyncIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TemplateSyncIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::61d4a81b9b353a925621781691a7f611>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "TemplateSync".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for saving and updating templates.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const TemplateSyncIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "TemplateSyncIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1.5h11zm-11 10a.5.5 0 0 0 .5.5h2V6H2.5zM15 8h-1.5V6h-7v7.5H8V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M11.776 9.168a.75.75 0 0 1 1.004.052l2.75 2.75-1.06 1.06L13 11.56V16h-1.5v-4.44l-1.47 1.47-1.06-1.06 2.75-2.75z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ TemplateSyncIcon.displayName = 'TemplateSyncIcon';
29
+ var _default = exports.default = TemplateSyncIcon;
package/core/template.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::76ff6dfa31430cbbdb50f58f5664db22>>
3
+ * @codegen <<SignedSource::0cdccba3d7742a12d1dd259bf333308d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,15 +14,15 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Template".
17
- * Category: multi-purpose
17
+ * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Used for templates in Whiteboards
19
+ * Usage guidance: Reserved fore templates.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const TemplateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "TemplateIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1.5h11V3a.5.5 0 0 0-.5-.5zM13.5 6h-7v7.5H13a.5.5 0 0 0 .5-.5zM5 13.5V6H2.5v7a.5.5 0 0 0 .5.5z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 6h-7v7.5H13a.5.5 0 0 0 .5-.5zm-11 7a.5.5 0 0 0 .5.5h2V6H2.5zm11-10a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1.5h11zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  TemplateIcon.displayName = 'TemplateIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e404a11d93260090dd6917c872852ad2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextCursorIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextCursorIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c7c6525452a697b3cd0685fc28362bfe>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "TextCursor".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Renaming
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const TextCursorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "TextCursorIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11 1.5c-1.282 0-1.782.463-2.001.791a1.55 1.55 0 0 0-.246.684l-.003.033V8H10v1.5H8.75v2.514l.004.076c.005.07.014.176.034.304.04.259.118.593.268.916.148.323.358.613.65.824.283.205.688.366 1.294.366V16c-.894 0-1.614-.245-2.174-.65A3.4 3.4 0 0 1 8 14.487a3.4 3.4 0 0 1-.826.865C6.614 15.755 5.894 16 5 16v-1.5c.606 0 1.011-.161 1.295-.366.291-.21.5-.501.65-.824.149-.323.227-.657.267-.916a4 4 0 0 0 .038-.38V9.5H6V8h1.25V3.008l-.003-.033a1.55 1.55 0 0 0-.246-.684C6.782 1.963 6.281 1.5 5 1.5V0c1.48 0 2.427.492 3 1.138C8.573.492 9.52 0 11 0z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ TextCursorIcon.displayName = 'TextCursorIcon';
29
+ var _default = exports.default = TextCursorIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::75329438197427848c8de9ccd782b6b0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorldIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorldIcon;
package/core/world.js ADDED
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::43688494f0a31d9179ab4b6542dc66c8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "World".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Geographical data visualization.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WorldIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "WorldIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M9.5 12.13a2.63 2.63 0 0 1 2.63-2.63H15V11h-2.87c-.62 0-1.12.5-1.12 1.13V15H9.5zm-1.5.62a2 2 0 0 0-2-2 .5.5 0 0 1-.5-.5v-.5A2.5 2.5 0 0 0 3 7.25H1v1.5h2a1 1 0 0 1 1 1v.5a2 2 0 0 0 2 2 .5.5 0 0 1 .5.5V15H8zm-1.25-6.5A.75.75 0 0 0 6 5.5h-.25A2.5 2.5 0 0 1 3.25 3V1.63h1.5V3a1 1 0 0 0 1 1H6a2.25 2.25 0 0 1 2.25 2.25c0 .41.34.75.75.75h1.5a.5.5 0 0 0 .5-.5 2 2 0 0 1 2-2h1.75V6H13a.5.5 0 0 0-.5.5 2 2 0 0 1-2 2H9a2.25 2.25 0 0 1-2.25-2.25"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ WorldIcon.displayName = 'WorldIcon';
29
+ var _default = exports.default = WorldIcon;
@@ -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::cfedb994d703e977904755bb59c54cc8>>
12
+ * @codegen <<SignedSource::c9162adee99a4c616f51ac1bfb9ca964>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -252,6 +252,28 @@ var metadata = {
252
252
  team: 'Design System Team',
253
253
  status: 'published'
254
254
  },
255
+ 'arrow-end': {
256
+ keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
257
+ componentName: 'ArrowEndIcon',
258
+ package: '@atlaskit/icon-lab/core/arrow-end',
259
+ type: 'core',
260
+ categorization: 'multi-purpose',
261
+ usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
262
+ team: 'Strategy Collection',
263
+ status: 'published',
264
+ slackChannel: '#sc-design'
265
+ },
266
+ 'arrow-start': {
267
+ keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
268
+ componentName: 'ArrowStartIcon',
269
+ package: '@atlaskit/icon-lab/core/arrow-start',
270
+ type: 'core',
271
+ categorization: 'multi-purpose',
272
+ usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
273
+ team: 'Strategy Collection',
274
+ status: 'published',
275
+ slackChannel: '#sc-design'
276
+ },
255
277
  'arrows-diagonal-up-right-down-left': {
256
278
  keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
257
279
  componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
@@ -282,13 +304,33 @@ var metadata = {
282
304
  team: 'Assets',
283
305
  status: 'published'
284
306
  },
307
+ 'assets-object': {
308
+ keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
309
+ componentName: 'AssetsObjectIcon',
310
+ package: '@atlaskit/icon-lab/core/assets-object',
311
+ type: 'core',
312
+ categorization: 'single-purpose',
313
+ usage: 'Reserved for representing objects in Assets.',
314
+ team: 'Assets',
315
+ status: 'published'
316
+ },
317
+ 'assets-object-type': {
318
+ keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
319
+ componentName: 'AssetsObjectTypeIcon',
320
+ package: '@atlaskit/icon-lab/core/assets-object-type',
321
+ type: 'core',
322
+ categorization: 'single-purpose',
323
+ usage: 'Reserved for representing object types in Assets.',
324
+ team: 'Assets',
325
+ status: 'published'
326
+ },
285
327
  'assets-schema': {
286
328
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
287
329
  componentName: 'AssetsSchemaIcon',
288
330
  package: '@atlaskit/icon-lab/core/assets-schema',
289
331
  type: 'core',
290
332
  categorization: 'single-purpose',
291
- usage: 'Reserved for JSM Assets.',
333
+ usage: 'Reserved for representing schema in Assets.',
292
334
  team: 'Assets',
293
335
  status: 'published'
294
336
  },
@@ -322,6 +364,16 @@ var metadata = {
322
364
  team: 'Growth Buy',
323
365
  status: 'published'
324
366
  },
367
+ 'blast-radius': {
368
+ keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
369
+ componentName: 'BlastRadiusIcon',
370
+ package: '@atlaskit/icon-lab/core/blast-radius',
371
+ type: 'core',
372
+ categorization: 'single-purpose',
373
+ usage: 'Reserved for representing blast radius in Object Graph.',
374
+ team: 'JSM',
375
+ status: 'published'
376
+ },
325
377
  bluetooth: {
326
378
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
327
379
  componentName: 'BluetoothIcon',
@@ -415,6 +467,36 @@ var metadata = {
415
467
  team: 'Data Experiences',
416
468
  status: 'published'
417
469
  },
470
+ 'chart-bullet': {
471
+ keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
472
+ componentName: 'ChartBulletIcon',
473
+ package: '@atlaskit/icon-lab/core/chart-bullet',
474
+ type: 'core',
475
+ categorization: 'multi-purpose',
476
+ usage: 'Known uses: Bullet charts or graphs',
477
+ team: 'Data Experiences',
478
+ status: 'published'
479
+ },
480
+ 'chart-extrapolate': {
481
+ keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
482
+ componentName: 'ChartExtrapolateIcon',
483
+ package: '@atlaskit/icon-lab/core/chart-extrapolate',
484
+ type: 'core',
485
+ categorization: 'multi-purpose',
486
+ usage: 'Known uses: Chart trend extrapolation in Analytics.',
487
+ team: 'Data Experiences',
488
+ status: 'published'
489
+ },
490
+ 'chart-funnel': {
491
+ keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
492
+ componentName: 'ChartFunnelIcon',
493
+ package: '@atlaskit/icon-lab/core/chart-funnel',
494
+ type: 'core',
495
+ categorization: 'multi-purpose',
496
+ usage: 'Known uses: Chart funnels',
497
+ team: 'Data Experiences',
498
+ status: 'published'
499
+ },
418
500
  'chart-scatter-plot': {
419
501
  keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
420
502
  componentName: 'ChartScatterPlotIcon',
@@ -526,6 +608,107 @@ var metadata = {
526
608
  team: 'Whiteboards',
527
609
  status: 'published'
528
610
  },
611
+ 'dash-double': {
612
+ keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
613
+ componentName: 'DashDoubleIcon',
614
+ package: '@atlaskit/icon-lab/core/dash-double',
615
+ type: 'core',
616
+ categorization: 'multi-purpose',
617
+ usage: 'Known uses: representing no change or keeping a value as-is.',
618
+ team: 'Strategy Collection',
619
+ status: 'published',
620
+ slackChannel: '#sc-design'
621
+ },
622
+ 'data-bucket': {
623
+ keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
624
+ componentName: 'DataBucketIcon',
625
+ package: '@atlaskit/icon-lab/core/data-bucket',
626
+ type: 'core',
627
+ categorization: 'single-purpose',
628
+ usage: 'Reserved for bucketing data.',
629
+ team: 'Data Experiences',
630
+ status: 'published'
631
+ },
632
+ 'data-formula': {
633
+ keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
634
+ componentName: 'DataFormulaIcon',
635
+ package: '@atlaskit/icon-lab/core/data-formula',
636
+ type: 'core',
637
+ categorization: 'single-purpose',
638
+ usage: 'Reserved for data formulas.',
639
+ team: 'Data experiences',
640
+ status: 'published'
641
+ },
642
+ 'data-function': {
643
+ keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
644
+ componentName: 'DataFunctionIcon',
645
+ package: '@atlaskit/icon-lab/core/data-function',
646
+ type: 'core',
647
+ categorization: 'single-purpose',
648
+ usage: 'Reserved for data functions.',
649
+ team: 'Data Experiences',
650
+ status: 'published'
651
+ },
652
+ 'data-pivot': {
653
+ keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
654
+ componentName: 'DataPivotIcon',
655
+ package: '@atlaskit/icon-lab/core/data-pivot',
656
+ type: 'core',
657
+ categorization: 'single-purpose',
658
+ usage: 'Reserved for pivoting data.',
659
+ team: 'Data Experiences',
660
+ status: 'published'
661
+ },
662
+ 'data-transpose': {
663
+ keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
664
+ componentName: 'DataTransposeIcon',
665
+ package: '@atlaskit/icon-lab/core/data-transpose',
666
+ type: 'core',
667
+ categorization: 'single-purpose',
668
+ usage: 'Reserved for transposing data.',
669
+ team: 'Data Experiences',
670
+ status: 'published'
671
+ },
672
+ 'data-unpivot': {
673
+ keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
674
+ componentName: 'DataUnpivotIcon',
675
+ package: '@atlaskit/icon-lab/core/data-unpivot',
676
+ type: 'core',
677
+ categorization: 'single-purpose',
678
+ usage: 'Reserved for unpivoting data.',
679
+ team: 'Data Experiences',
680
+ status: 'published'
681
+ },
682
+ 'data-visualization-heatmap': {
683
+ keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
684
+ componentName: 'DataVisualizationHeatmapIcon',
685
+ package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
686
+ type: 'core',
687
+ categorization: 'single-purpose',
688
+ usage: 'Reserved for representing heatmap data visualizations.',
689
+ team: 'Data Experiences',
690
+ status: 'published'
691
+ },
692
+ 'data-visualization-metric': {
693
+ keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
694
+ componentName: 'DataVisualizationMetricIcon',
695
+ package: '@atlaskit/icon-lab/core/data-visualization-metric',
696
+ type: 'core',
697
+ categorization: 'single-purpose',
698
+ usage: 'Reserved for single data indicator or metric visualizations.',
699
+ team: 'Data Experiences',
700
+ status: 'published'
701
+ },
702
+ 'data-zero-fill': {
703
+ keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
704
+ componentName: 'DataZeroFillIcon',
705
+ package: '@atlaskit/icon-lab/core/data-zero-fill',
706
+ type: 'core',
707
+ categorization: 'single-purpose',
708
+ usage: 'Reserved for replacing empty data fields with zero.',
709
+ team: 'Data Experiences',
710
+ status: 'published'
711
+ },
529
712
  'database-storage': {
530
713
  keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
531
714
  componentName: 'DatabaseStorageIcon',
@@ -828,6 +1011,16 @@ var metadata = {
828
1011
  team: 'Whiteboards',
829
1012
  status: 'published'
830
1013
  },
1014
+ directory: {
1015
+ keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
1016
+ componentName: 'DirectoryIcon',
1017
+ package: '@atlaskit/icon-lab/core/directory',
1018
+ type: 'core',
1019
+ categorization: 'single-purpose',
1020
+ usage: 'Reserved for directory experiences.',
1021
+ team: 'Admin Hub',
1022
+ status: 'published'
1023
+ },
831
1024
  'distribute-spacing-horizontal': {
832
1025
  keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
833
1026
  componentName: 'DistributeSpacingHorizontalIcon',
@@ -1181,6 +1374,16 @@ var metadata = {
1181
1374
  status: 'published',
1182
1375
  slackChannel: '@joel unger'
1183
1376
  },
1377
+ key: {
1378
+ keywords: ['key', 'icon', 'icon-lab', 'key'],
1379
+ componentName: 'KeyIcon',
1380
+ package: '@atlaskit/icon-lab/core/key',
1381
+ type: 'core',
1382
+ categorization: 'multi-purpose',
1383
+ usage: 'Known uses: Foreign key or primary key of a data table.',
1384
+ team: 'Data Experiences',
1385
+ status: 'published'
1386
+ },
1184
1387
  'layout-five-columns': {
1185
1388
  keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
1186
1389
  componentName: 'LayoutFiveColumnsIcon',
@@ -1485,6 +1688,16 @@ var metadata = {
1485
1688
  status: 'published',
1486
1689
  slackChannel: '#feedback-loom-vizrefresh'
1487
1690
  },
1691
+ 'power-cable': {
1692
+ keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
1693
+ componentName: 'PowerCableIcon',
1694
+ package: '@atlaskit/icon-lab/core/power-cable',
1695
+ type: 'core',
1696
+ categorization: 'multi-purpose',
1697
+ usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
1698
+ team: 'Design System Team',
1699
+ status: 'published'
1700
+ },
1488
1701
  'qr-code': {
1489
1702
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
1490
1703
  componentName: 'QrCodeIcon',
@@ -1739,6 +1952,36 @@ var metadata = {
1739
1952
  team: 'Design System Team',
1740
1953
  status: 'published'
1741
1954
  },
1955
+ skill: {
1956
+ keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
1957
+ componentName: 'SkillIcon',
1958
+ package: '@atlaskit/icon-lab/core/skill',
1959
+ type: 'core',
1960
+ categorization: 'single-purpose',
1961
+ usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
1962
+ team: 'Studio',
1963
+ status: 'published'
1964
+ },
1965
+ skip: {
1966
+ keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
1967
+ componentName: 'SkipIcon',
1968
+ package: '@atlaskit/icon-lab/core/skip',
1969
+ type: 'core',
1970
+ categorization: 'single-purpose',
1971
+ usage: 'Reserved for skipping steps.',
1972
+ team: 'Automation',
1973
+ status: 'published'
1974
+ },
1975
+ 'skip-unskip': {
1976
+ keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
1977
+ componentName: 'SkipUnskipIcon',
1978
+ package: '@atlaskit/icon-lab/core/skip-unskip',
1979
+ type: 'core',
1980
+ categorization: 'single-purpose',
1981
+ usage: 'Reserved for reinstating a previously skipped step.',
1982
+ team: 'Automation',
1983
+ status: 'published'
1984
+ },
1742
1985
  'sort-options': {
1743
1986
  keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
1744
1987
  componentName: 'SortOptionsIcon',
@@ -1963,6 +2206,16 @@ var metadata = {
1963
2206
  status: 'published',
1964
2207
  slackChannel: '#icon-contributions'
1965
2208
  },
2209
+ 'table-row-limit': {
2210
+ keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
2211
+ componentName: 'TableRowLimitIcon',
2212
+ package: '@atlaskit/icon-lab/core/table-row-limit',
2213
+ type: 'core',
2214
+ categorization: 'single-purpose',
2215
+ usage: 'Reserved for limiting table rows.',
2216
+ team: 'Data Experiences',
2217
+ status: 'published'
2218
+ },
1966
2219
  'takeout-container': {
1967
2220
  keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
1968
2221
  componentName: 'TakeoutContainerIcon',
@@ -2008,11 +2261,21 @@ var metadata = {
2008
2261
  componentName: 'TemplateIcon',
2009
2262
  package: '@atlaskit/icon-lab/core/template',
2010
2263
  type: 'core',
2011
- categorization: 'multi-purpose',
2012
- usage: 'Used for templates in Whiteboards',
2264
+ categorization: 'single-purpose',
2265
+ usage: 'Reserved fore templates.',
2013
2266
  team: 'Whiteboards',
2014
2267
  status: 'published'
2015
2268
  },
2269
+ 'template-sync': {
2270
+ keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
2271
+ componentName: 'TemplateSyncIcon',
2272
+ package: '@atlaskit/icon-lab/core/template-sync',
2273
+ type: 'core',
2274
+ categorization: 'single-purpose',
2275
+ usage: 'Reserved for saving and updating templates.',
2276
+ team: 'Data Experiences',
2277
+ status: 'published'
2278
+ },
2016
2279
  terminal: {
2017
2280
  keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
2018
2281
  componentName: 'TerminalIcon',
@@ -2123,6 +2386,16 @@ var metadata = {
2123
2386
  team: 'Editor AI',
2124
2387
  status: 'published'
2125
2388
  },
2389
+ 'text-cursor': {
2390
+ keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
2391
+ componentName: 'TextCursorIcon',
2392
+ package: '@atlaskit/icon-lab/core/text-cursor',
2393
+ type: 'core',
2394
+ categorization: 'multi-purpose',
2395
+ usage: 'Known uses: Renaming',
2396
+ team: 'Data Experiences',
2397
+ status: 'published'
2398
+ },
2126
2399
  'text-density-compress': {
2127
2400
  keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
2128
2401
  componentName: 'TextDensityCompressIcon',
@@ -2682,6 +2955,16 @@ var metadata = {
2682
2955
  status: 'published',
2683
2956
  slackChannel: '#help-automation-design'
2684
2957
  },
2958
+ world: {
2959
+ keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
2960
+ componentName: 'WorldIcon',
2961
+ package: '@atlaskit/icon-lab/core/world',
2962
+ type: 'core',
2963
+ categorization: 'multi-purpose',
2964
+ usage: 'Known uses: Geographical data visualization.',
2965
+ team: 'Data Experiences',
2966
+ status: 'published'
2967
+ },
2685
2968
  wrench: {
2686
2969
  keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
2687
2970
  componentName: 'WrenchIcon',