@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::3f6a6116e5a043ffd9746dc5faba38c2>>
3
+ * @codegen <<SignedSource::cbe915e61268e324a57a2db48f8a5d74>>
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/tile/new-feature';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/new-feature/24';
12
11
 
13
12
  /**
14
13
  * __24px `new-feature` icon object__
@@ -35,11 +34,7 @@ const NewFeature24Icon = ({
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
  NewFeature24Icon.displayName = 'NewFeature24Icon';
@@ -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::d247d728b2443e1aaaff604097f87f4d>>
3
+ * @codegen <<SignedSource::bfd4ad91a1a57d32376cdfaa21404b48>>
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/page';
9
9
  import NewObjectComponent from '@atlaskit/object/page';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/page/16';
12
11
 
13
12
  /**
14
13
  * __16px `page` icon object__
@@ -35,11 +34,7 @@ const Page16Icon = ({
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
  Page16Icon.displayName = 'Page16Icon';
@@ -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::336ef46e533f814d943c18f17888641f>>
3
+ * @codegen <<SignedSource::297585c116839d3a97d1234c88e553c7>>
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/page';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/page';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/page/24';
12
11
 
13
12
  /**
14
13
  * __24px `page` icon object__
@@ -35,11 +34,7 @@ const Page24Icon = ({
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
  Page24Icon.displayName = 'Page24Icon';
@@ -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::7efc228aae7212b6cb2499b3d8932a93>>
3
+ * @codegen <<SignedSource::fbc5772dc2d42359e805fe8fc938dc5f>>
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-lab/core/page-live-doc';
9
9
  import NewObjectComponent from '@atlaskit/object/page-live-doc';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/page-live-doc/16';
12
11
 
13
12
  /**
14
13
  * __16px `page-live-doc` icon object__
@@ -35,11 +34,7 @@ const PageLiveDoc16Icon = ({
35
34
  appearance: "magentaBold",
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
  PageLiveDoc16Icon.displayName = 'PageLiveDoc16Icon';
@@ -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::25897ac83c73fd4235ddf7ff6847b65f>>
3
+ * @codegen <<SignedSource::58fad5f0ddb48324c63ee5009010f4f9>>
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-lab/core/page-live-doc';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/page-live-doc';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/page-live-doc/24';
12
11
 
13
12
  /**
14
13
  * __24px `page-live-doc` icon object__
@@ -35,11 +34,7 @@ const PageLiveDoc24Icon = ({
35
34
  appearance: "magentaBold",
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
  PageLiveDoc24Icon.displayName = 'PageLiveDoc24Icon';
@@ -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::5524b0757db14d6a3f3cf00f13b44954>>
3
+ * @codegen <<SignedSource::da3ce394f6c951c0012e73dc4fcd451f>>
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/problem';
9
9
  import NewObjectComponent from '@atlaskit/object/problem';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/problem/16';
12
11
 
13
12
  /**
14
13
  * __16px `problem` icon object__
@@ -35,11 +34,7 @@ const Problem16Icon = ({
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
  Problem16Icon.displayName = 'Problem16Icon';
@@ -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::a8c4ccfcd6b1d3cb582823058c9056d9>>
3
+ * @codegen <<SignedSource::0f4abba1265f51ebc6488e262dfd587f>>
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/problem';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/problem';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/problem/24';
12
11
 
13
12
  /**
14
13
  * __24px `problem` icon object__
@@ -35,11 +34,7 @@ const Problem24Icon = ({
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
  Problem24Icon.displayName = 'Problem24Icon';
@@ -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::2476cb80c63abb1f64b991ce9590ed68>>
3
+ * @codegen <<SignedSource::d16cc21e50f9fb0d685aba745db44fce>>
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/pull-request';
9
9
  import NewObjectComponent from '@atlaskit/object/pull-request';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/pull-request/16';
12
11
 
13
12
  /**
14
13
  * __16px `pull-request` icon object__
@@ -35,11 +34,7 @@ const PullRequest16Icon = ({
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
  PullRequest16Icon.displayName = 'PullRequest16Icon';
@@ -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::a24b1a67755a5ba2c87adc71b2dbf975>>
3
+ * @codegen <<SignedSource::540b2fcd902f8d9d1c58646d4e690a5e>>
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/pull-request';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/pull-request';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/pull-request/24';
12
11
 
13
12
  /**
14
13
  * __24px `pull-request` icon object__
@@ -35,11 +34,7 @@ const PullRequest24Icon = ({
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
  PullRequest24Icon.displayName = 'PullRequest24Icon';
@@ -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::78144f28802c735132114da21985975d>>
3
+ * @codegen <<SignedSource::9ca707feaa72823f4cc7cefe8ab778c5>>
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/question-circle';
9
9
  import NewObjectComponent from '@atlaskit/object/question';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/question/16';
12
11
 
13
12
  /**
14
13
  * __16px `question` icon object__
@@ -35,11 +34,7 @@ const Question16Icon = ({
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
  Question16Icon.displayName = 'Question16Icon';
@@ -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::eb7a70ac52bb0b88d45e780996a6c0ea>>
3
+ * @codegen <<SignedSource::0b51a0839b90eb14c498c46c15d8918e>>
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/question-circle';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/question';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/question/24';
12
11
 
13
12
  /**
14
13
  * __24px `question` icon object__
@@ -35,11 +34,7 @@ const Question24Icon = ({
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
  Question24Icon.displayName = 'Question24Icon';
@@ -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::1685b4fc52f04ece398eb0605430c0c7>>
3
+ * @codegen <<SignedSource::02c2e4c6fcb9b0015bd1b68a0c762673>>
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/story';
9
9
  import NewObjectComponent from '@atlaskit/object/story';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/story/16';
12
11
 
13
12
  /**
14
13
  * __16px `story` icon object__
@@ -35,11 +34,7 @@ const Story16Icon = ({
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
  Story16Icon.displayName = 'Story16Icon';
@@ -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::b4597ddb380d01ec2c568ae75374374c>>
3
+ * @codegen <<SignedSource::a98939a840df31a0756f191d63d257ff>>
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/story';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/story';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/story/24';
12
11
 
13
12
  /**
14
13
  * __24px `story` icon object__
@@ -35,11 +34,7 @@ const Story24Icon = ({
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
  Story24Icon.displayName = 'Story24Icon';
@@ -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::0cc847f846180f0cd10c66248eaaf2bc>>
3
+ * @codegen <<SignedSource::f191b3c4b7a0c5c02899e9dd54ac8e7d>>
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/subtasks';
9
9
  import NewObjectComponent from '@atlaskit/object/subtask';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/subtask/16';
12
11
 
13
12
  /**
14
13
  * __16px `subtask` icon object__
@@ -35,11 +34,7 @@ const Subtask16Icon = ({
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
  Subtask16Icon.displayName = 'Subtask16Icon';
@@ -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::0cd1cfb2be323f5239ae5b0954a72c8c>>
3
+ * @codegen <<SignedSource::e41d95ebee8f90bed9ec4508fddf79a9>>
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/subtasks';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/subtask';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/subtask/24';
12
11
 
13
12
  /**
14
13
  * __24px `subtask` icon object__
@@ -35,11 +34,7 @@ const Subtask24Icon = ({
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
  Subtask24Icon.displayName = 'Subtask24Icon';
@@ -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::e6b99d89e550e86c0138f5b1e187c8dc>>
3
+ * @codegen <<SignedSource::2bc8e08828f9a805f277ac0cd68a28e5>>
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/task';
9
9
  import NewObjectComponent from '@atlaskit/object/task';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/task/16';
12
11
 
13
12
  /**
14
13
  * __16px `task` icon object__
@@ -35,11 +34,7 @@ const Task16Icon = ({
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
  Task16Icon.displayName = 'Task16Icon';
@@ -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::e2acdddee49b7b12da0ace734cb7c404>>
3
+ * @codegen <<SignedSource::7a728eb0ce3823d72139ca7c6943a4ad>>
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/task';
9
9
  import NewObjectComponent from '@atlaskit/object/tile/task';
10
10
  import { fg } from '@atlaskit/platform-feature-flags';
11
- import IconObjectOld from '../../glyph-legacy/task/24';
12
11
 
13
12
  /**
14
13
  * __24px `task` icon object__
@@ -35,11 +34,7 @@ const Task24Icon = ({
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
  Task24Icon.displayName = 'Task24Icon';
@@ -1 +1,2 @@
1
- export { default } from '@atlaskit/icon/base';
1
+ export { Icon } from './internal/icon';
2
+ export { default } from './internal/icon';
@@ -0,0 +1,30 @@
1
+ ._17jb1osq >svg{max-height:100%}
2
+ ._1bsb1tcg{width:24px}
3
+ ._1bsb7vkz{width:1pc}
4
+ ._1bsbckbl{width:3pc}
5
+ ._1bsbzwfg{width:2pc}
6
+ ._1e0c1o8l{display:inline-block}
7
+ ._1kg81r31 >svg stop{stop-color:currentColor}
8
+ ._1ksvoz0e >svg{color:var(--icon-primary-color)}
9
+ ._1o9zidpf{flex-shrink:0}
10
+ ._1szv15vq >svg{overflow-x:hidden}
11
+ ._1tly15vq >svg{overflow-y:hidden}
12
+ ._1veoyfq0 >svg{vertical-align:bottom}
13
+ ._3se1x1jp >svg{fill:var(--icon-secondary-color)}
14
+ ._4t3i1tcg{height:24px}
15
+ ._4t3i7vkz{height:1pc}
16
+ ._4t3ickbl{height:3pc}
17
+ ._4t3izwfg{height:2pc}
18
+ ._5fdi1tcg >svg{width:24px}
19
+ ._5fdi7vkz >svg{width:1pc}
20
+ ._5fdickbl >svg{width:3pc}
21
+ ._5fdizwfg >svg{width:2pc}
22
+ ._re2rglyw >svg{pointer-events:none}
23
+ ._rzyw1osq >svg{max-width:100%}
24
+ ._vwz4kb7n{line-height:1}
25
+ ._vyfuvuon{--icon-secondary-color:var(--ds-surface,#fff)}
26
+ ._zbji1tcg >svg{height:24px}
27
+ ._zbji7vkz >svg{height:1pc}
28
+ ._zbjickbl >svg{height:3pc}
29
+ ._zbjizwfg >svg{height:2pc}
30
+ @media screen and (forced-colors:active){._18hbwc43 >svg{--icon-primary-color:Canvas}._4fyi1j28 >svg{--icon-secondary-color:transparent}._jcxd1r8n{filter:grayscale(1)}._gq0g1onz{--icon-primary-color:CanvasText}._1trkwc43{--icon-secondary-color:Canvas}}
@@ -0,0 +1,79 @@
1
+ /* icon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
3
+ import "./icon.compiled.css";
4
+ import * as React from 'react';
5
+ import { ax, ix } from "@compiled/react/runtime";
6
+ import { memo } from 'react';
7
+
8
+ /**
9
+ * We are hiding these props from consumers as they're used to
10
+ * hack around icon sizing specifically for icon-file-type.
11
+ */
12
+
13
+ const iconStyles = null;
14
+ const sizeStyles = {
15
+ small: "_1bsb7vkz _4t3i7vkz _5fdi7vkz _zbji7vkz",
16
+ medium: "_1bsb1tcg _4t3i1tcg _5fdi1tcg _zbji1tcg",
17
+ large: "_1bsbzwfg _4t3izwfg _5fdizwfg _zbjizwfg",
18
+ xlarge: "_1bsbckbl _4t3ickbl _5fdickbl _zbjickbl"
19
+ };
20
+
21
+ /**
22
+ * For windows high contrast mode
23
+ */
24
+ const baseHcmStyles = null;
25
+ const primaryEqualsSecondaryHcmStyles = null;
26
+ const secondaryTransparentHcmStyles = null;
27
+
28
+ /**
29
+ * __Icon__
30
+ *
31
+ * Replica of deprecated legacy icon/base
32
+ *
33
+ */
34
+ export const Icon = /*#__PURE__*/memo(function Icon(props) {
35
+ const {
36
+ glyph: Glyph,
37
+ dangerouslySetGlyph,
38
+ primaryColor = 'currentColor',
39
+ secondaryColor,
40
+ size,
41
+ testId,
42
+ label,
43
+ width,
44
+ height,
45
+ UNSAFE_margin
46
+ } = props;
47
+ const glyphProps = dangerouslySetGlyph ? {
48
+ dangerouslySetInnerHTML: {
49
+ __html: dangerouslySetGlyph
50
+ }
51
+ } : {
52
+ children: Glyph ? /*#__PURE__*/React.createElement(Glyph, {
53
+ role: "presentation"
54
+ }) : null
55
+ };
56
+ const customDimensions = width && height ? {
57
+ width: width + 'px',
58
+ height: height + 'px'
59
+ } : null;
60
+ return /*#__PURE__*/React.createElement("span", _extends({
61
+ "data-testid": testId,
62
+ "data-vc": `icon-${testId}`,
63
+ role: label ? 'img' : undefined,
64
+ "aria-label": label ? label : undefined,
65
+ "aria-hidden": label ? undefined : true,
66
+ style: {
67
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
68
+ ...customDimensions,
69
+ '--icon-primary-color': primaryColor,
70
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
71
+ '--icon-secondary-color': secondaryColor,
72
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
73
+ margin: UNSAFE_margin
74
+ }
75
+ }, glyphProps, {
76
+ className: ax(["_1e0c1o8l _1o9zidpf _vyfuvuon _vwz4kb7n _1szv15vq _1tly15vq _rzyw1osq _17jb1osq _1ksvoz0e _3se1x1jp _re2rglyw _1veoyfq0 _1kg81r31", "_jcxd1r8n _gq0g1onz _1trkwc43", primaryColor === secondaryColor && "_18hbwc43", secondaryColor === 'transparent' && "_4fyi1j28", size && sizeStyles[size]])
77
+ }));
78
+ });
79
+ export default Icon;
@@ -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__
@@ -34,11 +33,7 @@ var Blog16Icon = function Blog16Icon(_ref) {
34
33
  appearance: "blueBold",
35
34
  size: "16",
36
35
  label: label,
37
- testId: testId,
38
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
39
- label: label,
40
- testId: testId
41
- })
36
+ testId: testId
42
37
  });
43
38
  };
44
39
  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__
@@ -34,11 +33,7 @@ var Blog24Icon = function Blog24Icon(_ref) {
34
33
  appearance: "blueBold",
35
34
  size: "24",
36
35
  label: label,
37
- testId: testId,
38
- LEGACY_fallbackComponent: /*#__PURE__*/React.createElement(IconObjectOld, {
39
- label: label,
40
- testId: testId
41
- })
36
+ testId: testId
42
37
  });
43
38
  };
44
39
  Blog24Icon.displayName = 'Blog24Icon';