@atlaskit/icon-object 6.10.1 → 6.11.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 +13 -0
- package/afm-cc/tsconfig.json +3 -0
- package/build/index.tsx +7 -1
- package/build/utils.tsx +30 -2
- package/dist/cjs/artifacts/glyph/page-live-doc/16.js +49 -0
- package/dist/cjs/artifacts/glyph/page-live-doc/24.js +49 -0
- package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +28 -0
- package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +28 -0
- package/dist/cjs/metadata.js +23 -1
- package/dist/es2019/artifacts/glyph/page-live-doc/16.js +43 -0
- package/dist/es2019/artifacts/glyph/page-live-doc/24.js +43 -0
- package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +18 -0
- package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +18 -0
- package/dist/es2019/metadata.js +15 -1
- package/dist/esm/artifacts/glyph/page-live-doc/16.js +42 -0
- package/dist/esm/artifacts/glyph/page-live-doc/24.js +42 -0
- package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +20 -0
- package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +20 -0
- package/dist/esm/metadata.js +19 -1
- package/dist/types/artifacts/glyph/blog/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/blog/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/branch/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/branch/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/bug/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/bug/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/calendar/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/calendar/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/changes/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/changes/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/code/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/code/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/commit/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/commit/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/epic/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/epic/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/improvement/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/improvement/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/incident/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/incident/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/issue/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/issue/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/new-feature/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/new-feature/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/page/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/page/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +19 -0
- package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +19 -0
- package/dist/types/artifacts/glyph/problem/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/problem/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/pull-request/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/pull-request/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/question/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/question/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/story/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/story/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/subtask/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/subtask/24.d.ts +7 -2
- package/dist/types/artifacts/glyph/task/16.d.ts +7 -2
- package/dist/types/artifacts/glyph/task/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +12 -0
- package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +12 -0
- package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -2
- package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -2
- package/dist/types/metadata.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +19 -0
- package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +19 -0
- package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +12 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +12 -0
- package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -2
- package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -2
- package/dist/types-ts4.5/metadata.d.ts +1 -1
- package/glyph/page-live-doc/16/package.json +17 -0
- package/glyph/page-live-doc/24/package.json +17 -0
- package/package.json +5 -2
- package/svgs/page-live-doc/16.svg +1 -0
- package/svgs/page-live-doc/24.svg +1 -0
- package/svgs_raw/page-live-doc/16.svg +3 -0
- package/svgs_raw/page-live-doc/24.svg +3 -0
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::50d679328560c232612303b764ccbb2a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Code24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Code24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::50d5a3bab2c708a6de1c7dc72e3a297a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Commit16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Commit16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1bf4e367192434decf98ec95a6bf0b2e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Commit24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Commit24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2cb559f656356bdb13b54acac6c1eee2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Epic16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Epic16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4b982181fbff74febc09fce21faab976>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Epic24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Epic24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::426ff1debe71e8b9d8a16f3e635c26a8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Improvement16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Improvement16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c18e10d2ec16178035a776c33e081ee3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Improvement24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Improvement24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::dce0ac1582dc2507da5f80cdb2ca3ec0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Incident16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Incident16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8d86f8a2c647fd77a740cf41030859f4>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Incident24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Incident24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8a9a249fb572b3dfc8cacf8f2a204c85>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Issue16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Issue16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d02e855adc6c6e52d92d1952a60d181c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Issue24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Issue24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8df47e3fa6b145da1754a84e7e7b5ad8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const NewFeature16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default NewFeature16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::17056f699e17c357e20da4901e43652d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const NewFeature24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default NewFeature24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8396146cc2fa60842aed7101fb3015b2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Page16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Page16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::53ef6f7a1832e036ce5224563679fcb7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Page24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Page24Icon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::17c8c810f288fa2c4d58e06371883a6e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
8
|
+
declare const PageLiveDoc16Icon: {
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
export default PageLiveDoc16Icon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::15139b5f4236bc308adc0b1e9c84b98b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
8
|
+
declare const PageLiveDoc24Icon: {
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
export default PageLiveDoc24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::03a2258325f093d634d77334f2165e7f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Problem16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Problem16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f65832c1f3ce69a67f03db4f489e6b4a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Problem24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Problem24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f46cc1f5eba58da93be626b062afbd6e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const PullRequest16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default PullRequest16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a32c5fe505fea3eab9328caf0ed2ac5b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const PullRequest24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default PullRequest24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::736d5f83cb238af68790810f5867434d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Question16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Question16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c2bae0e0e5693ec71d16bbeeccda2e35>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Question24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Question24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9fd8d8228b7585fa76e9cb13da3baf72>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Story16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Story16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2d5f91c470ab86150b6d70e8b572540a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Story24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Story24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::4cad22e1176a9874a0c269f62ca4a13d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Subtask16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Subtask16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d30c3a221d5c485de5f750edac390bb1>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Subtask24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Subtask24Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::73d9ff981bcfc769f66de456322c40e3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Task16Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Task16Icon;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c6a6d2edd1dd36a007371819da5a0098>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
declare const Task24Icon: {
|
|
4
|
-
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
9
|
+
(props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
5
10
|
displayName: string;
|
|
6
11
|
};
|
|
7
12
|
export default Task24Icon;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::617f9e8cc692aa7de8e78ee992787e08>>
|
|
8
8
|
* @codegenCommand yarn build:icon-glyphs
|
|
9
9
|
*/
|
|
10
10
|
interface Data {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/icon-object/glyph/page-live-doc/16",
|
|
3
|
+
"main": "../../../dist/cjs/artifacts/glyph/page-live-doc/16.js",
|
|
4
|
+
"module": "../../../dist/esm/artifacts/glyph/page-live-doc/16.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/artifacts/glyph/page-live-doc/16.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/artifacts/glyph/page-live-doc/16.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.4": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/icon-object/glyph/page-live-doc/24",
|
|
3
|
+
"main": "../../../dist/cjs/artifacts/glyph/page-live-doc/24.js",
|
|
4
|
+
"module": "../../../dist/esm/artifacts/glyph/page-live-doc/24.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/artifacts/glyph/page-live-doc/24.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/artifacts/glyph/page-live-doc/24.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.4": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0",
|
|
4
4
|
"description": "An object icon is used to represent an Atlassian-specific content type.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@atlaskit/icon": "^23.
|
|
40
|
+
"@atlaskit/icon": "^23.9.0",
|
|
41
|
+
"@atlaskit/icon-lab": "^2.4.0",
|
|
41
42
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
42
43
|
"@babel/runtime": "^7.0.0"
|
|
43
44
|
},
|
|
@@ -104,6 +105,8 @@
|
|
|
104
105
|
"./glyph/new-feature/24": "./src/artifacts/glyph/new-feature/24.tsx",
|
|
105
106
|
"./glyph/page/16": "./src/artifacts/glyph/page/16.tsx",
|
|
106
107
|
"./glyph/page/24": "./src/artifacts/glyph/page/24.tsx",
|
|
108
|
+
"./glyph/page-live-doc/16": "./src/artifacts/glyph/page-live-doc/16.tsx",
|
|
109
|
+
"./glyph/page-live-doc/24": "./src/artifacts/glyph/page-live-doc/24.tsx",
|
|
107
110
|
"./glyph/problem/16": "./src/artifacts/glyph/problem/16.tsx",
|
|
108
111
|
"./glyph/problem/24": "./src/artifacts/glyph/problem/24.tsx",
|
|
109
112
|
"./glyph/pull-request/16": "./src/artifacts/glyph/pull-request/16.tsx",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16"><path fill="#cd519d" fill-rule="evenodd" d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M3 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h2.5a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m8.293-5.793-2.854 4.05c-.21.314.009.743.38.743h1.993c.149 0 .259.143.224.292l-.443 2.121c-.119.511.538.812.828.38l2.854-4.05c.21-.314-.008-.743-.38-.743h-1.993a.236.236 0 0 1-.224-.292l.443-2.121c.119-.511-.538-.812-.828-.38" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24"><path fill="#cd519d" fill-rule="evenodd" d="M24 3a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3zM5.125 4.875h13.75l.153.01a1.125 1.125 0 0 1 0 2.23l-.153.01H5.125l-.153-.01a1.125 1.125 0 0 1 0-2.23zm5.25 6h-5.25l-.153.01a1.125 1.125 0 0 0 0 2.23l.153.01h5.25l.153-.01a1.125 1.125 0 0 0 0-2.23zm-.5 6h-4.75l-.153.01a1.125 1.125 0 0 0 0 2.23l.153.01h4.75l.153-.01a1.125 1.125 0 0 0 0-2.23zm7.029-7.564-4.28 6.073c-.317.473.012 1.116.57 1.116h2.988c.224 0 .389.215.337.438l-.665 3.182c-.178.766.807 1.218 1.242.569l4.28-6.073c.317-.473-.012-1.116-.57-1.116h-2.988a.353.353 0 0 1-.337-.438l.665-3.182c.178-.766-.808-1.218-1.242-.569" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 0H2C0.89543 0 0 0.89543 0 2V14C0 15.1046 0.89543 16 2 16H14C15.1046 16 16 15.1046 16 14V2C16 0.89543 15.1046 0 14 0ZM3 4C3 3.44772 3.44772 3 4 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H4C3.44772 5 3 4.55228 3 4ZM3 8C3 7.44772 3.44772 7 4 7H7C7.55229 7 8 7.44772 8 8C8 8.55229 7.55229 9 7 9H4C3.44772 9 3 8.55229 3 8ZM3 12C3 11.4477 3.44772 11 4 11H6.5C7.05229 11 7.5 11.4477 7.5 12C7.5 12.5523 7.05229 13 6.5 13H4C3.44772 13 3 12.5523 3 12ZM11.2929 6.20748L8.43938 10.2563C8.22848 10.5711 8.44752 11 8.81915 11H10.8118C10.9609 11 11.0708 11.1432 11.0362 11.2923L10.5928 13.4132C10.4742 13.9242 11.1313 14.2251 11.4212 13.7925L14.2748 9.7437C14.4857 9.42893 14.2667 9 13.895 9H11.9023C11.7533 9 11.6434 8.85682 11.678 8.70773L12.1214 6.58683C12.2399 6.07579 11.5828 5.77489 11.2929 6.20748Z" fill="#CD519D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24 3C24 1.34315 22.6569 0 21 0H3C1.34315 0 0 1.34315 0 3V21C0 22.6569 1.34315 24 3 24H21C22.6569 24 24 22.6569 24 21V3ZM5.125 4.875H18.875L19.0277 4.88527C19.5768 4.95976 20 5.43046 20 6C20 6.56954 19.5768 7.04024 19.0277 7.11473L18.875 7.125H5.125L4.97234 7.11473C4.42323 7.04024 4 6.56954 4 6C4 5.43046 4.42323 4.95976 4.97234 4.88527L5.125 4.875ZM10.375 10.875H5.125L4.97234 10.8853C4.42323 10.9598 4 11.4305 4 12C4 12.5695 4.42323 13.0402 4.97234 13.1147L5.125 13.125H10.375L10.5277 13.1147C11.0768 13.0402 11.5 12.5695 11.5 12C11.5 11.4305 11.0768 10.9598 10.5277 10.8853L10.375 10.875ZM9.875 16.875H5.125L4.97234 16.8853C4.42323 16.9598 4 17.4305 4 18C4 18.5695 4.42323 19.0402 4.97234 19.1147L5.125 19.125H9.875L10.0277 19.1147C10.5768 19.0402 11 18.5695 11 18C11 17.4305 10.5768 16.9598 10.0277 16.8853L9.875 16.875ZM16.9037 9.31121L12.6234 15.3845C12.307 15.8566 12.6356 16.5 13.1931 16.5H16.1821C16.4056 16.5 16.5705 16.7148 16.5186 16.9384L15.8535 20.1198C15.6757 20.8863 16.6614 21.3377 17.0961 20.6888L21.3765 14.6155C21.6929 14.1434 21.3643 13.5 20.8069 13.5H17.8178C17.5943 13.5 17.4295 13.2852 17.4814 13.0616L18.1464 9.8802C18.3242 9.11369 17.3385 8.66234 16.9037 9.31121Z" fill="#CD519D"/>
|
|
3
|
+
</svg>
|