@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
@@ -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::7942c022ff011b48cbc0f374b3fb740d>>
3
+ * @codegen <<SignedSource::62c3e1cdf2d8900a964776775e4f1279>>
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 StrokePropertiesIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 2.75h14"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="2.5" d="M1 6.75h14"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="4" d="M1 12h14"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zM15 8H1V5.5h14zm0 6H1v-4h14z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokePropertiesIcon.displayName = 'StrokePropertiesIcon';
@@ -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::36f85912bb187143a18c25ae44fd8f64>>
3
+ * @codegen <<SignedSource::fee4d221f6dc6f0b30635ac6d1c5582b>>
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 StrokeStyleDashedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h3.33m2 0h3.33m2.01 0H15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.33 8.75H1v-1.5h3.33zm5.34 0H6.33v-1.5h3.33zm5.33 0h-3.33v-1.5H15z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeStyleDashedIcon.displayName = 'StrokeStyleDashedIcon';
@@ -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::22277a47075868b5bd4e3782bbf89507>>
3
+ * @codegen <<SignedSource::4c51d5585e6011dfea98235d1ba39769>>
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 StrokeStyleDottedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h1.6m1.5 0h1.6m1.5 0h1.6m1.5 0h1.6m1.5 0H15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.6 8.75H1v-1.5h1.6zm3.1 0H4.1v-1.5h1.6zm3.1 0H7.2v-1.5h1.6zm3.1 0h-1.6v-1.5h1.6zm3.1 0h-1.6v-1.5H15z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeStyleDottedIcon.displayName = 'StrokeStyleDottedIcon';
@@ -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::2d9e5cba914ce1cb69d6d6bdf1d8bf53>>
3
+ * @codegen <<SignedSource::22f13cfdc4b40252d0645b584794f27b>>
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 StrokeStyleSolidIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h14"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 8.75H1v-1.5h14z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StrokeStyleSolidIcon.displayName = 'StrokeStyleSolidIcon';
package/core/sunset.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::c451c8ad442c84933ffea559125570e1>>
3
+ * @codegen <<SignedSource::086a031d02692cf74069766c04c4bef1>>
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 SunsetIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.75 9a3.75 3.75 0 1 0-7.5 0M0 8.25h2M8 3V1M2.28 2.97l1.415 1.414m10-1.423L12.28 4.375M14 8.25h2m-15 3h14m-9.5 3h5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8.75 1v2h-1.5V1zm3 2.845 1.414-1.415 1.06 1.061-1.413 1.414zm-8.586 1.07L1.75 3.5l1.06-1.06 1.415 1.414zM8 6a3 3 0 0 0-3 3H3.5a4.5 4.5 0 0 1 9 0H11a3 3 0 0 0-3-3M2 9H0V7.5h2zm14 0h-2V7.5h2zm-1 3H1v-1.5h14zm-4.5 1.5V15h-5v-1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SunsetIcon.displayName = 'SunsetIcon';
package/core/swap.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::1eb2827ca713b994c27eb7d40822f980>>
3
+ * @codegen <<SignedSource::a259b0b80727ff155f86e6fcbd5ea664>>
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 SwapIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m9.25 11.25 3 3m0 0 3-3m-3 3V4.125c0-1.036-.84-1.875-1.875-1.875H8.5M.75 4.75l3-3m0 0 3 3m-3-3v10.125c0 1.036.84 1.875 1.875 1.875H7.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m3.22 1.22-3 3 1.06 1.06L3 3.56v8.315A2.625 2.625 0 0 0 5.625 14.5H7.5V13H5.625A1.125 1.125 0 0 1 4.5 11.875V3.561l1.72 1.72L7.28 4.22l-3-3a.75.75 0 0 0-1.06 0M8.5 3h1.875c.621 0 1.125.504 1.125 1.125v8.314l-1.72-1.72-1.06 1.061 3 3a.75.75 0 0 0 1.06 0l3-3-1.06-1.06L13 12.44V4.124A2.625 2.625 0 0 0 10.375 1.5H8.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SwapIcon.displayName = 'SwapIcon';
@@ -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::3590278b1d7906c55755fcaebacfe624>>
3
+ * @codegen <<SignedSource::89da5bf2c3cce2792fd3b64166af87e1>>
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 SwitchCaseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.25V7.5m-6.25 4.25 2.5 2.5 2.5-2.5m2.5 0 2.5 2.5 2.5-2.5m-10 1.625V9.25C4.25 8.56 4.81 8 5.5 8h5c.69 0 1.25.56 1.25 1.25v4.125M8 4.75a1.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="M5.75 3.25a2.25 2.25 0 1 1 3 2.122V7.25h1.75a2 2 0 0 1 2 2v3.19l1.22-1.22 1.06 1.06-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5 1.06-1.06L11 12.44V9.25a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5v3.19l1.22-1.22 1.06 1.06-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5 1.06-1.06 1.22 1.22V9.25a2 2 0 0 1 2-2h1.75V5.372a2.25 2.25 0 0 1-1.5-2.122M8 2.5A.75.75 0 1 0 8 4a.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
  SwitchCaseIcon.displayName = 'SwitchCaseIcon';
