@atlaskit/icon-lab 4.18.0 → 5.0.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 +64 -0
- package/core/milestone-complete.js +2 -2
- package/dist/cjs/deprecated-core.js +2 -72
- package/dist/cjs/metadata-core.js +1 -358
- package/dist/es2019/deprecated-core.js +2 -72
- package/dist/es2019/metadata-core.js +1 -358
- package/dist/esm/deprecated-core.js +2 -72
- package/dist/esm/metadata-core.js +1 -358
- 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/milestone-complete.svg +1 -1
- package/core/hand-clenched.d.ts +0 -16
- package/core/hand-clenched.js +0 -28
- package/core/hand.d.ts +0 -13
- package/core/hand.js +0 -28
- package/core/recur.d.ts +0 -16
- package/core/recur.js +0 -28
- package/core/shape-comment-left.d.ts +0 -16
- package/core/shape-comment-left.js +0 -28
- package/core/shape-comment-right.d.ts +0 -16
- package/core/shape-comment-right.js +0 -28
- package/core/shape-database.d.ts +0 -16
- package/core/shape-database.js +0 -28
- package/core/shape-delay.d.ts +0 -16
- package/core/shape-delay.js +0 -28
- package/core/shape-display.d.ts +0 -16
- package/core/shape-display.js +0 -28
- package/core/shape-document-symbol.d.ts +0 -16
- package/core/shape-document-symbol.js +0 -28
- package/core/shape-hard-disk.d.ts +0 -16
- package/core/shape-hard-disk.js +0 -28
- package/core/shape-internal-storage.d.ts +0 -16
- package/core/shape-internal-storage.js +0 -28
- package/core/shape-manual-input.d.ts +0 -16
- package/core/shape-manual-input.js +0 -28
- package/core/shape-manual-operation-symbol.d.ts +0 -16
- package/core/shape-manual-operation-symbol.js +0 -28
- package/core/shape-mindmap.d.ts +0 -16
- package/core/shape-mindmap.js +0 -28
- package/core/shape-multiple-documents.d.ts +0 -16
- package/core/shape-multiple-documents.js +0 -28
- package/core/shape-off-page.d.ts +0 -16
- package/core/shape-off-page.js +0 -28
- package/core/shape-predefined-process.d.ts +0 -16
- package/core/shape-predefined-process.js +0 -28
- package/core/shape-preparation-symbol.d.ts +0 -16
- package/core/shape-preparation-symbol.js +0 -28
- package/core/shape-start-end.d.ts +0 -16
- package/core/shape-start-end.js +0 -28
- package/core/shape-stored-data.d.ts +0 -16
- package/core/shape-stored-data.js +0 -28
- package/core/shape-summing-junction-cross.d.ts +0 -16
- package/core/shape-summing-junction-cross.js +0 -28
- package/core/shape-summing-junction-plus.d.ts +0 -16
- package/core/shape-summing-junction-plus.js +0 -28
- package/core/space.d.ts +0 -16
- package/core/space.js +0 -30
- package/core/speedometer.d.ts +0 -16
- package/core/speedometer.js +0 -28
- package/svgs/core/hand-clenched.svg +0 -1
- package/svgs/core/hand.svg +0 -1
- package/svgs/core/recur.svg +0 -1
- package/svgs/core/shape-comment-left.svg +0 -1
- package/svgs/core/shape-comment-right.svg +0 -1
- package/svgs/core/shape-database.svg +0 -1
- package/svgs/core/shape-delay.svg +0 -1
- package/svgs/core/shape-display.svg +0 -1
- package/svgs/core/shape-document-symbol.svg +0 -1
- package/svgs/core/shape-hard-disk.svg +0 -1
- package/svgs/core/shape-internal-storage.svg +0 -1
- package/svgs/core/shape-manual-input.svg +0 -1
- package/svgs/core/shape-manual-operation-symbol.svg +0 -1
- package/svgs/core/shape-mindmap.svg +0 -1
- package/svgs/core/shape-multiple-documents.svg +0 -1
- package/svgs/core/shape-off-page.svg +0 -1
- package/svgs/core/shape-predefined-process.svg +0 -1
- package/svgs/core/shape-preparation-symbol.svg +0 -1
- package/svgs/core/shape-start-end.svg +0 -1
- package/svgs/core/shape-stored-data.svg +0 -1
- package/svgs/core/shape-summing-junction-cross.svg +0 -1
- package/svgs/core/shape-summing-junction-plus.svg +0 -1
- package/svgs/core/space.svg +0 -1
- package/svgs/core/speedometer.svg +0 -1
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::46590c9a6bb01ecdfbbb09c3dfa117f1>>
|
|
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: "ShapeCommentLeft".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for comment left diagram symbol.
|
|
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 ShapeCommentLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M8 12.75v-1.947A2.25 2.25 0 0 0 6.998 8.93L5.603 8l1.395-.93A2.25 2.25 0 0 0 8 5.196V3.25a.75.75 0 0 1 .75-.75h1.75V1H8.75A2.25 2.25 0 0 0 6.5 3.25v1.947a.75.75 0 0 1-.334.624l-1.395.931a1.5 1.5 0 0 0 0 2.496l1.395.93a.75.75 0 0 1 .334.625v1.947A2.25 2.25 0 0 0 8.75 15h1.75v-1.5H8.75a.75.75 0 0 1-.75-.75"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeCommentLeftIcon.displayName = 'ShapeCommentLeftIcon';
|
|
28
|
-
var _default = exports.default = ShapeCommentLeftIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::84813b1fcde3d4c29ccf679bd23ebe40>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-comment-right" is deprecated in favour of "diagram-symbol-comment-right" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeCommentRightIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeCommentRightIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::4212341d35913986af8e195ae30b35fe>>
|
|
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: "ShapeCommentRight".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for comment right diagram symbol.
|
|
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 ShapeCommentRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M8 13v-2.197A2.25 2.25 0 0 1 9.002 8.93L10.398 8l-1.396-.93A2.25 2.25 0 0 1 8 5.196V3a.5.5 0 0 0-.5-.5h-2V1h2a2 2 0 0 1 2 2v2.197c0 .251.125.485.334.624l1.396.931a1.5 1.5 0 0 1 0 2.496l-1.396.93a.75.75 0 0 0-.334.625V13a2 2 0 0 1-2 2h-2v-1.5h2A.5.5 0 0 0 8 13"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeCommentRightIcon.displayName = 'ShapeCommentRightIcon';
|
|
28
|
-
var _default = exports.default = ShapeCommentRightIcon;
|
package/core/shape-database.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::29d18c771c0eedbd753cc8173a64e58b>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-database" is deprecated in favour of "diagram-symbol-database" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeDatabaseIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeDatabaseIcon;
|
package/core/shape-database.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::d43311eafcb072d949c8baaf8cb0bea5>>
|
|
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: "ShapeDatabase".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for database diagram symbol.
|
|
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 ShapeDatabaseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M8 1c1.715 0 3.299.23 4.48.624.586.196 1.116.446 1.513.759.39.306.757.763.757 1.367v8.5c0 .604-.368 1.06-.757 1.367-.397.313-.927.563-1.514.759C11.3 14.77 9.716 15 8 15s-3.299-.23-4.48-.624c-.586-.195-1.116-.445-1.513-.759-.39-.307-.757-.763-.757-1.367v-8.5c0-.604.368-1.06.757-1.367.397-.313.927-.563 1.514-.759C4.7 1.23 6.285 1 8 1m5.25 4.567q-.362.172-.77.309C11.299 6.27 9.715 6.5 8 6.5s-3.299-.23-4.48-.624a7 7 0 0 1-.77-.309v6.67c.006.018.04.087.186.203.21.165.559.347 1.058.513.99.33 2.407.547 4.006.547s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.513.146-.116.179-.185.185-.203zM8 2.5c-1.599 0-3.015.217-4.006.547-.499.166-.849.348-1.058.514a.7.7 0 0 0-.181.189.7.7 0 0 0 .18.19c.21.165.56.347 1.06.513C4.984 4.783 6.4 5 8 5s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.514a.6.6 0 0 0 .18-.189.6.6 0 0 0-.18-.19c-.21-.165-.56-.347-1.06-.513C11.016 2.717 9.6 2.5 8 2.5"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeDatabaseIcon.displayName = 'ShapeDatabaseIcon';
|
|
28
|
-
var _default = exports.default = ShapeDatabaseIcon;
|
package/core/shape-delay.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::2cd8323ffdc41ecec6d611eca68dfaf9>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-delay" is deprecated in favour of "diagram-symbol-delay" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeDelayIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeDelayIcon;
|
package/core/shape-delay.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c4ad9d2be4f3f71063ed622b97c0bef4>>
|
|
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: "ShapeDelay".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for delay diagram symbol.
|
|
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 ShapeDelayIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 4.25a2 2 0 0 1 2-2h6.655c3.112 0 5.595 2.597 5.595 5.75s-2.483 5.75-5.595 5.75H3a2 2 0 0 1-2-2zm1.5 7.5a.5.5 0 0 0 .5.5h6.655c2.24 0 4.095-1.88 4.095-4.25s-1.855-4.25-4.095-4.25H3a.5.5 0 0 0-.5.5z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeDelayIcon.displayName = 'ShapeDelayIcon';
|
|
28
|
-
var _default = exports.default = ShapeDelayIcon;
|
package/core/shape-display.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::41c3227efb88c48e380d8f4c7a002678>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-display" is deprecated in favour of "diagram-symbol-display" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeDisplayIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeDisplayIcon;
|
package/core/shape-display.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::de918650fdce27a1fb7aca2ade3c538c>>
|
|
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: "ShapeDisplay".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for display diagram symbol.
|
|
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 ShapeDisplayIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 4.5A.5.5 0 0 0 13 4H5.081c-.382 0-.74.194-.946.516L2.285 7.39c-.24.37-.24.848 0 1.218l1.85 2.875c.207.322.564.516.946.516H13a.5.5 0 0 0 .5-.5zm1.5 7a2 2 0 0 1-2 2H5.081a2.63 2.63 0 0 1-2.208-1.204L1.023 9.42a2.63 2.63 0 0 1 0-2.842l1.85-2.875.095-.137A2.63 2.63 0 0 1 5.08 2.5H13a2 2 0 0 1 2 2z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeDisplayIcon.displayName = 'ShapeDisplayIcon';
|
|
28
|
-
var _default = exports.default = ShapeDisplayIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::1c73df580c985cd972bf22fb50f0a3f3>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-document-symbol" is deprecated in favour of "diagram-symbol-document" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeDocumentSymbolIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeDocumentSymbolIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::69e86b890e4d2d62660b1c1fe24d4a3b>>
|
|
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: "ShapeDocumentSymbol".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for single document diagram symbol.
|
|
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 ShapeDocumentSymbolIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v6.774l3.082 1.608.11.053a1.75 1.75 0 0 0 1.704-.172l3.062-2.149a3.25 3.25 0 0 1 3.438-.184l1.604.885zm1.5 7.662a1 1 0 0 1-1.356.935l-.127-.06-2.346-1.295a1.75 1.75 0 0 0-1.852.1L7.26 13.49a3.25 3.25 0 0 1-3.166.32l-.204-.098-3.35-1.747a1 1 0 0 1-.54-.887V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeDocumentSymbolIcon.displayName = 'ShapeDocumentSymbolIcon';
|
|
28
|
-
var _default = exports.default = ShapeDocumentSymbolIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::29c1e4fda312d08673889565916dc46a>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-hard-disk" is deprecated in favour of "diagram-symbol-hard-disk" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeHardDiskIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeHardDiskIcon;
|
package/core/shape-hard-disk.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::ce037fd773afbc713db77d7bd6cee49f>>
|
|
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: "ShapeHardDisk".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for hard disk diagram symbol.
|
|
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 ShapeHardDiskIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M15.25 8c0 1.784-.24 3.43-.648 4.656-.202.61-.46 1.156-.783 1.567-.316.401-.783.777-1.4.777H3.58c-.616 0-1.083-.376-1.4-.777-.322-.41-.58-.958-.783-1.567C.99 11.43.75 9.784.75 8s.24-3.43.647-4.656c.203-.61.46-1.156.784-1.567.316-.401.783-.777 1.4-.777h8.839c.616 0 1.083.376 1.4.777.322.41.58.958.782 1.567.409 1.226.648 2.872.648 4.656m-4.672 5.5a7 7 0 0 1-.34-.844C9.828 11.43 9.59 9.784 9.59 8s.24-3.43.647-4.656c.1-.3.214-.584.341-.844h-6.99c-.013.003-.092.032-.229.205-.174.222-.364.59-.538 1.112C2.477 4.853 2.25 6.332 2.25 8s.227 3.147.571 4.183c.174.521.364.89.538 1.112.137.173.216.201.23.205zM13.75 8c0-1.668-.226-3.147-.571-4.183-.174-.521-.364-.89-.538-1.112-.118-.15-.194-.19-.221-.201-.027.01-.102.052-.22.201-.175.222-.365.59-.539 1.112-.345 1.036-.571 2.515-.571 4.183s.226 3.147.571 4.183c.174.521.364.89.54 1.112.117.15.192.19.219.201.027-.01.103-.051.22-.201.175-.222.365-.59.539-1.112.345-1.036.571-2.515.571-4.183"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeHardDiskIcon.displayName = 'ShapeHardDiskIcon';
|
|
28
|
-
var _default = exports.default = ShapeHardDiskIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::e700d7cd67d69991a5b75116accb2290>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-internal-storage" is deprecated in favour of "diagram-symbol-internal-storage" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeInternalStorageIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeInternalStorageIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::5a2e53b2ee621f766bff46878c4505f4>>
|
|
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: "ShapeInternalStorage".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for internal storage diagram symbol.
|
|
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 ShapeInternalStorageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 6.5h-10v6H14a.5.5 0 0 0 .5-.5zM1.5 12a.5.5 0 0 0 .5.5h1v-6H1.5zm13-8a.5.5 0 0 0-.4-.49L14 3.5H4.5V5h10zm-13 1H3V3.5H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeInternalStorageIcon.displayName = 'ShapeInternalStorageIcon';
|
|
28
|
-
var _default = exports.default = ShapeInternalStorageIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::6ba0c899b6d2518baa136042755aa88e>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-manual-input" is deprecated in favour of "diagram-symbol-manual-input" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeManualInputIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeManualInputIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::89b43bb3d5aaaaecd0cecd8b533fb004>>
|
|
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: "ShapeManualInput".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for manual input diagram symbol.
|
|
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 ShapeManualInputIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 4.018a.5.5 0 0 0-.481-.5l-.115.008-12 2.342a.5.5 0 0 0-.404.49V12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6.358a2 2 0 0 1 1.617-1.962l12-2.341.23-.032A2 2 0 0 1 16 4.018z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeManualInputIcon.displayName = 'ShapeManualInputIcon';
|
|
28
|
-
var _default = exports.default = ShapeManualInputIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::9babd88429dbd604183e3c7fb5151de8>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-manual-operation-symbol" is deprecated in favour of "diagram-symbol-manual-operation" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeManualOperationSymbolIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeManualOperationSymbolIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::82f1c8f61b10e0697d4add78dfbd168e>>
|
|
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: "ShapeManualOperationSymbol".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for manual operation diagram symbol.
|
|
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 ShapeManualOperationSymbolIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.46 2.25a2 2 0 0 1 1.992 2.18l-.035.231-1.628 7.75A2 2 0 0 1 11.831 14H4.17a2 2 0 0 1-1.914-1.418l-.044-.17-1.628-7.75A2 2 0 0 1 2.54 2.25zM2.54 3.75a.5.5 0 0 0-.49.603l1.629 7.75.025.084a.5.5 0 0 0 .465.313h7.662a.5.5 0 0 0 .49-.398l1.628-7.75.011-.115a.5.5 0 0 0-.5-.487z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeManualOperationSymbolIcon.displayName = 'ShapeManualOperationSymbolIcon';
|
|
28
|
-
var _default = exports.default = ShapeManualOperationSymbolIcon;
|
package/core/shape-mindmap.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::92b5e2d3c30fd8f58294c52640156583>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-mindmap" is deprecated in favour of "diagram-symbol-mind-map" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeMindmapIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeMindmapIcon;
|
package/core/shape-mindmap.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::fd4c95b79da91c168c83af4a80d96bc3>>
|
|
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: "ShapeMindmap".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for mind map diagram symbol.
|
|
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 ShapeMindmapIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 12.75a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm0-10a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-13 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5zm14.5-5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a.5.5 0 0 0-.5.5v7.5a.5.5 0 0 0 .5.5h.815A2 2 0 0 1 12 10.75h2a2 2 0 0 1 2 2v.5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a2 2 0 0 1-2-2v-3H5.935A2 2 0 0 1 4 10.25H2a2 2 0 0 1-2-2v-.5a2 2 0 0 1 2-2h2a2 2 0 0 1 1.935 1.5H7.25v-3a2 2 0 0 1 2-2h.815A2 2 0 0 1 12 .75h2a2 2 0 0 1 2 2z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeMindmapIcon.displayName = 'ShapeMindmapIcon';
|
|
28
|
-
var _default = exports.default = ShapeMindmapIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::46d96d04127bfdb37dba52f919a64386>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-multiple-documents" is deprecated in favour of "diagram-symbol-documents" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeMultipleDocumentsIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeMultipleDocumentsIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::3f766f66ddbca976d9f9e11d9a20f251>>
|
|
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: "ShapeMultipleDocuments".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for multiple documents diagram symbol
|
|
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 ShapeMultipleDocumentsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 6a.5.5 0 0 0-.5-.5H4.5A.5.5 0 0 0 4 6v5.815l2.099 1.323.123.071a1.75 1.75 0 0 0 1.941-.217l1.785-1.515.213-.165a3.25 3.25 0 0 1 3.694-.06l.645.43zm1.5 6.618a1 1 0 0 1-1.428.905l-.127-.073-1.424-.949a1.75 1.75 0 0 0-1.988.031l-.114.09-1.785 1.514a3.25 3.25 0 0 1-3.606.403l-.23-.132-2.331-1.469a1 1 0 0 1-.467-.846V6a2 2 0 0 1 2-2h8v-.5A.5.5 0 0 0 12 3H2a.5.5 0 0 0-.5.5v7H0v-7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2V4a2 2 0 0 1 2 2z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeMultipleDocumentsIcon.displayName = 'ShapeMultipleDocumentsIcon';
|
|
28
|
-
var _default = exports.default = ShapeMultipleDocumentsIcon;
|
package/core/shape-off-page.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::cf98dc80fc5b94548cc274be50299bac>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-off-page" is deprecated in favour of "diagram-symbol-connector-off-page" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeOffPageIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeOffPageIcon;
|
package/core/shape-off-page.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c1c103b38cad60d369807d1e0d225304>>
|
|
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: "ShapeOffPage".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for off-page connector diagram symbol.
|
|
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 ShapeOffPageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v7.31a.5.5 0 0 0 .258.437l5 2.763.058.027a.5.5 0 0 0 .426-.027l5-2.763.057-.037a.5.5 0 0 0 .201-.4zm1.5 7.31a2 2 0 0 1-.916 1.68l-.117.07-5 2.762a2 2 0 0 1-1.82.059l-.114-.059-5-2.762A2 2 0 0 1 1 10.31V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeOffPageIcon.displayName = 'ShapeOffPageIcon';
|
|
28
|
-
var _default = exports.default = ShapeOffPageIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::953d169d9dee25ccc3a084d5ff813d02>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-predefined-process" is deprecated in favour of "diagram-symbol-predefined-process" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapePredefinedProcessIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapePredefinedProcessIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::39092a8dcd1835c105400387d8176b2d>>
|
|
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: "ShapePredefinedProcess".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for predefined process diagram symbol.
|
|
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 ShapePredefinedProcessIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5h-1v9h1a.5.5 0 0 0 .5-.5zm-10 8.5h7v-9h-7zm-3-.5a.5.5 0 0 0 .5.5h1v-9H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapePredefinedProcessIcon.displayName = 'ShapePredefinedProcessIcon';
|
|
28
|
-
var _default = exports.default = ShapePredefinedProcessIcon;
|