@atlaskit/icon-lab 4.2.0 → 4.3.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 (75) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/core/colour-none.d.ts +13 -0
  3. package/core/colour-none.js +28 -0
  4. package/core/distribute-spacing-horizontal.d.ts +13 -0
  5. package/core/distribute-spacing-horizontal.js +28 -0
  6. package/core/distribute-spacing-vertical.d.ts +13 -0
  7. package/core/distribute-spacing-vertical.js +28 -0
  8. package/core/jira-add.d.ts +13 -0
  9. package/core/jira-add.js +28 -0
  10. package/core/jira-upload.d.ts +13 -0
  11. package/core/jira-upload.js +28 -0
  12. package/core/node-parallel-bottom-left.d.ts +13 -0
  13. package/core/node-parallel-bottom-left.js +28 -0
  14. package/core/node-parallel-bottom-right.d.ts +13 -0
  15. package/core/node-parallel-bottom-right.js +28 -0
  16. package/core/node-parallel-top-left.d.ts +13 -0
  17. package/core/node-parallel-top-left.js +28 -0
  18. package/core/node-parallel-top-right.d.ts +13 -0
  19. package/core/node-parallel-top-right.js +28 -0
  20. package/core/node-single-left.d.ts +13 -0
  21. package/core/node-single-left.js +28 -0
  22. package/core/node-single-right.d.ts +13 -0
  23. package/core/node-single-right.js +28 -0
  24. package/core/text-bold-italic-strikethrough.d.ts +13 -0
  25. package/core/text-bold-italic-strikethrough.js +28 -0
  26. package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
  27. package/core/text-bold-italic-underline-strikethrough.js +28 -0
  28. package/core/text-bold-italic-underline.d.ts +13 -0
  29. package/core/text-bold-italic-underline.js +28 -0
  30. package/core/text-bold-italic.d.ts +13 -0
  31. package/core/text-bold-italic.js +28 -0
  32. package/core/text-bold-strikethrough.d.ts +13 -0
  33. package/core/text-bold-strikethrough.js +28 -0
  34. package/core/text-bold-underline-strikethrough.d.ts +13 -0
  35. package/core/text-bold-underline-strikethrough.js +28 -0
  36. package/core/text-bold-underline.d.ts +13 -0
  37. package/core/text-bold-underline.js +28 -0
  38. package/core/text-italic-strikethrough.d.ts +13 -0
  39. package/core/text-italic-strikethrough.js +28 -0
  40. package/core/text-italic-underline-strikethrough.d.ts +13 -0
  41. package/core/text-italic-underline-strikethrough.js +28 -0
  42. package/core/text-italic-underline.d.ts +13 -0
  43. package/core/text-italic-underline.js +28 -0
  44. package/core/text-underline-strikethrough.d.ts +13 -0
  45. package/core/text-underline-strikethrough.js +28 -0
  46. package/core/tidy.js +2 -2
  47. package/dist/cjs/metadata-core.js +199 -1
  48. package/dist/es2019/metadata-core.js +199 -1
  49. package/dist/esm/metadata-core.js +199 -1
  50. package/dist/types/metadata-core.d.ts +1 -1
  51. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  52. package/package.json +3 -3
  53. package/svgs/core/colour-none.svg +1 -0
  54. package/svgs/core/distribute-spacing-horizontal.svg +1 -0
  55. package/svgs/core/distribute-spacing-vertical.svg +1 -0
  56. package/svgs/core/jira-add.svg +1 -0
  57. package/svgs/core/jira-upload.svg +1 -0
  58. package/svgs/core/node-parallel-bottom-left.svg +1 -0
  59. package/svgs/core/node-parallel-bottom-right.svg +1 -0
  60. package/svgs/core/node-parallel-top-left.svg +1 -0
  61. package/svgs/core/node-parallel-top-right.svg +1 -0
  62. package/svgs/core/node-single-left.svg +1 -0
  63. package/svgs/core/node-single-right.svg +1 -0
  64. package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
  65. package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
  66. package/svgs/core/text-bold-italic-underline.svg +1 -0
  67. package/svgs/core/text-bold-italic.svg +1 -0
  68. package/svgs/core/text-bold-strikethrough.svg +1 -0
  69. package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
  70. package/svgs/core/text-bold-underline.svg +1 -0
  71. package/svgs/core/text-italic-strikethrough.svg +1 -0
  72. package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
  73. package/svgs/core/text-italic-underline.svg +1 -0
  74. package/svgs/core/text-underline-strikethrough.svg +1 -0
  75. package/svgs/core/tidy.svg +1 -1
