@atlaskit/icon-object 6.7.1 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (496) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/__perf__/default.tsx +1 -1
  3. package/afm-cc/tsconfig.json +3 -0
  4. package/afm-jira/tsconfig.json +3 -0
  5. package/afm-post-office/tsconfig.json +3 -0
  6. package/build/index.tsx +30 -4
  7. package/build/utils.tsx +132 -0
  8. package/dist/cjs/artifacts/glyph/blog/16.js +49 -0
  9. package/dist/cjs/artifacts/glyph/blog/24.js +49 -0
  10. package/dist/cjs/artifacts/glyph/branch/16.js +49 -0
  11. package/dist/cjs/artifacts/glyph/branch/24.js +49 -0
  12. package/dist/cjs/artifacts/glyph/bug/16.js +49 -0
  13. package/dist/cjs/artifacts/glyph/bug/24.js +49 -0
  14. package/dist/cjs/artifacts/glyph/calendar/16.js +49 -0
  15. package/dist/cjs/artifacts/glyph/calendar/24.js +49 -0
  16. package/dist/cjs/artifacts/glyph/changes/16.js +49 -0
  17. package/dist/cjs/artifacts/glyph/changes/24.js +49 -0
  18. package/dist/cjs/artifacts/glyph/code/16.js +49 -0
  19. package/dist/cjs/artifacts/glyph/code/24.js +49 -0
  20. package/dist/cjs/artifacts/glyph/commit/16.js +49 -0
  21. package/dist/cjs/artifacts/glyph/commit/24.js +49 -0
  22. package/dist/cjs/artifacts/glyph/epic/16.js +49 -0
  23. package/dist/cjs/artifacts/glyph/epic/24.js +49 -0
  24. package/dist/cjs/artifacts/glyph/improvement/16.js +49 -0
  25. package/dist/cjs/artifacts/glyph/improvement/24.js +49 -0
  26. package/dist/cjs/artifacts/glyph/incident/16.js +49 -0
  27. package/dist/cjs/artifacts/glyph/incident/24.js +49 -0
  28. package/dist/cjs/artifacts/glyph/issue/16.js +49 -0
  29. package/dist/cjs/artifacts/glyph/issue/24.js +49 -0
  30. package/dist/cjs/artifacts/glyph/new-feature/16.js +49 -0
  31. package/dist/cjs/artifacts/glyph/new-feature/24.js +49 -0
  32. package/dist/cjs/artifacts/glyph/page/16.js +49 -0
  33. package/dist/cjs/artifacts/glyph/page/24.js +49 -0
  34. package/dist/cjs/artifacts/glyph/problem/16.js +49 -0
  35. package/dist/cjs/artifacts/glyph/problem/24.js +49 -0
  36. package/dist/cjs/artifacts/glyph/pull-request/16.js +49 -0
  37. package/dist/cjs/artifacts/glyph/pull-request/24.js +49 -0
  38. package/dist/cjs/artifacts/glyph/question/16.js +49 -0
  39. package/dist/cjs/artifacts/glyph/question/24.js +49 -0
  40. package/dist/cjs/artifacts/glyph/story/16.js +49 -0
  41. package/dist/cjs/artifacts/glyph/story/24.js +49 -0
  42. package/dist/cjs/artifacts/glyph/subtask/16.js +49 -0
  43. package/dist/cjs/artifacts/glyph/subtask/24.js +49 -0
  44. package/dist/cjs/artifacts/glyph/task/16.js +49 -0
  45. package/dist/cjs/artifacts/glyph/task/24.js +49 -0
  46. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +28 -0
  47. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +28 -0
  48. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +28 -0
  49. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +28 -0
  50. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +28 -0
  51. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +28 -0
  52. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +28 -0
  53. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +28 -0
  54. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +28 -0
  55. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +28 -0
  56. package/dist/cjs/artifacts/glyph-legacy/code/16.js +28 -0
  57. package/dist/cjs/artifacts/glyph-legacy/code/24.js +28 -0
  58. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +28 -0
  59. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +28 -0
  60. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +28 -0
  61. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +28 -0
  62. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +28 -0
  63. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +28 -0
  64. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +28 -0
  65. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +28 -0
  66. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +28 -0
  67. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +28 -0
  68. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +28 -0
  69. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +28 -0
  70. package/dist/cjs/artifacts/glyph-legacy/page/16.js +28 -0
  71. package/dist/cjs/artifacts/glyph-legacy/page/24.js +28 -0
  72. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +28 -0
  73. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +28 -0
  74. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +28 -0
  75. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +28 -0
  76. package/dist/cjs/artifacts/glyph-legacy/question/16.js +28 -0
  77. package/dist/cjs/artifacts/glyph-legacy/question/24.js +28 -0
  78. package/dist/cjs/artifacts/glyph-legacy/story/16.js +28 -0
  79. package/dist/cjs/artifacts/glyph-legacy/story/24.js +28 -0
  80. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +28 -0
  81. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +28 -0
  82. package/dist/cjs/artifacts/glyph-legacy/task/16.js +28 -0
  83. package/dist/cjs/artifacts/glyph-legacy/task/24.js +28 -0
  84. package/dist/cjs/metadata.js +38 -38
  85. package/dist/es2019/artifacts/glyph/blog/16.js +43 -0
  86. package/dist/es2019/artifacts/glyph/blog/24.js +43 -0
  87. package/dist/es2019/artifacts/glyph/branch/16.js +43 -0
  88. package/dist/es2019/artifacts/glyph/branch/24.js +43 -0
  89. package/dist/es2019/artifacts/glyph/bug/16.js +43 -0
  90. package/dist/es2019/artifacts/glyph/bug/24.js +43 -0
  91. package/dist/es2019/artifacts/glyph/calendar/16.js +43 -0
  92. package/dist/es2019/artifacts/glyph/calendar/24.js +43 -0
  93. package/dist/es2019/artifacts/glyph/changes/16.js +43 -0
  94. package/dist/es2019/artifacts/glyph/changes/24.js +43 -0
  95. package/dist/es2019/artifacts/glyph/code/16.js +43 -0
  96. package/dist/es2019/artifacts/glyph/code/24.js +43 -0
  97. package/dist/es2019/artifacts/glyph/commit/16.js +43 -0
  98. package/dist/es2019/artifacts/glyph/commit/24.js +43 -0
  99. package/dist/es2019/artifacts/glyph/epic/16.js +43 -0
  100. package/dist/es2019/artifacts/glyph/epic/24.js +43 -0
  101. package/dist/es2019/artifacts/glyph/improvement/16.js +43 -0
  102. package/dist/es2019/artifacts/glyph/improvement/24.js +43 -0
  103. package/dist/es2019/artifacts/glyph/incident/16.js +43 -0
  104. package/dist/es2019/artifacts/glyph/incident/24.js +43 -0
  105. package/dist/es2019/artifacts/glyph/issue/16.js +43 -0
  106. package/dist/es2019/artifacts/glyph/issue/24.js +43 -0
  107. package/dist/es2019/artifacts/glyph/new-feature/16.js +43 -0
  108. package/dist/es2019/artifacts/glyph/new-feature/24.js +43 -0
  109. package/dist/es2019/artifacts/glyph/page/16.js +43 -0
  110. package/dist/es2019/artifacts/glyph/page/24.js +43 -0
  111. package/dist/es2019/artifacts/glyph/problem/16.js +43 -0
  112. package/dist/es2019/artifacts/glyph/problem/24.js +43 -0
  113. package/dist/es2019/artifacts/glyph/pull-request/16.js +43 -0
  114. package/dist/es2019/artifacts/glyph/pull-request/24.js +43 -0
  115. package/dist/es2019/artifacts/glyph/question/16.js +43 -0
  116. package/dist/es2019/artifacts/glyph/question/24.js +43 -0
  117. package/dist/es2019/artifacts/glyph/story/16.js +43 -0
  118. package/dist/es2019/artifacts/glyph/story/24.js +43 -0
  119. package/dist/es2019/artifacts/glyph/subtask/16.js +43 -0
  120. package/dist/es2019/artifacts/glyph/subtask/24.js +43 -0
  121. package/dist/es2019/artifacts/glyph/task/16.js +43 -0
  122. package/dist/es2019/artifacts/glyph/task/24.js +43 -0
  123. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +18 -0
  124. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +18 -0
  125. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +18 -0
  126. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +18 -0
  127. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +18 -0
  128. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +18 -0
  129. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +18 -0
  130. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +18 -0
  131. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +18 -0
  132. package/{glyph → dist/es2019/artifacts/glyph-legacy}/changes/24.js +13 -11
  133. package/dist/es2019/artifacts/glyph-legacy/code/16.js +18 -0
  134. package/{glyph → dist/es2019/artifacts/glyph-legacy}/code/24.js +13 -11
  135. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +18 -0
  136. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +18 -0
  137. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/16.js +13 -11
  138. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/24.js +13 -11
  139. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +18 -0
  140. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +18 -0
  141. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +18 -0
  142. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +18 -0
  143. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +18 -0
  144. package/{glyph → dist/es2019/artifacts/glyph-legacy}/issue/24.js +13 -11
  145. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +18 -0
  146. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +18 -0
  147. package/dist/es2019/artifacts/glyph-legacy/page/16.js +18 -0
  148. package/{glyph → dist/es2019/artifacts/glyph-legacy}/page/24.js +13 -11
  149. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +18 -0
  150. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +18 -0
  151. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +18 -0
  152. package/{glyph → dist/es2019/artifacts/glyph-legacy}/pull-request/24.js +13 -11
  153. package/dist/es2019/artifacts/glyph-legacy/question/16.js +18 -0
  154. package/{glyph → dist/es2019/artifacts/glyph-legacy}/question/24.js +13 -11
  155. package/dist/es2019/artifacts/glyph-legacy/story/16.js +18 -0
  156. package/{glyph → dist/es2019/artifacts/glyph-legacy}/story/24.js +13 -11
  157. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +18 -0
  158. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +18 -0
  159. package/dist/es2019/artifacts/glyph-legacy/task/16.js +18 -0
  160. package/dist/es2019/artifacts/glyph-legacy/task/24.js +18 -0
  161. package/dist/es2019/metadata.js +38 -38
  162. package/dist/esm/artifacts/glyph/blog/16.js +42 -0
  163. package/dist/esm/artifacts/glyph/blog/24.js +42 -0
  164. package/dist/esm/artifacts/glyph/branch/16.js +42 -0
  165. package/dist/esm/artifacts/glyph/branch/24.js +42 -0
  166. package/dist/esm/artifacts/glyph/bug/16.js +42 -0
  167. package/dist/esm/artifacts/glyph/bug/24.js +42 -0
  168. package/dist/esm/artifacts/glyph/calendar/16.js +42 -0
  169. package/dist/esm/artifacts/glyph/calendar/24.js +42 -0
  170. package/dist/esm/artifacts/glyph/changes/16.js +42 -0
  171. package/dist/esm/artifacts/glyph/changes/24.js +42 -0
  172. package/dist/esm/artifacts/glyph/code/16.js +42 -0
  173. package/dist/esm/artifacts/glyph/code/24.js +42 -0
  174. package/dist/esm/artifacts/glyph/commit/16.js +42 -0
  175. package/dist/esm/artifacts/glyph/commit/24.js +42 -0
  176. package/dist/esm/artifacts/glyph/epic/16.js +42 -0
  177. package/dist/esm/artifacts/glyph/epic/24.js +42 -0
  178. package/dist/esm/artifacts/glyph/improvement/16.js +42 -0
  179. package/dist/esm/artifacts/glyph/improvement/24.js +42 -0
  180. package/dist/esm/artifacts/glyph/incident/16.js +42 -0
  181. package/dist/esm/artifacts/glyph/incident/24.js +42 -0
  182. package/dist/esm/artifacts/glyph/issue/16.js +42 -0
  183. package/dist/esm/artifacts/glyph/issue/24.js +42 -0
  184. package/dist/esm/artifacts/glyph/new-feature/16.js +42 -0
  185. package/dist/esm/artifacts/glyph/new-feature/24.js +42 -0
  186. package/dist/esm/artifacts/glyph/page/16.js +42 -0
  187. package/dist/esm/artifacts/glyph/page/24.js +42 -0
  188. package/dist/esm/artifacts/glyph/problem/16.js +42 -0
  189. package/dist/esm/artifacts/glyph/problem/24.js +42 -0
  190. package/dist/esm/artifacts/glyph/pull-request/16.js +42 -0
  191. package/dist/esm/artifacts/glyph/pull-request/24.js +42 -0
  192. package/dist/esm/artifacts/glyph/question/16.js +42 -0
  193. package/dist/esm/artifacts/glyph/question/24.js +42 -0
  194. package/dist/esm/artifacts/glyph/story/16.js +42 -0
  195. package/dist/esm/artifacts/glyph/story/24.js +42 -0
  196. package/dist/esm/artifacts/glyph/subtask/16.js +42 -0
  197. package/dist/esm/artifacts/glyph/subtask/24.js +42 -0
  198. package/dist/esm/artifacts/glyph/task/16.js +42 -0
  199. package/dist/esm/artifacts/glyph/task/24.js +42 -0
  200. package/dist/esm/artifacts/glyph-legacy/blog/16.js +20 -0
  201. package/dist/esm/artifacts/glyph-legacy/blog/24.js +20 -0
  202. package/dist/esm/artifacts/glyph-legacy/branch/16.js +20 -0
  203. package/dist/esm/artifacts/glyph-legacy/branch/24.js +20 -0
  204. package/dist/esm/artifacts/glyph-legacy/bug/16.js +20 -0
  205. package/dist/esm/artifacts/glyph-legacy/bug/24.js +20 -0
  206. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +20 -0
  207. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +20 -0
  208. package/dist/esm/artifacts/glyph-legacy/changes/16.js +20 -0
  209. package/dist/esm/artifacts/glyph-legacy/changes/24.js +20 -0
  210. package/dist/esm/artifacts/glyph-legacy/code/16.js +20 -0
  211. package/dist/esm/artifacts/glyph-legacy/code/24.js +20 -0
  212. package/dist/esm/artifacts/glyph-legacy/commit/16.js +20 -0
  213. package/dist/esm/artifacts/glyph-legacy/commit/24.js +20 -0
  214. package/dist/esm/artifacts/glyph-legacy/epic/16.js +20 -0
  215. package/dist/esm/artifacts/glyph-legacy/epic/24.js +20 -0
  216. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +20 -0
  217. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +20 -0
  218. package/dist/esm/artifacts/glyph-legacy/incident/16.js +20 -0
  219. package/dist/esm/artifacts/glyph-legacy/incident/24.js +20 -0
  220. package/dist/esm/artifacts/glyph-legacy/issue/16.js +20 -0
  221. package/dist/esm/artifacts/glyph-legacy/issue/24.js +20 -0
  222. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +20 -0
  223. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +20 -0
  224. package/dist/esm/artifacts/glyph-legacy/page/16.js +20 -0
  225. package/dist/esm/artifacts/glyph-legacy/page/24.js +20 -0
  226. package/dist/esm/artifacts/glyph-legacy/problem/16.js +20 -0
  227. package/dist/esm/artifacts/glyph-legacy/problem/24.js +20 -0
  228. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +20 -0
  229. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +20 -0
  230. package/dist/esm/artifacts/glyph-legacy/question/16.js +20 -0
  231. package/dist/esm/artifacts/glyph-legacy/question/24.js +20 -0
  232. package/dist/esm/artifacts/glyph-legacy/story/16.js +20 -0
  233. package/dist/esm/artifacts/glyph-legacy/story/24.js +20 -0
  234. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +20 -0
  235. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +20 -0
  236. package/dist/esm/artifacts/glyph-legacy/task/16.js +20 -0
  237. package/dist/esm/artifacts/glyph-legacy/task/24.js +20 -0
  238. package/dist/esm/metadata.js +38 -38
  239. package/dist/types/artifacts/glyph/blog/16.d.ts +14 -0
  240. package/dist/types/artifacts/glyph/blog/24.d.ts +14 -0
  241. package/dist/types/artifacts/glyph/branch/16.d.ts +14 -0
  242. package/dist/types/artifacts/glyph/branch/24.d.ts +14 -0
  243. package/dist/types/artifacts/glyph/bug/16.d.ts +14 -0
  244. package/dist/types/artifacts/glyph/bug/24.d.ts +14 -0
  245. package/dist/types/artifacts/glyph/calendar/16.d.ts +14 -0
  246. package/dist/types/artifacts/glyph/calendar/24.d.ts +14 -0
  247. package/dist/types/artifacts/glyph/changes/16.d.ts +14 -0
  248. package/dist/types/artifacts/glyph/changes/24.d.ts +14 -0
  249. package/dist/types/artifacts/glyph/code/16.d.ts +14 -0
  250. package/dist/types/artifacts/glyph/code/24.d.ts +14 -0
  251. package/dist/types/artifacts/glyph/commit/16.d.ts +14 -0
  252. package/dist/types/artifacts/glyph/commit/24.d.ts +14 -0
  253. package/dist/types/artifacts/glyph/epic/16.d.ts +14 -0
  254. package/dist/types/artifacts/glyph/epic/24.d.ts +14 -0
  255. package/dist/types/artifacts/glyph/improvement/16.d.ts +14 -0
  256. package/dist/types/artifacts/glyph/improvement/24.d.ts +14 -0
  257. package/dist/types/artifacts/glyph/incident/16.d.ts +14 -0
  258. package/dist/types/artifacts/glyph/incident/24.d.ts +14 -0
  259. package/dist/types/artifacts/glyph/issue/16.d.ts +14 -0
  260. package/dist/types/artifacts/glyph/issue/24.d.ts +14 -0
  261. package/dist/types/artifacts/glyph/new-feature/16.d.ts +14 -0
  262. package/dist/types/artifacts/glyph/new-feature/24.d.ts +14 -0
  263. package/dist/types/artifacts/glyph/page/16.d.ts +14 -0
  264. package/dist/types/artifacts/glyph/page/24.d.ts +14 -0
  265. package/dist/types/artifacts/glyph/problem/16.d.ts +14 -0
  266. package/dist/types/artifacts/glyph/problem/24.d.ts +14 -0
  267. package/dist/types/artifacts/glyph/pull-request/16.d.ts +14 -0
  268. package/dist/types/artifacts/glyph/pull-request/24.d.ts +14 -0
  269. package/dist/types/artifacts/glyph/question/16.d.ts +14 -0
  270. package/dist/types/artifacts/glyph/question/24.d.ts +14 -0
  271. package/dist/types/artifacts/glyph/story/16.d.ts +14 -0
  272. package/dist/types/artifacts/glyph/story/24.d.ts +14 -0
  273. package/dist/types/artifacts/glyph/subtask/16.d.ts +14 -0
  274. package/dist/types/artifacts/glyph/subtask/24.d.ts +14 -0
  275. package/dist/types/artifacts/glyph/task/16.d.ts +14 -0
  276. package/dist/types/artifacts/glyph/task/24.d.ts +14 -0
  277. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  278. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  279. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  280. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  281. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  282. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  283. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  284. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  285. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  286. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  287. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -0
  288. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -0
  289. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  290. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  291. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  292. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  293. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  294. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  295. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  296. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  297. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  298. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  299. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  300. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  301. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -0
  302. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -0
  303. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  304. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  305. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  306. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  307. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -0
  308. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -0
  309. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -0
  310. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -0
  311. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  312. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  313. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -0
  314. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -0
  315. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +14 -0
  316. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +14 -0
  317. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +14 -0
  318. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +14 -0
  319. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +14 -0
  320. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +14 -0
  321. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +14 -0
  322. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +14 -0
  323. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +14 -0
  324. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +14 -0
  325. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +14 -0
  326. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +14 -0
  327. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +14 -0
  328. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +14 -0
  329. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +14 -0
  330. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +14 -0
  331. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +14 -0
  332. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +14 -0
  333. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +14 -0
  334. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +14 -0
  335. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +14 -0
  336. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +14 -0
  337. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +14 -0
  338. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +14 -0
  339. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +14 -0
  340. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +14 -0
  341. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +14 -0
  342. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +14 -0
  343. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +14 -0
  344. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +14 -0
  345. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +14 -0
  346. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +14 -0
  347. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +14 -0
  348. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +14 -0
  349. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +14 -0
  350. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +14 -0
  351. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +14 -0
  352. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +14 -0
  353. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  354. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  355. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  356. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  357. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  358. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  359. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  360. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  361. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  362. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  363. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -0
  364. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -0
  365. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  366. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  367. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  368. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  369. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  370. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  371. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  372. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  373. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  374. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  375. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  376. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  377. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -0
  378. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -0
  379. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  380. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -0
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -0
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -0
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -0
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -0
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -0
  391. package/glyph/blog/16/package.json +17 -0
  392. package/glyph/blog/24/package.json +17 -0
  393. package/glyph/branch/16/package.json +17 -0
  394. package/glyph/branch/24/package.json +17 -0
  395. package/glyph/bug/16/package.json +17 -0
  396. package/glyph/bug/24/package.json +17 -0
  397. package/glyph/calendar/16/package.json +17 -0
  398. package/glyph/calendar/24/package.json +17 -0
  399. package/glyph/changes/16/package.json +17 -0
  400. package/glyph/changes/24/package.json +17 -0
  401. package/glyph/code/16/package.json +17 -0
  402. package/glyph/code/24/package.json +17 -0
  403. package/glyph/commit/16/package.json +17 -0
  404. package/glyph/commit/24/package.json +17 -0
  405. package/glyph/epic/16/package.json +17 -0
  406. package/glyph/epic/24/package.json +17 -0
  407. package/glyph/improvement/16/package.json +17 -0
  408. package/glyph/improvement/24/package.json +17 -0
  409. package/glyph/incident/16/package.json +17 -0
  410. package/glyph/incident/24/package.json +17 -0
  411. package/glyph/issue/16/package.json +17 -0
  412. package/glyph/issue/24/package.json +17 -0
  413. package/glyph/new-feature/16/package.json +17 -0
  414. package/glyph/new-feature/24/package.json +17 -0
  415. package/glyph/page/16/package.json +17 -0
  416. package/glyph/page/24/package.json +17 -0
  417. package/glyph/problem/16/package.json +17 -0
  418. package/glyph/problem/24/package.json +17 -0
  419. package/glyph/pull-request/16/package.json +17 -0
  420. package/glyph/pull-request/24/package.json +17 -0
  421. package/glyph/question/16/package.json +17 -0
  422. package/glyph/question/24/package.json +17 -0
  423. package/glyph/story/16/package.json +17 -0
  424. package/glyph/story/24/package.json +17 -0
  425. package/glyph/subtask/16/package.json +17 -0
  426. package/glyph/subtask/24/package.json +17 -0
  427. package/glyph/task/16/package.json +17 -0
  428. package/glyph/task/24/package.json +17 -0
  429. package/package.json +56 -10
  430. package/glyph/blog/16.d.ts +0 -4
  431. package/glyph/blog/16.js +0 -16
  432. package/glyph/blog/24.d.ts +0 -4
  433. package/glyph/blog/24.js +0 -16
  434. package/glyph/branch/16.d.ts +0 -4
  435. package/glyph/branch/16.js +0 -16
  436. package/glyph/branch/24.d.ts +0 -4
  437. package/glyph/branch/24.js +0 -16
  438. package/glyph/bug/16.d.ts +0 -4
  439. package/glyph/bug/16.js +0 -16
  440. package/glyph/bug/24.d.ts +0 -4
  441. package/glyph/bug/24.js +0 -16
  442. package/glyph/calendar/16.d.ts +0 -4
  443. package/glyph/calendar/16.js +0 -16
  444. package/glyph/calendar/24.d.ts +0 -4
  445. package/glyph/calendar/24.js +0 -16
  446. package/glyph/changes/16.d.ts +0 -4
  447. package/glyph/changes/16.js +0 -16
  448. package/glyph/changes/24.d.ts +0 -4
  449. package/glyph/code/16.d.ts +0 -4
  450. package/glyph/code/16.js +0 -16
  451. package/glyph/code/24.d.ts +0 -4
  452. package/glyph/commit/16.d.ts +0 -4
  453. package/glyph/commit/16.js +0 -16
  454. package/glyph/commit/24.d.ts +0 -4
  455. package/glyph/commit/24.js +0 -16
  456. package/glyph/epic/16.d.ts +0 -4
  457. package/glyph/epic/24.d.ts +0 -4
  458. package/glyph/improvement/16.d.ts +0 -4
  459. package/glyph/improvement/16.js +0 -16
  460. package/glyph/improvement/24.d.ts +0 -4
  461. package/glyph/improvement/24.js +0 -16
  462. package/glyph/incident/16.d.ts +0 -4
  463. package/glyph/incident/16.js +0 -16
  464. package/glyph/incident/24.d.ts +0 -4
  465. package/glyph/incident/24.js +0 -16
  466. package/glyph/issue/16.d.ts +0 -4
  467. package/glyph/issue/16.js +0 -16
  468. package/glyph/issue/24.d.ts +0 -4
  469. package/glyph/new-feature/16.d.ts +0 -4
  470. package/glyph/new-feature/16.js +0 -16
  471. package/glyph/new-feature/24.d.ts +0 -4
  472. package/glyph/new-feature/24.js +0 -16
  473. package/glyph/page/16.d.ts +0 -4
  474. package/glyph/page/16.js +0 -16
  475. package/glyph/page/24.d.ts +0 -4
  476. package/glyph/problem/16.d.ts +0 -4
  477. package/glyph/problem/16.js +0 -16
  478. package/glyph/problem/24.d.ts +0 -4
  479. package/glyph/problem/24.js +0 -16
  480. package/glyph/pull-request/16.d.ts +0 -4
  481. package/glyph/pull-request/16.js +0 -16
  482. package/glyph/pull-request/24.d.ts +0 -4
  483. package/glyph/question/16.d.ts +0 -4
  484. package/glyph/question/16.js +0 -16
  485. package/glyph/question/24.d.ts +0 -4
  486. package/glyph/story/16.d.ts +0 -4
  487. package/glyph/story/16.js +0 -16
  488. package/glyph/story/24.d.ts +0 -4
  489. package/glyph/subtask/16.d.ts +0 -4
  490. package/glyph/subtask/16.js +0 -16
  491. package/glyph/subtask/24.d.ts +0 -4
  492. package/glyph/subtask/24.js +0 -16
  493. package/glyph/task/16.d.ts +0 -4
  494. package/glyph/task/16.js +0 -16
  495. package/glyph/task/24.d.ts +0 -4
  496. package/glyph/task/24.js +0 -16
