@atlaskit/icon 25.5.0 → 25.7.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 (104) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/afm-passionfruit/tsconfig.json +27 -0
  3. package/core/api.js +2 -2
  4. package/core/attachment.js +2 -2
  5. package/core/cash.js +2 -2
  6. package/core/check-circle.js +2 -2
  7. package/core/child-work-items.d.ts +13 -0
  8. package/core/child-work-items.js +28 -0
  9. package/core/clock.js +2 -2
  10. package/core/data-number.js +2 -2
  11. package/core/data-string.js +2 -2
  12. package/core/defect.js +2 -2
  13. package/core/devices.js +2 -2
  14. package/core/emoji-remove.js +2 -2
  15. package/core/exclamation-square.js +2 -2
  16. package/core/eye-open-strikethrough.js +2 -2
  17. package/core/field-checkbox-group.js +2 -2
  18. package/core/field-radio-group.js +2 -2
  19. package/core/list-bulleted.js +2 -2
  20. package/core/list-checklist.js +3 -3
  21. package/core/list-numbered.js +2 -2
  22. package/core/migration/attachment--editor-attachment.js +2 -2
  23. package/core/migration/attachment.js +2 -2
  24. package/core/migration/check-circle--check-circle-outline.js +2 -2
  25. package/core/migration/check-circle--emoji-productivity.js +2 -2
  26. package/core/migration/check-circle.js +2 -2
  27. package/core/migration/clock--editor-recent.js +2 -2
  28. package/core/migration/clock--emoji-frequent.js +2 -2
  29. package/core/migration/clock--recent.js +2 -2
  30. package/core/migration/plus-square--issue-raise.js +2 -2
  31. package/core/migration/subtasks--subtask.js +2 -2
  32. package/core/minus-square.js +2 -2
  33. package/core/notification-muted.js +2 -2
  34. package/core/pen.js +2 -2
  35. package/core/pin-filled.js +3 -3
  36. package/core/pin.js +3 -3
  37. package/core/plus-square.js +2 -2
  38. package/core/priority-blocker.js +2 -2
  39. package/core/priority-critical.js +2 -2
  40. package/core/priority-high.js +2 -2
  41. package/core/priority-highest.js +2 -2
  42. package/core/priority-low.js +2 -2
  43. package/core/priority-lowest.js +2 -2
  44. package/core/priority-major.js +2 -2
  45. package/core/priority-medium.js +2 -2
  46. package/core/priority-minor.js +2 -2
  47. package/core/priority-trivial.js +2 -2
  48. package/core/problem.js +2 -2
  49. package/core/retry.js +2 -2
  50. package/core/shield-strikethrough.js +2 -2
  51. package/core/story.js +2 -2
  52. package/core/subtasks.js +2 -2
  53. package/core/summarize.js +2 -2
  54. package/core/tag.js +2 -2
  55. package/core/text-heading.js +2 -2
  56. package/core/text-strikethrough.js +2 -2
  57. package/core/text.js +2 -2
  58. package/core/tools.js +2 -2
  59. package/core/video-skip-backward-fifteen.js +2 -2
  60. package/core/video-skip-backward-ten.js +2 -2
  61. package/core/video-skip-forward-fifteen.js +2 -2
  62. package/core/video-skip-forward-ten.js +2 -2
  63. package/core/video.js +2 -2
  64. package/core/work-item.js +2 -2
  65. package/dist/cjs/components/icon.js +1 -5
  66. package/dist/cjs/metadata-core.js +64 -54
  67. package/dist/cjs/metadata-utility.js +3 -3
  68. package/dist/es2019/components/icon.js +1 -5
  69. package/dist/es2019/metadata-core.js +64 -54
  70. package/dist/es2019/metadata-utility.js +3 -3
  71. package/dist/esm/components/icon.js +1 -5
  72. package/dist/esm/metadata-core.js +64 -54
  73. package/dist/esm/metadata-utility.js +3 -3
  74. package/dist/types/metadata-core.d.ts +1 -1
  75. package/dist/types/metadata-utility.d.ts +1 -1
  76. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  77. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  78. package/package.json +13 -13
  79. package/svgs/core/api.svg +1 -1
  80. package/svgs/core/child-work-items.svg +1 -0
  81. package/svgs/core/data-number.svg +1 -1
  82. package/svgs/core/data-string.svg +1 -1
  83. package/svgs/core/emoji-remove.svg +1 -1
  84. package/svgs/core/eye-open-strikethrough.svg +1 -1
  85. package/svgs/core/field-checkbox-group.svg +1 -1
  86. package/svgs/core/field-radio-group.svg +1 -1
  87. package/svgs/core/list-bulleted.svg +1 -1
  88. package/svgs/core/list-checklist.svg +1 -1
  89. package/svgs/core/list-numbered.svg +1 -1
  90. package/svgs/core/notification-muted.svg +1 -1
  91. package/svgs/core/pin-filled.svg +1 -1
  92. package/svgs/core/pin.svg +1 -1
  93. package/svgs/core/retry.svg +1 -1
  94. package/svgs/core/shield-strikethrough.svg +1 -1
  95. package/svgs/core/summarize.svg +1 -1
  96. package/svgs/core/tag.svg +1 -1
  97. package/svgs/core/text-heading.svg +1 -1
  98. package/svgs/core/text-strikethrough.svg +1 -1
  99. package/svgs/core/text.svg +1 -1
  100. package/svgs/core/video-skip-backward-fifteen.svg +1 -1
  101. package/svgs/core/video-skip-backward-ten.svg +1 -1
  102. package/svgs/core/video-skip-forward-fifteen.svg +1 -1
  103. package/svgs/core/video-skip-forward-ten.svg +1 -1
  104. package/svgs/core/video.svg +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 25.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#150689](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150689)
