@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
@@ -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::c8829fbe18d9ef0b7a6c5c1521961961>>
3
+ * @codegen <<SignedSource::0984af37204bd04db11ac437e644ac56>>
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 usages: 'New feature' Jira issue status.
22
+ * Usage guidance: Known usages: 'New feature' work type.
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::e8b2ac5ae16c813093b2c4846d09d911>>
3
+ * @codegen <<SignedSource::200ce97a939b47e9d28e7bba19907286>>
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 subtasks in Jira.
22
+ * Usage guidance: Reserved for subtask work type.
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::d9c9ab1e2d31d771ca84b7f35d5fa75e>>
3
+ * @codegen <<SignedSource::0940f97d6565c6e969b6ec3e3731bed3>>
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: "MinusSquare".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Remove feature' Jira issue status.
19
+ * Usage guidance: Known usages: 'Remove feature' 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::be32f76aba1a1e5490aa5c4a25650594>>
3
+ * @codegen <<SignedSource::27fdd58d5e8efb11eedaeba89ead6c1f>>
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 NotificationMutedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.933 1.051A5 5 0 0 1 13 5v3.5h-1.5V5a3.5 3.5 0 0 0-5.647-2.765zM3.075 4.135.47 1.53 1.53.47l14 14-1.06 1.06-2.03-2.03h-1.277a3.251 3.251 0 0 1-6.326 0h-2.46a1.375 1.375 0 0 1-1.165-2.104L3 8.535V5q0-.441.075-.865M4.5 5.561v3.075c0 .215-.06.426-.175.608L2.603 12h8.336zM6.418 13.5a1.75 1.75 0 0 0 3.163 0z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13 9.818-1.5-1.5V5a3.5 3.5 0 0 0-5.882-2.564L4.557 1.375A5 5 0 0 1 13 5z"/><path fill="currentcolor" fill-rule="evenodd" d="m3 6.182 1.5 1.5v.954c0 .215-.06.426-.175.608L2.603 12h6.215l2.127 2.127a3.25 3.25 0 0 1-6.108-.627h-2.46a1.375 1.375 0 0 1-1.165-2.104L3 8.535zM6.418 13.5a1.75 1.75 0 0 0 3.164 0z" clip-rule="evenodd"/><path fill="currentcolor" d="m.47 1.53 14 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
  NotificationMutedIcon.displayName = 'NotificationMutedIcon';
