@atlaskit/icon-lab 3.5.0 → 4.1.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 (177) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/core/align-content-bottom.js +2 -2
  3. package/core/align-content-center-horizontal.js +2 -2
  4. package/core/align-content-center-vertical.js +2 -2
  5. package/core/align-content-left.js +2 -2
  6. package/core/align-content-right.js +2 -2
  7. package/core/align-content-top.js +2 -2
  8. package/core/align-position-bottom.js +2 -2
  9. package/core/align-position-center-vertical.js +2 -2
  10. package/core/align-position-top.js +2 -2
  11. package/core/assets-data-manager.js +2 -2
  12. package/core/assets-schema.js +2 -2
  13. package/core/book-open.js +2 -2
  14. package/core/calculate.d.ts +13 -0
  15. package/core/calculate.js +28 -0
  16. package/core/coins.js +2 -2
  17. package/core/continue-when.js +2 -2
  18. package/core/cross-octagon.js +2 -2
  19. package/core/cursor.js +2 -2
  20. package/core/database-storage.js +2 -2
  21. package/core/drop-shadow.js +2 -2
  22. package/core/duplicate.js +2 -2
  23. package/core/editions.js +2 -2
  24. package/core/field-text.js +2 -2
  25. package/core/group-selection.js +2 -2
  26. package/core/group-ungroup-selection.js +2 -2
  27. package/core/hand.js +2 -2
  28. package/core/if-else.js +2 -2
  29. package/core/incognito.js +2 -2
  30. package/core/initiative.js +2 -2
  31. package/core/jira.js +2 -2
  32. package/core/lozenge.js +2 -2
  33. package/core/page-live-doc.js +2 -2
  34. package/core/paint-brush.js +2 -2
  35. package/core/paint-roller.js +2 -2
  36. package/core/qr-code.js +2 -2
  37. package/core/roadmaps-plan.js +2 -2
  38. package/core/roadmaps-service.js +2 -2
  39. package/core/section.js +2 -2
  40. package/core/shape-diamond.js +2 -2
  41. package/core/shape-ellipse.js +2 -2
  42. package/core/shape-parallelogram-skew-left.js +2 -2
  43. package/core/shape-parallelogram-skew-right.js +2 -2
  44. package/core/shape-rectangle-rounded.js +2 -2
  45. package/core/shape-rectangle.js +2 -2
  46. package/core/shape-triangle-inverted.js +2 -2
  47. package/core/shape-triangle.js +2 -2
  48. package/core/signature.js +2 -2
  49. package/core/sort-options.d.ts +13 -0
  50. package/core/sort-options.js +28 -0
  51. package/core/speedometer.js +2 -2
  52. package/core/split-parallel.js +2 -2
  53. package/core/stamp.js +2 -2
  54. package/core/sticker.js +2 -2
  55. package/core/stroke-curvature-curved.js +2 -2
  56. package/core/stroke-curvature-dynamic.js +2 -2
  57. package/core/stroke-curvature-straight.js +2 -2
  58. package/core/stroke-properties.js +2 -2
  59. package/core/stroke-style-dashed.js +2 -2
  60. package/core/stroke-style-dotted.js +2 -2
  61. package/core/stroke-style-solid.js +2 -2
  62. package/core/sunset.js +2 -2
  63. package/core/swap.js +2 -2
  64. package/core/switch-case.js +2 -2
  65. package/core/sync.js +2 -2
  66. package/core/takeout-container.js +2 -2
  67. package/core/template.js +2 -2
  68. package/core/ticket.js +2 -2
  69. package/core/tidy.js +2 -2
  70. package/core/vehicle-train.js +2 -2
  71. package/core/view-type-board-home.d.ts +13 -0
  72. package/core/view-type-board-home.js +28 -0
  73. package/core/view-type-card-home.d.ts +13 -0
  74. package/core/view-type-card-home.js +28 -0
  75. package/core/view-type-table-home.d.ts +13 -0
  76. package/core/view-type-table-home.js +28 -0
  77. package/core/vulnerability.js +2 -2
  78. package/core/wallet.js +2 -2
  79. package/core/webhook.js +2 -2
  80. package/core/welcome-feed.js +2 -2
  81. package/core/workflow-controls.js +2 -2
  82. package/core/wrench.js +2 -2
  83. package/dist/cjs/metadata-core.js +46 -1
  84. package/dist/es2019/metadata-core.js +46 -1
  85. package/dist/esm/metadata-core.js +46 -1
  86. package/dist/types/metadata-core.d.ts +1 -1
  87. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  88. package/divider-element.svg +3 -0
  89. package/package.json +2 -2
  90. package/svgs/core/align-content-bottom.svg +1 -1
  91. package/svgs/core/align-content-center-horizontal.svg +1 -1
  92. package/svgs/core/align-content-center-vertical.svg +1 -1
  93. package/svgs/core/align-content-left.svg +1 -1
  94. package/svgs/core/align-content-right.svg +1 -1
  95. package/svgs/core/align-content-top.svg +1 -1
  96. package/svgs/core/align-position-bottom.svg +1 -1
  97. package/svgs/core/align-position-center-vertical.svg +1 -1
  98. package/svgs/core/align-position-top.svg +1 -1
  99. package/svgs/core/assets-data-manager.svg +1 -1
  100. package/svgs/core/assets-schema.svg +1 -1
  101. package/svgs/core/beach-umbrella.svg +1 -1
  102. package/svgs/core/book-open.svg +1 -1
  103. package/svgs/core/calculate.svg +1 -0
  104. package/svgs/core/cloud-offline.svg +1 -1
  105. package/svgs/core/cloud-saved.svg +1 -1
  106. package/svgs/core/coins.svg +1 -1
  107. package/svgs/core/continue-when.svg +1 -1
  108. package/svgs/core/cross-octagon.svg +1 -1
  109. package/svgs/core/cursor-strikethrough.svg +1 -1
  110. package/svgs/core/cursor.svg +1 -1
  111. package/svgs/core/database-storage-cache.svg +1 -1
  112. package/svgs/core/database-storage.svg +1 -1
  113. package/svgs/core/divider-element.svg +1 -1
  114. package/svgs/core/drop-shadow.svg +1 -1
  115. package/svgs/core/duplicate.svg +1 -1
  116. package/svgs/core/editions.svg +1 -1
  117. package/svgs/core/expand-element.svg +1 -1
  118. package/svgs/core/field-text.svg +1 -1
  119. package/svgs/core/gift.svg +1 -1
  120. package/svgs/core/group-selection.svg +1 -1
  121. package/svgs/core/group-ungroup-selection.svg +1 -1
  122. package/svgs/core/hand.svg +1 -1
  123. package/svgs/core/if-else.svg +1 -1
  124. package/svgs/core/incognito.svg +1 -1
  125. package/svgs/core/initiative.svg +1 -1
  126. package/svgs/core/jira.svg +1 -1
  127. package/svgs/core/lozenge.svg +1 -1
  128. package/svgs/core/page-live-doc.svg +1 -1
  129. package/svgs/core/paint-brush.svg +1 -1
  130. package/svgs/core/paint-roller.svg +1 -1
  131. package/svgs/core/party-popper.svg +1 -1
  132. package/svgs/core/qr-code.svg +1 -1
  133. package/svgs/core/queue-pop-in.svg +1 -1
  134. package/svgs/core/queue-pop-out.svg +1 -1
  135. package/svgs/core/roadmaps-plan.svg +1 -1
  136. package/svgs/core/roadmaps-service.svg +1 -1
  137. package/svgs/core/section.svg +1 -1
  138. package/svgs/core/shape-diamond.svg +1 -1
  139. package/svgs/core/shape-ellipse.svg +1 -1
  140. package/svgs/core/shape-parallelogram-skew-left.svg +1 -1
  141. package/svgs/core/shape-parallelogram-skew-right.svg +1 -1
  142. package/svgs/core/shape-rectangle-rounded.svg +1 -1
  143. package/svgs/core/shape-rectangle.svg +1 -1
  144. package/svgs/core/shape-triangle-inverted.svg +1 -1
  145. package/svgs/core/shape-triangle.svg +1 -1
  146. package/svgs/core/signature.svg +1 -1
  147. package/svgs/core/sort-options.svg +1 -0
  148. package/svgs/core/speedometer.svg +1 -1
  149. package/svgs/core/split-parallel.svg +1 -1
  150. package/svgs/core/stamp.svg +1 -1
  151. package/svgs/core/sticker.svg +1 -1
  152. package/svgs/core/stroke-curvature-curved.svg +1 -1
  153. package/svgs/core/stroke-curvature-dynamic.svg +1 -1
  154. package/svgs/core/stroke-curvature-straight.svg +1 -1
  155. package/svgs/core/stroke-properties.svg +1 -1
  156. package/svgs/core/stroke-style-dashed.svg +1 -1
  157. package/svgs/core/stroke-style-dotted.svg +1 -1
  158. package/svgs/core/stroke-style-solid.svg +1 -1
  159. package/svgs/core/sunset.svg +1 -1
  160. package/svgs/core/swap.svg +1 -1
  161. package/svgs/core/switch-case.svg +1 -1
  162. package/svgs/core/sync.svg +1 -1
  163. package/svgs/core/takeout-container.svg +1 -1
  164. package/svgs/core/template.svg +1 -1
  165. package/svgs/core/ticket.svg +1 -1
  166. package/svgs/core/tidy.svg +1 -1
  167. package/svgs/core/vehicle-airplane.svg +1 -1
  168. package/svgs/core/vehicle-train.svg +1 -1
  169. package/svgs/core/view-type-board-home.svg +1 -0
  170. package/svgs/core/view-type-card-home.svg +1 -0
  171. package/svgs/core/view-type-table-home.svg +1 -0
  172. package/svgs/core/vulnerability.svg +1 -1
  173. package/svgs/core/wallet.svg +1 -1
  174. package/svgs/core/webhook.svg +1 -1
  175. package/svgs/core/welcome-feed.svg +1 -1
  176. package/svgs/core/workflow-controls.svg +1 -1
  177. package/svgs/core/wrench.svg +1 -1