8
+ [`35118f49ae5c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35118f49ae5c3) -
9
+ This release adds icons in `@atlaskit/icon`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon/core`**
14
+
15
+ - `child-work-items`
16
+
17
+ ## 25.6.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#138291](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/138291)
22
+ [`12b2a21a4da5a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12b2a21a4da5a) -
23
+ This release updates and deprecates icons in `@atlaskit/icon`.
24
+
25
+ ### Updated:
26
+
27
+ **`@atlaskit/icon/core`**
28
+
29
+ - `api`
30
+ - `data-number`
31
+ - `data-string`
32
+ - `emoji-remove`
33
+ - `eye-open-strikethrough`
34
+ - `field-checkbox-group`
35
+ - `field-radio-group`
36
+ - `list-bulleted`
37
+ - `list-checklist`
38
+ - `list-numbered`
39
+ - `notification-muted`
40
+ - `pin-filled`
41
+ - `pin`
42
+ - `retry`
43
+ - `shield-strikethrough`
44
+ - `summarize`
45
+ - `tag`
46
+ - `text-heading`
47
+ - `text-strikethrough`
48
+ - `text`
49
+ - `video-skip-backward-fifteen`
50
+ - `video-skip-backward-ten`
51
+ - `video-skip-forward-fifteen`
52
+ - `video-skip-forward-ten`
53
+ - `video`
54
+
3
55
  ## 25.5.0
4
56
 
5
57
  ### Minor Changes
@@ -0,0 +1,27 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../passionfruit/tsDist/@atlaskit__icon/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../tokens/afm-passionfruit/tsconfig.json"
25
+ }
26
+ ]
27
+ }
package/core/api.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::0bf32f2b53f2666b067d53fc90856552>>
3
+ * @codegen <<SignedSource::fa2d21adacbbc0a3e154779d17ad74ea>>
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 ApiIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.65 11.56v-1.31h1.32V6.09h-1.32V4.78h4.14v1.31h-1.32v4.16h1.32v1.31zm-5.37 0V4.78h2.34q.71 0 1.25.27.55.27.84.76.3.49.3 1.15 0 .65-.3 1.15-.3.49-.84.76t-1.25.27h-.85v2.43zm2.99-5.2c-.16-.15-.37-.23-.65-.23h-.85v1.65h.84q.42 0 .65-.22a.78.78 0 0 0 .24-.6q0-.38-.24-.59zm-9.08 5.2 1.66-6.79h1.83l1.68 6.79H3.84l-.32-1.51H2.04l-.32 1.51zm3.07-2.73-.3-1.53a23 23 0 0 0-.14-.68l-.04-.21-.04.2q-.06.34-.13.69l-.32 1.54z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 6a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2v6H4V9.5H2V12H.5zM2 8h2V6a.5.5 0 0 0-.5-.5h-1A.5.5 0 0 0 2 6zm5-3.25A.75.75 0 0 1 7.75 4H10a2 2 0 0 1 2 2v1.5a2 2 0 0 1-2 2H8.5V12H7zM8.5 8H10a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5H8.5zM15 4v8h-1.5V4z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ApiIcon.displayName = 'ApiIcon';
@@ -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::fb48769bc9741be5df69b5fd6e0f8435>>
3
+ * @codegen <<SignedSource::99a261ced8b464095d2fb123eeebd7f8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Attachment".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for attaching files to issues or other objects.
19
+ * Usage guidance: Reserved for attaching files to work types or other objects.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
package/core/cash.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::1602825374d053c96121d37a7e87291f>>
3
+ * @codegen <<SignedSource::34afbed3ed81bd41495402f2c7f8d3d4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Cash".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Sales' Jira issue type.
19
+ * Usage guidance: Known usages: 'Sales' work type.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::748f85337bfdc39189d1ccb0fbfec926>>
3
+ * @codegen <<SignedSource::114f507630eda1e5cfc84d510c7f0a43>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "CheckCircle".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.
19
+ * Usage guidance: Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::154b83faa957f135251f1b42d32e6803>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ChildWorkItemsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ChildWorkItemsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8059ae9af0ca9aea6d8a2945440623bd>>
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: "ChildWorkItems".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for child work items.
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 ChildWorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M8.5 13.5h5V11h-5zm0-7h5V4h-5zm6.5.25C15 7.44 14.44 8 13.75 8h-5.5C7.56 8 7 7.44 7 6.75V6H2.5v5a.5.5 0 0 0 .5.5h4v-.75c0-.69.56-1.25 1.25-1.25h5.5c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-5.5C7.56 15 7 14.44 7 13.75V13H3a2 2 0 0 1-2-2V1h1.5v3.5H7v-.75c0-.69.56-1.25 1.25-1.25h5.5c.69 0 1.25.56 1.25 1.25z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ChildWorkItemsIcon.displayName = 'ChildWorkItemsIcon';
28
+ var _default = exports.default = ChildWorkItemsIcon;
package/core/clock.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::92ee1be6e4ceec90ef291a87140cefc4>>
3
+ * @codegen <<SignedSource::e4c1734fa923dab0dd658a9a18dcfad0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Clock".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.
19
+ * Usage guidance: Known uses: recent, time input, sprint time remaining, overdue task work type status.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::93d278064e4d5eb115b864c87c6ab16a>>
3
+ * @codegen <<SignedSource::1f3899bca2ecac8c863452b45498aaa3>>
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 DataNumberIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.84 10.2q-.2-.19-.2-.53v-.06h-1.49v.06q0 .6.28 1.06.28.45.79.69.52.24 1.21.23t1.21-.23q.52-.24.79-.69a1.95 1.95 0 0 0 .28-1.05v-.56q0-.92-.62-1.46a2.1 2.1 0 0 0-.95-.46l1.3-1.15V4.78h-3.98v1.27h2.36l-1.24 1.1v1.27h.85c.26 0 .46.07.59.19.14.12.21.29.21.53v.55c0 .24-.07.41-.2.53q-.195.18-.6.18-.39 0-.6-.18m-6.99 1.34v-1.38l2.14-2.06q.37-.36.55-.66t.18-.64c0-.26-.07-.44-.2-.58q-.19-.2-.54-.2-.39 0-.6.23-.21.21-.21.62v.06h-1.5v-.06q0-.67.28-1.16.29-.5.82-.77t1.23-.27q.66 0 1.15.25.5.25.77.69.28.45.28 1.05 0 .66-.33 1.27T8.83 9.21l-1.08 1h2.52v1.36zm-3.7-1.31H.46v1.31h4.51v-1.31H3.63V4.78H2.05L.44 5.9v1.57l1.7-1.26z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.75 4h2a.75.75 0 0 1 .75.75V12H2V5.5H.75zM5 4h3.13c.76 0 1.38.62 1.38 1.38v2c0 .76-.62 1.38-1.37 1.38H6.5v1.75h3V12H5.75a.75.75 0 0 1-.75-.75V8.63c0-.76.62-1.37 1.38-1.37H8V5.5H5zm6 0h3.13c.76 0 1.38.62 1.38 1.38v5.25c0 .76-.62 1.38-1.37 1.38H11v-1.5h3V8.75h-3v-1.5h3V5.5h-3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DataNumberIcon.displayName = 'DataNumberIcon';
@@ -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::1ff699d202a9deb4f15afe1fdbb6aca8>>
3
+ * @codegen <<SignedSource::a312c7c776eabf15e984065302dae678>>
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 DataStringIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.63 10.68a2.1 2.1 0 0 1-.28-1.09V6.76q0-.63.28-1.09.29-.46.81-.72t1.2-.26q.69 0 1.2.26.52.25.8.72.29.47.29 1.09v.06h-1.49v-.06c0-.26-.07-.44-.21-.56-.13-.12-.32-.19-.59-.19s-.46.07-.6.19c-.13.13-.2.31-.2.57V9.6c0 .25.07.44.2.57.14.13.33.19.6.19s.46-.07.59-.19q.21-.195.21-.57v-.08h1.49v.06q0 .62-.29 1.09-.28.46-.8.73-.51.25-1.2.25-.68 0-1.2-.25a2 2 0 0 1-.81-.72M9.79 5.26q-.62-.48-1.65-.48H5.93v6.79h2.29q.71 0 1.24-.24t.81-.69q.29-.46.29-1.05 0-.53-.24-.89a1.5 1.5 0 0 0-.62-.56 1.7 1.7 0 0 0-.39-.13q.17-.05.32-.13.36-.19.57-.53.22-.35.22-.8 0-.81-.63-1.29m-2.41 3.4h.79c.29 0 .5.08.66.23.16.14.24.35.24.61q0 .4-.24.61-.23.22-.66.22h-.79zm1.33-1.39q-.2.19-.59.19h-.74V6.01h.74q.38 0 .59.19c.14.12.21.29.21.53q0 .34-.21.54M3.4 10.06l.32 1.51h1.53L3.57 4.78H1.74L.07 11.56H1.6l.32-1.51zM2.17 8.84h.97l-.3-1.53q-.06-.34-.14-.68v-.01l-.04-.21-.04.2q-.06.34-.13.69z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 6a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2v6H3.5V9.5h-2V12H0zm1.5 2h2V6a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5zM6 8a.75.75 0 0 1 .75-.75H9a2 2 0 0 1 2 2V10a2 2 0 0 1-2 2H6.75a.75.75 0 0 1-.75-.75zm1.5.75v1.75H9a.5.5 0 0 0 .5-.5v-.75a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M6 4.75A.75.75 0 0 1 6.75 4H9a2 2 0 0 1 2 2v.75a2 2 0 0 1-2 2H6.75A.75.75 0 0 1 6 8zm1.5.75v1.75H9a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5zM12 6a2 2 0 0 1 2-2h2v1.5h-2a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h2V12h-2a2 2 0 0 1-2-2z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DataStringIcon.displayName = 'DataStringIcon';
package/core/defect.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::7825a2ff4998e2600f6313290ba8eb38>>
3
+ * @codegen <<SignedSource::b87e183d0bc62c81a87ff27804c12c52>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Defect".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for Defect Jira issue type.
19
+ * Usage guidance: Reserved for defect work type.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
package/core/devices.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::5e5d4b1d1cc672de6ee3635d88e54979>>
3
+ * @codegen <<SignedSource::2964e1db519faefbac1fd16fc06b650e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Devices".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Asset' Jira issue type.
19
+ * Usage guidance: Known usages: 'Asset' work type.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::33cdb4ea4a83074eb40719232879a841>>
3
+ * @codegen <<SignedSource::237d404dba7fffb6365f61616f599ade>>
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 EmojiRemoveIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 0 0-2.44.473L4.997.583a8 8 0 0 1 10.42 10.42l-1.39-.563A6.5 6.5 0 0 0 8 1.5M1.838 2.898.47 1.53 1.53.47l14 14-1.06 1.06-1.368-1.368A8 8 0 0 1 1.838 2.898m1.066 1.067a6.5 6.5 0 0 0 9.131 9.131l-1.597-1.597c-.62.4-1.445.751-2.438.751-1.225 0-2.196-.536-2.835-1.033a6 6 0 0 1-.944-.925l-.056-.071-.016-.023-.006-.007-.002-.003v-.001s-.001-.001.609-.437l.61-.436-.001-.002.005.007.03.04q.045.056.139.161c.126.14.313.327.552.513.486.378 1.14.717 1.915.717a2.9 2.9 0 0 0 1.343-.346L6.308 7.369a1.25 1.25 0 0 1-1.677-1.677zM9 6.25a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m10.72 13.9 1.12 1.12A8 8 0 0 1 .98 4.16L2.1 5.28a6.5 6.5 0 0 0 8.63 8.63M8 0C6.61 0 5.3.36 4.16.98L5.28 2.1a6.5 6.5 0 0 1 8.63 8.63l1.12 1.12A8 8 0 0 0 8 0"/><path fill="currentcolor" d="m9.06 5.88 1.57 1.57a1.25 1.25 0 1 0-1.57-1.57m-2.97 4.15c.38.3.87.57 1.44.67l1.43 1.43c-.3.07-.62.11-.96.11-1.23 0-2.2-.54-2.83-1.03a6 6 0 0 1-.94-.92l-.06-.07-.02-.02-.01-.01.61-.44.61-.44.01.01.03.04q.05.06.14.16c.13.14.31.33.55.51M.47 1.53l14 14 1.06-1.06-14-14z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  EmojiRemoveIcon.displayName = 'EmojiRemoveIcon';
@@ -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::3716a83a4a510a33581f8c3f5b733236>>
3
+ * @codegen <<SignedSource::2b0d124e457d5801617d2b83aa5799b9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ExclamationSquare".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Known uses: Exclamation Jira issue type
19
+ * Usage guidance: Known uses: Exclamation work type.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -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::a08317faf7bb722eae48d675a4ede28d>>
3
+ * @codegen <<SignedSource::c90f995a462686dc43276b76786a54f3>>
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 EyeOpenStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.76 3.82.47 1.53 1.53.47l14 14-1.06 1.06-2.513-2.512A8.44 8.44 0 0 1 8 14C4.433 14 1.319 11.768.167 8.62a1.8 1.8 0 0 1 0-1.24A8.1 8.1 0 0 1 2.76 3.82m1.069 1.07a6.63 6.63 0 0 0-2.253 3.006.3.3 0 0 0 0 .208C2.509 10.656 5.057 12.5 8 12.5a6.9 6.9 0 0 0 2.836-.604l-1.312-1.311a3 3 0 0 1-4.108-4.108zm2.722 2.72q-.05.187-.051.39a1.5 1.5 0 0 0 1.889 1.448zM8 3.501q-.737 0-1.432.147L6.26 2.18A8.5 8.5 0 0 1 8 2c3.566 0 6.681 2.232 7.833 5.38.146.4.146.84 0 1.24a8 8 0 0 1-1.31 2.295l-1.163-.947a6.5 6.5 0 0 0 1.064-1.864.3.3 0 0 0 0-.208C13.491 5.345 10.943 3.5 8 3.5" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m.47 1.53 14 14 1.06-1.06-14-14zm8.74 10.86 1.24 1.24A8.5 8.5 0 0 1 8 14C4.43 14 1.32 11.77.17 8.62c-.15-.4-.15-.84 0-1.24a8 8 0 0 1 1.51-2.53l1.06 1.06a6.5 6.5 0 0 0-1.16 1.98.3.3 0 0 0 0 .21c.93 2.56 3.48 4.4 6.42 4.4q.62 0 1.21-.11M8 2a8.5 8.5 0 0 0-2.45.36L6.79 3.6q.59-.1 1.21-.1c2.94 0 5.49 1.85 6.42 4.4a.3.3 0 0 1 0 .21 6.5 6.5 0 0 1-1.16 1.98l1.06 1.06a8 8 0 0 0 1.51-2.53c.15-.4.15-.84 0-1.24C14.68 4.23 11.57 2 8 2"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  EyeOpenStrikethroughIcon.displayName = 'EyeOpenStrikethroughIcon';
@@ -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::420ad7401e9e36b8334ac93bad3db9f8>>
3
+ * @codegen <<SignedSource::012d66b4638df27988cb46b8baf9afaf>>
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 FieldCheckboxGroupIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 2.75A.75.75 0 0 1 1.75 2h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-3.5A.75.75 0 0 1 1 6.25zm1.5.75v2h2v-2zM15 5.25H8v-1.5h7zM1 9.75A.75.75 0 0 1 1.75 9h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zm1.5.75v2h2v-2zM15 12.25H8v-1.5h7z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 2.75A.75.75 0 0 1 1.75 2h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-3.5A.75.75 0 0 1 1 6.25zm1.5.75v2h2v-2zM16 5.25H8v-1.5h8zM1 9.75A.75.75 0 0 1 1.75 9h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zm1.5.75v2h2v-2zM16 12.25H8v-1.5h8z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  FieldCheckboxGroupIcon.displayName = 'FieldCheckboxGroupIcon';
@@ -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::2ac01acc0cd87b580a4a3d37e85abea3>>
3
+ * @codegen <<SignedSource::6fe490522ceb563a0953495df893662d>>
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 FieldRadioGroupIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 4.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m11.75 2H8v-1.5h7zM.5 11.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m11.75 2H8v-1.5h7z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 4.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m11.75 2H8v-1.5h7zM.5 11.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m11.75 2H8v-1.5h7z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M.5 4.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m12.75 2H8v-1.5h8zM.5 11.5a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0m2.75-1.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m12.75 2H8v-1.5h8z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  FieldRadioGroupIcon.displayName = 'FieldRadioGroupIcon';
@@ -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::ab638983bc02863ddd58167a8aaa3871>>
3
+ * @codegen <<SignedSource::c464a7d95484e897372db9f1fff872cb>>
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 ListBulletedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 2.75a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m14 .75H5V2h10zM1 8a1.25 1.25 0 1 1 2.5 0A1.25 1.25 0 0 1 1 8m14 .75H5v-1.5h10zm-14 4.5a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0M15 14H5v-1.5h10z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 4.25a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m0 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0M16 5H6V3.5h10zm0 7.5H6V11h10z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ListBulletedIcon.displayName = 'ListBulletedIcon';
@@ -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::9311f31d34366a6684ecd3b0a6669e19>>
3
+ * @codegen <<SignedSource::b903c1aeed9dcc78b6920466c5c66a0d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,12 +16,12 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ListChecklist".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Requirement' Jira issue type.
19
+ * Usage guidance: Known usages: Checklist, 'Requirement' work type.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const ListChecklistIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m6.04 1.52-2.889 3a.75.75 0 0 1-1.17-.112L.872 2.694l1.258-.816.597.921L4.96.479zM15 3.5H7V2h8zM6.04 6.77l-2.889 3a.75.75 0 0 1-1.17-.112L.872 7.944l1.258-.816.597.921 2.234-2.32zM15 8.75H7v-1.5h8zm-8.96 3.27-2.889 3a.75.75 0 0 1-1.17-.112l-1.11-1.714 1.258-.816.597.921 2.234-2.32zM15 14H7v-1.5h8z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m5.59 2.47-3 3.75a.75.75 0 0 1-1.22-.06L0 4.03l1.26-.81.81 1.25 2.35-2.94zm0 7.5-3 3.75a.75.75 0 0 1-1.22-.06L0 11.54l1.26-.81.81 1.25 2.35-2.94zM16 5H7V3.5h9zm0 7.5H7V11h9z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ListChecklistIcon.displayName = 'ListChecklistIcon';
@@ -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::c3f7fe8648d311ffe53fe62f0ab6eb24>>
3
+ * @codegen <<SignedSource::fa2bf03adc23c77b65c7f06320615026>>
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 ListNumberedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H5V2h10zm0 5.25H5v-1.5h10zM15 14H5v-1.5h10z" clip-rule="evenodd"/><path fill="currentcolor" d="M2.02 8.22.75 9.44v.98h2.81V9.38H2.31l.38-.35q.42-.38.62-.76a1.65 1.65 0 0 0 .2-.79c0-.25-.06-.48-.18-.67a1.2 1.2 0 0 0-.5-.44 1.55 1.55 0 0 0-.72-.16q-.43 0-.77.17t-.52.49-.18.73v.17h1.12v-.16c0-.14.04-.22.09-.27a.34.34 0 0 1 .25-.09c.11 0 .18.03.22.08.05.05.08.12.08.24a.56.56 0 0 1-.09.3q-.09.15-.29.35m-.25-6v1.94H.81v1.01h2.85V4.15h-.77V1H1.81L.8 1.71v1.23zm-.42 13.35q.33.15.75.15t.75-.15.51-.45q.19-.3.18-.67v-.32c0-.38-.13-.7-.4-.94a1.3 1.3 0 0 0-.37-.22l.62-.55v-.92H.84v.99h1.15l-.5.44v.92h.62c.13 0 .2.03.25.08.04.04.08.1.08.21v.32c0 .11-.03.17-.07.21s-.12.07-.26.07c-.13 0-.21-.03-.26-.07-.04-.04-.07-.11-.07-.21v-.16H.66v.17c0 .25.06.48.18.68q.19.29.51.44"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 5H6V3.5h10zm0 7.5H6V11h10zM.5 1h1.75a.75.75 0 0 1 .75.75V7H1.5V2.5h-1zM0 8.5h2.63C3.39 8.5 4 9.12 4 9.88v1.25c0 .76-.62 1.38-1.37 1.38H1.5v1H4V15H.75a.75.75 0 0 1-.75-.75v-1.87C0 11.62.62 11 1.38 11H2.5v-1H0z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ListNumberedIcon.displayName = 'ListNumberedIcon';
@@ -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::af2215f0de170a24cb5f18526e71a6ea>>
3
+ * @codegen <<SignedSource::8a69bf19e2cfb48f001f8e45932af50f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for attaching files to issues or other objects.
22
+ * Usage guidance: Reserved for attaching files to work types or other objects.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::0f7d584f0c375bf34e40fdaa7660bdc1>>
3
+ * @codegen <<SignedSource::a0ced1d960d5ffcbbe0ac5a90af7d239>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for attaching files to issues or other objects.
22
+ * Usage guidance: Reserved for attaching files to work types or other objects.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::4d315b95a6dc0f770e7d7c5c88d78403>>
3
+ * @codegen <<SignedSource::569a9d4c43cf146ba3fe04b1751c4915>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::7f9ad5812ba23ca8aa4f397c637fb80a>>
3
+ * @codegen <<SignedSource::d8f21fb469314a34472ee7251285412e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::53f91109de7c85ca6ae82f80e81ebfee>>
3
+ * @codegen <<SignedSource::e020f1fc2312446fd3f70c7fae886980>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: completed items, productivity emoji category. Completed task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: completed items, productivity emoji category. Completed task work type in JSM Calendar view.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::57ac648438fe44c639ee6f7bfb7028c3>>
3
+ * @codegen <<SignedSource::ebb4d93e4886b154a64cd744931090ed>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: recent, time input, sprint time remaining, overdue task work type status.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::17cf46d5b74c6fe6c7217916059d78fb>>
3
+ * @codegen <<SignedSource::3c9c914f8f7a3631a5a598f1ef46602e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: recent, time input, sprint time remaining, overdue task work type status.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::271d2db9eb5cbaef3f993286190920ae>>
3
+ * @codegen <<SignedSource::61cc856ba673fb016dcc97fed2247ace>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Multi purpose - Known uses: recent, time input, sprint time remaining. Overdue task issue status in JSM Calendar view.
22
+ * Usage guidance: Known uses: recent, time input, sprint time remaining, overdue task work type status.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */