@atlaskit/icon-lab 4.15.0 → 4.17.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 +43 -0
- package/core/compare.d.ts +13 -0
- package/core/compare.js +28 -0
- package/core/generative-date.d.ts +13 -0
- package/core/generative-date.js +28 -0
- package/core/generative-indicator.d.ts +13 -0
- package/core/generative-indicator.js +28 -0
- package/core/image-strikethrough.d.ts +13 -0
- package/core/image-strikethrough.js +28 -0
- package/core/milestone-complete.d.ts +13 -0
- package/core/milestone-complete.js +28 -0
- package/core/milestone-incomplete.d.ts +13 -0
- package/core/milestone-incomplete.js +28 -0
- package/core/milestone-multiple.d.ts +13 -0
- package/core/milestone-multiple.js +28 -0
- package/core/milestone-overdue.d.ts +13 -0
- package/core/milestone-overdue.js +28 -0
- package/core/space.d.ts +4 -1
- package/dist/cjs/deprecated-core.js +4 -1
- package/dist/cjs/metadata-core.js +89 -3
- package/dist/es2019/deprecated-core.js +4 -1
- package/dist/es2019/metadata-core.js +89 -3
- package/dist/esm/deprecated-core.js +4 -1
- package/dist/esm/metadata-core.js +89 -3
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/compare.svg +1 -0
- package/svgs/core/generative-date.svg +1 -0
- package/svgs/core/generative-indicator.svg +1 -0
- package/svgs/core/image-strikethrough.svg +1 -0
- package/svgs/core/milestone-complete.svg +1 -0
- package/svgs/core/milestone-incomplete.svg +1 -0
- package/svgs/core/milestone-multiple.svg +1 -0
- package/svgs/core/milestone-overdue.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#161328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161328)
|
|
8
|
+
[`76f53eb3bc586`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76f53eb3bc586) -
|
|
9
|
+
This release deprecates icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Deprecated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `space`
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 4.16.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#160927](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160927)
|
|
26
|
+
[`70494296070b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70494296070b5) -
|
|
27
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
28
|
+
|
|
29
|
+
### Added:
|
|
30
|
+
|
|
31
|
+
**`@atlaskit/icon-lab/core`**
|
|
32
|
+
|
|
33
|
+
- `compare`
|
|
34
|
+
- `generative-date`
|
|
35
|
+
- `generative-indicator`
|
|
36
|
+
- `image-strikethrough`
|
|
37
|
+
- `milestone-complete`
|
|
38
|
+
- `milestone-incomplete`
|
|
39
|
+
- `milestone-multiple`
|
|
40
|
+
- `milestone-overdue`
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
|
|
3
46
|
## 4.15.0
|
|
4
47
|
|
|
5
48
|
### 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::c8df4ab5f4cc0344a35b4f83dc71d2f3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const CompareIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CompareIcon;
|
package/core/compare.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b275fe8f5c6d19f76e5e586f15fbe7c3>>
|
|
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: "Compare".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for compare functionality in Bitbucket.
|
|
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 CompareIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.5 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M5 4.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m9 8.5a2.25 2.25 0 1 1-3-2.12V5.25C11 4.56 10.44 4 9.75 4H8V2.5h1.75a2.75 2.75 0 0 1 2.75 2.75v5.38a2.25 2.25 0 0 1 1.5 2.12m-7.5-8.5c0 .98-.627 1.809-1.5 2.118v5.382c0 .69.56 1.25 1.25 1.25H8v1.5H6.25a2.75 2.75 0 0 1-2.735-2.469L3.5 11.75V6.368A2.248 2.248 0 0 1 4.25 2 2.25 2.25 0 0 1 6.5 4.25"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
CompareIcon.displayName = 'CompareIcon';
|
|
28
|
+
var _default = exports.default = CompareIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2962912ef054a434238f1435302f5638>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const GenerativeDateIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default GenerativeDateIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1c55a7379681d3a1d2ad9a17a2acd36e>>
|
|
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: "GenerativeDate".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for suggested dates.
|
|
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 GenerativeDateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5h-1.5v2H10v-2H6v2H4.5v-2H3a.5.5 0 0 0-.5.5v3h11zM15 7.5H2.5V13a.5.5 0 0 0 .5.5h4.5V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5V0H6v1h4V0h1.5v1H13l.204.01A2 2 0 0 1 15 3z"/><path fill="currentcolor" d="M12.616 9.009a.75.75 0 0 1 .59.484l.613 1.687 1.688.615A.75.75 0 0 1 16 12.5l-.009.116a.75.75 0 0 1-.484.59l-1.688.613-.614 1.688a.75.75 0 0 1-.589.484L12.5 16a.75.75 0 0 1-.705-.493l-.615-1.688-1.687-.614a.75.75 0 0 1-.484-.589L9 12.5a.75.75 0 0 1 .493-.705l1.687-.615.615-1.687.049-.106a.75.75 0 0 1 .54-.378L12.5 9z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
GenerativeDateIcon.displayName = 'GenerativeDateIcon';
|
|
28
|
+
var _default = exports.default = GenerativeDateIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0f040ed20c160b9c94ba5ad2a418e6df>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const GenerativeIndicatorIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default GenerativeIndicatorIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ddeba7a32f0ff02d936f530978418fa5>>
|
|
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: "GenerativeIndicator".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for indicating generative and suggested content.
|
|
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 GenerativeIndicatorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M8.117 1.009a.75.75 0 0 1 .588.484l1.55 4.251 4.252 1.55A.75.75 0 0 1 15 8v.002a.75.75 0 0 1-.493.704l-4.252 1.55-1.55 4.252a.75.75 0 0 1-.704.493h-.002a.75.75 0 0 1-.704-.493l-1.55-4.252-4.252-1.55A.75.75 0 0 1 1 8.001v-.002a.75.75 0 0 1 .493-.704l4.251-1.55 1.55-4.252.049-.106A.75.75 0 0 1 7.999 1h.002z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
GenerativeIndicatorIcon.displayName = 'GenerativeIndicatorIcon';
|
|
28
|
+
var _default = exports.default = GenerativeIndicatorIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ad2664cecea2f1900f74b991e84b6fdb>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ImageStrikethroughIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ImageStrikethroughIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5c3748f6e566627000d37fd0ac0a5a32>>
|
|
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: "ImageStrikethrough".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: Represents "hide images" action in Loom Workflows.
|
|
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 ImageStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="m15.53 14.47-1.06 1.06-14-14L1.53.47zM2.5 5.68V13a.5.5 0 0 0 .5.5h.64l2.99-3.68 1.07 1.06-2.12 2.62h4.74l1.5 1.5H3a2 2 0 0 1-2-2V4.18zM13 1a2 2 0 0 1 2 2v8.82l-1.5-1.5v-.01l-2.94-2.94-1.07-1.06.43-.53.05-.06a.75.75 0 0 1 1.06 0l2.47 2.47V3a.5.5 0 0 0-.5-.5H5.68L4.18 1z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
ImageStrikethroughIcon.displayName = 'ImageStrikethroughIcon';
|
|
28
|
+
var _default = exports.default = ImageStrikethroughIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d57608f57f2bc3ec00f2d4d647846282>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MilestoneCompleteIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MilestoneCompleteIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d94ce6cfb30ce6e9ecb1aa3017cebd6f>>
|
|
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: "MilestoneComplete".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing a completed milestone.
|
|
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 MilestoneCompleteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M6.737 2.466a2 2 0 0 1 2.677.138l2.335 2.336L8 8.69 6.03 6.72 4.97 7.78l2.5 2.5.057.052a.75.75 0 0 0 1.004-.052L12.81 6l.585.586.138.151c.64.786.594 1.945-.138 2.677l-3.982 3.983a2 2 0 0 1-2.829 0L2.603 9.414a2 2 0 0 1 0-2.828l3.982-3.982zm8.169 1.44L12.81 6l-1.06-1.06 2.095-2.095z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
MilestoneCompleteIcon.displayName = 'MilestoneCompleteIcon';
|
|
28
|
+
var _default = exports.default = MilestoneCompleteIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::85bb241ea51b9a3d48a15be4bdc7a0f3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MilestoneIncompleteIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MilestoneIncompleteIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6d86d9a31de86d7cb7cbbc07770dfd1c>>
|
|
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: "MilestoneIncomplete".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing an incomplete milestone.
|
|
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 MilestoneIncompleteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M6.586 2.604a2 2 0 0 1 2.828 0l3.983 3.982a2 2 0 0 1 0 2.828l-3.983 3.983a2 2 0 0 1-2.828 0L2.604 9.414a2 2 0 0 1 0-2.828zm1.768 1.06a.5.5 0 0 0-.708 0L3.664 7.646a.5.5 0 0 0 0 .708l3.982 3.982a.5.5 0 0 0 .708 0l3.982-3.982a.5.5 0 0 0 0-.708z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
MilestoneIncompleteIcon.displayName = 'MilestoneIncompleteIcon';
|
|
28
|
+
var _default = exports.default = MilestoneIncompleteIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e8568442e23b24c95a3230a5c071baa6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MilestoneMultipleIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MilestoneMultipleIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d0d3f0c1f9929043cc44677f8e0edaaa>>
|
|
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: "MilestoneMultiple".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for use when multiple milestones occur on a single date or point in time.
|
|
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 MilestoneMultipleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.585 2.603a2 2 0 0 1 2.432-.304L5.682 3.634q-.019.014-.036.03L1.664 7.646a.5.5 0 0 0 0 .707l3.982 3.983.026.021 1.344 1.344a2 2 0 0 1-2.43-.305L.602 9.414a2 2 0 0 1 0-2.828z"/><path fill="currentcolor" d="M8.586 2.604a2 2 0 0 1 2.828 0l3.983 3.982a2 2 0 0 1 0 2.828l-3.983 3.983a2 2 0 0 1-2.828 0L4.604 9.414a2 2 0 0 1 0-2.828zm1.768 1.06a.5.5 0 0 0-.708 0L5.664 7.646a.5.5 0 0 0 0 .708l3.982 3.982a.5.5 0 0 0 .707 0l3.983-3.982a.5.5 0 0 0 0-.708z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
MilestoneMultipleIcon.displayName = 'MilestoneMultipleIcon';
|
|
28
|
+
var _default = exports.default = MilestoneMultipleIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2272a18c5eb07072a3e5ac7626dabf33>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MilestoneOverdueIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MilestoneOverdueIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::fe9b724e499b84ec106ac4f6f3d2ff38>>
|
|
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: "MilestoneOverdue".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing an overdue milestone.
|
|
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 MilestoneOverdueIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.585 2.603a2 2 0 0 1 2.829 0l3.982 3.982a2 2 0 0 1 .138 2.677l-.138.152-3.982 3.982a2 2 0 0 1-2.829 0L2.603 9.414a2 2 0 0 1 0-2.829zM8 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.75-6v5h1.5V4z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
MilestoneOverdueIcon.displayName = 'MilestoneOverdueIcon';
|
|
28
|
+
var _default = exports.default = MilestoneOverdueIcon;
|
package/core/space.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::9c04a32075dc9b5224ff2a8ae1a83200>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SpaceIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -9,13 +9,16 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
16
16
|
'@atlaskit/icon-lab/core/recur': {
|
|
17
17
|
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
18
18
|
},
|
|
19
|
+
'@atlaskit/icon-lab/core/space': {
|
|
20
|
+
message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
|
|
21
|
+
},
|
|
19
22
|
'@atlaskit/icon-lab/core/speedometer': {
|
|
20
23
|
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
21
24
|
}
|
|
@@ -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::4fe72ce65f03ddd87bd63fa47d6665f7>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -333,6 +333,16 @@ var metadata = {
|
|
|
333
333
|
team: 'Whiteboards',
|
|
334
334
|
status: 'published'
|
|
335
335
|
},
|
|
336
|
+
compare: {
|
|
337
|
+
keywords: ['compare', 'icon', 'icon-lab', 'core', 'compare', 'git', 'bitbucket', 'diff'],
|
|
338
|
+
componentName: 'CompareIcon',
|
|
339
|
+
package: '@atlaskit/icon-lab/core/compare',
|
|
340
|
+
type: 'core',
|
|
341
|
+
categorization: 'single-purpose',
|
|
342
|
+
usage: 'Reserved for compare functionality in Bitbucket.',
|
|
343
|
+
team: 'Bitbucket',
|
|
344
|
+
status: 'published'
|
|
345
|
+
},
|
|
336
346
|
'compass-hinged': {
|
|
337
347
|
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
338
348
|
componentName: 'CompassHingedIcon',
|
|
@@ -533,6 +543,26 @@ var metadata = {
|
|
|
533
543
|
status: 'published',
|
|
534
544
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
535
545
|
},
|
|
546
|
+
'generative-date': {
|
|
547
|
+
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'core', 'calendar', 'suggested date'],
|
|
548
|
+
componentName: 'GenerativeDateIcon',
|
|
549
|
+
package: '@atlaskit/icon-lab/core/generative-date',
|
|
550
|
+
type: 'core',
|
|
551
|
+
categorization: 'single-purpose',
|
|
552
|
+
usage: 'Reserved for suggested dates.',
|
|
553
|
+
team: 'Jira Align',
|
|
554
|
+
status: 'published'
|
|
555
|
+
},
|
|
556
|
+
'generative-indicator': {
|
|
557
|
+
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'core', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
558
|
+
componentName: 'GenerativeIndicatorIcon',
|
|
559
|
+
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
560
|
+
type: 'core',
|
|
561
|
+
categorization: 'single-purpose',
|
|
562
|
+
usage: 'Reserved for indicating generative and suggested content.',
|
|
563
|
+
team: 'Jira Align',
|
|
564
|
+
status: 'published'
|
|
565
|
+
},
|
|
536
566
|
gift: {
|
|
537
567
|
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
538
568
|
componentName: 'GiftIcon',
|
|
@@ -647,6 +677,17 @@ var metadata = {
|
|
|
647
677
|
team: 'Design System Team',
|
|
648
678
|
status: 'published'
|
|
649
679
|
},
|
|
680
|
+
'image-strikethrough': {
|
|
681
|
+
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'core', 'image', 'strikethrough', 'hide images'],
|
|
682
|
+
componentName: 'ImageStrikethroughIcon',
|
|
683
|
+
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
684
|
+
type: 'core',
|
|
685
|
+
categorization: 'multi-purpose',
|
|
686
|
+
usage: "Known uses: Represents 'hide images' action in Loom Workflows.",
|
|
687
|
+
team: 'Loom Core Product - Workflows',
|
|
688
|
+
status: 'published',
|
|
689
|
+
slackChannel: '#pod-workflows'
|
|
690
|
+
},
|
|
650
691
|
incognito: {
|
|
651
692
|
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
652
693
|
componentName: 'IncognitoIcon',
|
|
@@ -778,6 +819,46 @@ var metadata = {
|
|
|
778
819
|
team: 'Loom',
|
|
779
820
|
status: 'published'
|
|
780
821
|
},
|
|
822
|
+
'milestone-complete': {
|
|
823
|
+
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'core', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
824
|
+
componentName: 'MilestoneCompleteIcon',
|
|
825
|
+
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
826
|
+
type: 'core',
|
|
827
|
+
categorization: 'single-purpose',
|
|
828
|
+
usage: 'Reserved for representing a completed milestone.',
|
|
829
|
+
team: 'Jira Align',
|
|
830
|
+
status: 'published'
|
|
831
|
+
},
|
|
832
|
+
'milestone-incomplete': {
|
|
833
|
+
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'core', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
834
|
+
componentName: 'MilestoneIncompleteIcon',
|
|
835
|
+
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
836
|
+
type: 'core',
|
|
837
|
+
categorization: 'single-purpose',
|
|
838
|
+
usage: 'Reserved for representing an incomplete milestone.',
|
|
839
|
+
team: 'Jira Align',
|
|
840
|
+
status: 'published'
|
|
841
|
+
},
|
|
842
|
+
'milestone-multiple': {
|
|
843
|
+
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'core', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
844
|
+
componentName: 'MilestoneMultipleIcon',
|
|
845
|
+
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
846
|
+
type: 'core',
|
|
847
|
+
categorization: 'single-purpose',
|
|
848
|
+
usage: 'Reserved for use when multiple milestones occur on a single date or point in time.',
|
|
849
|
+
team: 'Jira Align',
|
|
850
|
+
status: 'published'
|
|
851
|
+
},
|
|
852
|
+
'milestone-overdue': {
|
|
853
|
+
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'core', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
854
|
+
componentName: 'MilestoneOverdueIcon',
|
|
855
|
+
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
856
|
+
type: 'core',
|
|
857
|
+
categorization: 'single-purpose',
|
|
858
|
+
usage: 'Reserved for representing an overdue milestone.',
|
|
859
|
+
team: 'Jira Align',
|
|
860
|
+
status: 'published'
|
|
861
|
+
},
|
|
781
862
|
'node-parallel-bottom-left': {
|
|
782
863
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
783
864
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1384,14 +1465,19 @@ var metadata = {
|
|
|
1384
1465
|
status: 'published'
|
|
1385
1466
|
},
|
|
1386
1467
|
space: {
|
|
1387
|
-
keywords: ['space', 'icon', 'icon-lab', 'core'],
|
|
1468
|
+
keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
|
|
1388
1469
|
componentName: 'SpaceIcon',
|
|
1389
1470
|
package: '@atlaskit/icon-lab/core/space',
|
|
1390
1471
|
type: 'core',
|
|
1472
|
+
replacement: {
|
|
1473
|
+
name: 'spaces',
|
|
1474
|
+
type: 'core',
|
|
1475
|
+
location: '@atlaskit/icon-lab'
|
|
1476
|
+
},
|
|
1391
1477
|
categorization: 'single-purpose',
|
|
1392
1478
|
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1393
1479
|
team: 'Jira',
|
|
1394
|
-
status: '
|
|
1480
|
+
status: 'deprecated',
|
|
1395
1481
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1396
1482
|
},
|
|
1397
1483
|
spaces: {
|
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
10
10
|
'@atlaskit/icon-lab/core/recur': {
|
|
11
11
|
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
12
12
|
},
|
|
13
|
+
'@atlaskit/icon-lab/core/space': {
|
|
14
|
+
message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
|
|
15
|
+
},
|
|
13
16
|
'@atlaskit/icon-lab/core/speedometer': {
|
|
14
17
|
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
15
18
|
}
|
|
@@ -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::4fe72ce65f03ddd87bd63fa47d6665f7>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -327,6 +327,16 @@ const metadata = {
|
|
|
327
327
|
team: 'Whiteboards',
|
|
328
328
|
status: 'published'
|
|
329
329
|
},
|
|
330
|
+
compare: {
|
|
331
|
+
keywords: ['compare', 'icon', 'icon-lab', 'core', 'compare', 'git', 'bitbucket', 'diff'],
|
|
332
|
+
componentName: 'CompareIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compare',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'single-purpose',
|
|
336
|
+
usage: 'Reserved for compare functionality in Bitbucket.',
|
|
337
|
+
team: 'Bitbucket',
|
|
338
|
+
status: 'published'
|
|
339
|
+
},
|
|
330
340
|
'compass-hinged': {
|
|
331
341
|
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
342
|
componentName: 'CompassHingedIcon',
|
|
@@ -527,6 +537,26 @@ const metadata = {
|
|
|
527
537
|
status: 'published',
|
|
528
538
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
529
539
|
},
|
|
540
|
+
'generative-date': {
|
|
541
|
+
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'core', 'calendar', 'suggested date'],
|
|
542
|
+
componentName: 'GenerativeDateIcon',
|
|
543
|
+
package: '@atlaskit/icon-lab/core/generative-date',
|
|
544
|
+
type: 'core',
|
|
545
|
+
categorization: 'single-purpose',
|
|
546
|
+
usage: 'Reserved for suggested dates.',
|
|
547
|
+
team: 'Jira Align',
|
|
548
|
+
status: 'published'
|
|
549
|
+
},
|
|
550
|
+
'generative-indicator': {
|
|
551
|
+
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'core', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
552
|
+
componentName: 'GenerativeIndicatorIcon',
|
|
553
|
+
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
554
|
+
type: 'core',
|
|
555
|
+
categorization: 'single-purpose',
|
|
556
|
+
usage: 'Reserved for indicating generative and suggested content.',
|
|
557
|
+
team: 'Jira Align',
|
|
558
|
+
status: 'published'
|
|
559
|
+
},
|
|
530
560
|
gift: {
|
|
531
561
|
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
532
562
|
componentName: 'GiftIcon',
|
|
@@ -641,6 +671,17 @@ const metadata = {
|
|
|
641
671
|
team: 'Design System Team',
|
|
642
672
|
status: 'published'
|
|
643
673
|
},
|
|
674
|
+
'image-strikethrough': {
|
|
675
|
+
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'core', 'image', 'strikethrough', 'hide images'],
|
|
676
|
+
componentName: 'ImageStrikethroughIcon',
|
|
677
|
+
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
678
|
+
type: 'core',
|
|
679
|
+
categorization: 'multi-purpose',
|
|
680
|
+
usage: "Known uses: Represents 'hide images' action in Loom Workflows.",
|
|
681
|
+
team: 'Loom Core Product - Workflows',
|
|
682
|
+
status: 'published',
|
|
683
|
+
slackChannel: '#pod-workflows'
|
|
684
|
+
},
|
|
644
685
|
incognito: {
|
|
645
686
|
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
646
687
|
componentName: 'IncognitoIcon',
|
|
@@ -772,6 +813,46 @@ const metadata = {
|
|
|
772
813
|
team: 'Loom',
|
|
773
814
|
status: 'published'
|
|
774
815
|
},
|
|
816
|
+
'milestone-complete': {
|
|
817
|
+
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'core', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
818
|
+
componentName: 'MilestoneCompleteIcon',
|
|
819
|
+
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
820
|
+
type: 'core',
|
|
821
|
+
categorization: 'single-purpose',
|
|
822
|
+
usage: 'Reserved for representing a completed milestone.',
|
|
823
|
+
team: 'Jira Align',
|
|
824
|
+
status: 'published'
|
|
825
|
+
},
|
|
826
|
+
'milestone-incomplete': {
|
|
827
|
+
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'core', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
828
|
+
componentName: 'MilestoneIncompleteIcon',
|
|
829
|
+
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
830
|
+
type: 'core',
|
|
831
|
+
categorization: 'single-purpose',
|
|
832
|
+
usage: 'Reserved for representing an incomplete milestone.',
|
|
833
|
+
team: 'Jira Align',
|
|
834
|
+
status: 'published'
|
|
835
|
+
},
|
|
836
|
+
'milestone-multiple': {
|
|
837
|
+
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'core', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
838
|
+
componentName: 'MilestoneMultipleIcon',
|
|
839
|
+
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
840
|
+
type: 'core',
|
|
841
|
+
categorization: 'single-purpose',
|
|
842
|
+
usage: 'Reserved for use when multiple milestones occur on a single date or point in time.',
|
|
843
|
+
team: 'Jira Align',
|
|
844
|
+
status: 'published'
|
|
845
|
+
},
|
|
846
|
+
'milestone-overdue': {
|
|
847
|
+
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'core', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
848
|
+
componentName: 'MilestoneOverdueIcon',
|
|
849
|
+
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
850
|
+
type: 'core',
|
|
851
|
+
categorization: 'single-purpose',
|
|
852
|
+
usage: 'Reserved for representing an overdue milestone.',
|
|
853
|
+
team: 'Jira Align',
|
|
854
|
+
status: 'published'
|
|
855
|
+
},
|
|
775
856
|
'node-parallel-bottom-left': {
|
|
776
857
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
777
858
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1378,14 +1459,19 @@ const metadata = {
|
|
|
1378
1459
|
status: 'published'
|
|
1379
1460
|
},
|
|
1380
1461
|
space: {
|
|
1381
|
-
keywords: ['space', 'icon', 'icon-lab', 'core'],
|
|
1462
|
+
keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
|
|
1382
1463
|
componentName: 'SpaceIcon',
|
|
1383
1464
|
package: '@atlaskit/icon-lab/core/space',
|
|
1384
1465
|
type: 'core',
|
|
1466
|
+
replacement: {
|
|
1467
|
+
name: 'spaces',
|
|
1468
|
+
type: 'core',
|
|
1469
|
+
location: '@atlaskit/icon-lab'
|
|
1470
|
+
},
|
|
1385
1471
|
categorization: 'single-purpose',
|
|
1386
1472
|
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1387
1473
|
team: 'Jira',
|
|
1388
|
-
status: '
|
|
1474
|
+
status: 'deprecated',
|
|
1389
1475
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1390
1476
|
},
|
|
1391
1477
|
spaces: {
|
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
10
10
|
'@atlaskit/icon-lab/core/recur': {
|
|
11
11
|
message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
|
|
12
12
|
},
|
|
13
|
+
'@atlaskit/icon-lab/core/space': {
|
|
14
|
+
message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
|
|
15
|
+
},
|
|
13
16
|
'@atlaskit/icon-lab/core/speedometer': {
|
|
14
17
|
message: 'The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”'
|
|
15
18
|
}
|
|
@@ -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::4fe72ce65f03ddd87bd63fa47d6665f7>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -327,6 +327,16 @@ var metadata = {
|
|
|
327
327
|
team: 'Whiteboards',
|
|
328
328
|
status: 'published'
|
|
329
329
|
},
|
|
330
|
+
compare: {
|
|
331
|
+
keywords: ['compare', 'icon', 'icon-lab', 'core', 'compare', 'git', 'bitbucket', 'diff'],
|
|
332
|
+
componentName: 'CompareIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compare',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'single-purpose',
|
|
336
|
+
usage: 'Reserved for compare functionality in Bitbucket.',
|
|
337
|
+
team: 'Bitbucket',
|
|
338
|
+
status: 'published'
|
|
339
|
+
},
|
|
330
340
|
'compass-hinged': {
|
|
331
341
|
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
342
|
componentName: 'CompassHingedIcon',
|
|
@@ -527,6 +537,26 @@ var metadata = {
|
|
|
527
537
|
status: 'published',
|
|
528
538
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
529
539
|
},
|
|
540
|
+
'generative-date': {
|
|
541
|
+
keywords: ['generative-date', 'generativedate', 'icon', 'icon-lab', 'core', 'calendar', 'suggested date'],
|
|
542
|
+
componentName: 'GenerativeDateIcon',
|
|
543
|
+
package: '@atlaskit/icon-lab/core/generative-date',
|
|
544
|
+
type: 'core',
|
|
545
|
+
categorization: 'single-purpose',
|
|
546
|
+
usage: 'Reserved for suggested dates.',
|
|
547
|
+
team: 'Jira Align',
|
|
548
|
+
status: 'published'
|
|
549
|
+
},
|
|
550
|
+
'generative-indicator': {
|
|
551
|
+
keywords: ['generative-indicator', 'generativeindicator', 'icon', 'icon-lab', 'core', 'AI', 'suggested', 'generative', 'suggestion'],
|
|
552
|
+
componentName: 'GenerativeIndicatorIcon',
|
|
553
|
+
package: '@atlaskit/icon-lab/core/generative-indicator',
|
|
554
|
+
type: 'core',
|
|
555
|
+
categorization: 'single-purpose',
|
|
556
|
+
usage: 'Reserved for indicating generative and suggested content.',
|
|
557
|
+
team: 'Jira Align',
|
|
558
|
+
status: 'published'
|
|
559
|
+
},
|
|
530
560
|
gift: {
|
|
531
561
|
keywords: ['gift', 'icon', 'icon-lab', 'core', 'gift', 'present'],
|
|
532
562
|
componentName: 'GiftIcon',
|
|
@@ -641,6 +671,17 @@ var metadata = {
|
|
|
641
671
|
team: 'Design System Team',
|
|
642
672
|
status: 'published'
|
|
643
673
|
},
|
|
674
|
+
'image-strikethrough': {
|
|
675
|
+
keywords: ['image-strikethrough', 'imagestrikethrough', 'icon', 'icon-lab', 'core', 'image', 'strikethrough', 'hide images'],
|
|
676
|
+
componentName: 'ImageStrikethroughIcon',
|
|
677
|
+
package: '@atlaskit/icon-lab/core/image-strikethrough',
|
|
678
|
+
type: 'core',
|
|
679
|
+
categorization: 'multi-purpose',
|
|
680
|
+
usage: "Known uses: Represents 'hide images' action in Loom Workflows.",
|
|
681
|
+
team: 'Loom Core Product - Workflows',
|
|
682
|
+
status: 'published',
|
|
683
|
+
slackChannel: '#pod-workflows'
|
|
684
|
+
},
|
|
644
685
|
incognito: {
|
|
645
686
|
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
646
687
|
componentName: 'IncognitoIcon',
|
|
@@ -772,6 +813,46 @@ var metadata = {
|
|
|
772
813
|
team: 'Loom',
|
|
773
814
|
status: 'published'
|
|
774
815
|
},
|
|
816
|
+
'milestone-complete': {
|
|
817
|
+
keywords: ['milestone-complete', 'milestonecomplete', 'icon', 'icon-lab', 'core', 'milestone', 'completed', 'check mark', 'roadmaps', 'calendar'],
|
|
818
|
+
componentName: 'MilestoneCompleteIcon',
|
|
819
|
+
package: '@atlaskit/icon-lab/core/milestone-complete',
|
|
820
|
+
type: 'core',
|
|
821
|
+
categorization: 'single-purpose',
|
|
822
|
+
usage: 'Reserved for representing a completed milestone.',
|
|
823
|
+
team: 'Jira Align',
|
|
824
|
+
status: 'published'
|
|
825
|
+
},
|
|
826
|
+
'milestone-incomplete': {
|
|
827
|
+
keywords: ['milestone-incomplete', 'milestoneincomplete', 'icon', 'icon-lab', 'core', 'milestone', 'incompleted', 'roadmaps', 'calendar'],
|
|
828
|
+
componentName: 'MilestoneIncompleteIcon',
|
|
829
|
+
package: '@atlaskit/icon-lab/core/milestone-incomplete',
|
|
830
|
+
type: 'core',
|
|
831
|
+
categorization: 'single-purpose',
|
|
832
|
+
usage: 'Reserved for representing an incomplete milestone.',
|
|
833
|
+
team: 'Jira Align',
|
|
834
|
+
status: 'published'
|
|
835
|
+
},
|
|
836
|
+
'milestone-multiple': {
|
|
837
|
+
keywords: ['milestone-multiple', 'milestonemultiple', 'icon', 'icon-lab', 'core', 'milestone', 'milestones', 'multiple milestones', 'roadmaps', 'calendar'],
|
|
838
|
+
componentName: 'MilestoneMultipleIcon',
|
|
839
|
+
package: '@atlaskit/icon-lab/core/milestone-multiple',
|
|
840
|
+
type: 'core',
|
|
841
|
+
categorization: 'single-purpose',
|
|
842
|
+
usage: 'Reserved for use when multiple milestones occur on a single date or point in time.',
|
|
843
|
+
team: 'Jira Align',
|
|
844
|
+
status: 'published'
|
|
845
|
+
},
|
|
846
|
+
'milestone-overdue': {
|
|
847
|
+
keywords: ['milestone-overdue', 'milestoneoverdue', 'icon', 'icon-lab', 'core', 'overdue', 'past due', 'milestone', 'roadmaps', 'calendar'],
|
|
848
|
+
componentName: 'MilestoneOverdueIcon',
|
|
849
|
+
package: '@atlaskit/icon-lab/core/milestone-overdue',
|
|
850
|
+
type: 'core',
|
|
851
|
+
categorization: 'single-purpose',
|
|
852
|
+
usage: 'Reserved for representing an overdue milestone.',
|
|
853
|
+
team: 'Jira Align',
|
|
854
|
+
status: 'published'
|
|
855
|
+
},
|
|
775
856
|
'node-parallel-bottom-left': {
|
|
776
857
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
777
858
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1378,14 +1459,19 @@ var metadata = {
|
|
|
1378
1459
|
status: 'published'
|
|
1379
1460
|
},
|
|
1380
1461
|
space: {
|
|
1381
|
-
keywords: ['space', 'icon', 'icon-lab', 'core'],
|
|
1462
|
+
keywords: ['space', 'icon', 'icon-lab', 'core', 'space', 'spaces', 'projects'],
|
|
1382
1463
|
componentName: 'SpaceIcon',
|
|
1383
1464
|
package: '@atlaskit/icon-lab/core/space',
|
|
1384
1465
|
type: 'core',
|
|
1466
|
+
replacement: {
|
|
1467
|
+
name: 'spaces',
|
|
1468
|
+
type: 'core',
|
|
1469
|
+
location: '@atlaskit/icon-lab'
|
|
1470
|
+
},
|
|
1385
1471
|
categorization: 'single-purpose',
|
|
1386
1472
|
usage: 'Reserved for use for Jira Projects for now. This will replace the Jira rocket. More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.',
|
|
1387
1473
|
team: 'Jira',
|
|
1388
|
-
status: '
|
|
1474
|
+
status: 'deprecated',
|
|
1389
1475
|
slackChannel: '#jira-design-system-figma-libraries'
|
|
1390
1476
|
},
|
|
1391
1477
|
spaces: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::4fe72ce65f03ddd87bd63fa47d6665f7>>
|
|
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -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::4fe72ce65f03ddd87bd63fa47d6665f7>>
|
|
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": "4.
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^26.
|
|
35
|
+
"@atlaskit/icon": "^26.4.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/primitives": "^14.8.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/tokens": "^4.9.0",
|
|
52
|
-
"@atlaskit/tooltip": "^20.
|
|
52
|
+
"@atlaskit/tooltip": "^20.1.0",
|
|
53
53
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
54
54
|
"@compiled/react": "^0.18.3",
|
|
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 fill="currentcolor" d="M12.5 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M5 4.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m9 8.5a2.25 2.25 0 1 1-3-2.12V5.25C11 4.56 10.44 4 9.75 4H8V2.5h1.75a2.75 2.75 0 0 1 2.75 2.75v5.38a2.25 2.25 0 0 1 1.5 2.12m-7.5-8.5c0 .98-.627 1.809-1.5 2.118v5.382c0 .69.56 1.25 1.25 1.25H8v1.5H6.25a2.75 2.75 0 0 1-2.735-2.469L3.5 11.75V6.368A2.248 2.248 0 0 1 4.25 2 2.25 2.25 0 0 1 6.5 4.25"/></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-.5h-1.5v2H10v-2H6v2H4.5v-2H3a.5.5 0 0 0-.5.5v3h11zM15 7.5H2.5V13a.5.5 0 0 0 .5.5h4.5V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5V0H6v1h4V0h1.5v1H13l.204.01A2 2 0 0 1 15 3z"/><path fill="currentcolor" d="M12.616 9.009a.75.75 0 0 1 .59.484l.613 1.687 1.688.615A.75.75 0 0 1 16 12.5l-.009.116a.75.75 0 0 1-.484.59l-1.688.613-.614 1.688a.75.75 0 0 1-.589.484L12.5 16a.75.75 0 0 1-.705-.493l-.615-1.688-1.687-.614a.75.75 0 0 1-.484-.589L9 12.5a.75.75 0 0 1 .493-.705l1.687-.615.615-1.687.049-.106a.75.75 0 0 1 .54-.378L12.5 9z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8.117 1.009a.75.75 0 0 1 .588.484l1.55 4.251 4.252 1.55A.75.75 0 0 1 15 8v.002a.75.75 0 0 1-.493.704l-4.252 1.55-1.55 4.252a.75.75 0 0 1-.704.493h-.002a.75.75 0 0 1-.704-.493l-1.55-4.252-4.252-1.55A.75.75 0 0 1 1 8.001v-.002a.75.75 0 0 1 .493-.704l4.251-1.55 1.55-4.252.049-.106A.75.75 0 0 1 7.999 1h.002z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m15.53 14.47-1.06 1.06-14-14L1.53.47zM2.5 5.68V13a.5.5 0 0 0 .5.5h.64l2.99-3.68 1.07 1.06-2.12 2.62h4.74l1.5 1.5H3a2 2 0 0 1-2-2V4.18zM13 1a2 2 0 0 1 2 2v8.82l-1.5-1.5v-.01l-2.94-2.94-1.07-1.06.43-.53.05-.06a.75.75 0 0 1 1.06 0l2.47 2.47V3a.5.5 0 0 0-.5-.5H5.68L4.18 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.737 2.466a2 2 0 0 1 2.677.138l2.335 2.336L8 8.69 6.03 6.72 4.97 7.78l2.5 2.5.057.052a.75.75 0 0 0 1.004-.052L12.81 6l.585.586.138.151c.64.786.594 1.945-.138 2.677l-3.982 3.983a2 2 0 0 1-2.829 0L2.603 9.414a2 2 0 0 1 0-2.828l3.982-3.982zm8.169 1.44L12.81 6l-1.06-1.06 2.095-2.095z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.586 2.604a2 2 0 0 1 2.828 0l3.983 3.982a2 2 0 0 1 0 2.828l-3.983 3.983a2 2 0 0 1-2.828 0L2.604 9.414a2 2 0 0 1 0-2.828zm1.768 1.06a.5.5 0 0 0-.708 0L3.664 7.646a.5.5 0 0 0 0 .708l3.982 3.982a.5.5 0 0 0 .708 0l3.982-3.982a.5.5 0 0 0 0-.708z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.585 2.603a2 2 0 0 1 2.432-.304L5.682 3.634q-.019.014-.036.03L1.664 7.646a.5.5 0 0 0 0 .707l3.982 3.983.026.021 1.344 1.344a2 2 0 0 1-2.43-.305L.602 9.414a2 2 0 0 1 0-2.828z"/><path fill="currentcolor" d="M8.586 2.604a2 2 0 0 1 2.828 0l3.983 3.982a2 2 0 0 1 0 2.828l-3.983 3.983a2 2 0 0 1-2.828 0L4.604 9.414a2 2 0 0 1 0-2.828zm1.768 1.06a.5.5 0 0 0-.708 0L5.664 7.646a.5.5 0 0 0 0 .708l3.982 3.982a.5.5 0 0 0 .707 0l3.983-3.982a.5.5 0 0 0 0-.708z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.585 2.603a2 2 0 0 1 2.829 0l3.982 3.982a2 2 0 0 1 .138 2.677l-.138.152-3.982 3.982a2 2 0 0 1-2.829 0L2.603 9.414a2 2 0 0 1 0-2.829zM8 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.75-6v5h1.5V4z" clip-rule="evenodd"/></svg>
|