@atlaskit/icon-lab 4.3.0 → 4.5.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 (92) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/core/arrows-diagonal-up-right-down-left.d.ts +13 -0
  3. package/core/arrows-diagonal-up-right-down-left.js +28 -0
  4. package/core/assets-graph.d.ts +13 -0
  5. package/core/assets-graph.js +28 -0
  6. package/core/beach-umbrella.js +2 -5
  7. package/core/calculate.js +2 -2
  8. package/core/cloud-offline.js +12 -21
  9. package/core/cloud-saved.js +12 -21
  10. package/core/colour-none.js +2 -2
  11. package/core/cursor-strikethrough.js +12 -21
  12. package/core/database-storage-cache.js +12 -21
  13. package/core/divider-element.js +4 -7
  14. package/core/expand-element.js +4 -7
  15. package/core/gift.js +2 -5
  16. package/core/image-alt-text.d.ts +13 -0
  17. package/core/image-alt-text.js +28 -0
  18. package/core/image-crop.d.ts +13 -0
  19. package/core/image-crop.js +28 -0
  20. package/core/jira.js +2 -2
  21. package/core/layout-five-columns.d.ts +13 -0
  22. package/core/layout-five-columns.js +28 -0
  23. package/core/layout-four-columns.d.ts +13 -0
  24. package/core/layout-four-columns.js +28 -0
  25. package/core/notepad.d.ts +13 -0
  26. package/core/notepad.js +28 -0
  27. package/core/panel.d.ts +13 -0
  28. package/core/panel.js +28 -0
  29. package/core/party-popper.js +2 -5
  30. package/core/queue-pop-in.js +2 -5
  31. package/core/queue-pop-out.js +2 -5
  32. package/core/recur.d.ts +13 -0
  33. package/core/recur.js +28 -0
  34. package/core/sort-options.js +2 -2
  35. package/core/suggested-edit.d.ts +13 -0
  36. package/core/suggested-edit.js +28 -0
  37. package/core/talent.d.ts +13 -0
  38. package/core/talent.js +28 -0
  39. package/core/text-conclusion-add.d.ts +13 -0
  40. package/core/text-conclusion-add.js +28 -0
  41. package/core/text-introduction-add.d.ts +13 -0
  42. package/core/text-introduction-add.js +28 -0
  43. package/core/text-lengthen.d.ts +13 -0
  44. package/core/text-lengthen.js +28 -0
  45. package/core/text-paragraph.d.ts +13 -0
  46. package/core/text-paragraph.js +28 -0
  47. package/core/text-rephrase.d.ts +13 -0
  48. package/core/text-rephrase.js +28 -0
  49. package/core/vehicle-airplane.js +2 -5
  50. package/core/video-hd-filled.d.ts +13 -0
  51. package/core/video-hd-filled.js +28 -0
  52. package/core/video-hd.d.ts +13 -0
  53. package/core/video-hd.js +28 -0
  54. package/core/view-type-board-home.js +2 -2
  55. package/core/view-type-card-home.js +2 -2
  56. package/core/view-type-table-home.js +2 -2
  57. package/core/warning-outline.d.ts +13 -0
  58. package/core/warning-outline.js +28 -0
  59. package/core/work-item-add.d.ts +13 -0
  60. package/core/work-item-add.js +28 -0
  61. package/dist/cjs/metadata-core.js +190 -8
  62. package/dist/es2019/metadata-core.js +190 -8
  63. package/dist/esm/metadata-core.js +190 -8
  64. package/dist/types/metadata-core.d.ts +1 -1
  65. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  66. package/package.json +3 -3
  67. package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
  68. package/svgs/core/assets-graph.svg +1 -0
  69. package/svgs/core/calculate.svg +1 -1
  70. package/svgs/core/colour-none.svg +1 -1
  71. package/svgs/core/image-alt-text.svg +1 -0
  72. package/svgs/core/image-crop.svg +1 -0
  73. package/svgs/core/layout-five-columns.svg +1 -0
  74. package/svgs/core/layout-four-columns.svg +1 -0
  75. package/svgs/core/notepad.svg +1 -0
  76. package/svgs/core/panel.svg +1 -0
  77. package/svgs/core/recur.svg +1 -0
  78. package/svgs/core/sort-options.svg +1 -1
  79. package/svgs/core/suggested-edit.svg +1 -0
  80. package/svgs/core/talent.svg +1 -0
  81. package/svgs/core/text-conclusion-add.svg +1 -0
  82. package/svgs/core/text-introduction-add.svg +1 -0
  83. package/svgs/core/text-lengthen.svg +1 -0
  84. package/svgs/core/text-paragraph.svg +1 -0
  85. package/svgs/core/text-rephrase.svg +1 -0
  86. package/svgs/core/video-hd-filled.svg +1 -0
  87. package/svgs/core/video-hd.svg +1 -0
  88. package/svgs/core/view-type-board-home.svg +1 -1
  89. package/svgs/core/view-type-card-home.svg +1 -1
  90. package/svgs/core/view-type-table-home.svg +1 -1
  91. package/svgs/core/warning-outline.svg +1 -0
  92. package/svgs/core/work-item-add.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#132394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132394)
