@atlaskit/icon-object 6.7.0 → 6.8.0

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 (500) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/__perf__/default.tsx +1 -1
  3. package/afm-cc/tsconfig.json +4 -2
  4. package/afm-jira/tsconfig.json +23 -23
  5. package/afm-post-office/tsconfig.json +23 -23
  6. package/build/index.tsx +30 -4
  7. package/build/utils.tsx +132 -0
  8. package/constellation/index/icon-explorer.mdx +2 -2
  9. package/dist/cjs/artifacts/glyph/blog/16.js +49 -0
  10. package/dist/cjs/artifacts/glyph/blog/24.js +49 -0
  11. package/dist/cjs/artifacts/glyph/branch/16.js +49 -0
  12. package/dist/cjs/artifacts/glyph/branch/24.js +49 -0
  13. package/dist/cjs/artifacts/glyph/bug/16.js +49 -0
  14. package/dist/cjs/artifacts/glyph/bug/24.js +49 -0
  15. package/dist/cjs/artifacts/glyph/calendar/16.js +49 -0
  16. package/dist/cjs/artifacts/glyph/calendar/24.js +49 -0
  17. package/dist/cjs/artifacts/glyph/changes/16.js +49 -0
  18. package/dist/cjs/artifacts/glyph/changes/24.js +49 -0
  19. package/dist/cjs/artifacts/glyph/code/16.js +49 -0
  20. package/dist/cjs/artifacts/glyph/code/24.js +49 -0
  21. package/dist/cjs/artifacts/glyph/commit/16.js +49 -0
  22. package/dist/cjs/artifacts/glyph/commit/24.js +49 -0
  23. package/dist/cjs/artifacts/glyph/epic/16.js +49 -0
  24. package/dist/cjs/artifacts/glyph/epic/24.js +49 -0
  25. package/dist/cjs/artifacts/glyph/improvement/16.js +49 -0
  26. package/dist/cjs/artifacts/glyph/improvement/24.js +49 -0
  27. package/dist/cjs/artifacts/glyph/incident/16.js +49 -0
  28. package/dist/cjs/artifacts/glyph/incident/24.js +49 -0
  29. package/dist/cjs/artifacts/glyph/issue/16.js +49 -0
  30. package/dist/cjs/artifacts/glyph/issue/24.js +49 -0
  31. package/dist/cjs/artifacts/glyph/new-feature/16.js +49 -0
  32. package/dist/cjs/artifacts/glyph/new-feature/24.js +49 -0
  33. package/dist/cjs/artifacts/glyph/page/16.js +49 -0
  34. package/dist/cjs/artifacts/glyph/page/24.js +49 -0
  35. package/dist/cjs/artifacts/glyph/problem/16.js +49 -0
  36. package/dist/cjs/artifacts/glyph/problem/24.js +49 -0
  37. package/dist/cjs/artifacts/glyph/pull-request/16.js +49 -0
  38. package/dist/cjs/artifacts/glyph/pull-request/24.js +49 -0
  39. package/dist/cjs/artifacts/glyph/question/16.js +49 -0
  40. package/dist/cjs/artifacts/glyph/question/24.js +49 -0
  41. package/dist/cjs/artifacts/glyph/story/16.js +49 -0
  42. package/dist/cjs/artifacts/glyph/story/24.js +49 -0
  43. package/dist/cjs/artifacts/glyph/subtask/16.js +49 -0
  44. package/dist/cjs/artifacts/glyph/subtask/24.js +49 -0
  45. package/dist/cjs/artifacts/glyph/task/16.js +49 -0
  46. package/dist/cjs/artifacts/glyph/task/24.js +49 -0
  47. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +28 -0
  48. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +28 -0
  49. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +28 -0
  50. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +28 -0
  51. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +28 -0
  52. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +28 -0
  53. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +28 -0
  54. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +28 -0
  55. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +28 -0
  56. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +28 -0
  57. package/dist/cjs/artifacts/glyph-legacy/code/16.js +28 -0
  58. package/dist/cjs/artifacts/glyph-legacy/code/24.js +28 -0
  59. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +28 -0
  60. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +28 -0
  61. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +28 -0
  62. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +28 -0
  63. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +28 -0
  64. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +28 -0
  65. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +28 -0
  66. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +28 -0
  67. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +28 -0
  68. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +28 -0
  69. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +28 -0
  70. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +28 -0
  71. package/dist/cjs/artifacts/glyph-legacy/page/16.js +28 -0
  72. package/dist/cjs/artifacts/glyph-legacy/page/24.js +28 -0
  73. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +28 -0
  74. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +28 -0
  75. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +28 -0
  76. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +28 -0
  77. package/dist/cjs/artifacts/glyph-legacy/question/16.js +28 -0
  78. package/dist/cjs/artifacts/glyph-legacy/question/24.js +28 -0
  79. package/dist/cjs/artifacts/glyph-legacy/story/16.js +28 -0
  80. package/dist/cjs/artifacts/glyph-legacy/story/24.js +28 -0
  81. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +28 -0
  82. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +28 -0
  83. package/dist/cjs/artifacts/glyph-legacy/task/16.js +28 -0
  84. package/dist/cjs/artifacts/glyph-legacy/task/24.js +28 -0
  85. package/dist/cjs/metadata.js +38 -38
  86. package/dist/es2019/artifacts/glyph/blog/16.js +43 -0
  87. package/dist/es2019/artifacts/glyph/blog/24.js +43 -0
  88. package/dist/es2019/artifacts/glyph/branch/16.js +43 -0
  89. package/dist/es2019/artifacts/glyph/branch/24.js +43 -0
  90. package/dist/es2019/artifacts/glyph/bug/16.js +43 -0
  91. package/dist/es2019/artifacts/glyph/bug/24.js +43 -0
  92. package/dist/es2019/artifacts/glyph/calendar/16.js +43 -0
  93. package/dist/es2019/artifacts/glyph/calendar/24.js +43 -0
  94. package/dist/es2019/artifacts/glyph/changes/16.js +43 -0
  95. package/dist/es2019/artifacts/glyph/changes/24.js +43 -0
  96. package/dist/es2019/artifacts/glyph/code/16.js +43 -0
  97. package/dist/es2019/artifacts/glyph/code/24.js +43 -0
  98. package/dist/es2019/artifacts/glyph/commit/16.js +43 -0
  99. package/dist/es2019/artifacts/glyph/commit/24.js +43 -0
  100. package/dist/es2019/artifacts/glyph/epic/16.js +43 -0
  101. package/dist/es2019/artifacts/glyph/epic/24.js +43 -0
  102. package/dist/es2019/artifacts/glyph/improvement/16.js +43 -0
  103. package/dist/es2019/artifacts/glyph/improvement/24.js +43 -0
  104. package/dist/es2019/artifacts/glyph/incident/16.js +43 -0
  105. package/dist/es2019/artifacts/glyph/incident/24.js +43 -0
  106. package/dist/es2019/artifacts/glyph/issue/16.js +43 -0
  107. package/dist/es2019/artifacts/glyph/issue/24.js +43 -0
  108. package/dist/es2019/artifacts/glyph/new-feature/16.js +43 -0
  109. package/dist/es2019/artifacts/glyph/new-feature/24.js +43 -0
  110. package/dist/es2019/artifacts/glyph/page/16.js +43 -0
  111. package/dist/es2019/artifacts/glyph/page/24.js +43 -0
  112. package/dist/es2019/artifacts/glyph/problem/16.js +43 -0
  113. package/dist/es2019/artifacts/glyph/problem/24.js +43 -0
  114. package/dist/es2019/artifacts/glyph/pull-request/16.js +43 -0
  115. package/dist/es2019/artifacts/glyph/pull-request/24.js +43 -0
  116. package/dist/es2019/artifacts/glyph/question/16.js +43 -0
  117. package/dist/es2019/artifacts/glyph/question/24.js +43 -0
  118. package/dist/es2019/artifacts/glyph/story/16.js +43 -0
  119. package/dist/es2019/artifacts/glyph/story/24.js +43 -0
  120. package/dist/es2019/artifacts/glyph/subtask/16.js +43 -0
  121. package/dist/es2019/artifacts/glyph/subtask/24.js +43 -0
  122. package/dist/es2019/artifacts/glyph/task/16.js +43 -0
  123. package/dist/es2019/artifacts/glyph/task/24.js +43 -0
  124. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +18 -0
  125. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +18 -0
  126. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +18 -0
  127. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +18 -0
  128. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +18 -0
  129. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +18 -0
  130. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +18 -0
  131. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +18 -0
  132. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +18 -0
  133. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +18 -0
  134. package/dist/es2019/artifacts/glyph-legacy/code/16.js +18 -0
  135. package/{glyph → dist/es2019/artifacts/glyph-legacy}/code/24.js +13 -11
  136. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +18 -0
  137. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +18 -0
  138. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/16.js +13 -11
  139. package/{glyph → dist/es2019/artifacts/glyph-legacy}/epic/24.js +13 -11
  140. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +18 -0
  141. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +18 -0
  142. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +18 -0
  143. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +18 -0
  144. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +18 -0
  145. package/{glyph → dist/es2019/artifacts/glyph-legacy}/issue/24.js +13 -11
  146. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +18 -0
  147. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +18 -0
  148. package/dist/es2019/artifacts/glyph-legacy/page/16.js +18 -0
  149. package/{glyph → dist/es2019/artifacts/glyph-legacy}/page/24.js +13 -11
  150. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +18 -0
  151. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +18 -0
  152. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +18 -0
  153. package/{glyph → dist/es2019/artifacts/glyph-legacy}/pull-request/24.js +13 -11
  154. package/dist/es2019/artifacts/glyph-legacy/question/16.js +18 -0
  155. package/{glyph → dist/es2019/artifacts/glyph-legacy}/question/24.js +13 -11
  156. package/dist/es2019/artifacts/glyph-legacy/story/16.js +18 -0
  157. package/dist/es2019/artifacts/glyph-legacy/story/24.js +18 -0
  158. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +18 -0
  159. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +18 -0
  160. package/dist/es2019/artifacts/glyph-legacy/task/16.js +18 -0
  161. package/dist/es2019/artifacts/glyph-legacy/task/24.js +18 -0
  162. package/dist/es2019/metadata.js +38 -38
  163. package/dist/esm/artifacts/glyph/blog/16.js +42 -0
  164. package/dist/esm/artifacts/glyph/blog/24.js +42 -0
  165. package/dist/esm/artifacts/glyph/branch/16.js +42 -0
  166. package/dist/esm/artifacts/glyph/branch/24.js +42 -0
  167. package/dist/esm/artifacts/glyph/bug/16.js +42 -0
  168. package/dist/esm/artifacts/glyph/bug/24.js +42 -0
  169. package/dist/esm/artifacts/glyph/calendar/16.js +42 -0
  170. package/dist/esm/artifacts/glyph/calendar/24.js +42 -0
  171. package/dist/esm/artifacts/glyph/changes/16.js +42 -0
  172. package/dist/esm/artifacts/glyph/changes/24.js +42 -0
  173. package/dist/esm/artifacts/glyph/code/16.js +42 -0
  174. package/dist/esm/artifacts/glyph/code/24.js +42 -0
  175. package/dist/esm/artifacts/glyph/commit/16.js +42 -0
  176. package/dist/esm/artifacts/glyph/commit/24.js +42 -0
  177. package/dist/esm/artifacts/glyph/epic/16.js +42 -0
  178. package/dist/esm/artifacts/glyph/epic/24.js +42 -0
  179. package/dist/esm/artifacts/glyph/improvement/16.js +42 -0
  180. package/dist/esm/artifacts/glyph/improvement/24.js +42 -0
  181. package/dist/esm/artifacts/glyph/incident/16.js +42 -0
  182. package/dist/esm/artifacts/glyph/incident/24.js +42 -0
  183. package/dist/esm/artifacts/glyph/issue/16.js +42 -0
  184. package/dist/esm/artifacts/glyph/issue/24.js +42 -0
  185. package/dist/esm/artifacts/glyph/new-feature/16.js +42 -0
  186. package/dist/esm/artifacts/glyph/new-feature/24.js +42 -0
  187. package/dist/esm/artifacts/glyph/page/16.js +42 -0
  188. package/dist/esm/artifacts/glyph/page/24.js +42 -0
  189. package/dist/esm/artifacts/glyph/problem/16.js +42 -0
  190. package/dist/esm/artifacts/glyph/problem/24.js +42 -0
  191. package/dist/esm/artifacts/glyph/pull-request/16.js +42 -0
  192. package/dist/esm/artifacts/glyph/pull-request/24.js +42 -0
  193. package/dist/esm/artifacts/glyph/question/16.js +42 -0
  194. package/dist/esm/artifacts/glyph/question/24.js +42 -0
  195. package/dist/esm/artifacts/glyph/story/16.js +42 -0
  196. package/dist/esm/artifacts/glyph/story/24.js +42 -0
  197. package/dist/esm/artifacts/glyph/subtask/16.js +42 -0
  198. package/dist/esm/artifacts/glyph/subtask/24.js +42 -0
  199. package/dist/esm/artifacts/glyph/task/16.js +42 -0
  200. package/dist/esm/artifacts/glyph/task/24.js +42 -0
  201. package/dist/esm/artifacts/glyph-legacy/blog/16.js +20 -0
  202. package/dist/esm/artifacts/glyph-legacy/blog/24.js +20 -0
  203. package/dist/esm/artifacts/glyph-legacy/branch/16.js +20 -0
  204. package/dist/esm/artifacts/glyph-legacy/branch/24.js +20 -0
  205. package/dist/esm/artifacts/glyph-legacy/bug/16.js +20 -0
  206. package/dist/esm/artifacts/glyph-legacy/bug/24.js +20 -0
  207. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +20 -0
  208. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +20 -0
  209. package/dist/esm/artifacts/glyph-legacy/changes/16.js +20 -0
  210. package/dist/esm/artifacts/glyph-legacy/changes/24.js +20 -0
  211. package/dist/esm/artifacts/glyph-legacy/code/16.js +20 -0
  212. package/dist/esm/artifacts/glyph-legacy/code/24.js +20 -0
  213. package/dist/esm/artifacts/glyph-legacy/commit/16.js +20 -0
  214. package/dist/esm/artifacts/glyph-legacy/commit/24.js +20 -0
  215. package/dist/esm/artifacts/glyph-legacy/epic/16.js +20 -0
  216. package/dist/esm/artifacts/glyph-legacy/epic/24.js +20 -0
  217. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +20 -0
  218. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +20 -0
  219. package/dist/esm/artifacts/glyph-legacy/incident/16.js +20 -0
  220. package/dist/esm/artifacts/glyph-legacy/incident/24.js +20 -0
  221. package/dist/esm/artifacts/glyph-legacy/issue/16.js +20 -0
  222. package/dist/esm/artifacts/glyph-legacy/issue/24.js +20 -0
  223. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +20 -0
  224. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +20 -0
  225. package/dist/esm/artifacts/glyph-legacy/page/16.js +20 -0
  226. package/dist/esm/artifacts/glyph-legacy/page/24.js +20 -0
  227. package/dist/esm/artifacts/glyph-legacy/problem/16.js +20 -0
  228. package/dist/esm/artifacts/glyph-legacy/problem/24.js +20 -0
  229. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +20 -0
  230. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +20 -0
  231. package/dist/esm/artifacts/glyph-legacy/question/16.js +20 -0
  232. package/dist/esm/artifacts/glyph-legacy/question/24.js +20 -0
  233. package/dist/esm/artifacts/glyph-legacy/story/16.js +20 -0
  234. package/dist/esm/artifacts/glyph-legacy/story/24.js +20 -0
  235. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +20 -0
  236. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +20 -0
  237. package/dist/esm/artifacts/glyph-legacy/task/16.js +20 -0
  238. package/dist/esm/artifacts/glyph-legacy/task/24.js +20 -0
  239. package/dist/esm/metadata.js +38 -38
  240. package/dist/types/artifacts/glyph/blog/16.d.ts +14 -0
  241. package/dist/types/artifacts/glyph/blog/24.d.ts +14 -0
  242. package/dist/types/artifacts/glyph/branch/16.d.ts +14 -0
  243. package/dist/types/artifacts/glyph/branch/24.d.ts +14 -0
  244. package/dist/types/artifacts/glyph/bug/16.d.ts +14 -0
  245. package/dist/types/artifacts/glyph/bug/24.d.ts +14 -0
  246. package/dist/types/artifacts/glyph/calendar/16.d.ts +14 -0
  247. package/dist/types/artifacts/glyph/calendar/24.d.ts +14 -0
  248. package/dist/types/artifacts/glyph/changes/16.d.ts +14 -0
  249. package/dist/types/artifacts/glyph/changes/24.d.ts +14 -0
  250. package/dist/types/artifacts/glyph/code/16.d.ts +14 -0
  251. package/dist/types/artifacts/glyph/code/24.d.ts +14 -0
  252. package/dist/types/artifacts/glyph/commit/16.d.ts +14 -0
  253. package/dist/types/artifacts/glyph/commit/24.d.ts +14 -0
  254. package/dist/types/artifacts/glyph/epic/16.d.ts +14 -0
  255. package/dist/types/artifacts/glyph/epic/24.d.ts +14 -0
  256. package/dist/types/artifacts/glyph/improvement/16.d.ts +14 -0
  257. package/dist/types/artifacts/glyph/improvement/24.d.ts +14 -0
  258. package/dist/types/artifacts/glyph/incident/16.d.ts +14 -0
  259. package/dist/types/artifacts/glyph/incident/24.d.ts +14 -0
  260. package/dist/types/artifacts/glyph/issue/16.d.ts +14 -0
  261. package/dist/types/artifacts/glyph/issue/24.d.ts +14 -0
  262. package/dist/types/artifacts/glyph/new-feature/16.d.ts +14 -0
  263. package/dist/types/artifacts/glyph/new-feature/24.d.ts +14 -0
  264. package/dist/types/artifacts/glyph/page/16.d.ts +14 -0
  265. package/dist/types/artifacts/glyph/page/24.d.ts +14 -0
  266. package/dist/types/artifacts/glyph/problem/16.d.ts +14 -0
  267. package/dist/types/artifacts/glyph/problem/24.d.ts +14 -0
  268. package/dist/types/artifacts/glyph/pull-request/16.d.ts +14 -0
  269. package/dist/types/artifacts/glyph/pull-request/24.d.ts +14 -0
  270. package/dist/types/artifacts/glyph/question/16.d.ts +14 -0
  271. package/dist/types/artifacts/glyph/question/24.d.ts +14 -0
  272. package/dist/types/artifacts/glyph/story/16.d.ts +14 -0
  273. package/dist/types/artifacts/glyph/story/24.d.ts +14 -0
  274. package/dist/types/artifacts/glyph/subtask/16.d.ts +14 -0
  275. package/dist/types/artifacts/glyph/subtask/24.d.ts +14 -0
  276. package/dist/types/artifacts/glyph/task/16.d.ts +14 -0
  277. package/dist/types/artifacts/glyph/task/24.d.ts +14 -0
  278. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  279. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  280. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  281. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  282. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  283. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  284. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  285. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  286. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  287. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  288. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +7 -0
  289. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +7 -0
  290. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  291. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  292. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  293. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  294. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  295. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  296. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  297. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  298. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  299. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  300. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  301. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  302. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +7 -0
  303. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +7 -0
  304. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  305. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  306. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  307. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  308. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +7 -0
  309. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +7 -0
  310. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +7 -0
  311. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +7 -0
  312. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  313. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  314. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +7 -0
  315. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +7 -0
  316. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +14 -0
  317. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +14 -0
  318. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +14 -0
  319. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +14 -0
  320. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +14 -0
  321. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +14 -0
  322. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +14 -0
  323. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +14 -0
  324. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +14 -0
  325. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +14 -0
  326. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +14 -0
  327. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +14 -0
  328. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +14 -0
  329. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +14 -0
  330. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +14 -0
  331. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +14 -0
  332. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +14 -0
  333. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +14 -0
  334. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +14 -0
  335. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +14 -0
  336. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +14 -0
  337. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +14 -0
  338. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +14 -0
  339. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +14 -0
  340. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +14 -0
  341. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +14 -0
  342. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +14 -0
  343. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +14 -0
  344. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +14 -0
  345. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +14 -0
  346. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +14 -0
  347. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +14 -0
  348. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +14 -0
  349. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +14 -0
  350. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +14 -0
  351. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +14 -0
  352. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +14 -0
  353. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +14 -0
  354. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +7 -0
  355. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +7 -0
  356. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +7 -0
  357. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +7 -0
  358. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +7 -0
  359. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +7 -0
  360. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +7 -0
  361. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +7 -0
  362. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +7 -0
  363. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +7 -0
  364. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +7 -0
  365. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +7 -0
  366. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +7 -0
  367. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +7 -0
  368. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +7 -0
  369. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +7 -0
  370. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +7 -0
  371. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +7 -0
  372. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +7 -0
  373. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +7 -0
  374. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +7 -0
  375. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +7 -0
  376. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +7 -0
  377. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +7 -0
  378. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +7 -0
  379. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +7 -0
  380. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +7 -0
  381. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +7 -0
  382. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +7 -0
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +7 -0
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +7 -0
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +7 -0
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +7 -0
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +7 -0
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +7 -0
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +7 -0
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +7 -0
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +7 -0
  392. package/glyph/blog/16/package.json +17 -0
  393. package/glyph/blog/24/package.json +17 -0
  394. package/glyph/branch/16/package.json +17 -0
  395. package/glyph/branch/24/package.json +17 -0
  396. package/glyph/bug/16/package.json +17 -0
  397. package/glyph/bug/24/package.json +17 -0
  398. package/glyph/calendar/16/package.json +17 -0
  399. package/glyph/calendar/24/package.json +17 -0
  400. package/glyph/changes/16/package.json +17 -0
  401. package/glyph/changes/24/package.json +17 -0
  402. package/glyph/code/16/package.json +17 -0
  403. package/glyph/code/24/package.json +17 -0
  404. package/glyph/commit/16/package.json +17 -0
  405. package/glyph/commit/24/package.json +17 -0
  406. package/glyph/epic/16/package.json +17 -0
  407. package/glyph/epic/24/package.json +17 -0
  408. package/glyph/improvement/16/package.json +17 -0
  409. package/glyph/improvement/24/package.json +17 -0
  410. package/glyph/incident/16/package.json +17 -0
  411. package/glyph/incident/24/package.json +17 -0
  412. package/glyph/issue/16/package.json +17 -0
  413. package/glyph/issue/24/package.json +17 -0
  414. package/glyph/new-feature/16/package.json +17 -0
  415. package/glyph/new-feature/24/package.json +17 -0
  416. package/glyph/page/16/package.json +17 -0
  417. package/glyph/page/24/package.json +17 -0
  418. package/glyph/problem/16/package.json +17 -0
  419. package/glyph/problem/24/package.json +17 -0
  420. package/glyph/pull-request/16/package.json +17 -0
  421. package/glyph/pull-request/24/package.json +17 -0
  422. package/glyph/question/16/package.json +17 -0
  423. package/glyph/question/24/package.json +17 -0
  424. package/glyph/story/16/package.json +17 -0
  425. package/glyph/story/24/package.json +17 -0
  426. package/glyph/subtask/16/package.json +17 -0
  427. package/glyph/subtask/24/package.json +17 -0
  428. package/glyph/task/16/package.json +17 -0
  429. package/glyph/task/24/package.json +17 -0
  430. package/metadata/package.json +3 -1
  431. package/package.json +60 -12
  432. package/glyph/blog/16.d.ts +0 -4
  433. package/glyph/blog/16.js +0 -16
  434. package/glyph/blog/24.d.ts +0 -4
  435. package/glyph/blog/24.js +0 -16
  436. package/glyph/branch/16.d.ts +0 -4
  437. package/glyph/branch/16.js +0 -16
  438. package/glyph/branch/24.d.ts +0 -4
  439. package/glyph/branch/24.js +0 -16
  440. package/glyph/bug/16.d.ts +0 -4
  441. package/glyph/bug/16.js +0 -16
  442. package/glyph/bug/24.d.ts +0 -4
  443. package/glyph/bug/24.js +0 -16
  444. package/glyph/calendar/16.d.ts +0 -4
  445. package/glyph/calendar/16.js +0 -16
  446. package/glyph/calendar/24.d.ts +0 -4
  447. package/glyph/calendar/24.js +0 -16
  448. package/glyph/changes/16.d.ts +0 -4
  449. package/glyph/changes/16.js +0 -16
  450. package/glyph/changes/24.d.ts +0 -4
  451. package/glyph/changes/24.js +0 -16
  452. package/glyph/code/16.d.ts +0 -4
  453. package/glyph/code/16.js +0 -16
  454. package/glyph/code/24.d.ts +0 -4
  455. package/glyph/commit/16.d.ts +0 -4
  456. package/glyph/commit/16.js +0 -16
  457. package/glyph/commit/24.d.ts +0 -4
  458. package/glyph/commit/24.js +0 -16
  459. package/glyph/epic/16.d.ts +0 -4
  460. package/glyph/epic/24.d.ts +0 -4
  461. package/glyph/improvement/16.d.ts +0 -4
  462. package/glyph/improvement/16.js +0 -16
  463. package/glyph/improvement/24.d.ts +0 -4
  464. package/glyph/improvement/24.js +0 -16
  465. package/glyph/incident/16.d.ts +0 -4
  466. package/glyph/incident/16.js +0 -16
  467. package/glyph/incident/24.d.ts +0 -4
  468. package/glyph/incident/24.js +0 -16
  469. package/glyph/issue/16.d.ts +0 -4
  470. package/glyph/issue/16.js +0 -16
  471. package/glyph/issue/24.d.ts +0 -4
  472. package/glyph/new-feature/16.d.ts +0 -4
  473. package/glyph/new-feature/16.js +0 -16
  474. package/glyph/new-feature/24.d.ts +0 -4
  475. package/glyph/new-feature/24.js +0 -16
  476. package/glyph/page/16.d.ts +0 -4
  477. package/glyph/page/16.js +0 -16
  478. package/glyph/page/24.d.ts +0 -4
  479. package/glyph/problem/16.d.ts +0 -4
  480. package/glyph/problem/16.js +0 -16
  481. package/glyph/problem/24.d.ts +0 -4
  482. package/glyph/problem/24.js +0 -16
  483. package/glyph/pull-request/16.d.ts +0 -4
  484. package/glyph/pull-request/16.js +0 -16
  485. package/glyph/pull-request/24.d.ts +0 -4
  486. package/glyph/question/16.d.ts +0 -4
  487. package/glyph/question/16.js +0 -16
  488. package/glyph/question/24.d.ts +0 -4
  489. package/glyph/story/16.d.ts +0 -4
  490. package/glyph/story/16.js +0 -16
  491. package/glyph/story/24.d.ts +0 -4
  492. package/glyph/story/24.js +0 -16
  493. package/glyph/subtask/16.d.ts +0 -4
  494. package/glyph/subtask/16.js +0 -16
  495. package/glyph/subtask/24.d.ts +0 -4
  496. package/glyph/subtask/24.js +0 -16
  497. package/glyph/task/16.d.ts +0 -4
  498. package/glyph/task/16.js +0 -16
  499. package/glyph/task/24.d.ts +0 -4
  500. package/glyph/task/24.js +0 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.7.0",
