@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.
Files changed (188) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/build/index.tsx +7 -1
  4. package/build/utils.tsx +30 -2
  5. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +49 -0
  6. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +49 -0
  7. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +28 -0
  8. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +28 -0
  9. package/dist/cjs/metadata.js +23 -1
  10. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +43 -0
  11. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +43 -0
  12. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +18 -0
  13. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +18 -0
  14. package/dist/es2019/metadata.js +15 -1
  15. package/dist/esm/artifacts/glyph/page-live-doc/16.js +42 -0
  16. package/dist/esm/artifacts/glyph/page-live-doc/24.js +42 -0
  17. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +20 -0
  18. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +20 -0
  19. package/dist/esm/metadata.js +19 -1
  20. package/dist/types/artifacts/glyph/blog/16.d.ts +7 -2
  21. package/dist/types/artifacts/glyph/blog/24.d.ts +7 -2
  22. package/dist/types/artifacts/glyph/branch/16.d.ts +7 -2
  23. package/dist/types/artifacts/glyph/branch/24.d.ts +7 -2
  24. package/dist/types/artifacts/glyph/bug/16.d.ts +7 -2
  25. package/dist/types/artifacts/glyph/bug/24.d.ts +7 -2
  26. package/dist/types/artifacts/glyph/calendar/16.d.ts +7 -2
  27. package/dist/types/artifacts/glyph/calendar/24.d.ts +7 -2
  28. package/dist/types/artifacts/glyph/changes/16.d.ts +7 -2
  29. package/dist/types/artifacts/glyph/changes/24.d.ts +7 -2
  30. package/dist/types/artifacts/glyph/code/16.d.ts +7 -2
  31. package/dist/types/artifacts/glyph/code/24.d.ts +7 -2
  32. package/dist/types/artifacts/glyph/commit/16.d.ts +7 -2
  33. package/dist/types/artifacts/glyph/commit/24.d.ts +7 -2
  34. package/dist/types/artifacts/glyph/epic/16.d.ts +7 -2
  35. package/dist/types/artifacts/glyph/epic/24.d.ts +7 -2
  36. package/dist/types/artifacts/glyph/improvement/16.d.ts +7 -2
  37. package/dist/types/artifacts/glyph/improvement/24.d.ts +7 -2
  38. package/dist/types/artifacts/glyph/incident/16.d.ts +7 -2
  39. package/dist/types/artifacts/glyph/incident/24.d.ts +7 -2
  40. package/dist/types/artifacts/glyph/issue/16.d.ts +7 -2
  41. package/dist/types/artifacts/glyph/issue/24.d.ts +7 -2
  42. package/dist/types/artifacts/glyph/new-feature/16.d.ts +7 -2
  43. package/dist/types/artifacts/glyph/new-feature/24.d.ts +7 -2
  44. package/dist/types/artifacts/glyph/page/16.d.ts +7 -2
  45. package/dist/types/artifacts/glyph/page/24.d.ts +7 -2
  46. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +19 -0
  47. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +19 -0
  48. package/dist/types/artifacts/glyph/problem/16.d.ts +7 -2
  49. package/dist/types/artifacts/glyph/problem/24.d.ts +7 -2
  50. package/dist/types/artifacts/glyph/pull-request/16.d.ts +7 -2
  51. package/dist/types/artifacts/glyph/pull-request/24.d.ts +7 -2
  52. package/dist/types/artifacts/glyph/question/16.d.ts +7 -2
  53. package/dist/types/artifacts/glyph/question/24.d.ts +7 -2
  54. package/dist/types/artifacts/glyph/story/16.d.ts +7 -2
  55. package/dist/types/artifacts/glyph/story/24.d.ts +7 -2
  56. package/dist/types/artifacts/glyph/subtask/16.d.ts +7 -2
  57. package/dist/types/artifacts/glyph/subtask/24.d.ts +7 -2
  58. package/dist/types/artifacts/glyph/task/16.d.ts +7 -2
  59. package/dist/types/artifacts/glyph/task/24.d.ts +7 -2
  60. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -2
  61. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -2
  62. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -2
  63. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -2
  64. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -2
  65. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -2
  66. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -2
  67. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -2
  68. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -2
  69. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -2
  70. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -2
  71. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -2
  72. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -2
  73. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -2
  74. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -2
  75. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -2
  76. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -2
  77. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -2
  78. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -2
  79. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -2
  80. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -2
  81. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -2
  82. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -2
  83. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -2
  84. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -2
  85. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -2
  86. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +12 -0
  87. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +12 -0
  88. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -2
  89. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -2
  90. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -2
  91. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -2
  92. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -2
  93. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -2
  94. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -2
  95. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -2
  96. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -2
  97. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -2
  98. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -2
  99. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -2
  100. package/dist/types/metadata.d.ts +2 -2
  101. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +7 -2
  102. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +7 -2
  103. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +7 -2
  104. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +7 -2
  105. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +7 -2
  106. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +7 -2
  107. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +7 -2
  108. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +7 -2
  109. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +7 -2
  110. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +7 -2
  111. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +7 -2
  112. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +7 -2
  113. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +7 -2
  114. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +7 -2
  115. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +7 -2
  116. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +7 -2
  117. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +7 -2
  118. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +7 -2
  119. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +7 -2
  120. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +7 -2
  121. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +7 -2
  122. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +7 -2
  123. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +7 -2
  124. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +7 -2
  125. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +7 -2
  126. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +7 -2
  127. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +19 -0
  128. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +19 -0
  129. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +7 -2
  130. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +7 -2
  131. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +7 -2
  132. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +7 -2
  133. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +7 -2
  134. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +7 -2
  135. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +7 -2
  136. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +7 -2
  137. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +7 -2
  138. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +7 -2
  139. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +7 -2
  140. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +7 -2
  141. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -2
  142. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -2
  143. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -2
  144. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -2
  145. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -2
  146. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -2
  147. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -2
  148. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -2
  149. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -2
  150. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -2
  151. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -2
  152. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -2
  153. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -2
  154. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -2
  155. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -2
  156. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -2
  157. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -2
  158. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -2
  159. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -2
  160. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -2
  161. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -2
  162. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -2
  163. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -2
  164. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -2
  165. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -2
  166. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -2
  167. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +12 -0
  168. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +12 -0
  169. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -2
  170. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -2
  171. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -2
  172. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -2
  173. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -2
  174. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -2
  175. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -2
  176. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -2
  177. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -2
  178. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -2
  179. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -2
  180. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -2
  181. package/dist/types-ts4.5/metadata.d.ts +1 -1
  182. package/glyph/page-live-doc/16/package.json +17 -0
  183. package/glyph/page-live-doc/24/package.json +17 -0
  184. package/package.json +6 -3
  185. package/svgs/page-live-doc/16.svg +1 -0
  186. package/svgs/page-live-doc/24.svg +1 -0
  187. package/svgs_raw/page-live-doc/16.svg +3 -0
  188. 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;
@@ -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::24e59c282db467ac427dad3493eac07e>>
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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
- /// <reference types="react" />
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;