@@ -0,0 +1,43 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5cb120ef54d45ebd04018c195938778f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/task';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/task/16';
11
+
12
+ /**
13
+ * __16px `task` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ const Task16Icon = ({
20
+ label,
21
+ testId
22
+ }) => {
23
+ if (fg('icon-object-migration')) {
24
+ return /*#__PURE__*/React.createElement(IconTile, {
25
+ icon: NewIcon,
26
+ appearance: "blueBold",
27
+ size: "16",
28
+ label: label,
29
+ testId: testId,
30
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
31
+ label: label,
32
+ testId: testId
33
+ })
34
+ });
35
+ } else {
36
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
37
+ label: label,
38
+ testId: testId
39
+ });
40
+ }
41
+ };
42
+ Task16Icon.displayName = 'Task16Icon';
43
+ export default Task16Icon;
@@ -0,0 +1,43 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3538e7db689c9c7719f541da9a31b4c9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import React from 'react';
7
+ import { IconTile } from '@atlaskit/icon';
8
+ import NewIcon from '@atlaskit/icon/core/task';
9
+ import { fg } from '@atlaskit/platform-feature-flags';
10
+ import IconObjectOld from '../../glyph-legacy/task/24';
11
+
12
+ /**
13
+ * __24px `task` icon object__
14
+ *
15
+ * - [Examples](https://atlassian.design/components/icon-object/examples)
16
+ * - [Code](https://atlassian.design/components/icon-object/code)
17
+ * - [Usage](https://atlassian.design/components/icon-object/usage)
18
+ */
19
+ const Task24Icon = ({
20
+ label,
21
+ testId
22
+ }) => {
23
+ if (fg('icon-object-migration')) {
24
+ return /*#__PURE__*/React.createElement(IconTile, {
25
+ icon: NewIcon,
26
+ appearance: "blueBold",
27
+ size: "24",
28
+ label: label,
29
+ testId: testId,
30
+ LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
31
+ label: label,
32
+ testId: testId
33
+ })
34
+ });
35
+ } else {
36
+ return /*#__PURE__*/React.createElement(IconObjectOld, {
37
+ label: label,
38
+ testId: testId
39
+ });
40
+ }
41
+ };
42
+ Task24Icon.displayName = 'Task24Icon';
43
+ export default Task24Icon;
@@ -0,0 +1,18 @@
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::387cb99b24103ef6908201cae0580f7c>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Blog16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M6.972 6.128a2.5 2.5 0 1 0-2.37 2.87q-.416.59-1.016 1.265a.916.916 0 0 0-.058 1.147.607.607 0 0 0 .948.043q2.908-3.331 2.496-5.325m7 0a2.5 2.5 0 1 0-2.37 2.87q-.416.59-1.016 1.265a.916.916 0 0 0-.058 1.147.607.607 0 0 0 .948.043q2.908-3.331 2.496-5.325M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Blog16Icon.displayName = 'Blog16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Blog16Icon;
@@ -0,0 +1,18 @@
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::b7682b4d34bd2a783038ec83f3b47a94>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Blog24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M10.998 9.035a3.5 3.5 0 1 0-3.046 3.94q-.71 1.254-1.87 2.827a1.17 1.17 0 0 0 .102 1.506.85.85 0 0 0 1.298-.092q4.013-5.52 3.516-8.18m8.895 0a3.5 3.5 0 1 0-3.046 3.94q-.71 1.254-1.87 2.827a1.17 1.17 0 0 0 .102 1.506.85.85 0 0 0 1.298-.092q4.012-5.52 3.516-8.18M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Blog24Icon.displayName = 'Blog24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Blog24Icon;
@@ -0,0 +1,18 @@
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::371b0d35eca629b3ebb5e933140aedc3>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Branch16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M10 8.732v.28A1.993 1.993 0 0 1 8.002 11l-.004 2A3.995 3.995 0 0 0 12 9.007v-.274a2 2 0 1 0-2 0m-4-3a2 2 0 1 0-2 0v4.536a2 2 0 1 0 2 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Branch16Icon.displayName = 'Branch16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Branch16Icon;
@@ -0,0 +1,18 @@
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::65f7c0fc7ed8a9c98e144cb74da1e401>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Branch24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M9 15.17V8.83a3.001 3.001 0 1 0-2 0v6.34A3.001 3.001 0 1 0 10.83 19H15a3 3 0 0 0 3-3v-2.308a3.001 3.001 0 1 0-2 0V16a1 1 0 0 1-1 1h-4.17A3 3 0 0 0 9 15.17M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m5 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2m9 4.862a1 1 0 1 1 0-2 1 1 0 0 1 0 2M8 19a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Branch24Icon.displayName = 'Branch24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Branch24Icon;
@@ -0,0 +1,18 @@
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::508e97af907f08dc14fc66e28b081e3b>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Bug16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Bug16Icon.displayName = 'Bug16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Bug16Icon;
@@ -0,0 +1,18 @@
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::4a39d443b110a7d2a67a1a53e503ece9>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Bug24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Bug24Icon.displayName = 'Bug24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Bug24Icon;
@@ -0,0 +1,18 @@
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::7dd213aefc713f052644c932f145ae42>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Calendar16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M6 5H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m8 4v1h2V4a1 1 0 0 0-2 0M4 4v1h2V4a1 1 0 0 0-2 0m1 4h6v3H5z"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Calendar16Icon.displayName = 'Calendar16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Calendar16Icon;
@@ -0,0 +1,18 @@
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::03a498292f15351abd783b768eaf5bbf>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Calendar24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M16 6H8V5a1 1 0 1 0-2 0v1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2V5a1 1 0 0 0-2 0zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m3 10v8h12v-8z"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Calendar24Icon.displayName = 'Calendar24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Calendar24Icon;
@@ -0,0 +1,18 @@
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::281636a4b7ecb1d97df53dcc5763d1a9>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Changes16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M10.58 7H5.467l.866-.865A1 1 0 1 0 4.92 4.72L2.34 7.3a1 1 0 0 0 0 1.414l2.58 2.578a1 1 0 0 0 1.414-1.416L5.456 9h5.134l-.877.876a1 1 0 1 0 1.414 1.415l2.58-2.58a1 1 0 0 0 0-1.414L11.126 4.72a1 1 0 0 0-.706-.292.999.999 0 0 0-.707 1.707zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Changes16Icon.displayName = 'Changes16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Changes16Icon;
@@ -1,16 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Changes24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
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::4d5cdbc2ca898b4ddf4eaaae54d613f9>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Changes24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
11
10
  dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M16.587 15H5a1 1 0 0 0 0 2h11.591l-1.298 1.296a1.001 1.001 0 0 0 1.414 1.416l3.005-3.001a1 1 0 0 0 0-1.415l-3.005-3.003a.999.999 0 1 0-1.414 1.414zM7.418 7l1.294-1.293a.999.999 0 1 0-1.414-1.414L4.293 7.296a1 1 0 0 0 0 1.415l3.005 3a1 1 0 0 0 1.414-1.415L7.414 9H19a1 1 0 0 0 0-2zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