3
+ "version": "6.8.0",
4
4
  "description": "An object icon is used to represent an Atlassian-specific content type.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,35 +22,35 @@
22
22
  ]
23
23
  }
24
24
  },
25
- "sideEffects": false,
25
+ "sideEffects": [
26
+ "**/*.compiled.css"
27
+ ],
26
28
  "atlassian": {
27
29
  "team": "Design System Team",
28
30
  "runReact18": true,
29
31
  "website": {
30
32
  "name": "Icon object",
31
- "category": "Components"
33
+ "category": "Images and icons"
32
34
  }
33
35
  },
34
- "af:exports": {
35
- "./metadata": "./src/entry-points/metadata.tsx",
36
- "./glyph": "./glyph",
37
- ".": "./src/index.tsx"
38
- },
39
36
  "scripts": {
40
37
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
41
38
  },
42
39
  "dependencies": {
43
- "@atlaskit/icon": "^22.24.0",
40
+ "@atlaskit/icon": "^22.28.0",
41
+ "@atlaskit/platform-feature-flags": "^0.3.0",
44
42
  "@babel/runtime": "^7.0.0"
45
43
  },
46
44
  "peerDependencies": {
47
45
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
48
46
  },
49
47
  "devDependencies": {
50
- "@af/icon-build-process": "^2.2.0",
51
- "@atlaskit/textfield": "^6.5.0",
52
- "@atlaskit/tooltip": "^18.8.0",
48
+ "@af/formatting": "*",
49
+ "@af/icon-build-process": "^2.3.0",
50
+ "@atlaskit/textfield": "^6.6.0",
51
+ "@atlaskit/tooltip": "^18.9.0",
53
52
  "@atlaskit/visual-regression": "*",
53
+ "@atlassian/codegen": "^0.1.2",
54
54
  "@emotion/styled": "^11.0.0",
55
55
  "fs-extra": "^4.0.2",
56
56
  "jscodeshift": "^0.13.0",
@@ -75,5 +75,53 @@
75
75
  ],