package/core/pen.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::995c0e46b033978d8bc506e209f60969>>
3
+ * @codegen <<SignedSource::c029232d00f9716a65577ac8246d2f0c>>
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: "Pen".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Design task' Jira issue type.
19
+ * Usage guidance: Known usages: 'Design task' 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::bdaf32a98919a579e425d1ed86924cd9>>
3
+ * @codegen <<SignedSource::ce33a064102f4d77a59e7ab3d7c4d430>>
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: "PinFilled".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: pinned Jira issue fields.
19
+ * Usage guidance: Known uses: pinned fields.
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 PinFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.925.528C4.004.38 4.255 0 4.75 0h6.502c.462 0 .718.333.814.495.114.194.172.416.19.622a1.83 1.83 0 0 1-.44 1.376c-.1.113-.196.216-.279.305l-.022.023c-.09.098-.16.173-.214.238l-.051.064v4.39l.112.059.213.113c.45.242 1.09.634 1.568 1.429.34.567.565 1.003.697 1.42.138.436.16.809.16 1.216a.75.75 0 0 1-.75.75h-4.5V16h-1.5v-3.5h-4.5a.75.75 0 0 1-.75-.75c0-.936.273-1.662.857-2.636.478-.797 1.119-1.188 1.569-1.43l.324-.172v-4.4a1 1 0 0 0-.065-.089 7 7 0 0 0-.457-.486l-.01-.011c-.417-.42-.503-.98-.47-1.378.018-.204.071-.425.177-.62" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.825 2.082A1.375 1.375 0 0 0 10.646 0H5.354a1.375 1.375 0 0 0-1.18 2.082L5 3.458v3.475a5 5 0 0 0-1.184.611C2.898 8.194 2 9.347 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.055-1.816-3.706A5 5 0 0 0 11 6.933V3.458z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PinFilledIcon.displayName = 'PinFilledIcon';
package/core/pin.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::3312dd09d3c69a7705a5fa282bfae7fe>>
3
+ * @codegen <<SignedSource::0b0f8ce58e6844479e931ef5e257be59>>
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: "Pin".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: pinning Jira issue fields.
19
+ * Usage guidance: Known uses: unpinned fields.
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 PinIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.313 1.5c.172.173.376.379.537.578.086.108.178.234.25.374.07.134.15.331.15.566V7.75c0 .503-.34.792-.528.924-.138.096-.326.194-.473.271q-.064.032-.112.06c-.363.194-.722.428-.994.88-.276.461-.442.806-.536 1.115h8.807l-.004-.014c-.077-.244-.227-.558-.553-1.1-.271-.452-.63-.685-.994-.881l-.111-.059a5 5 0 0 1-.474-.272c-.189-.132-.528-.421-.528-.924V3.018c0-.434.27-.765.401-.922a8 8 0 0 1 .286-.318q.125-.133.253-.276l.001-.002zM3.925.528C4.004.38 4.255 0 4.75 0h6.502c.462 0 .718.333.814.495.114.194.172.416.19.622a1.83 1.83 0 0 1-.44 1.376 20 20 0 0 1-.3.328c-.092.098-.16.173-.215.238l-.051.064v4.39l.112.059.213.113c.45.242 1.09.634 1.568 1.429.34.567.565 1.003.697 1.42.138.436.16.809.16 1.216a.75.75 0 0 1-.75.75h-4.5V16h-1.5v-3.5h-4.5a.75.75 0 0 1-.75-.75c0-.936.273-1.662.857-2.636.478-.797 1.119-1.188 1.569-1.43l.324-.172v-4.4a1 1 0 0 0-.068-.093 7 7 0 0 0-.464-.493c-.417-.42-.503-.98-.47-1.378.018-.204.071-.425.177-.62m7.296 2.638" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.825 2.082A1.375 1.375 0 0 0 10.646 0H5.354a1.375 1.375 0 0 0-1.18 2.082L5 3.458v3.475a5 5 0 0 0-1.184.611C2.898 8.194 2 9.347 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.055-1.816-3.706A5 5 0 0 0 11 6.933V3.458zM10.123 8.24l.012.002.066.015a3.4 3.4 0 0 1 1.115.512c.463.328.939.853 1.114 1.732H3.57a2.68 2.68 0 0 1 1.114-1.732 3.4 3.4 0 0 1 1.181-.527l.012-.002h-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.107-.386L5.575 1.5h4.85l-.818 1.364a.75.75 0 0 0-.107.386V7.5a.75.75 0 0 0 .623.74" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PinIcon.displayName = 'PinIcon';
@@ -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::fafc1f0f653bb65291af28a11fe92957>>
3
+ * @codegen <<SignedSource::17750339c3618246dbd4656a3bc2bac5>>
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: "PlusSquare".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'New feature' Jira issue status.
19
+ * Usage guidance: Known usages: 'New feature' 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::552ac69d75f367ccecda4d07d12c21df>>
3
+ * @codegen <<SignedSource::7e8db4bb533023ade24446178ce20e6a>>
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: "PriorityBlocker".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for blocker issue priority.
19
+ * Usage guidance: Reserved for blocker work type priority.
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::be5450c36a10f94a77afe8bb4ac523b5>>
3
+ * @codegen <<SignedSource::52a01db954978a50421a4ef51e4f5cef>>
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: "PriorityCritical".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for critial issue priority.
19
+ * Usage guidance: Reserved for critical work type priority.
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::571d0167656dedcdfbf8cf89692a904c>>
3
+ * @codegen <<SignedSource::582272df69ba877b2e6d0a31fb625443>>
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: "PriorityHigh".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for high issue priority.
19
+ * Usage guidance: Reserved for high work type priority.
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::e03ee4a5e38eed77114ccf8882719f78>>
3
+ * @codegen <<SignedSource::7787d68f9f2cf7929987dcb9223dcce3>>
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: "PriorityHighest".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for highest issue priority.
19
+ * Usage guidance: Reserved for highest work type priority.
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::6bef051e5038e8906d164d6f43a7e9a1>>
3
+ * @codegen <<SignedSource::21d0a075606cbd74b589337b4710e18a>>
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: "PriorityLow".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for low issue priority.
19
+ * Usage guidance: Reserved for low work type priority.
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::44d4985ef2b6c9df47acdac2ab03d8be>>
3
+ * @codegen <<SignedSource::3761e67f98b67364b5a81ac33471607c>>
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: "PriorityLowest".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for lowest issue priority.
19
+ * Usage guidance: Reserved for lowest work type priority.
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::039902c54b030101495fa47c359aba36>>
3
+ * @codegen <<SignedSource::343e44709f6a682c0d72b738b09d8ee9>>
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: "PriorityMajor".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for major issue priority.
19
+ * Usage guidance: Reserved for major work type priority.
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::7d1c7b6a87f5146fc0b661a6eddf30d3>>
3
+ * @codegen <<SignedSource::b9d1a56bb42a6866e602baee1d9fc883>>
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: "PriorityMedium".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for medium issue priority.
19
+ * Usage guidance: Reserved for medium work type priority.
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::117a9414f0d1027a00f14d14c006cd2d>>
3
+ * @codegen <<SignedSource::7c4056a5be1af2017b127dafdff042d3>>
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: "PriorityMinor".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for minor issue priority.
19
+ * Usage guidance: Reserved for minor work type priority.
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::f8fe3175a3f5872a5cfc29ba3218dfb9>>
3
+ * @codegen <<SignedSource::881360c69af3bca400e43d0745d7175b>>
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: "PriorityTrivial".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for trivial issue priority.
19
+ * Usage guidance: Reserved for trivial work type priority.
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/problem.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::f604a3dba3cc7c23eef555e893d90eb3>>
3
+ * @codegen <<SignedSource::4b0e283b3a840bc3b4c203e922f72a6c>>
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: "Problem".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for problem issue priority.
19
+ * Usage guidance: Reserved for problem work type priority.
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/retry.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::34150578bc9ce6805d69153dc5cf8a40>>
3
+ * @codegen <<SignedSource::2b87cc7d74b53f2f9074ecfc04ea4b65>>
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 RetryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.75 2.75a5.25 5.25 0 0 0 0 10.5v1.5A6.75 6.75 0 1 1 13.5 8v1.19l1.345-1.345 1.06 1.06-2.625 2.625a.75.75 0 0 1-1.06 0L9.595 8.905l1.06-1.06L12 9.189V8c0-2.9-2.35-5.25-5.25-5.25" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 8a7 7 0 0 1 12.5-4.33V1H15v5a.75.75 0 0 1-.75.75H9.5v-1.5h3.264a5.5 5.5 0 1 0 .665 3.63l1.482.24A7.002 7.002 0 0 1 1 8" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  RetryIcon.displayName = 'RetryIcon';
@@ -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::4784a5f9c715e38a401cf28ea8c94359>>
3
+ * @codegen <<SignedSource::c606b7d53e9baa33fe1abae222c47eae>>
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 ShieldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.47.22a.75.75 0 0 1 1.06 0c1.298 1.298 2.784 2.191 3.955 2.762.583.284 1.083.486 1.434.615a11 11 0 0 0 .51.174l.023.007h.004A.75.75 0 0 1 15 4.5c0 2.338-.48 4.248-1.194 5.79l-1.362-.63c.568-1.225.98-2.746 1.047-4.623l-.09-.032a17 17 0 0 1-1.573-.675C10.714 3.788 9.31 2.963 8 1.783a15.5 15.5 0 0 1-1.837 1.415l-.826-1.252A13.6 13.6 0 0 0 7.47.22M2.41 3.47.47 1.53 1.53.47l14 14-1.06 1.06L12 13.062a11.4 11.4 0 0 1-2.305 1.997 10 10 0 0 1-1.004.576 7 7 0 0 1-.386.175l-.026.01-.008.004-.003.001h-.002l-.267-.7c-.266.701-.267.7-.267.7h-.004l-.006-.003-.02-.008-.066-.027a9 9 0 0 1-1-.519 11.3 11.3 0 0 1-2.303-1.842C2.651 11.676 1 8.838 1 4.5a.75.75 0 0 1 .543-.72l.207.72a54 54 0 0 0-.207-.72l.004-.002.021-.006.092-.03a10 10 0 0 0 .75-.271m1.146 1.147a16 16 0 0 1-1.047.42c.128 3.604 1.532 5.92 2.907 7.35a9.8 9.8 0 0 0 1.993 1.595c.24.144.443.25.591.322l.029-.014c.204-.1.5-.26.848-.487A10 10 0 0 0 10.938 12zM8 15.125l-.267.7a.75.75 0 0 0 .533.001z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m9.874 13.056 1.063 1.064a11 11 0 0 1-1.575 1.148 9 9 0 0 1-1 .519l-.065.027-.02.008-.006.002-.003.001-.268-.7-.267.7h-.004l-.006-.003-.02-.008-.066-.027a9 9 0 0 1-1-.519 11.3 11.3 0 0 1-2.303-1.842C2.651 11.676 1 8.838 1 4.5q0-.141.05-.268l.873.873.034.116h.001l.003-.001.011-.004.036-.01.012-.004.53.53c.272 3.21 1.581 5.319 2.866 6.654a9.8 9.8 0 0 0 1.993 1.596c.24.144.443.25.59.322.15-.072.352-.178.592-.322a9.6 9.6 0 0 0 1.283-.926"/><path fill="currentcolor" d="m7.73 15.83.27-.7.27.7a.76.76 0 0 1-.53 0M7.47.22a13.7 13.7 0 0 1-2.26 1.81l1.08 1.08A15.5 15.5 0 0 0 8 1.78c1.31 1.18 2.71 2.01 3.83 2.55a17 17 0 0 0 1.66.71c-.06 1.73-.42 3.17-.92 4.35l1.13 1.13C14.47 8.94 15 6.96 15 4.5a.75.75 0 0 0-.54-.72l-.02-.01-.1-.03a11 11 0 0 1-.41-.14c-.35-.13-.85-.33-1.43-.61-1.19-.58-2.67-1.47-3.97-2.77a.75.75 0 0 0-1.06 0m-7 1.31 14 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
  ShieldStrikethroughIcon.displayName = 'ShieldStrikethroughIcon';
