@atlaskit/icon-lab 4.2.1 → 4.4.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 (135) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/core/arrows-diagonal-up-right-down-left.d.ts +13 -0
  3. package/core/arrows-diagonal-up-right-down-left.js +28 -0
  4. package/core/assets-graph.d.ts +13 -0
  5. package/core/assets-graph.js +28 -0
  6. package/core/colour-none.d.ts +13 -0
  7. package/core/colour-none.js +28 -0
  8. package/core/distribute-spacing-horizontal.d.ts +13 -0
  9. package/core/distribute-spacing-horizontal.js +28 -0
  10. package/core/distribute-spacing-vertical.d.ts +13 -0
  11. package/core/distribute-spacing-vertical.js +28 -0
  12. package/core/image-alt-text.d.ts +13 -0
  13. package/core/image-alt-text.js +28 -0
  14. package/core/image-crop.d.ts +13 -0
  15. package/core/image-crop.js +28 -0
  16. package/core/jira-add.d.ts +13 -0
  17. package/core/jira-add.js +28 -0
  18. package/core/jira-upload.d.ts +13 -0
  19. package/core/jira-upload.js +28 -0
  20. package/core/layout-five-columns.d.ts +13 -0
  21. package/core/layout-five-columns.js +28 -0
  22. package/core/layout-four-columns.d.ts +13 -0
  23. package/core/layout-four-columns.js +28 -0
  24. package/core/node-parallel-bottom-left.d.ts +13 -0
  25. package/core/node-parallel-bottom-left.js +28 -0
  26. package/core/node-parallel-bottom-right.d.ts +13 -0
  27. package/core/node-parallel-bottom-right.js +28 -0
  28. package/core/node-parallel-top-left.d.ts +13 -0
  29. package/core/node-parallel-top-left.js +28 -0
  30. package/core/node-parallel-top-right.d.ts +13 -0
  31. package/core/node-parallel-top-right.js +28 -0
  32. package/core/node-single-left.d.ts +13 -0
  33. package/core/node-single-left.js +28 -0
  34. package/core/node-single-right.d.ts +13 -0
  35. package/core/node-single-right.js +28 -0
  36. package/core/notepad.d.ts +13 -0
  37. package/core/notepad.js +28 -0
  38. package/core/panel.d.ts +13 -0
  39. package/core/panel.js +28 -0
  40. package/core/recur.d.ts +13 -0
  41. package/core/recur.js +28 -0
  42. package/core/suggested-edit.d.ts +13 -0
  43. package/core/suggested-edit.js +28 -0
  44. package/core/talent.d.ts +13 -0
  45. package/core/talent.js +28 -0
  46. package/core/text-bold-italic-strikethrough.d.ts +13 -0
  47. package/core/text-bold-italic-strikethrough.js +28 -0
  48. package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
  49. package/core/text-bold-italic-underline-strikethrough.js +28 -0
  50. package/core/text-bold-italic-underline.d.ts +13 -0
  51. package/core/text-bold-italic-underline.js +28 -0
  52. package/core/text-bold-italic.d.ts +13 -0
  53. package/core/text-bold-italic.js +28 -0
  54. package/core/text-bold-strikethrough.d.ts +13 -0
  55. package/core/text-bold-strikethrough.js +28 -0
  56. package/core/text-bold-underline-strikethrough.d.ts +13 -0
  57. package/core/text-bold-underline-strikethrough.js +28 -0
  58. package/core/text-bold-underline.d.ts +13 -0
  59. package/core/text-bold-underline.js +28 -0
  60. package/core/text-conclusion-add.d.ts +13 -0
  61. package/core/text-conclusion-add.js +28 -0
  62. package/core/text-introduction-add.d.ts +13 -0
  63. package/core/text-introduction-add.js +28 -0
  64. package/core/text-italic-strikethrough.d.ts +13 -0
  65. package/core/text-italic-strikethrough.js +28 -0
  66. package/core/text-italic-underline-strikethrough.d.ts +13 -0
  67. package/core/text-italic-underline-strikethrough.js +28 -0
  68. package/core/text-italic-underline.d.ts +13 -0
  69. package/core/text-italic-underline.js +28 -0
  70. package/core/text-lengthen.d.ts +13 -0
  71. package/core/text-lengthen.js +28 -0
  72. package/core/text-paragraph.d.ts +13 -0
  73. package/core/text-paragraph.js +28 -0
  74. package/core/text-rephrase.d.ts +13 -0
  75. package/core/text-rephrase.js +28 -0
  76. package/core/text-underline-strikethrough.d.ts +13 -0
  77. package/core/text-underline-strikethrough.js +28 -0
  78. package/core/tidy.js +2 -2
  79. package/core/video-hd-filled.d.ts +13 -0
  80. package/core/video-hd-filled.js +28 -0
  81. package/core/video-hd.d.ts +13 -0
  82. package/core/video-hd.js +28 -0
  83. package/core/warning-outline.d.ts +13 -0
  84. package/core/warning-outline.js +28 -0
  85. package/core/work-item-add.d.ts +13 -0
  86. package/core/work-item-add.js +28 -0
  87. package/dist/cjs/metadata-core.js +388 -8
  88. package/dist/es2019/metadata-core.js +388 -8
  89. package/dist/esm/metadata-core.js +388 -8
  90. package/dist/types/metadata-core.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/package.json +4 -4
  93. package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
  94. package/svgs/core/assets-graph.svg +1 -0
  95. package/svgs/core/colour-none.svg +1 -0
  96. package/svgs/core/distribute-spacing-horizontal.svg +1 -0
  97. package/svgs/core/distribute-spacing-vertical.svg +1 -0
  98. package/svgs/core/image-alt-text.svg +1 -0
  99. package/svgs/core/image-crop.svg +1 -0
  100. package/svgs/core/jira-add.svg +1 -0
  101. package/svgs/core/jira-upload.svg +1 -0
  102. package/svgs/core/layout-five-columns.svg +1 -0
  103. package/svgs/core/layout-four-columns.svg +1 -0
  104. package/svgs/core/node-parallel-bottom-left.svg +1 -0
  105. package/svgs/core/node-parallel-bottom-right.svg +1 -0
  106. package/svgs/core/node-parallel-top-left.svg +1 -0
  107. package/svgs/core/node-parallel-top-right.svg +1 -0
  108. package/svgs/core/node-single-left.svg +1 -0
  109. package/svgs/core/node-single-right.svg +1 -0
  110. package/svgs/core/notepad.svg +1 -0
  111. package/svgs/core/panel.svg +1 -0
  112. package/svgs/core/recur.svg +1 -0
  113. package/svgs/core/suggested-edit.svg +1 -0
  114. package/svgs/core/talent.svg +1 -0
  115. package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
  116. package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
  117. package/svgs/core/text-bold-italic-underline.svg +1 -0
  118. package/svgs/core/text-bold-italic.svg +1 -0
  119. package/svgs/core/text-bold-strikethrough.svg +1 -0
  120. package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
  121. package/svgs/core/text-bold-underline.svg +1 -0
  122. package/svgs/core/text-conclusion-add.svg +1 -0
  123. package/svgs/core/text-introduction-add.svg +1 -0
  124. package/svgs/core/text-italic-strikethrough.svg +1 -0
  125. package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
  126. package/svgs/core/text-italic-underline.svg +1 -0
  127. package/svgs/core/text-lengthen.svg +1 -0
  128. package/svgs/core/text-paragraph.svg +1 -0
  129. package/svgs/core/text-rephrase.svg +1 -0
  130. package/svgs/core/text-underline-strikethrough.svg +1 -0
  131. package/svgs/core/tidy.svg +1 -1
  132. package/svgs/core/video-hd-filled.svg +1 -0
  133. package/svgs/core/video-hd.svg +1 -0
  134. package/svgs/core/warning-outline.svg +1 -0
  135. package/svgs/core/work-item-add.svg +1 -0
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1b9c7d45e08de5b6f625d813134f682e>>
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: "NodeParallelBottomRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node parallel-bottom-right
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 NodeParallelBottomRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 3.5h11V5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M6.75 4.25v6.25a.5.5 0 0 0 .5.5H12v1.5H7.25a2 2 0 0 1-2-2V4.25z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeParallelBottomRightIcon.displayName = 'NodeParallelBottomRightIcon';
28
+ var _default = exports.default = NodeParallelBottomRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::71145875dd6b839072f0fdf1293d308c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeParallelTopLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeParallelTopLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::427cc5b8d0d60dc77e92474465cbe8ed>>
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: "NodeParallelTopLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node parallel-top-left
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 NodeParallelTopLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 11h11v1.5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8.75 5H4V3.5h4.75a2 2 0 0 1 2 2v6.25h-1.5V5.5a.5.5 0 0 0-.5-.5" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeParallelTopLeftIcon.displayName = 'NodeParallelTopLeftIcon';
28
+ var _default = exports.default = NodeParallelTopLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b090610074efcc7566bf27cbe807e7f3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeParallelTopRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeParallelTopRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::655e32ab81b1e05a7931d0d168ae2573>>
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: "NodeParallelTopRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node parallel-top-right
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 NodeParallelTopRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 11h11v1.5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.25 5a.5.5 0 0 0-.5.5v6.25h-1.5V5.5a2 2 0 0 1 2-2H12V5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeParallelTopRightIcon.displayName = 'NodeParallelTopRightIcon';
28
+ var _default = exports.default = NodeParallelTopRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2408142b986ae6273e2e6de2ca4281b0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeSingleLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeSingleLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::45c40d0d283eb92bd2b25718c37facb0>>
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: "NodeSingleLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node single-left alignment
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 NodeSingleLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 8a2.25 2.25 0 1 1 4.5 0A2.25 2.25 0 0 1 1 8" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 7.25h10v1.5H4z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeSingleLeftIcon.displayName = 'NodeSingleLeftIcon';
28
+ var _default = exports.default = NodeSingleLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a26d151f1cbc0d0dffd3fe24e58a27a7>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeSingleRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeSingleRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c96d0963bcca78aa51ebbbf8fa9714a5>>
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: "NodeSingleRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node single-right
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 NodeSingleRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M10.5 8A2.25 2.25 0 1 1 15 8a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M2 7.25h10v1.5H2z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeSingleRightIcon.displayName = 'NodeSingleRightIcon';
28
+ var _default = exports.default = NodeSingleRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::627cadb83fd5d1d396aaf2355ac50f1f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NotepadIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NotepadIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::df56d6dbe9cdb02b4856b0b81fe83786>>
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: "Notepad".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Whiteboard component 'card'
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 NotepadIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4 1V0h1.5v1h1.75V0h1.5v1h1.75V0H12v1h1a2 2 0 0 1 2 2v7.75c0 .52-.206 1.017-.573 1.384l-3.293 3.293A1.96 1.96 0 0 1 9.75 16H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm0 1.5H3a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h6v-3.75a.75.75 0 0 1 .75-.75h3.75V3a.5.5 0 0 0-.5-.5h-1v2h-1.5v-2H8.75v2h-1.5v-2H5.5v2H4zm8.94 9H10.5v2.44zM12 8H4V6.5h8zm-5 2v1.5H4V10z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NotepadIcon.displayName = 'NotepadIcon';
28
+ var _default = exports.default = NotepadIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::eca8cf2eb95650ece4863fee43f48a03>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PanelIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PanelIcon;
package/core/panel.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d75aa39989959c80c86af1e00f83f0b9>>
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: "Panel".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Panel category in Confluence
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 PanelIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V4a.5.5 0 0 1 .5-.5zm2 .5a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8 5.5H3V7h5zm5 5V9H3v1.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ PanelIcon.displayName = 'PanelIcon';
28
+ var _default = exports.default = PanelIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a26d8cdfcc51694eddba86dc6261d71a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const RecurIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default RecurIcon;
package/core/recur.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5c9b4722a1553cbcf67aafb2cc4e4aaf>>
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: "Recur".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for setting objects to recur (eg Work items, Forms)
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 RecurIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m8.78 3.72-3-3-1.06 1.06L6.44 3.5H4.5a4.5 4.5 0 0 0 0 9h1V11h-1a3 3 0 0 1 0-6h1.94L4.72 6.72l1.06 1.06 3-3a.75.75 0 0 0 0-1.06M11.5 5a3 3 0 1 1 0 6H9.56l1.72-1.72-1.06-1.06-3 3a.75.75 0 0 0 0 1.06l3 3 1.06-1.06-1.72-1.72h1.94a4.5 4.5 0 1 0 0-9h-1V5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ RecurIcon.displayName = 'RecurIcon';
28
+ var _default = exports.default = RecurIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::974b9947f9e195370dd7cb71efed2b83>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SuggestedEditIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SuggestedEditIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::55894d8cffd92a9b08764017d4445c4c>>
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: "SuggestedEdit".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for suggestions powered by Atlassian Intelligence
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 SuggestedEditIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.84 5.85a2 2 0 0 1 2.83 0l.73.73a2 2 0 0 1 0 2.83l-5.14 5.14a2 2 0 0 1-.86.51l-3.19.91a.75.75 0 0 1-.93-.93l.91-3.19a2 2 0 0 1 .51-.86zm1.77 1.06a.5.5 0 0 0-.71 0l-.59.59 1.44 1.44.59-.59a.5.5 0 0 0 0-.71zM12.69 10l-1.44-1.44-3.49 3.49a.5.5 0 0 0-.13.22l-.54 1.89 1.89-.54a.5.5 0 0 0 .22-.13zM4.75 0c.31 0 .59.19.7.48l1 2.57 2.57 1a.75.75 0 0 1 0 1.4l-2.57 1-1 2.57a.75.75 0 0 1-1.4 0l-1-2.57-2.57-1a.75.75 0 0 1 0-1.4l2.57-1 1-2.57a.75.75 0 0 1 .7-.48m0 2.82L4.33 3.9a.75.75 0 0 1-.43.43l-1.08.42 1.08.42a.75.75 0 0 1 .43.43l.42 1.08.42-1.08a.75.75 0 0 1 .43-.43l1.08-.42-1.08-.42a.75.75 0 0 1-.43-.43z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ SuggestedEditIcon.displayName = 'SuggestedEditIcon';
28
+ var _default = exports.default = SuggestedEditIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d3b248d2675831af8a15cd4adef53d2b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TalentIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TalentIcon;
package/core/talent.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7b04f8e67553cc0d8c7c4b99d3f7f1d8>>
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: "Talent".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for functional representation of Talent app
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 TalentIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5 1.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M1 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0m2.75 6.5a2.25 2.25 0 0 0-2.25 2.25V15H0v-2.25A3.75 3.75 0 0 1 3.75 9h2.5A3.75 3.75 0 0 1 10 12.75V15H8.5v-2.25a2.25 2.25 0 0 0-2.25-2.25z" clip-rule="evenodd"/><path fill="currentcolor" d="m13 9.444-1.526 1.047a.332.332 0 0 1-.51-.36l.48-1.788-1.315-1.097a.332.332 0 0 1 .187-.587l1.712-.131.662-1.721a.332.332 0 0 1 .62 0l.662 1.72 1.712.132a.332.332 0 0 1 .187.587l-1.315 1.097.48 1.787a.332.332 0 0 1-.51.36z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TalentIcon.displayName = 'TalentIcon';
28
+ var _default = exports.default = TalentIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::004f731b679a08d89a5342f1633c0b64>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldItalicStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldItalicStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2a13ee666b5d79bec729afea3cc70e02>>
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: "TextBoldItalicStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for italic bold text with a strikethrough
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 TextBoldItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.215 1.93c.094-.538.561-.93 1.108-.93h4.622c1.125 0 2.175.398 2.896 1.188.734.803 1.026 1.9.82 3.07a4.5 4.5 0 0 1-.89 1.992H15v1.5H1v-1.5h2.277zm1.413 4.945H8.91c1.238 0 2.335-.877 2.535-2.008.098-.555-.05-.926-.264-1.161-.227-.248-.633-.456-1.236-.456H6.267z" clip-rule="evenodd"/><path fill="currentcolor" d="M11.433 10.25h2.254q.019.432-.062.883C13.215 13.452 11.087 15 8.875 15H3.25a1.125 1.125 0 0 1-1.108-1.32l.604-3.43h2.285l-.44 2.5h4.284c1.238 0 2.335-.877 2.535-2.008q.047-.275.023-.492"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldItalicStrikethroughIcon.displayName = 'TextBoldItalicStrikethroughIcon';
28
+ var _default = exports.default = TextBoldItalicStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::80ddf6c7a973bf3ea3aa5439bcd0d7c4>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldItalicUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::538b11cdd48f55fe86ca1c6696f4d2aa>>
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: "TextBoldItalicUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold italic text with underline and strikethrough
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 TextBoldItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.125 1.75a1 1 0 0 0-.976.783L4.323 6.25H1v1.5h14v-1.5h-2.93a3.25 3.25 0 0 0-3-4.5zm.247 4.5.555-2.5H9.07a1.25 1.25 0 1 1 0 2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.29 9.25h-2.05a1.5 1.5 0 0 1-1.41 2H5.35l.4-2H3.71l-.56 2.8a1 1 0 0 0 .98 1.2h4.7a3.5 3.5 0 0 0 3.47-4M0 16.75h16v-1.5H0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldItalicUnderlineStrikethroughIcon.displayName = 'TextBoldItalicUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextBoldItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::51c18eae41b7accc0183049d53da91d5>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldItalicUnderlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldItalicUnderlineIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bd9d799ad8ba63cbdb74ebe4c6e4692d>>
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: "TextBoldItalicUnderline".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold italic text with underline
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 TextBoldItalicUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 16H0v-1.5h16zM4.14 6.3a1 1 0 0 1 .98-.8h3.7a3.5 3.5 0 1 1 0 7h-4.7a1 1 0 0 1-.98-1.2zm1.8 1.2-.6 3h3.48a1.5 1.5 0 0 0 0-3z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M5.149 1.783A1 1 0 0 1 6.125 1H9.07a3.25 3.25 0 1 1 0 6.5H5.125a1 1 0 0 1-.976-1.217zM6.927 3l-.555 2.5H9.07a1.25 1.25 0 1 0 0-2.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldItalicUnderlineIcon.displayName = 'TextBoldItalicUnderlineIcon';
28
+ var _default = exports.default = TextBoldItalicUnderlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6f77cebf0be5072bfd76f73482c00892>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldItalicIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldItalicIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9d102352b0e25d54f6a454418663ba13>>
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: "TextBoldItalic".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold text with italic
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 TextBoldItalicIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.465 1.93c.094-.538.561-.93 1.108-.93h4.622c1.125 0 2.175.398 2.896 1.188.734.803 1.026 1.9.82 3.07a4.53 4.53 0 0 1-1.27 2.421q.222.173.414.384c.734.802 1.027 1.9.82 3.07-.41 2.319-2.538 3.867-4.75 3.867H3.5a1.125 1.125 0 0 1-1.108-1.32l1.035-5.875.015-.073zm1.413 4.945H9.16c1.238 0 2.335-.877 2.535-2.008.098-.555-.05-.926-.264-1.161-.227-.248-.633-.456-1.236-.456H6.517zm-.399 2.25-.638 3.625h4.284c1.238 0 2.335-.877 2.535-2.008.098-.554-.05-.926-.265-1.16-.227-.25-.634-.457-1.235-.457z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldItalicIcon.displayName = 'TextBoldItalicIcon';
28
+ var _default = exports.default = TextBoldItalicIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5abe403dc1530a4f78f1f5decf62c002>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldStrikethroughIcon;