@atlaskit/icon-object 7.2.2 → 7.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (422) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/afm-cc/tsconfig.json +6 -0
  3. package/afm-dev-agents/tsconfig.json +6 -0
  4. package/afm-jira/tsconfig.json +6 -0
  5. package/afm-passionfruit/tsconfig.json +6 -0
  6. package/afm-post-office/tsconfig.json +6 -0
  7. package/afm-rovo-extension/tsconfig.json +6 -0
  8. package/afm-townsquare/tsconfig.json +6 -0
  9. package/afm-volt/tsconfig.json +6 -0
  10. package/build/index.tsx +10 -3
  11. package/build/utils.tsx +59 -2
  12. package/dist/cjs/all-icons.js +54 -0
  13. package/dist/cjs/artifacts/glyph/blog/16.js +12 -1
  14. package/dist/cjs/artifacts/glyph/blog/24.js +12 -1
  15. package/dist/cjs/artifacts/glyph/branch/16.js +12 -1
  16. package/dist/cjs/artifacts/glyph/branch/24.js +12 -1
  17. package/dist/cjs/artifacts/glyph/bug/16.js +12 -1
  18. package/dist/cjs/artifacts/glyph/bug/24.js +12 -1
  19. package/dist/cjs/artifacts/glyph/calendar/16.js +12 -1
  20. package/dist/cjs/artifacts/glyph/calendar/24.js +12 -1
  21. package/dist/cjs/artifacts/glyph/changes/16.js +12 -1
  22. package/dist/cjs/artifacts/glyph/changes/24.js +12 -1
  23. package/dist/cjs/artifacts/glyph/code/16.js +12 -1
  24. package/dist/cjs/artifacts/glyph/code/24.js +12 -1
  25. package/dist/cjs/artifacts/glyph/commit/16.js +12 -1
  26. package/dist/cjs/artifacts/glyph/commit/24.js +12 -1
  27. package/dist/cjs/artifacts/glyph/epic/16.js +12 -1
  28. package/dist/cjs/artifacts/glyph/epic/24.js +12 -1
  29. package/dist/cjs/artifacts/glyph/improvement/16.js +12 -1
  30. package/dist/cjs/artifacts/glyph/improvement/24.js +12 -1
  31. package/dist/cjs/artifacts/glyph/incident/16.js +12 -1
  32. package/dist/cjs/artifacts/glyph/incident/24.js +12 -1
  33. package/dist/cjs/artifacts/glyph/issue/16.js +12 -1
  34. package/dist/cjs/artifacts/glyph/issue/24.js +12 -1
  35. package/dist/cjs/artifacts/glyph/new-feature/16.js +12 -1
  36. package/dist/cjs/artifacts/glyph/new-feature/24.js +12 -1
  37. package/dist/cjs/artifacts/glyph/page/16.js +12 -1
  38. package/dist/cjs/artifacts/glyph/page/24.js +12 -1
  39. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +12 -1
  40. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +12 -1
  41. package/dist/cjs/artifacts/glyph/problem/16.js +12 -1
  42. package/dist/cjs/artifacts/glyph/problem/24.js +12 -1
  43. package/dist/cjs/artifacts/glyph/pull-request/16.js +12 -1
  44. package/dist/cjs/artifacts/glyph/pull-request/24.js +12 -1
  45. package/dist/cjs/artifacts/glyph/question/16.js +12 -1
  46. package/dist/cjs/artifacts/glyph/question/24.js +12 -1
  47. package/dist/cjs/artifacts/glyph/story/16.js +12 -1
  48. package/dist/cjs/artifacts/glyph/story/24.js +12 -1
  49. package/dist/cjs/artifacts/glyph/subtask/16.js +12 -1
  50. package/dist/cjs/artifacts/glyph/subtask/24.js +12 -1
  51. package/dist/cjs/artifacts/glyph/task/16.js +12 -1
  52. package/dist/cjs/artifacts/glyph/task/24.js +12 -1
  53. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +1 -1
  54. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +1 -1
  55. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +1 -1
  56. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +1 -1
  57. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +1 -1
  58. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +1 -1
  59. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +1 -1
  60. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +1 -1
  61. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +1 -1
  62. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +1 -1
  63. package/dist/cjs/artifacts/glyph-legacy/code/16.js +1 -1
  64. package/dist/cjs/artifacts/glyph-legacy/code/24.js +1 -1
  65. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +1 -1
  66. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +1 -1
  67. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +1 -1
  68. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +1 -1
  69. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +1 -1
  70. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +1 -1
  71. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +1 -1
  72. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +1 -1
  73. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +1 -1
  74. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +1 -1
  75. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +1 -1
  76. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +1 -1
  77. package/dist/cjs/artifacts/glyph-legacy/page/16.js +1 -1
  78. package/dist/cjs/artifacts/glyph-legacy/page/24.js +1 -1
  79. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  80. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  81. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +1 -1
  82. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +1 -1
  83. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +1 -1
  84. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +1 -1
  85. package/dist/cjs/artifacts/glyph-legacy/question/16.js +1 -1
  86. package/dist/cjs/artifacts/glyph-legacy/question/24.js +1 -1
  87. package/dist/cjs/artifacts/glyph-legacy/story/16.js +1 -1
  88. package/dist/cjs/artifacts/glyph-legacy/story/24.js +1 -1
  89. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +1 -1
  90. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +1 -1
  91. package/dist/cjs/artifacts/glyph-legacy/task/16.js +1 -1
  92. package/dist/cjs/artifacts/glyph-legacy/task/24.js +1 -1
  93. package/dist/cjs/metadata.js +2 -1
  94. package/dist/es2019/all-icons.js +46 -0
  95. package/dist/es2019/artifacts/glyph/blog/16.js +12 -1
  96. package/dist/es2019/artifacts/glyph/blog/24.js +12 -1
  97. package/dist/es2019/artifacts/glyph/branch/16.js +12 -1
  98. package/dist/es2019/artifacts/glyph/branch/24.js +12 -1
  99. package/dist/es2019/artifacts/glyph/bug/16.js +12 -1
  100. package/dist/es2019/artifacts/glyph/bug/24.js +12 -1
  101. package/dist/es2019/artifacts/glyph/calendar/16.js +12 -1
  102. package/dist/es2019/artifacts/glyph/calendar/24.js +12 -1
  103. package/dist/es2019/artifacts/glyph/changes/16.js +12 -1
  104. package/dist/es2019/artifacts/glyph/changes/24.js +12 -1
  105. package/dist/es2019/artifacts/glyph/code/16.js +12 -1
  106. package/dist/es2019/artifacts/glyph/code/24.js +12 -1
  107. package/dist/es2019/artifacts/glyph/commit/16.js +12 -1
  108. package/dist/es2019/artifacts/glyph/commit/24.js +12 -1
  109. package/dist/es2019/artifacts/glyph/epic/16.js +12 -1
  110. package/dist/es2019/artifacts/glyph/epic/24.js +12 -1
  111. package/dist/es2019/artifacts/glyph/improvement/16.js +12 -1
  112. package/dist/es2019/artifacts/glyph/improvement/24.js +12 -1
  113. package/dist/es2019/artifacts/glyph/incident/16.js +12 -1
  114. package/dist/es2019/artifacts/glyph/incident/24.js +12 -1
  115. package/dist/es2019/artifacts/glyph/issue/16.js +12 -1
  116. package/dist/es2019/artifacts/glyph/issue/24.js +12 -1
  117. package/dist/es2019/artifacts/glyph/new-feature/16.js +12 -1
  118. package/dist/es2019/artifacts/glyph/new-feature/24.js +12 -1
  119. package/dist/es2019/artifacts/glyph/page/16.js +12 -1
  120. package/dist/es2019/artifacts/glyph/page/24.js +12 -1
  121. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +12 -1
  122. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +12 -1
  123. package/dist/es2019/artifacts/glyph/problem/16.js +12 -1
  124. package/dist/es2019/artifacts/glyph/problem/24.js +12 -1
  125. package/dist/es2019/artifacts/glyph/pull-request/16.js +12 -1
  126. package/dist/es2019/artifacts/glyph/pull-request/24.js +12 -1
  127. package/dist/es2019/artifacts/glyph/question/16.js +12 -1
  128. package/dist/es2019/artifacts/glyph/question/24.js +12 -1
  129. package/dist/es2019/artifacts/glyph/story/16.js +12 -1
  130. package/dist/es2019/artifacts/glyph/story/24.js +12 -1
  131. package/dist/es2019/artifacts/glyph/subtask/16.js +12 -1
  132. package/dist/es2019/artifacts/glyph/subtask/24.js +12 -1
  133. package/dist/es2019/artifacts/glyph/task/16.js +12 -1
  134. package/dist/es2019/artifacts/glyph/task/24.js +12 -1
  135. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +1 -1
  136. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +1 -1
  137. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +1 -1
  138. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +1 -1
  139. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +1 -1
  140. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +1 -1
  141. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +1 -1
  142. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +1 -1
  143. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +1 -1
  144. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +1 -1
  145. package/dist/es2019/artifacts/glyph-legacy/code/16.js +1 -1
  146. package/dist/es2019/artifacts/glyph-legacy/code/24.js +1 -1
  147. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +1 -1
  148. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +1 -1
  149. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +1 -1
  150. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +1 -1
  151. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +1 -1
  152. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +1 -1
  153. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +1 -1
  154. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +1 -1
  155. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +1 -1
  156. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +1 -1
  157. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +1 -1
  158. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +1 -1
  159. package/dist/es2019/artifacts/glyph-legacy/page/16.js +1 -1
  160. package/dist/es2019/artifacts/glyph-legacy/page/24.js +1 -1
  161. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  162. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  163. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +1 -1
  164. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +1 -1
  165. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +1 -1
  166. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +1 -1
  167. package/dist/es2019/artifacts/glyph-legacy/question/16.js +1 -1
  168. package/dist/es2019/artifacts/glyph-legacy/question/24.js +1 -1
  169. package/dist/es2019/artifacts/glyph-legacy/story/16.js +1 -1
  170. package/dist/es2019/artifacts/glyph-legacy/story/24.js +1 -1
  171. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +1 -1
  172. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +1 -1
  173. package/dist/es2019/artifacts/glyph-legacy/task/16.js +1 -1
  174. package/dist/es2019/artifacts/glyph-legacy/task/24.js +1 -1
  175. package/dist/es2019/metadata.js +2 -1
  176. package/dist/esm/all-icons.js +46 -0
  177. package/dist/esm/artifacts/glyph/blog/16.js +12 -1
  178. package/dist/esm/artifacts/glyph/blog/24.js +12 -1
  179. package/dist/esm/artifacts/glyph/branch/16.js +12 -1
  180. package/dist/esm/artifacts/glyph/branch/24.js +12 -1
  181. package/dist/esm/artifacts/glyph/bug/16.js +12 -1
  182. package/dist/esm/artifacts/glyph/bug/24.js +12 -1
  183. package/dist/esm/artifacts/glyph/calendar/16.js +12 -1
  184. package/dist/esm/artifacts/glyph/calendar/24.js +12 -1
  185. package/dist/esm/artifacts/glyph/changes/16.js +12 -1
  186. package/dist/esm/artifacts/glyph/changes/24.js +12 -1
  187. package/dist/esm/artifacts/glyph/code/16.js +12 -1
  188. package/dist/esm/artifacts/glyph/code/24.js +12 -1
  189. package/dist/esm/artifacts/glyph/commit/16.js +12 -1
  190. package/dist/esm/artifacts/glyph/commit/24.js +12 -1
  191. package/dist/esm/artifacts/glyph/epic/16.js +12 -1
  192. package/dist/esm/artifacts/glyph/epic/24.js +12 -1
  193. package/dist/esm/artifacts/glyph/improvement/16.js +12 -1
  194. package/dist/esm/artifacts/glyph/improvement/24.js +12 -1
  195. package/dist/esm/artifacts/glyph/incident/16.js +12 -1
  196. package/dist/esm/artifacts/glyph/incident/24.js +12 -1
  197. package/dist/esm/artifacts/glyph/issue/16.js +12 -1
  198. package/dist/esm/artifacts/glyph/issue/24.js +12 -1
  199. package/dist/esm/artifacts/glyph/new-feature/16.js +12 -1
  200. package/dist/esm/artifacts/glyph/new-feature/24.js +12 -1
  201. package/dist/esm/artifacts/glyph/page/16.js +12 -1
  202. package/dist/esm/artifacts/glyph/page/24.js +12 -1
  203. package/dist/esm/artifacts/glyph/page-live-doc/16.js +12 -1
  204. package/dist/esm/artifacts/glyph/page-live-doc/24.js +12 -1
  205. package/dist/esm/artifacts/glyph/problem/16.js +12 -1
  206. package/dist/esm/artifacts/glyph/problem/24.js +12 -1
  207. package/dist/esm/artifacts/glyph/pull-request/16.js +12 -1
  208. package/dist/esm/artifacts/glyph/pull-request/24.js +12 -1
  209. package/dist/esm/artifacts/glyph/question/16.js +12 -1
  210. package/dist/esm/artifacts/glyph/question/24.js +12 -1
  211. package/dist/esm/artifacts/glyph/story/16.js +12 -1
  212. package/dist/esm/artifacts/glyph/story/24.js +12 -1
  213. package/dist/esm/artifacts/glyph/subtask/16.js +12 -1
  214. package/dist/esm/artifacts/glyph/subtask/24.js +12 -1
  215. package/dist/esm/artifacts/glyph/task/16.js +12 -1
  216. package/dist/esm/artifacts/glyph/task/24.js +12 -1
  217. package/dist/esm/artifacts/glyph-legacy/blog/16.js +1 -1
  218. package/dist/esm/artifacts/glyph-legacy/blog/24.js +1 -1
  219. package/dist/esm/artifacts/glyph-legacy/branch/16.js +1 -1
  220. package/dist/esm/artifacts/glyph-legacy/branch/24.js +1 -1
  221. package/dist/esm/artifacts/glyph-legacy/bug/16.js +1 -1
  222. package/dist/esm/artifacts/glyph-legacy/bug/24.js +1 -1
  223. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +1 -1
  224. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +1 -1
  225. package/dist/esm/artifacts/glyph-legacy/changes/16.js +1 -1
  226. package/dist/esm/artifacts/glyph-legacy/changes/24.js +1 -1
  227. package/dist/esm/artifacts/glyph-legacy/code/16.js +1 -1
  228. package/dist/esm/artifacts/glyph-legacy/code/24.js +1 -1
  229. package/dist/esm/artifacts/glyph-legacy/commit/16.js +1 -1
  230. package/dist/esm/artifacts/glyph-legacy/commit/24.js +1 -1
  231. package/dist/esm/artifacts/glyph-legacy/epic/16.js +1 -1
  232. package/dist/esm/artifacts/glyph-legacy/epic/24.js +1 -1
  233. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +1 -1
  234. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +1 -1
  235. package/dist/esm/artifacts/glyph-legacy/incident/16.js +1 -1
  236. package/dist/esm/artifacts/glyph-legacy/incident/24.js +1 -1
  237. package/dist/esm/artifacts/glyph-legacy/issue/16.js +1 -1
  238. package/dist/esm/artifacts/glyph-legacy/issue/24.js +1 -1
  239. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +1 -1
  240. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +1 -1
  241. package/dist/esm/artifacts/glyph-legacy/page/16.js +1 -1
  242. package/dist/esm/artifacts/glyph-legacy/page/24.js +1 -1
  243. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +1 -1
  244. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +1 -1
  245. package/dist/esm/artifacts/glyph-legacy/problem/16.js +1 -1
  246. package/dist/esm/artifacts/glyph-legacy/problem/24.js +1 -1
  247. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +1 -1
  248. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +1 -1
  249. package/dist/esm/artifacts/glyph-legacy/question/16.js +1 -1
  250. package/dist/esm/artifacts/glyph-legacy/question/24.js +1 -1
  251. package/dist/esm/artifacts/glyph-legacy/story/16.js +1 -1
  252. package/dist/esm/artifacts/glyph-legacy/story/24.js +1 -1
  253. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +1 -1
  254. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +1 -1
  255. package/dist/esm/artifacts/glyph-legacy/task/16.js +1 -1
  256. package/dist/esm/artifacts/glyph-legacy/task/24.js +1 -1
  257. package/dist/esm/metadata.js +2 -1
  258. package/dist/types/all-icons.d.ts +4 -0
  259. package/dist/types/artifacts/glyph/blog/16.d.ts +2 -2
  260. package/dist/types/artifacts/glyph/blog/24.d.ts +2 -2
  261. package/dist/types/artifacts/glyph/branch/16.d.ts +2 -2
  262. package/dist/types/artifacts/glyph/branch/24.d.ts +2 -2
  263. package/dist/types/artifacts/glyph/bug/16.d.ts +2 -2
  264. package/dist/types/artifacts/glyph/bug/24.d.ts +2 -2
  265. package/dist/types/artifacts/glyph/calendar/16.d.ts +2 -2
  266. package/dist/types/artifacts/glyph/calendar/24.d.ts +2 -2
  267. package/dist/types/artifacts/glyph/changes/16.d.ts +2 -2
  268. package/dist/types/artifacts/glyph/changes/24.d.ts +2 -2
  269. package/dist/types/artifacts/glyph/code/16.d.ts +2 -2
  270. package/dist/types/artifacts/glyph/code/24.d.ts +2 -2
  271. package/dist/types/artifacts/glyph/commit/16.d.ts +2 -2
  272. package/dist/types/artifacts/glyph/commit/24.d.ts +2 -2
  273. package/dist/types/artifacts/glyph/epic/16.d.ts +2 -2
  274. package/dist/types/artifacts/glyph/epic/24.d.ts +2 -2
  275. package/dist/types/artifacts/glyph/improvement/16.d.ts +2 -2
  276. package/dist/types/artifacts/glyph/improvement/24.d.ts +2 -2
  277. package/dist/types/artifacts/glyph/incident/16.d.ts +2 -2
  278. package/dist/types/artifacts/glyph/incident/24.d.ts +2 -2
  279. package/dist/types/artifacts/glyph/issue/16.d.ts +2 -2
  280. package/dist/types/artifacts/glyph/issue/24.d.ts +2 -2
  281. package/dist/types/artifacts/glyph/new-feature/16.d.ts +2 -2
  282. package/dist/types/artifacts/glyph/new-feature/24.d.ts +2 -2
  283. package/dist/types/artifacts/glyph/page/16.d.ts +2 -2
  284. package/dist/types/artifacts/glyph/page/24.d.ts +2 -2
  285. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  286. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  287. package/dist/types/artifacts/glyph/problem/16.d.ts +2 -2
  288. package/dist/types/artifacts/glyph/problem/24.d.ts +2 -2
  289. package/dist/types/artifacts/glyph/pull-request/16.d.ts +2 -2
  290. package/dist/types/artifacts/glyph/pull-request/24.d.ts +2 -2
  291. package/dist/types/artifacts/glyph/question/16.d.ts +2 -2
  292. package/dist/types/artifacts/glyph/question/24.d.ts +2 -2
  293. package/dist/types/artifacts/glyph/story/16.d.ts +2 -2
  294. package/dist/types/artifacts/glyph/story/24.d.ts +2 -2
  295. package/dist/types/artifacts/glyph/subtask/16.d.ts +2 -2
  296. package/dist/types/artifacts/glyph/subtask/24.d.ts +2 -2
  297. package/dist/types/artifacts/glyph/task/16.d.ts +2 -2
  298. package/dist/types/artifacts/glyph/task/24.d.ts +2 -2
  299. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  300. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  301. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  302. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  303. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  304. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  305. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  306. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  307. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  308. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  309. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +2 -2
  310. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +2 -2
  311. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  312. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  313. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  314. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  315. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  316. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  317. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  318. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  319. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  320. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  321. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  322. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  323. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +2 -2
  324. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +2 -2
  325. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  326. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  327. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  328. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  329. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  330. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  331. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +2 -2
  332. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +2 -2
  333. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +2 -2
  334. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +2 -2
  335. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  336. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  337. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +2 -2
  338. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +2 -2
  339. package/dist/types/metadata.d.ts +2 -8
  340. package/dist/types-ts4.5/all-icons.d.ts +4 -0
  341. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +2 -2
  342. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +2 -2
  343. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +2 -2
  344. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +2 -2
  345. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +2 -2
  346. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +2 -2
  347. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +2 -2
  348. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +2 -2
  349. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +2 -2
  350. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +2 -2
  351. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +2 -2
  352. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +2 -2
  353. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +2 -2
  354. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +2 -2
  355. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +2 -2
  356. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +2 -2
  357. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +2 -2
  358. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +2 -2
  359. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +2 -2
  360. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +2 -2
  361. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +2 -2
  362. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +2 -2
  363. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +2 -2
  364. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +2 -2
  365. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +2 -2
  366. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +2 -2
  367. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +2 -2
  368. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +2 -2
  369. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +2 -2
  370. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +2 -2
  371. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +2 -2
  372. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +2 -2
  373. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +2 -2
  374. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +2 -2
  375. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +2 -2
  376. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +2 -2
  377. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +2 -2
  378. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +2 -2
  379. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +2 -2
  380. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +2 -2
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +2 -2
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +2 -2
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +2 -2
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +2 -2
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +2 -2
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +2 -2
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +2 -2
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +2 -2
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +2 -2
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +2 -2
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +2 -2
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +2 -2
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +2 -2
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +2 -2
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +2 -2
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +2 -2
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +2 -2
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +2 -2
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +2 -2
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +2 -2
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +2 -2
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +2 -2
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +2 -2
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +2 -2
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +2 -2
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +2 -2
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +2 -2
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +2 -2
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +2 -2
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +2 -2
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +2 -2
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +2 -2
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +2 -2
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +2 -2
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +2 -2
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +2 -2
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +2 -2
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +2 -2
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +2 -2
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +2 -2
  421. package/dist/types-ts4.5/metadata.d.ts +2 -8
  422. package/package.json +11 -3