12
  }, props, {
13
13
  size: "medium"
14
14
  }));
15
15
  Changes24Icon.displayName = 'Changes24Icon';
16
- var _default = exports.default = Changes24Icon;
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Changes24Icon;
@@ -0,0 +1,18 @@
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::5a17b0b5d454f4262ba3195f959601cc>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Code16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2.92 4.72L2.34 7.3a1 1 0 0 0 0 1.414l2.58 2.578a1 1 0 0 0 1.414-1.416L4.46 8.006l1.873-1.871A1 1 0 1 0 4.92 4.72m4.792 0a1 1 0 0 0 0 1.415l1.874 1.87-1.873 1.87a1 1 0 1 0 1.414 1.416l2.58-2.58a1 1 0 0 0 0-1.414L11.126 4.72a1 1 0 0 0-.706-.292 1 1 0 0 0-.708.293"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Code16Icon.displayName = 'Code16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Code16Icon;
@@ -1,16 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Code24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
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::50d679328560c232612303b764ccbb2a>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Code24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
11
10
  dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m5.583 7.002-4.29 4.287a1 1 0 0 0 0 1.415l4.291 4.285a1 1 0 0 0 1.414-.002 1 1 0 0 0-.001-1.414l-3.582-3.576 3.582-3.58a1.002 1.002 0 0 0-.707-1.708 1 1 0 0 0-.707.293m5.41-.013a1 1 0 0 0 .002 1.413l3.59 3.587-3.59 3.588a1.001 1.001 0 0 0 1.414 1.415l4.298-4.296a1 1 0 0 0 0-1.415l-4.3-4.293a.994.994 0 0 0-1.414.001"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