package/core/sync.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::5d635d496262f2da623a556fbafb8300>>
3
+ * @codegen <<SignedSource::d64019569838190420a4f4f1d7102ef7>>
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 SyncIcon = 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.75c2 0 5.75 2.125 5.75 6.25s-4.24 6.24-4.24 6.24m-2.51.01c-2 0-5.75-2.125-5.75-6.25s4.26-6.26 4.26-6.26m.24 3.76V1.25H2m7.75 9.23v4.25H14"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 .5h4.25a.75.75 0 0 1 .75.75V5.5H5.5V2.941a9 9 0 0 0-1.094.916C3.42 4.83 2.5 6.214 2.5 8c0 1.813.817 3.18 1.871 4.11 1.079.95 2.346 1.39 3.129 1.39V15c-1.217 0-2.825-.623-4.121-1.765C2.058 12.07 1 10.312 1 8c0-2.339 1.21-4.084 2.354-5.211.308-.304.615-.567.9-.789H2zm10.621 2.266C13.942 3.93 15 5.688 15 8c0 2.338-1.204 4.079-2.344 5.201-.304.3-.607.56-.889.78H14v1.5H9.75a.75.75 0 0 1-.75-.75v-4.25h1.5v2.573a9 9 0 0 0 1.104-.921C12.584 11.166 13.5 9.787 13.5 8c0-1.813-.817-3.18-1.871-4.11C10.551 2.94 9.283 2.5 8.5 2.5V1c1.217 0 2.825.623 4.121 1.766" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SyncIcon.displayName = 'SyncIcon';
@@ -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::996b4d52a832d969de7b2f90462c714f>>
3
+ * @codegen <<SignedSource::ed063e31aead48d9b5f8d133c23b3fb7>>
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 TakeoutContainerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m13.25 5.75-1 8.5h-8.5l-1-8.5m10.5 0 2.25-1.5m-2.25 1.5h-.5m-10 0L.5 4.25m2.25 1.5h.5m0 0 1.75-4h6l1.75 4m-9.5 0h9.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.313 1.45A.75.75 0 0 1 5 1h6a.75.75 0 0 1 .687.45l1.504 3.438 1.893-1.262.832 1.248-1.962 1.308-.96 8.156a.75.75 0 0 1-.744.662h-8.5a.75.75 0 0 1-.745-.662l-.96-8.156-1.96-1.308.832-1.248L2.81 4.888zm-.72 5.05.824 7h7.166l.824-7zm8.01-1.5L10.51 2.5H5.491L4.397 5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TakeoutContainerIcon.displayName = 'TakeoutContainerIcon';
package/core/template.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::894a5807339faf92757d052e5e51de05>>
3
+ * @codegen <<SignedSource::3323d881b6166e918aa6587deec4b1bc>>
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 TemplateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 5.25V13c0 .69.56 1.25 1.25 1.25h2.75m-4-9V3c0-.69.56-1.25 1.25-1.25h10c.69 0 1.25.56 1.25 1.25v2.25m-12.5 0h4m8.5 0V13c0 .69-.56 1.25-1.25 1.25H5.75m8.5-9h-8.5m0 0v9"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1.5h11V3a.5.5 0 0 0-.5-.5zM13.5 6h-7v7.5H13a.5.5 0 0 0 .5-.5zM5 13.5V6H2.5v7a.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
  TemplateIcon.displayName = 'TemplateIcon';
