@atlaskit/icon-object 7.2.1 → 7.2.3

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 (424) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/afm-cc/tsconfig.json +12 -3
  3. package/afm-dev-agents/tsconfig.json +6 -0
  4. package/afm-jira/tsconfig.json +6 -0
  5. package/afm-passionfruit/tsconfig.json +6 -0
  6. package/afm-post-office/tsconfig.json +6 -0
  7. package/afm-rovo-extension/tsconfig.json +6 -0
  8. package/afm-townsquare/tsconfig.json +6 -0
  9. package/afm-volt/tsconfig.json +6 -0
  10. package/build/index.tsx +10 -3
  11. package/build/utils.tsx +59 -2
  12. package/dist/cjs/all-icons.js +54 -0
  13. package/dist/cjs/artifacts/glyph/blog/16.js +12 -1
  14. package/dist/cjs/artifacts/glyph/blog/24.js +12 -1
  15. package/dist/cjs/artifacts/glyph/branch/16.js +12 -1
  16. package/dist/cjs/artifacts/glyph/branch/24.js +12 -1
  17. package/dist/cjs/artifacts/glyph/bug/16.js +12 -1
  18. package/dist/cjs/artifacts/glyph/bug/24.js +12 -1
  19. package/dist/cjs/artifacts/glyph/calendar/16.js +12 -1
  20. package/dist/cjs/artifacts/glyph/calendar/24.js +12 -1
  21. package/dist/cjs/artifacts/glyph/changes/16.js +12 -1
  22. package/dist/cjs/artifacts/glyph/changes/24.js +12 -1
  23. package/dist/cjs/artifacts/glyph/code/16.js +12 -1
  24. package/dist/cjs/artifacts/glyph/code/24.js +12 -1
  25. package/dist/cjs/artifacts/glyph/commit/16.js +12 -1
  26. package/dist/cjs/artifacts/glyph/commit/24.js +12 -1
  27. package/dist/cjs/artifacts/glyph/epic/16.js +12 -1
  28. package/dist/cjs/artifacts/glyph/epic/24.js +12 -1
  29. package/dist/cjs/artifacts/glyph/improvement/16.js +12 -1
  30. package/dist/cjs/artifacts/glyph/improvement/24.js +12 -1
  31. package/dist/cjs/artifacts/glyph/incident/16.js +12 -1
  32. package/dist/cjs/artifacts/glyph/incident/24.js +12 -1
  33. package/dist/cjs/artifacts/glyph/issue/16.js +12 -1
  34. package/dist/cjs/artifacts/glyph/issue/24.js +12 -1
  35. package/dist/cjs/artifacts/glyph/new-feature/16.js +12 -1
  36. package/dist/cjs/artifacts/glyph/new-feature/24.js +12 -1
  37. package/dist/cjs/artifacts/glyph/page/16.js +12 -1
  38. package/dist/cjs/artifacts/glyph/page/24.js +12 -1
  39. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +12 -1
  40. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +12 -1
  41. package/dist/cjs/artifacts/glyph/problem/16.js +12 -1
  42. package/dist/cjs/artifacts/glyph/problem/24.js +12 -1
  43. package/dist/cjs/artifacts/glyph/pull-request/16.js +12 -1
  44. package/dist/cjs/artifacts/glyph/pull-request/24.js +12 -1
  45. package/dist/cjs/artifacts/glyph/question/16.js +12 -1
  46. package/dist/cjs/artifacts/glyph/question/24.js +12 -1
  47. package/dist/cjs/artifacts/glyph/story/16.js +12 -1
  48. package/dist/cjs/artifacts/glyph/story/24.js +12 -1
  49. package/dist/cjs/artifacts/glyph/subtask/16.js +12 -1
  50. package/dist/cjs/artifacts/glyph/subtask/24.js +12 -1
  51. package/dist/cjs/artifacts/glyph/task/16.js +12 -1
  52. package/dist/cjs/artifacts/glyph/task/24.js +12 -1
  53. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +1 -1
  54. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +1 -1
  55. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +1 -1
  56. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +1 -1
  57. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +1 -1
  58. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +1 -1
  59. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +1 -1
  60. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +1 -1
  61. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +1 -1
  62. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +1 -1
  63. package/dist/cjs/artifacts/glyph-legacy/code/16.js +1 -1
  64. package/dist/cjs/artifacts/glyph-legacy/code/24.js +1 -1
  65. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +1 -1
  66. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +1 -1
  67. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +1 -1
  68. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +1 -1
  69. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +1 -1
  70. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +1 -1
  71. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +1 -1
  72. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +1 -1
  73. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +1 -1
  74. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +1 -1
  75. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +1 -1
  76. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +1 -1
  77. package/dist/cjs/artifacts/glyph-legacy/page/16.js +1 -1
  78. package/dist/cjs/artifacts/glyph-legacy/page/24.js +1 -1
  79. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  80. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  81. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +1 -1
  82. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +1 -1
  83. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +1 -1
  84. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +1 -1
  85. package/dist/cjs/artifacts/glyph-legacy/question/16.js +1 -1
  86. package/dist/cjs/artifacts/glyph-legacy/question/24.js +1 -1
  87. package/dist/cjs/artifacts/glyph-legacy/story/16.js +1 -1
  88. package/dist/cjs/artifacts/glyph-legacy/story/24.js +1 -1
  89. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +1 -1
  90. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +1 -1
  91. package/dist/cjs/artifacts/glyph-legacy/task/16.js +1 -1
  92. package/dist/cjs/artifacts/glyph-legacy/task/24.js +1 -1
  93. package/dist/cjs/metadata.js +2 -1
  94. package/dist/es2019/all-icons.js +46 -0
  95. package/dist/es2019/artifacts/glyph/blog/16.js +12 -1
  96. package/dist/es2019/artifacts/glyph/blog/24.js +12 -1
  97. package/dist/es2019/artifacts/glyph/branch/16.js +12 -1
  98. package/dist/es2019/artifacts/glyph/branch/24.js +12 -1
  99. package/dist/es2019/artifacts/glyph/bug/16.js +12 -1
  100. package/dist/es2019/artifacts/glyph/bug/24.js +12 -1
  101. package/dist/es2019/artifacts/glyph/calendar/16.js +12 -1
  102. package/dist/es2019/artifacts/glyph/calendar/24.js +12 -1
  103. package/dist/es2019/artifacts/glyph/changes/16.js +12 -1
  104. package/dist/es2019/artifacts/glyph/changes/24.js +12 -1
  105. package/dist/es2019/artifacts/glyph/code/16.js +12 -1
  106. package/dist/es2019/artifacts/glyph/code/24.js +12 -1
  107. package/dist/es2019/artifacts/glyph/commit/16.js +12 -1
  108. package/dist/es2019/artifacts/glyph/commit/24.js +12 -1
  109. package/dist/es2019/artifacts/glyph/epic/16.js +12 -1
  110. package/dist/es2019/artifacts/glyph/epic/24.js +12 -1
  111. package/dist/es2019/artifacts/glyph/improvement/16.js +12 -1
  112. package/dist/es2019/artifacts/glyph/improvement/24.js +12 -1
  113. package/dist/es2019/artifacts/glyph/incident/16.js +12 -1
  114. package/dist/es2019/artifacts/glyph/incident/24.js +12 -1
  115. package/dist/es2019/artifacts/glyph/issue/16.js +12 -1
  116. package/dist/es2019/artifacts/glyph/issue/24.js +12 -1
  117. package/dist/es2019/artifacts/glyph/new-feature/16.js +12 -1
  118. package/dist/es2019/artifacts/glyph/new-feature/24.js +12 -1
  119. package/dist/es2019/artifacts/glyph/page/16.js +12 -1
  120. package/dist/es2019/artifacts/glyph/page/24.js +12 -1
  121. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +12 -1
  122. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +12 -1
  123. package/dist/es2019/artifacts/glyph/problem/16.js +12 -1
  124. package/dist/es2019/artifacts/glyph/problem/24.js +12 -1
  125. package/dist/es2019/artifacts/glyph/pull-request/16.js +12 -1
  126. package/dist/es2019/artifacts/glyph/pull-request/24.js +12 -1
  127. package/dist/es2019/artifacts/glyph/question/16.js +12 -1
  128. package/dist/es2019/artifacts/glyph/question/24.js +12 -1
  129. package/dist/es2019/artifacts/glyph/story/16.js +12 -1
  130. package/dist/es2019/artifacts/glyph/story/24.js +12 -1
  131. package/dist/es2019/artifacts/glyph/subtask/16.js +12 -1
  132. package/dist/es2019/artifacts/glyph/subtask/24.js +12 -1
  133. package/dist/es2019/artifacts/glyph/task/16.js +12 -1
  134. package/dist/es2019/artifacts/glyph/task/24.js +12 -1
  135. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +1 -1
  136. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +1 -1
  137. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +1 -1
  138. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +1 -1
  139. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +1 -1
  140. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +1 -1
  141. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +1 -1
  142. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +1 -1
  143. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +1 -1
  144. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +1 -1
  145. package/dist/es2019/artifacts/glyph-legacy/code/16.js +1 -1
  146. package/dist/es2019/artifacts/glyph-legacy/code/24.js +1 -1
  147. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +1 -1
  148. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +1 -1
  149. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +1 -1
  150. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +1 -1
  151. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +1 -1
  152. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +1 -1
  153. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +1 -1
  154. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +1 -1
  155. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +1 -1
  156. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +1 -1
  157. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +1 -1
  158. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +1 -1
  159. package/dist/es2019/artifacts/glyph-legacy/page/16.js +1 -1
  160. package/dist/es2019/artifacts/glyph-legacy/page/24.js +1 -1
  161. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  162. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  163. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +1 -1
  164. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +1 -1
  165. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +1 -1
  166. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +1 -1
  167. package/dist/es2019/artifacts/glyph-legacy/question/16.js +1 -1
  168. package/dist/es2019/artifacts/glyph-legacy/question/24.js +1 -1
  169. package/dist/es2019/artifacts/glyph-legacy/story/16.js +1 -1
  170. package/dist/es2019/artifacts/glyph-legacy/story/24.js +1 -1
  171. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +1 -1
  172. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +1 -1
  173. package/dist/es2019/artifacts/glyph-legacy/task/16.js +1 -1
  174. package/dist/es2019/artifacts/glyph-legacy/task/24.js +1 -1
  175. package/dist/es2019/metadata.js +2 -1
  176. package/dist/esm/all-icons.js +46 -0
  177. package/dist/esm/artifacts/glyph/blog/16.js +12 -1
  178. package/dist/esm/artifacts/glyph/blog/24.js +12 -1
  179. package/dist/esm/artifacts/glyph/branch/16.js +12 -1
  180. package/dist/esm/artifacts/glyph/branch/24.js +12 -1
  181. package/dist/esm/artifacts/glyph/bug/16.js +12 -1
  182. package/dist/esm/artifacts/glyph/bug/24.js +12 -1
  183. package/dist/esm/artifacts/glyph/calendar/16.js +12 -1
  184. package/dist/esm/artifacts/glyph/calendar/24.js +12 -1
  185. package/dist/esm/artifacts/glyph/changes/16.js +12 -1
  186. package/dist/esm/artifacts/glyph/changes/24.js +12 -1
  187. package/dist/esm/artifacts/glyph/code/16.js +12 -1
  188. package/dist/esm/artifacts/glyph/code/24.js +12 -1
  189. package/dist/esm/artifacts/glyph/commit/16.js +12 -1
  190. package/dist/esm/artifacts/glyph/commit/24.js +12 -1
  191. package/dist/esm/artifacts/glyph/epic/16.js +12 -1
  192. package/dist/esm/artifacts/glyph/epic/24.js +12 -1
  193. package/dist/esm/artifacts/glyph/improvement/16.js +12 -1
  194. package/dist/esm/artifacts/glyph/improvement/24.js +12 -1
  195. package/dist/esm/artifacts/glyph/incident/16.js +12 -1
  196. package/dist/esm/artifacts/glyph/incident/24.js +12 -1
  197. package/dist/esm/artifacts/glyph/issue/16.js +12 -1
  198. package/dist/esm/artifacts/glyph/issue/24.js +12 -1
  199. package/dist/esm/artifacts/glyph/new-feature/16.js +12 -1
  200. package/dist/esm/artifacts/glyph/new-feature/24.js +12 -1
  201. package/dist/esm/artifacts/glyph/page/16.js +12 -1
  202. package/dist/esm/artifacts/glyph/page/24.js +12 -1
  203. package/dist/esm/artifacts/glyph/page-live-doc/16.js +12 -1
  204. package/dist/esm/artifacts/glyph/page-live-doc/24.js +12 -1
  205. package/dist/esm/artifacts/glyph/problem/16.js +12 -1
  206. package/dist/esm/artifacts/glyph/problem/24.js +12 -1
  207. package/dist/esm/artifacts/glyph/pull-request/16.js +12 -1
  208. package/dist/esm/artifacts/glyph/pull-request/24.js +12 -1
  209. package/dist/esm/artifacts/glyph/question/16.js +12 -1
  210. package/dist/esm/artifacts/glyph/question/24.js +12 -1
  211. package/dist/esm/artifacts/glyph/story/16.js +12 -1
  212. package/dist/esm/artifacts/glyph/story/24.js +12 -1
  213. package/dist/esm/artifacts/glyph/subtask/16.js +12 -1
  214. package/dist/esm/artifacts/glyph/subtask/24.js +12 -1
  215. package/dist/esm/artifacts/glyph/task/16.js +12 -1
  216. package/dist/esm/artifacts/glyph/task/24.js +12 -1
  217. package/dist/esm/artifacts/glyph-legacy/blog/16.js +1 -1
  218. package/dist/esm/artifacts/glyph-legacy/blog/24.js +1 -1
  219. package/dist/esm/artifacts/glyph-legacy/branch/16.js +1 -1
  220. package/dist/esm/artifacts/glyph-legacy/branch/24.js +1 -1
  221. package/dist/esm/artifacts/glyph-legacy/bug/16.js +1 -1
  222. package/dist/esm/artifacts/glyph-legacy/bug/24.js +1 -1
  223. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +1 -1
  224. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +1 -1
  225. package/dist/esm/artifacts/glyph-legacy/changes/16.js +1 -1
  226. package/dist/esm/artifacts/glyph-legacy/changes/24.js +1 -1
  227. package/dist/esm/artifacts/glyph-legacy/code/16.js +1 -1
  228. package/dist/esm/artifacts/glyph-legacy/code/24.js +1 -1
  229. package/dist/esm/artifacts/glyph-legacy/commit/16.js +1 -1
  230. package/dist/esm/artifacts/glyph-legacy/commit/24.js +1 -1
  231. package/dist/esm/artifacts/glyph-legacy/epic/16.js +1 -1
  232. package/dist/esm/artifacts/glyph-legacy/epic/24.js +1 -1
  233. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +1 -1
  234. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +1 -1
  235. package/dist/esm/artifacts/glyph-legacy/incident/16.js +1 -1
  236. package/dist/esm/artifacts/glyph-legacy/incident/24.js +1 -1
  237. package/dist/esm/artifacts/glyph-legacy/issue/16.js +1 -1
  238. package/dist/esm/artifacts/glyph-legacy/issue/24.js +1 -1
  239. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +1 -1
  240. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +1 -1
  241. package/dist/esm/artifacts/glyph-legacy/page/16.js +1 -1
  242. package/dist/esm/artifacts/glyph-legacy/page/24.js +1 -1
  243. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  244. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  245. package/dist/esm/artifacts/glyph-legacy/problem/16.js +1 -1
  246. package/dist/esm/artifacts/glyph-legacy/problem/24.js +1 -1
  247. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +1 -1
  248. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +1 -1
  249. package/dist/esm/artifacts/glyph-legacy/question/16.js +1 -1
  250. package/dist/esm/artifacts/glyph-legacy/question/24.js +1 -1
  251. package/dist/esm/artifacts/glyph-legacy/story/16.js +1 -1
  252. package/dist/esm/artifacts/glyph-legacy/story/24.js +1 -1
  253. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +1 -1
  254. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +1 -1
  255. package/dist/esm/artifacts/glyph-legacy/task/16.js +1 -1
  256. package/dist/esm/artifacts/glyph-legacy/task/24.js +1 -1
  257. package/dist/esm/metadata.js +2 -1
  258. package/dist/types/all-icons.d.ts +4 -0
  259. package/dist/types/artifacts/glyph/blog/16.d.ts +2 -2
  260. package/dist/types/artifacts/glyph/blog/24.d.ts +2 -2
  261. package/dist/types/artifacts/glyph/branch/16.d.ts +2 -2
  262. package/dist/types/artifacts/glyph/branch/24.d.ts +2 -2
  263. package/dist/types/artifacts/glyph/bug/16.d.ts +2 -2
  264. package/dist/types/artifacts/glyph/bug/24.d.ts +2 -2
  265. package/dist/types/artifacts/glyph/calendar/16.d.ts +2 -2
  266. package/dist/types/artifacts/glyph/calendar/24.d.ts +2 -2
  267. package/dist/types/artifacts/glyph/changes/16.d.ts +2 -2
  268. package/dist/types/artifacts/glyph/changes/24.d.ts +2 -2
  269. package/dist/types/artifacts/glyph/code/16.d.ts +2 -2
  270. package/dist/types/artifacts/glyph/code/24.d.ts +2 -2
  271. package/dist/types/artifacts/glyph/commit/16.d.ts +2 -2
  272. package/dist/types/artifacts/glyph/commit/24.d.ts +2 -2
  273. package/dist/types/artifacts/glyph/epic/16.d.ts +2 -2
  274. package/dist/types/artifacts/glyph/epic/24.d.ts +2 -2
  275. package/dist/types/artifacts/glyph/improvement/16.d.ts +2 -2
  276. package/dist/types/artifacts/glyph/improvement/24.d.ts +2 -2
  277. package/dist/types/artifacts/glyph/incident/16.d.ts +2 -2
  278. package/dist/types/artifacts/glyph/incident/24.d.ts +2 -2
  279. package/dist/types/artifacts/glyph/issue/16.d.ts +2 -2
  280. package/dist/types/artifacts/glyph/issue/24.d.ts +2 -2
  281. package/dist/types/artifacts/glyph/new-feature/16.d.ts +2 -2
  282. package/dist/types/artifacts/glyph/new-feature/24.d.ts +2 -2
  283. package/dist/types/artifacts/glyph/page/16.d.ts +2 -2
  284. package/dist/types/artifacts/glyph/page/24.d.ts +2 -2
  285. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  286. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  287. package/dist/types/artifacts/glyph/problem/16.d.ts +2 -2
  288. package/dist/types/artifacts/glyph/problem/24.d.ts +2 -2
  289. package/dist/types/artifacts/glyph/pull-request/16.d.ts +2 -2
  290. package/dist/types/artifacts/glyph/pull-request/24.d.ts +2 -2
  291. package/dist/types/artifacts/glyph/question/16.d.ts +2 -2
  292. package/dist/types/artifacts/glyph/question/24.d.ts +2 -2
  293. package/dist/types/artifacts/glyph/story/16.d.ts +2 -2
  294. package/dist/types/artifacts/glyph/story/24.d.ts +2 -2
  295. package/dist/types/artifacts/glyph/subtask/16.d.ts +2 -2
  296. package/dist/types/artifacts/glyph/subtask/24.d.ts +2 -2
  297. package/dist/types/artifacts/glyph/task/16.d.ts +2 -2
  298. package/dist/types/artifacts/glyph/task/24.d.ts +2 -2
  299. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  300. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  301. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  302. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  303. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  304. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  305. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  306. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  307. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  308. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  309. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +2 -2
  310. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +2 -2
  311. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  312. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  313. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  314. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  315. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  316. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  317. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  318. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  319. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  320. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  321. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  322. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  323. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +2 -2
  324. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +2 -2
  325. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  326. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  327. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  328. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  329. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  330. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  331. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +2 -2
  332. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +2 -2
  333. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +2 -2
  334. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +2 -2
  335. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  336. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  337. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +2 -2
  338. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +2 -2
  339. package/dist/types/metadata.d.ts +2 -8
  340. package/dist/types-ts4.5/all-icons.d.ts +4 -0
  341. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +2 -2
  342. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +2 -2
  343. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +2 -2
  344. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +2 -2
  345. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +2 -2
  346. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +2 -2
  347. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +2 -2
  348. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +2 -2
  349. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +2 -2
  350. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +2 -2
  351. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +2 -2
  352. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +2 -2
  353. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +2 -2
  354. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +2 -2
  355. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +2 -2
  356. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +2 -2
  357. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +2 -2
  358. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +2 -2
  359. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +2 -2
  360. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +2 -2
  361. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +2 -2
  362. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +2 -2
  363. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +2 -2
  364. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +2 -2
  365. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +2 -2
  366. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +2 -2
  367. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  368. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  369. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +2 -2
  370. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +2 -2
  371. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +2 -2
  372. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +2 -2
  373. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +2 -2
  374. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +2 -2
  375. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +2 -2
  376. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +2 -2
  377. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +2 -2
  378. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +2 -2
  379. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +2 -2
  380. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +2 -2
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +2 -2
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +2 -2
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +2 -2
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +2 -2
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +2 -2
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +2 -2
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +2 -2
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +2 -2
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +2 -2
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +2 -2
  421. package/dist/types-ts4.5/metadata.d.ts +2 -8
  422. package/package.json +11 -48
  423. package/__tests__/visual-regression/__image_snapshots__/icon-object-snapshots-test-tsx-icon-priority-snapshots-should-match-light-mode-icons-1-snap.png +0 -3
  424. package/__tests__/visual-regression/icon-object-snapshots.test.tsx +0 -15
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ede68a79193f0a8a70fa374ba104253c>>
3
+ * @codegen <<SignedSource::3a2ca9a3d5107d7ac162a2a33430a5c3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/incident';
9
+ import NewObjectComponent from '@atlaskit/object/incident';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/incident/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Incident16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "redBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bb5588156f2bb893eb12f3022a6565e9>>
3
+ * @codegen <<SignedSource::44b8fa642b5f6d8de910fb3f6343b8c6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/incident';
9
+ import NewObjectComponent from '@atlaskit/object/tile/incident';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/incident/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Incident24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "redBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3f51ecb48642a229c7b6d1a69d64d867>>
3
+ * @codegen <<SignedSource::dcefb0a89a27f97c4801643e6dfd0167>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/work-item';
9
+ import NewObjectComponent from '@atlaskit/object/issue';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/issue/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Issue16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::31be03b5772d549b8fe7c594d6e8e88a>>
3
+ * @codegen <<SignedSource::79c5d6a92f9129a27566e8b5c091cb3d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/work-item';
9
+ import NewObjectComponent from '@atlaskit/object/tile/issue';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/issue/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Issue24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5a88b7d53030533dc445f84c0f66e4d2>>
3
+ * @codegen <<SignedSource::e229d912fdac7d3782192a1cfea26688>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/add';
9
+ import NewObjectComponent from '@atlaskit/object/new-feature';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/new-feature/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const NewFeature16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::73a2650d4f3f6a03ecafa8f3371269d6>>
3
+ * @codegen <<SignedSource::9871b55a6ec876b508660dc44f882600>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/add';
9
+ import NewObjectComponent from '@atlaskit/object/tile/new-feature';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/new-feature/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const NewFeature24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4dcadc981abd10a4a6718b2e82f4c434>>
3
+ * @codegen <<SignedSource::89370760dd7aca35aeecca1b17abbf42>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/page';
9
+ import NewObjectComponent from '@atlaskit/object/page';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/page/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Page16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1776772a1dd5db1e9f39c5be0055bd70>>
3
+ * @codegen <<SignedSource::f43079fd76958c8374aa014f2b34ffbc>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/page';
9
+ import NewObjectComponent from '@atlaskit/object/tile/page';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/page/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Page24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3ca2d3ad1b30ce7f410ef0df588ae5aa>>
3
+ * @codegen <<SignedSource::4cbe873b765d214e34343034c1ec2722>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon-lab/core/page-live-doc';
9
+ import NewObjectComponent from '@atlaskit/object/page-live-doc';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/page-live-doc/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const PageLiveDoc16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "magentaBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e04893101bb067974c1323f8e5a52186>>
3
+ * @codegen <<SignedSource::9f200c2eac2cd9165b71d24b95a477cd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon-lab/core/page-live-doc';
9
+ import NewObjectComponent from '@atlaskit/object/tile/page-live-doc';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/page-live-doc/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const PageLiveDoc24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "magentaBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::45711362ad054d9d0de581c03f164950>>
3
+ * @codegen <<SignedSource::d4391ff6105029c3c00dcb25fe777d0e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/problem';
9
+ import NewObjectComponent from '@atlaskit/object/problem';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/problem/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Problem16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "redBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::79ecd53df3262e3659fb6d36abab1312>>
3
+ * @codegen <<SignedSource::fa01b6f92f54d10ca4507b2fa78492f8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/problem';
9
+ import NewObjectComponent from '@atlaskit/object/tile/problem';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/problem/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Problem24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "redBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c2fa1578bca00f96f8398b8ab3053f83>>
3
+ * @codegen <<SignedSource::28ad781cda66347f47adf68d1b8c9215>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/pull-request';
9
+ import NewObjectComponent from '@atlaskit/object/pull-request';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/pull-request/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const PullRequest16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1a7e0e7b975932948e1a3c026194fac4>>
3
+ * @codegen <<SignedSource::9a40ce8162020167aa92aa88d0f592de>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/pull-request';
9
+ import NewObjectComponent from '@atlaskit/object/tile/pull-request';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/pull-request/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const PullRequest24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d12f3e3e46d93c2800efc5383b8a5667>>
3
+ * @codegen <<SignedSource::af902469319eca057d986f06ec07900c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/question-circle';
9
+ import NewObjectComponent from '@atlaskit/object/question';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/question/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Question16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "purpleBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2d61d0c3f07962719fdcf8e53310663d>>
3
+ * @codegen <<SignedSource::8cf8bc2bb8a4375c46dbb0b1a5a77d14>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/question-circle';
9
+ import NewObjectComponent from '@atlaskit/object/tile/question';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/question/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Question24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "purpleBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::544b9f71dc9f7001702597ba0216e61f>>
3
+ * @codegen <<SignedSource::58018d99cc8a0f6abeddbd3fccbd6413>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/story';
9
+ import NewObjectComponent from '@atlaskit/object/story';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/story/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Story16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8ca19913a0a2043508427c69bee8f4a1>>
3
+ * @codegen <<SignedSource::86f321f2df9856aac2b14e0bf69d3049>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/story';
9
+ import NewObjectComponent from '@atlaskit/object/tile/story';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/story/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Story24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "greenBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a4f42caad88ed71da33903f9c7053102>>
3
+ * @codegen <<SignedSource::6ad746f8d6850770b3cdfa715cfc8204>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/subtasks';
9
+ import NewObjectComponent from '@atlaskit/object/subtask';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/subtask/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Subtask16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e3b2a62490532991a3d0682e7458087c>>
3
+ * @codegen <<SignedSource::09a30624998c51b2f1acc8f71033796d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/subtasks';
9
+ import NewObjectComponent from '@atlaskit/object/tile/subtask';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/subtask/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Subtask24Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "small"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",
@@ -1,11 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7e3cfaee41b098df8ae4032fe4210963>>
3
+ * @codegen <<SignedSource::ba42c74cbfda9afab131839d0b6c6e6f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/task';
9
+ import NewObjectComponent from '@atlaskit/object/task';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/task/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Task16Icon = ({
19
21
  label,
20
22
  testId
21
23
  }) => {
24
+ // Feature flag to migrate to new object package
25
+ if (fg('platform_dst_icon_object_to_object')) {
26
+ // Map props based on size: 16px -> object (medium), 24px -> tile (small)
27
+ return /*#__PURE__*/React.createElement(NewObjectComponent, {
28
+ label: label,
29
+ testId: testId,
30
+ size: "medium"
31
+ });
32
+ }
22
33
  return /*#__PURE__*/React.createElement(IconTile, {
23
34
  icon: NewIcon,
24
35
  appearance: "blueBold",