12
  }, props, {
13
13
  size: "medium"
14
14
  }));
15
15
  Code24Icon.displayName = 'Code24Icon';
16
- var _default = exports.default = Code24Icon;
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Code24Icon;
@@ -0,0 +1,18 @@
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::50d5a3bab2c708a6de1c7dc72e3a297a>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Commit16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-.986 1.834a3.001 3.001 0 0 1 0-5.668A1 1 0 0 1 7 5V3a1 1 0 1 1 2 0v2q0 .085-.014.166a3.001 3.001 0 0 1 0 5.668Q9 10.915 9 11v2a1 1 0 0 1-2 0v-2q0-.085.014-.166"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Commit16Icon.displayName = 'Commit16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Commit16Icon;
@@ -0,0 +1,18 @@
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::1bf4e367192434decf98ec95a6bf0b2e>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Commit24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M11.008 8.124a4.002 4.002 0 0 0 0 7.752A1 1 0 0 0 11 16v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-.008-.124 4.002 4.002 0 0 0 0-7.752A1 1 0 0 0 13 8V4a1 1 0 0 0-2 0v4q0 .063.008.124M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Commit24Icon.displayName = 'Commit24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Commit24Icon;
@@ -1,16 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Epic16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
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::2cb559f656356bdb13b54acac6c1eee2>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Epic16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
11
10
  dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m9.912 7.767A.5.5 0 0 0 12 7.5a.5.5 0 0 0-.5-.5H9V3.5a.495.495 0 0 0-.872-.327l-.002-.001-3.977 4.973-.008.009-.028.036.002.004A.5.5 0 0 0 4 8.5a.5.5 0 0 0 .5.5c.028 0 .051-.011.077-.016H7V12.5a.5.5 0 0 0 .5.5c.124 0 .234-.05.321-.124l.004.001.007-.009c.03-.027.051-.059.074-.092l3.934-4.913c.019-.018.031-.039.047-.06l.027-.033z"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