8
+ [`8c4b7d72f9c69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c4b7d72f9c69) -
9
+ This release updates icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Updated:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `calculate`
16
+ - `colour-none`
17
+ - `sort-options`
18
+ - `view-type-board-home`
19
+ - `view-type-card-home`
20
+ - `view-type-table-home`
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
26
+ ## 4.4.0
27
+
28
+ ### Minor Changes
29
+
30
+ - [#131966](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131966)
31
+ [`bb527c6817e2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb527c6817e2b) -
32
+ This release adds icons in `@atlaskit/icon-lab`.
33
+
34
+ ### Added:
35
+
36
+ **`@atlaskit/icon-lab/core`**
37
+
38
+ - `arrows-diagonal-up-right-down-left`
39
+ - `assets-graph`
40
+ - `image-alt-text`
41
+ - `image-crop`
42
+ - `layout-five-columns`
43
+ - `layout-four-columns`
44
+ - `notepad`
45
+ - `panel`
46
+ - `recur`
47
+ - `suggested-edit`
48
+ - `talent`
49
+ - `text-conclusion-add`
50
+ - `text-introduction-add`
51
+ - `text-lengthen`
52
+ - `text-paragraph`
53
+ - `text-rephrase`
54
+ - `video-hd-filled`
55
+ - `video-hd`
56
+ - `warning-outline`
57
+ - `work-item-add`
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies
62
+
3
63
  ## 4.3.0
4
64
 
5
65
  ### Minor Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a7fc6034d1a4168897988ca7ff5aa25c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ArrowsDiagonalUpRightDownLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ArrowsDiagonalUpRightDownLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::398607da20751a97774109d098b7c919>>
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: "ArrowsDiagonalUpRightDownLeft".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Used within Jira Pages to connect or switch to a Space or page.
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 ArrowsDiagonalUpRightDownLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4 1h5.25a.75.75 0 0 1 .75.75V7H8.5V3.56l-6.47 6.47L.97 8.97 7.44 2.5H4zm3.5 11.44 6.47-6.47 1.06 1.06-6.47 6.47H12V15H6.75a.75.75 0 0 1-.75-.75V9h1.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ArrowsDiagonalUpRightDownLeftIcon.displayName = 'ArrowsDiagonalUpRightDownLeftIcon';
28
+ var _default = exports.default = ArrowsDiagonalUpRightDownLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c25fee96dca5cd0803958eafda93d14b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AssetsGraphIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AssetsGraphIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3ecb88d563448af87338c1287afbb1bf>>
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: "AssetsGraph".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing Assets graph
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 AssetsGraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06.75.75 0 0 0 1.06-1.06M1.16 1.159A2.25 2.25 0 0 1 4.781 3.72l1.695 1.695a3 3 0 0 1 3.048 0l1.695-1.695a2.251 2.251 0 1 1 1.06 1.06l-1.694 1.696a3 3 0 0 1 0 3.048l1.695 1.695a2.251 2.251 0 1 1-1.06 1.06l-1.696-1.694a3 3 0 0 1-3.048 0L4.78 12.28a2.251 2.251 0 1 1-1.06-1.06l1.694-1.696a3 3 0 0 1 0-3.048L3.72 4.78a2.25 2.25 0 0 1-2.56-3.621m12.621 1.06a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06M9.06 6.94a1.5 1.5 0 1 0-2.12 2.122A1.5 1.5 0 0 0 9.06 6.94m-5.78 5.78a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06m10.5 0a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ AssetsGraphIcon.displayName = 'AssetsGraphIcon';
28
+ var _default = exports.default = AssetsGraphIcon;
@@ -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::36ff169c5f79f90a46cd82bcec1743c5>>
3
+ * @codegen <<SignedSource::c35ea8f4a973fa52b1236acdc09ebe82>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
- * Please reach out in #icon-contributions before using these in production.
18
- *
19
16
  * Icon: "BeachUmbrella".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -24,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
