@atlaskit/icon 23.7.1 → 23.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 23.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#113648](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113648)
8
+ [`b99bce6a11fd5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b99bce6a11fd5) -
9
+ Update dependencies.
10
+
11
+ ## 23.8.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#111393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111393)
16
+ [`cbcdf9cbfacf7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cbcdf9cbfacf7) -
17
+ This release adds and updates icons in `@atlaskit/icon`.
18
+
19
+ ### Added:
20
+
21
+ **`@atlaskit/icon/core`**
22
+
23
+ - `align-image-center`
24
+ - `align-image-left`
25
+ - `align-image-right`
26
+ - `align-text-center`
27
+ - `align-text-left`
28
+ - `align-text-right`
29
+ - `stroke-weight-extra-large`
30
+ - `stroke-weight-large`
31
+ - `stroke-weight-medium`
32
+ - `stroke-weight-small`
33
+
34
+ ### Updated:
35
+
36
+ **`@atlaskit/icon/core`**
37
+
38
+ - `text-strikethrough`
39
+
3
40
  ## 23.7.1
4
41
 
5
42
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::69305b121025647cc0550dfaff8e68c6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignImageCenterIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignImageCenterIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c9b45ff5d1f46ac1a43b61a51fab3aff>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignImageCenter".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Single purpose - Reserved for center aligning media and content.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignImageCenterIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h14M1 14.25h14m-5.375-4h-3.25a.625.625 0 0 1-.625-.625v-3.25c0-.345.28-.625.625-.625h3.25c.345 0 .625.28.625.625v3.25c0 .345-.28.625-.625.625Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignImageCenterIcon.displayName = 'AlignImageCenterIcon';
31
+ var _default = exports.default = AlignImageCenterIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5465f465e26073dafb418ad65943ac5d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignImageLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignImageLeftIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5d0c107257ed15db438c22484b63d13f>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignImageLeft".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Single purpose - Reserved for left aligning media and content.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignImageLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h14M1 14.25h14m-9.375-4h-3.25a.625.625 0 0 1-.625-.625v-3.25c0-.345.28-.625.625-.625h3.25c.345 0 .625.28.625.625v3.25c0 .345-.28.625-.625.625Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignImageLeftIcon.displayName = 'AlignImageLeftIcon';
31
+ var _default = exports.default = AlignImageLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1615fffefbd687b977b427dd77a66005>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignImageRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignImageRightIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::333bbcb76f20fa16b1525904dc7c53d6>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignImageRight".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Single purpose - Reserved for right aligning media and content.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignImageRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h14M1 14.25h14m-1.375-4h-3.25a.625.625 0 0 1-.625-.625v-3.25c0-.345.28-.625.625-.625h3.25c.345 0 .625.28.625.625v3.25c0 .345-.28.625-.625.625Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignImageRightIcon.displayName = 'AlignImageRightIcon';
31
+ var _default = exports.default = AlignImageRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2fab8da48b2738c4c1bf7943f5a0dbbc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignTextCenterIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignTextCenterIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c07625b0f6e2a46ce909db17734cf9a9>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignTextCenter".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Multi purpose - Known uses: align text center, align center.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignTextCenterIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4 2.75h8m-8 10.5h8M1 8h14"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignTextCenterIcon.displayName = 'AlignTextCenterIcon';
31
+ var _default = exports.default = AlignTextCenterIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::90b980c0a0be18480f0c2715d4f7b7a0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignTextLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignTextLeftIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cef7acc97621b06863f10d18986382c2>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignTextLeft".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Multi purpose - Known uses: align text left, align content left, summary.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignTextLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M1 2.75h14M1 13.25h7M1 8h14"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignTextLeftIcon.displayName = 'AlignTextLeftIcon';
31
+ var _default = exports.default = AlignTextLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ff124e0ac36251d308cd47431f2c3b00>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AlignTextRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AlignTextRightIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b7a4180edde25538e7e2113d64439836>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "AlignTextRight".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Multi purpose - Known uses: align text right, align content right.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const AlignTextRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M1 2.75h14m-7 10.5h7M1 8h14"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ AlignTextRightIcon.displayName = 'AlignTextRightIcon';
31
+ var _default = exports.default = AlignTextRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::61dfa1b252883c45c5ed387a06d4d78c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StrokeWeightExtraLargeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StrokeWeightExtraLargeIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9b40451c3b1058b0e1cec3288b5d8a9a>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "StrokeWeightExtraLarge".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Reserved for representing the thickest border stroke width.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const StrokeWeightExtraLargeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="8" height="8" x="4" y="4" fill="currentcolor" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="4"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ StrokeWeightExtraLargeIcon.displayName = 'StrokeWeightExtraLargeIcon';
31
+ var _default = exports.default = StrokeWeightExtraLargeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1a3825609b6353d118c984ad49a3669d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StrokeWeightLargeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StrokeWeightLargeIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f9f310bc31dad1632c4362b15f6c34f8>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "StrokeWeightLarge".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Reserved for representing thick border stroke widths.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const StrokeWeightLargeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="6" height="6" x="5" y="5" fill="currentcolor" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="3"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ StrokeWeightLargeIcon.displayName = 'StrokeWeightLargeIcon';
31
+ var _default = exports.default = StrokeWeightLargeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::29ddf8bf74b7a28af37c79b2d2ecdd21>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StrokeWeightMediumIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StrokeWeightMediumIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8440504e72be0b869c7073ffc55f88e2>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "StrokeWeightMedium".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Reserved for representing medium border stroke widths.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const StrokeWeightMediumIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="4" height="4" x="6" y="6" fill="currentcolor" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="2"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ StrokeWeightMediumIcon.displayName = 'StrokeWeightMediumIcon';
31
+ var _default = exports.default = StrokeWeightMediumIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8de5533cea4caa19f464dd117b3f860e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StrokeWeightSmallIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StrokeWeightSmallIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5a8f21cc916c45477690e90dedc2427b>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "StrokeWeightSmall".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Reserved for representing thin border stroke widths.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const StrokeWeightSmallIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="2" height="2" fill="currentcolor" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="1" transform="matrix(1 0 0 -1 7 9)"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ StrokeWeightSmallIcon.displayName = 'StrokeWeightSmallIcon';
31
+ var _default = exports.default = StrokeWeightSmallIcon;
@@ -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::297cb37fa9fafef1e1b28e02fb2b1a3a>>
12
+ * @codegen <<SignedSource::8d615a9e55d05a28b6a31d643dc17516>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -61,6 +61,33 @@ var metadata = {
61
61
  usage: 'Multi purpose - Known uses: align text center, align center.',
62
62
  team: 'Design System Team'
63
63
  },