12
  }, props, {
13
13
  size: "small"
14
14
  }));
15
15
  Epic16Icon.displayName = 'Epic16Icon';
16
- var _default = exports.default = Epic16Icon;
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Epic16Icon;
@@ -1,16 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Epic24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
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::4b982181fbff74febc09fce21faab976>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Epic24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
11
10
  dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m15.188 9.4h-3.063V4.8a1.807 1.807 0 0 0-3.16-1.192l-.197.21c-.095.114-.095.114-.324.397a678 678 0 0 0-2.976 3.699l-.093.117C5.188 12.03 5 12.274 5 12.8c0 1.01.819 1.599 1.77 1.76l.168.014h2.937V19.2c0 .997.815 1.8 1.813 1.8.43 0 .963-.236 1.52-.793l.073-.083.28-.35a1306 1306 0 0 0 2.973-3.744l.049-.061a403 403 0 0 0 2.21-2.815q.474-.612.734-.96.142-.19.223-.306c.042-.062.042-.062.085-.13.05-.046.05-.046.165-.558 0-.997-.815-1.8-1.812-1.8m-5.063 2V5.317l-.863 1.066a627 627 0 0 0-2.23 2.778l-.047.058-.046.059c-1.573 1.973-2.217 2.788-2.596 3.296h4.532v6.106l.122-.154a1305 1305 0 0 0 2.969-3.736l.048-.061A400 400 0 0 0 17.62 11.4z"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