24
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
22
  */
26
23
  const BeachUmbrellaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 14.25h14M11.13 2.09a6.25 6.25 0 0 0-8.54 2.29l3.03 1.75m5.51-4.04a6.25 6.25 0 0 1 2.29 8.54l-3.03-1.75m.74-6.79s-3.51.57-5.51 4.04m5.51-4.04s1.26 3.32-.74 6.79M8 7.5 5.62 6.13M8 7.5l2.38 1.38M8 7.5l-4.12 7.15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 15H1v-1.5h14z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m3.656 4.126 1.714.99a9.2 9.2 0 0 1 3.54-3.042 5.5 5.5 0 0 0-5.254 2.052M10.598 3c-.307.1-.7.252-1.135.474a7.7 7.7 0 0 0-2.789 2.393l3.402 1.965c.61-1.34.729-2.62.678-3.613A8 8 0 0 0 10.598 3m.782 5.585 1.714.99a5.5 5.5 0 0 0-.85-5.577l.008.145a9.2 9.2 0 0 1-.872 4.442M1.938 4a7 7 0 1 1 12.124 7 .75.75 0 0 1-1.024.275l-4.763-2.75-3.75 6.495-1.3-.75 3.75-6.495-4.763-2.75A.75.75 0 0 1 1.938 4" clip-rule="evenodd"/>`
28
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
26
  }, props));
30
27
  BeachUmbrellaIcon.displayName = 'BeachUmbrellaIcon';
package/core/calculate.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::c56c230a12c67a383718da986206fb61>>
3
+ * @codegen <<SignedSource::fefd55e03651589ebea21ae171c33b84>>
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 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"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 3.25V1h1.5v2.25H7v1.5H4.75V7h-1.5V4.75H1v-1.5zm-.56 9L.97 10.53l1.06-1.06 1.72 1.72 1.72-1.72 1.06 1.06-1.72 1.72 1.72 1.72-1.06 1.06-1.72-1.72-1.72 1.72-1.06-1.06zM15 4.75H9v-1.5h6zm0 8H9v-1.5h6z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.75 9.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0 5a.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
  CalculateIcon.displayName = 'CalculateIcon';
@@ -1,19 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::dca96fc11509593e399c2cbf0f2d554e>>
3
+ * @codegen <<SignedSource::a4e3292bce48457653e142717188c849>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- 'use strict';
6
+ "use strict";
7
7
 
8
- Object.defineProperty(exports, '__esModule', {
9
- value: true,
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
10
  });
11
11
  exports.default = void 0;
12
- var _react = _interopRequireDefault(require('react'));
13
- var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
- function _interopRequireDefault(e) {
15
- return e && e.__esModule ? e : { default: e };
16
- }
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 }; }
17
15
  /**
18
16
  * Icon: "CloudOffline".
19
17
  * Category: single-purpose
@@ -22,16 +20,9 @@ function _interopRequireDefault(e) {
22
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
22
  */
