@atlaskit/icon-lab 5.9.0 → 5.10.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 +33 -0
- package/core/arrow-end.d.ts +13 -0
- package/core/arrow-end.js +29 -0
- package/core/arrow-start.d.ts +13 -0
- package/core/arrow-start.js +29 -0
- package/core/assets-data-manager.js +2 -2
- package/core/assets-graph.js +2 -2
- package/core/dash-double.d.ts +13 -0
- package/core/dash-double.js +29 -0
- package/core/directory.d.ts +13 -0
- package/core/directory.js +29 -0
- package/core/skill.d.ts +13 -0
- package/core/skill.js +29 -0
- package/core/skip-unskip.d.ts +13 -0
- package/core/skip-unskip.js +29 -0
- package/core/skip.d.ts +13 -0
- package/core/skip.js +29 -0
- package/dist/cjs/metadata-core.js +74 -1
- package/dist/es2019/metadata-core.js +74 -1
- package/dist/esm/metadata-core.js +74 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/arrow-end.svg +1 -0
- package/svgs/core/arrow-start.svg +1 -0
- package/svgs/core/assets-data-manager.svg +1 -1
- package/svgs/core/assets-graph.svg +1 -1
- package/svgs/core/dash-double.svg +1 -0
- package/svgs/core/directory.svg +1 -0
- package/svgs/core/skill.svg +1 -0
- package/svgs/core/skip-unskip.svg +1 -0
- package/svgs/core/skip.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ad4aa556627d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4aa556627d5) -
|
|
8
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
9
|
+
|
|
10
|
+
### Added:
|
|
11
|
+
|
|
12
|
+
**`@atlaskit/icon-lab/core`**
|
|
13
|
+
|
|
14
|
+
- `arrow-end`
|
|
15
|
+
- `arrow-start`
|
|
16
|
+
- `dash-double`
|
|
17
|
+
- `directory`
|
|
18
|
+
- `skill`
|
|
19
|
+
- `skip-unskip`
|
|
20
|
+
- `skip`
|
|
21
|
+
|
|
22
|
+
- [`ad4aa556627d5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad4aa556627d5) -
|
|
23
|
+
This release updates icons in `@atlaskit/icon-lab`.
|
|
24
|
+
|
|
25
|
+
### Updated:
|
|
26
|
+
|
|
27
|
+
**`@atlaskit/icon-lab/core`**
|
|
28
|
+
|
|
29
|
+
- `assets-data-manager`
|
|
30
|
+
- `assets-graph`
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
|
|
3
36
|
## 5.9.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f119953ffc891fc4b8056c2a06032d10>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ArrowEndIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ArrowEndIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d15059710d4ca38ca2da5256bffaa122>>
|
|
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: "ArrowEnd".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Used for moving an object to the back or ending of a container, moving a column to last position
|
|
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 ArrowEndIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ArrowEndIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.78 7.47a.75.75 0 0 1 0 1.06l-4.5 4.5-1.06-1.06 3.22-3.22H0v-1.5h10.44L7.22 4.03l1.06-1.06zM16 3v10h-1.5V3z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ArrowEndIcon.displayName = 'ArrowEndIcon';
|
|
29
|
+
var _default = exports.default = ArrowEndIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6632b6507a3b563e82990ae8fe41916f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ArrowStartIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ArrowStartIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::12ef97221cd596774a0c7758f7a48084>>
|
|
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: "ArrowStart".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Used for moving an object to the front or beginning of a container, moving a column to first position
|
|
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 ArrowStartIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ArrowStartIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M8.78 4.03 5.56 7.25H16v1.5H5.56l3.22 3.22-1.06 1.06-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5zM1.5 3v10H0V3z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ArrowStartIcon.displayName = 'ArrowStartIcon';
|
|
29
|
+
var _default = exports.default = ArrowStartIcon;
|
|
@@ -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::c8e15f1c483c7ba38f6c8ff3b316f468>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
22
22
|
*/
|
|
23
23
|
const AssetsDataManagerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
24
|
name: "AssetsDataManagerIcon",
|
|
25
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7.25 12V4a.5.5 0 0 0-.5-.5h-2V2h2a2 2 0 0 1 2 2v3.25h2.5v1.5h-2.5V12a2 2 0 0 1-2 2h-2v-1.5h2a.5.5 0 0 0 .5-.5"/><path fill="currentcolor" d="M13.25 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5M2.75 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5m0 12a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/>`
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props));
|
|
28
28
|
AssetsDataManagerIcon.displayName = 'AssetsDataManagerIcon';
|
package/core/assets-graph.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::a128432aba3d4deb725c4d0760aebb99>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
22
22
|
*/
|
|
23
23
|
const AssetsGraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
24
|
name: "AssetsGraphIcon",
|
|
25
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m12.78 4.28-1.833 1.832a3.5 3.5 0 0 1 0 3.775l1.833 1.833-1.06 1.06-1.833-1.833a3.5 3.5 0 0 1-3.775 0L4.28 12.78l-1.06-1.06 1.832-1.833a3.5 3.5 0 0 1 0-3.775L3.22 4.28l1.06-1.06 1.832 1.832a3.5 3.5 0 0 1 3.775 0L11.72 3.22zM9.414 6.586a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828"/><path fill="currentcolor" d="M11.73.73a2.5 2.5 0 1 1 3.54 3.54A2.5 2.5 0 0 1 11.73.73m2.48 1.06A1 1 0 1 0 12.8 3.2a1 1 0 0 0 1.41-1.41m-2.48 9.94a2.5 2.5 0 1 1 3.54 3.53 2.5 2.5 0 0 1-3.54-3.53m2.48 1.06a1 1 0 1 0-1.41 1.41 1 1 0 0 0 1.41-1.41M.73.73a2.5 2.5 0 1 1 3.54 3.54A2.5 2.5 0 0 1 .73.73m2.48 1.06A1 1 0 1 0 1.8 3.2a1 1 0 0 0 1.41-1.41M.73 11.73a2.5 2.5 0 1 1 3.54 3.53 2.5 2.5 0 0 1-3.54-3.53m2.48 1.06A1 1 0 1 0 1.8 14.2a1 1 0 0 0 1.41-1.41"/>`
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props));
|
|
28
28
|
AssetsGraphIcon.displayName = 'AssetsGraphIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a00908b3ae7a366af2f0787bbcfc8d6f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DashDoubleIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DashDoubleIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e68b4626973b4a3a547cddd5ff3f0264>>
|
|
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: "DashDouble".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: representing no change or keeping a value as-is.
|
|
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 DashDoubleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DashDoubleIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7 7.25v1.5H1v-1.5zm8 0v1.5H9v-1.5z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DashDoubleIcon.displayName = 'DashDoubleIcon';
|
|
29
|
+
var _default = exports.default = DashDoubleIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::00cd18dd4d13fbdcf4c92b26e9387924>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DirectoryIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DirectoryIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7d11389b750682e0de90d91a7c338943>>
|
|
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: "Directory".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for directory experiences.
|
|
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 DirectoryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DirectoryIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13 3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 3v10a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zm1.5 10a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-1.5H0V10h1.5V6H0V4.5h1.5V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M8.75 9a2 2 0 0 1 2 2v.25A.75.75 0 0 1 10 12H6a.75.75 0 0 1-.75-.75V11a2 2 0 0 1 2-2zM8 4.5A1.75 1.75 0 1 1 8 8a1.75 1.75 0 0 1 0-3.5"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DirectoryIcon.displayName = 'DirectoryIcon';
|
|
29
|
+
var _default = exports.default = DirectoryIcon;
|
package/core/skill.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::99da70c74a903942062e3156534e7934>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const SkillIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default SkillIcon;
|
package/core/skill.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a094e46648e7c203d266148a7c03a503>>
|
|
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: "Skill".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.
|
|
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 SkillIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "SkillIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="m11.11 4.934-5 7-1.22-.871 5-7z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
SkillIcon.displayName = 'SkillIcon';
|
|
29
|
+
var _default = exports.default = SkillIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e301ec8e9842d95c79bb19827747d4c5>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const SkipUnskipIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default SkipUnskipIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::56c57f944fa7bbe4c1f7a5937e0cdaee>>
|
|
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: "SkipUnskip".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for reinstating a previously skipped step.
|
|
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 SkipUnskipIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "SkipUnskipIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7.34 10.53A.5.5 0 0 0 7 11v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .47-.34l1.09 1.09c-.37.46-.93.76-1.56.76h-1a2 2 0 0 1-2-2v-1c0-.63.3-1.2.75-1.56zM2.96 6.14a6.47 6.47 0 0 0-1.46 4.11V11H0v-.75c0-1.97.71-3.78 1.9-5.17zM8 2.25a7.99 7.99 0 0 1 6.5 3.34V2.5H16v4.75a.75.75 0 0 1-.75.75h-4.07l-.68-.68V6.5h2.81a6.49 6.49 0 0 0-6.3-2.67L5.75 2.57A8 8 0 0 1 8 2.25m7.53 12.22-1.06 1.06-14-14L1.53.47z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
SkipUnskipIcon.displayName = 'SkipUnskipIcon';
|
|
29
|
+
var _default = exports.default = SkipUnskipIcon;
|
package/core/skip.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e90511a441553e52d11a4a7ef4ec1b3e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const SkipIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default SkipIcon;
|
package/core/skip.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5e7b8c9124d6377af5f062e3277b848f>>
|
|
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: "Skip".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for skipping steps.
|
|
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 SkipIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "SkipIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9 11a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1A.5.5 0 0 0 9 12zm1.5 1a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M0 10.25a8 8 0 0 1 14.5-4.663V2.5H16v4.75a.75.75 0 0 1-.75.75H10.5V6.5h2.809A6.5 6.5 0 0 0 1.5 10.25V11H0z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
SkipIcon.displayName = 'SkipIcon';
|
|
29
|
+
var _default = exports.default = SkipIcon;
|
|
@@ -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::c9162adee99a4c616f51ac1bfb9ca964>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -252,6 +252,28 @@ var metadata = {
|
|
|
252
252
|
team: 'Design System Team',
|
|
253
253
|
status: 'published'
|
|
254
254
|
},
|
|
255
|
+
'arrow-end': {
|
|
256
|
+
keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
|
|
257
|
+
componentName: 'ArrowEndIcon',
|
|
258
|
+
package: '@atlaskit/icon-lab/core/arrow-end',
|
|
259
|
+
type: 'core',
|
|
260
|
+
categorization: 'multi-purpose',
|
|
261
|
+
usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
|
|
262
|
+
team: 'Strategy Collection',
|
|
263
|
+
status: 'published',
|
|
264
|
+
slackChannel: '#sc-design'
|
|
265
|
+
},
|
|
266
|
+
'arrow-start': {
|
|
267
|
+
keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
|
|
268
|
+
componentName: 'ArrowStartIcon',
|
|
269
|
+
package: '@atlaskit/icon-lab/core/arrow-start',
|
|
270
|
+
type: 'core',
|
|
271
|
+
categorization: 'multi-purpose',
|
|
272
|
+
usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
|
|
273
|
+
team: 'Strategy Collection',
|
|
274
|
+
status: 'published',
|
|
275
|
+
slackChannel: '#sc-design'
|
|
276
|
+
},
|
|
255
277
|
'arrows-diagonal-up-right-down-left': {
|
|
256
278
|
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
257
279
|
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
@@ -586,6 +608,17 @@ var metadata = {
|
|
|
586
608
|
team: 'Whiteboards',
|
|
587
609
|
status: 'published'
|
|
588
610
|
},
|
|
611
|
+
'dash-double': {
|
|
612
|
+
keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
|
|
613
|
+
componentName: 'DashDoubleIcon',
|
|
614
|
+
package: '@atlaskit/icon-lab/core/dash-double',
|
|
615
|
+
type: 'core',
|
|
616
|
+
categorization: 'multi-purpose',
|
|
617
|
+
usage: 'Known uses: representing no change or keeping a value as-is.',
|
|
618
|
+
team: 'Strategy Collection',
|
|
619
|
+
status: 'published',
|
|
620
|
+
slackChannel: '#sc-design'
|
|
621
|
+
},
|
|
589
622
|
'data-bucket': {
|
|
590
623
|
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
591
624
|
componentName: 'DataBucketIcon',
|
|
@@ -978,6 +1011,16 @@ var metadata = {
|
|
|
978
1011
|
team: 'Whiteboards',
|
|
979
1012
|
status: 'published'
|
|
980
1013
|
},
|
|
1014
|
+
directory: {
|
|
1015
|
+
keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
|
|
1016
|
+
componentName: 'DirectoryIcon',
|
|
1017
|
+
package: '@atlaskit/icon-lab/core/directory',
|
|
1018
|
+
type: 'core',
|
|
1019
|
+
categorization: 'single-purpose',
|
|
1020
|
+
usage: 'Reserved for directory experiences.',
|
|
1021
|
+
team: 'Admin Hub',
|
|
1022
|
+
status: 'published'
|
|
1023
|
+
},
|
|
981
1024
|
'distribute-spacing-horizontal': {
|
|
982
1025
|
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
983
1026
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
@@ -1909,6 +1952,36 @@ var metadata = {
|
|
|
1909
1952
|
team: 'Design System Team',
|
|
1910
1953
|
status: 'published'
|
|
1911
1954
|
},
|
|
1955
|
+
skill: {
|
|
1956
|
+
keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
|
|
1957
|
+
componentName: 'SkillIcon',
|
|
1958
|
+
package: '@atlaskit/icon-lab/core/skill',
|
|
1959
|
+
type: 'core',
|
|
1960
|
+
categorization: 'single-purpose',
|
|
1961
|
+
usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
|
|
1962
|
+
team: 'Studio',
|
|
1963
|
+
status: 'published'
|
|
1964
|
+
},
|
|
1965
|
+
skip: {
|
|
1966
|
+
keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
|
|
1967
|
+
componentName: 'SkipIcon',
|
|
1968
|
+
package: '@atlaskit/icon-lab/core/skip',
|
|
1969
|
+
type: 'core',
|
|
1970
|
+
categorization: 'single-purpose',
|
|
1971
|
+
usage: 'Reserved for skipping steps.',
|
|
1972
|
+
team: 'Automation',
|
|
1973
|
+
status: 'published'
|
|
1974
|
+
},
|
|
1975
|
+
'skip-unskip': {
|
|
1976
|
+
keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
|
|
1977
|
+
componentName: 'SkipUnskipIcon',
|
|
1978
|
+
package: '@atlaskit/icon-lab/core/skip-unskip',
|
|
1979
|
+
type: 'core',
|
|
1980
|
+
categorization: 'single-purpose',
|
|
1981
|
+
usage: 'Reserved for reinstating a previously skipped step.',
|
|
1982
|
+
team: 'Automation',
|
|
1983
|
+
status: 'published'
|
|
1984
|
+
},
|
|
1912
1985
|
'sort-options': {
|
|
1913
1986
|
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1914
1987
|
componentName: 'SortOptionsIcon',
|
|
@@ -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::c9162adee99a4c616f51ac1bfb9ca964>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -246,6 +246,28 @@ const metadata = {
|
|
|
246
246
|
team: 'Design System Team',
|
|
247
247
|
status: 'published'
|
|
248
248
|
},
|
|
249
|
+
'arrow-end': {
|
|
250
|
+
keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
|
|
251
|
+
componentName: 'ArrowEndIcon',
|
|
252
|
+
package: '@atlaskit/icon-lab/core/arrow-end',
|
|
253
|
+
type: 'core',
|
|
254
|
+
categorization: 'multi-purpose',
|
|
255
|
+
usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
|
|
256
|
+
team: 'Strategy Collection',
|
|
257
|
+
status: 'published',
|
|
258
|
+
slackChannel: '#sc-design'
|
|
259
|
+
},
|
|
260
|
+
'arrow-start': {
|
|
261
|
+
keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
|
|
262
|
+
componentName: 'ArrowStartIcon',
|
|
263
|
+
package: '@atlaskit/icon-lab/core/arrow-start',
|
|
264
|
+
type: 'core',
|
|
265
|
+
categorization: 'multi-purpose',
|
|
266
|
+
usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
|
|
267
|
+
team: 'Strategy Collection',
|
|
268
|
+
status: 'published',
|
|
269
|
+
slackChannel: '#sc-design'
|
|
270
|
+
},
|
|
249
271
|
'arrows-diagonal-up-right-down-left': {
|
|
250
272
|
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
251
273
|
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
@@ -580,6 +602,17 @@ const metadata = {
|
|
|
580
602
|
team: 'Whiteboards',
|
|
581
603
|
status: 'published'
|
|
582
604
|
},
|
|
605
|
+
'dash-double': {
|
|
606
|
+
keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
|
|
607
|
+
componentName: 'DashDoubleIcon',
|
|
608
|
+
package: '@atlaskit/icon-lab/core/dash-double',
|
|
609
|
+
type: 'core',
|
|
610
|
+
categorization: 'multi-purpose',
|
|
611
|
+
usage: 'Known uses: representing no change or keeping a value as-is.',
|
|
612
|
+
team: 'Strategy Collection',
|
|
613
|
+
status: 'published',
|
|
614
|
+
slackChannel: '#sc-design'
|
|
615
|
+
},
|
|
583
616
|
'data-bucket': {
|
|
584
617
|
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
585
618
|
componentName: 'DataBucketIcon',
|
|
@@ -972,6 +1005,16 @@ const metadata = {
|
|
|
972
1005
|
team: 'Whiteboards',
|
|
973
1006
|
status: 'published'
|
|
974
1007
|
},
|
|
1008
|
+
directory: {
|
|
1009
|
+
keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
|
|
1010
|
+
componentName: 'DirectoryIcon',
|
|
1011
|
+
package: '@atlaskit/icon-lab/core/directory',
|
|
1012
|
+
type: 'core',
|
|
1013
|
+
categorization: 'single-purpose',
|
|
1014
|
+
usage: 'Reserved for directory experiences.',
|
|
1015
|
+
team: 'Admin Hub',
|
|
1016
|
+
status: 'published'
|
|
1017
|
+
},
|
|
975
1018
|
'distribute-spacing-horizontal': {
|
|
976
1019
|
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
977
1020
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
@@ -1903,6 +1946,36 @@ const metadata = {
|
|
|
1903
1946
|
team: 'Design System Team',
|
|
1904
1947
|
status: 'published'
|
|
1905
1948
|
},
|
|
1949
|
+
skill: {
|
|
1950
|
+
keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
|
|
1951
|
+
componentName: 'SkillIcon',
|
|
1952
|
+
package: '@atlaskit/icon-lab/core/skill',
|
|
1953
|
+
type: 'core',
|
|
1954
|
+
categorization: 'single-purpose',
|
|
1955
|
+
usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
|
|
1956
|
+
team: 'Studio',
|
|
1957
|
+
status: 'published'
|
|
1958
|
+
},
|
|
1959
|
+
skip: {
|
|
1960
|
+
keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
|
|
1961
|
+
componentName: 'SkipIcon',
|
|
1962
|
+
package: '@atlaskit/icon-lab/core/skip',
|
|
1963
|
+
type: 'core',
|
|
1964
|
+
categorization: 'single-purpose',
|
|
1965
|
+
usage: 'Reserved for skipping steps.',
|
|
1966
|
+
team: 'Automation',
|
|
1967
|
+
status: 'published'
|
|
1968
|
+
},
|
|
1969
|
+
'skip-unskip': {
|
|
1970
|
+
keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
|
|
1971
|
+
componentName: 'SkipUnskipIcon',
|
|
1972
|
+
package: '@atlaskit/icon-lab/core/skip-unskip',
|
|
1973
|
+
type: 'core',
|
|
1974
|
+
categorization: 'single-purpose',
|
|
1975
|
+
usage: 'Reserved for reinstating a previously skipped step.',
|
|
1976
|
+
team: 'Automation',
|
|
1977
|
+
status: 'published'
|
|
1978
|
+
},
|
|
1906
1979
|
'sort-options': {
|
|
1907
1980
|
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1908
1981
|
componentName: 'SortOptionsIcon',
|
|
@@ -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::c9162adee99a4c616f51ac1bfb9ca964>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -246,6 +246,28 @@ var metadata = {
|
|
|
246
246
|
team: 'Design System Team',
|
|
247
247
|
status: 'published'
|
|
248
248
|
},
|
|
249
|
+
'arrow-end': {
|
|
250
|
+
keywords: ['arrow-end', 'arrowend', 'icon', 'icon-lab', 'move to end', 'move to back', 'move to last position', 'move to far right'],
|
|
251
|
+
componentName: 'ArrowEndIcon',
|
|
252
|
+
package: '@atlaskit/icon-lab/core/arrow-end',
|
|
253
|
+
type: 'core',
|
|
254
|
+
categorization: 'multi-purpose',
|
|
255
|
+
usage: 'Used for moving an object to the back or ending of a container, moving a column to last position',
|
|
256
|
+
team: 'Strategy Collection',
|
|
257
|
+
status: 'published',
|
|
258
|
+
slackChannel: '#sc-design'
|
|
259
|
+
},
|
|
260
|
+
'arrow-start': {
|
|
261
|
+
keywords: ['arrow-start', 'arrowstart', 'icon', 'icon-lab', 'move to front', 'move to start', 'move to far left', 'move to first position'],
|
|
262
|
+
componentName: 'ArrowStartIcon',
|
|
263
|
+
package: '@atlaskit/icon-lab/core/arrow-start',
|
|
264
|
+
type: 'core',
|
|
265
|
+
categorization: 'multi-purpose',
|
|
266
|
+
usage: 'Used for moving an object to the front or beginning of a container, moving a column to first position',
|
|
267
|
+
team: 'Strategy Collection',
|
|
268
|
+
status: 'published',
|
|
269
|
+
slackChannel: '#sc-design'
|
|
270
|
+
},
|
|
249
271
|
'arrows-diagonal-up-right-down-left': {
|
|
250
272
|
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
251
273
|
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
@@ -580,6 +602,17 @@ var metadata = {
|
|
|
580
602
|
team: 'Whiteboards',
|
|
581
603
|
status: 'published'
|
|
582
604
|
},
|
|
605
|
+
'dash-double': {
|
|
606
|
+
keywords: ['dash-double', 'dashdouble', 'icon', 'icon-lab', 'double dash', 'no change', 'unchanged value', 'same value'],
|
|
607
|
+
componentName: 'DashDoubleIcon',
|
|
608
|
+
package: '@atlaskit/icon-lab/core/dash-double',
|
|
609
|
+
type: 'core',
|
|
610
|
+
categorization: 'multi-purpose',
|
|
611
|
+
usage: 'Known uses: representing no change or keeping a value as-is.',
|
|
612
|
+
team: 'Strategy Collection',
|
|
613
|
+
status: 'published',
|
|
614
|
+
slackChannel: '#sc-design'
|
|
615
|
+
},
|
|
583
616
|
'data-bucket': {
|
|
584
617
|
keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
|
|
585
618
|
componentName: 'DataBucketIcon',
|
|
@@ -972,6 +1005,16 @@ var metadata = {
|
|
|
972
1005
|
team: 'Whiteboards',
|
|
973
1006
|
status: 'published'
|
|
974
1007
|
},
|
|
1008
|
+
directory: {
|
|
1009
|
+
keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
|
|
1010
|
+
componentName: 'DirectoryIcon',
|
|
1011
|
+
package: '@atlaskit/icon-lab/core/directory',
|
|
1012
|
+
type: 'core',
|
|
1013
|
+
categorization: 'single-purpose',
|
|
1014
|
+
usage: 'Reserved for directory experiences.',
|
|
1015
|
+
team: 'Admin Hub',
|
|
1016
|
+
status: 'published'
|
|
1017
|
+
},
|
|
975
1018
|
'distribute-spacing-horizontal': {
|
|
976
1019
|
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
977
1020
|
componentName: 'DistributeSpacingHorizontalIcon',
|
|
@@ -1903,6 +1946,36 @@ var metadata = {
|
|
|
1903
1946
|
team: 'Design System Team',
|
|
1904
1947
|
status: 'published'
|
|
1905
1948
|
},
|
|
1949
|
+
skill: {
|
|
1950
|
+
keywords: ['skill', 'icon', 'icon-lab', 'skill', 'skills', 'agent', 'agentic', 'tools', 'tool'],
|
|
1951
|
+
componentName: 'SkillIcon',
|
|
1952
|
+
package: '@atlaskit/icon-lab/core/skill',
|
|
1953
|
+
type: 'core',
|
|
1954
|
+
categorization: 'single-purpose',
|
|
1955
|
+
usage: 'Reserved for skill functionality. Skills are a combination of tools and a prompt to allow an agent to perform a multistep process.',
|
|
1956
|
+
team: 'Studio',
|
|
1957
|
+
status: 'published'
|
|
1958
|
+
},
|
|
1959
|
+
skip: {
|
|
1960
|
+
keywords: ['skip', 'icon', 'icon-lab', 'skip', 'miss'],
|
|
1961
|
+
componentName: 'SkipIcon',
|
|
1962
|
+
package: '@atlaskit/icon-lab/core/skip',
|
|
1963
|
+
type: 'core',
|
|
1964
|
+
categorization: 'single-purpose',
|
|
1965
|
+
usage: 'Reserved for skipping steps.',
|
|
1966
|
+
team: 'Automation',
|
|
1967
|
+
status: 'published'
|
|
1968
|
+
},
|
|
1969
|
+
'skip-unskip': {
|
|
1970
|
+
keywords: ['skip-unskip', 'skipunskip', 'icon', 'icon-lab', 'unskip', 'reinstate step'],
|
|
1971
|
+
componentName: 'SkipUnskipIcon',
|
|
1972
|
+
package: '@atlaskit/icon-lab/core/skip-unskip',
|
|
1973
|
+
type: 'core',
|
|
1974
|
+
categorization: 'single-purpose',
|
|
1975
|
+
usage: 'Reserved for reinstating a previously skipped step.',
|
|
1976
|
+
team: 'Automation',
|
|
1977
|
+
status: 'published'
|
|
1978
|
+
},
|
|
1906
1979
|
'sort-options': {
|
|
1907
1980
|
keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
|
|
1908
1981
|
componentName: 'SortOptionsIcon',
|
|
@@ -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::c9162adee99a4c616f51ac1bfb9ca964>>
|
|
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::c9162adee99a4c616f51ac1bfb9ca964>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/icon": "^28.
|
|
34
|
+
"@atlaskit/icon": "^28.5.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.78 7.47a.75.75 0 0 1 0 1.06l-4.5 4.5-1.06-1.06 3.22-3.22H0v-1.5h10.44L7.22 4.03l1.06-1.06zM16 3v10h-1.5V3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8.78 4.03 5.56 7.25H16v1.5H5.56l3.22 3.22-1.06 1.06-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5zM1.5 3v10H0V3z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.25 12V4a.5.5 0 0 0-.5-.5h-2V2h2a2 2 0 0 1 2 2v3.25h2.5v1.5h-2.5V12a2 2 0 0 1-2 2h-2v-1.5h2a.5.5 0 0 0 .5-.5"/><path fill="currentcolor" d="M13.25 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5M2.75 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5m0 12a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m0-1.5a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m12.78 4.28-1.833 1.832a3.5 3.5 0 0 1 0 3.775l1.833 1.833-1.06 1.06-1.833-1.833a3.5 3.5 0 0 1-3.775 0L4.28 12.78l-1.06-1.06 1.832-1.833a3.5 3.5 0 0 1 0-3.775L3.22 4.28l1.06-1.06 1.832 1.832a3.5 3.5 0 0 1 3.775 0L11.72 3.22zM9.414 6.586a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828"/><path fill="currentcolor" d="M11.73.73a2.5 2.5 0 1 1 3.54 3.54A2.5 2.5 0 0 1 11.73.73m2.48 1.06A1 1 0 1 0 12.8 3.2a1 1 0 0 0 1.41-1.41m-2.48 9.94a2.5 2.5 0 1 1 3.54 3.53 2.5 2.5 0 0 1-3.54-3.53m2.48 1.06a1 1 0 1 0-1.41 1.41 1 1 0 0 0 1.41-1.41M.73.73a2.5 2.5 0 1 1 3.54 3.54A2.5 2.5 0 0 1 .73.73m2.48 1.06A1 1 0 1 0 1.8 3.2a1 1 0 0 0 1.41-1.41M.73 11.73a2.5 2.5 0 1 1 3.54 3.53 2.5 2.5 0 0 1-3.54-3.53m2.48 1.06A1 1 0 1 0 1.8 14.2a1 1 0 0 0 1.41-1.41"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7 7.25v1.5H1v-1.5zm8 0v1.5H9v-1.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13 3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 3v10a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zm1.5 10a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-1.5H0V10h1.5V6H0V4.5h1.5V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M8.75 9a2 2 0 0 1 2 2v.25A.75.75 0 0 1 10 12H6a.75.75 0 0 1-.75-.75V11a2 2 0 0 1 2-2zM8 4.5A1.75 1.75 0 1 1 8 8a1.75 1.75 0 0 1 0-3.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="m11.11 4.934-5 7-1.22-.871 5-7z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.34 10.53A.5.5 0 0 0 7 11v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .47-.34l1.09 1.09c-.37.46-.93.76-1.56.76h-1a2 2 0 0 1-2-2v-1c0-.63.3-1.2.75-1.56zM2.96 6.14a6.47 6.47 0 0 0-1.46 4.11V11H0v-.75c0-1.97.71-3.78 1.9-5.17zM8 2.25a7.99 7.99 0 0 1 6.5 3.34V2.5H16v4.75a.75.75 0 0 1-.75.75h-4.07l-.68-.68V6.5h2.81a6.49 6.49 0 0 0-6.3-2.67L5.75 2.57A8 8 0 0 1 8 2.25m7.53 12.22-1.06 1.06-14-14L1.53.47z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9 11a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1A.5.5 0 0 0 9 12zm1.5 1a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2h1a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M0 10.25a8 8 0 0 1 14.5-4.663V2.5H16v4.75a.75.75 0 0 1-.75.75H10.5V6.5h2.809A6.5 6.5 0 0 0 1.5 10.25V11H0z"/></svg>
|