12
  }, props, {
13
13
  size: "medium"
14
14
  }));
15
15
  Epic24Icon.displayName = 'Epic24Icon';
16
- var _default = exports.default = Epic24Icon;
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Epic24Icon;
@@ -0,0 +1,18 @@
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::426ff1debe71e8b9d8a16f3e635c26a8>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Improvement16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="m9 5.413 2.294 2.294a1 1 0 1 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L7 5.415V13a1 1 0 0 0 2 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Improvement16Icon.displayName = 'Improvement16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Improvement16Icon;
@@ -0,0 +1,18 @@
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::c18e10d2ec16178035a776c33e081ee3>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Improvement24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="m13 7.422 3.284 3.285a1 1 0 1 0 1.414-1.414l-4.998-5a1 1 0 0 0-1.414 0l-4.998 5a1 1 0 1 0 1.414 1.414L11 7.407V19a1 1 0 0 0 2 0zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Improvement24Icon.displayName = 'Improvement24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Improvement24Icon;
@@ -0,0 +1,18 @@
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::dce0ac1582dc2507da5f80cdb2ca3ec0>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Incident16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M4.785 10h6.43L10.5 8H5.499zM4 11a1 1 0 0 0-1 1v1h10v-1a1 1 0 0 0-1-1zm1.856-4h4.288L8.942 3.632a1 1 0 0 0-1.884 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Incident16Icon.displayName = 'Incident16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Incident16Icon;
@@ -0,0 +1,18 @@
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::8d86f8a2c647fd77a740cf41030859f4>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Incident24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="m8.829 12-.906 3h8.154l-.906-3zm.604-2h5.134l-1.61-5.332a1 1 0 0 0-1.914 0zM17 17H6a1 1 0 0 0-1 1v2h14v-2a1 1 0 0 0-1-1zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ Incident24Icon.displayName = 'Incident24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Incident24Icon;
@@ -0,0 +1,18 @@
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::8a9a249fb572b3dfc8cacf8f2a204c85>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Issue16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m1 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm1 2v4h8V6z"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ Issue16Icon.displayName = 'Issue16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Issue16Icon;
@@ -1,16 +1,18 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Issue24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
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::d02e855adc6c6e52d92d1952a60d181c>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const Issue24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
11
10
  dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m0 8.009v7.982C3 17.098 3.893 18 4.995 18h14.01C20.107 18 21 17.1 21 15.991V8.01A2.004 2.004 0 0 0 19.005 6H4.995C3.893 6 3 6.9 3 8.009m11.293 1.284a1 1 0 0 1 1.414 1.414l-3.5 3.5a1 1 0 0 1-1.415-.001l-1.97-1.978a1 1 0 1 1 1.416-1.411l1.263 1.267zM5 15.99c0 .007 14.005.009 14.005.009C18.999 16 19 8.009 19 8.009 19 8.002 4.995 8 4.995 8 5.001 8 5 15.991 5 15.991"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