package/core/ticket.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::257417870ecf7c5fa96e72c4b10ae69b>>
3
+ * @codegen <<SignedSource::a7451e2761f9e96e3101b93bd7609b23>>
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 TicketIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.75 11.5V10m0-1.25v-1.5m0-1.25V4.5m-9-1.75v3.5H1a1.75 1.75 0 1 1 0 3.5H.75v3.5h14.5v-3.5H15a1.75 1.75 0 1 1 0-3.5h.25v-3.5z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 2.75A.75.75 0 0 1 .75 2h14.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H15a1 1 0 1 0 0 2h.25a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 .75 9H1a1 1 0 0 0 0-2H.75A.75.75 0 0 1 0 6.25zm1.5.75v2.05a2.5 2.5 0 0 1 0 4.9v2.05h13v-2.05a2.5 2.5 0 0 1 0-4.9V3.5zM9 6V4.5h1.5V6zm1.5 2.75H9v-1.5h1.5zM9 11.5V10h1.5v1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TicketIcon.displayName = 'TicketIcon';
package/core/tidy.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::4fd888fa26185b491f5b4e0b64e6b236>>
3
+ * @codegen <<SignedSource::ed462dedbc6a1a823ea8adc173776464>>
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 TidyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 5.917V3c0-.69.56-1.25 1.25-1.25h2.917M1.75 5.917v4.166m0-4.166h12.5m-12.5 4.166V13c0 .69.56 1.25 1.25 1.25h2.917M1.75 10.083h12.5m0-4.166V3c0-.69-.56-1.25-1.25-1.25h-2.917m4.167 4.167v4.166m0 0V13c0 .69-.56 1.25-1.25 1.25h-2.917M5.917 1.75h4.166m-4.166 0v12.5m4.166-12.5v12.5m-4.166 0h4.166"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v2.167h2.667V2.5zm3.667 0v2.667h2.666V2.5zm4.166 0v2.667H13.5V3a.5.5 0 0 0-.5-.5zM13.5 6.667h-2.667v2.666H13.5zm0 4.166h-2.667V13.5H13a.5.5 0 0 0 .5-.5zM9.333 13.5v-2.667H6.667V13.5zm-4.166 0v-2.667H2.5V13a.5.5 0 0 0 .5.5zM2.5 9.333h2.667V6.667H2.5zm4.167-2.666v2.666h2.666V6.667zM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TidyIcon.displayName = 'TidyIcon';
@@ -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::35e63d6678cb1c28f0705bc04b80e76a>>
3
+ * @codegen <<SignedSource::bec555a037cdca9353a701d1ce5e4e6e>>
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 VehicleTrainIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H4.387a1.25 1.25 0 0 0-1.18.837L1.89 7.85a2.5 2.5 0 0 0-.14.826V11.5c0 .69.56 1.25 1.25 1.25h1.5M8 3.25h3.613a1.25 1.25 0 0 1 1.18.837L14.11 7.85a2.5 2.5 0 0 1 .14.826V11.5c0 .69-.56 1.25-1.25 1.25h-1.5M8 3.25V.75m0 0h4m-4 0H4m.5 12L2.75 15.5m1.75-2.75h7m0 0 1.75 2.75m-7.75-.25h5m3.5-7H2"/><path fill="currentcolor" d="M5 10.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7.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="M4 0h8v1.5H8.75v1h2.863a2 2 0 0 1 1.888 1.34l1.317 3.76c.12.345.182.708.182 1.074V11.5a2 2 0 0 1-2 2h-.134l1.017 1.597-1.266.806-1.529-2.403H4.912l-1.53 2.403-1.265-.806L3.134 13.5H3a2 2 0 0 1-2-2V8.675c0-.366.062-.729.182-1.074L2.5 3.84A2 2 0 0 1 4.387 2.5H7.25v-1H4zm.387 4a.5.5 0 0 0-.472.335L2.807 7.5h10.386l-1.108-3.165A.5.5 0 0 0 11.613 4zM13.5 9h-11v2.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zm-3 5.5V16h-5v-1.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M5 10.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7.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
  VehicleTrainIcon.displayName = 'VehicleTrainIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9de1e6e57834a3a3d02c87f78079e144>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeBoardHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeBoardHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8438483a61bc9e28850a7b0d28ce2a0b>>
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: "ViewTypeBoardHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database board layout
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 ViewTypeBoardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9427" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9427)"><path stroke="currentcolor" stroke-width="1.5" d="M5.583 2.75H2C1.31 2.75.75 3.31.75 4v8c0 .69.56 1.25 1.25 1.25h3.583m0-10.5v10.5m0-10.5h4.834m-4.834 10.5h4.834m0-10.5H14c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25h-3.583m0-10.5v10.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeBoardHomeIcon.displayName = 'ViewTypeBoardHomeIcon';
28
+ var _default = exports.default = ViewTypeBoardHomeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::50a2280d1bf7452ef7a6aaf682d350ca>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeCardHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeCardHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0084b89b3e6f45e5eb3b0fb8c8a8c08c>>
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: "ViewTypeCardHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database card layout
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 ViewTypeCardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9442" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9442)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H3c-.69 0-1.25.56-1.25 1.25v5M8 1.75h5c.69 0 1.25.56 1.25 1.25v5M8 1.75v12.5m0 0h5c.69 0 1.25-.56 1.25-1.25V8M8 14.25H3c-.69 0-1.25-.56-1.25-1.25V8m0 0h12.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeCardHomeIcon.displayName = 'ViewTypeCardHomeIcon';
28
+ var _default = exports.default = ViewTypeCardHomeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cec06b5d36f8383985d7048075c2426f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeTableHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeTableHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::45f70afb8a7b81386386352ff9efbb4f>>
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: "ViewTypeTableHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database table layout
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 ViewTypeTableHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9457" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9457)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.75H2C1.31 2.75.75 3.31.75 4v4m5-5.25H14c.69 0 1.25.56 1.25 1.25v4m-9.5-5.25v10.5m0 0H14c.69 0 1.25-.56 1.25-1.25V8m-9.5 5.25H2c-.69 0-1.25-.56-1.25-1.25V8m0 0h14.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeTableHomeIcon.displayName = 'ViewTypeTableHomeIcon';
28
+ var _default = exports.default = ViewTypeTableHomeIcon;
@@ -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::548521b575da7d4b7b3f62448003cdbb>>
3
+ * @codegen <<SignedSource::0297da18dbbf01b4dbb4aa0ab03c6efe>>
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 VulnerabilityIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10 2.5h3a.5.5 0 0 1 .5.5v3H15V3a2 2 0 0 0-2-2h-3zM2.5 3a.5.5 0 0 1 .5-.5h3V1H3a2 2 0 0 0-2 2v3h1.5zm4.75 1v4.5h1.5V4zM2.5 13v-3H1v3a2 2 0 0 0 2 2h3v-1.5H3a.5.5 0 0 1-.5-.5m11-3v3a.5.5 0 0 1-.5.5h-3V15h3a2 2 0 0 0 2-2v-3zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10 2.5h3a.5.5 0 0 1 .5.5v3H15V3a2 2 0 0 0-2-2h-3zM2.5 3a.5.5 0 0 1 .5-.5h3V1H3a2 2 0 0 0-2 2v3h1.5zm4.75 1v4.5h1.5V4zM2.5 13v-3H1v3a2 2 0 0 0 2 2h3v-1.5H3a.5.5 0 0 1-.5-.5m11-3v3a.5.5 0 0 1-.5.5h-3V15h3a2 2 0 0 0 2-2v-3zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  VulnerabilityIcon.displayName = 'VulnerabilityIcon';
package/core/wallet.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::e5b6b49d04569a8e367dd54c6ade696f>>
3
+ * @codegen <<SignedSource::6ee37f1bee8c4a287b2c40d886ccc570>>
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 WalletIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 4.25V13c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-2.25m-12.5-6.5H13c.69 0 1.25.56 1.25 1.25v2.25m-12.5-3.5V3c0-.69.56-1.25 1.25-1.25h10.5m.75 6H12c-.69 0-1.25.56-1.25 1.25v.5c0 .69.56 1.25 1.25 1.25h2.25m0-3v3"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v.5H13a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10.5v1.5zM2.5 5v8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-1.5H12a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.5V5.5A.5.5 0 0 0 13 5zm11 3.5H12a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h1.5z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WalletIcon.displayName = 'WalletIcon';
package/core/webhook.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::c197550fb50a48183a789c1e46a020dc>>
3
+ * @codegen <<SignedSource::202c86d742f1f8965b3c2f8324466924>>
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 WebhookIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 3.75 1.443 2.63 1.364 2.49a3 3 0 1 1-.11 5.198M3.75 11.5l1.443-2.63 1.364-2.49A3 3 0 0 1 8 .75a3 3 0 0 1 3 3m1.25 7.75h-5.5a3 3 0 1 1-4.523-2.585"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.25 3.75a3.75 3.75 0 1 1 7.5 0h-1.5a2.25 2.25 0 1 0-3.332 1.974.75.75 0 0 1 .297 1.018L4.408 11.86l-1.316-.722L5.576 6.61A3.74 3.74 0 0 1 4.25 3.75m4.408-.36 2.483 4.527a3.75 3.75 0 1 1-.832 6.792l.777-1.283a2.25 2.25 0 1 0 .082-3.9.75.75 0 0 1-1.018-.296L7.342 4.11zM0 11.5c0-1.377.743-2.58 1.846-3.231l.763 1.292A2.25 2.25 0 1 0 6 11.5a.75.75 0 0 1 .75-.751h5.5v1.5H7.425A3.751 3.751 0 0 1 0 11.5" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WebhookIcon.displayName = 'WebhookIcon';
@@ -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::8ee684ab861019fad36f72232603cd8f>>
3
+ * @codegen <<SignedSource::805ff76606ebd7457ebb031624aa3acc>>
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 WelcomeFeedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M6.25 5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m4.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0"/><path fill="currentcolor" d="M4.25 13.25v-.75h-.2l-.172.099zm-3.5 2H0a.75.75 0 0 0 1.122.651zm12.625-2.75H4.25V14h9.125zm-9.497.099-3.5 2 .744 1.302 3.5-2zM1.5 15.25V3.125H0V15.25zM2.625 2h10.75V.5H2.625zM14.5 3.125v8.25H16v-8.25zM8 11c1.225 0 2.196-.536 2.835-1.033a6 6 0 0 0 .944-.925l.072-.094.006-.007.002-.003v-.001h.001l-.61-.437-.61-.436v-.001l.001-.001-.005.007-.03.04q-.045.056-.139.161a4.3 4.3 0 0 1-.552.513C9.429 9.16 8.775 9.5 8 9.5zm0-1.5c-.775 0-1.43-.34-1.915-.717a4.4 4.4 0 0 1-.721-.714l-.005-.007v.001h.001l-.61.437-.61.436.001.002.002.003a1 1 0 0 0 .078.101 6 6 0 0 0 .944.925C5.805 10.465 6.775 11 8 11zM5.5 5a.25.25 0 0 1 .25-.25v1.5C6.44 6.25 7 5.69 7 5zm.25-.25A.25.25 0 0 1 6 5H4.5c0 .69.56 1.25 1.25 1.25zM6 5a.25.25 0 0 1-.25.25v-1.5c-.69 0-1.25.56-1.25 1.25zm-.25.25A.25.25 0 0 1 5.5 5H7c0-.69-.56-1.25-1.25-1.25zM10 5a.25.25 0 0 1 .25-.25v1.5c.69 0 1.25-.56 1.25-1.25zm.25-.25a.25.25 0 0 1 .25.25H9c0 .69.56 1.25 1.25 1.25zm.25.25a.25.25 0 0 1-.25.25v-1.5C9.56 3.75 9 4.31 9 5zm-.25.25A.25.25 0 0 1 10 5h1.5c0-.69-.56-1.25-1.25-1.25zM13.375 2c.621 0 1.125.504 1.125 1.125H16A2.625 2.625 0 0 0 13.375.5zm0 12A2.625 2.625 0 0 0 16 11.375h-1.5c0 .621-.504 1.125-1.125 1.125zM1.5 3.125C1.5 2.504 2.004 2 2.625 2V.5A2.625 2.625 0 0 0 0 3.125z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.625 2C2.004 2 1.5 2.504 1.5 3.125v10.833L4.05 12.5h9.325c.621 0 1.125-.504 1.125-1.125v-8.25C14.5 2.504 13.996 2 13.375 2zM0 3.125A2.625 2.625 0 0 1 2.625.5h10.75A2.625 2.625 0 0 1 16 3.125v8.25A2.625 2.625 0 0 1 13.375 14H4.449l-3.327 1.901A.75.75 0 0 1 0 15.25zM4.5 5A1.25 1.25 0 1 1 7 5a1.25 1.25 0 0 1-2.5 0M9 5a1.25 1.25 0 1 1 2.5 0A1.25 1.25 0 0 1 9 5M6.085 8.783C6.571 9.16 7.225 9.5 8 9.5s1.43-.34 1.915-.717a4.4 4.4 0 0 0 .721-.714l.005-.007-.001.002.61.436.61.436-.001.002-.002.003-.006.007-.016.023-.056.071q-.07.091-.2.235c-.17.189-.42.439-.744.69C10.196 10.464 9.226 11 8 11s-2.196-.536-2.835-1.033a6 6 0 0 1-.944-.925l-.056-.071-.016-.023-.006-.007-.002-.003v-.001s-.001-.001.609-.437l.61-.436-.001-.002.005.007.03.04q.045.056.139.161c.126.14.313.327.552.513" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WelcomeFeedIcon.displayName = 'WelcomeFeedIcon';
@@ -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::0133331dac28c5ae77b6e6cae001c0a1>>
3
+ * @codegen <<SignedSource::8138c2e0c6053f8bff7deceba66155ca>>
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 WorkflowControlsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M6.25 9.75H7A.75.75 0 0 0 6.25 9zm-4.5 0V9a.75.75 0 0 0-.75.75zm0 4.5H1c0 .414.336.75.75.75zm4.5 0V15a.75.75 0 0 0 .75-.75zM12 6.907l-.53.53.53.53.53-.53zm2.828-2.829.53.53a.75.75 0 0 0 0-1.06zM12 1.25l.53-.53a.75.75 0 0 0-1.06 0zM9.172 4.078l-.53-.53a.75.75 0 0 0 0 1.06zM4 1a3 3 0 0 0-3 3h1.5A1.5 1.5 0 0 1 4 2.5zm3 3a3 3 0 0 0-3-3v1.5A1.5 1.5 0 0 1 5.5 4zM4 7a3 3 0 0 0 3-3H5.5A1.5 1.5 0 0 1 4 5.5zm0-1.5A1.5 1.5 0 0 1 2.5 4H1a3 3 0 0 0 3 3zm8 9.5a3 3 0 0 0 3-3h-1.5a1.5 1.5 0 0 1-1.5 1.5zm-3-3a3 3 0 0 0 3 3v-1.5a1.5 1.5 0 0 1-1.5-1.5zm3-3a3 3 0 0 0-3 3h1.5a1.5 1.5 0 0 1 1.5-1.5zm0 1.5a1.5 1.5 0 0 1 1.5 1.5H15a3 3 0 0 0-3-3zM6.25 9h-4.5v1.5h4.5zM1 9.75v4.5h1.5v-4.5zM1.75 15h4.5v-1.5h-4.5zM7 14.25v-4.5H5.5v4.5zm5.53-6.813 2.83-2.827-1.06-1.06-2.83 2.828zm2.829-3.889L12.53.72l-1.06 1.06 2.828 2.829zM11.469.72 8.642 3.548l1.06 1.06 2.83-2.828zM8.642 4.609l2.829 2.828 1.06-1.06-2.828-2.829zM3.25 6v3.75h1.5V6zm8 .75V9.5h1.5V6.75zm-5-2h3v-1.5h-3z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.47.72a.75.75 0 0 1 1.06 0l2.829 2.828a.75.75 0 0 1 0 1.06l-2.609 2.61v1.877A3.001 3.001 0 0 1 12 15a3 3 0 0 1-.75-5.905V7.218L8.782 4.75H6.905A3 3 0 0 1 4.75 6.905V9h1.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-4.5A.75.75 0 0 1 1.75 9h1.5V6.905A3.001 3.001 0 1 1 6.905 3.25H8.94zm-1.238 3.358L12 5.846l1.768-1.768L12 2.311zM4 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-1.5 8v3h3v-3zm9.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WorkflowControlsIcon.displayName = 'WorkflowControlsIcon';
package/core/wrench.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::91e1b53b3dbfffd4adfea00eec4baab8>>
3
+ * @codegen <<SignedSource::44fd7eaf3d704d77419290be7967120e>>
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 WrenchIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.5 6.75 9.25 4.5l3.29-3.29a4.75 4.75 0 0 0-6.33 6.33l-4.95 4.95a1.591 1.591 0 0 0 2.25 2.25l4.95-4.95a4.75 4.75 0 0 0 6.33-6.33z"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10.5 1.5a4 4 0 0 0-3.614 5.718.75.75 0 0 1-.146.853l-4.95 4.95a.841.841 0 0 0 1.189 1.19l4.95-4.95a.75.75 0 0 1 .853-.147 4 4 0 0 0 5.667-4.252L12.03 7.28a.75.75 0 0 1-1.06 0L8.72 5.03a.75.75 0 0 1 0-1.06l2.419-2.42a4 4 0 0 0-.639-.05M5 5.5A5.5 5.5 0 0 1 12.863.532a.75.75 0 0 1 .208 1.208L10.31 4.5l1.19 1.19 2.76-2.76a.75.75 0 0 1 1.208.207 5.5 5.5 0 0 1-6.832 7.539L4.038 15.27a2.34 2.34 0 1 1-3.31-3.31l4.595-4.596A5.5 5.5 0 0 1 5 5.5" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WrenchIcon.displayName = 'WrenchIcon';
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
12
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -131,6 +131,15 @@ var metadata = {
131
131
  usage: 'Known uses: None',
132
132
  team: 'Design System Team'
133
133
  },