package/core/story.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::a5b3fc1f8e72ec324efbf9f291463cd1>>
3
+ * @codegen <<SignedSource::28e772f8cdb6f760a3c2951e84821a14>>
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: "Story".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for stories in Jira.
19
+ * Usage guidance: Reserved for story 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/subtasks.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::e45e5696651ae09c6cd42135bd3e6824>>
3
+ * @codegen <<SignedSource::b31b4268eb35fd0d014247794d0ca202>>
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: "Subtasks".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for subtasks in Jira.
19
+ * Usage guidance: Reserved for subtask 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/summarize.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::8e7be616b8d6a1a67d5ec530f9dff6db>>
3
+ * @codegen <<SignedSource::a03db518592dd1f81c21f51aa111feb9>>
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 SummarizeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.5 3.5a1 1 0 0 1 1-1V1A2.5 2.5 0 0 0 6 3.5v2.625c0 .76.616 1.375 1.375 1.375h1.25C9.385 7.5 10 6.884 10 6.125v-1.25c0-.76-.616-1.375-1.375-1.375zm0 1.5h1v1h-1zm-5-1.5a1 1 0 0 1 1-1V1A2.5 2.5 0 0 0 1 3.5v2.625c0 .76.616 1.375 1.375 1.375h1.25C4.385 7.5 5 6.884 5 6.125v-1.25C5 4.115 4.384 3.5 3.625 3.5zm0 1.5h1v1h-1zM15 2h-3.5v1.5H15zm0 3.5h-3.5V7H15zM15 9H1v1.5h14zm0 3.5H1V14h14z" clip-rule="evenodd"/><path fill="currentcolor" d="M8.5 5h-1v1h1zm-5 0h-1v1h1z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.166h14v1.5H1zm10.796 4.328a.75.75 0 0 1 1.41 0l.615 1.687 1.686.615a.75.75 0 0 1 0 1.41l-1.686.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.687-.615a.75.75 0 0 1 0-1.41l1.687-.615zM1 9.333h7v1.5H1zm0 4.166h5v1.5H1z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SummarizeIcon.displayName = 'SummarizeIcon';
package/core/tag.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::d3d269e42a209b60a9080b233bea35f1>>
3
+ * @codegen <<SignedSource::338651941b03ec38a528c6808ae2ffcd>>
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 TagIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.354 1.586A2 2 0 0 1 8.768 1H13a2 2 0 0 1 2 2v4.232a2 2 0 0 1-.586 1.414l-5.75 5.75a2 2 0 0 1-2.828 0l-4.232-4.232a2 2 0 0 1 0-2.828zm1.414.914a.5.5 0 0 0-.354.146l-5.75 5.75a.5.5 0 0 0 0 .708l4.232 4.232a.5.5 0 0 0 .708 0l5.75-5.75a.5.5 0 0 0 .146-.354V3a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M10 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/><path fill="currentcolor" fill-rule="evenodd" d="M9.286 1a3.25 3.25 0 0 0-2.299.952L1.604 7.336a2 2 0 0 0 0 2.828l4.232 4.232a2 2 0 0 0 2.828 0l5.384-5.383A3.25 3.25 0 0 0 15 6.714V3a2 2 0 0 0-2-2zM8.048 3.013A1.75 1.75 0 0 1 9.286 2.5H13a.5.5 0 0 1 .5.5v3.714c0 .465-.184.91-.513 1.238l-5.383 5.384a.5.5 0 0 1-.708 0L2.664 9.104a.5.5 0 0 1 0-.708z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TagIcon.displayName = 'TagIcon';
@@ -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::40c34031d319233940e1957470794793>>
3
+ * @codegen <<SignedSource::0d6280c8f1d121e93782fd12f3e3a1d6>>
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 TextHeadingIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.5 1H6v1.5H4.5v4.75h7V2.5H10V1h4.5v1.5H13v11h1.5V15H10v-1.5h1.5V8.75h-7v4.75H6V15H1.5v-1.5H3v-11H1.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.5 7.25V1H3v14h1.5V8.75h7V15H13V1h-1.5v6.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TextHeadingIcon.displayName = 'TextHeadingIcon';
@@ -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::3e18717f0b4d79dd3e642b1e785ec0a5>>
3
+ * @codegen <<SignedSource::63a963dd6b891ea11e6d9f6351dcdd6a>>
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 TextStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M7.47 2.5a2.12 2.12 0 0 0-.58 4.15l2.1.6H15v1.5H1v-1.5h3.98C3.72 6.06 3.42 4.04 4.53 2.5A3.62 3.62 0 0 1 7.47 1h.93a4.08 4.08 0 0 1 3.19 1.53l-1.17.94A2.58 2.58 0 0 0 8.4 2.5zm3.51 7.75h1.58A3.82 3.82 0 0 1 8.86 15h-.67a4.5 4.5 0 0 1-4.11-2.67l-.01-.02 1.37-.61.01.02a3 3 0 0 0 2.74 1.78h.67a2.32 2.32 0 0 0 2.12-3.25"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7.47 2.5a2.12 2.12 0 0 0-1.79 3.25H4.03a3.59 3.59 0 0 1 .5-3.25A3.62 3.62 0 0 1 7.47 1h.93a4.08 4.08 0 0 1 3.19 1.53l-1.17.94A2.58 2.58 0 0 0 8.4 2.5zm3.51 7.75h1.58A3.82 3.82 0 0 1 8.86 15h-.67a4.5 4.5 0 0 1-4.11-2.67l-.01-.02 1.37-.61.01.02a3 3 0 0 0 2.74 1.78h.67a2.32 2.32 0 0 0 2.12-3.25m4.02-3H1v1.5h14z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TextStrikethroughIcon.displayName = 'TextStrikethroughIcon';
package/core/text.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::728fd64557c3d4849e2c4a2b293c1c3a>>
3
+ * @codegen <<SignedSource::c514376430cef925ef724f6e20a216ec>>
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 TextIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 1h12v4h-1.5V2.5H8.813v11H10.5V15h-5v-1.5h1.813v-11H3.5V5H2z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.813 2.5H0V1h11v1.5H6.313V15h-1.5zM12 6.5V4h1.5v2.5H16V8h-2.5v5a.5.5 0 0 0 .5.5h2V15h-2a2 2 0 0 1-2-2V8h-2V6.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TextIcon.displayName = 'TextIcon';
package/core/tools.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::1ef3fd4ef45e64c5cc0f0d33922c08ce>>
3
+ * @codegen <<SignedSource::fd193d6db8f1ff9d9d5b933f93f1e56e>>
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: "Tools".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known usages: 'Service request' Jira issue type.
19
+ * Usage guidance: Known usages: 'Service request' Jira 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::b3cfd32d7c56a110a427213334c2cae4>>
3
+ * @codegen <<SignedSource::a21fc4c357261b228c91b1266339bdf4>>
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 VideoSkipBackwardFifteenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M1.27 13.62v1.05h3.89v-1.05H3.97V8.75H2.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.37V8.75H6.08v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42H5.94q.02.75.54 1.18"/><path fill="currentcolor" fill-rule="evenodd" d="M1.141 14.794V13.49h1.492v-3.38l-1.508 1.118v-1.57l1.472-1.033h1.502v4.865h1.184v1.304zm2.833-1.18V8.75H2.636l-1.386.973v1.257l1.508-1.12v3.755H1.266v1.054h3.892v-1.054zm5.42.766c-.376.335-.887.494-1.519.494-.61 0-1.108-.151-1.483-.467-.376-.318-.568-.748-.58-1.277l-.002-.128h1.46l.007.118a.44.44 0 0 0 .157.332c.095.073.237.118.44.118.218 0 .364-.054.457-.144.1-.096.156-.23.156-.42v-.576c0-.198-.055-.327-.146-.41l-.002-.002c-.093-.09-.24-.144-.465-.144a.9.9 0 0 0-.334.056l-.004.001a.4.4 0 0 0-.185.135l-.038.051H5.95V8.625h3.785V9.97H7.383l-.003.236-.008.757a1 1 0 0 1 .072-.06c.223-.166.514-.243.861-.243.508 0 .917.155 1.21.478.299.316.44.753.44 1.293v.576c0 .57-.184 1.032-.56 1.374m.03-3.157q.405.43.405 1.208v.576q0 .81-.519 1.28-.518.463-1.435.463-.883 0-1.402-.438-.475-.4-.53-1.059l-.005-.125h1.216q.016.269.202.422.187.146.52.146.355 0 .543-.178.195-.187.194-.511v-.576q0-.332-.186-.503-.187-.178-.552-.178-.22 0-.38.065a.5.5 0 0 0-.244.178H6.075V8.75H9.61v1.095H7.26l-.005.36-.01.9-.002.294a.7.7 0 0 1 .127-.251" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M3.477 2.977a6.75 6.75 0 1 1 9.546 9.546l-1.06-1.06a5.25 5.25 0 1 0-7.425-7.425L3.575 5H5.5v1.5H1.75A.75.75 0 0 1 1 5.75V2h1.5v1.954z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m1.81 3.75 2.47-2.47L3.22.22l-3 3a.75.75 0 0 0 0 1.06l3 3 1.06-1.06z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m6.06 4.5 1.72 1.72-1.06 1.06-3-3a.75.75 0 0 1 0-1.06l3-3 1.06 1.06L6.06 3h5.69A3.25 3.25 0 0 1 15 6.25v3.5A3.25 3.25 0 0 1 11.75 13H11v-1.5h.75a1.75 1.75 0 0 0 1.75-1.75v-3.5a1.75 1.75 0 0 0-1.75-1.75zM1 9.5h1.75a.75.75 0 0 1 .75.75V16H2v-5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M9 9.5H5.75a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75H7.5v1H5V16h2.625C8.385 16 9 15.384 9 14.625v-1.25C9 12.615 8.384 12 7.625 12H6.5v-1H9z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VideoSkipBackwardFifteenIcon.displayName = 'VideoSkipBackwardFifteenIcon';
@@ -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::3d7b6ad40b9002f41a89cb2a0bc61642>>
3
+ * @codegen <<SignedSource::b61aa9e35a2f777e3d1a50ffcc9ac5ce>>
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 VideoSkipBackwardTenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M7.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92a1.6 1.6 0 0 1 .66-.62 2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/><path fill="currentcolor" fill-rule="evenodd" d="M6.814 14.645a1.8 1.8 0 0 1-.707-.663l-.002-.002a1.97 1.97 0 0 1-.243-.99v-2.48q-.001-.557.244-.983.255-.432.709-.664.456-.239 1.053-.238.605-.001 1.054.238.454.232.7.664.254.426.253.983v2.48q0 .558-.252.991a1.7 1.7 0 0 1-.7.664q-.45.231-1.047.23-.604.001-1.06-.23zm2.7-5.055a1.53 1.53 0 0 0-.65-.616q-.415-.224-.996-.224a2.1 2.1 0 0 0-.995.224 1.6 1.6 0 0 0-.659.616 1.8 1.8 0 0 0-.227.92v2.48q0 .528.227.928.235.392.659.616.423.216 1.003.216.573 0 .988-.216.424-.225.65-.616.237-.4.236-.928v-2.48q0-.528-.235-.92m-1.157 3.835c.11-.1.17-.24.17-.435v-2.48c0-.195-.06-.335-.17-.435l-.002-.002c-.106-.1-.262-.158-.487-.158-.223 0-.383.058-.495.159-.105.1-.164.24-.164.436v2.48c0 .195.06.335.171.435.113.102.27.16.488.16.225 0 .38-.058.487-.158zm-1.07-3.443q.212-.192.58-.192.369 0 .573.192.21.192.211.528v2.48q0 .336-.211.528-.204.192-.573.192-.36 0-.572-.192t-.212-.528v-2.48q0-.336.204-.528m-6.147 4.813v-1.33h1.442v-3.172l-1.458 1.072v-1.64l1.426-1.02h1.458v4.76h1.145v1.33zm2.743-1.205V8.83H2.591l-1.341.96v1.328l1.458-1.072v3.544H1.266v1.08h3.763v-1.08z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M3.477 2.977a6.75 6.75 0 0 1 9.546 9.546l-1.061-1.06a5.25 5.25 0 0 0-7.425-7.425L3.575 5H5.5v1.5H1.75A.75.75 0 0 1 1 5.75V2h1.5v1.954z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m1.81 3.75 2.47-2.47L3.22.22l-3 3a.75.75 0 0 0 0 1.06l3 3 1.06-1.06z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m6.06 4.5 1.72 1.72-1.06 1.06-3-3a.75.75 0 0 1 0-1.06l3-3 1.06 1.06L6.06 3h5.69A3.25 3.25 0 0 1 15 6.25v3.5A3.25 3.25 0 0 1 11.75 13H11v-1.5h.75a1.75 1.75 0 0 0 1.75-1.75v-3.5a1.75 1.75 0 0 0-1.75-1.75zM1 9.5h1.75a.75.75 0 0 1 .75.75V16H2v-5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M9 10.875c0-.76-.616-1.375-1.375-1.375h-1.75c-.76 0-1.375.616-1.375 1.375v3.75c0 .76.616 1.375 1.375 1.375h1.75C8.385 16 9 15.384 9 14.625zM7.5 11v3.5H6V11z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VideoSkipBackwardTenIcon.displayName = 'VideoSkipBackwardTenIcon';