@atlaskit/icon-object 7.4.1 → 7.4.2

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 (420) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-jira/tsconfig.json +3 -0
  4. package/afm-products/tsconfig.json +3 -0
  5. package/build/index.tsx +0 -39
  6. package/build/utils.tsx +5 -4
  7. package/dist/cjs/artifacts/glyph/blog/16.js +2 -7
  8. package/dist/cjs/artifacts/glyph/blog/24.js +2 -7
  9. package/dist/cjs/artifacts/glyph/branch/16.js +2 -7
  10. package/dist/cjs/artifacts/glyph/branch/24.js +2 -7
  11. package/dist/cjs/artifacts/glyph/bug/16.js +2 -7
  12. package/dist/cjs/artifacts/glyph/bug/24.js +2 -7
  13. package/dist/cjs/artifacts/glyph/calendar/16.js +2 -7
  14. package/dist/cjs/artifacts/glyph/calendar/24.js +2 -7
  15. package/dist/cjs/artifacts/glyph/changes/16.js +2 -7
  16. package/dist/cjs/artifacts/glyph/changes/24.js +2 -7
  17. package/dist/cjs/artifacts/glyph/code/16.js +2 -7
  18. package/dist/cjs/artifacts/glyph/code/24.js +2 -7
  19. package/dist/cjs/artifacts/glyph/commit/16.js +2 -7
  20. package/dist/cjs/artifacts/glyph/commit/24.js +2 -7
  21. package/dist/cjs/artifacts/glyph/epic/16.js +2 -7
  22. package/dist/cjs/artifacts/glyph/epic/24.js +2 -7
  23. package/dist/cjs/artifacts/glyph/improvement/16.js +2 -7
  24. package/dist/cjs/artifacts/glyph/improvement/24.js +2 -7
  25. package/dist/cjs/artifacts/glyph/incident/16.js +2 -7
  26. package/dist/cjs/artifacts/glyph/incident/24.js +2 -7
  27. package/dist/cjs/artifacts/glyph/issue/16.js +2 -7
  28. package/dist/cjs/artifacts/glyph/issue/24.js +2 -7
  29. package/dist/cjs/artifacts/glyph/new-feature/16.js +2 -7
  30. package/dist/cjs/artifacts/glyph/new-feature/24.js +2 -7
  31. package/dist/cjs/artifacts/glyph/page/16.js +2 -7
  32. package/dist/cjs/artifacts/glyph/page/24.js +2 -7
  33. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +2 -7
  34. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +2 -7
  35. package/dist/cjs/artifacts/glyph/problem/16.js +2 -7
  36. package/dist/cjs/artifacts/glyph/problem/24.js +2 -7
  37. package/dist/cjs/artifacts/glyph/pull-request/16.js +2 -7
  38. package/dist/cjs/artifacts/glyph/pull-request/24.js +2 -7
  39. package/dist/cjs/artifacts/glyph/question/16.js +2 -7
  40. package/dist/cjs/artifacts/glyph/question/24.js +2 -7
  41. package/dist/cjs/artifacts/glyph/story/16.js +2 -7
  42. package/dist/cjs/artifacts/glyph/story/24.js +2 -7
  43. package/dist/cjs/artifacts/glyph/subtask/16.js +2 -7
  44. package/dist/cjs/artifacts/glyph/subtask/24.js +2 -7
  45. package/dist/cjs/artifacts/glyph/task/16.js +2 -7
  46. package/dist/cjs/artifacts/glyph/task/24.js +2 -7
  47. package/dist/cjs/index.js +10 -3
  48. package/dist/cjs/internal/icon.compiled.css +30 -0
  49. package/dist/cjs/internal/icon.js +88 -0
  50. package/dist/es2019/artifacts/glyph/blog/16.js +2 -7
  51. package/dist/es2019/artifacts/glyph/blog/24.js +2 -7
  52. package/dist/es2019/artifacts/glyph/branch/16.js +2 -7
  53. package/dist/es2019/artifacts/glyph/branch/24.js +2 -7
  54. package/dist/es2019/artifacts/glyph/bug/16.js +2 -7
  55. package/dist/es2019/artifacts/glyph/bug/24.js +2 -7
  56. package/dist/es2019/artifacts/glyph/calendar/16.js +2 -7
  57. package/dist/es2019/artifacts/glyph/calendar/24.js +2 -7
  58. package/dist/es2019/artifacts/glyph/changes/16.js +2 -7
  59. package/dist/es2019/artifacts/glyph/changes/24.js +2 -7
  60. package/dist/es2019/artifacts/glyph/code/16.js +2 -7
  61. package/dist/es2019/artifacts/glyph/code/24.js +2 -7
  62. package/dist/es2019/artifacts/glyph/commit/16.js +2 -7
  63. package/dist/es2019/artifacts/glyph/commit/24.js +2 -7
  64. package/dist/es2019/artifacts/glyph/epic/16.js +2 -7
  65. package/dist/es2019/artifacts/glyph/epic/24.js +2 -7
  66. package/dist/es2019/artifacts/glyph/improvement/16.js +2 -7
  67. package/dist/es2019/artifacts/glyph/improvement/24.js +2 -7
  68. package/dist/es2019/artifacts/glyph/incident/16.js +2 -7
  69. package/dist/es2019/artifacts/glyph/incident/24.js +2 -7
  70. package/dist/es2019/artifacts/glyph/issue/16.js +2 -7
  71. package/dist/es2019/artifacts/glyph/issue/24.js +2 -7
  72. package/dist/es2019/artifacts/glyph/new-feature/16.js +2 -7
  73. package/dist/es2019/artifacts/glyph/new-feature/24.js +2 -7
  74. package/dist/es2019/artifacts/glyph/page/16.js +2 -7
  75. package/dist/es2019/artifacts/glyph/page/24.js +2 -7
  76. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +2 -7
  77. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +2 -7
  78. package/dist/es2019/artifacts/glyph/problem/16.js +2 -7
  79. package/dist/es2019/artifacts/glyph/problem/24.js +2 -7
  80. package/dist/es2019/artifacts/glyph/pull-request/16.js +2 -7
  81. package/dist/es2019/artifacts/glyph/pull-request/24.js +2 -7
  82. package/dist/es2019/artifacts/glyph/question/16.js +2 -7
  83. package/dist/es2019/artifacts/glyph/question/24.js +2 -7
  84. package/dist/es2019/artifacts/glyph/story/16.js +2 -7
  85. package/dist/es2019/artifacts/glyph/story/24.js +2 -7
  86. package/dist/es2019/artifacts/glyph/subtask/16.js +2 -7
  87. package/dist/es2019/artifacts/glyph/subtask/24.js +2 -7
  88. package/dist/es2019/artifacts/glyph/task/16.js +2 -7
  89. package/dist/es2019/artifacts/glyph/task/24.js +2 -7
  90. package/dist/es2019/index.js +2 -1
  91. package/dist/es2019/internal/icon.compiled.css +30 -0
  92. package/dist/es2019/internal/icon.js +79 -0
  93. package/dist/esm/artifacts/glyph/blog/16.js +2 -7
  94. package/dist/esm/artifacts/glyph/blog/24.js +2 -7
  95. package/dist/esm/artifacts/glyph/branch/16.js +2 -7
  96. package/dist/esm/artifacts/glyph/branch/24.js +2 -7
  97. package/dist/esm/artifacts/glyph/bug/16.js +2 -7
  98. package/dist/esm/artifacts/glyph/bug/24.js +2 -7
  99. package/dist/esm/artifacts/glyph/calendar/16.js +2 -7
  100. package/dist/esm/artifacts/glyph/calendar/24.js +2 -7
  101. package/dist/esm/artifacts/glyph/changes/16.js +2 -7
  102. package/dist/esm/artifacts/glyph/changes/24.js +2 -7
  103. package/dist/esm/artifacts/glyph/code/16.js +2 -7
  104. package/dist/esm/artifacts/glyph/code/24.js +2 -7
  105. package/dist/esm/artifacts/glyph/commit/16.js +2 -7
  106. package/dist/esm/artifacts/glyph/commit/24.js +2 -7
  107. package/dist/esm/artifacts/glyph/epic/16.js +2 -7
  108. package/dist/esm/artifacts/glyph/epic/24.js +2 -7
  109. package/dist/esm/artifacts/glyph/improvement/16.js +2 -7
  110. package/dist/esm/artifacts/glyph/improvement/24.js +2 -7
  111. package/dist/esm/artifacts/glyph/incident/16.js +2 -7
  112. package/dist/esm/artifacts/glyph/incident/24.js +2 -7
  113. package/dist/esm/artifacts/glyph/issue/16.js +2 -7
  114. package/dist/esm/artifacts/glyph/issue/24.js +2 -7
  115. package/dist/esm/artifacts/glyph/new-feature/16.js +2 -7
  116. package/dist/esm/artifacts/glyph/new-feature/24.js +2 -7
  117. package/dist/esm/artifacts/glyph/page/16.js +2 -7
  118. package/dist/esm/artifacts/glyph/page/24.js +2 -7
  119. package/dist/esm/artifacts/glyph/page-live-doc/16.js +2 -7
  120. package/dist/esm/artifacts/glyph/page-live-doc/24.js +2 -7
  121. package/dist/esm/artifacts/glyph/problem/16.js +2 -7
  122. package/dist/esm/artifacts/glyph/problem/24.js +2 -7
  123. package/dist/esm/artifacts/glyph/pull-request/16.js +2 -7
  124. package/dist/esm/artifacts/glyph/pull-request/24.js +2 -7
  125. package/dist/esm/artifacts/glyph/question/16.js +2 -7
  126. package/dist/esm/artifacts/glyph/question/24.js +2 -7
  127. package/dist/esm/artifacts/glyph/story/16.js +2 -7
  128. package/dist/esm/artifacts/glyph/story/24.js +2 -7
  129. package/dist/esm/artifacts/glyph/subtask/16.js +2 -7
  130. package/dist/esm/artifacts/glyph/subtask/24.js +2 -7
  131. package/dist/esm/artifacts/glyph/task/16.js +2 -7
  132. package/dist/esm/artifacts/glyph/task/24.js +2 -7
  133. package/dist/esm/index.js +2 -1
  134. package/dist/esm/internal/icon.compiled.css +30 -0
  135. package/dist/esm/internal/icon.js +80 -0
  136. package/dist/types/artifacts/glyph/blog/16.d.ts +1 -1
  137. package/dist/types/artifacts/glyph/blog/24.d.ts +1 -1
  138. package/dist/types/artifacts/glyph/branch/16.d.ts +1 -1
  139. package/dist/types/artifacts/glyph/branch/24.d.ts +1 -1
  140. package/dist/types/artifacts/glyph/bug/16.d.ts +1 -1
  141. package/dist/types/artifacts/glyph/bug/24.d.ts +1 -1
  142. package/dist/types/artifacts/glyph/calendar/16.d.ts +1 -1
  143. package/dist/types/artifacts/glyph/calendar/24.d.ts +1 -1
  144. package/dist/types/artifacts/glyph/changes/16.d.ts +1 -1
  145. package/dist/types/artifacts/glyph/changes/24.d.ts +1 -1
  146. package/dist/types/artifacts/glyph/code/16.d.ts +1 -1
  147. package/dist/types/artifacts/glyph/code/24.d.ts +1 -1
  148. package/dist/types/artifacts/glyph/commit/16.d.ts +1 -1
  149. package/dist/types/artifacts/glyph/commit/24.d.ts +1 -1
  150. package/dist/types/artifacts/glyph/epic/16.d.ts +1 -1
  151. package/dist/types/artifacts/glyph/epic/24.d.ts +1 -1
  152. package/dist/types/artifacts/glyph/improvement/16.d.ts +1 -1
  153. package/dist/types/artifacts/glyph/improvement/24.d.ts +1 -1
  154. package/dist/types/artifacts/glyph/incident/16.d.ts +1 -1
  155. package/dist/types/artifacts/glyph/incident/24.d.ts +1 -1
  156. package/dist/types/artifacts/glyph/issue/16.d.ts +1 -1
  157. package/dist/types/artifacts/glyph/issue/24.d.ts +1 -1
  158. package/dist/types/artifacts/glyph/new-feature/16.d.ts +1 -1
  159. package/dist/types/artifacts/glyph/new-feature/24.d.ts +1 -1
  160. package/dist/types/artifacts/glyph/page/16.d.ts +1 -1
  161. package/dist/types/artifacts/glyph/page/24.d.ts +1 -1
  162. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +1 -1
  163. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +1 -1
  164. package/dist/types/artifacts/glyph/problem/16.d.ts +1 -1
  165. package/dist/types/artifacts/glyph/problem/24.d.ts +1 -1
  166. package/dist/types/artifacts/glyph/pull-request/16.d.ts +1 -1
  167. package/dist/types/artifacts/glyph/pull-request/24.d.ts +1 -1
  168. package/dist/types/artifacts/glyph/question/16.d.ts +1 -1
  169. package/dist/types/artifacts/glyph/question/24.d.ts +1 -1
  170. package/dist/types/artifacts/glyph/story/16.d.ts +1 -1
  171. package/dist/types/artifacts/glyph/story/24.d.ts +1 -1
  172. package/dist/types/artifacts/glyph/subtask/16.d.ts +1 -1
  173. package/dist/types/artifacts/glyph/subtask/24.d.ts +1 -1
  174. package/dist/types/artifacts/glyph/task/16.d.ts +1 -1
  175. package/dist/types/artifacts/glyph/task/24.d.ts +1 -1
  176. package/dist/types/index.d.ts +2 -1
  177. package/dist/types/internal/icon.d.ts +9 -0
  178. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +1 -1
  179. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +1 -1
  180. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +1 -1
  181. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +1 -1
  182. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +1 -1
  183. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +1 -1
  184. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +1 -1
  185. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +1 -1
  186. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +1 -1
  187. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +1 -1
  188. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +1 -1
  189. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +1 -1
  190. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +1 -1
  191. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +1 -1
  192. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +1 -1
  193. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +1 -1
  194. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +1 -1
  195. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +1 -1
  196. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +1 -1
  197. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +1 -1
  198. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +1 -1
  199. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +1 -1
  200. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +1 -1
  201. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +1 -1
  202. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +1 -1
  203. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +1 -1
  204. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +1 -1
  205. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +1 -1
  206. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +1 -1
  207. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +1 -1
  208. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +1 -1
  209. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +1 -1
  210. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +1 -1
  211. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +1 -1
  212. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +1 -1
  213. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +1 -1
  214. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +1 -1
  215. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +1 -1
  216. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +1 -1
  217. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +1 -1
  218. package/dist/types-ts4.5/index.d.ts +2 -1
  219. package/dist/types-ts4.5/internal/icon.d.ts +9 -0
  220. package/package.json +6 -4
  221. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +0 -28
  222. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +0 -28
  223. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +0 -28
  224. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +0 -28
  225. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +0 -28
  226. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +0 -28
  227. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +0 -28
  228. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +0 -28
  229. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +0 -28
  230. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +0 -28
  231. package/dist/cjs/artifacts/glyph-legacy/code/16.js +0 -28
  232. package/dist/cjs/artifacts/glyph-legacy/code/24.js +0 -28
  233. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +0 -28
  234. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +0 -28
  235. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +0 -28
  236. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +0 -28
  237. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +0 -28
  238. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +0 -28
  239. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +0 -28
  240. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +0 -28
  241. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +0 -28
  242. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +0 -28
  243. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +0 -28
  244. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +0 -28
  245. package/dist/cjs/artifacts/glyph-legacy/page/16.js +0 -28
  246. package/dist/cjs/artifacts/glyph-legacy/page/24.js +0 -28
  247. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +0 -28
  248. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +0 -28
  249. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +0 -28
  250. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +0 -28
  251. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +0 -28
  252. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +0 -28
  253. package/dist/cjs/artifacts/glyph-legacy/question/16.js +0 -28
  254. package/dist/cjs/artifacts/glyph-legacy/question/24.js +0 -28
  255. package/dist/cjs/artifacts/glyph-legacy/story/16.js +0 -28
  256. package/dist/cjs/artifacts/glyph-legacy/story/24.js +0 -28
  257. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +0 -28
  258. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +0 -28
  259. package/dist/cjs/artifacts/glyph-legacy/task/16.js +0 -28
  260. package/dist/cjs/artifacts/glyph-legacy/task/24.js +0 -28
  261. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +0 -18
  262. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +0 -18
  263. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +0 -18
  264. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +0 -18
  265. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +0 -18
  266. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +0 -18
  267. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +0 -18
  268. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +0 -18
  269. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +0 -18
  270. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +0 -18
  271. package/dist/es2019/artifacts/glyph-legacy/code/16.js +0 -18
  272. package/dist/es2019/artifacts/glyph-legacy/code/24.js +0 -18
  273. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +0 -18
  274. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +0 -18
  275. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +0 -18
  276. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +0 -18
  277. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +0 -18
  278. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +0 -18
  279. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +0 -18
  280. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +0 -18
  281. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +0 -18
  282. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +0 -18
  283. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +0 -18
  284. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +0 -18
  285. package/dist/es2019/artifacts/glyph-legacy/page/16.js +0 -18
  286. package/dist/es2019/artifacts/glyph-legacy/page/24.js +0 -18
  287. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +0 -18
  288. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +0 -18
  289. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +0 -18
  290. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +0 -18
  291. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +0 -18
  292. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +0 -18
  293. package/dist/es2019/artifacts/glyph-legacy/question/16.js +0 -18
  294. package/dist/es2019/artifacts/glyph-legacy/question/24.js +0 -18
  295. package/dist/es2019/artifacts/glyph-legacy/story/16.js +0 -18
  296. package/dist/es2019/artifacts/glyph-legacy/story/24.js +0 -18
  297. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +0 -18
  298. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +0 -18
  299. package/dist/es2019/artifacts/glyph-legacy/task/16.js +0 -18
  300. package/dist/es2019/artifacts/glyph-legacy/task/24.js +0 -18
  301. package/dist/esm/artifacts/glyph-legacy/blog/16.js +0 -20
  302. package/dist/esm/artifacts/glyph-legacy/blog/24.js +0 -20
  303. package/dist/esm/artifacts/glyph-legacy/branch/16.js +0 -20
  304. package/dist/esm/artifacts/glyph-legacy/branch/24.js +0 -20
  305. package/dist/esm/artifacts/glyph-legacy/bug/16.js +0 -20
  306. package/dist/esm/artifacts/glyph-legacy/bug/24.js +0 -20
  307. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +0 -20
  308. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +0 -20
  309. package/dist/esm/artifacts/glyph-legacy/changes/16.js +0 -20
  310. package/dist/esm/artifacts/glyph-legacy/changes/24.js +0 -20
  311. package/dist/esm/artifacts/glyph-legacy/code/16.js +0 -20
  312. package/dist/esm/artifacts/glyph-legacy/code/24.js +0 -20
  313. package/dist/esm/artifacts/glyph-legacy/commit/16.js +0 -20
  314. package/dist/esm/artifacts/glyph-legacy/commit/24.js +0 -20
  315. package/dist/esm/artifacts/glyph-legacy/epic/16.js +0 -20
  316. package/dist/esm/artifacts/glyph-legacy/epic/24.js +0 -20
  317. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +0 -20
  318. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +0 -20
  319. package/dist/esm/artifacts/glyph-legacy/incident/16.js +0 -20
  320. package/dist/esm/artifacts/glyph-legacy/incident/24.js +0 -20
  321. package/dist/esm/artifacts/glyph-legacy/issue/16.js +0 -20
  322. package/dist/esm/artifacts/glyph-legacy/issue/24.js +0 -20
  323. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +0 -20
  324. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +0 -20
  325. package/dist/esm/artifacts/glyph-legacy/page/16.js +0 -20
  326. package/dist/esm/artifacts/glyph-legacy/page/24.js +0 -20
  327. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +0 -20
  328. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +0 -20
  329. package/dist/esm/artifacts/glyph-legacy/problem/16.js +0 -20
  330. package/dist/esm/artifacts/glyph-legacy/problem/24.js +0 -20
  331. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +0 -20
  332. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +0 -20
  333. package/dist/esm/artifacts/glyph-legacy/question/16.js +0 -20
  334. package/dist/esm/artifacts/glyph-legacy/question/24.js +0 -20
  335. package/dist/esm/artifacts/glyph-legacy/story/16.js +0 -20
  336. package/dist/esm/artifacts/glyph-legacy/story/24.js +0 -20
  337. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +0 -20
  338. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +0 -20
  339. package/dist/esm/artifacts/glyph-legacy/task/16.js +0 -20
  340. package/dist/esm/artifacts/glyph-legacy/task/24.js +0 -20
  341. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  342. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  343. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  344. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  345. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  346. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  347. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  348. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  349. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  350. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  351. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +0 -12
  352. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +0 -12
  353. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  354. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  355. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  356. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  357. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  358. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  359. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  360. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  361. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  362. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  363. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  364. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  365. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +0 -12
  366. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +0 -12
  367. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  368. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  369. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  370. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  371. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  372. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  373. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +0 -12
  374. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +0 -12
  375. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +0 -12
  376. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +0 -12
  377. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  378. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  379. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +0 -12
  380. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +0 -12
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +0 -12
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +0 -12
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +0 -12
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +0 -12
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +0 -12
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +0 -12
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +0 -12
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +0 -12
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +0 -12
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +0 -12
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e6b93337f36ffac31a7f5ddc218efa27>>
3
+ * @codegen <<SignedSource::3c5b208298a62048cc6209816cc87c01>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/quotation-mark';
9
9
  import NewObjectComponent from '@atlaskit/object/blog';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/blog/16';
