@atlaskit/icon-lab 4.0.0 → 4.2.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.
- package/CHANGELOG.md +37 -0
- package/core/beach-umbrella.js +5 -2
- package/core/calculate.d.ts +13 -0
- package/core/calculate.js +28 -0
- package/core/cloud-offline.js +21 -12
- package/core/cloud-saved.js +21 -12
- package/core/cursor-strikethrough.js +21 -12
- package/core/database-storage-cache.js +21 -12
- package/core/divider-element.js +5 -2
- package/core/dock-toolbar-top.d.ts +13 -0
- package/core/dock-toolbar-top.js +28 -0
- package/core/expand-element.js +5 -2
- package/core/gift.js +5 -2
- package/core/party-popper.js +5 -2
- package/core/queue-pop-in.js +5 -2
- package/core/queue-pop-out.js +5 -2
- package/core/sort-options.d.ts +13 -0
- package/core/sort-options.js +28 -0
- package/core/vehicle-airplane.js +5 -2
- package/core/view-type-board-home.d.ts +13 -0
- package/core/view-type-board-home.js +28 -0
- package/core/view-type-card-home.d.ts +13 -0
- package/core/view-type-card-home.js +28 -0
- package/core/view-type-table-home.d.ts +13 -0
- package/core/view-type-table-home.js +28 -0
- package/dist/cjs/metadata-core.js +56 -1
- package/dist/es2019/metadata-core.js +56 -1
- package/dist/esm/metadata-core.js +56 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/divider-element.svg +3 -0
- package/package.json +4 -4
- package/svgs/core/calculate.svg +1 -0
- package/svgs/core/dock-toolbar-top.svg +1 -0
- package/svgs/core/sort-options.svg +1 -0
- package/svgs/core/view-type-board-home.svg +1 -0
- package/svgs/core/view-type-card-home.svg +1 -0
- package/svgs/core/view-type-table-home.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#128651](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/128651)
|
|
8
|
+
[`c4f1582cdbfc4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4f1582cdbfc4) -
|
|
9
|
+
This release adds and updates icons in `@atlaskit/icon-lab`
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `dock-toolbar-top`
|
|
16
|
+
|
|
17
|
+
## 4.1.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
|
|
22
|
+
[`5c63d1779fdbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c63d1779fdbf) -
|
|
23
|
+
[ux] This release adds icons in `@atlaskit/icon-lab`.
|
|
24
|
+
|
|
25
|
+
**`@atlaskit/icon-lab/core`**
|
|
26
|
+
|
|
27
|
+
- `calculate`
|
|
28
|
+
- `sort-options`
|
|
29
|
+
|
|
30
|
+
- [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
|
|
31
|
+
[`742b8b3cf643e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/742b8b3cf643e) -
|
|
32
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
33
|
+
|
|
34
|
+
**`@atlaskit/icon-lab/core`**
|
|
35
|
+
|
|
36
|
+
- `view-type-board-home`
|
|
37
|
+
- `view-type-card-home`
|
|
38
|
+
- `view-type-table-home`
|
|
39
|
+
|
|
3
40
|
## 4.0.0
|
|
4
41
|
|
|
5
42
|
### Major Changes
|
package/core/beach-umbrella.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::36ff169c5f79f90a46cd82bcec1743c5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "BeachUmbrella".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const BeachUmbrellaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
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"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
BeachUmbrellaIcon.displayName = 'BeachUmbrellaIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e6cd927d82dc8ffe6995d832809e4c6b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const CalculateIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CalculateIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c56c230a12c67a383718da986206fb61>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "Calculate".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Calculate for databases
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const CalculateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4 1v3m0 3V4m0 0h3M4 4H1m.5 6 2.25 2.25m0 0L6 14.5m-2.25-2.25L6 10m-2.25 2.25L1.5 14.5M9 4h6m-6 8h6"/><circle cx="12" cy="9.5" r=".75" fill="currentcolor"/><circle cx="12" cy="14.5" r=".75" fill="currentcolor"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
CalculateIcon.displayName = 'CalculateIcon';
|
|
28
|
+
var _default = exports.default = CalculateIcon;
|
package/core/cloud-offline.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
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
18
|
* Icon: "CloudOffline".
|
|
17
19
|
* Category: single-purpose
|
|
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
|
23
|
-
const CloudOfflineIcon = props =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
+
);
|
|
27
36
|
CloudOfflineIcon.displayName = 'CloudOfflineIcon';
|
|
28
|
-
var _default = exports.default = CloudOfflineIcon;
|
|
37
|
+
var _default = (exports.default = CloudOfflineIcon);
|
package/core/cloud-saved.js
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
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
18
|
* Icon: "CloudSaved".
|
|
17
19
|
* Category: single-purpose
|
|
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
|
23
|
-
const CloudSavedIcon = props =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
+
);
|
|
27
36
|
CloudSavedIcon.displayName = 'CloudSavedIcon';
|
|
28
|
-
var _default = exports.default = CloudSavedIcon;
|
|
37
|
+
var _default = (exports.default = CloudSavedIcon);
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
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
18
|
* Icon: "CursorStrikethrough".
|
|
17
19
|
* Category: multi-purpose
|
|
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
|
23
|
-
const CursorStrikethroughIcon = props =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
+
);
|
|
27
36
|
CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
|
|
28
|
-
var _default = exports.default = CursorStrikethroughIcon;
|
|
37
|
+
var _default = (exports.default = CursorStrikethroughIcon);
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
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
18
|
* Icon: "DatabaseStorageCache".
|
|
17
19
|
* Category: multi-purpose
|
|
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
20
22
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
23
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
24
|
*/
|
|
23
|
-
const DatabaseStorageCacheIcon = props =>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
+
);
|
|
27
36
|
DatabaseStorageCacheIcon.displayName = 'DatabaseStorageCacheIcon';
|
|
28
|
-
var _default = exports.default = DatabaseStorageCacheIcon;
|
|
37
|
+
var _default = (exports.default = DatabaseStorageCacheIcon);
|
package/core/divider-element.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::04b40bbf6dfc4ed6703c2caff8cc0109>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "DividerElement".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const DividerElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
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"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
DividerElementIcon.displayName = 'DividerElementIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b4f210954681a7c77fcad3fec4d24ec6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DockToolbarTopIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DockToolbarTopIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4ecfaa2a7affab0b723faa26877e5072>>
|
|
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: "DockToolbarTop".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for docking a toolbar to the top of a 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 DockToolbarTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DockToolbarTopIcon.displayName = 'DockToolbarTopIcon';
|
|
28
|
+
var _default = exports.default = DockToolbarTopIcon;
|
package/core/expand-element.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::31410acdaa264597f2ed4ef56bca7473>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "ExpandElement".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const ExpandElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
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"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
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::
|
|
3
|
+
* @codegen <<SignedSource::ad65d606c0a5750098739cff20d3a679>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "Gift".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const GiftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
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"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
GiftIcon.displayName = 'GiftIcon';
|
package/core/party-popper.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::8b19c2dabb037e04e41417008b3ec732>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "PartyPopper".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const PartyPopperIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="m8 2 .232.232a2.5 2.5 0 0 1 0 3.536L6.75 7.25m8.5-.5-.232-.232a2.5 2.5 0 0 0-3.536 0L10.5 7.5m1-5.75H13m.5 7.5H15M4 1.75h1.5M2.938 7.687.842 13.971a.938.938 0 0 0 1.186 1.186l6.284-2.094M2.937 7.687 3.68 5.46a.625.625 0 0 1 1.035-.244l6.07 6.07a.625.625 0 0 1-.244 1.035l-2.228.742M2.937 7.688l5.376 5.376"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
PartyPopperIcon.displayName = 'PartyPopperIcon';
|
package/core/queue-pop-in.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::00cca53c284eb95555e6b65ce51878b0>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "QueuePopIn".
|
|
17
20
|
* Category: single-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const QueuePopInIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.75"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 6.5v4.25H9.5m-.75-3.5L5.5 10.5M14 7.25c.69 0 1.25-.56 1.25-1.25V2c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25z"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
QueuePopInIcon.displayName = 'QueuePopInIcon';
|
package/core/queue-pop-out.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::ea66403671ba0439e5d789f0c6dd9536>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "QueuePopOut".
|
|
17
20
|
* Category: single-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const QueuePopOutIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.25 14.25V9c0-.69-.56-1.25-1.25-1.25H1.75M14.25 6V1.75H10M9.5 6.5 14 2"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
QueuePopOutIcon.displayName = 'QueuePopOutIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::fe3771fffe52eec484183d9aab2230d9>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const SortOptionsIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default SortOptionsIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1bd4b779748fcddb570b8a9af27db65c>>
|
|
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: "SortOptions".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for accessing sorting options.
|
|
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 SortOptionsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 11 3.25 3.25L14.5 11m-13-6 3.25-3.25L8 5m3.25-3v11.75m-6.5.25V2.25"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
SortOptionsIcon.displayName = 'SortOptionsIcon';
|
|
28
|
+
var _default = exports.default = SortOptionsIcon;
|
package/core/vehicle-airplane.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::ec9b6fe035eac2b5211d73d3559411a5>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,6 +13,9 @@ 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
|
+
*
|
|
16
19
|
* Icon: "VehicleAirplane".
|
|
17
20
|
* Category: multi-purpose
|
|
18
21
|
* Location: @atlaskit/icon-lab
|
|
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
25
|
*/
|
|
23
26
|
const VehicleAirplaneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path
|
|
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"/>`
|
|
25
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
29
|
}, props));
|
|
27
30
|
VehicleAirplaneIcon.displayName = 'VehicleAirplaneIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9de1e6e57834a3a3d02c87f78079e144>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ViewTypeBoardHomeIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ViewTypeBoardHomeIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8438483a61bc9e28850a7b0d28ce2a0b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "ViewTypeBoardHome".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Home view for database board layout
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const ViewTypeBoardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<mask id="mask0_39345_9427" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9427)"><path stroke="currentcolor" stroke-width="1.5" d="M5.583 2.75H2C1.31 2.75.75 3.31.75 4v8c0 .69.56 1.25 1.25 1.25h3.583m0-10.5v10.5m0-10.5h4.834m-4.834 10.5h4.834m0-10.5H14c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25h-3.583m0-10.5v10.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
ViewTypeBoardHomeIcon.displayName = 'ViewTypeBoardHomeIcon';
|
|
28
|
+
var _default = exports.default = ViewTypeBoardHomeIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::50a2280d1bf7452ef7a6aaf682d350ca>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ViewTypeCardHomeIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ViewTypeCardHomeIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0084b89b3e6f45e5eb3b0fb8c8a8c08c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "ViewTypeCardHome".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Home view for database card layout
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const ViewTypeCardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<mask id="mask0_39345_9442" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9442)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H3c-.69 0-1.25.56-1.25 1.25v5M8 1.75h5c.69 0 1.25.56 1.25 1.25v5M8 1.75v12.5m0 0h5c.69 0 1.25-.56 1.25-1.25V8M8 14.25H3c-.69 0-1.25-.56-1.25-1.25V8m0 0h12.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
ViewTypeCardHomeIcon.displayName = 'ViewTypeCardHomeIcon';
|
|
28
|
+
var _default = exports.default = ViewTypeCardHomeIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::cec06b5d36f8383985d7048075c2426f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ViewTypeTableHomeIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ViewTypeTableHomeIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::45f70afb8a7b81386386352ff9efbb4f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* Icon: "ViewTypeTableHome".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Home view for database table layout
|
|
20
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
|
+
*/
|
|
23
|
+
const ViewTypeTableHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<mask id="mask0_39345_9457" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9457)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.75H2C1.31 2.75.75 3.31.75 4v4m5-5.25H14c.69 0 1.25.56 1.25 1.25v4m-9.5-5.25v10.5m0 0H14c.69 0 1.25-.56 1.25-1.25V8m-9.5 5.25H2c-.69 0-1.25-.56-1.25-1.25V8m0 0h14.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
ViewTypeTableHomeIcon.displayName = 'ViewTypeTableHomeIcon';
|
|
28
|
+
var _default = exports.default = ViewTypeTableHomeIcon;
|
|
@@ -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::
|
|
12
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -131,6 +131,15 @@ var metadata = {
|
|
|
131
131
|
usage: 'Known uses: None',
|
|
132
132
|
team: 'Design System Team'
|
|
133
133
|
},
|
|
134
|
+
calculate: {
|
|
135
|
+
keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
|
|
136
|
+
componentName: 'CalculateIcon',
|
|
137
|
+
package: '@atlaskit/icon-lab/core/calculate',
|
|
138
|
+
type: 'core',
|
|
139
|
+
categorization: 'single-purpose',
|
|
140
|
+
usage: 'Calculate for databases',
|
|
141
|
+
team: 'Databases'
|
|
142
|
+
},
|
|
134
143
|
'cloud-offline': {
|
|
135
144
|
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
136
145
|
componentName: 'CloudOfflineIcon',
|
|
@@ -225,6 +234,16 @@ var metadata = {
|
|
|
225
234
|
team: 'editor-design',
|
|
226
235
|
slackChannel: '#editor-controls-project'
|
|
227
236
|
},
|
|
237
|
+
'dock-toolbar-top': {
|
|
238
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
239
|
+
componentName: 'DockToolbarTopIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
244
|
+
team: 'Editor-design',
|
|
245
|
+
slackChannel: '#Editor-design'
|
|
246
|
+
},
|
|
228
247
|
'drop-shadow': {
|
|
229
248
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
230
249
|
componentName: 'DropShadowIcon',
|
|
@@ -527,6 +546,15 @@ var metadata = {
|
|
|
527
546
|
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
528
547
|
team: 'Whiteboards'
|
|
529
548
|
},
|
|
549
|
+
'sort-options': {
|
|
550
|
+
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
551
|
+
componentName: 'SortOptionsIcon',
|
|
552
|
+
package: '@atlaskit/icon-lab/core/sort-options',
|
|
553
|
+
type: 'core',
|
|
554
|
+
categorization: 'single-purpose',
|
|
555
|
+
usage: 'Reserved for accessing sorting options.',
|
|
556
|
+
team: 'Databases'
|
|
557
|
+
},
|
|
530
558
|
speedometer: {
|
|
531
559
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
532
560
|
componentName: 'SpeedometerIcon',
|
|
@@ -718,6 +746,33 @@ var metadata = {
|
|
|
718
746
|
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
719
747
|
team: 'Design System Team'
|
|
720
748
|
},
|
|
749
|
+
'view-type-board-home': {
|
|
750
|
+
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
|
|
751
|
+
componentName: 'ViewTypeBoardHomeIcon',
|
|
752
|
+
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
753
|
+
type: 'core',
|
|
754
|
+
categorization: 'single-purpose',
|
|
755
|
+
usage: 'Home view for database board layout',
|
|
756
|
+
team: 'Databases'
|
|
757
|
+
},
|
|
758
|
+
'view-type-card-home': {
|
|
759
|
+
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
|
|
760
|
+
componentName: 'ViewTypeCardHomeIcon',
|
|
761
|
+
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
762
|
+
type: 'core',
|
|
763
|
+
categorization: 'single-purpose',
|
|
764
|
+
usage: 'Home view for database card layout',
|
|
765
|
+
team: 'Databases'
|
|
766
|
+
},
|
|
767
|
+
'view-type-table-home': {
|
|
768
|
+
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
|
|
769
|
+
componentName: 'ViewTypeTableHomeIcon',
|
|
770
|
+
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
771
|
+
type: 'core',
|
|
772
|
+
categorization: 'single-purpose',
|
|
773
|
+
usage: 'Home view for database table layout',
|
|
774
|
+
team: 'Databases'
|
|
775
|
+
},
|
|
721
776
|
vulnerability: {
|
|
722
777
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
723
778
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -125,6 +125,15 @@ const metadata = {
|
|
|
125
125
|
usage: 'Known uses: None',
|
|
126
126
|
team: 'Design System Team'
|
|
127
127
|
},
|
|
128
|
+
calculate: {
|
|
129
|
+
keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
|
|
130
|
+
componentName: 'CalculateIcon',
|
|
131
|
+
package: '@atlaskit/icon-lab/core/calculate',
|
|
132
|
+
type: 'core',
|
|
133
|
+
categorization: 'single-purpose',
|
|
134
|
+
usage: 'Calculate for databases',
|
|
135
|
+
team: 'Databases'
|
|
136
|
+
},
|
|
128
137
|
'cloud-offline': {
|
|
129
138
|
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
130
139
|
componentName: 'CloudOfflineIcon',
|
|
@@ -219,6 +228,16 @@ const metadata = {
|
|
|
219
228
|
team: 'editor-design',
|
|
220
229
|
slackChannel: '#editor-controls-project'
|
|
221
230
|
},
|
|
231
|
+
'dock-toolbar-top': {
|
|
232
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
233
|
+
componentName: 'DockToolbarTopIcon',
|
|
234
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
235
|
+
type: 'core',
|
|
236
|
+
categorization: 'single-purpose',
|
|
237
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
238
|
+
team: 'Editor-design',
|
|
239
|
+
slackChannel: '#Editor-design'
|
|
240
|
+
},
|
|
222
241
|
'drop-shadow': {
|
|
223
242
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
224
243
|
componentName: 'DropShadowIcon',
|
|
@@ -521,6 +540,15 @@ const metadata = {
|
|
|
521
540
|
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
522
541
|
team: 'Whiteboards'
|
|
523
542
|
},
|
|
543
|
+
'sort-options': {
|
|
544
|
+
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
545
|
+
componentName: 'SortOptionsIcon',
|
|
546
|
+
package: '@atlaskit/icon-lab/core/sort-options',
|
|
547
|
+
type: 'core',
|
|
548
|
+
categorization: 'single-purpose',
|
|
549
|
+
usage: 'Reserved for accessing sorting options.',
|
|
550
|
+
team: 'Databases'
|
|
551
|
+
},
|
|
524
552
|
speedometer: {
|
|
525
553
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
526
554
|
componentName: 'SpeedometerIcon',
|
|
@@ -712,6 +740,33 @@ const metadata = {
|
|
|
712
740
|
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
713
741
|
team: 'Design System Team'
|
|
714
742
|
},
|
|
743
|
+
'view-type-board-home': {
|
|
744
|
+
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
|
|
745
|
+
componentName: 'ViewTypeBoardHomeIcon',
|
|
746
|
+
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
747
|
+
type: 'core',
|
|
748
|
+
categorization: 'single-purpose',
|
|
749
|
+
usage: 'Home view for database board layout',
|
|
750
|
+
team: 'Databases'
|
|
751
|
+
},
|
|
752
|
+
'view-type-card-home': {
|
|
753
|
+
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
|
|
754
|
+
componentName: 'ViewTypeCardHomeIcon',
|
|
755
|
+
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
756
|
+
type: 'core',
|
|
757
|
+
categorization: 'single-purpose',
|
|
758
|
+
usage: 'Home view for database card layout',
|
|
759
|
+
team: 'Databases'
|
|
760
|
+
},
|
|
761
|
+
'view-type-table-home': {
|
|
762
|
+
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
|
|
763
|
+
componentName: 'ViewTypeTableHomeIcon',
|
|
764
|
+
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
765
|
+
type: 'core',
|
|
766
|
+
categorization: 'single-purpose',
|
|
767
|
+
usage: 'Home view for database table layout',
|
|
768
|
+
team: 'Databases'
|
|
769
|
+
},
|
|
715
770
|
vulnerability: {
|
|
716
771
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
717
772
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -125,6 +125,15 @@ var metadata = {
|
|
|
125
125
|
usage: 'Known uses: None',
|
|
126
126
|
team: 'Design System Team'
|
|
127
127
|
},
|
|
128
|
+
calculate: {
|
|
129
|
+
keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
|
|
130
|
+
componentName: 'CalculateIcon',
|
|
131
|
+
package: '@atlaskit/icon-lab/core/calculate',
|
|
132
|
+
type: 'core',
|
|
133
|
+
categorization: 'single-purpose',
|
|
134
|
+
usage: 'Calculate for databases',
|
|
135
|
+
team: 'Databases'
|
|
136
|
+
},
|
|
128
137
|
'cloud-offline': {
|
|
129
138
|
keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
|
|
130
139
|
componentName: 'CloudOfflineIcon',
|
|
@@ -219,6 +228,16 @@ var metadata = {
|
|
|
219
228
|
team: 'editor-design',
|
|
220
229
|
slackChannel: '#editor-controls-project'
|
|
221
230
|
},
|
|
231
|
+
'dock-toolbar-top': {
|
|
232
|
+
keywords: ['dock-toolbar-top', 'docktoolbartop', 'icon', 'icon-lab', 'core', 'dock to top', 'fix to top', 'pin to top'],
|
|
233
|
+
componentName: 'DockToolbarTopIcon',
|
|
234
|
+
package: '@atlaskit/icon-lab/core/dock-toolbar-top',
|
|
235
|
+
type: 'core',
|
|
236
|
+
categorization: 'single-purpose',
|
|
237
|
+
usage: 'Reserved for docking a toolbar to the top of a page',
|
|
238
|
+
team: 'Editor-design',
|
|
239
|
+
slackChannel: '#Editor-design'
|
|
240
|
+
},
|
|
222
241
|
'drop-shadow': {
|
|
223
242
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
224
243
|
componentName: 'DropShadowIcon',
|
|
@@ -521,6 +540,15 @@ var metadata = {
|
|
|
521
540
|
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
522
541
|
team: 'Whiteboards'
|
|
523
542
|
},
|
|
543
|
+
'sort-options': {
|
|
544
|
+
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
545
|
+
componentName: 'SortOptionsIcon',
|
|
546
|
+
package: '@atlaskit/icon-lab/core/sort-options',
|
|
547
|
+
type: 'core',
|
|
548
|
+
categorization: 'single-purpose',
|
|
549
|
+
usage: 'Reserved for accessing sorting options.',
|
|
550
|
+
team: 'Databases'
|
|
551
|
+
},
|
|
524
552
|
speedometer: {
|
|
525
553
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
526
554
|
componentName: 'SpeedometerIcon',
|
|
@@ -712,6 +740,33 @@ var metadata = {
|
|
|
712
740
|
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
713
741
|
team: 'Design System Team'
|
|
714
742
|
},
|
|
743
|
+
'view-type-board-home': {
|
|
744
|
+
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
|
|
745
|
+
componentName: 'ViewTypeBoardHomeIcon',
|
|
746
|
+
package: '@atlaskit/icon-lab/core/view-type-board-home',
|
|
747
|
+
type: 'core',
|
|
748
|
+
categorization: 'single-purpose',
|
|
749
|
+
usage: 'Home view for database board layout',
|
|
750
|
+
team: 'Databases'
|
|
751
|
+
},
|
|
752
|
+
'view-type-card-home': {
|
|
753
|
+
keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
|
|
754
|
+
componentName: 'ViewTypeCardHomeIcon',
|
|
755
|
+
package: '@atlaskit/icon-lab/core/view-type-card-home',
|
|
756
|
+
type: 'core',
|
|
757
|
+
categorization: 'single-purpose',
|
|
758
|
+
usage: 'Home view for database card layout',
|
|
759
|
+
team: 'Databases'
|
|
760
|
+
},
|
|
761
|
+
'view-type-table-home': {
|
|
762
|
+
keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
|
|
763
|
+
componentName: 'ViewTypeTableHomeIcon',
|
|
764
|
+
package: '@atlaskit/icon-lab/core/view-type-table-home',
|
|
765
|
+
type: 'core',
|
|
766
|
+
categorization: 'single-purpose',
|
|
767
|
+
usage: 'Home view for database table layout',
|
|
768
|
+
team: 'Databases'
|
|
769
|
+
},
|
|
715
770
|
vulnerability: {
|
|
716
771
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
|
|
717
772
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::ddb6001562b8cd2a0fb889a0aa3e5751>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.25 15L13.25 12.5C13.25 11.8096 12.6904 11.25 12 11.25H4C3.30964 11.25 2.75 11.8096 2.75 12.5L2.75 15M0 8H16M2.75 1C2.75 1.34306 2.75 2.54795 2.75 3.50054C2.75 4.1909 3.30964 4.75 4 4.75H12C12.6904 4.75 13.25 4.19036 13.25 3.5C13.25 2.66667 13.25 1.83333 13.25 1" stroke="#44546F" stroke-width="1.5"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"@atlaskit/code": "^16.0.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
|
-
"@atlaskit/modal-dialog": "^13.
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
48
|
+
"@atlaskit/modal-dialog": "^13.4.0",
|
|
49
|
+
"@atlaskit/primitives": "^14.2.0",
|
|
50
50
|
"@atlaskit/ssr": "^0.4.0",
|
|
51
51
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^4.
|
|
52
|
+
"@atlaskit/tokens": "^4.5.0",
|
|
53
53
|
"@atlaskit/tooltip": "^20.0.0",
|
|
54
54
|
"@compiled/react": "^0.18.2",
|
|
55
55
|
"@testing-library/react": "^13.4.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><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"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 11 3.25 3.25L14.5 11m-13-6 3.25-3.25L8 5m3.25-3v11.75m-6.5.25V2.25"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9427" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9427)"><path stroke="currentcolor" stroke-width="1.5" d="M5.583 2.75H2C1.31 2.75.75 3.31.75 4v8c0 .69.56 1.25 1.25 1.25h3.583m0-10.5v10.5m0-10.5h4.834m-4.834 10.5h4.834m0-10.5H14c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25h-3.583m0-10.5v10.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9442" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9442)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H3c-.69 0-1.25.56-1.25 1.25v5M8 1.75h5c.69 0 1.25.56 1.25 1.25v5M8 1.75v12.5m0 0h5c.69 0 1.25-.56 1.25-1.25V8M8 14.25H3c-.69 0-1.25-.56-1.25-1.25V8m0 0h12.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9457" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9457)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.75H2C1.31 2.75.75 3.31.75 4v4m5-5.25H14c.69 0 1.25.56 1.25 1.25v4m-9.5-5.25v10.5m0 0H14c.69 0 1.25-.56 1.25-1.25V8m-9.5 5.25H2c-.69 0-1.25-.56-1.25-1.25V8m0 0h14.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>
|