25
- const CloudOfflineIcon = (props) =>
26
- /*#__PURE__*/ _react.default.createElement(
27
- _baseNew.default,
28
- Object.assign(
29
- {
30
- dangerouslySetGlyph: `<mask id="mask0_37654_6098" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16v-1.067L2.598 1.53 3.658.47 16 12.812z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6098)"><path fill="currentcolor" d="m3.017 6.84.182.728a.75.75 0 0 0 .565-.667zm9.908-.456-.739.129a.75.75 0 0 0 .526.59zM12 12H3.75v1.5H12zm-8.25 0A2.25 2.25 0 0 1 1.5 9.75H0a3.75 3.75 0 0 0 3.75 3.75zM1.5 9.75a2.25 2.25 0 0 1 1.7-2.182l-.366-1.455A3.75 3.75 0 0 0 0 9.75zM3.764 6.9A4.25 4.25 0 0 1 8 3V1.5a5.75 5.75 0 0 0-5.731 5.28zM8 3a4.25 4.25 0 0 1 4.186 3.513l1.478-.258A5.75 5.75 0 0 0 8 1.5zm4.712 4.103A2.5 2.5 0 0 1 14.5 9.5H16a4 4 0 0 0-2.862-3.835zM14.5 9.5A2.5 2.5 0 0 1 12 12v1.5a4 4 0 0 0 4-4z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m1 1 14 14"/></g>`,
31
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
- },
33
- props,
34
- ),
35
- );
23
+ const CloudOfflineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m.47 1.53 2.66 2.661a5.7 5.7 0 0 0-.798 2.087A3.75 3.75 0 0 0 3.75 13.5H12q.211 0 .418-.022l2.052 2.052 1.06-1.06-1.514-1.515.004-.002-1.12-1.12-.005.002-7.74-7.742.003-.003-1.062-1.06-.004.003L1.53.47zM3.764 6.9a4.2 4.2 0 0 1 .464-1.611l6.711 6.71H3.75a2.25 2.25 0 0 1-.55-4.431.75.75 0 0 0 .564-.667" clip-rule="evenodd"/><path fill="currentcolor" d="m5.34 2.151 1.132 1.132a4.25 4.25 0 0 1 5.715 3.23.75.75 0 0 0 .525.59 2.5 2.5 0 0 1 1.366 3.787l1.074 1.073A4 4 0 0 0 13.57 5.82a5.752 5.752 0 0 0-8.23-3.669"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
36
27
  CloudOfflineIcon.displayName = 'CloudOfflineIcon';
37
- var _default = (exports.default = CloudOfflineIcon);
28
+ var _default = exports.default = CloudOfflineIcon;
@@ -1,19 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4fc61c8b2f971ab4ae3af2c75a04b3ef>>
3
+ * @codegen <<SignedSource::7d170b3fdf32ca9dd11fbb9bb1f72d59>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- 'use strict';
6
+ "use strict";
7
7
 
8
- Object.defineProperty(exports, '__esModule', {
9
- value: true,
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
10
  });
11
11
  exports.default = void 0;
12
- var _react = _interopRequireDefault(require('react'));
13
- var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
- function _interopRequireDefault(e) {
15
- return e && e.__esModule ? e : { default: e };
16
- }
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 }; }
17
15
  /**
18
16
  * Icon: "CloudSaved".
19
17
  * Category: single-purpose
@@ -22,16 +20,9 @@ function _interopRequireDefault(e) {
22
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
22
  */
25
- const CloudSavedIcon = (props) =>
26
- /*#__PURE__*/ _react.default.createElement(
27
- _baseNew.default,
28
- Object.assign(
29
- {
30
- dangerouslySetGlyph: `<mask id="mask0_37654_6117" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16zm-.05 4.224-3.4-2.948-4.633 5.039 1.7 4.909z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6117)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M3.75 12.75H12a3.25 3.25 0 0 0 .925-6.366 5.001 5.001 0 0 0-9.908.456 3.001 3.001 0 0 0 .733 5.91Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m6.25 7 2.167 2.5L13 4.25"/>`,
31
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
- },
33
- props,
34
- ),
35
- );
23
+ const CloudSavedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M8 1.5c1.251 0 2.409.4 3.353 1.078l-1.026 1.115a4.25 4.25 0 0 0-6.563 3.208.75.75 0 0 1-.565.667A2.251 2.251 0 0 0 3.75 12H12a2.5 2.5 0 0 0 1.174-4.708L14.2 6.16A4 4 0 0 1 12 13.5H3.75a3.75 3.75 0 0 1-1.418-7.222A5.75 5.75 0 0 1 8 1.5"/><path fill="currentcolor" d="m8.982 9.993 4.583-5.25-1.13-.986-4.016 4.6L6.817 6.51l-1.134.982 2.167 2.5a.75.75 0 0 0 1.132.002"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
36
27
  CloudSavedIcon.displayName = 'CloudSavedIcon';
