@atlaskit/icon-lab 3.3.0 → 3.4.1
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.
- package/CHANGELOG.md +24 -0
- package/core/align-content-bottom.js +1 -4
- package/core/align-content-center-horizontal.js +1 -4
- package/core/align-content-center-vertical.js +1 -4
- package/core/align-content-left.js +1 -4
- package/core/align-content-right.js +1 -4
- package/core/align-content-top.js +1 -4
- package/core/align-position-bottom.js +1 -4
- package/core/align-position-center-vertical.js +1 -4
- package/core/align-position-top.js +1 -4
- package/core/assets-data-manager.js +1 -4
- package/core/assets-schema.js +1 -4
- package/core/book-open.js +1 -4
- package/core/cloud-offline.js +20 -14
- package/core/cloud-saved.js +20 -14
- package/core/coins.js +1 -4
- package/core/continue-when.js +1 -4
- package/core/cross-octagon.js +1 -4
- package/core/cursor-strikethrough.js +20 -14
- package/core/cursor.js +1 -4
- package/core/database-storage-cache.js +20 -14
- package/core/database-storage.js +1 -4
- package/core/drop-shadow.js +1 -4
- package/core/duplicate.js +1 -4
- package/core/editions.js +1 -4
- package/core/field-text.js +1 -4
- package/core/group-selection.js +1 -4
- package/core/group-ungroup-selection.js +1 -4
- package/core/hand.js +1 -4
- package/core/if-else.js +1 -4
- package/core/incognito.js +1 -4
- package/core/initiative.js +1 -4
- package/core/jira.js +1 -4
- package/core/lozenge.js +1 -4
- package/core/page-live-doc.js +1 -4
- package/core/paint-brush.js +1 -4
- package/core/paint-roller.js +1 -4
- package/core/qr-code.js +1 -4
- package/core/queue-pop-in.d.ts +13 -0
- package/core/queue-pop-in.js +31 -0
- package/core/queue-pop-out.d.ts +13 -0
- package/core/queue-pop-out.js +31 -0
- package/core/roadmaps-plan.js +1 -4
- package/core/roadmaps-service.js +1 -4
- package/core/section.js +1 -4
- package/core/shape-diamond.js +1 -4
- package/core/shape-ellipse.js +1 -4
- package/core/shape-parallelogram-skew-left.js +1 -4
- package/core/shape-parallelogram-skew-right.js +1 -4
- package/core/shape-rectangle-rounded.js +1 -4
- package/core/shape-rectangle.js +1 -4
- package/core/shape-triangle-inverted.js +1 -4
- package/core/shape-triangle.js +1 -4
- package/core/signature.js +1 -4
- package/core/speedometer.js +1 -4
- package/core/split-parallel.js +1 -4
- package/core/stamp.js +1 -4
- package/core/sticker.js +1 -4
- package/core/stroke-curvature-curved.js +1 -4
- package/core/stroke-curvature-dynamic.js +1 -4
- package/core/stroke-curvature-straight.js +1 -4
- package/core/stroke-properties.js +1 -4
- package/core/stroke-style-dashed.js +1 -4
- package/core/stroke-style-dotted.js +1 -4
- package/core/stroke-style-solid.js +1 -4
- package/core/sunset.js +1 -4
- package/core/swap.js +1 -4
- package/core/switch-case.js +1 -4
- package/core/sync.js +1 -4
- package/core/takeout-container.js +1 -4
- package/core/template.js +1 -4
- package/core/ticket.js +1 -4
- package/core/tidy.js +1 -4
- package/core/vehicle-train.js +1 -4
- package/core/vulnerability.js +1 -4
- package/core/wallet.js +1 -4
- package/core/webhook.js +1 -4
- package/core/welcome-feed.js +1 -4
- package/core/workflow-controls.js +1 -4
- package/core/wrench.js +1 -4
- package/dist/cjs/metadata-core.js +19 -1
- package/dist/es2019/metadata-core.js +19 -1
- package/dist/esm/metadata-core.js +19 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
- package/svgs/core/queue-pop-in.svg +1 -0
- package/svgs/core/queue-pop-out.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 3.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#123148](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123148)
|
|
8
|
+
[`cc1e03ba8571e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cc1e03ba8571e) -
|
|
9
|
+
Removes 'Experimental' tag from the description of icons.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 3.4.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#119848](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119848)
|
|
17
|
+
[`7663324edf87e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7663324edf87e) -
|
|
18
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
19
|
+
|
|
20
|
+
### Added:
|
|
21
|
+
|
|
22
|
+
**`@atlaskit/icon-lab/core`**
|
|
23
|
+
|
|
24
|
+
- `queue-pop-in`
|
|
25
|
+
- `queue-pop-out`
|
|
26
|
+
|
|
3
27
|
## 3.3.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::82d5274c790a6f9646a8f1df2befeb75>>
|
|
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: "AlignContentBottom".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::c9cc9c9891eb8208671cab93befcc5e3>>
|
|
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: "AlignContentCenterHorizontal".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::1c290478c86e71cc3941accf24bcc848>>
|
|
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: "AlignContentCenterVertical".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::d9b7bb51efafaf758d76bab681855461>>
|
|
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: "AlignContentLeft".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::ef63601bbc6ca20856255f0d96a3eb01>>
|
|
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: "AlignContentRight".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::a3ef12c59e85d7f94c32ca7a8286465b>>
|
|
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: "AlignContentTop".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::46496ca8c3eaa88ba4c6d81b4df4bc40>>
|
|
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: "AlignPositionBottom".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::6e52db8b4c687eb4700bbd26439e89d0>>
|
|
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: "AlignPositionCenterVertical".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::369a94b366eb4bd5d78af5625b5f4aee>>
|
|
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: "AlignPositionTop".
|
|
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::
|
|
3
|
+
* @codegen <<SignedSource::ba6b3f1893936d24d9e016ad3428ef7b>>
|
|
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: "AssetsDataManager".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/assets-schema.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::
|
|
3
|
+
* @codegen <<SignedSource::fd21ca6afd38c5d04642501fc1a1152f>>
|
|
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: "AssetsSchema".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/book-open.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::7e7f7c9a7d7af5060a632fe92edfa67f>>
|
|
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: "BookOpen".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/cloud-offline.js
CHANGED
|
@@ -3,19 +3,18 @@
|
|
|
3
3
|
* @codegen <<SignedSource::dca96fc11509593e399c2cbf0f2d554e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
'use strict';
|
|
7
7
|
|
|
8
|
-
Object.defineProperty(exports,
|
|
9
|
-
|
|
8
|
+
Object.defineProperty(exports, '__esModule', {
|
|
9
|
+
value: true,
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
|
-
var _react = _interopRequireDefault(require(
|
|
13
|
-
var _baseNew = _interopRequireDefault(require(
|
|
14
|
-
function _interopRequireDefault(e) {
|
|
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
|
+
}
|
|
15
17
|
/**
|
|
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
18
|
* Icon: "CloudOffline".
|
|
20
19
|
* Category: single-purpose
|
|
21
20
|
* Location: @atlaskit/icon-lab
|
|
@@ -23,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
23
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
24
|
*/
|
|
26
|
-
const CloudOfflineIcon = props =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
);
|
|
30
36
|
CloudOfflineIcon.displayName = 'CloudOfflineIcon';
|
|
31
|
-
var _default = exports.default = CloudOfflineIcon;
|
|
37
|
+
var _default = (exports.default = CloudOfflineIcon);
|
package/core/cloud-saved.js
CHANGED
|
@@ -3,19 +3,18 @@
|
|
|
3
3
|
* @codegen <<SignedSource::4fc61c8b2f971ab4ae3af2c75a04b3ef>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
'use strict';
|
|
7
7
|
|
|
8
|
-
Object.defineProperty(exports,
|
|
9
|
-
|
|
8
|
+
Object.defineProperty(exports, '__esModule', {
|
|
9
|
+
value: true,
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
|
-
var _react = _interopRequireDefault(require(
|
|
13
|
-
var _baseNew = _interopRequireDefault(require(
|
|
14
|
-
function _interopRequireDefault(e) {
|
|
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
|
+
}
|
|
15
17
|
/**
|
|
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
18
|
* Icon: "CloudSaved".
|
|
20
19
|
* Category: single-purpose
|
|
21
20
|
* Location: @atlaskit/icon-lab
|
|
@@ -23,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
23
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
24
|
*/
|
|
26
|
-
const CloudSavedIcon = props =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
);
|
|
30
36
|
CloudSavedIcon.displayName = 'CloudSavedIcon';
|
|
31
|
-
var _default = exports.default = CloudSavedIcon;
|
|
37
|
+
var _default = (exports.default = CloudSavedIcon);
|
package/core/coins.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5d24115b9058d6d1bf7a84cc68630855>>
|
|
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: "Coins".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/continue-when.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::
|
|
3
|
+
* @codegen <<SignedSource::0874aa90d7f2a2bcea3cd48068de49ce>>
|
|
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: "ContinueWhen".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/cross-octagon.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::
|
|
3
|
+
* @codegen <<SignedSource::c7b2d79a3b25dfe7ad45279077578263>>
|
|
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: "CrossOctagon".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -3,19 +3,18 @@
|
|
|
3
3
|
* @codegen <<SignedSource::fc58da6123c713c2f81de82453a86de7>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
'use strict';
|
|
7
7
|
|
|
8
|
-
Object.defineProperty(exports,
|
|
9
|
-
|
|
8
|
+
Object.defineProperty(exports, '__esModule', {
|
|
9
|
+
value: true,
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
|
-
var _react = _interopRequireDefault(require(
|
|
13
|
-
var _baseNew = _interopRequireDefault(require(
|
|
14
|
-
function _interopRequireDefault(e) {
|
|
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
|
+
}
|
|
15
17
|
/**
|
|
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
18
|
* Icon: "CursorStrikethrough".
|
|
20
19
|
* Category: multi-purpose
|
|
21
20
|
* Location: @atlaskit/icon-lab
|
|
@@ -23,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
23
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
24
|
*/
|
|
26
|
-
const CursorStrikethroughIcon = props =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
);
|
|
30
36
|
CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
|
|
31
|
-
var _default = exports.default = CursorStrikethroughIcon;
|
|
37
|
+
var _default = (exports.default = CursorStrikethroughIcon);
|
package/core/cursor.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::d6d1505f8665a4196779b6d845189052>>
|
|
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: "Cursor".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -3,19 +3,18 @@
|
|
|
3
3
|
* @codegen <<SignedSource::f13de916afe078fc6538d1f497f5bf46>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
'use strict';
|
|
7
7
|
|
|
8
|
-
Object.defineProperty(exports,
|
|
9
|
-
|
|
8
|
+
Object.defineProperty(exports, '__esModule', {
|
|
9
|
+
value: true,
|
|
10
10
|
});
|
|
11
11
|
exports.default = void 0;
|
|
12
|
-
var _react = _interopRequireDefault(require(
|
|
13
|
-
var _baseNew = _interopRequireDefault(require(
|
|
14
|
-
function _interopRequireDefault(e) {
|
|
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
|
+
}
|
|
15
17
|
/**
|
|
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
18
|
* Icon: "DatabaseStorageCache".
|
|
20
19
|
* Category: multi-purpose
|
|
21
20
|
* Location: @atlaskit/icon-lab
|
|
@@ -23,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
23
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
24
|
*/
|
|
26
|
-
const DatabaseStorageCacheIcon = props =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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
|
+
);
|
|
30
36
|
DatabaseStorageCacheIcon.displayName = 'DatabaseStorageCacheIcon';
|
|
31
|
-
var _default = exports.default = DatabaseStorageCacheIcon;
|
|
37
|
+
var _default = (exports.default = DatabaseStorageCacheIcon);
|
package/core/database-storage.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::
|
|
3
|
+
* @codegen <<SignedSource::cc4be1fe477344d00db571e2009fdd9f>>
|
|
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: "DatabaseStorage".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/drop-shadow.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::
|
|
3
|
+
* @codegen <<SignedSource::94b79c5e96ccd2b8ca40cf36a8d1ccb4>>
|
|
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: "DropShadow".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/duplicate.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::6b9bf5c6a90d4534b100f4cd72de88e2>>
|
|
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: "Duplicate".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/editions.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::da8a604efd3763dc6acafff3329b208c>>
|
|
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: "Editions".
|
|
20
17
|
* Category: single-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
package/core/field-text.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::
|
|
3
|
+
* @codegen <<SignedSource::d1db2b4d3bf042c94c825a402d026e3d>>
|
|
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: "FieldText".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|