@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::32871a9e1205ad83473907533912c2d6>>
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: "DataFormula".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for data formulas.
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 DataFormulaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataFormulaIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9 0a2.5 2.5 0 0 1 2.5 2.5H10a1 1 0 0 0-1-1h-.12a1.12 1.12 0 0 0-1.11.967L7.354 5.5H10V7H7.146l-.93 6.738A2.62 2.62 0 0 1 1 13.38V13h1.5v.38a1.12 1.12 0 0 0 2.23.153L5.63 7H4V5.5h1.838l.446-3.238A2.62 2.62 0 0 1 8.88 0z"/><path fill="currentcolor" d="m15.052 9.008-2.392 2.598 1.948 2.706-1.216.877-1.768-2.456-2.322 2.525-1.104-1.016 2.53-2.752-1.836-2.552 1.216-.876 1.658 2.301 2.182-2.37z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataFormulaIcon.displayName = 'DataFormulaIcon';
29
+ var _default = exports.default = DataFormulaIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b54c70c23600abf91c1c5c8b1b48c4e2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataFunctionIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataFunctionIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2eb5454640979817a1aef00ed61d973f>>
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: "DataFunction".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for data functions.
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 DataFunctionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataFunctionIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13 1v1.5H4.574l5.194 4.957a.75.75 0 0 1 0 1.086L4.574 13.5H13V15H3.75a.75.75 0 0 1-.75-.75v-1c0-.205.084-.401.232-.543L8.163 8l-4.93-4.707A.75.75 0 0 1 3 2.75v-1A.75.75 0 0 1 3.75 1z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataFunctionIcon.displayName = 'DataFunctionIcon';
29
+ var _default = exports.default = DataFunctionIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::58d2afb981b6e618f9fdbe9d1f267bbd>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataPivotIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataPivotIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::46a5fb8c92113e7c9252d83ea08a8e43>>
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: "DataPivot".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for pivoting data.
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 DataPivotIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataPivotIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-1 8.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.12l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2H8V13h4.5a.5.5 0 0 0 .5-.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataPivotIcon.displayName = 'DataPivotIcon';
29
+ var _default = exports.default = DataPivotIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ea44f977e864ea194858efd462cb01a8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataTransposeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataTransposeIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::35cdafb48fb6cb07fc24114d0fa861e6>>
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: "DataTranspose".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for transposing data.
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 DataTransposeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataTransposeIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-4.2 7.65a.75.75 0 0 1 1.12.94l-.21.42h1.79a.5.5 0 0 0 .5-.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.13l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2h-1.79l.21.42a.75.75 0 0 1-1.12.94l-2-1.5a.75.75 0 0 1 0-1.2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataTransposeIcon.displayName = 'DataTransposeIcon';
29
+ var _default = exports.default = DataTransposeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f20751ca5ca6eadbae7c9184a87ba595>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataUnpivotIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataUnpivotIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5deb0021b6528996ac8a0f4b8e2af37a>>
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: "DataUnpivot".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for unpivoting data.
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 DataUnpivotIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataUnpivotIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.5 10H14v2a.5.5 0 0 1-.5.5H12a.5.5 0 0 1-.5-.5zM14 8.5h-2.5V6H14zm-4-4H7.5V2H10zm-6.5-2A.5.5 0 0 1 4 2h2v2.5H4a.5.5 0 0 1-.5-.5zm10.5 2h-2.5V2h2a.5.5 0 0 1 .5.5zM2 4a2 2 0 0 0 2 2h6v6a2 2 0 0 0 2 2h1.5a2 2 0 0 0 2-2V2.5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2zm1.5 9h1.79l-.21-.41a.75.75 0 0 1 1.12-.94l2 1.5.07.06a.75.75 0 0 1-.07 1.14l-2 1.5a.75.75 0 0 1-1.12-.93l.21-.41H3.5a2 2 0 0 1-2-2V8H3v4.5a.5.5 0 0 0 .5.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataUnpivotIcon.displayName = 'DataUnpivotIcon';
29
+ var _default = exports.default = DataUnpivotIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::dd034fd19a69034cf846427feb898e18>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataVisualizationHeatmapIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataVisualizationHeatmapIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a763c8dd712723c9d650695ac53e1be3>>
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: "DataVisualizationHeatmap".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing heatmap data visualizations.
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 DataVisualizationHeatmapIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataVisualizationHeatmapIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-1.99-1.796L1 13V3a2 2 0 0 1 2-2zM2.5 13l.01.1a.5.5 0 0 0 .49.4h4.25V8.75H2.5zm6.25.5H13a.5.5 0 0 0 .5-.5V8.75H8.75zM3 2.5a.5.5 0 0 0-.5.5v4.25h4.75V2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M5.88 5.88h-2v-2h2zm6.25 6.25h-2v-2h2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataVisualizationHeatmapIcon.displayName = 'DataVisualizationHeatmapIcon';
29
+ var _default = exports.default = DataVisualizationHeatmapIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fb49a81929f7520c74e6c88d8f8d74dc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataVisualizationMetricIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataVisualizationMetricIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::caf7c91e82456aba15e73fc941c75ef8>>
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: "DataVisualizationMetric".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for single data indicator or metric visualizations.
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 DataVisualizationMetricIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataVisualizationMetricIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.4-.49L14 2.5H2a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 3z"/><path fill="currentcolor" d="M5 6h1v1.5H5zm2.5-.12c0-.76-.62-1.37-1.37-1.37H4.88c-.76 0-1.37.62-1.37 1.38v1.75C3.5 8.39 4.12 9 4.88 9H6v1H4v1.5h2.13c.76 0 1.38-.62 1.38-1.37zm3.5.62c.22 0 .43.1.58.27l1.25 1.5a.75.75 0 0 1-.58 1.23h-2.5a.75.75 0 0 1-.58-1.23l1.25-1.5.06-.06A.75.75 0 0 1 11 6.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataVisualizationMetricIcon.displayName = 'DataVisualizationMetricIcon';
29
+ var _default = exports.default = DataVisualizationMetricIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a419626a00e6a1598f8ff0921557df45>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DataZeroFillIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DataZeroFillIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::78e21eedddc8d0d7c9448c501c255dcf>>
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: "DataZeroFill".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for replacing empty data fields with zero.
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 DataZeroFillIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DataZeroFillIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m11.5 5.759-6.629 6.185A3 3 0 0 0 7.5 13.5h1a3 3 0 0 0 3-3zM13 10.5A4.5 4.5 0 0 1 8.5 15h-1A4.5 4.5 0 0 1 3 10.5v-5A4.5 4.5 0 0 1 7.5 1h1A4.5 4.5 0 0 1 13 5.5zm-8.5-.259 6.628-6.186A3 3 0 0 0 8.5 2.5h-1a3 3 0 0 0-3 3z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DataZeroFillIcon.displayName = 'DataZeroFillIcon';
29
+ var _default = exports.default = DataZeroFillIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::00cd18dd4d13fbdcf4c92b26e9387924>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DirectoryIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DirectoryIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7d11389b750682e0de90d91a7c338943>>
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: "Directory".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for directory experiences.
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 DirectoryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DirectoryIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13 3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 3v10a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zm1.5 10a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-1.5H0V10h1.5V6H0V4.5h1.5V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M8.75 9a2 2 0 0 1 2 2v.25A.75.75 0 0 1 10 12H6a.75.75 0 0 1-.75-.75V11a2 2 0 0 1 2-2zM8 4.5A1.75 1.75 0 1 1 8 8a1.75 1.75 0 0 1 0-3.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DirectoryIcon.displayName = 'DirectoryIcon';
29
+ var _default = exports.default = DirectoryIcon;
package/core/key.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c52f0d685694decc9e692f08150ff53d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const KeyIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default KeyIcon;
package/core/key.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::b2b85317457fc6507314039a33523cf0>>
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: "Key".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Foreign key or primary key of a data table.
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 KeyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "KeyIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 5.5a4 4 0 1 0-7.74 1.424.75.75 0 0 1-.17.797L1.5 12.81v1.69h2.25v-1.25a.75.75 0 0 1 .75-.75h1.25v-1a.75.75 0 0 1 .309-.606l2.203-1.602.08-.052a.75.75 0 0 1 .644-.036A4 4 0 0 0 14.5 5.5m1.5 0a5.5 5.5 0 0 1-7.177 5.237L7.25 11.882v1.368a.75.75 0 0 1-.75.75H5.25v.938c0 .586-.476 1.062-1.062 1.062H1.063A1.063 1.063 0 0 1 0 14.938v-2.31c0-.276.107-.545.31-.748l4.893-4.895A5.5 5.5 0 1 1 16 5.5"/><path fill="currentcolor" d="M11.125 3.75a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ KeyIcon.displayName = 'KeyIcon';
29
+ var _default = exports.default = KeyIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::87c0cb308a38b41f40aab1710882265f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PowerCableIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PowerCableIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f3ea5fcdbdd2a3db3d8f3f267a6778c2>>
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: "PowerCable".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility
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 PowerCableIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "PowerCableIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M4.5 3h-3v1.5A.5.5 0 0 0 2 5h2a.5.5 0 0 0 .5-.5zM6 4.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2.25a.75.75 0 0 1 .75-.75H1V0h1.5v1.5h1V0H5v1.5h.33a.75.75 0 0 1 .67.75zm8.5 8.5h-3v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5zm1.5-1.5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2.25c0 .41.34.75.75.75H11V16h1.5v-1.5h1V16H15v-1.5h.33a.75.75 0 0 0 .67-.75z"/><path fill="currentcolor" d="M12.25 6.25a1.75 1.75 0 1 0-3.5 0v3.5a3.25 3.25 0 0 1-6.5 0v-4h1.5v4a1.75 1.75 0 1 0 3.5 0v-3.5a3.25 3.25 0 1 1 6.5 0v4h-1.5z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ PowerCableIcon.displayName = 'PowerCableIcon';
29
+ var _default = exports.default = PowerCableIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::99da70c74a903942062e3156534e7934>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SkillIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SkillIcon;
package/core/skill.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::a094e46648e7c203d266148a7c03a503>>
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: "Skill".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.
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 SkillIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "SkillIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM15 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"/><path fill="currentcolor" d="m11.11 4.934-5 7-1.22-.871 5-7z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ SkillIcon.displayName = 'SkillIcon';
29
+ var _default = exports.default = SkillIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e301ec8e9842d95c79bb19827747d4c5>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SkipUnskipIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SkipUnskipIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::56c57f944fa7bbe4c1f7a5937e0cdaee>>
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: "SkipUnskip".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for reinstating a previously skipped step.
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 SkipUnskipIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "SkipUnskipIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7.34 10.53A.5.5 0 0 0 7 11v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .47-.34l1.09 1.09c-.37.46-.93.76-1.56.76h-1a2 2 0 0 1-2-2v-1c0-.63.3-1.2.75-1.56zM2.96 6.14a6.47 6.47 0 0 0-1.46 4.11V11H0v-.75c0-1.97.71-3.78 1.9-5.17zM8 2.25a7.99 7.99 0 0 1 6.5 3.34V2.5H16v4.75a.75.75 0 0 1-.75.75h-4.07l-.68-.68V6.5h2.81a6.49 6.49 0 0 0-6.3-2.67L5.75 2.57A8 8 0 0 1 8 2.25m7.53 12.22-1.06 1.06-14-14L1.53.47z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ SkipUnskipIcon.displayName = 'SkipUnskipIcon';
29
+ var _default = exports.default = SkipUnskipIcon;
package/core/skip.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e90511a441553e52d11a4a7ef4ec1b3e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SkipIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SkipIcon;
package/core/skip.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::5e7b8c9124d6377af5f062e3277b848f>>
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: "Skip".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for skipping steps.
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 SkipIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "SkipIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9 11a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1A.5.5 0 0 0 9 12zm1.5 1a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M0 10.25a8 8 0 0 1 14.5-4.663V2.5H16v4.75a.75.75 0 0 1-.75.75H10.5V6.5h2.809A6.5 6.5 0 0 0 1.5 10.25V11H0z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ SkipIcon.displayName = 'SkipIcon';
29
+ var _default = exports.default = SkipIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bf4476fbd021de26826e3cb22f8bde2d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TableRowLimitIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TableRowLimitIcon;