76
76
  "deprecation": "no-deprecated-imports"
77
77
  }
78
+ },
79
+ "af:exports": {
80
+ "./metadata": "./src/entry-points/metadata.tsx",
81
+ "./glyph/blog/16": "./src/artifacts/glyph/blog/16.tsx",
82
+ "./glyph/blog/24": "./src/artifacts/glyph/blog/24.tsx",
83
+ "./glyph/branch/16": "./src/artifacts/glyph/branch/16.tsx",
84
+ "./glyph/branch/24": "./src/artifacts/glyph/branch/24.tsx",
85
+ "./glyph/bug/16": "./src/artifacts/glyph/bug/16.tsx",
86
+ "./glyph/bug/24": "./src/artifacts/glyph/bug/24.tsx",
87
+ "./glyph/calendar/16": "./src/artifacts/glyph/calendar/16.tsx",
88
+ "./glyph/calendar/24": "./src/artifacts/glyph/calendar/24.tsx",
89
+ "./glyph/changes/16": "./src/artifacts/glyph/changes/16.tsx",
90
+ "./glyph/changes/24": "./src/artifacts/glyph/changes/24.tsx",
91
+ "./glyph/code/16": "./src/artifacts/glyph/code/16.tsx",
92
+ "./glyph/code/24": "./src/artifacts/glyph/code/24.tsx",
93
+ "./glyph/commit/16": "./src/artifacts/glyph/commit/16.tsx",
94
+ "./glyph/commit/24": "./src/artifacts/glyph/commit/24.tsx",
95
+ "./glyph/epic/16": "./src/artifacts/glyph/epic/16.tsx",
96
+ "./glyph/epic/24": "./src/artifacts/glyph/epic/24.tsx",
97
+ "./glyph/improvement/16": "./src/artifacts/glyph/improvement/16.tsx",
98
+ "./glyph/improvement/24": "./src/artifacts/glyph/improvement/24.tsx",
99
+ "./glyph/incident/16": "./src/artifacts/glyph/incident/16.tsx",
100
+ "./glyph/incident/24": "./src/artifacts/glyph/incident/24.tsx",
101
+ "./glyph/issue/16": "./src/artifacts/glyph/issue/16.tsx",
102
+ "./glyph/issue/24": "./src/artifacts/glyph/issue/24.tsx",
103
+ "./glyph/new-feature/16": "./src/artifacts/glyph/new-feature/16.tsx",
104
+ "./glyph/new-feature/24": "./src/artifacts/glyph/new-feature/24.tsx",
105
+ "./glyph/page/16": "./src/artifacts/glyph/page/16.tsx",
106
+ "./glyph/page/24": "./src/artifacts/glyph/page/24.tsx",
107
+ "./glyph/problem/16": "./src/artifacts/glyph/problem/16.tsx",
108
+ "./glyph/problem/24": "./src/artifacts/glyph/problem/24.tsx",
109
+ "./glyph/pull-request/16": "./src/artifacts/glyph/pull-request/16.tsx",
110
+ "./glyph/pull-request/24": "./src/artifacts/glyph/pull-request/24.tsx",
111
+ "./glyph/question/16": "./src/artifacts/glyph/question/16.tsx",
112
+ "./glyph/question/24": "./src/artifacts/glyph/question/24.tsx",
113
+ "./glyph/story/16": "./src/artifacts/glyph/story/16.tsx",
114
+ "./glyph/story/24": "./src/artifacts/glyph/story/24.tsx",
115
+ "./glyph/subtask/16": "./src/artifacts/glyph/subtask/16.tsx",
116
+ "./glyph/subtask/24": "./src/artifacts/glyph/subtask/24.tsx",
117
+ "./glyph/task/16": "./src/artifacts/glyph/task/16.tsx",
118
+ "./glyph/task/24": "./src/artifacts/glyph/task/24.tsx",
119
+ ".": "./src/index.tsx"
120
+ },
121
+ "platform-feature-flags": {
122
+ "icon-object-migration": {
123
+ "type": "boolean",
124
+ "showOnWebsiteForTransitiveDependencies": true
125
+ }
78
126
  }
