@atlaskit/icon-lab 3.4.0 → 3.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 (94) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/align-content-bottom.js +1 -4
  3. package/core/align-content-center-horizontal.js +1 -4
  4. package/core/align-content-center-vertical.js +1 -4
  5. package/core/align-content-left.js +1 -4
  6. package/core/align-content-right.js +1 -4
  7. package/core/align-content-top.js +1 -4
  8. package/core/align-position-bottom.js +1 -4
  9. package/core/align-position-center-vertical.js +1 -4
  10. package/core/align-position-top.js +1 -4
  11. package/core/assets-data-manager.js +1 -4
  12. package/core/assets-schema.js +1 -4
  13. package/core/beach-umbrella.d.ts +13 -0
  14. package/core/beach-umbrella.js +31 -0
  15. package/core/book-open.js +1 -4
  16. package/core/cloud-offline.js +20 -14
  17. package/core/cloud-saved.js +20 -14
  18. package/core/coins.js +1 -4
  19. package/core/continue-when.js +1 -4
  20. package/core/cross-octagon.js +1 -4
  21. package/core/cursor-strikethrough.js +20 -14
  22. package/core/cursor.js +1 -4
  23. package/core/database-storage-cache.js +20 -14
  24. package/core/database-storage.js +1 -4
  25. package/core/drop-shadow.js +1 -4
  26. package/core/duplicate.js +1 -4
  27. package/core/editions.js +1 -4
  28. package/core/field-text.js +1 -4
  29. package/core/gift.d.ts +13 -0
  30. package/core/gift.js +31 -0
  31. package/core/group-selection.js +1 -4
  32. package/core/group-ungroup-selection.js +1 -4
  33. package/core/hand.js +1 -4
  34. package/core/if-else.js +1 -4
  35. package/core/incognito.js +1 -4
  36. package/core/initiative.js +1 -4
  37. package/core/jira.js +1 -4
  38. package/core/lozenge.js +1 -4
  39. package/core/page-live-doc.js +1 -4
  40. package/core/paint-brush.js +1 -4
  41. package/core/paint-roller.js +1 -4
  42. package/core/party-popper.d.ts +13 -0
  43. package/core/party-popper.js +31 -0
  44. package/core/qr-code.js +1 -4
  45. package/core/roadmaps-plan.js +1 -4
  46. package/core/roadmaps-service.js +1 -4
  47. package/core/section.js +1 -4
  48. package/core/shape-diamond.js +1 -4
  49. package/core/shape-ellipse.js +1 -4
  50. package/core/shape-parallelogram-skew-left.js +1 -4
  51. package/core/shape-parallelogram-skew-right.js +1 -4
  52. package/core/shape-rectangle-rounded.js +1 -4
  53. package/core/shape-rectangle.js +1 -4
  54. package/core/shape-triangle-inverted.js +1 -4
  55. package/core/shape-triangle.js +1 -4
  56. package/core/signature.js +1 -4
  57. package/core/speedometer.js +1 -4
  58. package/core/split-parallel.js +1 -4
  59. package/core/stamp.js +1 -4
  60. package/core/sticker.js +1 -4
  61. package/core/stroke-curvature-curved.js +1 -4
  62. package/core/stroke-curvature-dynamic.js +1 -4
  63. package/core/stroke-curvature-straight.js +1 -4
  64. package/core/stroke-properties.js +1 -4
  65. package/core/stroke-style-dashed.js +1 -4
  66. package/core/stroke-style-dotted.js +1 -4
  67. package/core/stroke-style-solid.js +1 -4
  68. package/core/sunset.js +1 -4
  69. package/core/swap.js +1 -4
  70. package/core/switch-case.js +1 -4
  71. package/core/sync.js +1 -4
  72. package/core/takeout-container.js +1 -4
  73. package/core/template.js +1 -4
  74. package/core/ticket.js +1 -4
  75. package/core/tidy.js +1 -4
  76. package/core/vehicle-airplane.d.ts +13 -0
  77. package/core/vehicle-airplane.js +31 -0
  78. package/core/vehicle-train.js +1 -4
  79. package/core/vulnerability.js +1 -4
  80. package/core/wallet.js +1 -4
  81. package/core/webhook.js +1 -4
  82. package/core/welcome-feed.js +1 -4
  83. package/core/workflow-controls.js +1 -4
  84. package/core/wrench.js +1 -4
  85. package/dist/cjs/metadata-core.js +37 -1
  86. package/dist/es2019/metadata-core.js +37 -1
  87. package/dist/esm/metadata-core.js +37 -1
  88. package/dist/types/metadata-core.d.ts +1 -1
  89. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  90. package/package.json +4 -4
  91. package/svgs/core/beach-umbrella.svg +1 -0
  92. package/svgs/core/gift.svg +1 -0
  93. package/svgs/core/party-popper.svg +1 -0
  94. package/svgs/core/vehicle-airplane.svg +1 -0