64
+ 'align-image-center': {
65
+ keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
66
+ componentName: 'AlignImageCenterIcon',
67
+ package: '@atlaskit/icon/core/align-image-center',
68
+ type: 'core',
69
+ categorization: 'single-purpose',
70
+ usage: 'Single purpose - Reserved for center aligning media and content.',
71
+ team: 'Design System Team'
72
+ },
73
+ 'align-image-left': {
74
+ keywords: ['align-image-left', 'alignimageleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
75
+ componentName: 'AlignImageLeftIcon',
76
+ package: '@atlaskit/icon/core/align-image-left',
77
+ type: 'core',
78
+ categorization: 'single-purpose',
79
+ usage: 'Single purpose - Reserved for left aligning media and content.',
80
+ team: 'Design System Team'
81
+ },
82
+ 'align-image-right': {
83
+ keywords: ['align-image-right', 'alignimageright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
84
+ componentName: 'AlignImageRightIcon',
85
+ package: '@atlaskit/icon/core/align-image-right',
86
+ type: 'core',
87
+ categorization: 'single-purpose',
88
+ usage: 'Single purpose - Reserved for right aligning media and content.',
89
+ team: 'Design System Team'
90
+ },
64
91
  'align-left': {
65
92
  keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
66
93
  componentName: 'AlignLeftIcon',
@@ -81,6 +108,33 @@ var metadata = {
81
108
  usage: 'Multi purpose - Known uses: align text right, align content right.',
82
109
  team: 'Design System Team'
83
110
  },
111
+ 'align-text-center': {
112
+ keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
113
+ componentName: 'AlignTextCenterIcon',
114
+ package: '@atlaskit/icon/core/align-text-center',
115
+ type: 'core',
116
+ categorization: 'multi-purpose',
117
+ usage: 'Multi purpose - Known uses: align text center, align center.',
118
+ team: 'Design System Team'
119
+ },
120
+ 'align-text-left': {
121
+ keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
122
+ componentName: 'AlignTextLeftIcon',
123
+ package: '@atlaskit/icon/core/align-text-left',
124
+ type: 'core',
125
+ categorization: 'multi-purpose',
126
+ usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
127
+ team: 'Design System Team'
128
+ },
129
+ 'align-text-right': {
130
+ keywords: ['align-text-right', 'aligntextright', 'icon', 'core', 'alignment', 'text', 'content'],
131
+ componentName: 'AlignTextRightIcon',
132
+ package: '@atlaskit/icon/core/align-text-right',
133
+ type: 'core',
134
+ categorization: 'multi-purpose',
135
+ usage: 'Multi purpose - Known uses: align text right, align content right.',
136
+ team: 'Design System Team'
137
+ },
84
138
  'angle-brackets': {
85
139
  keywords: ['angle-brackets', 'anglebrackets', 'icon', 'core', 'code', '<>', '</>', 'syntax', 'jira status'],
86
140
  componentName: 'AngleBracketsIcon',
@@ -2640,6 +2694,42 @@ var metadata = {
2640
2694
  usage: 'Single purpose - Reserved for stories in Jira.',
2641
2695
  team: 'Design System Team'
2642
2696
  },
2697
+ 'stroke-weight-extra-large': {
2698
+ keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
2699
+ componentName: 'StrokeWeightExtraLargeIcon',
2700
+ package: '@atlaskit/icon/core/stroke-weight-extra-large',
2701
+ type: 'core',
2702
+ categorization: 'single-purpose',
2703
+ usage: 'Reserved for representing the thickest border stroke width.',
2704
+ team: 'Whiteboards'
2705
+ },
2706
+ 'stroke-weight-large': {
2707
+ keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
2708
+ componentName: 'StrokeWeightLargeIcon',
2709
+ package: '@atlaskit/icon/core/stroke-weight-large',
2710
+ type: 'core',
2711
+ categorization: 'single-purpose',
2712
+ usage: 'Reserved for representing thick border stroke widths.',
2713
+ team: 'Editor'
2714
+ },
2715
+ 'stroke-weight-medium': {
2716
+ keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
2717
+ componentName: 'StrokeWeightMediumIcon',
2718
+ package: '@atlaskit/icon/core/stroke-weight-medium',
2719
+ type: 'core',
2720
+ categorization: 'single-purpose',
2721
+ usage: 'Reserved for representing medium border stroke widths.',
2722
+ team: 'Editor'
2723
+ },
2724
+ 'stroke-weight-small': {
2725
+ keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
2726
+ componentName: 'StrokeWeightSmallIcon',
2727
+ package: '@atlaskit/icon/core/stroke-weight-small',
2728
+ type: 'core',
2729
+ categorization: 'single-purpose',
2730
+ usage: 'Reserved for representing thin border stroke widths.',
2731
+ team: 'Editor'
2732
+ },
2643
2733
  subtasks: {
2644
2734
  keywords: ['subtasks', 'icon', 'core', 'issue', 'todo', 'checklist', 'jira status'],
2645
2735
  componentName: 'SubtasksIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::297cb37fa9fafef1e1b28e02fb2b1a3a>>
6
+ * @codegen <<SignedSource::8d615a9e55d05a28b6a31d643dc17516>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -55,6 +55,33 @@ const metadata = {
55
55
  usage: 'Multi purpose - Known uses: align text center, align center.',
56
56
  team: 'Design System Team'
57
57
  },
58
+ 'align-image-center': {
59
+ keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
60
+ componentName: 'AlignImageCenterIcon',
61
+ package: '@atlaskit/icon/core/align-image-center',
62
+ type: 'core',
63
+ categorization: 'single-purpose',
64
+ usage: 'Single purpose - Reserved for center aligning media and content.',
65
+ team: 'Design System Team'
66
+ },
67
+ 'align-image-left': {
68
+ keywords: ['align-image-left', 'alignimageleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
69
+ componentName: 'AlignImageLeftIcon',
70
+ package: '@atlaskit/icon/core/align-image-left',
71
+ type: 'core',
72
+ categorization: 'single-purpose',
73
+ usage: 'Single purpose - Reserved for left aligning media and content.',
74
+ team: 'Design System Team'
75
+ },
76
+ 'align-image-right': {
77
+ keywords: ['align-image-right', 'alignimageright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
78
+ componentName: 'AlignImageRightIcon',
79
+ package: '@atlaskit/icon/core/align-image-right',
80
+ type: 'core',
81
+ categorization: 'single-purpose',
82
+ usage: 'Single purpose - Reserved for right aligning media and content.',
83
+ team: 'Design System Team'
84
+ },
58
85
  'align-left': {
59
86
  keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
60
87
  componentName: 'AlignLeftIcon',
@@ -75,6 +102,33 @@ const metadata = {
75
102
  usage: 'Multi purpose - Known uses: align text right, align content right.',
76
103
  team: 'Design System Team'
77
104
  },
105
+ 'align-text-center': {
106
+ keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
107
+ componentName: 'AlignTextCenterIcon',
108
+ package: '@atlaskit/icon/core/align-text-center',
109
+ type: 'core',
110
+ categorization: 'multi-purpose',
111
+ usage: 'Multi purpose - Known uses: align text center, align center.',
112
+ team: 'Design System Team'
113
+ },
114
+ 'align-text-left': {
115
+ keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
116
+ componentName: 'AlignTextLeftIcon',
117
+ package: '@atlaskit/icon/core/align-text-left',
118
+ type: 'core',
119
+ categorization: 'multi-purpose',
120
+ usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
121
+ team: 'Design System Team'
122
+ },
123
+ 'align-text-right': {
124
+ keywords: ['align-text-right', 'aligntextright', 'icon', 'core', 'alignment', 'text', 'content'],
125
+ componentName: 'AlignTextRightIcon',
126
+ package: '@atlaskit/icon/core/align-text-right',
127
+ type: 'core',
128
+ categorization: 'multi-purpose',
129
+ usage: 'Multi purpose - Known uses: align text right, align content right.',
130
+ team: 'Design System Team'
131
+ },
78
132
  'angle-brackets': {
79
133
  keywords: ['angle-brackets', 'anglebrackets', 'icon', 'core', 'code', '<>', '</>', 'syntax', 'jira status'],
80
134
  componentName: 'AngleBracketsIcon',
@@ -2634,6 +2688,42 @@ const metadata = {
2634
2688
  usage: 'Single purpose - Reserved for stories in Jira.',
2635
2689
  team: 'Design System Team'
2636
2690
  },
2691
+ 'stroke-weight-extra-large': {
2692
+ keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
2693
+ componentName: 'StrokeWeightExtraLargeIcon',
2694
+ package: '@atlaskit/icon/core/stroke-weight-extra-large',
2695
+ type: 'core',
2696
+ categorization: 'single-purpose',
2697
+ usage: 'Reserved for representing the thickest border stroke width.',
2698
+ team: 'Whiteboards'
2699
+ },
2700
+ 'stroke-weight-large': {
2701
+ keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
2702
+ componentName: 'StrokeWeightLargeIcon',
2703
+ package: '@atlaskit/icon/core/stroke-weight-large',
2704
+ type: 'core',
2705
+ categorization: 'single-purpose',
2706
+ usage: 'Reserved for representing thick border stroke widths.',
2707
+ team: 'Editor'
2708
+ },
2709
+ 'stroke-weight-medium': {
2710
+ keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
2711
+ componentName: 'StrokeWeightMediumIcon',
2712
+ package: '@atlaskit/icon/core/stroke-weight-medium',
2713
+ type: 'core',
2714
+ categorization: 'single-purpose',
2715
+ usage: 'Reserved for representing medium border stroke widths.',
2716
+ team: 'Editor'
2717
+ },
2718
+ 'stroke-weight-small': {
2719
+ keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
2720
+ componentName: 'StrokeWeightSmallIcon',
2721
+ package: '@atlaskit/icon/core/stroke-weight-small',
2722
+ type: 'core',
2723
+ categorization: 'single-purpose',
2724
+ usage: 'Reserved for representing thin border stroke widths.',
2725
+ team: 'Editor'
2726
+ },
2637
2727
  subtasks: {
2638
2728
  keywords: ['subtasks', 'icon', 'core', 'issue', 'todo', 'checklist', 'jira status'],
2639
2729
  componentName: 'SubtasksIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::297cb37fa9fafef1e1b28e02fb2b1a3a>>
6
+ * @codegen <<SignedSource::8d615a9e55d05a28b6a31d643dc17516>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -55,6 +55,33 @@ var metadata = {
55
55
  usage: 'Multi purpose - Known uses: align text center, align center.',
56
56
  team: 'Design System Team'
57
57
  },
58
+ 'align-image-center': {
59
+ keywords: ['align-image-center', 'alignimagecenter', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'centre'],
60
+ componentName: 'AlignImageCenterIcon',
61
+ package: '@atlaskit/icon/core/align-image-center',
62
+ type: 'core',
63
+ categorization: 'single-purpose',
64
+ usage: 'Single purpose - Reserved for center aligning media and content.',
65
+ team: 'Design System Team'
66
+ },
67
+ 'align-image-left': {
68
+ keywords: ['align-image-left', 'alignimageleft', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'left'],
69
+ componentName: 'AlignImageLeftIcon',
70
+ package: '@atlaskit/icon/core/align-image-left',
71
+ type: 'core',
72
+ categorization: 'single-purpose',
73
+ usage: 'Single purpose - Reserved for left aligning media and content.',
74
+ team: 'Design System Team'
75
+ },
76
+ 'align-image-right': {
77
+ keywords: ['align-image-right', 'alignimageright', 'icon', 'core', 'content', 'media', 'image', 'alignment', 'right'],
78
+ componentName: 'AlignImageRightIcon',
79
+ package: '@atlaskit/icon/core/align-image-right',
80
+ type: 'core',
81
+ categorization: 'single-purpose',
82
+ usage: 'Single purpose - Reserved for right aligning media and content.',
83
+ team: 'Design System Team'
84
+ },
58
85
  'align-left': {
59
86
  keywords: ['align-left', 'alignleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
60
87
  componentName: 'AlignLeftIcon',
@@ -75,6 +102,33 @@ var metadata = {
75
102
  usage: 'Multi purpose - Known uses: align text right, align content right.',
76
103
  team: 'Design System Team'
77
104
  },
105
+ 'align-text-center': {
106
+ keywords: ['align-text-center', 'aligntextcenter', 'icon', 'core', 'alignment', 'text', 'content'],
107
+ componentName: 'AlignTextCenterIcon',
108
+ package: '@atlaskit/icon/core/align-text-center',
109
+ type: 'core',
110
+ categorization: 'multi-purpose',
111
+ usage: 'Multi purpose - Known uses: align text center, align center.',
112
+ team: 'Design System Team'
113
+ },
114
+ 'align-text-left': {
115
+ keywords: ['align-text-left', 'aligntextleft', 'icon', 'core', 'alignment', 'text', 'content', 'summary'],
116
+ componentName: 'AlignTextLeftIcon',
117
+ package: '@atlaskit/icon/core/align-text-left',
118
+ type: 'core',
119
+ categorization: 'multi-purpose',
120
+ usage: 'Multi purpose - Known uses: align text left, align content left, summary.',
121
+ team: 'Design System Team'
122
+ },
123
+ 'align-text-right': {
124
+ keywords: ['align-text-right', 'aligntextright', 'icon', 'core', 'alignment', 'text', 'content'],
125
+ componentName: 'AlignTextRightIcon',
126
+ package: '@atlaskit/icon/core/align-text-right',
127
+ type: 'core',
128
+ categorization: 'multi-purpose',
129
+ usage: 'Multi purpose - Known uses: align text right, align content right.',
130
+ team: 'Design System Team'
131
+ },
78
132
  'angle-brackets': {
79
133
  keywords: ['angle-brackets', 'anglebrackets', 'icon', 'core', 'code', '<>', '</>', 'syntax', 'jira status'],
80
134
  componentName: 'AngleBracketsIcon',
@@ -2634,6 +2688,42 @@ var metadata = {
2634
2688
  usage: 'Single purpose - Reserved for stories in Jira.',
2635
2689
  team: 'Design System Team'
2636
2690
  },
2691
+ 'stroke-weight-extra-large': {
2692
+ keywords: ['stroke-weight-extra-large', 'strokeweightextralarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thickest'],
2693
+ componentName: 'StrokeWeightExtraLargeIcon',
2694
+ package: '@atlaskit/icon/core/stroke-weight-extra-large',
2695
+ type: 'core',
2696
+ categorization: 'single-purpose',
2697
+ usage: 'Reserved for representing the thickest border stroke width.',
2698
+ team: 'Whiteboards'
2699
+ },
2700
+ 'stroke-weight-large': {
2701
+ keywords: ['stroke-weight-large', 'strokeweightlarge', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'thick', 'confluence', 'editor', 'whiteboards'],
2702
+ componentName: 'StrokeWeightLargeIcon',
2703
+ package: '@atlaskit/icon/core/stroke-weight-large',
2704
+ type: 'core',
2705
+ categorization: 'single-purpose',
2706
+ usage: 'Reserved for representing thick border stroke widths.',
2707
+ team: 'Editor'
2708
+ },
2709
+ 'stroke-weight-medium': {
2710
+ keywords: ['stroke-weight-medium', 'strokeweightmedium', 'icon', 'core', 'border', 'weight', 'stroke', 'medium', 'thickness', 'confluence', 'editor', 'whiteboards'],
2711
+ componentName: 'StrokeWeightMediumIcon',
2712
+ package: '@atlaskit/icon/core/stroke-weight-medium',
2713
+ type: 'core',
2714
+ categorization: 'single-purpose',
2715
+ usage: 'Reserved for representing medium border stroke widths.',
2716
+ team: 'Editor'
2717
+ },
2718
+ 'stroke-weight-small': {
2719
+ keywords: ['stroke-weight-small', 'strokeweightsmall', 'icon', 'core', 'border', 'weight', 'thickness', 'stroke', 'confluence', 'editor', 'whiteboards', 'thin'],
2720
+ componentName: 'StrokeWeightSmallIcon',
2721
+ package: '@atlaskit/icon/core/stroke-weight-small',
2722
+ type: 'core',
2723
+ categorization: 'single-purpose',
2724
+ usage: 'Reserved for representing thin border stroke widths.',
2725
+ team: 'Editor'
2726
+ },
2637
2727
  subtasks: {
2638
2728
  keywords: ['subtasks', 'icon', 'core', 'issue', 'todo', 'checklist', 'jira status'],
2639
2729
  componentName: 'SubtasksIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::297cb37fa9fafef1e1b28e02fb2b1a3a>>
6
+ * @codegen <<SignedSource::8d615a9e55d05a28b6a31d643dc17516>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::297cb37fa9fafef1e1b28e02fb2b1a3a>>
6
+ * @codegen <<SignedSource::8d615a9e55d05a28b6a31d643dc17516>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "23.7.1",
3
+ "version": "23.8.1",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,9 +71,7 @@
71
71
  "@atlaskit/tokens": "^3.3.0",
72
72
  "@babel/register": "^7.25.9",
73
73
  "@babel/runtime": "^7.0.0",
74
- "@emotion/react": "^11.7.1",
75
- "globby": "^6.1.0",
76
- "puppeteer": "13.7.0"
74
+ "@emotion/react": "^11.7.1"
77
75
  },
78
76
  "peerDependencies": {
79
77
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -96,11 +94,11 @@
96
94
  "@atlaskit/logo": "^15.2.0",
97
95
  "@atlaskit/menu": "^2.14.0",
98
96
  "@atlaskit/modal-dialog": "^12.19.3",
99
- "@atlaskit/primitives": "^13.4.0",
97
+ "@atlaskit/primitives": "^13.5.0",
100
98
  "@atlaskit/section-message": "*",
101
99
  "@atlaskit/ssr": "*",
102
100
  "@atlaskit/textfield": "^6.8.0",
103
- "@atlaskit/theme": "^14.1.0",
101
+ "@atlaskit/theme": "^15.0.0",
104
102
  "@atlaskit/toggle": "^14.1.0",
105
103
  "@atlaskit/tooltip": "^19.1.0",
106
104
  "@atlaskit/visual-regression": "*",
@@ -109,6 +107,7 @@
109
107
  "@compiled/react": "^0.18.1",
110
108
  "@testing-library/react": "^13.4.0",
111
109
  "fs-extra": "^4.0.2",
110
+ "globby": "^6.1.0",
112
111
  "jscodeshift": "^0.13.0",
113
112
  "lodash": "^4.17.21",
114
113
  "nullthrows": "^1.1.1",