@@ -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;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2e67ea109fa2ed71033c652fc78f5d93>>
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: "TextBoldStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold strikethrough text
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 TextBoldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.125 1C3.504 1 3 1.504 3 2.125V7.25H1v1.5h14v-1.5h-2.634A3.96 3.96 0 0 0 13 5.063C13 2.626 11.004 1 8.75 1zm6.625 4.063c0 1.014-.802 1.812-2 1.812h-3.5V3.25h3.5c1.198 0 2 .798 2 1.813" clip-rule="evenodd"/><path fill="currentcolor" d="M13.945 10.25h-2.329q.133.319.134.688c0 1.014-.802 1.812-2 1.812h-4.5v-2.5H3v3.625C3 14.496 3.504 15 4.125 15H9.75c2.254 0 4.25-1.626 4.25-4.062a4 4 0 0 0-.055-.688"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldStrikethroughIcon.displayName = 'TextBoldStrikethroughIcon';
28
+ var _default = exports.default = TextBoldStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fe574ef6583c7a5995e5c45ec033c052>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::199e37b7f4bd95472d2aca8c559ca5f8>>
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: "TextBoldUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold 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 TextBoldUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5 1a1 1 0 0 0-1 1v3.5H1V7h14V5.5h-3.192A3.375 3.375 0 0 0 8.625 1zm1 4.5h3.416a1.375 1.375 0 0 0-.79-2.5H5.999z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.94 8.5h-2.09a1.38 1.38 0 0 1-1.23 2H6v-2H4v3a1 1 0 0 0 1 1h4.63a3.38 3.38 0 0 0 3.32-4M0 16h16v-1.5H0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldUnderlineStrikethroughIcon.displayName = 'TextBoldUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextBoldUnderlineStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4f98c069ab6f86c67a6b438b5deb761f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldUnderlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldUnderlineIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::64b317f1c154190adad38b9aff159982>>
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: "TextBoldUnderline".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold 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 TextBoldUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4 6.75a1 1 0 0 1 1-1h4.625a3.375 3.375 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h3.625a1.375 1.375 0 1 0 0-2.75z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 2a1 1 0 0 1 1-1h3.63a3.38 3.38 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h2.63a1.38 1.38 0 0 0 0-2.75zm10 13H0v-1.5h16z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldUnderlineIcon.displayName = 'TextBoldUnderlineIcon';
28
+ var _default = exports.default = TextBoldUnderlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3e6a561e849f517d6318e6dc9a449386>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8d4e905519b87e431c6a5b1d18131e07>>
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: "TextItalicStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for italic text with 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 TextItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M12.5 1H6v1.5h2.55L7.41 7.25H1v1.5h14v-1.5H8.95l1.14-4.75h2.41zm-4.27 9.25H6.69l-.78 3.25H3.5V15H10v-1.5H7.45z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicStrikethroughIcon.displayName = 'TextItalicStrikethroughIcon';
28
+ var _default = exports.default = TextItalicStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7e75e8672742da2145ff596dd3daf083>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6004f4f25241da38e240f101914ee4ef>>
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: "TextItalicUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 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 TextItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.44 1h5.07v1.5H9.76l-.72 3H15V7H1V5.5h6.5l.72-3H6.44zm.34 7.5-.54 2.25H4.49v1.5h5.07v-1.5H7.78l.54-2.25zM0 16h16v-1.5H0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicUnderlineStrikethroughIcon.displayName = 'TextItalicUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c6405b5645e1ebcd8c961e4ea5963036>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicUnderlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicUnderlineIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::78c86cfad58ffba4d95cb500e4a4fd22>>
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: "TextItalicUnderline".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 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 TextItalicUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 16H0v-1.5h16zM5.75 1h6v1.5H9.62L7.92 11H10v1.5H4.25V11h2.13l1.7-8.5H5.75z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicUnderlineIcon.displayName = 'TextItalicUnderlineIcon';
28
+ var _default = exports.default = TextItalicUnderlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::56191e23e52e76448ded77114a3788f2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6576e0a99745db83c3d7454efc70aa4b>>
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: "TextUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for underline 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 TextUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M3.53 8.5a4.5 4.5 0 0 0 8.95 0h-1.51a3 3 0 0 1-5.92 0zM15 7V5.5h-2.5V1H11v4.5H5V1H3.5v4.5H1V7zM0 16v-1.5h16V16z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextUnderlineStrikethroughIcon.displayName = 'TextUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextUnderlineStrikethroughIcon;
package/core/tidy.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ed462dedbc6a1a823ea8adc173776464>>
3
+ * @codegen <<SignedSource::beab340dd2bb1bb076cdac8d80bcd5f1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const TidyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v2.167h2.667V2.5zm3.667 0v2.667h2.666V2.5zm4.166 0v2.667H13.5V3a.5.5 0 0 0-.5-.5zM13.5 6.667h-2.667v2.666H13.5zm0 4.166h-2.667V13.5H13a.5.5 0 0 0 .5-.5zM9.333 13.5v-2.667H6.667V13.5zm-4.166 0v-2.667H2.5V13a.5.5 0 0 0 .5.5zM2.5 9.333h2.667V6.667H2.5zm4.167-2.666v2.666h2.666V6.667zM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8zm0 3.25H4v-1.5h8zM12 12H4v-1.5h8z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TidyIcon.displayName = 'TidyIcon';
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
12
+ * @codegen <<SignedSource::7d519974d95efb95644eddbc4da480a5>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -167,6 +167,15 @@ var metadata = {
167
167
  usage: 'Multi purpose',
168
168
  team: 'Design System Team'
169
169
  },