12
  }, props, {
13
13
  size: "medium"
14
14
  }));
15
15
  Issue24Icon.displayName = 'Issue24Icon';
16
- var _default = exports.default = Issue24Icon;
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default Issue24Icon;
@@ -0,0 +1,18 @@
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::8df47e3fa6b145da1754a84e7e7b5ad8>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const NewFeature16Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M9 7V4a1 1 0 1 0-2 0v3H4a1 1 0 1 0 0 2h3v3a1 1 0 0 0 2 0V9h3a1 1 0 0 0 0-2zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "small"
14
+ }));
15
+ NewFeature16Icon.displayName = 'NewFeature16Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default NewFeature16Icon;
@@ -0,0 +1,18 @@
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::17056f699e17c357e20da4901e43652d>>
5
+ * @codegenCommand yarn build:icon-glyphs
6
+ */
7
+ import React from 'react';
8
+ import { IconFacade } from '@atlaskit/icon/base';
9
+ const NewFeature24Icon = props => /*#__PURE__*/React.createElement(IconFacade, _extends({
10
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M13 11V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
11
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
12
+ }, props, {
13
+ size: "medium"
14
+ }));
15
+ NewFeature24Icon.displayName = 'NewFeature24Icon';
16
+
17
+ // eslint-disable-next-line @repo/internal/react/require-jsdoc
18
+ export default NewFeature24Icon;