package/core/stamp.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f9daf2e600bd9ed9c87b2effc4992bf7>>
3
+ * @codegen <<SignedSource::3d671d708df02d5c64662a13cfb180f1>>
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: "Stamp".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
package/core/sticker.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6117b5ef3160e6ef8549df874d1af3cc>>
3
+ * @codegen <<SignedSource::c8fa221250b83c43ee02d1f495b15234>>
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: "Sticker".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::5bcba8392214b29992c1a496bd3a3d0d>>
3
+ * @codegen <<SignedSource::2458cc90fdf69cad2508de55720a86c7>>
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: "StrokeCurvatureCurved".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::8b0a4c88dc883eed4eaa5967917fb1d7>>
3
+ * @codegen <<SignedSource::9a7dbfd5951107f14ffe906aa3387bb0>>
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: "StrokeCurvatureDynamic".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::ff1f569ee23228e20891ef774d6e8dec>>
3
+ * @codegen <<SignedSource::ec24242435c800ccf2e971e7aafa6a62>>
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: "StrokeCurvatureStraight".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::00ba96752897f83bbb20993e485972ea>>
3
+ * @codegen <<SignedSource::7942c022ff011b48cbc0f374b3fb740d>>
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: "StrokeProperties".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::030a89c3937821ac62cd21772b5aeaab>>
3
+ * @codegen <<SignedSource::36f85912bb187143a18c25ae44fd8f64>>
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: "StrokeStyleDashed".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::cd5d817ba285d3f4987af21cbd6f9509>>
3
+ * @codegen <<SignedSource::22277a47075868b5bd4e3782bbf89507>>
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: "StrokeStyleDotted".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::33839adb265d716c2d3d531d0d19d01f>>
3
+ * @codegen <<SignedSource::2d9e5cba914ce1cb69d6d6bdf1d8bf53>>
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: "StrokeStyleSolid".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
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::091438efa4f445f85b8a24154c484894>>
3
+ * @codegen <<SignedSource::c451c8ad442c84933ffea559125570e1>>
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: "Sunset".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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::6fd975cda10c039dfc938faa8ffad333>>
3
+ * @codegen <<SignedSource::1eb2827ca713b994c27eb7d40822f980>>
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: "Swap".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::f782e2eafc43306f113dc8001b946be4>>
3
+ * @codegen <<SignedSource::3590278b1d7906c55755fcaebacfe624>>
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: "SwitchCase".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
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::86d7e819ac3c507214dc3f2e696d04c1>>
3
+ * @codegen <<SignedSource::5d635d496262f2da623a556fbafb8300>>
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: "Sync".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::fa1939b07e6b5412d66eae9a33c6036b>>
3
+ * @codegen <<SignedSource::996b4d52a832d969de7b2f90462c714f>>
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: "TakeoutContainer".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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::05c5d77ac5bb938cd0bad27499c3ba27>>
3
+ * @codegen <<SignedSource::894a5807339faf92757d052e5e51de05>>
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: "Template".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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::91fc9aa56d14465bf4e78572348b3200>>
3
+ * @codegen <<SignedSource::257417870ecf7c5fa96e72c4b10ae69b>>
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: "Ticket".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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::c9176821476dce82a7cd4f2b3b88be87>>
3
+ * @codegen <<SignedSource::4fd888fa26185b491f5b4e0b64e6b236>>
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: "Tidy".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::94c3fcbd5b6455fa6881b08a7f06d2bd>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const VehicleAirplaneIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default VehicleAirplaneIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ec9b6fe035eac2b5211d73d3559411a5>>
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
+ * ⚠️ 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
+ * Icon: "VehicleAirplane".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: User-selectable icon choice for calendars
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const VehicleAirplaneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m10 3.75 2.5-2.5a1.591 1.591 0 1 1 2.25 2.25L12.25 6l1.5 7.75-2 1.5L9.25 9l-3 2.75.25 2-1.5 1.5-1.5-2.75L.75 11l1.5-1.5 2 .25 2.75-3-6.25-2.5 1.5-2z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ VehicleAirplaneIcon.displayName = 'VehicleAirplaneIcon';
31
+ var _default = exports.default = VehicleAirplaneIcon;
@@ -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::d3678608b8db5681837aa2635d533d98>>
3
+ * @codegen <<SignedSource::35e63d6678cb1c28f0705bc04b80e76a>>
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: "VehicleTrain".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::8d50ffafb893fccb816e2b95ec108eeb>>
3
+ * @codegen <<SignedSource::548521b575da7d4b7b3f62448003cdbb>>
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: "Vulnerability".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
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::30b5ee691b9bf98fccc0f98ad03380ae>>
3
+ * @codegen <<SignedSource::e5b6b49d04569a8e367dd54c6ade696f>>
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: "Wallet".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
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::0c39e6c13a9f5a151bbccba9e7f332b5>>
3
+ * @codegen <<SignedSource::c197550fb50a48183a789c1e46a020dc>>
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: "Webhook".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::e5f63885c42378894d2f765cbd54edfc>>
3
+ * @codegen <<SignedSource::8ee684ab861019fad36f72232603cd8f>>
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: "WelcomeFeed".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::ea83c00121b7ad44d4ac1acc954eda04>>
3
+ * @codegen <<SignedSource::0133331dac28c5ae77b6e6cae001c0a1>>
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: "WorkflowControls".
20
17
  * Category: single-purpose
