@atlaskit/icon-object 7.1.3 → 7.2.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 +17 -0
- package/afm-cc/tsconfig.json +29 -29
- package/afm-dev-agents/tsconfig.json +33 -0
- package/afm-jira/tsconfig.json +7 -4
- package/afm-post-office/tsconfig.json +7 -4
- package/afm-rovo-extension/tsconfig.json +33 -0
- package/afm-townsquare/tsconfig.json +7 -4
- package/afm-volt/tsconfig.json +30 -0
- package/build/tsconfig.json +8 -2
- package/build/utils.tsx +10 -15
- package/constellation/index/usage.mdx +3 -3
- package/dist/cjs/artifacts/glyph/blog/16.js +10 -18
- package/dist/cjs/artifacts/glyph/blog/24.js +10 -18
- package/dist/cjs/artifacts/glyph/branch/16.js +10 -18
- package/dist/cjs/artifacts/glyph/branch/24.js +10 -18
- package/dist/cjs/artifacts/glyph/bug/16.js +10 -18
- package/dist/cjs/artifacts/glyph/bug/24.js +10 -18
- package/dist/cjs/artifacts/glyph/calendar/16.js +10 -18
- package/dist/cjs/artifacts/glyph/calendar/24.js +10 -18
- package/dist/cjs/artifacts/glyph/changes/16.js +10 -18
- package/dist/cjs/artifacts/glyph/changes/24.js +10 -18
- package/dist/cjs/artifacts/glyph/code/16.js +10 -18
- package/dist/cjs/artifacts/glyph/code/24.js +10 -18
- package/dist/cjs/artifacts/glyph/commit/16.js +10 -18
- package/dist/cjs/artifacts/glyph/commit/24.js +10 -18
- package/dist/cjs/artifacts/glyph/epic/16.js +10 -18
- package/dist/cjs/artifacts/glyph/epic/24.js +10 -18
- package/dist/cjs/artifacts/glyph/improvement/16.js +10 -18
- package/dist/cjs/artifacts/glyph/improvement/24.js +10 -18
- package/dist/cjs/artifacts/glyph/incident/16.js +10 -18
- package/dist/cjs/artifacts/glyph/incident/24.js +10 -18
- package/dist/cjs/artifacts/glyph/issue/16.js +10 -18
- package/dist/cjs/artifacts/glyph/issue/24.js +10 -18
- package/dist/cjs/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/cjs/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/cjs/artifacts/glyph/page/16.js +10 -18
- package/dist/cjs/artifacts/glyph/page/24.js +10 -18
- package/dist/cjs/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/cjs/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/cjs/artifacts/glyph/problem/16.js +10 -18
- package/dist/cjs/artifacts/glyph/problem/24.js +10 -18
- package/dist/cjs/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/cjs/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/cjs/artifacts/glyph/question/16.js +10 -18
- package/dist/cjs/artifacts/glyph/question/24.js +10 -18
- package/dist/cjs/artifacts/glyph/story/16.js +10 -18
- package/dist/cjs/artifacts/glyph/story/24.js +10 -18
- package/dist/cjs/artifacts/glyph/subtask/16.js +10 -18
- package/dist/cjs/artifacts/glyph/subtask/24.js +10 -18
- package/dist/cjs/artifacts/glyph/task/16.js +10 -18
- package/dist/cjs/artifacts/glyph/task/24.js +10 -18
- package/dist/es2019/artifacts/glyph/blog/16.js +10 -18
- package/dist/es2019/artifacts/glyph/blog/24.js +10 -18
- package/dist/es2019/artifacts/glyph/branch/16.js +10 -18
- package/dist/es2019/artifacts/glyph/branch/24.js +10 -18
- package/dist/es2019/artifacts/glyph/bug/16.js +10 -18
- package/dist/es2019/artifacts/glyph/bug/24.js +10 -18
- package/dist/es2019/artifacts/glyph/calendar/16.js +10 -18
- package/dist/es2019/artifacts/glyph/calendar/24.js +10 -18
- package/dist/es2019/artifacts/glyph/changes/16.js +10 -18
- package/dist/es2019/artifacts/glyph/changes/24.js +10 -18
- package/dist/es2019/artifacts/glyph/code/16.js +10 -18
- package/dist/es2019/artifacts/glyph/code/24.js +10 -18
- package/dist/es2019/artifacts/glyph/commit/16.js +10 -18
- package/dist/es2019/artifacts/glyph/commit/24.js +10 -18
- package/dist/es2019/artifacts/glyph/epic/16.js +10 -18
- package/dist/es2019/artifacts/glyph/epic/24.js +10 -18
- package/dist/es2019/artifacts/glyph/improvement/16.js +10 -18
- package/dist/es2019/artifacts/glyph/improvement/24.js +10 -18
- package/dist/es2019/artifacts/glyph/incident/16.js +10 -18
- package/dist/es2019/artifacts/glyph/incident/24.js +10 -18
- package/dist/es2019/artifacts/glyph/issue/16.js +10 -18
- package/dist/es2019/artifacts/glyph/issue/24.js +10 -18
- package/dist/es2019/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/es2019/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/es2019/artifacts/glyph/page/16.js +10 -18
- package/dist/es2019/artifacts/glyph/page/24.js +10 -18
- package/dist/es2019/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/es2019/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/es2019/artifacts/glyph/problem/16.js +10 -18
- package/dist/es2019/artifacts/glyph/problem/24.js +10 -18
- package/dist/es2019/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/es2019/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/es2019/artifacts/glyph/question/16.js +10 -18
- package/dist/es2019/artifacts/glyph/question/24.js +10 -18
- package/dist/es2019/artifacts/glyph/story/16.js +10 -18
- package/dist/es2019/artifacts/glyph/story/24.js +10 -18
- package/dist/es2019/artifacts/glyph/subtask/16.js +10 -18
- package/dist/es2019/artifacts/glyph/subtask/24.js +10 -18
- package/dist/es2019/artifacts/glyph/task/16.js +10 -18
- package/dist/es2019/artifacts/glyph/task/24.js +10 -18
- package/dist/esm/artifacts/glyph/blog/16.js +10 -18
- package/dist/esm/artifacts/glyph/blog/24.js +10 -18
- package/dist/esm/artifacts/glyph/branch/16.js +10 -18
- package/dist/esm/artifacts/glyph/branch/24.js +10 -18
- package/dist/esm/artifacts/glyph/bug/16.js +10 -18
- package/dist/esm/artifacts/glyph/bug/24.js +10 -18
- package/dist/esm/artifacts/glyph/calendar/16.js +10 -18
- package/dist/esm/artifacts/glyph/calendar/24.js +10 -18
- package/dist/esm/artifacts/glyph/changes/16.js +10 -18
- package/dist/esm/artifacts/glyph/changes/24.js +10 -18
- package/dist/esm/artifacts/glyph/code/16.js +10 -18
- package/dist/esm/artifacts/glyph/code/24.js +10 -18
- package/dist/esm/artifacts/glyph/commit/16.js +10 -18
- package/dist/esm/artifacts/glyph/commit/24.js +10 -18
- package/dist/esm/artifacts/glyph/epic/16.js +10 -18
- package/dist/esm/artifacts/glyph/epic/24.js +10 -18
- package/dist/esm/artifacts/glyph/improvement/16.js +10 -18
- package/dist/esm/artifacts/glyph/improvement/24.js +10 -18
- package/dist/esm/artifacts/glyph/incident/16.js +10 -18
- package/dist/esm/artifacts/glyph/incident/24.js +10 -18
- package/dist/esm/artifacts/glyph/issue/16.js +10 -18
- package/dist/esm/artifacts/glyph/issue/24.js +10 -18
- package/dist/esm/artifacts/glyph/new-feature/16.js +10 -18
- package/dist/esm/artifacts/glyph/new-feature/24.js +10 -18
- package/dist/esm/artifacts/glyph/page/16.js +10 -18
- package/dist/esm/artifacts/glyph/page/24.js +10 -18
- package/dist/esm/artifacts/glyph/page-live-doc/16.js +10 -18
- package/dist/esm/artifacts/glyph/page-live-doc/24.js +10 -18
- package/dist/esm/artifacts/glyph/problem/16.js +10 -18
- package/dist/esm/artifacts/glyph/problem/24.js +10 -18
- package/dist/esm/artifacts/glyph/pull-request/16.js +10 -18
- package/dist/esm/artifacts/glyph/pull-request/24.js +10 -18
- package/dist/esm/artifacts/glyph/question/16.js +10 -18
- package/dist/esm/artifacts/glyph/question/24.js +10 -18
- package/dist/esm/artifacts/glyph/story/16.js +10 -18
- package/dist/esm/artifacts/glyph/story/24.js +10 -18
- package/dist/esm/artifacts/glyph/subtask/16.js +10 -18
- package/dist/esm/artifacts/glyph/subtask/24.js +10 -18
- package/dist/esm/artifacts/glyph/task/16.js +10 -18
- package/dist/esm/artifacts/glyph/task/24.js +10 -18
- package/dist/types/artifacts/glyph/blog/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/blog/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/branch/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/branch/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/bug/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/bug/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/calendar/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/calendar/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/changes/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/changes/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/code/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/code/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/commit/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/commit/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/epic/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/epic/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/improvement/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/improvement/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/incident/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/incident/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/issue/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/issue/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/new-feature/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/new-feature/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/page/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/page/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/problem/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/problem/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/pull-request/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/pull-request/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/question/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/question/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/story/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/story/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/subtask/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/subtask/24.d.ts +1 -1
- package/dist/types/artifacts/glyph/task/16.d.ts +1 -1
- package/dist/types/artifacts/glyph/task/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +1 -1
- package/package.json +6 -14
- package/tsconfig.json +8 -4
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a097c4af3ddf0314f4c51d57c4fdea8c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/arrow-up';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/improvement/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/improvement/24';
|
|
|
19
18
|
var Improvement24Icon = function Improvement24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "greenBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Improvement24Icon.displayName = 'Improvement24Icon';
|
|
42
34
|
export default Improvement24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::ede68a79193f0a8a70fa374ba104253c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/incident';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/incident/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/incident/16';
|
|
|
19
18
|
var Incident16Icon = function Incident16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "redBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Incident16Icon.displayName = 'Incident16Icon';
|
|
42
34
|
export default Incident16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::bb5588156f2bb893eb12f3022a6565e9>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/incident';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/incident/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/incident/24';
|
|
|
19
18
|
var Incident24Icon = function Incident24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "redBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Incident24Icon.displayName = 'Incident24Icon';
|
|
42
34
|
export default Incident24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::3f51ecb48642a229c7b6d1a69d64d867>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/work-item';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/issue/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/issue/16';
|
|
|
19
18
|
var Issue16Icon = function Issue16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "blueBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Issue16Icon.displayName = 'Issue16Icon';
|
|
42
34
|
export default Issue16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::31be03b5772d549b8fe7c594d6e8e88a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/work-item';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/issue/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/issue/24';
|
|
|
19
18
|
var Issue24Icon = function Issue24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "blueBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Issue24Icon.displayName = 'Issue24Icon';
|
|
42
34
|
export default Issue24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::5a88b7d53030533dc445f84c0f66e4d2>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/add';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/new-feature/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/new-feature/16';
|
|
|
19
18
|
var NewFeature16Icon = function NewFeature16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "greenBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
NewFeature16Icon.displayName = 'NewFeature16Icon';
|
|
42
34
|
export default NewFeature16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::73a2650d4f3f6a03ecafa8f3371269d6>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/add';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/new-feature/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/new-feature/24';
|
|
|
19
18
|
var NewFeature24Icon = function NewFeature24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "greenBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
NewFeature24Icon.displayName = 'NewFeature24Icon';
|
|
42
34
|
export default NewFeature24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::4dcadc981abd10a4a6718b2e82f4c434>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/page';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/page/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/page/16';
|
|
|
19
18
|
var Page16Icon = function Page16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "blueBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Page16Icon.displayName = 'Page16Icon';
|
|
42
34
|
export default Page16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1776772a1dd5db1e9f39c5be0055bd70>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/page';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/page/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/page/24';
|
|
|
19
18
|
var Page24Icon = function Page24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "blueBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Page24Icon.displayName = 'Page24Icon';
|
|
42
34
|
export default Page24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::3ca2d3ad1b30ce7f410ef0df588ae5aa>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon-lab/core/page-live-doc';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/page-live-doc/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/page-live-doc/16';
|
|
|
19
18
|
var PageLiveDoc16Icon = function PageLiveDoc16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "magentaBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
PageLiveDoc16Icon.displayName = 'PageLiveDoc16Icon';
|
|
42
34
|
export default PageLiveDoc16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e04893101bb067974c1323f8e5a52186>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon-lab/core/page-live-doc';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/page-live-doc/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/page-live-doc/24';
|
|
|
19
18
|
var PageLiveDoc24Icon = function PageLiveDoc24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "magentaBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
PageLiveDoc24Icon.displayName = 'PageLiveDoc24Icon';
|
|
42
34
|
export default PageLiveDoc24Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::45711362ad054d9d0de581c03f164950>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/problem';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/problem/16';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/problem/16';
|
|
|
19
18
|
var Problem16Icon = function Problem16Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "redBold",
|
|
24
|
+
size: "16",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Problem16Icon.displayName = 'Problem16Icon';
|
|
42
34
|
export default Problem16Icon;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::79ecd53df3262e3659fb6d36abab1312>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { IconTile } from '@atlaskit/icon';
|
|
8
8
|
import NewIcon from '@atlaskit/icon/core/problem';
|
|
9
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
9
|
import IconObjectOld from '../../glyph-legacy/problem/24';
|
|
11
10
|
|
|
12
11
|
/**
|
|
@@ -19,24 +18,17 @@ import IconObjectOld from '../../glyph-legacy/problem/24';
|
|
|
19
18
|
var Problem24Icon = function Problem24Icon(_ref) {
|
|
20
19
|
var label = _ref.label,
|
|
21
20
|
testId = _ref.testId;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
30
|
-
label: label,
|
|
31
|
-
testId: testId
|
|
32
|
-
})
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
return /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
21
|
+
return /*#__PURE__*/React.createElement(IconTile, {
|
|
22
|
+
icon: NewIcon,
|
|
23
|
+
appearance: "redBold",
|
|
24
|
+
size: "24",
|
|
25
|
+
label: label,
|
|
26
|
+
testId: testId,
|
|
27
|
+
LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
|
|
36
28
|
label: label,
|
|
37
29
|
testId: testId
|
|
38
|
-
})
|
|
39
|
-
}
|
|
30
|
+
})
|
|
31
|
+
});
|
|
40
32
|
};
|
|
41
33
|
Problem24Icon.displayName = 'Problem24Icon';
|
|
42
34
|
export default Problem24Icon;
|