@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
@@ -10,7 +10,7 @@ var _react = _interopRequireDefault(require("react"));
10
10
  var _base = require("@atlaskit/icon/base");
11
11
  /**
12
12
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
13
- * @codegen <<SignedSource::02abf90a56d84036364d440a01d7b328>>
13
+ * @codegen <<SignedSource::af752d4ea972a124f7fdd6feaa5fd318>>
14
14
  * @codegenCommand yarn build:icon-glyphs
15
15
  */
16
16
 
@@ -10,7 +10,7 @@ var _react = _interopRequireDefault(require("react"));
10
10
  var _base = require("@atlaskit/icon/base");
11
11
  /**
12
12
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
13
- * @codegen <<SignedSource::c287ed46a4f0bca8d14d4f24a4bb3c80>>
13
+ * @codegen <<SignedSource::3096846462441e20a58007578ded0cbf>>
14
14
  * @codegenCommand yarn build:icon-glyphs
15
15
  */
16
16
 
@@ -10,7 +10,7 @@ var _react = _interopRequireDefault(require("react"));
10
10
  var _base = require("@atlaskit/icon/base");
11
11
  /**
12
12
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
13
- * @codegen <<SignedSource::d69090be7826b66e52e589b1f3c352f3>>
13
+ * @codegen <<SignedSource::b2f3b87c37b3034d861de7b001e272d5>>
14
14
  * @codegenCommand yarn build:icon-glyphs
15
15
  */
16
16
 
@@ -15,9 +15,10 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
15
15
  *
16
16
  * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
17
17
  *
18
- * @codegen <<SignedSource::617f9e8cc692aa7de8e78ee992787e08>>
18
+ * @codegen <<SignedSource::08d4fd29a2b98c85502e2889d7fc1d98>>
19
19
  * @codegenCommand yarn build:icon-glyphs
20
20
  */