37
- var _default = (exports.default = CloudSavedIcon);
28
+ var _default = exports.default = CloudSavedIcon;
@@ -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::373a741fb2d707efd647b74490427723>>
3
+ * @codegen <<SignedSource::cadb4ed75c5954118dca158b99b4cf25>>
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 ColourNoneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.781 13.842 1.689 1.688 1.06-1.06-1.688-1.689.002-.004-1.344-1.344v.006L4.56 3.5h.007L3.223 2.156l-.004.002L1.53.47.47 1.53l1.688 1.69A2 2 0 0 0 2 4v8a2 2 0 0 0 2 2h8c.277 0 .541-.056.781-.158M11.439 12.5 3.5 4.56V12a.5.5 0 0 0 .5.5zM14 4v6.812l-1.5-1.5V4a.5.5 0 0 0-.5-.5H6.688L5.188 2H12a2 2 0 0 1 2 2" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.781 13.842 1.689 1.688 1.06-1.06-1.688-1.689.002-.005-1.344-1.343v.006L4.56 3.5h.007L3.223 2.157l-.004.002L1.53.47.47 1.53l1.688 1.69A2 2 0 0 0 2 4v8a2 2 0 0 0 2 2h8c.277 0 .541-.056.781-.157M11.439 12.5 3.5 4.56V12a.5.5 0 0 0 .5.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M14 4v6.812l-1.5-1.5V4a.5.5 0 0 0-.5-.5H6.688L5.188 2H12a2 2 0 0 1 2 2"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ColourNoneIcon.displayName = 'ColourNoneIcon';
@@ -1,19 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::fc58da6123c713c2f81de82453a86de7>>
3
+ * @codegen <<SignedSource::0511013eceaa261129e778523a8c4be5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- 'use strict';
6
+ "use strict";
7
7
 
8
- Object.defineProperty(exports, '__esModule', {
9
- value: true,
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
10
  });
11
11
  exports.default = void 0;
12
- var _react = _interopRequireDefault(require('react'));
13
- var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
- function _interopRequireDefault(e) {
15
- return e && e.__esModule ? e : { default: e };
16
- }
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 }; }
17
15
  /**
18
16
  * Icon: "CursorStrikethrough".
19
17
  * Category: multi-purpose
@@ -22,16 +20,9 @@ function _interopRequireDefault(e) {
22
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
22
  */
25
- const CursorStrikethroughIcon = (props) =>
26
- /*#__PURE__*/ _react.default.createElement(
27
- _baseNew.default,
28
- Object.assign(
29
- {
30
- dangerouslySetGlyph: `<mask id="mask0_37654_6518" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M0 10.812V0h10.812zM12.933 0H16v16H0v-3.067z" clip-rule="evenodd"/></mask><g stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" mask="url(#mask0_37654_6518)"><path d="M8.9 9.32 7.52 13.8a.63.63 0 0 1-1.18.05L2.03 2.84a.63.63 0 0 1 .81-.81l11 4.32a.63.63 0 0 1-.04 1.18L9.32 8.9a.63.63 0 0 0-.41.41ZM13 1 1 13"/></g>`,
31
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
- },
33
- props,
34
- ),
35
- );
23
+ const CursorStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M3.125 7.687 1.326 3.109C.887 1.99 1.991.887 3.11 1.326l4.578 1.799L6.53 4.282 2.827 2.827 4.282 6.53z"/><path fill="currentcolor" fill-rule="evenodd" d="m3.723 9.21.002.004L.47 12.47l1.06 1.06 2.793-2.793 1.325 3.374c.476 1.21 2.212 1.145 2.594-.099L9.6 9.6l4.412-1.358c1.244-.382 1.31-2.118.099-2.594l-3.373-1.325L13.53 1.53 12.47.47 9.214 3.725l-.004-.002L8.053 4.88l.004.002-3.175 3.175-.002-.004zm1.757.37 1.434 3.65 1.272-4.134c.134-.436.474-.776.91-.91l4.134-1.272L9.58 5.48z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
36
27
  CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
37
- var _default = (exports.default = CursorStrikethroughIcon);
28
+ var _default = exports.default = CursorStrikethroughIcon;
@@ -1,19 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f13de916afe078fc6538d1f497f5bf46>>
3
+ * @codegen <<SignedSource::56fa080d643f45fdf871302e1da2d5d5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- 'use strict';
6
+ "use strict";
7
7
 
8
- Object.defineProperty(exports, '__esModule', {
9
- value: true,
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
10
  });
11
11
  exports.default = void 0;