12
11
 
13
12
  /**
14
13
  * __16px `blog` icon object__
@@ -35,11 +34,7 @@ const Blog16Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Blog16Icon.displayName = 'Blog16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3a086b223ba4be94437667e075ae208a>>
3
+ * @codegen <<SignedSource::d7cf2d6e617a726159cd4aa75f204fc7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/quotation-mark';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/blog';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/blog/24';
12
11
 
13
12
  /**
14
13
  * __24px `blog` icon object__
@@ -35,11 +34,7 @@ const Blog24Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Blog24Icon.displayName = 'Blog24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0c8341e9bac8ea27b304b666e62ee8b6>>
3
+ * @codegen <<SignedSource::8445d8c0728c22e4bde503bfcfda270a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/branch';
9
9
  import NewObjectComponent from '@atlaskit/object/branch';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/branch/16';
12
11
 
13
12
  /**
14
13
  * __16px `branch` icon object__
@@ -35,11 +34,7 @@ const Branch16Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Branch16Icon.displayName = 'Branch16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::080d00e172ed33a0abde136c3fb5c442>>
3
+ * @codegen <<SignedSource::fa937fd0136703ac39f5e57600b7c2b8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/branch';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/branch';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/branch/24';
12
11
 
13
12
  /**
14
13
  * __24px `branch` icon object__
@@ -35,11 +34,7 @@ const Branch24Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Branch24Icon.displayName = 'Branch24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::110169c003ac8508758f2446325a9218>>
3
+ * @codegen <<SignedSource::9f5a6df851e4ad5ee6cfe6050a1f4c6f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/bug';
9
9
  import NewObjectComponent from '@atlaskit/object/bug';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/bug/16';
12
11
 
13
12
  /**
14
13
  * __16px `bug` icon object__
@@ -35,11 +34,7 @@ const Bug16Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Bug16Icon.displayName = 'Bug16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d2ba9e56bd72aa979f3fa0664eb44dae>>
3
+ * @codegen <<SignedSource::8b6e60cd3b420d8ca0df4be2e33a67ac>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/bug';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/bug';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/bug/24';
12
11
 
13
12
  /**
14
13
  * __24px `bug` icon object__
@@ -35,11 +34,7 @@ const Bug24Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Bug24Icon.displayName = 'Bug24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2ecd6f14e8c3ea03758d37d6fc7afc90>>
3
+ * @codegen <<SignedSource::4d7cb9a8f574ccf1cef23e248026e1d7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/calendar';
9
9
  import NewObjectComponent from '@atlaskit/object/calendar';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/calendar/16';
12
11
 
13
12
  /**
14
13
  * __16px `calendar` icon object__
@@ -35,11 +34,7 @@ const Calendar16Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Calendar16Icon.displayName = 'Calendar16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2edd1586a71eee7d5b267fdaf8ba2fae>>
3
+ * @codegen <<SignedSource::9de6e9c48032fde072f0333ed512f5cf>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/calendar';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/calendar';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/calendar/24';
12
11
 
13
12
  /**
14
13
  * __24px `calendar` icon object__
@@ -35,11 +34,7 @@ const Calendar24Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Calendar24Icon.displayName = 'Calendar24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::70ac6a8d6877c0af25af46af329f502f>>
3
+ * @codegen <<SignedSource::82b6a641c5248ab37f8e30d6c9e75e76>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/changes';
9
9
  import NewObjectComponent from '@atlaskit/object/changes';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/changes/16';
12
11
 
13
12
  /**
14
13
  * __16px `changes` icon object__
@@ -35,11 +34,7 @@ const Changes16Icon = ({
35
34
  appearance: "orangeBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Changes16Icon.displayName = 'Changes16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::91302a5b198eaa429fccc2e19b817803>>
3
+ * @codegen <<SignedSource::dea1bc1c95e514447bbaa9285d03d483>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/changes';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/changes';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/changes/24';
12
11
 
13
12
  /**
14
13
  * __24px `changes` icon object__
@@ -35,11 +34,7 @@ const Changes24Icon = ({
35
34
  appearance: "orangeBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Changes24Icon.displayName = 'Changes24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::29197e2a5a763515d0dd374fbfd0f960>>
3
+ * @codegen <<SignedSource::6b6197bd7537bc7f66a7a7335ac9633e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/angle-brackets';
9
9
  import NewObjectComponent from '@atlaskit/object/code';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/code/16';
12
11
 
13
12
  /**
14
13
  * __16px `code` icon object__
@@ -35,11 +34,7 @@ const Code16Icon = ({
35
34
  appearance: "purpleBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Code16Icon.displayName = 'Code16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::32e5e1364cb15d92c0b6fcdcbf589bb2>>
3
+ * @codegen <<SignedSource::dfaf991863b9609c53169d9c35ca10e2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/angle-brackets';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/code';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/code/24';
12
11
 
13
12
  /**
14
13
  * __24px `code` icon object__
@@ -35,11 +34,7 @@ const Code24Icon = ({
35
34
  appearance: "purpleBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Code24Icon.displayName = 'Code24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ed53d07cd2edaa05517474eed3b986ca>>
3
+ * @codegen <<SignedSource::89f0b785a134c037ededbf738ea83193>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/commit';
9
9
  import NewObjectComponent from '@atlaskit/object/commit';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/commit/16';
12
11
 
13
12
  /**
14
13
  * __16px `commit` icon object__
@@ -35,11 +34,7 @@ const Commit16Icon = ({
35
34
  appearance: "orangeBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Commit16Icon.displayName = 'Commit16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a3bf4983d714e226218162658c3f18d1>>
3
+ * @codegen <<SignedSource::f68338c4ace84a12b405763fc12e918b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/commit';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/commit';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/commit/24';
12
11
 
13
12
  /**
14
13
  * __24px `commit` icon object__
@@ -35,11 +34,7 @@ const Commit24Icon = ({
35
34
  appearance: "orangeBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Commit24Icon.displayName = 'Commit24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a3355823a402cad3913abd70a763f50d>>
3
+ * @codegen <<SignedSource::edcb0183b51858c26595fdad386b92d2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/epic';
9
9
  import NewObjectComponent from '@atlaskit/object/epic';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/epic/16';
12
11
 
13
12
  /**
14
13
  * __16px `epic` icon object__
@@ -35,11 +34,7 @@ const Epic16Icon = ({
35
34
  appearance: "purpleBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Epic16Icon.displayName = 'Epic16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b5ba5703f7662bf703cf55e7f8807fd2>>
3
+ * @codegen <<SignedSource::bafafa454a8ef29d0863fed23cf4c482>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/epic';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/epic';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/epic/24';
12
11
 
13
12
  /**
14
13
  * __24px `epic` icon object__
@@ -35,11 +34,7 @@ const Epic24Icon = ({
35
34
  appearance: "purpleBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Epic24Icon.displayName = 'Epic24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::db5a23e65667528d1853140c41366ed2>>
3
+ * @codegen <<SignedSource::999d82171d02a2e3779216b856d7920a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/arrow-up';
9
9
  import NewObjectComponent from '@atlaskit/object/improvement';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/improvement/16';
12
11
 
13
12
  /**
14
13
  * __16px `improvement` icon object__
@@ -35,11 +34,7 @@ const Improvement16Icon = ({
35
34
  appearance: "greenBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Improvement16Icon.displayName = 'Improvement16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f375a8361f11ff5113763ddce7485b97>>
3
+ * @codegen <<SignedSource::d17012d47ff3344d3b4114debc6d344c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/arrow-up';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/improvement';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/improvement/24';
12
11
 
13
12
  /**
14
13
  * __24px `improvement` icon object__
@@ -35,11 +34,7 @@ const Improvement24Icon = ({
35
34
  appearance: "greenBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Improvement24Icon.displayName = 'Improvement24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::53d385097e35805e503c3473ace7e02e>>
3
+ * @codegen <<SignedSource::fce885f99062aea2511cdad9ff19973b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/incident';
9
9
  import NewObjectComponent from '@atlaskit/object/incident';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/incident/16';
12
11
 
13
12
  /**
14
13
  * __16px `incident` icon object__
@@ -35,11 +34,7 @@ const Incident16Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Incident16Icon.displayName = 'Incident16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5a3bf03ab42a9c3ec069fe0d659b5402>>
3
+ * @codegen <<SignedSource::e6e0491d1ce6af0ecc62c016424e2d56>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/incident';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/incident';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/incident/24';
12
11
 
13
12
  /**
14
13
  * __24px `incident` icon object__
@@ -35,11 +34,7 @@ const Incident24Icon = ({
35
34
  appearance: "redBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Incident24Icon.displayName = 'Incident24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::824eaa6140f1b9724c131d3bf60a0c77>>
3
+ * @codegen <<SignedSource::befef61327526db6c9ccf526931926f8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/work-item';
9
9
  import NewObjectComponent from '@atlaskit/object/work-item';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/issue/16';
12
11
 
13
12
  /**
14
13
  * __16px `issue` icon object__
@@ -35,11 +34,7 @@ const Issue16Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Issue16Icon.displayName = 'Issue16Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::29b8fabcbadba6f2330eb5adb719ad2a>>
3
+ * @codegen <<SignedSource::2326eb4666bf14b4b19bc46880c784d1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/work-item';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/work-item';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/issue/24';
12
11
 
13
12
  /**
14
13
  * __24px `issue` icon object__
@@ -35,11 +34,7 @@ const Issue24Icon = ({
35
34
  appearance: "blueBold",
36
35
  size: "24",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  Issue24Icon.displayName = 'Issue24Icon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ae1dc19615dae53b2411ea0c95f5072a>>
3
+ * @codegen <<SignedSource::eee4a183cdbb8a44df26eedbfefdaef2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -8,7 +8,6 @@ import { IconTile } from '@atlaskit/icon';
8
8
  import NewIcon from '@atlaskit/icon/core/add';
9
9
  import NewObjectComponent from '@atlaskit/object/new-feature';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/new-feature/16';
12
11
 
13
12
  /**
14
13
  * __16px `new-feature` icon object__
@@ -35,11 +34,7 @@ const NewFeature16Icon = ({
35
34
  appearance: "greenBold",
36
35
  size: "16",
37
36
  label: label,
38
- testId: testId,
39
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
40
- label: label,
41
- testId: testId
42
- })
37
+ testId: testId
43
38
  });
44
39
  };
45
40
  NewFeature16Icon.displayName = 'NewFeature16Icon';