package/core/incognito.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::da43f3c3156d9727d84bbee8017d95da>>
3
+ * @codegen <<SignedSource::8453d857a81c94fad8929908d2616e71>>
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 IncognitoIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2.75 6.958.965-4.215a1.25 1.25 0 0 1 1.522-.934l2.46.615c.199.05.407.05.606 0l2.46-.615a1.25 1.25 0 0 1 1.522.934l.965 4.215m-13 .792c6.25-1.375 9.25-1.375 15.5 0"/><circle cx="11.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.582 11.25A2.74 2.74 0 0 0 8 10.75a2.74 2.74 0 0 0-1.582.5"/><circle cx="4.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10.58 1.08a2 2 0 0 1 2.44 1.49l.92 4.04q.94.18 1.97.41l-.32 1.47C12.49 7.8 10.23 7.47 8 7.47S3.51 7.8.41 8.48L.09 7.02a73 73 0 0 1 1.97-.41l.92-4.03a2 2 0 0 1 2.44-1.5l2.46.62a.5.5 0 0 0 .24 0zM3.66 6.33C5.21 6.09 6.6 5.97 8 5.97s2.79.12 4.34.36l-.78-3.42a.5.5 0 0 0-.61-.37l-2.46.62a2 2 0 0 1-.97 0l-2.46-.61a.5.5 0 0 0-.61.37zm7.84 4.17a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3 1.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8 11.5c-.43 0-.825.134-1.15.363l-.863-1.226A3.5 3.5 0 0 1 8 10c.748 0 1.444.236 2.013.637l-.863 1.226A2 2 0 0 0 8 11.5" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4.5 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3 1.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  IncognitoIcon.displayName = 'IncognitoIcon';
@@ -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::2a3fe643be22c3bc7ffda0d3330be506>>
3
+ * @codegen <<SignedSource::60630756465d7c82bb828edf78115f0b>>
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 InitiativeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.607 12.25a6.25 6.25 0 1 1 6.785 0m-6.785 0a1.19 1.19 0 0 0-1.128.813L2.75 15.25h10.5l-.729-2.187a1.19 1.19 0 0 0-1.129-.813m-6.785 0h6.786M4.75 7A3.25 3.25 0 0 1 8 3.75"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a5.5 5.5 0 0 0-3.163 10h6.326A5.5 5.5 0 0 0 8 1.5m4.795 10.6a7 7 0 1 0-9.59 0 1.9 1.9 0 0 0-.438.726l-.729 2.187A.75.75 0 0 0 2.75 16h10.5a.75.75 0 0 0 .711-.987l-.728-2.187a1.9 1.9 0 0 0-.438-.726M8 4.5A2.5 2.5 0 0 0 5.5 7H4a4 4 0 0 1 4-4zM4.607 13a.44.44 0 0 0-.417.3l-.4 1.2h8.42l-.4-1.2a.44.44 0 0 0-.418-.3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  InitiativeIcon.displayName = 'InitiativeIcon';
package/core/jira.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::3f3bdafccf809d335f8014230b2d6f28>>
3
+ * @codegen <<SignedSource::e8f9f5c2ecf3a673b906a4dbd95dea94>>
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 JiraIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.25 4.75v1.625c0 1.036.84 1.875 1.875 1.875h1.625v-7h-7v1.625c0 1.036.84 1.875 1.875 1.875zm0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H7.75m3.5-3.5v7H9.625A1.875 1.875 0 0 1 7.75 9.875V8.25m0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H4.25v1.625c0 1.036.84 1.875 1.875 1.875H7.75z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7 1.25A.75.75 0 0 1 7.75.5h7a.75.75 0 0 1 .75.75v7a.75.75 0 0 1-.75.75h-1.625A2.6 2.6 0 0 1 12 8.747v3.003a.75.75 0 0 1-.75.75H9.625a2.6 2.6 0 0 1-1.125-.253v3.003a.75.75 0 0 1-.75.75H6.125A2.625 2.625 0 0 1 3.5 13.375V12.5h-.875A2.625 2.625 0 0 1 0 9.875V8.25a.75.75 0 0 1 .75-.75h3.003A2.6 2.6 0 0 1 3.5 6.375V4.75A.75.75 0 0 1 4.25 4h3.003A2.6 2.6 0 0 1 7 2.875zM9.625 4h1.625a.75.75 0 0 1 .75.75v1.625c0 .621.504 1.125 1.125 1.125H14V2H8.5v.875C8.5 3.496 9.004 4 9.625 4m.875 1.5H5v.875C5 6.996 5.504 7.5 6.125 7.5H7.75a.75.75 0 0 1 .75.75v1.625c0 .621.504 1.125 1.125 1.125h.875zM7 9H1.5v.875c0 .621.504 1.125 1.125 1.125H4.25a.75.75 0 0 1 .75.75v1.625c0 .621.504 1.125 1.125 1.125H7z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  JiraIcon.displayName = 'JiraIcon';
package/core/lozenge.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::978a70a79b0c252ecf888977efab741b>>
3
+ * @codegen <<SignedSource::f3dcba78c5e5642b8396cd93a41d6ef1>>
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 LozengeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M3 8h10M2 11.25h12c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H2C1.31 4.75.75 5.31.75 6v4c0 .69.56 1.25 1.25 1.25Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5zm11 3.25H3v-1.5h10z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  LozengeIcon.displayName = 'LozengeIcon';
@@ -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::d174cd574f310093c8aa43665e0a8986>>
3
+ * @codegen <<SignedSource::622b66f09f9810e3f6fbdd627d1ccd29>>
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 PageLiveDocIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M7.5 14.25H3c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25h10c.69 0 1.25.56 1.25 1.25v4.5M4 5.25h8m-8 3.5h5"/><path fill="currentcolor" d="m8.59 12.207 3.093-4.488c.314-.456 1.026-.14.898.4l-.481 2.014a.25.25 0 0 0 .243.308h2.16a.5.5 0 0 1 .412.783l-3.093 4.489c-.315.455-1.027.138-.898-.4l.48-2.014a.25.25 0 0 0-.243-.308h-2.16a.5.5 0 0 1-.412-.784"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h4.5V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4.5h-1.5zM12 6H4V4.5h8zM9 9.5H4V8h5z" clip-rule="evenodd"/><path fill="currentcolor" d="m8.59 12.207 3.093-4.488c.314-.456 1.026-.14.898.4l-.481 2.014a.25.25 0 0 0 .243.308h2.16a.5.5 0 0 1 .412.783l-3.093 4.489c-.315.455-1.027.138-.898-.4l.48-2.014a.25.25 0 0 0-.243-.308h-2.16a.5.5 0 0 1-.412-.784"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PageLiveDocIcon.displayName = 'PageLiveDocIcon';
@@ -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::1cea666231577cbcb6d160ba637c591a>>
3
+ * @codegen <<SignedSource::acf0a4f4e6b74d5751bf5aa99816e0e3>>
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 PaintBrushIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 10.25V14a1.25 1.25 0 1 0 2.5 0v-3.75m-2.5 0h2.5m-2.5 0H4.5c-.69 0-1.25-.56-1.25-1.25V7.25m6 3h2.25c.69 0 1.25-.56 1.25-1.25V7.25m-9.5 0V.75h3m-3 6.5h9.5m0 0V.75h-3m-3.5 0V3m0-2.25h3.5m0 0V4"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.5.75A.75.75 0 0 1 3.25 0h9.5a.75.75 0 0 1 .75.75V9a2 2 0 0 1-2 2H10v3a2 2 0 1 1-4 0v-3H4.5a2 2 0 0 1-2-2zM7.5 11v3a.5.5 0 0 0 1 0v-3zM4 1.5v5h8v-5h-1.5V4H9V1.5H7V3H5.5V1.5zM12 8H4v1a.5.5 0 0 0 .5.5h7A.5.5 0 0 0 12 9z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PaintBrushIcon.displayName = 'PaintBrushIcon';
@@ -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::47754b26f407b0b406c6d355395eb4d9>>
3
+ * @codegen <<SignedSource::c7769d6535b80ee91cababc16af05af0>>
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 PaintRollerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.75 2.5V.75h-10v3.5h10zm0 0h1.875c.345 0 .625.28.625.625V5.5c0 .69-.56 1.25-1.25 1.25H7.638A.64.64 0 0 0 7 7.388V9.75m0 0H5.75V14a1.25 1.25 0 1 0 2.5 0V9.75z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 .75A.75.75 0 0 1 1.75 0h10a.75.75 0 0 1 .75.75v1h1.125c.76 0 1.375.616 1.375 1.375V5.5a2 2 0 0 1-2 2H7.75V9h.5a.75.75 0 0 1 .75.75V14a2 2 0 1 1-4 0V9.75A.75.75 0 0 1 5.75 9h.5V7.388C6.25 6.62 6.871 6 7.638 6H13a.5.5 0 0 0 .5-.5V3.25h-1v1a.75.75 0 0 1-.75.75h-10A.75.75 0 0 1 1 4.25zm5.5 9.75V14a.5.5 0 0 0 1 0v-3.5zm-4-9v2H11v-2z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PaintRollerIcon.displayName = 'PaintRollerIcon';
package/core/qr-code.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::1b38133d9351e6a8628390fd0ab62bf7>>
3
+ * @codegen <<SignedSource::c9d0464203d8c1f588f67b60304efd94>>
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 QrCodeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M10 10h2v2h-2z"/><path stroke="currentcolor" stroke-width="1.5" d="M1.75 5.25V3c0-.69.56-1.25 1.25-1.25h2.25m9 3.5V3c0-.69-.56-1.25-1.25-1.25h-2.25m-9 9V13c0 .69.56 1.25 1.25 1.25h2.25m9-3.5V13c0 .69-.56 1.25-1.25 1.25h-2.25m-6.75-3h4M11.25 4v4m-6.5-3.25h3.5v3.5h-3.5z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10 10h2v2h-2z"/><path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v2.25H1V3a2 2 0 0 1 2-2h2.25v1.5zM10.75 1H13a2 2 0 0 1 2 2v2.25h-1.5V3a.5.5 0 0 0-.5-.5h-2.25zM4 4h5v5H4zm1.5 1.5v2h2v-2zm5 2.5V4H12v4zM8 12H4v-1.5h4zm-7 1v-2.25h1.5V13a.5.5 0 0 0 .5.5h2.25V15H3a2 2 0 0 1-2-2m12.5 0v-2.25H15V13a2 2 0 0 1-2 2h-2.25v-1.5H13a.5.5 0 0 0 .5-.5" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  QrCodeIcon.displayName = 'QrCodeIcon';
@@ -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::9fb9ae8cdc90a449879cf554dec0900f>>
3
+ * @codegen <<SignedSource::f0f6dceac3b1541133f5e1afe0b271c5>>
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 RoadmapsPlanIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 3.5h5.5a2.25 2.25 0 0 1 0 4.5h-5.5a2.25 2.25 0 0 0 0 4.5h5.5m-5.5-9a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Zm5.5 9a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.5 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2M1 3.5a2.5 2.5 0 0 1 4.886-.75h4.864a3 3 0 1 1 0 6h-5.5a1.5 1.5 0 1 0 0 3h4.865a2.501 2.501 0 1 1 0 1.5H5.25a3 3 0 1 1 0-6h5.5a1.5 1.5 0 0 0 0-3H5.886A2.501 2.501 0 0 1 1 3.5m11.5 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  RoadmapsPlanIcon.displayName = 'RoadmapsPlanIcon';
@@ -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::524892051a1bb8a36f4b35d16e46539b>>
3
+ * @codegen <<SignedSource::1032445cfb208c3cfd386709ffac1c18>>
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 RoadmapsServiceIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.75 3.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451c-.435 0-.84.227-1.067.598L5 8m5.75 4.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451a1.25 1.25 0 0 1-1.067-.598L5 8M1 8h4"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13.5 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2.386.25a2.501 2.501 0 1 1 0 1.5H8.702a.5.5 0 0 0-.427.24L6.13 8l2.145 3.51a.5.5 0 0 0 .427.24h2.413a2.501 2.501 0 1 1 0 1.5H8.702a2 2 0 0 1-1.707-.957L4.83 8.75H0v-1.5h4.83l2.164-3.543a2 2 0 0 1 1.707-.957zM13.5 11.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  RoadmapsServiceIcon.displayName = 'RoadmapsServiceIcon';
package/core/section.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::e583510643d82359ad802179933ce393>>
3
+ * @codegen <<SignedSource::cac4b9101ec53f28bec2ad64f21f83e8>>
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 SectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h8m-6 12.5h10c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M9 2.5H1V1h8zM1 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SectionIcon.displayName = 'SectionIcon';
@@ -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::752760962c9694d406f4314873fd3792>>
3
+ * @codegen <<SignedSource::dd9334279265d1f9fb148dc7c2d23315>>
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 ShapeDiamondIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<rect width="10.253" height="10.253" x="8" y=".75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(45 8 .75)"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.028.662a1.375 1.375 0 0 1 1.944 0l6.366 6.366a1.375 1.375 0 0 1 0 1.944l-6.366 6.366a1.375 1.375 0 0 1-1.944 0L.662 8.972a1.375 1.375 0 0 1 0-1.944zM8 1.81 1.81 8 8 14.19 14.19 8z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeDiamondIcon.displayName = 'ShapeDiamondIcon';
@@ -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::b2fa57d41fac60de47dcf5c5d30c4f80>>
3
+ * @codegen <<SignedSource::a17c7c733fa855fbf8be2a28121145b5>>
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 ShapeEllipseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<circle cx="8" cy="8" r="6.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11M1 8a7 7 0 1 1 14 0A7 7 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
  ShapeEllipseIcon.displayName = 'ShapeEllipseIcon';
