@atlaskit/icon-lab 4.11.0 → 4.12.1

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.
Files changed (69) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/core/hand-clenched.d.ts +13 -0
  3. package/core/hand-clenched.js +28 -0
  4. package/core/shape-comment-left.d.ts +13 -0
  5. package/core/shape-comment-left.js +28 -0
  6. package/core/shape-comment-right.d.ts +13 -0
  7. package/core/shape-comment-right.js +28 -0
  8. package/core/shape-database.d.ts +13 -0
  9. package/core/shape-database.js +28 -0
  10. package/core/shape-delay.d.ts +13 -0
  11. package/core/shape-delay.js +28 -0
  12. package/core/shape-display.d.ts +13 -0
  13. package/core/shape-display.js +28 -0
  14. package/core/shape-document-symbol.d.ts +13 -0
  15. package/core/shape-document-symbol.js +28 -0
  16. package/core/shape-hard-disk.d.ts +13 -0
  17. package/core/shape-hard-disk.js +28 -0
  18. package/core/shape-internal-storage.d.ts +13 -0
  19. package/core/shape-internal-storage.js +28 -0
  20. package/core/shape-manual-input.d.ts +13 -0
  21. package/core/shape-manual-input.js +28 -0
  22. package/core/shape-manual-operation-symbol.d.ts +13 -0
  23. package/core/shape-manual-operation-symbol.js +28 -0
  24. package/core/shape-mindmap.d.ts +13 -0
  25. package/core/shape-mindmap.js +28 -0
  26. package/core/shape-multiple-documents.d.ts +13 -0
  27. package/core/shape-multiple-documents.js +28 -0
  28. package/core/shape-off-page.d.ts +13 -0
  29. package/core/shape-off-page.js +28 -0
  30. package/core/shape-predefined-process.d.ts +13 -0
  31. package/core/shape-predefined-process.js +28 -0
  32. package/core/shape-preparation-symbol.d.ts +13 -0
  33. package/core/shape-preparation-symbol.js +28 -0
  34. package/core/shape-start-end.d.ts +13 -0
  35. package/core/shape-start-end.js +28 -0
  36. package/core/shape-stored-data.d.ts +13 -0
  37. package/core/shape-stored-data.js +28 -0
  38. package/core/shape-summing-junction-cross.d.ts +13 -0
  39. package/core/shape-summing-junction-cross.js +28 -0
  40. package/core/shape-summing-junction-plus.d.ts +13 -0
  41. package/core/shape-summing-junction-plus.js +28 -0
  42. package/core/speedometer-up.js +2 -2
  43. package/dist/cjs/metadata-core.js +201 -1
  44. package/dist/es2019/metadata-core.js +201 -1
  45. package/dist/esm/metadata-core.js +201 -1
  46. package/dist/types/metadata-core.d.ts +1 -1
  47. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  48. package/package.json +2 -2
  49. package/svgs/core/hand-clenched.svg +1 -0
  50. package/svgs/core/shape-comment-left.svg +1 -0
  51. package/svgs/core/shape-comment-right.svg +1 -0
  52. package/svgs/core/shape-database.svg +1 -0
  53. package/svgs/core/shape-delay.svg +1 -0
  54. package/svgs/core/shape-display.svg +1 -0
  55. package/svgs/core/shape-document-symbol.svg +1 -0
  56. package/svgs/core/shape-hard-disk.svg +1 -0
  57. package/svgs/core/shape-internal-storage.svg +1 -0
  58. package/svgs/core/shape-manual-input.svg +1 -0
  59. package/svgs/core/shape-manual-operation-symbol.svg +1 -0
  60. package/svgs/core/shape-mindmap.svg +1 -0
  61. package/svgs/core/shape-multiple-documents.svg +1 -0
  62. package/svgs/core/shape-off-page.svg +1 -0
  63. package/svgs/core/shape-predefined-process.svg +1 -0
  64. package/svgs/core/shape-preparation-symbol.svg +1 -0
  65. package/svgs/core/shape-start-end.svg +1 -0
  66. package/svgs/core/shape-stored-data.svg +1 -0
  67. package/svgs/core/shape-summing-junction-cross.svg +1 -0
  68. package/svgs/core/shape-summing-junction-plus.svg +1 -0
  69. package/svgs/core/speedometer-up.svg +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.12.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#151550](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151550)