170
+ 'colour-none': {
171
+ keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'core', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
172
+ componentName: 'ColourNoneIcon',
173
+ package: '@atlaskit/icon-lab/core/colour-none',
174
+ type: 'core',
175
+ categorization: 'single-purpose',
176
+ usage: "Remove colours from Whiteboard's colour picker",
177
+ team: 'Whiteboards'
178
+ },
170
179
  'continue-when': {
171
180
  keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
172
181
  componentName: 'ContinueWhenIcon',
@@ -224,6 +233,24 @@ var metadata = {
224
233
  team: 'Ecosystem',
225
234
  slackChannel: '#forge-sql'
226
235
  },
236
+ 'distribute-spacing-horizontal': {
237
+ keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'core', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
238
+ componentName: 'DistributeSpacingHorizontalIcon',
239
+ package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
240
+ type: 'core',
241
+ categorization: 'single-purpose',
242
+ usage: 'Evenly distributing the horizontal space between multiple selected objects on Whiteboards',
243
+ team: 'Whiteboards'
244
+ },
245
+ 'distribute-spacing-vertical': {
246
+ keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'core', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
247
+ componentName: 'DistributeSpacingVerticalIcon',
248
+ package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
249
+ type: 'core',
250
+ categorization: 'single-purpose',
251
+ usage: 'Evenly distributing the vertical space between multiple selected objects on Whiteboards',
252
+ team: 'Whiteboards'
253
+ },
227
254
  'divider-element': {
228
255
  keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
229
256
  componentName: 'DividerElementIcon',
@@ -364,6 +391,24 @@ var metadata = {
364
391
  usage: 'Representing JIRA',
365
392
  team: 'Whiteboards'
366
393
  },
394
+ 'jira-add': {
395
+ keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Create'],
396
+ componentName: 'JiraAddIcon',
397
+ package: '@atlaskit/icon-lab/core/jira-add',
398
+ type: 'core',
399
+ categorization: 'single-purpose',
400
+ usage: 'Reserved for adding Jira work items',
401
+ team: 'Whiteboards'
402
+ },
403
+ 'jira-upload': {
404
+ keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Import', 'Arrow up'],
405
+ componentName: 'JiraUploadIcon',
406
+ package: '@atlaskit/icon-lab/core/jira-upload',
407
+ type: 'core',
408
+ categorization: 'single-purpose',
409
+ usage: 'Reserved for importing Jira work items',
410
+ team: 'Whiteboards'
411
+ },
367
412
  lozenge: {
368
413
  keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
369
414
  componentName: 'LozengeIcon',
@@ -373,6 +418,60 @@ var metadata = {
373
418
  usage: 'Reserved for inserting status lozenges in Editor.',
374
419
  team: 'Editor'
375
420
  },
421
+ 'node-parallel-bottom-left': {
422
+ keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
423
+ componentName: 'NodeParallelBottomLeftIcon',
424
+ package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
425
+ type: 'core',
426
+ categorization: 'single-purpose',
427
+ usage: 'Reserved for whiteboard’s node parallel-bottom-left',
428
+ team: 'Whiteboards'
429
+ },
430
+ 'node-parallel-bottom-right': {
431
+ keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'bottom', 'right'],
432
+ componentName: 'NodeParallelBottomRightIcon',
433
+ package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
434
+ type: 'core',
435
+ categorization: 'single-purpose',
436
+ usage: 'Reserved for whiteboard’s node parallel-bottom-right',
437
+ team: 'Whiteboards'
438
+ },
439
+ 'node-parallel-top-left': {
440
+ keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Top', 'Left'],
441
+ componentName: 'NodeParallelTopLeftIcon',
442
+ package: '@atlaskit/icon-lab/core/node-parallel-top-left',
443
+ type: 'core',
444
+ categorization: 'single-purpose',
445
+ usage: 'Reserved for whiteboard’s node parallel-top-left',
446
+ team: 'Whiteboards'
447
+ },
448
+ 'node-parallel-top-right': {
449
+ keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'top', 'right'],
450
+ componentName: 'NodeParallelTopRightIcon',
451
+ package: '@atlaskit/icon-lab/core/node-parallel-top-right',
452
+ type: 'core',
453
+ categorization: 'single-purpose',
454
+ usage: 'Reserved for whiteboard’s node parallel-top-right',
455
+ team: 'Whiteboards'
456
+ },
457
+ 'node-single-left': {
458
+ keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'core', 'Node', 'Single', 'Left'],
459
+ componentName: 'NodeSingleLeftIcon',
460
+ package: '@atlaskit/icon-lab/core/node-single-left',
461
+ type: 'core',
462
+ categorization: 'single-purpose',
463
+ usage: 'Reserved for whiteboard’s node single-left alignment',
464
+ team: 'Whiteboards'
465
+ },
466
+ 'node-single-right': {
467
+ keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'core', 'Node', 'single', 'right'],
468
+ componentName: 'NodeSingleRightIcon',
469
+ package: '@atlaskit/icon-lab/core/node-single-right',
470
+ type: 'core',
471
+ categorization: 'single-purpose',
472
+ usage: 'Reserved for whiteboard’s node single-right',
473
+ team: 'Whiteboards'
474
+ },
376
475
  'page-live-doc': {
377
476
  keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
378
477
  componentName: 'PageLiveDocIcon',
@@ -710,6 +809,105 @@ var metadata = {
710
809
  usage: 'Used for templates in Whiteboards',
711
810
  team: 'Whiteboards'
712
811
  },
812
+ 'text-bold-italic': {
813
+ keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
814
+ componentName: 'TextBoldItalicIcon',
815
+ package: '@atlaskit/icon-lab/core/text-bold-italic',
816
+ type: 'core',
817
+ categorization: 'single-purpose',
818
+ usage: 'Reserved for bold text with italic',
819
+ team: 'Whiteboards'
820
+ },
821
+ 'text-bold-italic-strikethrough': {
822
+ keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
823
+ componentName: 'TextBoldItalicStrikethroughIcon',
824
+ package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
825
+ type: 'core',
826
+ categorization: 'single-purpose',
827
+ usage: 'Reserved for italic bold text with a strikethrough',
828
+ team: 'Whiteboards'
829
+ },
830
+ 'text-bold-italic-underline': {
831
+ keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
832
+ componentName: 'TextBoldItalicUnderlineIcon',
833
+ package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
834
+ type: 'core',
835
+ categorization: 'single-purpose',
836
+ usage: 'Reserved for bold italic text with underline',
837
+ team: 'Whiteboards'
838
+ },
839
+ 'text-bold-italic-underline-strikethrough': {
840
+ keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
841
+ componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
842
+ package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
843
+ type: 'core',
844
+ categorization: 'single-purpose',
845
+ usage: 'Reserved for bold italic text with underline and strikethrough',
846
+ team: 'Whiteboards'
847
+ },
848
+ 'text-bold-strikethrough': {
849
+ keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Bold', 'strikethrough'],
850
+ componentName: 'TextBoldStrikethroughIcon',
851
+ package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
852
+ type: 'core',
853
+ categorization: 'single-purpose',
854
+ usage: 'Reserved for bold strikethrough text',
855
+ team: 'Whiteboards'
856
+ },
857
+ 'text-bold-underline': {
858
+ keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'core', 'bold', 'underline', 'text formatting'],
859
+ componentName: 'TextBoldUnderlineIcon',
860
+ package: '@atlaskit/icon-lab/core/text-bold-underline',
861
+ type: 'core',
862
+ categorization: 'single-purpose',
863
+ usage: 'Reserved for bold text with underline',
864
+ team: 'Whiteboards'
865
+ },
866
+ 'text-bold-underline-strikethrough': {
867
+ keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'strikethrough', 'underline'],
868
+ componentName: 'TextBoldUnderlineStrikethroughIcon',
869
+ package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
870
+ type: 'core',
871
+ categorization: 'single-purpose',
872
+ usage: 'Reserved for bold text with underline and strikethrough',
873
+ team: 'Whiteboards'
874
+ },
875
+ 'text-italic-strikethrough': {
876
+ keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
877
+ componentName: 'TextItalicStrikethroughIcon',
878
+ package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
879
+ type: 'core',
880
+ categorization: 'single-purpose',
881
+ usage: 'Reserved for italic text with strikethrough',
882
+ team: 'Whiteboards'
883
+ },
884
+ 'text-italic-underline': {
885
+ keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
886
+ componentName: 'TextItalicUnderlineIcon',
887
+ package: '@atlaskit/icon-lab/core/text-italic-underline',
888
+ type: 'core',
889
+ categorization: 'single-purpose',
890
+ usage: 'Reserved for italic text with underline',
891
+ team: 'Whiteboards'
892
+ },
893
+ 'text-italic-underline-strikethrough': {
894
+ keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'italic', 'underline', 'strikethrough'],
895
+ componentName: 'TextItalicUnderlineStrikethroughIcon',
896
+ package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
897
+ type: 'core',
898
+ categorization: 'single-purpose',
899
+ usage: 'Reserved for italic text with underline and strikethrough',
900
+ team: 'Whiteboards'
901
+ },
902
+ 'text-underline-strikethrough': {
903
+ keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
904
+ componentName: 'TextUnderlineStrikethroughIcon',
905
+ package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
906
+ type: 'core',
907
+ categorization: 'single-purpose',
908
+ usage: 'Reserved for underline text with a strikethrough',
909
+ team: 'Whiteboards'
910
+ },
713
911
  ticket: {
714
912
  keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
715
913
  componentName: 'TicketIcon',