@atlaskit/icon 26.0.0 → 26.1.1

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 (85) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/build/index.tsx +2 -0
  3. package/core/chevron-double-left.d.ts +13 -0
  4. package/core/chevron-double-left.js +27 -0
  5. package/core/chevron-double-right.d.ts +13 -0
  6. package/core/chevron-double-right.js +27 -0
  7. package/core/chevron-down.d.ts +13 -0
  8. package/core/chevron-down.js +27 -0
  9. package/core/chevron-left.d.ts +13 -0
  10. package/core/chevron-left.js +27 -0
  11. package/core/chevron-right.d.ts +13 -0
  12. package/core/chevron-right.js +27 -0
  13. package/core/chevron-up.d.ts +13 -0
  14. package/core/chevron-up.js +27 -0
  15. package/core/migration/chevron-down--chevron-down-circle.d.ts +15 -0
  16. package/core/migration/chevron-down--chevron-down-circle.js +30 -0
  17. package/core/migration/chevron-down--hipchat-chevron-down.d.ts +15 -0
  18. package/core/migration/chevron-down--hipchat-chevron-down.js +30 -0
  19. package/core/migration/chevron-down.d.ts +15 -0
  20. package/core/migration/chevron-down.js +30 -0
  21. package/core/migration/chevron-left--chevron-left-circle.d.ts +15 -0
  22. package/core/migration/chevron-left--chevron-left-circle.js +30 -0
  23. package/core/migration/chevron-left--chevron-left-large.d.ts +15 -0
  24. package/core/migration/chevron-left--chevron-left-large.js +30 -0
  25. package/core/migration/chevron-left.d.ts +15 -0
  26. package/core/migration/chevron-left.js +30 -0
  27. package/core/migration/chevron-right--chevron-right-circle.d.ts +15 -0
  28. package/core/migration/chevron-right--chevron-right-circle.js +30 -0
  29. package/core/migration/chevron-right--chevron-right-large.d.ts +15 -0
  30. package/core/migration/chevron-right--chevron-right-large.js +30 -0
  31. package/core/migration/chevron-right.d.ts +15 -0
  32. package/core/migration/chevron-right.js +30 -0
  33. package/core/migration/chevron-up--chevron-up-circle.d.ts +15 -0
  34. package/core/migration/chevron-up--chevron-up-circle.js +30 -0
  35. package/core/migration/chevron-up--hipchat-chevron-up.d.ts +15 -0
  36. package/core/migration/chevron-up--hipchat-chevron-up.js +30 -0
  37. package/core/migration/chevron-up.d.ts +15 -0
  38. package/core/migration/chevron-up.js +30 -0
  39. package/dist/cjs/components/icon-facade.js +9 -7
  40. package/dist/cjs/components/icon-new.js +41 -20
  41. package/dist/cjs/metadata-core.js +71 -1
  42. package/dist/cjs/metadata-utility.js +1 -1
  43. package/dist/cjs/migration-map.js +254 -182
  44. package/dist/cjs/recommended-small.js +7 -0
  45. package/dist/es2019/components/icon-facade.js +8 -6
  46. package/dist/es2019/components/icon-new.js +40 -20
  47. package/dist/es2019/metadata-core.js +71 -1
  48. package/dist/es2019/metadata-utility.js +1 -1
  49. package/dist/es2019/migration-map.js +254 -182
  50. package/dist/es2019/recommended-small.js +1 -0
  51. package/dist/esm/components/icon-facade.js +9 -7
  52. package/dist/esm/components/icon-new.js +41 -20
  53. package/dist/esm/metadata-core.js +71 -1
  54. package/dist/esm/metadata-utility.js +1 -1
  55. package/dist/esm/migration-map.js +254 -182
  56. package/dist/esm/recommended-small.js +1 -0
  57. package/dist/types/index.d.ts +1 -1
  58. package/dist/types/metadata-core.d.ts +5 -1
  59. package/dist/types/metadata-utility.d.ts +5 -1
  60. package/dist/types/recommended-small.d.ts +1 -0
  61. package/dist/types/types.d.ts +26 -8
  62. package/dist/types-ts4.5/index.d.ts +1 -1
  63. package/dist/types-ts4.5/metadata-core.d.ts +5 -1
  64. package/dist/types-ts4.5/metadata-utility.d.ts +5 -1
  65. package/dist/types-ts4.5/recommended-small.d.ts +1 -0
  66. package/dist/types-ts4.5/types.d.ts +26 -8
  67. package/glyph/chevron-down-circle.js +2 -3
  68. package/glyph/chevron-down.js +2 -3
  69. package/glyph/chevron-left-circle.js +2 -3
  70. package/glyph/chevron-left-large.js +2 -3
  71. package/glyph/chevron-left.js +2 -3
  72. package/glyph/chevron-right-circle.js +2 -3
  73. package/glyph/chevron-right-large.js +2 -3
  74. package/glyph/chevron-right.js +2 -3
  75. package/glyph/chevron-up-circle.js +2 -3
  76. package/glyph/chevron-up.js +2 -3
  77. package/glyph/hipchat/chevron-down.js +2 -3
  78. package/glyph/hipchat/chevron-up.js +2 -3
  79. package/package.json +8 -8
  80. package/svgs/core/chevron-double-left.svg +1 -0
  81. package/svgs/core/chevron-double-right.svg +1 -0
  82. package/svgs/core/chevron-down.svg +1 -0
  83. package/svgs/core/chevron-left.svg +1 -0
  84. package/svgs/core/chevron-right.svg +1 -0
  85. package/svgs/core/chevron-up.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 26.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#158890](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158890)
8
+ [`a8e4b409426ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8e4b409426ca) -
9
+ Added guidance for chevron icons to inform makers to use 12px variant to maintain uniformity
10
+
11
+ ## 26.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#149822](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149822)
16
+ [`5f950e40b46c5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f950e40b46c5) -
17
+ New icons now support a `size` prop with `medium` and `small` options. This replaces utility
18
+ icons, which will soon be deprecated. See the
19
+ [migration guide](https://atlassian.design/components/icon/migration-guide) for more information.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 26.0.0
4
26
 
5
27
  ### Major Changes
package/build/index.tsx CHANGED
@@ -17,6 +17,7 @@ import coreIconMetadata from '../icons_raw/metadata-core';
17
17
  import utilityIconMetadata from '../icons_raw/metadata-utility';
18
18
  import legacyMetadata from '../src/metadata';
19
19
  import migrationMap from '../src/migration-map';
20
+ import { recommendedSmallIcons } from '../src/recommended-small';
20
21
  import synonyms from '../utils/synonyms';
21
22
 
22
23
  async function main() {
@@ -76,6 +77,7 @@ async function main() {
76
77
  ['icon', 'core'],
77
78
  coreIconMetadata,
78
79
  migrationMap,
80
+ recommendedSmallIcons,
79
81
  );
80
82
 
81
83
  fs.outputFile(path.resolve(root, 'src/metadata-core.tsx'), iconDocs);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6ad9c743a54bd14e5289ecca1c52bde0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronDoubleLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronDoubleLeftIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0aedad896576c9f30117ce568dac9ae2>>
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: "ChevronDoubleLeft".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronDoubleLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m7.72 1.47-6 6a.75.75 0 0 0-.052 1.004l.052.056 6 6 1.06-1.06L3.31 8l5.47-5.47z"/><path fill="currentcolor" d="m12.47 1.47-6 6a.75.75 0 0 0-.052 1.004l.052.056 6 6 1.06-1.06L8.06 8l5.47-5.47z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronDoubleLeftIcon.displayName = 'ChevronDoubleLeftIcon';
27
+ var _default = exports.default = ChevronDoubleLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9f8f52058dc75ff281f4f129204b5398>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronDoubleRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronDoubleRightIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::efa862c3c428395b18b265911f386760>>
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: "ChevronDoubleRight".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronDoubleRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m8.28 1.47 6 6a.75.75 0 0 1 .052 1.004l-.052.056-6 6-1.06-1.06L12.69 8 7.22 2.53z"/><path fill="currentcolor" d="m3.53 1.47 6 6a.75.75 0 0 1 .052 1.004l-.052.056-6 6-1.06-1.06L7.94 8 2.47 2.53z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronDoubleRightIcon.displayName = 'ChevronDoubleRightIcon';
27
+ var _default = exports.default = ChevronDoubleRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::892db6479728872c440bdf52fd925bcf>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronDownIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronDownIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::05a4941b07732842dd47a8ac581e394b>>
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: "ChevronDown".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronDownIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m14.53 6.03-6 6a.75.75 0 0 1-1.004.052l-.056-.052-6-6 1.06-1.06L8 10.44l5.47-5.47z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronDownIcon.displayName = 'ChevronDownIcon';
27
+ var _default = exports.default = ChevronDownIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::83fe925fea385a41c707027a40e47be4>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronLeftIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9d5b8c4a4b8259ad2ac099d079c39acc>>
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: "ChevronLeft".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m9.97 1.47-6 6a.75.75 0 0 0-.052 1.004l.052.056 6 6 1.06-1.06L5.56 8l5.47-5.47z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronLeftIcon.displayName = 'ChevronLeftIcon';
27
+ var _default = exports.default = ChevronLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::93b0f86d3fd771ab33191892c65a8327>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronRightIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6d99c40083bd8ba17abae11f3e4c84cb>>
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: "ChevronRight".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m6.03 1.47 6 6a.75.75 0 0 1 .052 1.004l-.052.056-6 6-1.06-1.06L10.44 8 4.97 2.53z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronRightIcon.displayName = 'ChevronRightIcon';
27
+ var _default = exports.default = ChevronRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c270ec6cd9d7c5e126e1c1fc59fd1734>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChevronUpIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChevronUpIcon;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::384cf900fa5e1e265919ad6f422b5c61>>
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: "ChevronUp".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon
19
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
+ */
22
+ const ChevronUpIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
23
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m14.53 9.97-6-6a.75.75 0 0 0-1.004-.052l-.056.052-6 6 1.06 1.06L8 5.56l5.47 5.47z"/>`
24
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
25
+ }, props));
26
+ ChevronUpIcon.displayName = 'ChevronUpIcon';
27
+ var _default = exports.default = ChevronUpIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b2ee3216c230724b420938aeb0877802>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronDownIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronDownIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::09f8583bbc8ebf2e03977a53b3b2431d>>
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 _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
14
+ var _chevronDownCircle = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down-circle"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronDownIcon.
18
+ * This component is ChevronDownIcon, with `UNSAFE_fallbackIcon` set to "ChevronDownCircleIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronDownIcon = props => /*#__PURE__*/_react.default.createElement(_chevronDown.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronDownCircle.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronDownIcon.Name = 'ChevronDownIconMigration';
30
+ var _default = exports.default = ChevronDownIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b2ee3216c230724b420938aeb0877802>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronDownIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronDownIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f0a527b9fbd19f12aa8b3a40ed19f48c>>
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 _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
14
+ var _chevronDown2 = _interopRequireDefault(require("@atlaskit/icon/glyph/hipchat/chevron-down"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronDownIcon.
18
+ * This component is ChevronDownIcon, with `UNSAFE_fallbackIcon` set to "HipchatChevronDownIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronDownIcon = props => /*#__PURE__*/_react.default.createElement(_chevronDown.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronDown2.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronDownIcon.Name = 'ChevronDownIconMigration';
30
+ var _default = exports.default = ChevronDownIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b2ee3216c230724b420938aeb0877802>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronDownIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronDownIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::118036bebf83d35a87abd08d1f67ec19>>
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 _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
14
+ var _chevronDown2 = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronDownIcon.
18
+ * This component is ChevronDownIcon, with `UNSAFE_fallbackIcon` set to "ChevronDownIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronDownIcon = props => /*#__PURE__*/_react.default.createElement(_chevronDown.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronDown2.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronDownIcon.Name = 'ChevronDownIconMigration';
30
+ var _default = exports.default = ChevronDownIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7057a288cd9afded02db1fca55d07ff6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronLeftIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronLeftIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4ec16a8b3668a256708abceb0d7d3c7e>>
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 _chevronLeft = _interopRequireDefault(require("@atlaskit/icon/core/chevron-left"));
14
+ var _chevronLeftCircle = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-left-circle"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronLeftIcon.
18
+ * This component is ChevronLeftIcon, with `UNSAFE_fallbackIcon` set to "ChevronLeftCircleIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronLeftIcon = props => /*#__PURE__*/_react.default.createElement(_chevronLeft.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronLeftCircle.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronLeftIcon.Name = 'ChevronLeftIconMigration';
30
+ var _default = exports.default = ChevronLeftIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7057a288cd9afded02db1fca55d07ff6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronLeftIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronLeftIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3a278a6cfed0f849d237aca1133973e8>>
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 _chevronLeft = _interopRequireDefault(require("@atlaskit/icon/core/chevron-left"));
14
+ var _chevronLeftLarge = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-left-large"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronLeftIcon.
18
+ * This component is ChevronLeftIcon, with `UNSAFE_fallbackIcon` set to "ChevronLeftLargeIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronLeftIcon = props => /*#__PURE__*/_react.default.createElement(_chevronLeft.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronLeftLarge.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronLeftIcon.Name = 'ChevronLeftIconMigration';
30
+ var _default = exports.default = ChevronLeftIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7057a288cd9afded02db1fca55d07ff6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronLeftIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronLeftIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::73c63d2f299dfa1c3f4f2deb74ad8fd5>>
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 _chevronLeft = _interopRequireDefault(require("@atlaskit/icon/core/chevron-left"));
14
+ var _chevronLeft2 = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-left"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronLeftIcon.
18
+ * This component is ChevronLeftIcon, with `UNSAFE_fallbackIcon` set to "ChevronLeftIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronLeftIcon = props => /*#__PURE__*/_react.default.createElement(_chevronLeft.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronLeft2.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronLeftIcon.Name = 'ChevronLeftIconMigration';
30
+ var _default = exports.default = ChevronLeftIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f57fa70ce1ea0c1f422ada2e278f57fc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
+ import Icon from '@atlaskit/icon/base-new';
10
+
11
+ declare const ChevronRightIconMigration: {
12
+ (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
+ displayName: string;
14
+ };
15
+ export default ChevronRightIconMigration;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e75e03023a4b6a855da6b347e989e9ce>>
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 _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/chevron-right"));
14
+ var _chevronRightCircle = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-right-circle"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
+ /**
17
+ * Migration Icon component for ChevronRightIcon.
18
+ * This component is ChevronRightIcon, with `UNSAFE_fallbackIcon` set to "ChevronRightCircleIcon".
19
+ *
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
+ */
25
+ const ChevronRightIcon = props => /*#__PURE__*/_react.default.createElement(_chevronRight.default, Object.assign({
26
+ LEGACY_fallbackIcon: _chevronRightCircle.default
27
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
28
+ }, props));
29
+ ChevronRightIcon.Name = 'ChevronRightIconMigration';
30
+ var _default = exports.default = ChevronRightIcon;