12
- var _react = _interopRequireDefault(require('react'));
13
- var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
- function _interopRequireDefault(e) {
15
- return e && e.__esModule ? e : { default: e };
16
- }
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 }; }
17
15
  /**
18
16
  * Icon: "DatabaseStorageCache".
19
17
  * Category: multi-purpose
@@ -22,16 +20,9 @@ function _interopRequireDefault(e) {
22
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
22
  */
25
- const DatabaseStorageCacheIcon = (props) =>
26
- /*#__PURE__*/ _react.default.createElement(
27
- _baseNew.default,
28
- Object.assign(
29
- {
30
- dangerouslySetGlyph: `<mask id="mask0_37654_6542" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h8V5.625h8z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6542)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.375 8a3.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.25m-7.25 0h7.25M4 4.875h1.5m2.5 0h4m-8 6.25h1.5m2.5 0h4"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.25 15.25v-.922c0-.367.161-.715.44-.952l4.12-3.502c.279-.237.44-.585.44-.952V8h-5v.922c0 .367.161.715.44.952l4.12 3.502c.279.237.44.585.44.952v.922z"/>`,
31
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
- },
33
- props,
34
- ),
35
- );
23
+ const DatabaseStorageCacheIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
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 15.5 4.875v.75H14v-.75A2.375 2.375 0 0 0 11.625 2.5h-7.25a2.375 2.375 0 1 0 0 4.75H8v1.5H4.375a2.375 2.375 0 1 0 0 4.75H8V15H4.375a3.875 3.875 0 0 1-2.292-7A3.87 3.87 0 0 1 .5 4.875m5 .75H4v-1.5h1.5zm6.5 0H8v-1.5h4zm-6.5 6.25H4v-1.5h1.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M9.5 8a.75.75 0 0 1 .75-.75h5A.75.75 0 0 1 16 8v.922a2 2 0 0 1-.705 1.524l-1.387 1.179 1.387 1.18A2 2 0 0 1 16 14.327v.922a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-.922a2 2 0 0 1 .705-1.524l1.387-1.179-1.387-1.18A2 2 0 0 1 9.5 8.923zm3.25 2.64 1.574-1.337a.5.5 0 0 0 .176-.381V8.75H11v.172a.5.5 0 0 0 .176.38zm0 1.97-1.574 1.337a.5.5 0 0 0-.176.381v.172h3.5v-.172a.5.5 0 0 0-.176-.38z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
36
27
  DatabaseStorageCacheIcon.displayName = 'DatabaseStorageCacheIcon';
37
- var _default = (exports.default = DatabaseStorageCacheIcon);
28
+ var _default = exports.default = DatabaseStorageCacheIcon;
@@ -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::04b40bbf6dfc4ed6703c2caff8cc0109>>
3
+ * @codegen <<SignedSource::42c245ec8a5b0fa184f110b30fb6ce93>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,18 +13,15 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
- * Please reach out in #icon-contributions before using these in production.
18
- *
19
16
  * Icon: "DividerElement".
20
- * Category: multi-purpose
17
+ * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
22
- * Usage guidance: Known uses: Insert divider element in Confluence
19
+ * Usage guidance: Reserved for inserting divider elements in Confluence
23
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
22
  */
26
23
  const DividerElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M13.25 15v-2.5c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25V15M0 8h16M2.75 1v2.5c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25V1"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14 15v-2.5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2V15h1.5v-2.5A.5.5 0 0 1 4 12h8a.5.5 0 0 1 .5.5V15zm2-7.75H0v1.5h16zM2 3.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V1h-1.5v2.5a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V1H2z" clip-rule="evenodd"/>`
28
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
26
  }, props));
30
27
  DividerElementIcon.displayName = 'DividerElementIcon';
@@ -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::31410acdaa264597f2ed4ef56bca7473>>
3
+ * @codegen <<SignedSource::a282fcec9b1cefd6b5b937a5b07c1f5e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,18 +13,15 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
- * Please reach out in #icon-contributions before using these in production.
18
- *
19
16
  * Icon: "ExpandElement".
20
- * Category: multi-purpose
17
+ * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
22
- * Usage guidance: Known usage: Insert expand element in Confluence
19
+ * Usage guidance: Reserved for inserting expand elements in Confluence
23
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
22
  */
26
23
  const ExpandElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M15 1.75H3c-.69 0-1.25.56-1.25 1.25v12"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.125 5.125 8 7.875l2.875-2.75"/><path stroke="currentcolor" stroke-width="1.5" d="M4.5 11.25H15m-10.5 3H15"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h12v1.5H3a.5.5 0 0 0-.5.5v12H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.48 8.42 4.61 5.67l1.04-1.08L8 6.84l2.36-2.25 1.04 1.08-2.87 2.75a.75.75 0 0 1-1.04 0M15 12H4.5v-1.5H15zm0 3H4.5v-1.5H15z" clip-rule="evenodd"/>`