21
18
  * Location: @atlaskit/icon-lab
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::d3f61c6788fdd6e64a0db1e8c150e1bf>>
3
+ * @codegen <<SignedSource::91e1b53b3dbfffd4adfea00eec4baab8>>
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: "Wrench".
20
17
  * Category: multi-purpose
21
18
  * Location: @atlaskit/icon-lab
@@ -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::a855e3dd5b9a928da883751d8dffcd79>>
12
+ * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -113,6 +113,15 @@ var metadata = {
113
113
  usage: 'Reserved for JSM Assets.',
114
114
  team: 'Assets'
115
115
  },
116
+ 'beach-umbrella': {
117
+ keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'core', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
118
+ componentName: 'BeachUmbrellaIcon',
119
+ package: '@atlaskit/icon-lab/core/beach-umbrella',
120
+ type: 'core',
121
+ categorization: 'multi-purpose',
122
+ usage: 'User-selectable icon choice for calendars',
123
+ team: 'Growth Buy'
124
+ },
116
125
  'book-open': {
117
126
  keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
118
127
  componentName: 'BookOpenIcon',
@@ -263,6 +272,15 @@ var metadata = {
263
272
  usage: 'Multi purpose',
264
273
  team: 'Design System Team'
265
274
  },
275
+ gift: {
276
+ keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
277
+ componentName: 'GiftIcon',
278
+ package: '@atlaskit/icon-lab/core/gift',
279
+ type: 'core',
280
+ categorization: 'multi-purpose',
281
+ usage: 'User-selectable icon choice for calendars',
282
+ team: 'Growth Buy'
283
+ },
266
284
  'group-selection': {
267
285
  keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
268
286
  componentName: 'GroupSelectionIcon',
@@ -363,6 +381,15 @@ var metadata = {
363
381
  usage: 'Multi purpose',
364
382
  team: 'Design System Team'
365
383
  },
384
+ 'party-popper': {
385
+ keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
386
+ componentName: 'PartyPopperIcon',
387
+ package: '@atlaskit/icon-lab/core/party-popper',
388
+ type: 'core',
389
+ categorization: 'multi-purpose',
390
+ usage: 'User-selectable icon choice for calendars',
391
+ team: 'Growth Buy'
392
+ },
366
393
  'qr-code': {
367
394
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'core', 'QR code', 'barcode'],
368
395
  componentName: 'QrCodeIcon',
@@ -673,6 +700,15 @@ var metadata = {
673
700
  usage: 'Tidy up objects on Whiteboards',
674
701
  team: 'Whiteboards'
675
702
  },
703
+ 'vehicle-airplane': {
704
+ keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'core', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
705
+ componentName: 'VehicleAirplaneIcon',
706
+ package: '@atlaskit/icon-lab/core/vehicle-airplane',
707
+ type: 'core',
708
+ categorization: 'multi-purpose',
709
+ usage: 'User-selectable icon choice for calendars',
710
+ team: 'Growth Buy'
711
+ },
676
712
  'vehicle-train': {
677
713
  keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
678
714
  componentName: 'VehicleTrainIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::a855e3dd5b9a928da883751d8dffcd79>>
6
+ * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -107,6 +107,15 @@ const metadata = {
107
107
  usage: 'Reserved for JSM Assets.',
108
108
  team: 'Assets'
109
109
  },
110
+ 'beach-umbrella': {
111
+ keywords: ['beach-umbrella', 'beachumbrella', 'icon', 'icon-lab', 'core', 'vacation', 'beach umbrella', 'sun shade', 'holiday'],
112
+ componentName: 'BeachUmbrellaIcon',
113
+ package: '@atlaskit/icon-lab/core/beach-umbrella',
114
+ type: 'core',
115
+ categorization: 'multi-purpose',
116
+ usage: 'User-selectable icon choice for calendars',
117
+ team: 'Growth Buy'
118
+ },
110
119
  'book-open': {
111
120
  keywords: ['book-open', 'bookopen', 'icon', 'icon-lab', 'core', 'book', 'knowledgebase article'],
112
121
  componentName: 'BookOpenIcon',
@@ -257,6 +266,15 @@ const metadata = {
257
266
  usage: 'Multi purpose',
258
267
  team: 'Design System Team'
259
268
  },
269
+ gift: {
270
+ keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
271
+ componentName: 'GiftIcon',
272
+ package: '@atlaskit/icon-lab/core/gift',
273
+ type: 'core',
274
+ categorization: 'multi-purpose',
275
+ usage: 'User-selectable icon choice for calendars',
276
+ team: 'Growth Buy'
277
+ },
260
278
  'group-selection': {
261
279
  keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
262
280
  componentName: 'GroupSelectionIcon',
@@ -357,6 +375,15 @@ const metadata = {
357
375
  usage: 'Multi purpose',
358
376
  team: 'Design System Team'
359
377
  },
378
+ 'party-popper': {
379
+ keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
380
+ componentName: 'PartyPopperIcon',
381
+ package: '@atlaskit/icon-lab/core/party-popper',
382
+ type: 'core',
383
+ categorization: 'multi-purpose',
384
+ usage: 'User-selectable icon choice for calendars',
385
+ team: 'Growth Buy'
386
+ },
360
387
  'qr-code': {
361
388
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'core', 'QR code', 'barcode'],
362
389
  componentName: 'QrCodeIcon',
@@ -667,6 +694,15 @@ const metadata = {
667
694
  usage: 'Tidy up objects on Whiteboards',
668
695
  team: 'Whiteboards'
669
696
  },
697
+ 'vehicle-airplane': {
698
+ keywords: ['vehicle-airplane', 'vehicleairplane', 'icon', 'icon-lab', 'core', 'plane', 'airplane', 'aeroplane', 'travel', 'vehicle'],
699
+ componentName: 'VehicleAirplaneIcon',
700
+ package: '@atlaskit/icon-lab/core/vehicle-airplane',
701
+ type: 'core',
702
+ categorization: 'multi-purpose',
703
+ usage: 'User-selectable icon choice for calendars',
704
+ team: 'Growth Buy'
705
+ },
670
706
  'vehicle-train': {
671
707
  keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
672
708
  componentName: 'VehicleTrainIcon',