21
+ /* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
21
22
 
22
23
  var metaDataWithPackageLoader = exports.metaDataWithPackageLoader = {
23
24
  'blog/16': {
@@ -0,0 +1,46 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e52e869e99d130089c6a34654ae4e062>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ import Blog16Icon from './artifacts/glyph/blog/16';
7
+ import Blog24Icon from './artifacts/glyph/blog/24';
8
+ import Branch16Icon from './artifacts/glyph/branch/16';
9
+ import Branch24Icon from './artifacts/glyph/branch/24';
10
+ import Bug16Icon from './artifacts/glyph/bug/16';
11
+ import Bug24Icon from './artifacts/glyph/bug/24';
12
+ import Calendar16Icon from './artifacts/glyph/calendar/16';
13
+ import Calendar24Icon from './artifacts/glyph/calendar/24';
14
+ import Changes16Icon from './artifacts/glyph/changes/16';
15
+ import Changes24Icon from './artifacts/glyph/changes/24';
16
+ import Code16Icon from './artifacts/glyph/code/16';
17
+ import Code24Icon from './artifacts/glyph/code/24';
18
+ import Commit16Icon from './artifacts/glyph/commit/16';
19
+ import Commit24Icon from './artifacts/glyph/commit/24';
20
+ import Epic16Icon from './artifacts/glyph/epic/16';
21
+ import Epic24Icon from './artifacts/glyph/epic/24';
22
+ import Improvement16Icon from './artifacts/glyph/improvement/16';
23
+ import Improvement24Icon from './artifacts/glyph/improvement/24';
24
+ import Incident16Icon from './artifacts/glyph/incident/16';
25
+ import Incident24Icon from './artifacts/glyph/incident/24';
26
+ import Issue16Icon from './artifacts/glyph/issue/16';
27
+ import Issue24Icon from './artifacts/glyph/issue/24';
28
+ import NewFeature16Icon from './artifacts/glyph/new-feature/16';
29
+ import NewFeature24Icon from './artifacts/glyph/new-feature/24';
30
+ import PageLiveDoc16Icon from './artifacts/glyph/page-live-doc/16';
31
+ import PageLiveDoc24Icon from './artifacts/glyph/page-live-doc/24';
32
+ import Page16Icon from './artifacts/glyph/page/16';
33
+ import Page24Icon from './artifacts/glyph/page/24';
34
+ import Problem16Icon from './artifacts/glyph/problem/16';
35
+ import Problem24Icon from './artifacts/glyph/problem/24';
36
+ import PullRequest16Icon from './artifacts/glyph/pull-request/16';
37
+ import PullRequest24Icon from './artifacts/glyph/pull-request/24';
38
+ import Question16Icon from './artifacts/glyph/question/16';
39
+ import Question24Icon from './artifacts/glyph/question/24';
40
+ import Story16Icon from './artifacts/glyph/story/16';
41
+ import Story24Icon from './artifacts/glyph/story/24';
42
+ import Subtask16Icon from './artifacts/glyph/subtask/16';
43
+ import Subtask24Icon from './artifacts/glyph/subtask/24';
44
+ import Task16Icon from './artifacts/glyph/task/16';
45
+ import Task24Icon from './artifacts/glyph/task/24';
46
+ export const allIcons = [Blog16Icon, Blog24Icon, Branch16Icon, Branch24Icon, Bug16Icon, Bug24Icon, Calendar16Icon, Calendar24Icon, Changes16Icon, Changes24Icon, Code16Icon, Code24Icon, Commit16Icon, Commit24Icon, Epic16Icon, Epic24Icon, Improvement16Icon, Improvement24Icon, Incident16Icon, Incident24Icon, Issue16Icon, Issue24Icon, NewFeature16Icon, NewFeature24Icon, PageLiveDoc16Icon, PageLiveDoc24Icon, Page16Icon, Page24Icon, Problem16Icon, Problem24Icon, PullRequest16Icon, PullRequest24Icon, Question16Icon, Question24Icon, Story16Icon, Story24Icon, Subtask16Icon, Subtask24Icon, Task16Icon, Task24Icon];
@@ -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::a83a7f5a6c8e47f949d01b79ace277e6>>
3
+ * @codegen <<SignedSource::25f59ea2b6bc25c62576440e4e014d55>>
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/quotation-mark';
9
+ import NewObjectComponent from '@atlaskit/object/blog';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/blog/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Blog16Icon = ({
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::5d8623c613f391e6660af828ca0a00c8>>
3
+ * @codegen <<SignedSource::ee7129996bcdd9cb958d21a3e9c19719>>
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/quotation-mark';
9
+ import NewObjectComponent from '@atlaskit/object/tile/blog';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/blog/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Blog24Icon = ({
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::57895ef0b52fd8c4c74cfb41dd495e36>>
3
+ * @codegen <<SignedSource::838f4f86c5032d94c12ae3c464c4518b>>
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/branch';
9
+ import NewObjectComponent from '@atlaskit/object/branch';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/branch/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Branch16Icon = ({
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::0601d3cafa2428cf5592c0dcd4cdb521>>
3
+ * @codegen <<SignedSource::24123b79b76274b366262c7d1c802191>>
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/branch';
9
+ import NewObjectComponent from '@atlaskit/object/tile/branch';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/branch/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Branch24Icon = ({
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::1b3eace3db32e909d8e4c2d548565af4>>
3
+ * @codegen <<SignedSource::167fa533efc4ba93e24036848d1072d4>>
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/bug';
9
+ import NewObjectComponent from '@atlaskit/object/bug';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/bug/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Bug16Icon = ({
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::e9d14483bc9024a3df47e7ad746c28f5>>
3
+ * @codegen <<SignedSource::0f602ecc7c0c56afcbb768f96ea33586>>
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/bug';
9
+ import NewObjectComponent from '@atlaskit/object/tile/bug';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/bug/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Bug24Icon = ({
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::21d5bc5578882f86fd602b2b6644a54b>>
3
+ * @codegen <<SignedSource::28d0f6475870cbf159ab08e0e960bd5d>>
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/calendar';
9
+ import NewObjectComponent from '@atlaskit/object/calendar';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/calendar/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Calendar16Icon = ({
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::fb0796288d3b3ee9f535301ef5e8c24a>>
3
+ * @codegen <<SignedSource::c20134aa0e23dcbffd02b1fd55e73767>>
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/calendar';
9
+ import NewObjectComponent from '@atlaskit/object/tile/calendar';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/calendar/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Calendar24Icon = ({
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::505d8909c8998f8492f66eab6e38980b>>
3
+ * @codegen <<SignedSource::57ea112ed25eedff788d2782c5430357>>
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/changes';
9
+ import NewObjectComponent from '@atlaskit/object/changes';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/changes/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Changes16Icon = ({
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: "orangeBold",
@@ -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::07859535a1738c625b8ad8a1e345d7c8>>
3
+ * @codegen <<SignedSource::04bc4d6ff8d556e35c85772718b557ae>>
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/changes';
9
+ import NewObjectComponent from '@atlaskit/object/tile/changes';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/changes/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Changes24Icon = ({
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: "orangeBold",
@@ -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::8e82b283fed135d161349bed7f64fbf0>>
3
+ * @codegen <<SignedSource::28e074effda908d62315fc623bb11ea4>>
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/angle-brackets';
9
+ import NewObjectComponent from '@atlaskit/object/code';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/code/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Code16Icon = ({
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::f6a4716129dfeb2bd044ce81c04de93c>>
3
+ * @codegen <<SignedSource::3c7d55e14b76c9957e716fd74473a702>>
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/angle-brackets';
9
+ import NewObjectComponent from '@atlaskit/object/tile/code';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/code/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Code24Icon = ({
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::f2c30ba9921a6754c4914a2815ab1ac6>>
3
+ * @codegen <<SignedSource::6debd57b02ce07c26b500a40c5cf84fa>>
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/commit';
9
+ import NewObjectComponent from '@atlaskit/object/commit';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/commit/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Commit16Icon = ({
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: "orangeBold",
@@ -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::8ddf319bca3408b511aa949ba1a3aae6>>
3
+ * @codegen <<SignedSource::1082a6c80f48bd44f4e96c677e234cff>>
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/commit';
9
+ import NewObjectComponent from '@atlaskit/object/tile/commit';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/commit/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Commit24Icon = ({
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: "orangeBold",
@@ -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::ef3c8ed5e57f17047733a8020ce784d5>>
3
+ * @codegen <<SignedSource::4d6daab6c18f6607b508ad6a232f29d2>>
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/epic';
9
+ import NewObjectComponent from '@atlaskit/object/epic';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/epic/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Epic16Icon = ({
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::999d13388a49cd5d6f77a3a3a1c12e88>>
3
+ * @codegen <<SignedSource::4cc0c9356b22fedef569ab81a0c62de8>>
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/epic';
9
+ import NewObjectComponent from '@atlaskit/object/tile/epic';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/epic/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Epic24Icon = ({
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::ab2f1a7409302d162a3bf14c73086938>>
3
+ * @codegen <<SignedSource::9834364f6edd13c671dac32423d1f44c>>
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/arrow-up';
9
+ import NewObjectComponent from '@atlaskit/object/improvement';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/improvement/16';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Improvement16Icon = ({
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::a097c4af3ddf0314f4c51d57c4fdea8c>>
3
+ * @codegen <<SignedSource::3514364b318140e5052e6093a1c20e42>>
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/arrow-up';
9
+ import NewObjectComponent from '@atlaskit/object/tile/improvement';
10
+ import { fg } from '@atlaskit/platform-feature-flags';
9
11
  import IconObjectOld from '../../glyph-legacy/improvement/24';
10
12
 
11
13
  /**
@@ -19,6 +21,15 @@ const Improvement24Icon = ({
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",