@atlaskit/icon-lab 5.7.1 → 5.9.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 +62 -0
- package/core/ai-generative-text.js +2 -2
- package/core/assets-object-type.d.ts +13 -0
- package/core/assets-object-type.js +29 -0
- package/core/assets-object.d.ts +13 -0
- package/core/assets-object.js +29 -0
- package/core/assets-schema.js +3 -3
- package/core/blast-radius.d.ts +13 -0
- package/core/blast-radius.js +29 -0
- package/core/chart-bullet.d.ts +13 -0
- package/core/chart-bullet.js +29 -0
- package/core/chart-extrapolate.d.ts +13 -0
- package/core/chart-extrapolate.js +29 -0
- package/core/chart-funnel.d.ts +13 -0
- package/core/chart-funnel.js +29 -0
- package/core/data-bucket.d.ts +13 -0
- package/core/data-bucket.js +29 -0
- package/core/data-formula.d.ts +13 -0
- package/core/data-formula.js +29 -0
- package/core/data-function.d.ts +13 -0
- package/core/data-function.js +29 -0
- package/core/data-pivot.d.ts +13 -0
- package/core/data-pivot.js +29 -0
- package/core/data-transpose.d.ts +13 -0
- package/core/data-transpose.js +29 -0
- package/core/data-unpivot.d.ts +13 -0
- package/core/data-unpivot.js +29 -0
- package/core/data-visualization-heatmap.d.ts +13 -0
- package/core/data-visualization-heatmap.js +29 -0
- package/core/data-visualization-metric.d.ts +13 -0
- package/core/data-visualization-metric.js +29 -0
- package/core/data-zero-fill.d.ts +13 -0
- package/core/data-zero-fill.js +29 -0
- package/core/key.d.ts +13 -0
- package/core/key.js +29 -0
- package/core/merge-queue.d.ts +13 -0
- package/core/merge-queue.js +29 -0
- package/core/missed-call.d.ts +13 -0
- package/core/missed-call.js +29 -0
- package/core/power-cable.d.ts +13 -0
- package/core/power-cable.js +29 -0
- package/core/table-row-limit.d.ts +13 -0
- package/core/table-row-limit.js +29 -0
- package/core/template-sync.d.ts +13 -0
- package/core/template-sync.js +29 -0
- package/core/template.js +4 -4
- package/core/text-cursor.d.ts +13 -0
- package/core/text-cursor.js +29 -0
- package/core/text-density-compress.d.ts +13 -0
- package/core/text-density-compress.js +29 -0
- package/core/text-density-expand.d.ts +13 -0
- package/core/text-density-expand.js +29 -0
- package/core/views.d.ts +13 -0
- package/core/views.js +29 -0
- package/core/world.d.ts +13 -0
- package/core/world.js +29 -0
- package/dist/cjs/metadata-core.js +267 -7
- package/dist/es2019/metadata-core.js +267 -7
- package/dist/esm/metadata-core.js +267 -7
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +8 -8
- package/svgs/core/ai-generative-text.svg +1 -1
- package/svgs/core/assets-object-type.svg +1 -0
- package/svgs/core/assets-object.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -1
- package/svgs/core/blast-radius.svg +1 -0
- package/svgs/core/chart-bullet.svg +1 -0
- package/svgs/core/chart-extrapolate.svg +1 -0
- package/svgs/core/chart-funnel.svg +1 -0
- package/svgs/core/data-bucket.svg +1 -0
- package/svgs/core/data-formula.svg +1 -0
- package/svgs/core/data-function.svg +1 -0
- package/svgs/core/data-pivot.svg +1 -0
- package/svgs/core/data-transpose.svg +1 -0
- package/svgs/core/data-unpivot.svg +1 -0
- package/svgs/core/data-visualization-heatmap.svg +1 -0
- package/svgs/core/data-visualization-metric.svg +1 -0
- package/svgs/core/data-zero-fill.svg +1 -0
- package/svgs/core/key.svg +1 -0
- package/svgs/core/merge-queue.svg +1 -0
- package/svgs/core/missed-call.svg +1 -0
- package/svgs/core/power-cable.svg +1 -0
- package/svgs/core/table-row-limit.svg +1 -0
- package/svgs/core/template-sync.svg +1 -0
- package/svgs/core/template.svg +1 -1
- package/svgs/core/text-cursor.svg +1 -0
- package/svgs/core/text-density-compress.svg +1 -0
- package/svgs/core/text-density-expand.svg +1 -0
- package/svgs/core/views.svg +1 -0
- package/svgs/core/world.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0a012007605a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a012007605a2) -
|
|
8
|
+
This release adds and updates icons in `@atlaskit/icon-lab`.
|
|
9
|
+
|
|
10
|
+
### Added:
|
|
11
|
+
|
|
12
|
+
**`@atlaskit/icon-lab/core`**
|
|
13
|
+
|
|
14
|
+
- `assets-object-type`
|
|
15
|
+
- `assets-object`
|
|
16
|
+
- `blast-radius`
|
|
17
|
+
- `chart-bullet`
|
|
18
|
+
- `chart-extrapolate`
|
|
19
|
+
- `chart-funnel`
|
|
20
|
+
- `data-bucket`
|
|
21
|
+
- `data-formula`
|
|
22
|
+
- `data-function`
|
|
23
|
+
- `data-pivot`
|
|
24
|
+
- `data-transpose`
|
|
25
|
+
- `data-unpivot`
|
|
26
|
+
- `data-visualization-heatmap`
|
|
27
|
+
- `data-visualization-metric`
|
|
28
|
+
- `data-zero-fill`
|
|
29
|
+
- `key`
|
|
30
|
+
- `power-cable`
|
|
31
|
+
- `table-row-limit`
|
|
32
|
+
- `template-sync`
|
|
33
|
+
- `text-cursor`
|
|
34
|
+
- `world`
|
|
35
|
+
|
|
36
|
+
### Updated:
|
|
37
|
+
|
|
38
|
+
**`@atlaskit/icon-lab/core`**
|
|
39
|
+
|
|
40
|
+
- `ai-generative-text`
|
|
41
|
+
- `assets-schema`
|
|
42
|
+
- `template`
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies
|
|
47
|
+
|
|
48
|
+
## 5.8.0
|
|
49
|
+
|
|
50
|
+
### Minor Changes
|
|
51
|
+
|
|
52
|
+
- [`d7d90d3926711`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7d90d3926711) -
|
|
53
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
54
|
+
|
|
55
|
+
### Added:
|
|
56
|
+
|
|
57
|
+
**`@atlaskit/icon-lab/core`**
|
|
58
|
+
|
|
59
|
+
- `merge-queue`
|
|
60
|
+
- `missed-call`
|
|
61
|
+
- `text-density-compress`
|
|
62
|
+
- `text-density-expand`
|
|
63
|
+
- `views`
|
|
64
|
+
|
|
3
65
|
## 5.7.1
|
|
4
66
|
|
|
5
67
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::c646a99d277cd4b5b22a16e5f42dbd2f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
22
22
|
*/
|
|
23
23
|
const AiGenerativeTextIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
24
|
name: "AiGenerativeTextIcon",
|
|
25
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.617 9.011a.75.75 0 0 1 .588.483l.615 1.687 1.687.615a.75.75 0 0 1 0 1.41l-1.687.615-.615 1.686a.75.75 0 0 1-1.409 0l-.616-1.686-1.686-.616a.75.75 0 0 1 0-1.409l1.686-.615.616-1.687.048-.106A.75.75 0 0 1 12.5 9z"/><path fill="currentcolor" fill-rule="evenodd" d="M9.337.604a2 2 0 0 1 2.828 0l1.233 1.232a2 2 0 0 1 0 2.828l-8.1 8.099a2 2 0 0 1-1.022.547l-3.378.676a.75.75 0 0 1-.883-.883l.676-3.38a2 2 0 0 1 .546-1.02zm-7.04 9.159a.5.5 0 0 0-.136.256l-.456 2.275 2.278-.455a.5.5 0 0 0 .254-.137l6.078-6.078-1.94-1.94zm8.808-8.099a.5.5 0 0 0-.707 0l-.961.961 1.94 1.94.96-.961a.5.5 0 0 0 0-.707z" clip-rule="evenodd"/>`
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props));
|
|
28
28
|
AiGenerativeTextIcon.displayName = 'AiGenerativeTextIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7a65ca7bc57c0e58ed45a95a4f6358ce>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AssetsObjectTypeIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AssetsObjectTypeIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0aca1d30928709a7afbf0b04d0a092a3>>
|
|
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: "AssetsObjectType".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing object types in Assets.
|
|
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 AssetsObjectTypeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "AssetsObjectTypeIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11 14.5h3.5V11H11zm-5.5-11a2 2 0 1 0-4 0 2 2 0 0 0 4 0M16 14.625c0 .76-.616 1.375-1.375 1.375h-3.75c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375zM7 3.5a3.5 3.5 0 0 1-2.75 3.418V11.5a.5.5 0 0 0 .5.5H8v1.5H4.75a2 2 0 0 1-2-2V6.918A3.5 3.5 0 1 1 7 3.5"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
AssetsObjectTypeIcon.displayName = 'AssetsObjectTypeIcon';
|
|
29
|
+
var _default = exports.default = AssetsObjectTypeIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2efda1f57ca6ef15402f2f74ec92fd98>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AssetsObjectIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AssetsObjectIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::edc088c8e1dff28f4540e843bee097cd>>
|
|
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: "AssetsObject".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing objects in Assets.
|
|
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 AssetsObjectIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "AssetsObjectIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5h-2.5v3.75a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V2.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM7 5.5h2v-3H7zm8 7.5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
AssetsObjectIcon.displayName = 'AssetsObjectIcon';
|
|
29
|
+
var _default = exports.default = AssetsObjectIcon;
|
package/core/assets-schema.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::46a94e1addf026bfebe08b8e272a8c2a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "AssetsSchema".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for
|
|
19
|
+
* Usage guidance: Reserved for representing schema in Assets.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const AssetsSchemaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
24
|
name: "AssetsSchemaIcon",
|
|
25
|
-
dangerouslySetGlyph: `<path fill="currentcolor"
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.75 11a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5m0-8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5M3 13.5a2 2 0 0 1-2-2V0h1.5v4H8v1.5H2.5v6a.5.5 0 0 0 .5.5h5v1.5zm9.75-4a3.25 3.25 0 1 1 0 6.5 3.25 3.25 0 0 1 0-6.5m0-8a3.25 3.25 0 1 1 0 6.5 3.25 3.25 0 0 1 0-6.5"/>`
|
|
26
26
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
27
|
}, props));
|
|
28
28
|
AssetsSchemaIcon.displayName = 'AssetsSchemaIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e18ff014af1299515c55acadfd1b14ec>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const BlastRadiusIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default BlastRadiusIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8a6ea5e9608a39c91dddcd716eb961db>>
|
|
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: "BlastRadius".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing blast radius in Object Graph.
|
|
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 BlastRadiusIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "BlastRadiusIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9.56 15.85a8 8 0 0 1-3.12 0l.29-1.47a6.5 6.5 0 0 0 2.54 0zM2.6 11.61a6.5 6.5 0 0 0 1.79 1.79l-.83 1.25a8 8 0 0 1-2.21-2.21zm12.06.83a8 8 0 0 1-2.21 2.21l-.83-1.25a6.5 6.5 0 0 0 1.79-1.79zM0 8q0-.8.15-1.56l1.47.29a6.5 6.5 0 0 0 0 2.54l-1.47.29A8 8 0 0 1 0 8m14.5 0q0-.65-.12-1.27l1.47-.29a8 8 0 0 1 0 3.12l-1.47-.29q.12-.62.12-1.27M4.39 2.6A6.5 6.5 0 0 0 2.6 4.39l-1.25-.83a8 8 0 0 1 2.21-2.21zm8.06-1.25a8 8 0 0 1 2.21 2.21l-1.25.83a6.5 6.5 0 0 0-1.79-1.79zM8 0q.8 0 1.56.15l-.29 1.47a6.5 6.5 0 0 0-2.54 0L6.44.15A8 8 0 0 1 8 0m0 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
BlastRadiusIcon.displayName = 'BlastRadiusIcon';
|
|
29
|
+
var _default = exports.default = BlastRadiusIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::113e4befd86b94808b1f5c076fbb9791>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ChartBulletIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ChartBulletIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a8c0ac6bf9d354bdbf14c0f65b1caadd>>
|
|
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: "ChartBullet".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: Bullet charts or graphs
|
|
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 ChartBulletIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ChartBulletIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="M11 8.5h2.5V6H11zm-5.5 0h4V6h-4zm9.5.125c0 .76-.616 1.375-1.375 1.375H11v1.5H9.5V10H5.375C4.615 10 4 9.384 4 8.625v-2.75c0-.76.616-1.375 1.375-1.375H9.5V3H11v1.5h2.625c.76 0 1.375.616 1.375 1.375z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ChartBulletIcon.displayName = 'ChartBulletIcon';
|
|
29
|
+
var _default = exports.default = ChartBulletIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ad0aa4ea6898ef25cd82d5be7078188a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ChartExtrapolateIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ChartExtrapolateIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0e59cfdcae01b3c7fb88cbc77b458bb4>>
|
|
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: "ChartExtrapolate".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: Chart trend extrapolation in Analytics.
|
|
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 ChartExtrapolateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ChartExtrapolateIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="m9.03 8.03-4 4-1.06-1.06 4-4zM10.25 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ChartExtrapolateIcon.displayName = 'ChartExtrapolateIcon';
|
|
29
|
+
var _default = exports.default = ChartExtrapolateIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::92e0b90bf2d6f98975fb50eda2372a65>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ChartFunnelIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ChartFunnelIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0a04d068546b48f2f9261623632ffba4>>
|
|
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: "ChartFunnel".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Known uses: Chart funnels
|
|
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 ChartFunnelIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ChartFunnelIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="M13.25 2.5a.75.75 0 0 1 .75.75v.717c0 .396-.171.773-.47 1.034L10 8.09V12H8.5V8.09L4.97 5a1.38 1.38 0 0 1-.47-1.034V3.25a.75.75 0 0 1 .75-.75zm-4 4.253L12.396 4H6.105z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ChartFunnelIcon.displayName = 'ChartFunnelIcon';
|
|
29
|
+
var _default = exports.default = ChartFunnelIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5b40171e77e483acb72aeaff5f696add>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataBucketIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataBucketIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::649a101020387b294289998828001d23>>
|
|
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: "DataBucket".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for bucketing data.
|
|
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 DataBucketIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DataBucketIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M15 12.5V14H1v-1.5zM7 7.25v1.5H1v-1.5zm8 0v1.5H9v-1.5zM3 2v1.5H1V2zm4 0v1.5H5V2zm4 0v1.5H9V2zm4 0v1.5h-2V2z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DataBucketIcon.displayName = 'DataBucketIcon';
|
|
29
|
+
var _default = exports.default = DataBucketIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2ef4e5299db10a25e4822797cb5bf984>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataFormulaIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataFormulaIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::32871a9e1205ad83473907533912c2d6>>
|
|
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: "DataFormula".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for data formulas.
|
|
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 DataFormulaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DataFormulaIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9 0a2.5 2.5 0 0 1 2.5 2.5H10a1 1 0 0 0-1-1h-.12a1.12 1.12 0 0 0-1.11.967L7.354 5.5H10V7H7.146l-.93 6.738A2.62 2.62 0 0 1 1 13.38V13h1.5v.38a1.12 1.12 0 0 0 2.23.153L5.63 7H4V5.5h1.838l.446-3.238A2.62 2.62 0 0 1 8.88 0z"/><path fill="currentcolor" d="m15.052 9.008-2.392 2.598 1.948 2.706-1.216.877-1.768-2.456-2.322 2.525-1.104-1.016 2.53-2.752-1.836-2.552 1.216-.876 1.658 2.301 2.182-2.37z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DataFormulaIcon.displayName = 'DataFormulaIcon';
|
|
29
|
+
var _default = exports.default = DataFormulaIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b54c70c23600abf91c1c5c8b1b48c4e2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataFunctionIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataFunctionIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2eb5454640979817a1aef00ed61d973f>>
|
|
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: "DataFunction".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for data functions.
|
|
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 DataFunctionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DataFunctionIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13 1v1.5H4.574l5.194 4.957a.75.75 0 0 1 0 1.086L4.574 13.5H13V15H3.75a.75.75 0 0 1-.75-.75v-1c0-.205.084-.401.232-.543L8.163 8l-4.93-4.707A.75.75 0 0 1 3 2.75v-1A.75.75 0 0 1 3.75 1z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DataFunctionIcon.displayName = 'DataFunctionIcon';
|
|
29
|
+
var _default = exports.default = DataFunctionIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::58d2afb981b6e618f9fdbe9d1f267bbd>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataPivotIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataPivotIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::46a5fb8c92113e7c9252d83ea08a8e43>>
|
|
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: "DataPivot".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for pivoting data.
|
|
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 DataPivotIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DataPivotIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-1 8.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.12l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2H8V13h4.5a.5.5 0 0 0 .5-.5"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DataPivotIcon.displayName = 'DataPivotIcon';
|
|
29
|
+
var _default = exports.default = DataPivotIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ea44f977e864ea194858efd462cb01a8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataTransposeIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataTransposeIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::35cdafb48fb6cb07fc24114d0fa861e6>>
|
|
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: "DataTranspose".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for transposing data.
|
|
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 DataTransposeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "DataTransposeIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-4.2 7.65a.75.75 0 0 1 1.12.94l-.21.42h1.79a.5.5 0 0 0 .5-.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.13l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2h-1.79l.21.42a.75.75 0 0 1-1.12.94l-2-1.5a.75.75 0 0 1 0-1.2z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
DataTransposeIcon.displayName = 'DataTransposeIcon';
|
|
29
|
+
var _default = exports.default = DataTransposeIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f20751ca5ca6eadbae7c9184a87ba595>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DataUnpivotIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DataUnpivotIcon;
|