28
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
26
  }, props));
30
27
  ExpandElementIcon.displayName = 'ExpandElementIcon';
package/core/gift.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::ad65d606c0a5750098739cff20d3a679>>
3
+ * @codegen <<SignedSource::8e5e401ce3baaab3c7d4a1e00325262f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
- * Please reach out in #icon-contributions before using these in production.
18
- *
19
16
  * Icon: "Gift".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -24,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
24
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
22
  */
26
23
  const GiftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.75 8.25h-1v-3.5H8m-5.25 3.5V13c0 .69.56 1.25 1.25 1.25h4m-5.25-6H8m5.25 0h1v-3.5H8m5.25 3.5V13c0 .69-.56 1.25-1.25 1.25H8m5.25-6H8m0 6v-6m0-3.5V4m0 .75H5.5a2 2 0 1 1 0-4C6.605.75 8 1.75 8 4m0 .75h2.5a2 2 0 1 0 0-4C9.395.75 8 1.75 8 4m0 .75v3.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.5 1.5a1.25 1.25 0 1 0 0 2.5h1.75c0-1.899-1.12-2.5-1.75-2.5M8 1.379C7.366.472 6.418 0 5.5 0a2.75 2.75 0 0 0-2.45 4h-1.3a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H2v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9h.25a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-1.3a2.75 2.75 0 0 0-2.45-4C9.582 0 8.634.472 8 1.379M7.25 5.5H2.5v2h4.75zm1.5 2v-2h4.75v2zM7.25 9H3.5v4a.5.5 0 0 0 .5.5h3.25zm1.5 4.5V9h3.75v4a.5.5 0 0 1-.5.5zm0-9.5h1.75a1.25 1.25 0 1 0 0-2.5c-.63 0-1.75.601-1.75 2.5" clip-rule="evenodd"/>`
28
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
26
  }, props));
30
27
  GiftIcon.displayName = 'GiftIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::952190595666cfd3a24de53774efe8d8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ImageAltTextIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ImageAltTextIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4907aa6b1c026b0993619157c9ad55e5>>
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: "ImageAltText".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for creating alt text for an image
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 ImageAltTextIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 8h-3.5V6.5H16zm0 3.5h-3.5V10H16zm0 3.5H5v-1.5h11zM0 3a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.206 5.001a.75.75 0 0 1 .55.196l3 2.75-1.013 1.106-2.43-2.228-4.245 4.915-1.136-.98 4.75-5.5A.75.75 0 0 1 7.206 5" clip-rule="evenodd"/><path fill="currentcolor" d="M5 4.875a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ImageAltTextIcon.displayName = 'ImageAltTextIcon';
28
+ var _default = exports.default = ImageAltTextIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b6f96eac8599e42eb27b2556b9fbc893>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ImageCropIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ImageCropIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a8bca7f4922094532ab3d3a7d154b440>>
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: "ImageCrop".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for cropping images
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 ImageCropIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 3V0h1.5v3H11a2 2 0 0 1 2 2v6.5h3V13h-3v3h-1.5V5a.5.5 0 0 0-.5-.5H0V3zm0 8V6h1.5v5a.5.5 0 0 0 .5.5h5V13H5a2 2 0 0 1-2-2" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ImageCropIcon.displayName = 'ImageCropIcon';
28
+ var _default = exports.default = ImageCropIcon;
package/core/jira.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e8f9f5c2ecf3a673b906a4dbd95dea94>>
3
+ * @codegen <<SignedSource::f39aefc94ba349e0f789e52003e37054>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,7 +14,7 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Jira".
17
- * Category: multi-purpose
17
+ * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
19
  * Usage guidance: Representing JIRA
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)