@atlaskit/icon-object 6.10.0 → 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 +19 -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 +6 -3
- 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
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
4
|
+
* @codegen <<SignedSource::15139b5f4236bc308adc0b1e9c84b98b>>
|
|
5
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
6
|
+
*/
|
|
7
|
+
import React from 'react';
|
|
8
|
+
import { IconFacade } from '@atlaskit/icon/base';
|
|
9
|
+
var PageLiveDoc24Icon = function PageLiveDoc24Icon(props) {
|
|
10
|
+
return /*#__PURE__*/React.createElement(IconFacade, _extends({
|
|
11
|
+
dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><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>"
|
|
12
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
13
|
+
}, props, {
|
|
14
|
+
size: "medium"
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
PageLiveDoc24Icon.displayName = 'PageLiveDoc24Icon';
|
|
18
|
+
|
|
19
|
+
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
20
|
+
export default PageLiveDoc24Icon;
|
package/dist/esm/metadata.js
CHANGED
|
@@ -6,7 +6,7 @@ var _excluded = ["packageLoader"];
|
|
|
6
6
|
*
|
|
7
7
|
* To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
|
|
8
8
|
*
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::617f9e8cc692aa7de8e78ee992787e08>>
|
|
10
10
|
* @codegenCommand yarn build:icon-glyphs
|
|
11
11
|
*/
|
|
12
12
|
/* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
|
|
@@ -120,6 +120,15 @@ export var metaDataWithPackageLoader = {
|
|
|
120
120
|
'./artifacts/glyph/new-feature/16');
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
|
+
'page-live-doc/16': {
|
|
124
|
+
keywords: ['page-live-doc/16', 'pagelivedoc16', 'object', 'icon-object'],
|
|
125
|
+
componentName: 'PageLiveDoc16Icon',
|
|
126
|
+
package: '@atlaskit/icon-object/glyph/page-live-doc/16',
|
|
127
|
+
packageLoader: function packageLoader() {
|
|
128
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
129
|
+
'./artifacts/glyph/page-live-doc/16');
|
|
130
|
+
}
|
|
131
|
+
},
|
|
123
132
|
'page/16': {
|
|
124
133
|
keywords: ['page/16', 'page16', 'object', 'icon-object'],
|
|
125
134
|
componentName: 'Page16Icon',
|
|
@@ -291,6 +300,15 @@ export var metaDataWithPackageLoader = {
|
|
|
291
300
|
'./artifacts/glyph/new-feature/24');
|
|
292
301
|
}
|
|
293
302
|
},
|
|
303
|
+
'page-live-doc/24': {
|
|
304
|
+
keywords: ['page-live-doc/24', 'pagelivedoc24', 'object', 'icon-object'],
|
|
305
|
+
componentName: 'PageLiveDoc24Icon',
|
|
306
|
+
package: '@atlaskit/icon-object/glyph/page-live-doc/24',
|
|
307
|
+
packageLoader: function packageLoader() {
|
|
308
|
+
return import( /* webpackChunkName: "@atlaskit-internal_icon" */
|
|
309
|
+
'./artifacts/glyph/page-live-doc/24');
|
|
310
|
+
}
|
|
311
|
+
},
|
|
294
312
|
'page/24': {
|
|
295
313
|
keywords: ['page/24', 'page24', 'object', 'icon-object'],
|
|
296
314
|
componentName: 'Page24Icon',
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::845767e81b63ae055da0ba81295847f0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `blog` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Blog16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Blog16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bba35c7457f1c82d9d31626969c259a0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `blog` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Blog24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Blog24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::bd5a8d264ca7a1e79e3d50d476094729>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `branch` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Branch16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Branch16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ca37b82809aaa3e9f4d0507d70c71707>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `branch` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Branch24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Branch24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::54f047f6f7bd48e9a2ba7394ee23b095>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `bug` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Bug16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Bug16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6e6792688f4276aeff3ed0e6f212af14>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `bug` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Bug24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Bug24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a6da197bbcce0892f27de2b06510f3b6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `calendar` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Calendar16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Calendar16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::03611d977353356cfe6a822232b999af>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `calendar` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Calendar24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Calendar24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ee9d05b0e18fef4787b81f1748fa21a3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `changes` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Changes16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Changes16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::29df64e709c79fab47996824d39207b4>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `changes` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Changes24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Changes24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a2e0cf5105bbbaa2e318211c53ac326e>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `code` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Code16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Code16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8da7cbde2c9b3424cef685745519bf18>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `code` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Code24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Code24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e96efea4cb290db7d8f614246fd62e43>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `commit` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Commit16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Commit16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::80a80da20cd287029e367b477e01456c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `commit` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Commit24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Commit24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5fec5072b15ea4111438ac6700ce61b6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `epic` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Epic16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Epic16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ba7ddcf4df74510631392f8b151e96e7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `epic` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Epic24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Epic24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c7f98a38a289aa9084f1e0135ec93c1a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `improvement` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Improvement16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Improvement16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1783e95ebe1241dc60d3e8116cfaa02d>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `improvement` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Improvement24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Improvement24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9beea2179909206f90938b1cce486fe2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `incident` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Incident16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Incident16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6e09c60c0efa6b7c92d2c22a391035b9>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `incident` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Incident24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Incident24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d01d432ab722a2c3832255f02e4da614>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `issue` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Issue16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Issue16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c9c5a336ff3681cad7604c17617d7c3f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `issue` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Issue24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Issue24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::398ad7ca933e73fe977d31bf67da0e60>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `new-feature` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const NewFeature16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default NewFeature16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a9ae19b0a324892659126d7b24db3617>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `new-feature` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const NewFeature24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default NewFeature24Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::79077d9339ad2083a3901f522ad14f6b>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __16px `page` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Page16Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Page16Icon;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5be9a9ebb9218a8e901e4b7981f2d3aa>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
2
7
|
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
3
8
|
/**
|
|
4
9
|
* __24px `page` icon object__
|
|
@@ -8,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
|
|
|
8
13
|
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
9
14
|
*/
|
|
10
15
|
declare const Page24Icon: {
|
|
11
|
-
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): JSX.Element;
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
12
17
|
displayName: string;
|
|
13
18
|
};
|
|
14
19
|
export default Page24Icon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c1228c9bdd9840505938b56c7ed44212>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
8
|
+
/**
|
|
9
|
+
* __16px `page-live-doc` icon object__
|
|
10
|
+
*
|
|
11
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
12
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
13
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
14
|
+
*/
|
|
15
|
+
declare const PageLiveDoc16Icon: {
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
19
|
+
export default PageLiveDoc16Icon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::724c9bd5f0d44d16613664f162286445>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import type { GlyphProps } from '@atlaskit/icon/types';
|
|
8
|
+
/**
|
|
9
|
+
* __24px `page-live-doc` icon object__
|
|
10
|
+
*
|
|
11
|
+
* - [Examples](https://atlassian.design/components/icon-object/examples)
|
|
12
|
+
* - [Code](https://atlassian.design/components/icon-object/code)
|
|
13
|
+
* - [Usage](https://atlassian.design/components/icon-object/usage)
|
|
14
|
+
*/
|
|
15
|
+
declare const PageLiveDoc24Icon: {
|
|
16
|
+
({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
19
|
+
export default PageLiveDoc24Icon;
|