@atlaskit/icon-object 7.4.1 → 7.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/afm-cc/tsconfig.json +3 -1
  3. package/afm-jira/tsconfig.json +3 -1
  4. package/afm-products/tsconfig.json +3 -1
  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/tsconfig.json +1 -2
  222. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +0 -28
  223. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +0 -28
  224. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +0 -28
  225. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +0 -28
  226. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +0 -28
  227. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +0 -28
  228. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +0 -28
  229. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +0 -28
  230. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +0 -28
  231. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +0 -28
  232. package/dist/cjs/artifacts/glyph-legacy/code/16.js +0 -28
  233. package/dist/cjs/artifacts/glyph-legacy/code/24.js +0 -28
  234. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +0 -28
  235. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +0 -28
  236. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +0 -28
  237. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +0 -28
  238. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +0 -28
  239. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +0 -28
  240. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +0 -28
  241. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +0 -28
  242. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +0 -28
  243. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +0 -28
  244. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +0 -28
  245. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +0 -28
  246. package/dist/cjs/artifacts/glyph-legacy/page/16.js +0 -28
  247. package/dist/cjs/artifacts/glyph-legacy/page/24.js +0 -28
  248. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +0 -28
  249. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +0 -28
  250. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +0 -28
  251. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +0 -28
  252. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +0 -28
  253. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +0 -28
  254. package/dist/cjs/artifacts/glyph-legacy/question/16.js +0 -28
  255. package/dist/cjs/artifacts/glyph-legacy/question/24.js +0 -28
  256. package/dist/cjs/artifacts/glyph-legacy/story/16.js +0 -28
  257. package/dist/cjs/artifacts/glyph-legacy/story/24.js +0 -28
  258. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +0 -28
  259. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +0 -28
  260. package/dist/cjs/artifacts/glyph-legacy/task/16.js +0 -28
  261. package/dist/cjs/artifacts/glyph-legacy/task/24.js +0 -28
  262. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +0 -18
  263. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +0 -18
  264. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +0 -18
  265. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +0 -18
  266. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +0 -18
  267. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +0 -18
  268. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +0 -18
  269. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +0 -18
  270. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +0 -18
  271. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +0 -18
  272. package/dist/es2019/artifacts/glyph-legacy/code/16.js +0 -18
  273. package/dist/es2019/artifacts/glyph-legacy/code/24.js +0 -18
  274. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +0 -18
  275. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +0 -18
  276. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +0 -18
  277. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +0 -18
  278. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +0 -18
  279. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +0 -18
  280. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +0 -18
  281. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +0 -18
  282. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +0 -18
  283. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +0 -18
  284. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +0 -18
  285. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +0 -18
  286. package/dist/es2019/artifacts/glyph-legacy/page/16.js +0 -18
  287. package/dist/es2019/artifacts/glyph-legacy/page/24.js +0 -18
  288. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +0 -18
  289. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +0 -18
  290. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +0 -18
  291. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +0 -18
  292. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +0 -18
  293. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +0 -18
  294. package/dist/es2019/artifacts/glyph-legacy/question/16.js +0 -18
  295. package/dist/es2019/artifacts/glyph-legacy/question/24.js +0 -18
  296. package/dist/es2019/artifacts/glyph-legacy/story/16.js +0 -18
  297. package/dist/es2019/artifacts/glyph-legacy/story/24.js +0 -18
  298. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +0 -18
  299. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +0 -18
  300. package/dist/es2019/artifacts/glyph-legacy/task/16.js +0 -18
  301. package/dist/es2019/artifacts/glyph-legacy/task/24.js +0 -18
  302. package/dist/esm/artifacts/glyph-legacy/blog/16.js +0 -20
  303. package/dist/esm/artifacts/glyph-legacy/blog/24.js +0 -20
  304. package/dist/esm/artifacts/glyph-legacy/branch/16.js +0 -20
  305. package/dist/esm/artifacts/glyph-legacy/branch/24.js +0 -20
  306. package/dist/esm/artifacts/glyph-legacy/bug/16.js +0 -20
  307. package/dist/esm/artifacts/glyph-legacy/bug/24.js +0 -20
  308. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +0 -20
  309. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +0 -20
  310. package/dist/esm/artifacts/glyph-legacy/changes/16.js +0 -20
  311. package/dist/esm/artifacts/glyph-legacy/changes/24.js +0 -20
  312. package/dist/esm/artifacts/glyph-legacy/code/16.js +0 -20
  313. package/dist/esm/artifacts/glyph-legacy/code/24.js +0 -20
  314. package/dist/esm/artifacts/glyph-legacy/commit/16.js +0 -20
  315. package/dist/esm/artifacts/glyph-legacy/commit/24.js +0 -20
  316. package/dist/esm/artifacts/glyph-legacy/epic/16.js +0 -20
  317. package/dist/esm/artifacts/glyph-legacy/epic/24.js +0 -20
  318. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +0 -20
  319. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +0 -20
  320. package/dist/esm/artifacts/glyph-legacy/incident/16.js +0 -20
  321. package/dist/esm/artifacts/glyph-legacy/incident/24.js +0 -20
  322. package/dist/esm/artifacts/glyph-legacy/issue/16.js +0 -20
  323. package/dist/esm/artifacts/glyph-legacy/issue/24.js +0 -20
  324. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +0 -20
  325. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +0 -20
  326. package/dist/esm/artifacts/glyph-legacy/page/16.js +0 -20
  327. package/dist/esm/artifacts/glyph-legacy/page/24.js +0 -20
  328. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +0 -20
  329. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +0 -20
  330. package/dist/esm/artifacts/glyph-legacy/problem/16.js +0 -20
  331. package/dist/esm/artifacts/glyph-legacy/problem/24.js +0 -20
  332. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +0 -20
  333. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +0 -20
  334. package/dist/esm/artifacts/glyph-legacy/question/16.js +0 -20
  335. package/dist/esm/artifacts/glyph-legacy/question/24.js +0 -20
  336. package/dist/esm/artifacts/glyph-legacy/story/16.js +0 -20
  337. package/dist/esm/artifacts/glyph-legacy/story/24.js +0 -20
  338. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +0 -20
  339. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +0 -20
  340. package/dist/esm/artifacts/glyph-legacy/task/16.js +0 -20
  341. package/dist/esm/artifacts/glyph-legacy/task/24.js +0 -20
  342. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  343. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  344. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  345. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  346. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  347. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  348. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  349. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  350. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  351. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  352. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +0 -12
  353. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +0 -12
  354. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  355. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  356. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  357. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  358. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  359. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  360. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  361. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  362. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  363. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  364. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  365. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  366. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +0 -12
  367. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +0 -12
  368. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  369. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  370. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  371. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  372. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  373. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  374. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +0 -12
  375. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +0 -12
  376. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +0 -12
  377. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +0 -12
  378. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  379. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  380. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +0 -12
  381. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +0 -12
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +0 -12
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +0 -12
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +0 -12
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +0 -12
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +0 -12
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +0 -12
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +0 -12
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +0 -12
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +0 -12
  421. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +0 -12
