@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,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c9917daab99b2b512eb2fa370f489a30>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Issue24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Issue24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::40353dfd15685950f33df2c799d98742>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const NewFeature16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default NewFeature16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::eed4be70ab3bae2b0e1e1aad1ec55304>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const NewFeature24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default NewFeature24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::cd912d046d645339f61cb4aacd78042a>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Page16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Page16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::de51ff68982fa6ca175a05d5c052c322>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Page24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Page24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a0790382970f68205e1cae24a5f79045>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const PageLiveDoc16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default PageLiveDoc16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d75248a4a7ee8ec7fdf265d35dbedf6d>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const PageLiveDoc24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default PageLiveDoc24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f32c1be67ac8ff7b63f610c2491e7e9c>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Problem16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Problem16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3c1d5a68ff441210c88ea40c16023df8>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Problem24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Problem24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9fa1181402c522778e280d3429cafbed>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const PullRequest16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default PullRequest16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4add30c3ba7379fbf23aca545ed57cb5>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const PullRequest24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default PullRequest24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a22a611db3d9410154c298490693c5dc>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Question16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Question16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e0a8675d4031f2da1e78c434292f07ec>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Question24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Question24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1896fd3bafdfc1bc71c0fcf57c8b2685>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Story16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Story16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5186ed83e1a02cd44e8b14a48b9b7dff>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Story24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Story24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7332e8f7ef1b441068cfb157f8d729a5>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Subtask16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Subtask16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::af752d4ea972a124f7fdd6feaa5fd318>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Subtask24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Subtask24Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3096846462441e20a58007578ded0cbf>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Task16Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Task16Icon;
@@ -1,12 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b2f3b87c37b3034d861de7b001e272d5>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
- import React from 'react';
7
- import type { GlyphProps } from '@atlaskit/icon/types';
8
- declare const Task24Icon: {
9
- (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
- displayName: string;
11
- };
12
- export default Task24Icon;