@@ -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::f6a4716129dfeb2bd044ce81c04de93c>>
3
+ * @codegen <<SignedSource::3c7d55e14b76c9957e716fd74473a702>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Code24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Code24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f2c30ba9921a6754c4914a2815ab1ac6>>
3
+ * @codegen <<SignedSource::6debd57b02ce07c26b500a40c5cf84fa>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Commit16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Commit16Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8ddf319bca3408b511aa949ba1a3aae6>>
3
+ * @codegen <<SignedSource::1082a6c80f48bd44f4e96c677e234cff>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Commit24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Commit24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ef3c8ed5e57f17047733a8020ce784d5>>
3
+ * @codegen <<SignedSource::4d6daab6c18f6607b508ad6a232f29d2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Epic16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Epic16Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::999d13388a49cd5d6f77a3a3a1c12e88>>
3
+ * @codegen <<SignedSource::4cc0c9356b22fedef569ab81a0c62de8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Epic24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Epic24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ab2f1a7409302d162a3bf14c73086938>>
3
+ * @codegen <<SignedSource::9834364f6edd13c671dac32423d1f44c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Improvement16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Improvement16Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a097c4af3ddf0314f4c51d57c4fdea8c>>
3
+ * @codegen <<SignedSource::3514364b318140e5052e6093a1c20e42>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Improvement24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Improvement24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ede68a79193f0a8a70fa374ba104253c>>
3
+ * @codegen <<SignedSource::3a2ca9a3d5107d7ac162a2a33430a5c3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Incident16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Incident16Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bb5588156f2bb893eb12f3022a6565e9>>
3
+ * @codegen <<SignedSource::44b8fa642b5f6d8de910fb3f6343b8c6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Incident24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Incident24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3f51ecb48642a229c7b6d1a69d64d867>>
3
+ * @codegen <<SignedSource::dcefb0a89a27f97c4801643e6dfd0167>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Issue16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Issue16Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::31be03b5772d549b8fe7c594d6e8e88a>>
3
+ * @codegen <<SignedSource::79c5d6a92f9129a27566e8b5c091cb3d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Issue24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Issue24Icon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5a88b7d53030533dc445f84c0f66e4d2>>
3
+ * @codegen <<SignedSource::e229d912fdac7d3782192a1cfea26688>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const NewFeature16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default NewFeature16Icon;
@@ -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::73a2650d4f3f6a03ecafa8f3371269d6>>
3
+ * @codegen <<SignedSource::9871b55a6ec876b508660dc44f882600>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const NewFeature24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::4dcadc981abd10a4a6718b2e82f4c434>>
3
+ * @codegen <<SignedSource::89370760dd7aca35aeecca1b17abbf42>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Page16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::1776772a1dd5db1e9f39c5be0055bd70>>
3
+ * @codegen <<SignedSource::f43079fd76958c8374aa014f2b34ffbc>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Page24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::3ca2d3ad1b30ce7f410ef0df588ae5aa>>
3
+ * @codegen <<SignedSource::4cbe873b765d214e34343034c1ec2722>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const PageLiveDoc16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::e04893101bb067974c1323f8e5a52186>>
3
+ * @codegen <<SignedSource::9f200c2eac2cd9165b71d24b95a477cd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const PageLiveDoc24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::45711362ad054d9d0de581c03f164950>>
3
+ * @codegen <<SignedSource::d4391ff6105029c3c00dcb25fe777d0e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Problem16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::79ecd53df3262e3659fb6d36abab1312>>
3
+ * @codegen <<SignedSource::fa01b6f92f54d10ca4507b2fa78492f8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Problem24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::c2fa1578bca00f96f8398b8ab3053f83>>
3
+ * @codegen <<SignedSource::28ad781cda66347f47adf68d1b8c9215>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const PullRequest16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::1a7e0e7b975932948e1a3c026194fac4>>
3
+ * @codegen <<SignedSource::9a40ce8162020167aa92aa88d0f592de>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const PullRequest24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::d12f3e3e46d93c2800efc5383b8a5667>>
3
+ * @codegen <<SignedSource::af902469319eca057d986f06ec07900c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Question16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::2d61d0c3f07962719fdcf8e53310663d>>
3
+ * @codegen <<SignedSource::8cf8bc2bb8a4375c46dbb0b1a5a77d14>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Question24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::544b9f71dc9f7001702597ba0216e61f>>
3
+ * @codegen <<SignedSource::58018d99cc8a0f6abeddbd3fccbd6413>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Story16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::8ca19913a0a2043508427c69bee8f4a1>>
3
+ * @codegen <<SignedSource::86f321f2df9856aac2b14e0bf69d3049>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Story24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::a4f42caad88ed71da33903f9c7053102>>
3
+ * @codegen <<SignedSource::6ad746f8d6850770b3cdfa715cfc8204>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Subtask16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::e3b2a62490532991a3d0682e7458087c>>
3
+ * @codegen <<SignedSource::09a30624998c51b2f1acc8f71033796d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Subtask24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::7e3cfaee41b098df8ae4032fe4210963>>
3
+ * @codegen <<SignedSource::ba42c74cbfda9afab131839d0b6c6e6f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Task16Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default 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::4e6d9341c48918de7a0230c9afca3b36>>
3
+ * @codegen <<SignedSource::d7f65247cc5e0eda8d4b1e1658be550a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
@@ -13,7 +13,7 @@ import type { GlyphProps } from '@atlaskit/icon/types';
13
13
  * - [Usage](https://atlassian.design/components/icon-object/usage)
14
14
  */
15
15
  declare const Task24Icon: {
16
- ({ label, testId, }: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
16
+ ({ label, testId, }: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  export default Task24Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4d80695634b6b8633a6f9c3274d049f0>>
3
+ * @codegen <<SignedSource::d7cef41f07f9ec4679337b66fb782a07>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Blog16Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Blog16Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::76374a3eb2dfe12187bd06ac6f27bbbc>>
3
+ * @codegen <<SignedSource::90dcc35b3376b79911c4054d7edd4bc7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Blog24Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Blog24Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::625730c3236ac1826cad47b39a1764d5>>
3
+ * @codegen <<SignedSource::4d7da5f0a9dbfdcb61e67416f34ea57c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Branch16Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Branch16Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c997ea06eed782e4522f6adad6063fad>>
3
+ * @codegen <<SignedSource::983f1ace6d29a84760562d50f28ed550>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Branch24Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Branch24Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a6b2aaa54dc8ca05673d473e302061ba>>
3
+ * @codegen <<SignedSource::5651d34540e7f43d2ed8c5db6223a91c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Bug16Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Bug16Icon;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3e7cc2c9291facb179e3d6e9662a9877>>
3
+ * @codegen <<SignedSource::a43b885c2439e8323d7d44909092b1b6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  import React from 'react';
7
7
  import type { GlyphProps } from '@atlaskit/icon/types';
8
8
  declare const Bug24Icon: {
9
- (props: Omit<GlyphProps, "primaryColor" | "secondaryColor" | "size">): React.JSX.Element;
9
+ (props: Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>): React.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default Bug24Icon;