@@ -0,0 +1,80 @@
1
+ /* icon.tsx generated by @compiled/babel-plugin v0.38.1 */
2
+ import _extends from "@babel/runtime/helpers/extends";
3
+ import _defineProperty from "@babel/runtime/helpers/defineProperty";
4
+ import "./icon.compiled.css";
5
+ import * as React from 'react';
6
+ import { ax, ix } from "@compiled/react/runtime";
7
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
8
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9
+ import { memo } from 'react';
10
+
11
+ /**
12
+ * We are hiding these props from consumers as they're used to
13
+ * hack around icon sizing specifically for icon-file-type.
14
+ */
15
+
16
+ var iconStyles = null;
17
+ var sizeStyles = {
18
+ small: "_1bsb7vkz _4t3i7vkz _5fdi7vkz _zbji7vkz",
19
+ medium: "_1bsb1tcg _4t3i1tcg _5fdi1tcg _zbji1tcg",
20
+ large: "_1bsbzwfg _4t3izwfg _5fdizwfg _zbjizwfg",
21
+ xlarge: "_1bsbckbl _4t3ickbl _5fdickbl _zbjickbl"
22
+ };
23
+
24
+ /**
25
+ * For windows high contrast mode
26
+ */
27
+ var baseHcmStyles = null;
28
+ var primaryEqualsSecondaryHcmStyles = null;
29
+ var secondaryTransparentHcmStyles = null;
30
+
31
+ /**
32
+ * __Icon__
33
+ *
34
+ * Replica of deprecated legacy icon/base
35
+ *
36
+ */
37
+ export var Icon = /*#__PURE__*/memo(function Icon(props) {
38
+ var _ref = props,
39
+ Glyph = _ref.glyph,
40
+ dangerouslySetGlyph = _ref.dangerouslySetGlyph,
41
+ _ref$primaryColor = _ref.primaryColor,
42
+ primaryColor = _ref$primaryColor === void 0 ? 'currentColor' : _ref$primaryColor,
43
+ secondaryColor = _ref.secondaryColor,
44
+ size = _ref.size,
45
+ testId = _ref.testId,
46
+ label = _ref.label,
47
+ width = _ref.width,
48
+ height = _ref.height,
49
+ UNSAFE_margin = _ref.UNSAFE_margin;
50
+ var glyphProps = dangerouslySetGlyph ? {
51
+ dangerouslySetInnerHTML: {
52
+ __html: dangerouslySetGlyph
53
+ }
54
+ } : {
55
+ children: Glyph ? /*#__PURE__*/React.createElement(Glyph, {
56
+ role: "presentation"
57
+ }) : null
58
+ };
59
+ var customDimensions = width && height ? {
60
+ width: width + 'px',
61
+ height: height + 'px'
62
+ } : null;
63
+ return /*#__PURE__*/React.createElement("span", _extends({
64
+ "data-testid": testId,
65
+ "data-vc": "icon-".concat(testId),
66
+ role: label ? 'img' : undefined,
67
+ "aria-label": label ? label : undefined,
68
+ "aria-hidden": label ? undefined : true,
69
+ style: _objectSpread(_objectSpread({}, customDimensions), {}, {
70
+ '--icon-primary-color': primaryColor,
71
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
72
+ '--icon-secondary-color': secondaryColor,
73
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
74
+ margin: UNSAFE_margin
75
+ })
76
+ }, glyphProps, {
77
+ 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]])
78
+ }));
79
+ });
80
+ 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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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,9 @@
1
+ import type { IconProps } from '@atlaskit/icon/types';
2
+ /**
3
+ * __Icon__
4
+ *
5
+ * Replica of deprecated legacy icon/base
6
+ *
7
+ */
8
+ export declare const Icon: import('react').NamedExoticComponent<IconProps>;
9
+ 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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';