@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/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
8
+ [`5c63d1779fdbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c63d1779fdbf) -
9
+ [ux] This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ **`@atlaskit/icon-lab/core`**
12
+
13
+ - `calculate`
14
+ - `sort-options`
15
+
16
+ - [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
17
+ [`742b8b3cf643e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/742b8b3cf643e) -
18
+ This release adds icons in `@atlaskit/icon-lab`.
19
+
20
+ **`@atlaskit/icon-lab/core`**
21
+
22
+ - `view-type-board-home`
23
+ - `view-type-card-home`
24
+ - `view-type-table-home`
25
+
26
+ ## 4.0.0
27
+
28
+ ### Major Changes
29
+
30
+ - [#124742](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/124742)
31
+ [`ca9cea0dadcce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ca9cea0dadcce) -
32
+ Icons have been updated to use paths instead of strokes. This results in some very minor
33
+ anti-aliasing differences, imperceptable to the eye, yet may cuase VR tests to break.
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+
3
39
  ## 3.5.0
4
40
 
5
41
  ### Minor Changes
@@ -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::82d5274c790a6f9646a8f1df2befeb75>>
3
+ * @codegen <<SignedSource::9bda23014e23b69e2a9aacb3c80e8b82>>
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 AlignContentBottomIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 15.25h16"/><rect width="10.5" height="2.75" x="3.75" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 3.75 12.25)"/><rect width="5.5" height="2.75" x="9.5" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 9.5 12.25)"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 14.5h16V16H0zM4.38 13C3.62 13 3 12.38 3 11.63V2.38C3 1.62 3.62 1 4.38 1h1.5c.76 0 1.38.62 1.38 1.38v9.25c0 .76-.62 1.38-1.37 1.38zm.13-1.5h1.25v-9H4.5zm5.62 1.5c-.76 0-1.37-.62-1.37-1.37V7.38c0-.76.62-1.37 1.38-1.37h1.5C12.39 6 13 6.62 13 7.38v4.25c0 .76-.62 1.38-1.37 1.38zm.13-1.5h1.25v-4h-1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentBottomIcon.displayName = 'AlignContentBottomIcon';
@@ -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::c9cc9c9891eb8208671cab93befcc5e3>>
3
+ * @codegen <<SignedSource::e9d0359c49e61227b9cb8fdd49cd0cdd>>
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 AlignContentCenterHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 0v3.75M8 16v-3.75m0-5.5v2.5"/><rect width="12.5" height="2.75" x="1.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="8.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8.75 0v3.75h-1.5V0zm0 6.75v2.5h-1.5v-2.5zm0 5.5V16h-1.5v-3.75z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 4.38C1 3.62 1.62 3 2.38 3h11.25c.76 0 1.37.62 1.37 1.38v1.5c0 .76-.62 1.38-1.37 1.38H2.38C1.62 7.25 1 6.63 1 5.88zm1.5.13v1.25h11V4.5zm.5 5.62c0-.76.62-1.37 1.38-1.37h7.25c.76 0 1.38.62 1.38 1.38v1.5c0 .76-.62 1.38-1.37 1.38H4.39C3.62 13 3 12.38 3 11.63zm1.5.13v1.25h7v-1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentCenterHorizontalIcon.displayName = 'AlignContentCenterHorizontalIcon';
@@ -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::1c290478c86e71cc3941accf24bcc848>>
3
+ * @codegen <<SignedSource::912482d78a9af3596f099cdbf8f5d0f4>>
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 AlignContentCenterVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M16 8h-3.75M0 8h3.75m5.5 0h-2.5"/><rect width="12.5" height="2.75" x="12.25" y="1.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 12.25 1.75)"/><rect width="8.5" height="2.75" x="6.5" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 6.5 3.75)"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 8.75h-3.75v-1.5H16zm-6.75 0h-2.5v-1.5h2.5zm-5.5 0H0v-1.5h3.75z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M11.63 1c.76 0 1.37.62 1.37 1.38v11.25c0 .76-.62 1.38-1.37 1.38h-1.5c-.76 0-1.37-.62-1.37-1.37V2.38c0-.76.62-1.37 1.38-1.37zm-.13 1.5h-1.25v11h1.25zM5.88 3c.76 0 1.38.62 1.38 1.38v7.25c0 .76-.62 1.38-1.37 1.38h-1.5C3.62 13 3 12.38 3 11.63V4.38C3 3.62 3.62 3 4.38 3zm-.13 1.5H4.5v7h1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentCenterVerticalIcon.displayName = 'AlignContentCenterVerticalIcon';
@@ -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::d9b7bb51efafaf758d76bab681855461>>
3
+ * @codegen <<SignedSource::1ead0bc36109d640cec8178a71bc3ab4>>
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 AlignContentLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 0v16"/><rect width="10.5" height="2.75" x="3.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="5.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.5 0v16H0V0zM3 4.38C3 3.62 3.62 3 4.38 3h9.25c.76 0 1.37.62 1.37 1.38v1.5c0 .76-.62 1.38-1.37 1.38H4.38C3.62 7.25 3 6.63 3 5.88zm1.5.13v1.25h9V4.5zM3 10.13c0-.76.62-1.37 1.38-1.37h4.25c.76 0 1.38.62 1.38 1.38v1.5C10 12.39 9.38 13 8.63 13H4.38C3.62 13 3 12.38 3 11.63zm1.5.13v1.25h4v-1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentLeftIcon.displayName = 'AlignContentLeftIcon';
@@ -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::ef63601bbc6ca20856255f0d96a3eb01>>
3
+ * @codegen <<SignedSource::793843826fe76ff9681b73e70ed52514>>
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 AlignContentRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15.25 0v16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 9.5)"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14.5 0v16H16V0zM13 4.38C13 3.62 12.38 3 11.63 3H2.38C1.62 3 1 3.62 1 4.38v1.5c0 .76.62 1.38 1.38 1.38h9.25c.76 0 1.38-.62 1.38-1.37zm-1.5.13v1.25h-9V4.5zm1.5 5.62c0-.76-.62-1.37-1.37-1.37H7.38C6.62 8.75 6 9.37 6 10.13v1.5c0 .76.62 1.37 1.38 1.37h4.25c.76 0 1.38-.62 1.38-1.37zm-1.5.13v1.25h-4v-1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentRightIcon.displayName = 'AlignContentRightIcon';
@@ -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::a3ef12c59e85d7f94c32ca7a8286465b>>
3
+ * @codegen <<SignedSource::7863c4adca92859c97c5c8cb31d0e278>>
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 AlignContentTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 .75h16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 3.75 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 9.5 3.75)"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 1.5h16V0H0zM4.38 3C3.62 3 3 3.62 3 4.38v9.25c0 .76.62 1.37 1.38 1.37h1.5c.76 0 1.38-.62 1.38-1.37V4.38C7.25 3.62 6.63 3 5.88 3zm.12 1.5h1.25v9H4.5zM10.13 3c-.76 0-1.37.62-1.37 1.38v4.25c0 .76.62 1.38 1.38 1.38h1.5C12.39 10 13 9.38 13 8.63V4.38C13 3.62 12.38 3 11.63 3zm.13 1.5h1.25v4h-1.25z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignContentTopIcon.displayName = 'AlignContentTopIcon';
@@ -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::46496ca8c3eaa88ba4c6d81b4df4bc40>>
3
+ * @codegen <<SignedSource::188a6230abf157fbf4f6daedb541919b>>
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 AlignPositionBottomIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m0-6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 14.25h16"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m0-6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path fill="currentcolor" fill-rule="evenodd" d="M0 13.5h16V15H0z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignPositionBottomIcon.displayName = 'AlignPositionBottomIcon';
@@ -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::6e52db8b4c687eb4700bbd26439e89d0>>
3
+ * @codegen <<SignedSource::25e64699e788e157398758ba0f9d084a>>
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 AlignPositionCenterVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-7 12.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 8h16"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-7 12.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path fill="currentcolor" fill-rule="evenodd" d="M0 7.25h16v1.5H0z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignPositionCenterVerticalIcon.displayName = 'AlignPositionCenterVerticalIcon';
@@ -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::369a94b366eb4bd5d78af5625b5f4aee>>
3
+ * @codegen <<SignedSource::207e73b3f923591bede8ddf65e4ef090>>
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 AlignPositionTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 1.75h16"/><path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m-7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 1h16v1.5H0z" clip-rule="evenodd"/><path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m-7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AlignPositionTopIcon.displayName = 'AlignPositionTopIcon';
@@ -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::ba6b3f1893936d24d9e016ad3428ef7b>>
3
+ * @codegen <<SignedSource::38dc0ca401365aa598171b61448d4722>>
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 AssetsDataManagerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4.75 3.25a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 0H6.5c.69 0 1.25.56 1.25 1.25v7c0 .69-.56 1.25-1.25 1.25H4.75M11.25 8a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm0 0h-3.5m-3 4.75a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 3.25a2.25 2.25 0 0 1 4.372-.75H6.5a2 2 0 0 1 2 2v2.75h2.128a2.251 2.251 0 1 1 0 1.5H8.5v2.75a2 2 0 0 1-2 2H5.372a2.25 2.25 0 1 1 0-1.5H6.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H5.372A2.25 2.25 0 0 1 1 3.25m11.75 4a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M3.25 12a.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
  AssetsDataManagerIcon.displayName = 'AssetsDataManagerIcon';
@@ -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::fd21ca6afd38c5d04642501fc1a1152f>>
3
+ * @codegen <<SignedSource::b6f98ad44dfc363c19ded7a9a56fe837>>
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 AssetsSchemaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M10.25 7.25a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm0 0h-6m0-2.625v7c0 .69.56 1.25 1.25 1.25h4.75M5.75 3.25a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm7.5 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.25 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M2 3.25a2.25 2.25 0 1 1 3 2.122V6.5h4.628a2.25 2.25 0 1 1 0 1.5H5v3.625a.5.5 0 0 0 .5.5h4.088a2.25 2.25 0 1 1 .088 1.5H5.5a2 2 0 0 1-2-2V5.372A2.25 2.25 0 0 1 2 3.25m9.75 3.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m0 5.5a.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
  AssetsSchemaIcon.displayName = 'AssetsSchemaIcon';
package/core/book-open.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::7e7f7c9a7d7af5060a632fe92edfa67f>>
3
+ * @codegen <<SignedSource::de790aa34d87b38953e022081bae4952>>
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 BookOpenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 15.5v-2.25m0-8.375v8.375m0-8.375C8 3.149 9.4 1.75 11.127 1.75h3.5c.346 0 .625.28.625.625v10.25c0 .345-.28.625-.625.625H8m0-8.375A3.124 3.124 0 0 0 4.876 1.75h-3.5a.625.625 0 0 0-.625.625v10.25c0 .345.28.625.625.625H8m2.5-8h2.75m-2.75 2.5h2.75"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14.5 2.25v10H8.75V4.625a2.375 2.375 0 0 1 2.375-2.375zM8 2.333A3.87 3.87 0 0 1 11.125.75h3.501C15.387.75 16 1.367 16 2.125v10.25c0 .76-.616 1.375-1.375 1.375H8.75v1.5h-1.5v-1.5H1.375C.615 13.75 0 13.134 0 12.375V2.125C0 1.366.615.75 1.375.75h3.5A3.87 3.87 0 0 1 8 2.333m-.75 9.917V4.625A2.375 2.375 0 0 0 4.875 2.25H1.5v10zm6-8H10.5v1.5h2.75zm0 2.5H10.5v1.5h2.75z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  BookOpenIcon.displayName = 'BookOpenIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e6cd927d82dc8ffe6995d832809e4c6b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const CalculateIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default CalculateIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c56c230a12c67a383718da986206fb61>>
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: "Calculate".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Calculate for databases
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 CalculateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4 1v3m0 3V4m0 0h3M4 4H1m.5 6 2.25 2.25m0 0L6 14.5m-2.25-2.25L6 10m-2.25 2.25L1.5 14.5M9 4h6m-6 8h6"/><circle cx="12" cy="9.5" r=".75" fill="currentcolor"/><circle cx="12" cy="14.5" r=".75" fill="currentcolor"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ CalculateIcon.displayName = 'CalculateIcon';
28
+ var _default = exports.default = CalculateIcon;
package/core/coins.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::5d24115b9058d6d1bf7a84cc68630855>>
3
+ * @codegen <<SignedSource::5ab40bd4b3b4534c0cc8c816c41008e4>>
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 CoinsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M12.477 9.454a4.25 4.25 0 1 0-5.931-5.931M10.25 10a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10 2.5a3.5 3.5 0 0 0-2.845 1.46l-1.218-.875a5 5 0 1 1 6.978 6.978l-.875-1.218A3.5 3.5 0 0 0 10 2.5m-4 4a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7M1 10a5 5 0 1 1 10 0 5 5 0 0 1-10 0" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  CoinsIcon.displayName = 'CoinsIcon';
@@ -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::0874aa90d7f2a2bcea3cd48068de49ce>>
3
+ * @codegen <<SignedSource::2e36ed9451d2caf4f9ad76ad4c998235>>
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 ContinueWhenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M9.75 5v6m-3.5-6v6m9-3A7.25 7.25 0 1 1 .75 8a7.25 7.25 0 0 1 14.5 0Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7 3H5.5V5H7zm3.5 0H9V5h1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ContinueWhenIcon.displayName = 'ContinueWhenIcon';
@@ -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::c7b2d79a3b25dfe7ad45279077578263>>
3
+ * @codegen <<SignedSource::2b93e6f7f6eb1d414b7c1b7a32b3f3a9>>
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 CrossOctagonIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M3.582 3.582 1.75 5.414v5.172l1.832 1.832m0-8.836L5.414 1.75h5.172l1.832 1.832m-8.836 0L8 8m4.418 4.418 1.832-1.832V5.414l-1.832-1.832m0 8.836-1.832 1.832H5.414l-1.832-1.832m8.836 0L8 8m0 0 4.418-4.418M8 8l-4.418 4.418"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.103 1h5.794L15 5.103v5.794L10.897 15H5.103L1 10.897V5.103zm.621 1.5L4.643 3.582 8 6.939l3.357-3.357L10.275 2.5zm6.694 2.143L9.061 8l3.357 3.357 1.082-1.082v-4.55zm-1.06 7.775L8 9.061l-3.357 3.357L5.724 13.5h4.551zm-7.776-1.06L6.939 8 3.582 4.643 2.5 5.724v4.551z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  CrossOctagonIcon.displayName = 'CrossOctagonIcon';
package/core/cursor.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::d6d1505f8665a4196779b6d845189052>>
3
+ * @codegen <<SignedSource::23e217b2078e806af3520b93d3020298>>
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 CursorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8.903 9.316-1.377 4.476a.625.625 0 0 1-1.18.045L2.025 2.835a.625.625 0 0 1 .81-.81l11.003 4.322a.625.625 0 0 1-.045 1.179L9.316 8.903a.63.63 0 0 0-.413.413Z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.827 2.827 6.914 13.23l1.272-4.134c.134-.436.474-.776.91-.91l4.134-1.272zm-1.5.282C.886 1.99 1.99.887 3.108 1.326L14.11 5.648c1.21.476 1.145 2.212-.099 2.594L9.6 9.6l-1.358 4.412c-.382 1.244-2.118 1.31-2.594.099z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  CursorIcon.displayName = 'CursorIcon';
@@ -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::cc4be1fe477344d00db571e2009fdd9f>>
3
+ * @codegen <<SignedSource::b2e0ee71f976a87bb83e626cd93fbd02>>
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 DatabaseStorageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.375 8h7.25m-7.25 0a3.125 3.125 0 1 1 0-6.25h7.25a3.125 3.125 0 1 1 0 6.25m-7.25 0a3.125 3.125 0 1 0 0 6.25h7.25a3.125 3.125 0 1 0 0-6.25M4 4.875h1.5m2.5 0h4m-8 6.25h1.5m2.5 0h4"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 4.875A3.875 3.875 0 0 1 4.375 1h7.25a3.875 3.875 0 0 1 2.292 7 3.875 3.875 0 0 1-2.292 7h-7.25a3.875 3.875 0 0 1-2.292-7A3.87 3.87 0 0 1 .5 4.875M4.375 8.75a2.375 2.375 0 1 0 0 4.75h7.25a2.375 2.375 0 1 0 0-4.75zm7.25-1.5a2.375 2.375 0 1 0 0-4.75h-7.25a2.375 2.375 0 1 0 0 4.75zM5.5 5.625H4v-1.5h1.5zm6.5 0H8v-1.5h4zm-6.5 6.25H4v-1.5h1.5zm6.5 0H8v-1.5h4z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DatabaseStorageIcon.displayName = 'DatabaseStorageIcon';
@@ -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::94b79c5e96ccd2b8ca40cf36a8d1ccb4>>
3
+ * @codegen <<SignedSource::c520110f6e93815c50cb600c431e4447>>
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 DropShadowIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 4c0-.69.56-1.25 1.25-1.25h9c.69 0 1.25.56 1.25 1.25v6c0 .69-.56 1.25-1.25 1.25H2c-.69 0-1.25-.56-1.25-1.25z"/><path fill="currentcolor" d="M4 14.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M4 14.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DropShadowIcon.displayName = 'DropShadowIcon';
package/core/duplicate.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::6b9bf5c6a90d4534b100f4cd72de88e2>>
3
+ * @codegen <<SignedSource::bdc3d591ae71884da9d44eca57223750>>
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 DuplicateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M7 7v3m0-3V4m0 3H4m3 0h3m-7 5.25h8c.69 0 1.25-.56 1.25-1.25V3c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25Z"/><path stroke="currentcolor" stroke-width="1.5" d="M5 15.25h7.75a2.5 2.5 0 0 0 2.5-2.5V5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm3.25 5.25V10h1.5V7.75H10v-1.5H7.75V4h-1.5v2.25H4v1.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 5v7.75A3.25 3.25 0 0 1 12.75 16H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DuplicateIcon.displayName = 'DuplicateIcon';
package/core/editions.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::da8a604efd3763dc6acafff3329b208c>>
3
+ * @codegen <<SignedSource::cc8d44dd44920ffd526686a9e2bd3636>>
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 EditionsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.25 5.75 1.25-4m-1.25 4h5.5m-5.5 0H1m4.25 0L7.92 14h.16l2.67-8.25m-4.25-4H3.25l-2.5 4L8 14.25l7.25-8.5-2.5-4H9.5m-3 0h3m1.25 4-1.25-4m1.25 4h4.125"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.614 1.353A.75.75 0 0 1 3.25 1h9.5a.75.75 0 0 1 .636.353l2.5 4a.75.75 0 0 1-.065.884l-7.25 8.5a.75.75 0 0 1-1.142 0l-7.25-8.5a.75.75 0 0 1-.065-.885zM3.666 2.5 2.103 5H4.7l.78-2.5zm3.385 0L6.271 5H9.73l-.781-2.5zm3.47 0L11.3 5h2.596l-1.563-2.5zm3.103 4h-2.328l-1.424 4.399zM8 11.813 9.72 6.5H6.28zM4.704 6.5l1.424 4.399L2.375 6.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  EditionsIcon.displayName = 'EditionsIcon';
@@ -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::d1db2b4d3bf042c94c825a402d026e3d>>
3
+ * @codegen <<SignedSource::8f9cbf95ff826dbea235ae2539545b0a>>
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 FieldTextIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75h2.5m2.5 0h-2.5m0 0v3.5m0 9H8m2.5 0H13m-2.5 0v-3.5m0-5.5H14c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3.5m0-5.5v5.5M8 5.25H2c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h6"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M9.75 2.5H8V1h5v1.5h-1.75v2H14a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2.75v2H13V15H8v-1.5h1.75zm1.5 7.5H14a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 14 6h-2.75zM2 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h6v1.5H2a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h6V6z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  FieldTextIcon.displayName = 'FieldTextIcon';
@@ -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::35178c81c8b6784a56982de40e63e4fb>>
3
+ * @codegen <<SignedSource::1ebf044cae43e23273ebf78da87d5f4a>>
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 GroupSelectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 1.75h7c.69 0 1.25.56 1.25 1.25v7c0 .69-.56 1.25-1.25 1.25H6c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25Z"/><path fill="currentcolor" d="M7 4.5h1.5V6H7zm3 0h1.5V6H10zm0 3h1.5V9H10z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.464 4.75H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-1.464"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2zm-2-.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V3a.5.5 0 0 1 .5-.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M7 4.5h1.5V6H7zm3 0h1.5V6H10zm0 3h1.5V9H10z"/><path fill="currentcolor" fill-rule="evenodd" d="M3 5.5h1.464V4H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-1.464h-1.5V13a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  GroupSelectionIcon.displayName = 'GroupSelectionIcon';
@@ -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::4a35d4bf28ffa8a9250c838806cd9adc>>
3
+ * @codegen <<SignedSource::5f95a9177b4ef94dd4f24d8bd6bbecc5>>
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 GroupUngroupSelectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.5 1.75H13c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H8.5c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25ZM8.75 11v2c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25V8.5c0-.69.56-1.25 1.25-1.25h2M4.25 0v3M0 4.25h3m13 7.5h-3M11.75 16v-3"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3a2 2 0 0 0-2-2H8.5a2 2 0 0 0-2 2v4.5a2 2 0 0 0 2 2H13a2 2 0 0 0 2-2zm-2-.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-.5.5H8.5a.5.5 0 0 1-.5-.5V3a.5.5 0 0 1 .5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M3 8h2V6.5H3a2 2 0 0 0-2 2V13a2 2 0 0 0 2 2h4.5a2 2 0 0 0 2-2v-2H8v2a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V8.5A.5.5 0 0 1 3 8m2-8v3H3.5V0zM0 3.5h3V5H0zm16 9h-3V11h3zM11 16v-3h1.5v3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  GroupUngroupSelectionIcon.displayName = 'GroupUngroupSelectionIcon';
package/core/hand.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::ecb5f406ed0029b8d415e56e964b75f3>>
3
+ * @codegen <<SignedSource::9e079436629a7c8a93f2e19fff4b54af>>
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 HandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 2.25H6.625c-1.036 0-1.875.84-1.875 1.875v5.203m3-7.078a1.5 1.5 0 0 1 3 0v.5m-3-.5V7.5m3-4.75h1.125c1.036 0 1.875.84 1.875 1.875V11.5A3.75 3.75 0 0 1 10 15.25H7.527a3.75 3.75 0 0 1-2.902-1.375l-2.838-3.468a1.25 1.25 0 0 1-.125-1.399l.114-.205a1.25 1.25 0 0 1 1.881-.363l1.093.888m6-6.578V8M6.5 10.75 4.75 9.328"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.207 10.882a2 2 0 0 1-.2-2.238l.113-.205A2 2 0 0 1 4 7.76V4.125A2.625 2.625 0 0 1 6.625 1.5h.503a2.25 2.25 0 0 1 4.358.5h.389A2.625 2.625 0 0 1 14.5 4.625V11.5A4.5 4.5 0 0 1 10 16H7.527a4.5 4.5 0 0 1-3.483-1.65zM11.5 3.5V8H10V2.25a.75.75 0 0 0-1.5 0V7.5H7V3h-.375C6.004 3 5.5 3.504 5.5 4.125v4.846l1.473 1.197-.946 1.164-2.843-2.31a.5.5 0 0 0-.752.145l-.114.205a.5.5 0 0 0 .05.56L5.205 13.4a3 3 0 0 0 2.322 1.1H10a3 3 0 0 0 3-3V4.625c0-.621-.504-1.125-1.125-1.125z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  HandIcon.displayName = 'HandIcon';
package/core/if-else.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::06c9a39a367e32cf3df9cdb68fc32ef5>>
3
+ * @codegen <<SignedSource::421ff140e88a586c46f862a34a3b2f07>>
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 IfElseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M14 11.75H9.25c-.69 0-1.25-.56-1.25-1.25V4.375m3.75 9.875 2.5-2.5-2.5-2.5m2.25-5H8m-3.25 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm0 0H9.5m2.25 2.5 2.5-2.5-2.5-2.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.28 1.22 2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5-1.06-1.06L12.44 5H8.75v5.5a.5.5 0 0 0 .5.5h3.19l-1.22-1.22 1.06-1.06 2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5-1.06-1.06 1.22-1.22H9.25a2 2 0 0 1-2-2V5H5.372a2.25 2.25 0 1 1 0-1.5h7.067l-1.22-1.22zM3.25 3.5a.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
  IfElseIcon.displayName = 'IfElseIcon';