@atlaskit/icon-lab 2.4.0 → 2.6.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 +76 -0
- package/build/index.tsx +1 -1
- package/core/align-content-bottom.d.ts +13 -0
- package/core/align-content-bottom.js +31 -0
- package/core/align-content-center-horizontal.d.ts +13 -0
- package/core/align-content-center-horizontal.js +31 -0
- package/core/align-content-center-vertical.d.ts +13 -0
- package/core/align-content-center-vertical.js +31 -0
- package/core/align-content-left.d.ts +13 -0
- package/core/align-content-left.js +31 -0
- package/core/align-content-right.d.ts +13 -0
- package/core/align-content-right.js +31 -0
- package/core/align-content-top.d.ts +13 -0
- package/core/align-content-top.js +31 -0
- package/core/align-position-bottom.d.ts +13 -0
- package/core/align-position-bottom.js +31 -0
- package/core/align-position-center-vertical.d.ts +13 -0
- package/core/align-position-center-vertical.js +31 -0
- package/core/align-position-top.d.ts +13 -0
- package/core/align-position-top.js +31 -0
- package/core/cursor-strikethrough.d.ts +13 -0
- package/core/cursor-strikethrough.js +31 -0
- package/core/cursor.d.ts +13 -0
- package/core/cursor.js +31 -0
- package/core/drop-shadow.d.ts +13 -0
- package/core/drop-shadow.js +31 -0
- package/core/group-selection.d.ts +13 -0
- package/core/group-selection.js +31 -0
- package/core/group-ungroup-selection.d.ts +13 -0
- package/core/group-ungroup-selection.js +31 -0
- package/core/hand.d.ts +13 -0
- package/core/hand.js +31 -0
- package/core/incognito.d.ts +13 -0
- package/core/incognito.js +31 -0
- package/core/jira.d.ts +13 -0
- package/core/jira.js +31 -0
- package/core/section.d.ts +13 -0
- package/core/section.js +31 -0
- package/core/shape-diamond.d.ts +13 -0
- package/core/shape-diamond.js +31 -0
- package/core/shape-ellipse.d.ts +13 -0
- package/core/shape-ellipse.js +31 -0
- package/core/shape-parallelogram-skew-left.d.ts +13 -0
- package/core/shape-parallelogram-skew-left.js +31 -0
- package/core/shape-parallelogram-skew-right.d.ts +13 -0
- package/core/shape-parallelogram-skew-right.js +31 -0
- package/core/shape-rectangle-rounded.d.ts +13 -0
- package/core/shape-rectangle-rounded.js +31 -0
- package/core/shape-rectangle.d.ts +13 -0
- package/core/shape-rectangle.js +31 -0
- package/core/shape-triangle-inverted.d.ts +13 -0
- package/core/shape-triangle-inverted.js +31 -0
- package/core/shape-triangle.d.ts +13 -0
- package/core/shape-triangle.js +31 -0
- package/core/signature.d.ts +13 -0
- package/core/signature.js +31 -0
- package/core/stamp.d.ts +13 -0
- package/core/stamp.js +31 -0
- package/core/sticker.d.ts +13 -0
- package/core/sticker.js +31 -0
- package/core/stroke-curvature-curved.d.ts +13 -0
- package/core/stroke-curvature-curved.js +31 -0
- package/core/stroke-curvature-dynamic.d.ts +13 -0
- package/core/stroke-curvature-dynamic.js +31 -0
- package/core/stroke-curvature-straight.d.ts +13 -0
- package/core/stroke-curvature-straight.js +31 -0
- package/core/stroke-properties.d.ts +13 -0
- package/core/stroke-properties.js +31 -0
- package/core/stroke-style-dashed.d.ts +13 -0
- package/core/stroke-style-dashed.js +31 -0
- package/core/stroke-style-dotted.d.ts +13 -0
- package/core/stroke-style-dotted.js +31 -0
- package/core/stroke-style-solid.d.ts +13 -0
- package/core/stroke-style-solid.js +31 -0
- package/core/swap.d.ts +13 -0
- package/core/swap.js +31 -0
- package/core/template.d.ts +13 -0
- package/core/template.js +31 -0
- package/core/tidy.d.ts +13 -0
- package/core/tidy.js +31 -0
- package/dist/cjs/metadata-core.js +352 -1
- package/dist/es2019/metadata-core.js +352 -1
- package/dist/esm/metadata-core.js +352 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/align-content-bottom.svg +1 -0
- package/svgs/core/align-content-center-horizontal.svg +1 -0
- package/svgs/core/align-content-center-vertical.svg +1 -0
- package/svgs/core/align-content-left.svg +1 -0
- package/svgs/core/align-content-right.svg +1 -0
- package/svgs/core/align-content-top.svg +1 -0
- package/svgs/core/align-position-bottom.svg +1 -0
- package/svgs/core/align-position-center-vertical.svg +1 -0
- package/svgs/core/align-position-top.svg +1 -0
- package/svgs/core/assets-data-manager.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -0
- package/svgs/core/book-open.svg +1 -0
- package/svgs/core/cloud-offline.svg +1 -0
- package/svgs/core/cloud-saved.svg +1 -0
- package/svgs/core/coins.svg +1 -0
- package/svgs/core/cross-octagon.svg +1 -0
- package/svgs/core/cursor-strikethrough.svg +1 -0
- package/svgs/core/cursor.svg +1 -0
- package/svgs/core/database-storage-cache.svg +1 -0
- package/svgs/core/database-storage.svg +1 -0
- package/svgs/core/drop-shadow.svg +1 -0
- package/svgs/core/duplicate.svg +1 -0
- package/svgs/core/editions.svg +1 -0
- package/svgs/core/field-text.svg +1 -0
- package/svgs/core/group-selection.svg +1 -0
- package/svgs/core/group-ungroup-selection.svg +1 -0
- package/svgs/core/hand.svg +1 -0
- package/svgs/core/incognito.svg +1 -0
- package/svgs/core/initiative.svg +1 -0
- package/svgs/core/jira.svg +1 -0
- package/svgs/core/lozenge.svg +1 -0
- package/svgs/core/page-live-doc.svg +1 -0
- package/svgs/core/paint-brush.svg +1 -0
- package/svgs/core/paint-roller.svg +1 -0
- package/svgs/core/qr-code.svg +1 -0
- package/svgs/core/roadmaps-plan.svg +1 -0
- package/svgs/core/roadmaps-service.svg +1 -0
- package/svgs/core/section.svg +1 -0
- package/svgs/core/shape-diamond.svg +1 -0
- package/svgs/core/shape-ellipse.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-left.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-right.svg +1 -0
- package/svgs/core/shape-rectangle-rounded.svg +1 -0
- package/svgs/core/shape-rectangle.svg +1 -0
- package/svgs/core/shape-triangle-inverted.svg +1 -0
- package/svgs/core/shape-triangle.svg +1 -0
- package/svgs/core/signature.svg +1 -0
- package/svgs/core/speedometer.svg +1 -0
- package/svgs/core/stamp.svg +1 -0
- package/svgs/core/sticker.svg +1 -0
- package/svgs/core/stroke-curvature-curved.svg +1 -0
- package/svgs/core/stroke-curvature-dynamic.svg +1 -0
- package/svgs/core/stroke-curvature-straight.svg +1 -0
- package/svgs/core/stroke-properties.svg +1 -0
- package/svgs/core/stroke-style-dashed.svg +1 -0
- package/svgs/core/stroke-style-dotted.svg +1 -0
- package/svgs/core/stroke-style-solid.svg +1 -0
- package/svgs/core/sunset.svg +1 -0
- package/svgs/core/swap.svg +1 -0
- package/svgs/core/sync.svg +1 -0
- package/svgs/core/takeout-container.svg +1 -0
- package/svgs/core/template.svg +1 -0
- package/svgs/core/ticket.svg +1 -0
- package/svgs/core/tidy.svg +1 -0
- package/svgs/core/vehicle-train.svg +1 -0
- package/svgs/core/vulnerability.svg +1 -0
- package/svgs/core/wallet.svg +1 -0
- package/svgs/core/welcome-feed.svg +1 -0
- package/svgs/core/wrench.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#113397](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113397)
|
|
8
|
+
[`bca2efd4b2902`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bca2efd4b2902) -
|
|
9
|
+
This release adds a `svgs/core` entry point to allow use of the svgs for the new icons.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 2.5.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#111393](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111393)
|
|
20
|
+
[`cbcdf9cbfacf7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cbcdf9cbfacf7) -
|
|
21
|
+
This release adds and updates icons in `@atlaskit/icon-lab`.
|
|
22
|
+
|
|
23
|
+
### Added:
|
|
24
|
+
|
|
25
|
+
**`@atlaskit/icon-lab/core`**
|
|
26
|
+
|
|
27
|
+
- `align-content-bottom`
|
|
28
|
+
- `align-content-center-horizontal`
|
|
29
|
+
- `align-content-center-vertical`
|
|
30
|
+
- `align-content-left`
|
|
31
|
+
- `align-content-right`
|
|
32
|
+
- `align-content-top`
|
|
33
|
+
- `align-position-bottom`
|
|
34
|
+
- `align-position-center-vertical`
|
|
35
|
+
- `align-position-top`
|
|
36
|
+
- `cursor-strikethrough`
|
|
37
|
+
- `cursor`
|
|
38
|
+
- `drop-shadow`
|
|
39
|
+
- `group-selection`
|
|
40
|
+
- `group-ungroup-selection`
|
|
41
|
+
- `hand`
|
|
42
|
+
- `incognito`
|
|
43
|
+
- `jira`
|
|
44
|
+
- `section`
|
|
45
|
+
- `shape-diamond`
|
|
46
|
+
- `shape-ellipse`
|
|
47
|
+
- `shape-parallelogram-skew-left`
|
|
48
|
+
- `shape-parallelogram-skew-right`
|
|
49
|
+
- `shape-rectangle-rounded`
|
|
50
|
+
- `shape-rectangle`
|
|
51
|
+
- `shape-triangle-inverted`
|
|
52
|
+
- `shape-triangle`
|
|
53
|
+
- `signature`
|
|
54
|
+
- `stamp`
|
|
55
|
+
- `sticker`
|
|
56
|
+
- `stroke-curvature-curved`
|
|
57
|
+
- `stroke-curvature-dynamic`
|
|
58
|
+
- `stroke-curvature-straight`
|
|
59
|
+
- `stroke-properties`
|
|
60
|
+
- `stroke-style-dashed`
|
|
61
|
+
- `stroke-style-dotted`
|
|
62
|
+
- `stroke-style-solid`
|
|
63
|
+
- `swap`
|
|
64
|
+
- `template`
|
|
65
|
+
- `tidy`
|
|
66
|
+
|
|
67
|
+
### Updated:
|
|
68
|
+
|
|
69
|
+
**`@atlaskit/icon-lab/core`**
|
|
70
|
+
|
|
71
|
+
- `cloud-offline`
|
|
72
|
+
- `cloud-saved`
|
|
73
|
+
- `database-storage-cache`
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- Updated dependencies
|
|
78
|
+
|
|
3
79
|
## 2.4.0
|
|
4
80
|
|
|
5
81
|
### Minor Changes
|
package/build/index.tsx
CHANGED
|
@@ -25,7 +25,7 @@ if (!root) {
|
|
|
25
25
|
*/
|
|
26
26
|
const config: NewIconBuildConfig = {
|
|
27
27
|
srcDir: path.resolve(root, 'icons_raw/core'),
|
|
28
|
-
processedDir: path.resolve(root, '
|
|
28
|
+
processedDir: path.resolve(root, 'svgs/core'),
|
|
29
29
|
destDir: path.resolve(root, 'core'),
|
|
30
30
|
maxWidth: 24,
|
|
31
31
|
maxHeight: 24,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dc36d516269441c34a32b821f174a7b7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentBottomIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentBottomIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ff9898791f33f841f46566a403d0e2d6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentBottom".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning bottom edges of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentBottomIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 15.25h16"/><rect width="10.5" height="2.75" x="3.75" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 3.75 12.25)"/><rect width="5.5" height="2.75" x="9.5" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 9.5 12.25)"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentBottomIcon.displayName = 'AlignContentBottomIcon';
|
|
31
|
+
var _default = exports.default = AlignContentBottomIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8c0b135d5ec728380530f4b347b1775e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentCenterHorizontalIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentCenterHorizontalIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7be886ffa4171f6527c7cdcc65f2c30a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentCenterHorizontal".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning horizontal centers of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentCenterHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 0v3.75M8 16v-3.75m0-5.5v2.5"/><rect width="12.5" height="2.75" x="1.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="8.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentCenterHorizontalIcon.displayName = 'AlignContentCenterHorizontalIcon';
|
|
31
|
+
var _default = exports.default = AlignContentCenterHorizontalIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d136afe6299e82be40f42d3715fba65d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentCenterVerticalIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentCenterVerticalIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::17205a4aa73a7c385224c5fb78e88eb6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentCenterVertical".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning vertical centers of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentCenterVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M16 8h-3.75M0 8h3.75m5.5 0h-2.5"/><rect width="12.5" height="2.75" x="12.25" y="1.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 12.25 1.75)"/><rect width="8.5" height="2.75" x="6.5" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 6.5 3.75)"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentCenterVerticalIcon.displayName = 'AlignContentCenterVerticalIcon';
|
|
31
|
+
var _default = exports.default = AlignContentCenterVerticalIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7a4f9b8e1c028807e1f831030703769b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentLeftIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c0c0b903460d4fab68bc061723ed99d0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentLeft".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning left edges of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 0v16"/><rect width="10.5" height="2.75" x="3.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="5.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentLeftIcon.displayName = 'AlignContentLeftIcon';
|
|
31
|
+
var _default = exports.default = AlignContentLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::44c76451e78b43fad238b31fc845bacc>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentRightIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::749b8b8c56138e2064c2da5678b015fb>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentRight".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning right edges of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15.25 0v16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 9.5)"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentRightIcon.displayName = 'AlignContentRightIcon';
|
|
31
|
+
var _default = exports.default = AlignContentRightIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::145ef4eda9dc55fc372204d93f4a8052>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignContentTopIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignContentTopIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f4c0c37cc3dfd1a576ae6c779066e5c2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignContentTop".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Used for aligning top edges of content in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignContentTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 .75h16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 3.75 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 9.5 3.75)"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignContentTopIcon.displayName = 'AlignContentTopIcon';
|
|
31
|
+
var _default = exports.default = AlignContentTopIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::45972f2be7f216a7b2cdb7b046043621>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignPositionBottomIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignPositionBottomIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::3b9fb39c1576772a32253badd1d67a6d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignPositionBottom".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Bottom-aligned text position within sticky notes in Whiteboards.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignPositionBottomIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m0-6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 14.25h16"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignPositionBottomIcon.displayName = 'AlignPositionBottomIcon';
|
|
31
|
+
var _default = exports.default = AlignPositionBottomIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::57fadaa0085ebe3eb94da6be7144195d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignPositionCenterVerticalIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignPositionCenterVerticalIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::60e9c91efa4a3b308a658616f66697ab>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignPositionCenterVertical".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Center-aligned text position within sticky notes in Whiteboards.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignPositionCenterVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-7 12.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 8h16"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignPositionCenterVerticalIcon.displayName = 'AlignPositionCenterVerticalIcon';
|
|
31
|
+
var _default = exports.default = AlignPositionCenterVerticalIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::90de19f7c897a71128c93952d78c05da>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AlignPositionTopIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AlignPositionTopIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5f5d9e97d4ee6aed17c786994e0908e7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "AlignPositionTop".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Top-aligned text position within sticky notes in Whiteboards.
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const AlignPositionTopIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 1.75h16"/><path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m-7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
AlignPositionTopIcon.displayName = 'AlignPositionTopIcon';
|
|
31
|
+
var _default = exports.default = AlignPositionTopIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6ad371afda1730c5fb271e017273a76e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const CursorStrikethroughIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CursorStrikethroughIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0e376000f6c35a46532ae877ffa5d1de>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "CursorStrikethrough".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Hide collaborator cursors in the Whiteboard
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const CursorStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<mask id="a" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M0 10.812V0h10.812zM12.933 0H16v16H0v-3.067z" clip-rule="evenodd"/></mask><g stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" mask="url(#a)"><path d="M8.9 9.32 7.52 13.8a.63.63 0 0 1-1.18.05L2.03 2.84a.63.63 0 0 1 .81-.81l11 4.32a.63.63 0 0 1-.04 1.18L9.32 8.9a.63.63 0 0 0-.41.41ZM13 1 1 13"/></g>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
|
|
31
|
+
var _default = exports.default = CursorStrikethroughIcon;
|
package/core/cursor.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::3996eee865d969a5fcfefe432f3a4c83>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const CursorIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CursorIcon;
|
package/core/cursor.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::67d9f91ca2b6bfe8b391b3704885281e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "__esModule", {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
exports.default = void 0;
|
|
12
|
+
var _react = _interopRequireDefault(require("react"));
|
|
13
|
+
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "Cursor".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon-lab
|
|
22
|
+
* Usage guidance: Selecting the cursor in Whiteboards
|
|
23
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
+
*/
|
|
26
|
+
const CursorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8.903 9.316-1.377 4.476a.625.625 0 0 1-1.18.045L2.025 2.835a.625.625 0 0 1 .81-.81l11.003 4.322a.625.625 0 0 1-.045 1.179L9.316 8.903a.63.63 0 0 0-.413.413Z"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
CursorIcon.displayName = 'CursorIcon';
|
|
31
|
+
var _default = exports.default = CursorIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7fadf8bf293bb1a078d84168f021ca6f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DropShadowIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DropShadowIcon;
|