@@ -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::82d92c66d324f49a9142852e6fa405ec>>
3
+ * @codegen <<SignedSource::b6ee742a64d9bb0b6a8692acb1ac87f7>>
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 ShapeParallelogramSkewLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.155 2.647a.625.625 0 0 0-.582-.397H1.416a.625.625 0 0 0-.582.853l4.01 10.25c.094.24.325.397.583.397h9.157c.44 0 .743-.443.582-.853z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.854 2.374a1.375 1.375 0 0 0-1.28-.874H1.415c-.969 0-1.634.974-1.28 1.876l4.01 10.25c.206.527.715.874 1.28.874h9.158c.969 0 1.634-.974 1.28-1.876zM10.488 3l3.913 10H5.512L1.599 3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeParallelogramSkewLeftIcon.displayName = 'ShapeParallelogramSkewLeftIcon';
@@ -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::26aba2c6d463e5d7df18a21d0259a1fd>>
3
+ * @codegen <<SignedSource::91a8c07e1883209539a0b3d72fcd2ea6>>
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 ShapeParallelogramSkewRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.845 2.647a.625.625 0 0 1 .582-.397h9.157c.44 0 .743.443.582.853l-4.01 10.25a.625.625 0 0 1-.583.397H1.416a.625.625 0 0 1-.582-.853z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.146 2.374a1.375 1.375 0 0 1 1.28-.874h9.158c.969 0 1.634.974 1.28 1.876l-4.01 10.25a1.375 1.375 0 0 1-1.28.874H1.415a1.375 1.375 0 0 1-1.28-1.876zM5.512 3 1.599 13h8.89L14.4 3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeParallelogramSkewRightIcon.displayName = 'ShapeParallelogramSkewRightIcon';
@@ -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::b8046d609df655ecaf76edf6d0929443>>
3
+ * @codegen <<SignedSource::46a455deea269d63ca9cf4851918889a>>
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 ShapeRectangleRoundedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="2.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.5 4.75A3.25 3.25 0 0 1 4.75 1.5h6.5a3.25 3.25 0 0 1 3.25 3.25v6.5a3.25 3.25 0 0 1-3.25 3.25h-6.5a3.25 3.25 0 0 1-3.25-3.25zM4.75 3A1.75 1.75 0 0 0 3 4.75v6.5c0 .966.784 1.75 1.75 1.75h6.5A1.75 1.75 0 0 0 13 11.25v-6.5A1.75 1.75 0 0 0 11.25 3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeRectangleRoundedIcon.displayName = 'ShapeRectangleRoundedIcon';
@@ -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::36461021fa06ecd3741f55def27654cb>>
3
+ * @codegen <<SignedSource::22b7e977bca0223350467d09672e3190>>
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 ShapeRectangleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.5 2.875c0-.76.616-1.375 1.375-1.375h10.25c.76 0 1.375.616 1.375 1.375v10.25c0 .76-.616 1.375-1.375 1.375H2.875c-.76 0-1.375-.616-1.375-1.375zM3 3v10h10V3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeRectangleIcon.displayName = 'ShapeRectangleIcon';
@@ -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::c3baeaca342037b71079bdfcdb927d81>>
3
+ * @codegen <<SignedSource::5f37d554ef8a6904c3bd823dbdd944a7>>
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 ShapeTriangleInvertedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.455 13.776a.625.625 0 0 0 1.09 0L14.48 3.18a.625.625 0 0 0-.545-.93H2.066a.625.625 0 0 0-.545.93z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.8 14.143a1.375 1.375 0 0 0 2.4 0l5.933-10.596a1.375 1.375 0 0 0-1.2-2.047H2.067a1.375 1.375 0 0 0-1.2 2.047zm1.2-.928L2.28 3h11.44z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeTriangleInvertedIcon.displayName = 'ShapeTriangleInvertedIcon';
@@ -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::4027f56527fa5d2219e2f1b056bb3e72>>
3
+ * @codegen <<SignedSource::91682cabb4d682af4c3a9e7c02f28eb2>>
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 ShapeTriangleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.455 2.224a.625.625 0 0 1 1.09 0L14.48 12.82a.625.625 0 0 1-.545.93H2.066a.625.625 0 0 1-.545-.93z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.8 1.857a1.375 1.375 0 0 1 2.4 0l5.933 10.596a1.375 1.375 0 0 1-1.2 2.047H2.067a1.375 1.375 0 0 1-1.2-2.047zm1.2.928L2.28 13h11.44z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ShapeTriangleIcon.displayName = 'ShapeTriangleIcon';
package/core/signature.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::31c142318bb60fb2e4a8c42ccda99611>>
3
+ * @codegen <<SignedSource::7f43a1232540650026ed8cf9151a524f>>
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 SignatureIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 13.25h16M1 11s2.75-2.12 4-3.87 1.5-3.94-.12-4.37C-.75 1.25 4.13 16.63 8.5 7.14c0 0-.62 3.11 1.5 3.11 1.25 0 2-.87 2.25-1.75 0 0 .13 1.75 2.75 1.75"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 14H0v-1.5h16zM2.83 2.27c.62-.41 1.4-.47 2.24-.24.58.15 1.03.48 1.32.95.28.45.39.98.38 1.49-.02 1.01-.47 2.14-1.16 3.1-.33.46-.74.93-1.18 1.38q.03.03.05.06c.32.33.62.48.88.5.24.02.57-.05.99-.44.44-.4.94-1.09 1.47-2.23a.75.75 0 0 1 1.42.46v.02l-.01.08c-.01.07-.02.18-.04.31-.02.26-.03.59.01.9.05.32.14.56.25.7.09.11.23.21.55.21.83 0 1.35-.56 1.53-1.21a.75.75 0 0 1 1.47.15v-.01.02a1.1 1.1 0 0 0 .22.46c.19.23.65.6 1.78.6V11c-1.35 0-2.23-.41-2.77-.96.36-.4.61-.87.74-1.33l-.72-.21.75-.05-.75.05c-.75.05-.75.06-.75.06v.02a1 1 0 0 0 .02.13q.02.12.08.3a2.6 2.6 0 0 0 .63 1.03c-.51.56-1.25.96-2.23.96-.74 0-1.32-.28-1.71-.76a2.4 2.4 0 0 1-.38-.66c.44-.55.87-1.25 1.27-2.13l-.68-.31-.73-.15V7l-.01.03-.02.12a6 6 0 0 0-.05.4 5.6 5.6 0 0 0 .02 1.25c.04.25.1.52.2.78q-.27.33-.55.58c-.65.6-1.38.89-2.13.82-.73-.06-1.34-.45-1.82-.94l-.06-.06q-.17.15-.32.29a35 35 0 0 1-1.54 1.29l-.02.02-.01.01L1 11l-.46-.59h.01l.02-.02a24 24 0 0 0 .41-.32 34 34 0 0 0 1.51-1.33 7 7 0 0 1-.24-.51c-.57-1.33-.84-2.99-.52-4.28.16-.65.49-1.29 1.1-1.69m.79 5.35c.29-.32.56-.63.77-.93.56-.79.86-1.63.88-2.26.01-.31-.06-.52-.14-.66-.08-.12-.2-.23-.44-.3-.56-.15-.87-.06-1.04.05-.18.12-.36.36-.46.79-.21.87-.05 2.17.44 3.31" clip-rule="evenodd"/><path fill="currentcolor" d="M7.91 9.58c.44-.55.87-1.25 1.27-2.13l-.68-.31-.73-.15V7l-.01.03-.02.12a6 6 0 0 0-.05.4 5.6 5.6 0 0 0 .02 1.25c.04.25.1.52.2.78m4.32.46c.36-.4.61-.87.74-1.33l-.72-.21c-.75.05-.75.06-.75.06v.02a1 1 0 0 0 .02.13q.02.12.08.3a2.6 2.6 0 0 0 .63 1.03"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SignatureIcon.displayName = 'SignatureIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fe3771fffe52eec484183d9aab2230d9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SortOptionsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SortOptionsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1bd4b779748fcddb570b8a9af27db65c>>
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: "SortOptions".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for accessing sorting options.
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 SortOptionsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 11 3.25 3.25L14.5 11m-13-6 3.25-3.25L8 5m3.25-3v11.75m-6.5.25V2.25"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ SortOptionsIcon.displayName = 'SortOptionsIcon';
28
+ var _default = exports.default = SortOptionsIcon;
@@ -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::cb948e8c37a87e9f7b96715cb67952ee>>
3
+ * @codegen <<SignedSource::145e587ad7304d9defe4579ea5b58a7a>>
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 SpeedometerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.237 8.263a1.75 1.75 0 1 0-2.475 2.475 1.75 1.75 0 0 0 2.475-2.475Zm0 0 4.13-4.138A7.22 7.22 0 0 1 15.25 9c0 2.066-.864 3.93-2.25 5.25M11.25 2.517A7.25 7.25 0 0 0 3 14.25"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 2.5a6.5 6.5 0 0 0-4.483 11.207l-1.034 1.086a8 8 0 0 1 9.104-12.946l-.674 1.34A6.5 6.5 0 0 0 8 2.5m5.384.875a.75.75 0 0 1 .537.246A7.97 7.97 0 0 1 16 9a7.98 7.98 0 0 1-2.483 5.793l-1.034-1.086A6.48 6.48 0 0 0 14.5 9a6.47 6.47 0 0 0-1.193-3.754l-3.09 3.097a2.5 2.5 0 1 1-1.061-1.06l3.68-3.688a.75.75 0 0 1 .548-.22M8 8.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SpeedometerIcon.displayName = 'SpeedometerIcon';
@@ -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::8270b19af8665ef3e4d86e1e7e0890c6>>
3
+ * @codegen <<SignedSource::22d14b837a1ea4f580da61a9d123a95a>>
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 SplitParallelIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4.25 4.5v7M6.5 7.25h4c.69 0 1.25.56 1.25 1.25v2.375M4.25 4.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 2 3.25m2.25-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M10.5 8h-4V6.5h4a2 2 0 0 1 2 2v2.128a2.251 2.251 0 1 1-1.5 0V8.5a.5.5 0 0 0-.5-.5m-6.25 4a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m7.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SplitParallelIcon.displayName = 'SplitParallelIcon';
package/core/stamp.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::3d671d708df02d5c64662a13cfb180f1>>
3
+ * @codegen <<SignedSource::214f3042876e1106bf6011336dc93214>>
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 StampIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.5 15.25h11m-11.75-2.5v-1.625c0-1.036.84-1.875 1.875-1.875H5.75l-.934-6.352A1.875 1.875 0 0 1 6.67.75h2.658a1.875 1.875 0 0 1 1.855 2.148L10.25 9.25h2.125c1.036 0 1.875.84 1.875 1.875v1.625z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.074 3.007A2.625 2.625 0 0 1 6.67 0h2.658a2.625 2.625 0 0 1 2.597 3.007L11.118 8.5h1.257A2.625 2.625 0 0 1 15 11.125v1.625a.75.75 0 0 1-.75.75H1.75a.75.75 0 0 1-.75-.75v-1.625A2.625 2.625 0 0 1 3.625 8.5h1.257zM6.67 1.5c-.687 0-1.213.61-1.113 1.289l.934 6.352A.75.75 0 0 1 5.75 10H3.625c-.621 0-1.125.504-1.125 1.125V12h11v-.875c0-.621-.504-1.125-1.125-1.125H10.25a.75.75 0 0 1-.742-.86l.934-6.351c.1-.68-.426-1.289-1.113-1.289zM13.5 16h-11v-1.5h11z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StampIcon.displayName = 'StampIcon';
package/core/sticker.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::c8fa221250b83c43ee02d1f495b15234>>
3
+ * @codegen <<SignedSource::7e26c8dbab2931db3613624583aad3c7>>
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 StickerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.842 15.158a7.3 7.3 0 0 1 .476-3.976 7.25 7.25 0 0 1 7.84-4.34m-8.316 8.316A7.252 7.252 0 0 1 8 .75a7.25 7.25 0 0 1 7.158 6.092m-8.316 8.316 8.316-8.316"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 0 0-1.998 12.687L6 14c0-1.102.223-2.153.627-3.11a8 8 0 0 1 7.56-4.888A6.5 6.5 0 0 0 8 1.5m5.413 6.026a6.5 6.5 0 0 0-5.404 3.947 6.5 6.5 0 0 0-.483 1.94zM0 8a8 8 0 0 1 15.899-1.277.75.75 0 0 1-.21.65l-8.317 8.315a.75.75 0 0 1-.649.21A8 8 0 0 1 0 8" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StickerIcon.displayName = 'StickerIcon';
@@ -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::2458cc90fdf69cad2508de55720a86c7>>
3
+ * @codegen <<SignedSource::874b12095fc664ddc85f778fb0d3605b>>
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 StrokeCurvatureCurvedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 13.25h2.897a3.75 3.75 0 0 0 3.684-3.048l.838-4.404a3.75 3.75 0 0 1 3.684-3.048H15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.103 3.5a3 3 0 0 0-2.947 2.439l-.839 4.403A4.5 4.5 0 0 1 3.897 14H1v-1.5h2.897a3 3 0 0 0 2.947-2.439l.839-4.403A4.5 4.5 0 0 1 12.103 2H15v1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeCurvatureCurvedIcon.displayName = 'StrokeCurvatureCurvedIcon';
@@ -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::9a7dbfd5951107f14ffe906aa3387bb0>>
3
+ * @codegen <<SignedSource::ce4ebe066ff03e40c31f46914e418da0>>
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 StrokeCurvatureDynamicIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 13.25h5.75C7.44 13.25 8 12.69 8 12V4c0-.69.56-1.25 1.25-1.25H15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M9.25 3.5a.5.5 0 0 0-.5.5v8a2 2 0 0 1-2 2H1v-1.5h5.75a.5.5 0 0 0 .5-.5V4a2 2 0 0 1 2-2H15v1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeCurvatureDynamicIcon.displayName = 'StrokeCurvatureDynamicIcon';
@@ -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::ec24242435c800ccf2e971e7aafa6a62>>
3
+ * @codegen <<SignedSource::31124b371faafa4fe86b94c5d033fd1b>>
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 StrokeCurvatureStraightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2 14 14 2"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m14.53 2.53-12 12-1.06-1.06 12-12z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeCurvatureStraightIcon.displayName = 'StrokeCurvatureStraightIcon';