14
+ [`8aaa23d8f2d84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8aaa23d8f2d84) -
15
+ This release adds icons in `@atlaskit/icon-lab`.
16
+
17
+ ### Added:
18
+
19
+ **`@atlaskit/icon-lab/core`**
20
+
21
+ - `hand-clenched`
22
+ - `shape-comment-left`
23
+ - `shape-comment-right`
24
+ - `shape-database`
25
+ - `shape-delay`
26
+ - `shape-display`
27
+ - `shape-document-symbol`
28
+ - `shape-hard-disk`
29
+ - `shape-internal-storage`
30
+ - `shape-manual-input`
31
+ - `shape-manual-operation-symbol`
32
+ - `shape-mindmap`
33
+ - `shape-multiple-documents`
34
+ - `shape-off-page`
35
+ - `shape-predefined-process`
36
+ - `shape-preparation-symbol`
37
+ - `shape-start-end`
38
+ - `shape-stored-data`
39
+ - `shape-summing-junction-cross`
40
+ - `shape-summing-junction-plus`
41
+
42
+ - [#148166](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148166)
43
+ [`06a7435a03c28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/06a7435a03c28) -
44
+ This release updates icons in `@atlaskit/icon-lab`.
45
+
46
+ ### Updated:
47
+
48
+ **`@atlaskit/icon-lab/core`**
49
+
50
+ - `book-open`
51
+ - `cloud-saved`
52
+ - `speedometer-up`
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies
57
+
3
58
  ## 4.11.0
4
59
 
5
60
  ### 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::c4c0c5025440d0e95b92b83fd09089e1>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const HandClenchedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default HandClenchedIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1929424acf852d5711718640744902e6>>
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: "HandClenched".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Grabbing elements in whiteboards
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 HandClenchedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7.17 15.992a4.5 4.5 0 0 1-3.403-1.897L1.328 10.64l-.128-.207a2 2 0 0 1 1.073-2.825L4 6.977v-.264l.004-.15a2.626 2.626 0 0 1 3.053-2.439l.112.02a2.25 2.25 0 0 1 4.161 0l.113-.02A2.625 2.625 0 0 1 14.5 6.713V11.5a4.5 4.5 0 0 1-4.269 4.494L10 16H7.443zM10 14.5l.154-.004A3 3 0 0 0 13 11.5V6.713c0-.695-.624-1.223-1.31-1.11l-.19.033V8H10V5a.75.75 0 0 0-1.496-.077L8.5 5v3H7V5.636l-.19-.032a1.126 1.126 0 0 0-1.303.981l-.007.128v2.615H4v-.754l-1.21.444a.5.5 0 0 0-.294.652l.058.105 2.438 3.455a3 3 0 0 0 2.451 1.27z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ HandClenchedIcon.displayName = 'HandClenchedIcon';
28
+ var _default = exports.default = HandClenchedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bc70e7503cd347f9358a66fe330c3848>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeCommentLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeCommentLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3ff5a93d969e8c349f89ce607e57566b>>
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: Creating a shape for commenting (left)
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b6f938f1c3b89a0b56a08bae3e1fb2ba>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeCommentRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeCommentRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c714895738dc5c83a90d3913fa0131c3>>
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: Creating a shape for commenting (right)
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::10f8290385f8bb636100d4372aedcaaa>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeDatabaseIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeDatabaseIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f0fdddf262b27206f33da73df849308f>>
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: Creating a shape for databases in whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5199efb658414f7e01bbc72d00123854>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeDelayIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeDelayIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ef6fe12d9d46c28d7ea9be4091e4872e>>
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: Creating a shape for a delay in Whiteboards.
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::df2180080e5dbcfeb343d48bebda4d24>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeDisplayIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeDisplayIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cb5b12c42b58437baf9b8179c34fb204>>
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: Creating a shape for display in whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5f3445a6888508854d790d7e35c407bb>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeDocumentSymbolIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeDocumentSymbolIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c91634f86ef7c50ba6f12085b3db23fb>>
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: Creating a document shape in Whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4a8104904a4ca3da5a992b689337a58a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeHardDiskIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeHardDiskIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::77441c18c4072aec2aa709b37c8bb0a9>>
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: Creating a shape for a hard disk in Whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::985be51eb38106adb4a5fc6ed33e6a79>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeInternalStorageIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeInternalStorageIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::35ab3c1432bb68878c1cef3d5bb1a926>>
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: Creating a shape for internal storage in Whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::471edf6a1a0d4b891f27580f2bf2e4c8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeManualInputIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeManualInputIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fca7bb33eeb841251ab788dbefc44007>>
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: Creating a shape for manual input in whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d879ec820a63599519fd9a5a34751e81>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeManualOperationSymbolIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeManualOperationSymbolIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3f9aff686f4650ef4f169a04c4e2c7fc>>
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: Creating a shape for manual operation in Whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::764a16754c7bcf0457d591ba6834f7ea>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeMindmapIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeMindmapIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::54872c1dac451fdc41aad8d6d32705d6>>
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: Creating a mind map shape in Whiteboards
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;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1461dd5a6931859038576d5273e3edfa>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeMultipleDocumentsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeMultipleDocumentsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::01ed027adf2bc40a3e507527d492b93e>>
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: Creating a shape for multiple documents in whiteboards
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;