79
127
  }
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/blog/16.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Blog16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M6.972 6.128a2.5 2.5 0 1 0-2.37 2.87q-.416.59-1.016 1.265a.916.916 0 0 0-.058 1.147.607.607 0 0 0 .948.043q2.908-3.331 2.496-5.325m7 0a2.5 2.5 0 1 0-2.37 2.87q-.416.59-1.016 1.265a.916.916 0 0 0-.058 1.147.607.607 0 0 0 .948.043q2.908-3.331 2.496-5.325M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Blog16Icon.displayName = 'Blog16Icon';
16
- var _default = exports.default = Blog16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/blog/24.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Blog24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M10.998 9.035a3.5 3.5 0 1 0-3.046 3.94q-.71 1.254-1.87 2.827a1.17 1.17 0 0 0 .102 1.506.85.85 0 0 0 1.298-.092q4.013-5.52 3.516-8.18m8.895 0a3.5 3.5 0 1 0-3.046 3.94q-.71 1.254-1.87 2.827a1.17 1.17 0 0 0 .102 1.506.85.85 0 0 0 1.298-.092q4.012-5.52 3.516-8.18M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Blog24Icon.displayName = 'Blog24Icon';
16
- var _default = exports.default = Blog24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Branch16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M10 8.732v.28A1.993 1.993 0 0 1 8.002 11l-.004 2A3.995 3.995 0 0 0 12 9.007v-.274a2 2 0 1 0-2 0m-4-3a2 2 0 1 0-2 0v4.536a2 2 0 1 0 2 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Branch16Icon.displayName = 'Branch16Icon';
16
- var _default = exports.default = Branch16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Branch24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M9 15.17V8.83a3.001 3.001 0 1 0-2 0v6.34A3.001 3.001 0 1 0 10.83 19H15a3 3 0 0 0 3-3v-2.308a3.001 3.001 0 1 0-2 0V16a1 1 0 0 1-1 1h-4.17A3 3 0 0 0 9 15.17M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m5 7a1 1 0 1 1 0-2 1 1 0 0 1 0 2m9 4.862a1 1 0 1 1 0-2 1 1 0 0 1 0 2M8 19a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Branch24Icon.displayName = 'Branch24Icon';
16
- var _default = exports.default = Branch24Icon;
package/glyph/bug/16.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/bug/16.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Bug16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Bug16Icon.displayName = 'Bug16Icon';
16
- var _default = exports.default = Bug16Icon;
package/glyph/bug/24.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/bug/24.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Bug24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Bug24Icon.displayName = 'Bug24Icon';
16
- var _default = exports.default = Bug24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Calendar16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M6 5H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m8 4v1h2V4a1 1 0 0 0-2 0M4 4v1h2V4a1 1 0 0 0-2 0m1 4h6v3H5z"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Calendar16Icon.displayName = 'Calendar16Icon';
16
- var _default = exports.default = Calendar16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Calendar24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M16 6H8V5a1 1 0 1 0-2 0v1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2V5a1 1 0 0 0-2 0zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m3 10v8h12v-8z"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Calendar24Icon.displayName = 'Calendar24Icon';
16
- var _default = exports.default = Calendar24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Changes16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M10.58 7H5.467l.866-.865A1 1 0 1 0 4.92 4.72L2.34 7.3a1 1 0 0 0 0 1.414l2.58 2.578a1 1 0 0 0 1.414-1.416L5.456 9h5.134l-.877.876a1 1 0 1 0 1.414 1.415l2.58-2.58a1 1 0 0 0 0-1.414L11.126 4.72a1 1 0 0 0-.706-.292.999.999 0 0 0-.707 1.707zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Changes16Icon.displayName = 'Changes16Icon';
16
- var _default = exports.default = Changes16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Changes24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M16.587 15H5a1 1 0 0 0 0 2h11.591l-1.298 1.296a1.001 1.001 0 0 0 1.414 1.416l3.005-3.001a1 1 0 0 0 0-1.415l-3.005-3.003a.999.999 0 1 0-1.414 1.414zM7.418 7l1.294-1.293a.999.999 0 1 0-1.414-1.414L4.293 7.296a1 1 0 0 0 0 1.415l3.005 3a1 1 0 0 0 1.414-1.415L7.414 9H19a1 1 0 0 0 0-2zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Changes24Icon.displayName = 'Changes24Icon';
16
- var _default = exports.default = Changes24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/code/16.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Code16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#6554c0" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m2.92 4.72L2.34 7.3a1 1 0 0 0 0 1.414l2.58 2.578a1 1 0 0 0 1.414-1.416L4.46 8.006l1.873-1.871A1 1 0 1 0 4.92 4.72m4.792 0a1 1 0 0 0 0 1.415l1.874 1.87-1.873 1.87a1 1 0 1 0 1.414 1.416l2.58-2.58a1 1 0 0 0 0-1.414L11.126 4.72a1 1 0 0 0-.706-.292 1 1 0 0 0-.708.293"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Code16Icon.displayName = 'Code16Icon';
16
- var _default = exports.default = Code16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Commit16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m6 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-.986 1.834a3.001 3.001 0 0 1 0-5.668A1 1 0 0 1 7 5V3a1 1 0 1 1 2 0v2q0 .085-.014.166a3.001 3.001 0 0 1 0 5.668Q9 10.915 9 11v2a1 1 0 0 1-2 0v-2q0-.085.014-.166"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Commit16Icon.displayName = 'Commit16Icon';
16
- var _default = exports.default = Commit16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Commit24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ffab00" fill-rule="evenodd" d="M11.008 8.124a4.002 4.002 0 0 0 0 7.752A1 1 0 0 0 11 16v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-.008-.124 4.002 4.002 0 0 0 0-7.752A1 1 0 0 0 13 8V4a1 1 0 0 0-2 0v4q0 .063.008.124M3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3m9 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Commit24Icon.displayName = 'Commit24Icon';
16
- var _default = exports.default = Commit24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Improvement16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="m9 5.413 2.294 2.294a1 1 0 1 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4a1 1 0 0 0 1.414 1.414L7 5.415V13a1 1 0 0 0 2 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Improvement16Icon.displayName = 'Improvement16Icon';
16
- var _default = exports.default = Improvement16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Improvement24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="m13 7.422 3.284 3.285a1 1 0 1 0 1.414-1.414l-4.998-5a1 1 0 0 0-1.414 0l-4.998 5a1 1 0 1 0 1.414 1.414L11 7.407V19a1 1 0 0 0 2 0zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Improvement24Icon.displayName = 'Improvement24Icon';
16
- var _default = exports.default = Improvement24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Incident16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="M4.785 10h6.43L10.5 8H5.499zM4 11a1 1 0 0 0-1 1v1h10v-1a1 1 0 0 0-1-1zm1.856-4h4.288L8.942 3.632a1 1 0 0 0-1.884 0zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Incident16Icon.displayName = 'Incident16Icon';
16
- var _default = exports.default = Incident16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Incident24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#ff5630" fill-rule="evenodd" d="m8.829 12-.906 3h8.154l-.906-3zm.604-2h5.134l-1.61-5.332a1 1 0 0 0-1.914 0zM17 17H6a1 1 0 0 0-1 1v2h14v-2a1 1 0 0 0-1-1zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- Incident24Icon.displayName = 'Incident24Icon';
16
- var _default = exports.default = Incident24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
package/glyph/issue/16.js DELETED
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const Issue16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#2684ff" fill-rule="evenodd" d="M2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m1 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm1 2v4h8V6z"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- Issue16Icon.displayName = 'Issue16Icon';
16
- var _default = exports.default = Issue16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const NewFeature16Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="16" height="16" viewBox="0 0 16 16" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M9 7V4a1 1 0 1 0-2 0v3H4a1 1 0 1 0 0 2h3v3a1 1 0 0 0 2 0V9h3a1 1 0 0 0 0-2zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2"/></svg>`
12
- }, props, {
13
- size: "small"
14
- }));
15
- NewFeature16Icon.displayName = 'NewFeature16Icon';
16
- var _default = exports.default = NewFeature16Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _base = require("@atlaskit/icon/base");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
- const NewFeature24Icon = props => /*#__PURE__*/_react.default.createElement(_base.UNSAFE_IconFacade, Object.assign({
11
- dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="#36b37e" fill-rule="evenodd" d="M13 11V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2zM3 0h18a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3"/></svg>`
12
- }, props, {
13
- size: "medium"
14
- }));
15
- NewFeature24Icon.displayName = 'NewFeature24Icon';
16
- var _default = exports.default = NewFeature24Icon;
@@ -1,4 +0,0 @@
1
- import { PureComponent } from 'react';
2
- import type { GlyphProps } from '@atlaskit/icon/types';
3
-
4
- export default class extends PureComponent<Omit<GlyphProps, 'primaryColor' | 'secondaryColor' | 'size'>> {}