134
+ calculate: {
135
+ keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
136
+ componentName: 'CalculateIcon',
137
+ package: '@atlaskit/icon-lab/core/calculate',
138
+ type: 'core',
139
+ categorization: 'single-purpose',
140
+ usage: 'Calculate for databases',
141
+ team: 'Databases'
142
+ },
134
143
  'cloud-offline': {
135
144
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
136
145
  componentName: 'CloudOfflineIcon',
@@ -527,6 +536,15 @@ var metadata = {
527
536
  usage: 'Toggle author visibility on sticky notes in Whiteboards.',
528
537
  team: 'Whiteboards'
529
538
  },
539
+ 'sort-options': {
540
+ keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
541
+ componentName: 'SortOptionsIcon',
542
+ package: '@atlaskit/icon-lab/core/sort-options',
543
+ type: 'core',
544
+ categorization: 'single-purpose',
545
+ usage: 'Reserved for accessing sorting options.',
546
+ team: 'Databases'
547
+ },
530
548
  speedometer: {
531
549
  keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
532
550
  componentName: 'SpeedometerIcon',
@@ -718,6 +736,33 @@ var metadata = {
718
736
  usage: 'Known usages: Alternative option for transport emoji category.',
719
737
  team: 'Design System Team'
720
738
  },
739
+ 'view-type-board-home': {
740
+ keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
741
+ componentName: 'ViewTypeBoardHomeIcon',
742
+ package: '@atlaskit/icon-lab/core/view-type-board-home',
743
+ type: 'core',
744
+ categorization: 'single-purpose',
745
+ usage: 'Home view for database board layout',
746
+ team: 'Databases'
747
+ },
748
+ 'view-type-card-home': {
749
+ keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
750
+ componentName: 'ViewTypeCardHomeIcon',
751
+ package: '@atlaskit/icon-lab/core/view-type-card-home',
752
+ type: 'core',
753
+ categorization: 'single-purpose',
754
+ usage: 'Home view for database card layout',
755
+ team: 'Databases'
756
+ },
757
+ 'view-type-table-home': {
758
+ keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
759
+ componentName: 'ViewTypeTableHomeIcon',
760
+ package: '@atlaskit/icon-lab/core/view-type-table-home',
761
+ type: 'core',
762
+ categorization: 'single-purpose',
763
+ usage: 'Home view for database table layout',
764
+ team: 'Databases'
765
+ },
721
766
  vulnerability: {
722
767
  keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
723
768
  componentName: 'VulnerabilityIcon',