@atlaskit/icon-object 7.4.0 → 7.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (422) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/afm-cc/tsconfig.json +4 -1
  3. package/afm-jira/tsconfig.json +4 -1
  4. package/afm-products/tsconfig.json +4 -1
  5. package/build/index.tsx +0 -39
  6. package/build/utils.tsx +5 -4
  7. package/dist/cjs/artifacts/glyph/blog/16.js +2 -7
  8. package/dist/cjs/artifacts/glyph/blog/24.js +2 -7
  9. package/dist/cjs/artifacts/glyph/branch/16.js +2 -7
  10. package/dist/cjs/artifacts/glyph/branch/24.js +2 -7
  11. package/dist/cjs/artifacts/glyph/bug/16.js +2 -7
  12. package/dist/cjs/artifacts/glyph/bug/24.js +2 -7
  13. package/dist/cjs/artifacts/glyph/calendar/16.js +2 -7
  14. package/dist/cjs/artifacts/glyph/calendar/24.js +2 -7
  15. package/dist/cjs/artifacts/glyph/changes/16.js +2 -7
  16. package/dist/cjs/artifacts/glyph/changes/24.js +2 -7
  17. package/dist/cjs/artifacts/glyph/code/16.js +2 -7
  18. package/dist/cjs/artifacts/glyph/code/24.js +2 -7
  19. package/dist/cjs/artifacts/glyph/commit/16.js +2 -7
  20. package/dist/cjs/artifacts/glyph/commit/24.js +2 -7
  21. package/dist/cjs/artifacts/glyph/epic/16.js +2 -7
  22. package/dist/cjs/artifacts/glyph/epic/24.js +2 -7
  23. package/dist/cjs/artifacts/glyph/improvement/16.js +2 -7
  24. package/dist/cjs/artifacts/glyph/improvement/24.js +2 -7
  25. package/dist/cjs/artifacts/glyph/incident/16.js +2 -7
  26. package/dist/cjs/artifacts/glyph/incident/24.js +2 -7
  27. package/dist/cjs/artifacts/glyph/issue/16.js +2 -7
  28. package/dist/cjs/artifacts/glyph/issue/24.js +2 -7
  29. package/dist/cjs/artifacts/glyph/new-feature/16.js +2 -7
  30. package/dist/cjs/artifacts/glyph/new-feature/24.js +2 -7
  31. package/dist/cjs/artifacts/glyph/page/16.js +2 -7
  32. package/dist/cjs/artifacts/glyph/page/24.js +2 -7
  33. package/dist/cjs/artifacts/glyph/page-live-doc/16.js +2 -7
  34. package/dist/cjs/artifacts/glyph/page-live-doc/24.js +2 -7
  35. package/dist/cjs/artifacts/glyph/problem/16.js +2 -7
  36. package/dist/cjs/artifacts/glyph/problem/24.js +2 -7
  37. package/dist/cjs/artifacts/glyph/pull-request/16.js +2 -7
  38. package/dist/cjs/artifacts/glyph/pull-request/24.js +2 -7
  39. package/dist/cjs/artifacts/glyph/question/16.js +2 -7
  40. package/dist/cjs/artifacts/glyph/question/24.js +2 -7
  41. package/dist/cjs/artifacts/glyph/story/16.js +2 -7
  42. package/dist/cjs/artifacts/glyph/story/24.js +2 -7
  43. package/dist/cjs/artifacts/glyph/subtask/16.js +2 -7
  44. package/dist/cjs/artifacts/glyph/subtask/24.js +2 -7
  45. package/dist/cjs/artifacts/glyph/task/16.js +2 -7
  46. package/dist/cjs/artifacts/glyph/task/24.js +2 -7
  47. package/dist/cjs/index.js +10 -3
  48. package/dist/cjs/internal/icon.compiled.css +30 -0
  49. package/dist/cjs/internal/icon.js +88 -0
  50. package/dist/es2019/artifacts/glyph/blog/16.js +2 -7
  51. package/dist/es2019/artifacts/glyph/blog/24.js +2 -7
  52. package/dist/es2019/artifacts/glyph/branch/16.js +2 -7
  53. package/dist/es2019/artifacts/glyph/branch/24.js +2 -7
  54. package/dist/es2019/artifacts/glyph/bug/16.js +2 -7
  55. package/dist/es2019/artifacts/glyph/bug/24.js +2 -7
  56. package/dist/es2019/artifacts/glyph/calendar/16.js +2 -7
  57. package/dist/es2019/artifacts/glyph/calendar/24.js +2 -7
  58. package/dist/es2019/artifacts/glyph/changes/16.js +2 -7
  59. package/dist/es2019/artifacts/glyph/changes/24.js +2 -7
  60. package/dist/es2019/artifacts/glyph/code/16.js +2 -7
  61. package/dist/es2019/artifacts/glyph/code/24.js +2 -7
  62. package/dist/es2019/artifacts/glyph/commit/16.js +2 -7
  63. package/dist/es2019/artifacts/glyph/commit/24.js +2 -7
  64. package/dist/es2019/artifacts/glyph/epic/16.js +2 -7
  65. package/dist/es2019/artifacts/glyph/epic/24.js +2 -7
  66. package/dist/es2019/artifacts/glyph/improvement/16.js +2 -7
  67. package/dist/es2019/artifacts/glyph/improvement/24.js +2 -7
  68. package/dist/es2019/artifacts/glyph/incident/16.js +2 -7
  69. package/dist/es2019/artifacts/glyph/incident/24.js +2 -7
  70. package/dist/es2019/artifacts/glyph/issue/16.js +2 -7
  71. package/dist/es2019/artifacts/glyph/issue/24.js +2 -7
  72. package/dist/es2019/artifacts/glyph/new-feature/16.js +2 -7
  73. package/dist/es2019/artifacts/glyph/new-feature/24.js +2 -7
  74. package/dist/es2019/artifacts/glyph/page/16.js +2 -7
  75. package/dist/es2019/artifacts/glyph/page/24.js +2 -7
  76. package/dist/es2019/artifacts/glyph/page-live-doc/16.js +2 -7
  77. package/dist/es2019/artifacts/glyph/page-live-doc/24.js +2 -7
  78. package/dist/es2019/artifacts/glyph/problem/16.js +2 -7
  79. package/dist/es2019/artifacts/glyph/problem/24.js +2 -7
  80. package/dist/es2019/artifacts/glyph/pull-request/16.js +2 -7
  81. package/dist/es2019/artifacts/glyph/pull-request/24.js +2 -7
  82. package/dist/es2019/artifacts/glyph/question/16.js +2 -7
  83. package/dist/es2019/artifacts/glyph/question/24.js +2 -7
  84. package/dist/es2019/artifacts/glyph/story/16.js +2 -7
  85. package/dist/es2019/artifacts/glyph/story/24.js +2 -7
  86. package/dist/es2019/artifacts/glyph/subtask/16.js +2 -7
  87. package/dist/es2019/artifacts/glyph/subtask/24.js +2 -7
  88. package/dist/es2019/artifacts/glyph/task/16.js +2 -7
  89. package/dist/es2019/artifacts/glyph/task/24.js +2 -7
  90. package/dist/es2019/index.js +2 -1
  91. package/dist/es2019/internal/icon.compiled.css +30 -0
  92. package/dist/es2019/internal/icon.js +79 -0
  93. package/dist/esm/artifacts/glyph/blog/16.js +2 -7
  94. package/dist/esm/artifacts/glyph/blog/24.js +2 -7
  95. package/dist/esm/artifacts/glyph/branch/16.js +2 -7
  96. package/dist/esm/artifacts/glyph/branch/24.js +2 -7
  97. package/dist/esm/artifacts/glyph/bug/16.js +2 -7
  98. package/dist/esm/artifacts/glyph/bug/24.js +2 -7
  99. package/dist/esm/artifacts/glyph/calendar/16.js +2 -7
  100. package/dist/esm/artifacts/glyph/calendar/24.js +2 -7
  101. package/dist/esm/artifacts/glyph/changes/16.js +2 -7
  102. package/dist/esm/artifacts/glyph/changes/24.js +2 -7
  103. package/dist/esm/artifacts/glyph/code/16.js +2 -7
  104. package/dist/esm/artifacts/glyph/code/24.js +2 -7
  105. package/dist/esm/artifacts/glyph/commit/16.js +2 -7
  106. package/dist/esm/artifacts/glyph/commit/24.js +2 -7
  107. package/dist/esm/artifacts/glyph/epic/16.js +2 -7
  108. package/dist/esm/artifacts/glyph/epic/24.js +2 -7
  109. package/dist/esm/artifacts/glyph/improvement/16.js +2 -7
  110. package/dist/esm/artifacts/glyph/improvement/24.js +2 -7
  111. package/dist/esm/artifacts/glyph/incident/16.js +2 -7
  112. package/dist/esm/artifacts/glyph/incident/24.js +2 -7
  113. package/dist/esm/artifacts/glyph/issue/16.js +2 -7
  114. package/dist/esm/artifacts/glyph/issue/24.js +2 -7
  115. package/dist/esm/artifacts/glyph/new-feature/16.js +2 -7
  116. package/dist/esm/artifacts/glyph/new-feature/24.js +2 -7
  117. package/dist/esm/artifacts/glyph/page/16.js +2 -7
  118. package/dist/esm/artifacts/glyph/page/24.js +2 -7
  119. package/dist/esm/artifacts/glyph/page-live-doc/16.js +2 -7
  120. package/dist/esm/artifacts/glyph/page-live-doc/24.js +2 -7
  121. package/dist/esm/artifacts/glyph/problem/16.js +2 -7
  122. package/dist/esm/artifacts/glyph/problem/24.js +2 -7
  123. package/dist/esm/artifacts/glyph/pull-request/16.js +2 -7
  124. package/dist/esm/artifacts/glyph/pull-request/24.js +2 -7
  125. package/dist/esm/artifacts/glyph/question/16.js +2 -7
  126. package/dist/esm/artifacts/glyph/question/24.js +2 -7
  127. package/dist/esm/artifacts/glyph/story/16.js +2 -7
  128. package/dist/esm/artifacts/glyph/story/24.js +2 -7
  129. package/dist/esm/artifacts/glyph/subtask/16.js +2 -7
  130. package/dist/esm/artifacts/glyph/subtask/24.js +2 -7
  131. package/dist/esm/artifacts/glyph/task/16.js +2 -7
  132. package/dist/esm/artifacts/glyph/task/24.js +2 -7
  133. package/dist/esm/index.js +2 -1
  134. package/dist/esm/internal/icon.compiled.css +30 -0
  135. package/dist/esm/internal/icon.js +80 -0
  136. package/dist/types/artifacts/glyph/blog/16.d.ts +1 -1
  137. package/dist/types/artifacts/glyph/blog/24.d.ts +1 -1
  138. package/dist/types/artifacts/glyph/branch/16.d.ts +1 -1
  139. package/dist/types/artifacts/glyph/branch/24.d.ts +1 -1
  140. package/dist/types/artifacts/glyph/bug/16.d.ts +1 -1
  141. package/dist/types/artifacts/glyph/bug/24.d.ts +1 -1
  142. package/dist/types/artifacts/glyph/calendar/16.d.ts +1 -1
  143. package/dist/types/artifacts/glyph/calendar/24.d.ts +1 -1
  144. package/dist/types/artifacts/glyph/changes/16.d.ts +1 -1
  145. package/dist/types/artifacts/glyph/changes/24.d.ts +1 -1
  146. package/dist/types/artifacts/glyph/code/16.d.ts +1 -1
  147. package/dist/types/artifacts/glyph/code/24.d.ts +1 -1
  148. package/dist/types/artifacts/glyph/commit/16.d.ts +1 -1
  149. package/dist/types/artifacts/glyph/commit/24.d.ts +1 -1
  150. package/dist/types/artifacts/glyph/epic/16.d.ts +1 -1
  151. package/dist/types/artifacts/glyph/epic/24.d.ts +1 -1
  152. package/dist/types/artifacts/glyph/improvement/16.d.ts +1 -1
  153. package/dist/types/artifacts/glyph/improvement/24.d.ts +1 -1
  154. package/dist/types/artifacts/glyph/incident/16.d.ts +1 -1
  155. package/dist/types/artifacts/glyph/incident/24.d.ts +1 -1
  156. package/dist/types/artifacts/glyph/issue/16.d.ts +1 -1
  157. package/dist/types/artifacts/glyph/issue/24.d.ts +1 -1
  158. package/dist/types/artifacts/glyph/new-feature/16.d.ts +1 -1
  159. package/dist/types/artifacts/glyph/new-feature/24.d.ts +1 -1
  160. package/dist/types/artifacts/glyph/page/16.d.ts +1 -1
  161. package/dist/types/artifacts/glyph/page/24.d.ts +1 -1
  162. package/dist/types/artifacts/glyph/page-live-doc/16.d.ts +1 -1
  163. package/dist/types/artifacts/glyph/page-live-doc/24.d.ts +1 -1
  164. package/dist/types/artifacts/glyph/problem/16.d.ts +1 -1
  165. package/dist/types/artifacts/glyph/problem/24.d.ts +1 -1
  166. package/dist/types/artifacts/glyph/pull-request/16.d.ts +1 -1
  167. package/dist/types/artifacts/glyph/pull-request/24.d.ts +1 -1
  168. package/dist/types/artifacts/glyph/question/16.d.ts +1 -1
  169. package/dist/types/artifacts/glyph/question/24.d.ts +1 -1
  170. package/dist/types/artifacts/glyph/story/16.d.ts +1 -1
  171. package/dist/types/artifacts/glyph/story/24.d.ts +1 -1
  172. package/dist/types/artifacts/glyph/subtask/16.d.ts +1 -1
  173. package/dist/types/artifacts/glyph/subtask/24.d.ts +1 -1
  174. package/dist/types/artifacts/glyph/task/16.d.ts +1 -1
  175. package/dist/types/artifacts/glyph/task/24.d.ts +1 -1
  176. package/dist/types/index.d.ts +2 -1
  177. package/dist/types/internal/icon.d.ts +9 -0
  178. package/dist/types-ts4.5/artifacts/glyph/blog/16.d.ts +1 -1
  179. package/dist/types-ts4.5/artifacts/glyph/blog/24.d.ts +1 -1
  180. package/dist/types-ts4.5/artifacts/glyph/branch/16.d.ts +1 -1
  181. package/dist/types-ts4.5/artifacts/glyph/branch/24.d.ts +1 -1
  182. package/dist/types-ts4.5/artifacts/glyph/bug/16.d.ts +1 -1
  183. package/dist/types-ts4.5/artifacts/glyph/bug/24.d.ts +1 -1
  184. package/dist/types-ts4.5/artifacts/glyph/calendar/16.d.ts +1 -1
  185. package/dist/types-ts4.5/artifacts/glyph/calendar/24.d.ts +1 -1
  186. package/dist/types-ts4.5/artifacts/glyph/changes/16.d.ts +1 -1
  187. package/dist/types-ts4.5/artifacts/glyph/changes/24.d.ts +1 -1
  188. package/dist/types-ts4.5/artifacts/glyph/code/16.d.ts +1 -1
  189. package/dist/types-ts4.5/artifacts/glyph/code/24.d.ts +1 -1
  190. package/dist/types-ts4.5/artifacts/glyph/commit/16.d.ts +1 -1
  191. package/dist/types-ts4.5/artifacts/glyph/commit/24.d.ts +1 -1
  192. package/dist/types-ts4.5/artifacts/glyph/epic/16.d.ts +1 -1
  193. package/dist/types-ts4.5/artifacts/glyph/epic/24.d.ts +1 -1
  194. package/dist/types-ts4.5/artifacts/glyph/improvement/16.d.ts +1 -1
  195. package/dist/types-ts4.5/artifacts/glyph/improvement/24.d.ts +1 -1
  196. package/dist/types-ts4.5/artifacts/glyph/incident/16.d.ts +1 -1
  197. package/dist/types-ts4.5/artifacts/glyph/incident/24.d.ts +1 -1
  198. package/dist/types-ts4.5/artifacts/glyph/issue/16.d.ts +1 -1
  199. package/dist/types-ts4.5/artifacts/glyph/issue/24.d.ts +1 -1
  200. package/dist/types-ts4.5/artifacts/glyph/new-feature/16.d.ts +1 -1
  201. package/dist/types-ts4.5/artifacts/glyph/new-feature/24.d.ts +1 -1
  202. package/dist/types-ts4.5/artifacts/glyph/page/16.d.ts +1 -1
  203. package/dist/types-ts4.5/artifacts/glyph/page/24.d.ts +1 -1
  204. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/16.d.ts +1 -1
  205. package/dist/types-ts4.5/artifacts/glyph/page-live-doc/24.d.ts +1 -1
  206. package/dist/types-ts4.5/artifacts/glyph/problem/16.d.ts +1 -1
  207. package/dist/types-ts4.5/artifacts/glyph/problem/24.d.ts +1 -1
  208. package/dist/types-ts4.5/artifacts/glyph/pull-request/16.d.ts +1 -1
  209. package/dist/types-ts4.5/artifacts/glyph/pull-request/24.d.ts +1 -1
  210. package/dist/types-ts4.5/artifacts/glyph/question/16.d.ts +1 -1
  211. package/dist/types-ts4.5/artifacts/glyph/question/24.d.ts +1 -1
  212. package/dist/types-ts4.5/artifacts/glyph/story/16.d.ts +1 -1
  213. package/dist/types-ts4.5/artifacts/glyph/story/24.d.ts +1 -1
  214. package/dist/types-ts4.5/artifacts/glyph/subtask/16.d.ts +1 -1
  215. package/dist/types-ts4.5/artifacts/glyph/subtask/24.d.ts +1 -1
  216. package/dist/types-ts4.5/artifacts/glyph/task/16.d.ts +1 -1
  217. package/dist/types-ts4.5/artifacts/glyph/task/24.d.ts +1 -1
  218. package/dist/types-ts4.5/index.d.ts +2 -1
  219. package/dist/types-ts4.5/internal/icon.d.ts +9 -0
  220. package/docs/0-intro.tsx +2 -1
  221. package/package.json +8 -6
  222. package/build/tsconfig.json +0 -23
  223. package/dist/cjs/artifacts/glyph-legacy/blog/16.js +0 -28
  224. package/dist/cjs/artifacts/glyph-legacy/blog/24.js +0 -28
  225. package/dist/cjs/artifacts/glyph-legacy/branch/16.js +0 -28
  226. package/dist/cjs/artifacts/glyph-legacy/branch/24.js +0 -28
  227. package/dist/cjs/artifacts/glyph-legacy/bug/16.js +0 -28
  228. package/dist/cjs/artifacts/glyph-legacy/bug/24.js +0 -28
  229. package/dist/cjs/artifacts/glyph-legacy/calendar/16.js +0 -28
  230. package/dist/cjs/artifacts/glyph-legacy/calendar/24.js +0 -28
  231. package/dist/cjs/artifacts/glyph-legacy/changes/16.js +0 -28
  232. package/dist/cjs/artifacts/glyph-legacy/changes/24.js +0 -28
  233. package/dist/cjs/artifacts/glyph-legacy/code/16.js +0 -28
  234. package/dist/cjs/artifacts/glyph-legacy/code/24.js +0 -28
  235. package/dist/cjs/artifacts/glyph-legacy/commit/16.js +0 -28
  236. package/dist/cjs/artifacts/glyph-legacy/commit/24.js +0 -28
  237. package/dist/cjs/artifacts/glyph-legacy/epic/16.js +0 -28
  238. package/dist/cjs/artifacts/glyph-legacy/epic/24.js +0 -28
  239. package/dist/cjs/artifacts/glyph-legacy/improvement/16.js +0 -28
  240. package/dist/cjs/artifacts/glyph-legacy/improvement/24.js +0 -28
  241. package/dist/cjs/artifacts/glyph-legacy/incident/16.js +0 -28
  242. package/dist/cjs/artifacts/glyph-legacy/incident/24.js +0 -28
  243. package/dist/cjs/artifacts/glyph-legacy/issue/16.js +0 -28
  244. package/dist/cjs/artifacts/glyph-legacy/issue/24.js +0 -28
  245. package/dist/cjs/artifacts/glyph-legacy/new-feature/16.js +0 -28
  246. package/dist/cjs/artifacts/glyph-legacy/new-feature/24.js +0 -28
  247. package/dist/cjs/artifacts/glyph-legacy/page/16.js +0 -28
  248. package/dist/cjs/artifacts/glyph-legacy/page/24.js +0 -28
  249. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/16.js +0 -28
  250. package/dist/cjs/artifacts/glyph-legacy/page-live-doc/24.js +0 -28
  251. package/dist/cjs/artifacts/glyph-legacy/problem/16.js +0 -28
  252. package/dist/cjs/artifacts/glyph-legacy/problem/24.js +0 -28
  253. package/dist/cjs/artifacts/glyph-legacy/pull-request/16.js +0 -28
  254. package/dist/cjs/artifacts/glyph-legacy/pull-request/24.js +0 -28
  255. package/dist/cjs/artifacts/glyph-legacy/question/16.js +0 -28
  256. package/dist/cjs/artifacts/glyph-legacy/question/24.js +0 -28
  257. package/dist/cjs/artifacts/glyph-legacy/story/16.js +0 -28
  258. package/dist/cjs/artifacts/glyph-legacy/story/24.js +0 -28
  259. package/dist/cjs/artifacts/glyph-legacy/subtask/16.js +0 -28
  260. package/dist/cjs/artifacts/glyph-legacy/subtask/24.js +0 -28
  261. package/dist/cjs/artifacts/glyph-legacy/task/16.js +0 -28
  262. package/dist/cjs/artifacts/glyph-legacy/task/24.js +0 -28
  263. package/dist/es2019/artifacts/glyph-legacy/blog/16.js +0 -18
  264. package/dist/es2019/artifacts/glyph-legacy/blog/24.js +0 -18
  265. package/dist/es2019/artifacts/glyph-legacy/branch/16.js +0 -18
  266. package/dist/es2019/artifacts/glyph-legacy/branch/24.js +0 -18
  267. package/dist/es2019/artifacts/glyph-legacy/bug/16.js +0 -18
  268. package/dist/es2019/artifacts/glyph-legacy/bug/24.js +0 -18
  269. package/dist/es2019/artifacts/glyph-legacy/calendar/16.js +0 -18
  270. package/dist/es2019/artifacts/glyph-legacy/calendar/24.js +0 -18
  271. package/dist/es2019/artifacts/glyph-legacy/changes/16.js +0 -18
  272. package/dist/es2019/artifacts/glyph-legacy/changes/24.js +0 -18
  273. package/dist/es2019/artifacts/glyph-legacy/code/16.js +0 -18
  274. package/dist/es2019/artifacts/glyph-legacy/code/24.js +0 -18
  275. package/dist/es2019/artifacts/glyph-legacy/commit/16.js +0 -18
  276. package/dist/es2019/artifacts/glyph-legacy/commit/24.js +0 -18
  277. package/dist/es2019/artifacts/glyph-legacy/epic/16.js +0 -18
  278. package/dist/es2019/artifacts/glyph-legacy/epic/24.js +0 -18
  279. package/dist/es2019/artifacts/glyph-legacy/improvement/16.js +0 -18
  280. package/dist/es2019/artifacts/glyph-legacy/improvement/24.js +0 -18
  281. package/dist/es2019/artifacts/glyph-legacy/incident/16.js +0 -18
  282. package/dist/es2019/artifacts/glyph-legacy/incident/24.js +0 -18
  283. package/dist/es2019/artifacts/glyph-legacy/issue/16.js +0 -18
  284. package/dist/es2019/artifacts/glyph-legacy/issue/24.js +0 -18
  285. package/dist/es2019/artifacts/glyph-legacy/new-feature/16.js +0 -18
  286. package/dist/es2019/artifacts/glyph-legacy/new-feature/24.js +0 -18
  287. package/dist/es2019/artifacts/glyph-legacy/page/16.js +0 -18
  288. package/dist/es2019/artifacts/glyph-legacy/page/24.js +0 -18
  289. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/16.js +0 -18
  290. package/dist/es2019/artifacts/glyph-legacy/page-live-doc/24.js +0 -18
  291. package/dist/es2019/artifacts/glyph-legacy/problem/16.js +0 -18
  292. package/dist/es2019/artifacts/glyph-legacy/problem/24.js +0 -18
  293. package/dist/es2019/artifacts/glyph-legacy/pull-request/16.js +0 -18
  294. package/dist/es2019/artifacts/glyph-legacy/pull-request/24.js +0 -18
  295. package/dist/es2019/artifacts/glyph-legacy/question/16.js +0 -18
  296. package/dist/es2019/artifacts/glyph-legacy/question/24.js +0 -18
  297. package/dist/es2019/artifacts/glyph-legacy/story/16.js +0 -18
  298. package/dist/es2019/artifacts/glyph-legacy/story/24.js +0 -18
  299. package/dist/es2019/artifacts/glyph-legacy/subtask/16.js +0 -18
  300. package/dist/es2019/artifacts/glyph-legacy/subtask/24.js +0 -18
  301. package/dist/es2019/artifacts/glyph-legacy/task/16.js +0 -18
  302. package/dist/es2019/artifacts/glyph-legacy/task/24.js +0 -18
  303. package/dist/esm/artifacts/glyph-legacy/blog/16.js +0 -20
  304. package/dist/esm/artifacts/glyph-legacy/blog/24.js +0 -20
  305. package/dist/esm/artifacts/glyph-legacy/branch/16.js +0 -20
  306. package/dist/esm/artifacts/glyph-legacy/branch/24.js +0 -20
  307. package/dist/esm/artifacts/glyph-legacy/bug/16.js +0 -20
  308. package/dist/esm/artifacts/glyph-legacy/bug/24.js +0 -20
  309. package/dist/esm/artifacts/glyph-legacy/calendar/16.js +0 -20
  310. package/dist/esm/artifacts/glyph-legacy/calendar/24.js +0 -20
  311. package/dist/esm/artifacts/glyph-legacy/changes/16.js +0 -20
  312. package/dist/esm/artifacts/glyph-legacy/changes/24.js +0 -20
  313. package/dist/esm/artifacts/glyph-legacy/code/16.js +0 -20
  314. package/dist/esm/artifacts/glyph-legacy/code/24.js +0 -20
  315. package/dist/esm/artifacts/glyph-legacy/commit/16.js +0 -20
  316. package/dist/esm/artifacts/glyph-legacy/commit/24.js +0 -20
  317. package/dist/esm/artifacts/glyph-legacy/epic/16.js +0 -20
  318. package/dist/esm/artifacts/glyph-legacy/epic/24.js +0 -20
  319. package/dist/esm/artifacts/glyph-legacy/improvement/16.js +0 -20
  320. package/dist/esm/artifacts/glyph-legacy/improvement/24.js +0 -20
  321. package/dist/esm/artifacts/glyph-legacy/incident/16.js +0 -20
  322. package/dist/esm/artifacts/glyph-legacy/incident/24.js +0 -20
  323. package/dist/esm/artifacts/glyph-legacy/issue/16.js +0 -20
  324. package/dist/esm/artifacts/glyph-legacy/issue/24.js +0 -20
  325. package/dist/esm/artifacts/glyph-legacy/new-feature/16.js +0 -20
  326. package/dist/esm/artifacts/glyph-legacy/new-feature/24.js +0 -20
  327. package/dist/esm/artifacts/glyph-legacy/page/16.js +0 -20
  328. package/dist/esm/artifacts/glyph-legacy/page/24.js +0 -20
  329. package/dist/esm/artifacts/glyph-legacy/page-live-doc/16.js +0 -20
  330. package/dist/esm/artifacts/glyph-legacy/page-live-doc/24.js +0 -20
  331. package/dist/esm/artifacts/glyph-legacy/problem/16.js +0 -20
  332. package/dist/esm/artifacts/glyph-legacy/problem/24.js +0 -20
  333. package/dist/esm/artifacts/glyph-legacy/pull-request/16.js +0 -20
  334. package/dist/esm/artifacts/glyph-legacy/pull-request/24.js +0 -20
  335. package/dist/esm/artifacts/glyph-legacy/question/16.js +0 -20
  336. package/dist/esm/artifacts/glyph-legacy/question/24.js +0 -20
  337. package/dist/esm/artifacts/glyph-legacy/story/16.js +0 -20
  338. package/dist/esm/artifacts/glyph-legacy/story/24.js +0 -20
  339. package/dist/esm/artifacts/glyph-legacy/subtask/16.js +0 -20
  340. package/dist/esm/artifacts/glyph-legacy/subtask/24.js +0 -20
  341. package/dist/esm/artifacts/glyph-legacy/task/16.js +0 -20
  342. package/dist/esm/artifacts/glyph-legacy/task/24.js +0 -20
  343. package/dist/types/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  344. package/dist/types/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  345. package/dist/types/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  346. package/dist/types/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  347. package/dist/types/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  348. package/dist/types/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  349. package/dist/types/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  350. package/dist/types/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  351. package/dist/types/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  352. package/dist/types/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  353. package/dist/types/artifacts/glyph-legacy/code/16.d.ts +0 -12
  354. package/dist/types/artifacts/glyph-legacy/code/24.d.ts +0 -12
  355. package/dist/types/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  356. package/dist/types/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  357. package/dist/types/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  358. package/dist/types/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  359. package/dist/types/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  360. package/dist/types/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  361. package/dist/types/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  362. package/dist/types/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  363. package/dist/types/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  364. package/dist/types/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  365. package/dist/types/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  366. package/dist/types/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  367. package/dist/types/artifacts/glyph-legacy/page/16.d.ts +0 -12
  368. package/dist/types/artifacts/glyph-legacy/page/24.d.ts +0 -12
  369. package/dist/types/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  370. package/dist/types/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  371. package/dist/types/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  372. package/dist/types/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  373. package/dist/types/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  374. package/dist/types/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  375. package/dist/types/artifacts/glyph-legacy/question/16.d.ts +0 -12
  376. package/dist/types/artifacts/glyph-legacy/question/24.d.ts +0 -12
  377. package/dist/types/artifacts/glyph-legacy/story/16.d.ts +0 -12
  378. package/dist/types/artifacts/glyph-legacy/story/24.d.ts +0 -12
  379. package/dist/types/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  380. package/dist/types/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  381. package/dist/types/artifacts/glyph-legacy/task/16.d.ts +0 -12
  382. package/dist/types/artifacts/glyph-legacy/task/24.d.ts +0 -12
  383. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/16.d.ts +0 -12
  384. package/dist/types-ts4.5/artifacts/glyph-legacy/blog/24.d.ts +0 -12
  385. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/16.d.ts +0 -12
  386. package/dist/types-ts4.5/artifacts/glyph-legacy/branch/24.d.ts +0 -12
  387. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/16.d.ts +0 -12
  388. package/dist/types-ts4.5/artifacts/glyph-legacy/bug/24.d.ts +0 -12
  389. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/16.d.ts +0 -12
  390. package/dist/types-ts4.5/artifacts/glyph-legacy/calendar/24.d.ts +0 -12
  391. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/16.d.ts +0 -12
  392. package/dist/types-ts4.5/artifacts/glyph-legacy/changes/24.d.ts +0 -12
  393. package/dist/types-ts4.5/artifacts/glyph-legacy/code/16.d.ts +0 -12
  394. package/dist/types-ts4.5/artifacts/glyph-legacy/code/24.d.ts +0 -12
  395. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/16.d.ts +0 -12
  396. package/dist/types-ts4.5/artifacts/glyph-legacy/commit/24.d.ts +0 -12
  397. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/16.d.ts +0 -12
  398. package/dist/types-ts4.5/artifacts/glyph-legacy/epic/24.d.ts +0 -12
  399. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/16.d.ts +0 -12
  400. package/dist/types-ts4.5/artifacts/glyph-legacy/improvement/24.d.ts +0 -12
  401. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/16.d.ts +0 -12
  402. package/dist/types-ts4.5/artifacts/glyph-legacy/incident/24.d.ts +0 -12
  403. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/16.d.ts +0 -12
  404. package/dist/types-ts4.5/artifacts/glyph-legacy/issue/24.d.ts +0 -12
  405. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/16.d.ts +0 -12
  406. package/dist/types-ts4.5/artifacts/glyph-legacy/new-feature/24.d.ts +0 -12
  407. package/dist/types-ts4.5/artifacts/glyph-legacy/page/16.d.ts +0 -12
  408. package/dist/types-ts4.5/artifacts/glyph-legacy/page/24.d.ts +0 -12
  409. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/16.d.ts +0 -12
  410. package/dist/types-ts4.5/artifacts/glyph-legacy/page-live-doc/24.d.ts +0 -12
  411. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/16.d.ts +0 -12
  412. package/dist/types-ts4.5/artifacts/glyph-legacy/problem/24.d.ts +0 -12
  413. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/16.d.ts +0 -12
  414. package/dist/types-ts4.5/artifacts/glyph-legacy/pull-request/24.d.ts +0 -12
  415. package/dist/types-ts4.5/artifacts/glyph-legacy/question/16.d.ts +0 -12
  416. package/dist/types-ts4.5/artifacts/glyph-legacy/question/24.d.ts +0 -12
  417. package/dist/types-ts4.5/artifacts/glyph-legacy/story/16.d.ts +0 -12
  418. package/dist/types-ts4.5/artifacts/glyph-legacy/story/24.d.ts +0 -12
  419. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/16.d.ts +0 -12
  420. package/dist/types-ts4.5/artifacts/glyph-legacy/subtask/24.d.ts +0 -12
  421. package/dist/types-ts4.5/artifacts/glyph-legacy/task/16.d.ts +0 -12
  422. package/dist/types-ts4.5/artifacts/glyph-legacy/task/24.d.ts +0 -12
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::ca3d9a888db9ae00db890c998783c209>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Changes24Icon = function Changes24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Changes24Icon.displayName = 'Changes24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Changes24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::508b706ee3537e027a0453638a0b8ef4>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Code16Icon = function Code16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Code16Icon.displayName = 'Code16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Code16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::f16ceec66247772805c8a78725f220b7>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Code24Icon = function Code24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#6554c0\" 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-3m5.583 7.002-4.29 4.287a1 1 0 0 0 0 1.415l4.291 4.285a1 1 0 0 0 1.414-.002 1 1 0 0 0-.001-1.414l-3.582-3.576 3.582-3.58a1.002 1.002 0 0 0-.707-1.708 1 1 0 0 0-.707.293m5.41-.013a1 1 0 0 0 .002 1.413l3.59 3.587-3.59 3.588a1.001 1.001 0 0 0 1.414 1.415l4.298-4.296a1 1 0 0 0 0-1.415l-4.3-4.293a.994.994 0 0 0-1.414.001\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Code24Icon.displayName = 'Code24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Code24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::410fb939afe4c212397f97afe36b0581>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Commit16Icon = function Commit16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Commit16Icon.displayName = 'Commit16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Commit16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::77e7f548387c216187b1c0c63249ea71>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Commit24Icon = function Commit24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Commit24Icon.displayName = 'Commit24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Commit24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::a44d02da4898e1053cddbd7d9579da66>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Epic16Icon = function Epic16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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-2m9.912 7.767A.5.5 0 0 0 12 7.5a.5.5 0 0 0-.5-.5H9V3.5a.495.495 0 0 0-.872-.327l-.002-.001-3.977 4.973-.008.009-.028.036.002.004A.5.5 0 0 0 4 8.5a.5.5 0 0 0 .5.5c.028 0 .051-.011.077-.016H7V12.5a.5.5 0 0 0 .5.5c.124 0 .234-.05.321-.124l.004.001.007-.009c.03-.027.051-.059.074-.092l3.934-4.913c.019-.018.031-.039.047-.06l.027-.033z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Epic16Icon.displayName = 'Epic16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Epic16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::1ddddad0f96fb7e0045212206961d3ca>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Epic24Icon = function Epic24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#6554c0\" 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-3m15.188 9.4h-3.063V4.8a1.807 1.807 0 0 0-3.16-1.192l-.197.21c-.095.114-.095.114-.324.397a678 678 0 0 0-2.976 3.699l-.093.117C5.188 12.03 5 12.274 5 12.8c0 1.01.819 1.599 1.77 1.76l.168.014h2.937V19.2c0 .997.815 1.8 1.813 1.8.43 0 .963-.236 1.52-.793l.073-.083.28-.35a1306 1306 0 0 0 2.973-3.744l.049-.061a403 403 0 0 0 2.21-2.815q.474-.612.734-.96.142-.19.223-.306c.042-.062.042-.062.085-.13.05-.046.05-.046.165-.558 0-.997-.815-1.8-1.812-1.8m-5.063 2V5.317l-.863 1.066a627 627 0 0 0-2.23 2.778l-.047.058-.046.059c-1.573 1.973-2.217 2.788-2.596 3.296h4.532v6.106l.122-.154a1305 1305 0 0 0 2.969-3.736l.048-.061A400 400 0 0 0 17.62 11.4z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Epic24Icon.displayName = 'Epic24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Epic24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::aa44d7e39fa2e9d7a3b5475e6f55fad2>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Improvement16Icon = function Improvement16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Improvement16Icon.displayName = 'Improvement16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Improvement16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::72e25a9c5ac32725f5a1071253d49d31>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Improvement24Icon = function Improvement24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Improvement24Icon.displayName = 'Improvement24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Improvement24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::c12651d67bb24f12b3cf36f86bf08144>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Incident16Icon = function Incident16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Incident16Icon.displayName = 'Incident16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Incident16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::be6bacc8862c2c15e694c827126fd0dd>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Incident24Icon = function Incident24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Incident24Icon.displayName = 'Incident24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Incident24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::92eaddadffe090000f45e8586efb1edd>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Issue16Icon = function Issue16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Issue16Icon.displayName = 'Issue16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Issue16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::c9917daab99b2b512eb2fa370f489a30>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Issue24Icon = function Issue24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#2684ff\" 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-3m0 8.009v7.982C3 17.098 3.893 18 4.995 18h14.01C20.107 18 21 17.1 21 15.991V8.01A2.004 2.004 0 0 0 19.005 6H4.995C3.893 6 3 6.9 3 8.009m11.293 1.284a1 1 0 0 1 1.414 1.414l-3.5 3.5a1 1 0 0 1-1.415-.001l-1.97-1.978a1 1 0 1 1 1.416-1.411l1.263 1.267zM5 15.99c0 .007 14.005.009 14.005.009C18.999 16 19 8.009 19 8.009 19 8.002 4.995 8 4.995 8 5.001 8 5 15.991 5 15.991\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Issue24Icon.displayName = 'Issue24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Issue24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::40353dfd15685950f33df2c799d98742>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var NewFeature16Icon = function NewFeature16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- NewFeature16Icon.displayName = 'NewFeature16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default NewFeature16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::eed4be70ab3bae2b0e1e1aad1ec55304>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var NewFeature24Icon = function NewFeature24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- NewFeature24Icon.displayName = 'NewFeature24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default NewFeature24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::cd912d046d645339f61cb4aacd78042a>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Page16Icon = function Page16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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-2m2 3a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zm0 4a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2zm0 4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Page16Icon.displayName = 'Page16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Page16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::de51ff68982fa6ca175a05d5c052c322>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Page24Icon = function Page24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#2684ff\" 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-3m1 18c0 .556.446 1 .995 1h8.01c.54 0 .995-.448.995-1 0-.556-.446-1-.995-1h-8.01c-.54 0-.995.448-.995 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1m0-4c0 .556.448 1 1 1h14c.555 0 1-.448 1-1 0-.556-.448-1-1-1H5c-.555 0-1 .448-1 1\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Page24Icon.displayName = 'Page24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Page24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::a0790382970f68205e1cae24a5f79045>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var PageLiveDoc16Icon = function PageLiveDoc16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path fill=\"#cd519d\" 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.293 3.293A1 1 0 0 0 4 5h8a1 1 0 1 0 0-2H4a1 1 0 0 0-.707.293m0 4A1 1 0 0 0 4 9h2a1 1 0 0 0 0-2H4a1 1 0 0 0-.707.293m0 4A1 1 0 0 0 4 13h2a1 1 0 0 0 0-2H4a1 1 0 0 0-.707.293m6.703-4.161a1 1 0 0 0-1.466 1.11l1 4a1 1 0 0 0 1.94 0L11.78 11H13a1 1 0 0 0 .496-1.868z\" clip-rule=\"evenodd\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- PageLiveDoc16Icon.displayName = 'PageLiveDoc16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default PageLiveDoc16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::d75248a4a7ee8ec7fdf265d35dbedf6d>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var PageLiveDoc24Icon = function PageLiveDoc24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#cd519d\" fill-rule=\"evenodd\" d=\"M24 3a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3zM4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1m1 5a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zm-1 7a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1m10.555-6.832a1 1 0 0 0-1.545.973l1 7a1 1 0 0 0 1.884.306L17.118 17H20a1 1 0 0 0 .555-1.832z\" clip-rule=\"evenodd\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- PageLiveDoc24Icon.displayName = 'PageLiveDoc24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default PageLiveDoc24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::f32c1be67ac8ff7b63f610c2491e7e9c>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Problem16Icon = function Problem16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path fill=\"#ff5630\" fill-rule=\"evenodd\" d=\"m5.968 11.446 5.478-5.478a4 4 0 0 1-5.478 5.478m-1.414-1.414a4 4 0 0 1 5.478-5.478zM2 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 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Problem16Icon.displayName = 'Problem16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Problem16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::3c1d5a68ff441210c88ea40c16023df8>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Problem24Icon = function Problem24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#ff5630\" fill-rule=\"evenodd\" d=\"m7.654 17.488 9.834-9.834a7 7 0 0 1-9.834 9.834M6.28 16.035a7 7 0 0 1 9.756-9.756zM3 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 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Problem24Icon.displayName = 'Problem24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Problem24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::9fa1181402c522778e280d3429cafbed>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var PullRequest16Icon = function PullRequest16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path fill=\"#36b37e\" fill-rule=\"evenodd\" d=\"M6.417 6H9a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V7a3 3 0 0 0-3-3H6.415l.294-.295a1 1 0 1 0-1.413-1.414l-2.003 2a1 1 0 0 0 .001 1.415l2.002 2.001a1 1 0 0 0 1.414-.002 1 1 0 0 0-.001-1.413zM2 0h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m9 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- PullRequest16Icon.displayName = 'PullRequest16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default PullRequest16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::4add30c3ba7379fbf23aca545ed57cb5>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var PullRequest24Icon = function PullRequest24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#36b37e\" 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-3m4 3C5.4 3 4 4.3 4 6c0 1.3.8 2.4 2 2.8V20c0 .6.4 1 1 1s1-.4 1-1V8.8c1.2-.4 2-1.5 2-2.8 0-1.7-1.3-3-3-3m7.414 2H15a3 3 0 0 1 3 3v7.17a3.001 3.001 0 1 1-2 0V8a1 1 0 0 0-1-1h-.583l.292.292a.999.999 0 1 1-1.413 1.415l-2.002-2a1 1 0 0 1-.001-1.415l2.003-2.002a1 1 0 0 1 1.414 0 1 1 0 0 1-.001 1.415zM7 7c-.5 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m10 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- PullRequest24Icon.displayName = 'PullRequest24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default PullRequest24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::a22a611db3d9410154c298490693c5dc>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Question16Icon = function Question16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
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-2m9.751 5.75a3.75 3.75 0 0 0-7.5 0 1 1 0 0 0 2 0 1.75 1.75 0 1 1 2.687 1.476l-1.48.957a1 1 0 0 0-.457.84V10a1 1 0 0 0 2 0v-.454l.873-.565c1.117-.65 1.877-1.846 1.877-3.231M8.001 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Question16Icon.displayName = 'Question16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Question16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::e0a8675d4031f2da1e78c434292f07ec>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Question24Icon = function Question24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#6554c0\" 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 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m0-2a7 7 0 1 1 0-14 7 7 0 0 1 0 14m3.238-8.88a3.12 3.12 0 0 0-6.238 0 1 1 0 1 0 2 0 1.119 1.119 0 0 1 2.238 0 1.1 1.1 0 0 1-.329.775l-1.499.994a1 1 0 0 0-.448.834v.022h-.002v.753a1 1 0 0 0 2 0v-.228l.717-.464a3.1 3.1 0 0 0 1.561-2.687m-3.285 4.882a.998.998 0 1 0 0 1.997.998.998 0 0 0 0-1.997\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Question24Icon.displayName = 'Question24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Question24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::1896fd3bafdfc1bc71c0fcf57c8b2685>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Story16Icon = function Story16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path fill=\"#36b37e\" 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 11-2.863 1.822c-.42.38-1.137.111-1.137-.427v-8.19C4 3.54 4.596 3 5.333 3h5.334C11.403 3 12 3.539 12 4.206v8.19c0 .537-.719.806-1.139.426zm0-2.371 2 1.274V5H6v4.902z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Story16Icon.displayName = 'Story16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Story16Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::5186ed83e1a02cd44e8b14a48b9b7dff>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Story24Icon = function Story24Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" role=\"presentation\"><path fill=\"#36b37e\" 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-3m12.647 19.515 1.29-1.528L12 13.82l-4.939 4.167c-.022.018-.061.005-.061.166V6.688C7 6.348 7.412 6 8 6h8c.587 0 1 .349 1 .688v11.465c0-.162-.04-.147-.063-.166zC16.885 20.56 19 19.821 19 18.153V6.688C19 5.162 17.623 4 16 4H8C6.376 4 5 5.161 5 6.688v11.465c0 1.668 2.113 2.407 3.351 1.362L12 16.437z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "medium"
15
- }));
16
- };
17
- Story24Icon.displayName = 'Story24Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Story24Icon;
@@ -1,20 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
- /**
3
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
4
- * @codegen <<SignedSource::7332e8f7ef1b441068cfb157f8d729a5>>
5
- * @codegenCommand yarn build:icon-glyphs
6
- */
7
- import React from 'react';
8
- import { Icon } from '@atlaskit/icon/base';
9
- var Subtask16Icon = function Subtask16Icon(props) {
10
- return /*#__PURE__*/React.createElement(Icon, _extends({
11
- dangerouslySetGlyph: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" role=\"presentation\"><path fill=\"#2684ff\" fill-rule=\"evenodd\" d=\"M9 7V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h3v3a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM0 1.994C0 .893.895 0 1.994 0h12.012C15.107 0 16 .895 16 1.994v12.012A1.995 1.995 0 0 1 14.006 16H1.994A1.995 1.995 0 0 1 0 14.006zM9 9h2v2H9zM5 5h2v2H5z\"/></svg>"
12
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
13
- }, props, {
14
- size: "small"
15
- }));
16
- };
17
- Subtask16Icon.displayName = 'Subtask16Icon';
18
-
19
- // eslint-disable-next-line @repo/internal/react/require-jsdoc
20
- export default Subtask16Icon;