@atlaskit/icon 32.0.0 → 32.0.1

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 (1110) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build/index.tsx +31 -1
  3. package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +320 -0
  4. package/codemods/icon-spacing-to-box-primitive/index.tsx +419 -0
  5. package/dist/cjs/components/icon-new.js +1 -1
  6. package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
  7. package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
  8. package/dist/cjs/components/icon.js +1 -1
  9. package/dist/cjs/components/skeleton.js +1 -1
  10. package/dist/cjs/components/svg.js +1 -1
  11. package/dist/cjs/entry-points/metadata.js +2 -1
  12. package/dist/cjs/metadata-core.js +192 -0
  13. package/dist/cjs/metadata.js +3960 -0
  14. package/dist/es2019/components/icon-new.js +1 -1
  15. package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
  16. package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
  17. package/dist/es2019/components/icon.js +1 -1
  18. package/dist/es2019/components/skeleton.js +1 -1
  19. package/dist/es2019/components/svg.js +1 -1
  20. package/dist/es2019/entry-points/metadata.js +1 -1
  21. package/dist/es2019/metadata-core.js +192 -0
  22. package/dist/es2019/metadata.js +2516 -0
  23. package/dist/esm/components/icon-new.js +1 -1
  24. package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
  25. package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
  26. package/dist/esm/components/icon.js +1 -1
  27. package/dist/esm/components/skeleton.js +1 -1
  28. package/dist/esm/components/svg.js +1 -1
  29. package/dist/esm/entry-points/metadata.js +1 -1
  30. package/dist/esm/metadata-core.js +192 -0
  31. package/dist/esm/metadata.js +3237 -0
  32. package/dist/types/entry-points/metadata.d.ts +1 -1
  33. package/dist/types/metadata-core.d.ts +4 -0
  34. package/dist/types/metadata.d.ts +19 -0
  35. package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
  36. package/dist/types-ts4.5/metadata-core.d.ts +4 -0
  37. package/dist/types-ts4.5/metadata.d.ts +19 -0
  38. package/docs/ai/icon-instructions.md +3 -3
  39. package/glyph/activity.d.ts +9 -0
  40. package/glyph/activity.js +14 -0
  41. package/glyph/add-circle.d.ts +9 -0
  42. package/glyph/add-circle.js +14 -0
  43. package/glyph/add-item.d.ts +9 -0
  44. package/glyph/add-item.js +14 -0
  45. package/glyph/add.d.ts +9 -0
  46. package/glyph/add.js +14 -0
  47. package/glyph/addon.d.ts +9 -0
  48. package/glyph/addon.js +14 -0
  49. package/glyph/app-access.d.ts +9 -0
  50. package/glyph/app-access.js +14 -0
  51. package/glyph/app-switcher.d.ts +9 -0
  52. package/glyph/app-switcher.js +14 -0
  53. package/glyph/archive.d.ts +9 -0
  54. package/glyph/archive.js +14 -0
  55. package/glyph/arrow-down-circle.d.ts +9 -0
  56. package/glyph/arrow-down-circle.js +14 -0
  57. package/glyph/arrow-down.d.ts +9 -0
  58. package/glyph/arrow-down.js +14 -0
  59. package/glyph/arrow-left-circle.d.ts +9 -0
  60. package/glyph/arrow-left-circle.js +14 -0
  61. package/glyph/arrow-left.d.ts +9 -0
  62. package/glyph/arrow-left.js +14 -0
  63. package/glyph/arrow-right-circle.d.ts +9 -0
  64. package/glyph/arrow-right-circle.js +14 -0
  65. package/glyph/arrow-right.d.ts +9 -0
  66. package/glyph/arrow-right.js +14 -0
  67. package/glyph/arrow-up-circle.d.ts +9 -0
  68. package/glyph/arrow-up-circle.js +14 -0
  69. package/glyph/arrow-up.d.ts +9 -0
  70. package/glyph/arrow-up.js +14 -0
  71. package/glyph/attachment.d.ts +9 -0
  72. package/glyph/attachment.js +14 -0
  73. package/glyph/audio-circle.d.ts +9 -0
  74. package/glyph/audio-circle.js +14 -0
  75. package/glyph/audio.d.ts +9 -0
  76. package/glyph/audio.js +14 -0
  77. package/glyph/backlog.d.ts +9 -0
  78. package/glyph/backlog.js +14 -0
  79. package/glyph/billing-filled.d.ts +9 -0
  80. package/glyph/billing-filled.js +14 -0
  81. package/glyph/billing.d.ts +9 -0
  82. package/glyph/billing.js +14 -0
  83. package/glyph/bitbucket/branches.d.ts +9 -0
  84. package/glyph/bitbucket/branches.js +14 -0
  85. package/glyph/bitbucket/builds.d.ts +9 -0
  86. package/glyph/bitbucket/builds.js +14 -0
  87. package/glyph/bitbucket/clone.d.ts +9 -0
  88. package/glyph/bitbucket/clone.js +14 -0
  89. package/glyph/bitbucket/commits.d.ts +9 -0
  90. package/glyph/bitbucket/commits.js +14 -0
  91. package/glyph/bitbucket/compare.d.ts +9 -0
  92. package/glyph/bitbucket/compare.js +14 -0
  93. package/glyph/bitbucket/forks.d.ts +9 -0
  94. package/glyph/bitbucket/forks.js +14 -0
  95. package/glyph/bitbucket/output.d.ts +9 -0
  96. package/glyph/bitbucket/output.js +14 -0
  97. package/glyph/bitbucket/pipelines.d.ts +9 -0
  98. package/glyph/bitbucket/pipelines.js +14 -0
  99. package/glyph/bitbucket/pullrequests.d.ts +9 -0
  100. package/glyph/bitbucket/pullrequests.js +14 -0
  101. package/glyph/bitbucket/repos.d.ts +9 -0
  102. package/glyph/bitbucket/repos.js +14 -0
  103. package/glyph/bitbucket/snippets.d.ts +9 -0
  104. package/glyph/bitbucket/snippets.js +14 -0
  105. package/glyph/bitbucket/source.d.ts +9 -0
  106. package/glyph/bitbucket/source.js +14 -0
  107. package/glyph/board.d.ts +9 -0
  108. package/glyph/board.js +14 -0
  109. package/glyph/book.d.ts +9 -0
  110. package/glyph/book.js +14 -0
  111. package/glyph/bullet-list.d.ts +9 -0
  112. package/glyph/bullet-list.js +14 -0
  113. package/glyph/calendar-filled.d.ts +9 -0
  114. package/glyph/calendar-filled.js +14 -0
  115. package/glyph/calendar.d.ts +9 -0
  116. package/glyph/calendar.js +14 -0
  117. package/glyph/camera-filled.d.ts +9 -0
  118. package/glyph/camera-filled.js +14 -0
  119. package/glyph/camera-rotate.d.ts +9 -0
  120. package/glyph/camera-rotate.js +14 -0
  121. package/glyph/camera-take-picture.d.ts +9 -0
  122. package/glyph/camera-take-picture.js +14 -0
  123. package/glyph/camera.d.ts +9 -0
  124. package/glyph/camera.js +14 -0
  125. package/glyph/canvas.d.ts +9 -0
  126. package/glyph/canvas.js +14 -0
  127. package/glyph/check-circle-outline.d.ts +9 -0
  128. package/glyph/check-circle-outline.js +14 -0
  129. package/glyph/check-circle.d.ts +9 -0
  130. package/glyph/check-circle.js +14 -0
  131. package/glyph/check.d.ts +9 -0
  132. package/glyph/check.js +14 -0
  133. package/glyph/checkbox-indeterminate.d.ts +9 -0
  134. package/glyph/checkbox-indeterminate.js +14 -0
  135. package/glyph/checkbox.d.ts +9 -0
  136. package/glyph/checkbox.js +14 -0
  137. package/glyph/chevron-down-circle.d.ts +9 -0
  138. package/glyph/chevron-down-circle.js +14 -0
  139. package/glyph/chevron-down.d.ts +9 -0
  140. package/glyph/chevron-down.js +14 -0
  141. package/glyph/chevron-left-circle.d.ts +9 -0
  142. package/glyph/chevron-left-circle.js +14 -0
  143. package/glyph/chevron-left-large.d.ts +9 -0
  144. package/glyph/chevron-left-large.js +14 -0
  145. package/glyph/chevron-left.d.ts +9 -0
  146. package/glyph/chevron-left.js +14 -0
  147. package/glyph/chevron-right-circle.d.ts +9 -0
  148. package/glyph/chevron-right-circle.js +14 -0
  149. package/glyph/chevron-right-large.d.ts +9 -0
  150. package/glyph/chevron-right-large.js +14 -0
  151. package/glyph/chevron-right.d.ts +9 -0
  152. package/glyph/chevron-right.js +14 -0
  153. package/glyph/chevron-up-circle.d.ts +9 -0
  154. package/glyph/chevron-up-circle.js +14 -0
  155. package/glyph/chevron-up.d.ts +9 -0
  156. package/glyph/chevron-up.js +14 -0
  157. package/glyph/child-issues.d.ts +9 -0
  158. package/glyph/child-issues.js +14 -0
  159. package/glyph/code.d.ts +9 -0
  160. package/glyph/code.js +14 -0
  161. package/glyph/comment.d.ts +9 -0
  162. package/glyph/comment.js +14 -0
  163. package/glyph/component.d.ts +9 -0
  164. package/glyph/component.js +14 -0
  165. package/glyph/copy.d.ts +9 -0
  166. package/glyph/copy.js +14 -0
  167. package/glyph/creditcard-filled.d.ts +9 -0
  168. package/glyph/creditcard-filled.js +14 -0
  169. package/glyph/creditcard.d.ts +9 -0
  170. package/glyph/creditcard.js +14 -0
  171. package/glyph/cross-circle.d.ts +9 -0
  172. package/glyph/cross-circle.js +14 -0
  173. package/glyph/cross.d.ts +9 -0
  174. package/glyph/cross.js +14 -0
  175. package/glyph/dashboard.d.ts +9 -0
  176. package/glyph/dashboard.js +14 -0
  177. package/glyph/decision.d.ts +9 -0
  178. package/glyph/decision.js +14 -0
  179. package/glyph/department.d.ts +9 -0
  180. package/glyph/department.js +14 -0
  181. package/glyph/detail-view.d.ts +9 -0
  182. package/glyph/detail-view.js +14 -0
  183. package/glyph/discover-filled.d.ts +9 -0
  184. package/glyph/discover-filled.js +14 -0
  185. package/glyph/discover.d.ts +9 -0
  186. package/glyph/discover.js +14 -0
  187. package/glyph/document-filled.d.ts +9 -0
  188. package/glyph/document-filled.js +14 -0
  189. package/glyph/document.d.ts +9 -0
  190. package/glyph/document.js +14 -0
  191. package/glyph/documents.d.ts +9 -0
  192. package/glyph/documents.js +14 -0
  193. package/glyph/download.d.ts +9 -0
  194. package/glyph/download.js +14 -0
  195. package/glyph/drag-handler.d.ts +9 -0
  196. package/glyph/drag-handler.js +14 -0
  197. package/glyph/dropbox.d.ts +9 -0
  198. package/glyph/dropbox.js +14 -0
  199. package/glyph/edit-filled.d.ts +9 -0
  200. package/glyph/edit-filled.js +14 -0
  201. package/glyph/edit.d.ts +9 -0
  202. package/glyph/edit.js +14 -0
  203. package/glyph/editor/add.d.ts +9 -0
  204. package/glyph/editor/add.js +14 -0
  205. package/glyph/editor/addon.d.ts +9 -0
  206. package/glyph/editor/addon.js +14 -0
  207. package/glyph/editor/advanced.d.ts +9 -0
  208. package/glyph/editor/advanced.js +14 -0
  209. package/glyph/editor/align-center.d.ts +9 -0
  210. package/glyph/editor/align-center.js +14 -0
  211. package/glyph/editor/align-image-center.d.ts +9 -0
  212. package/glyph/editor/align-image-center.js +14 -0
  213. package/glyph/editor/align-image-left.d.ts +9 -0
  214. package/glyph/editor/align-image-left.js +14 -0
  215. package/glyph/editor/align-image-right.d.ts +9 -0
  216. package/glyph/editor/align-image-right.js +14 -0
  217. package/glyph/editor/align-left.d.ts +9 -0
  218. package/glyph/editor/align-left.js +14 -0
  219. package/glyph/editor/align-right.d.ts +9 -0
  220. package/glyph/editor/align-right.js +14 -0
  221. package/glyph/editor/attachment.d.ts +9 -0
  222. package/glyph/editor/attachment.js +14 -0
  223. package/glyph/editor/background-color.d.ts +9 -0
  224. package/glyph/editor/background-color.js +14 -0
  225. package/glyph/editor/bold.d.ts +9 -0
  226. package/glyph/editor/bold.js +14 -0
  227. package/glyph/editor/bullet-list.d.ts +9 -0
  228. package/glyph/editor/bullet-list.js +14 -0
  229. package/glyph/editor/close.d.ts +9 -0
  230. package/glyph/editor/close.js +14 -0
  231. package/glyph/editor/code.d.ts +9 -0
  232. package/glyph/editor/code.js +14 -0
  233. package/glyph/editor/collapse.d.ts +9 -0
  234. package/glyph/editor/collapse.js +14 -0
  235. package/glyph/editor/date.d.ts +9 -0
  236. package/glyph/editor/date.js +14 -0
  237. package/glyph/editor/decision.d.ts +9 -0
  238. package/glyph/editor/decision.js +14 -0
  239. package/glyph/editor/divider.d.ts +9 -0
  240. package/glyph/editor/divider.js +14 -0
  241. package/glyph/editor/done.d.ts +9 -0
  242. package/glyph/editor/done.js +14 -0
  243. package/glyph/editor/edit.d.ts +9 -0
  244. package/glyph/editor/edit.js +14 -0
  245. package/glyph/editor/emoji.d.ts +9 -0
  246. package/glyph/editor/emoji.js +14 -0
  247. package/glyph/editor/error.d.ts +9 -0
  248. package/glyph/editor/error.js +14 -0
  249. package/glyph/editor/expand.d.ts +9 -0
  250. package/glyph/editor/expand.js +14 -0
  251. package/glyph/editor/feedback.d.ts +9 -0
  252. package/glyph/editor/feedback.js +14 -0
  253. package/glyph/editor/file-preview.d.ts +9 -0
  254. package/glyph/editor/file-preview.js +14 -0
  255. package/glyph/editor/file.d.ts +9 -0
  256. package/glyph/editor/file.js +14 -0
  257. package/glyph/editor/help.d.ts +9 -0
  258. package/glyph/editor/help.js +14 -0
  259. package/glyph/editor/hint.d.ts +9 -0
  260. package/glyph/editor/hint.js +14 -0
  261. package/glyph/editor/horizontal-rule.d.ts +9 -0
  262. package/glyph/editor/horizontal-rule.js +14 -0
  263. package/glyph/editor/image-border.d.ts +9 -0
  264. package/glyph/editor/image-border.js +14 -0
  265. package/glyph/editor/image-resize.d.ts +9 -0
  266. package/glyph/editor/image-resize.js +14 -0
  267. package/glyph/editor/image.d.ts +9 -0
  268. package/glyph/editor/image.js +14 -0
  269. package/glyph/editor/indent.d.ts +9 -0
  270. package/glyph/editor/indent.js +14 -0
  271. package/glyph/editor/info.d.ts +9 -0
  272. package/glyph/editor/info.js +14 -0
  273. package/glyph/editor/italic.d.ts +9 -0
  274. package/glyph/editor/italic.js +14 -0
  275. package/glyph/editor/layout-single.d.ts +9 -0
  276. package/glyph/editor/layout-single.js +14 -0
  277. package/glyph/editor/layout-three-equal.d.ts +9 -0
  278. package/glyph/editor/layout-three-equal.js +14 -0
  279. package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
  280. package/glyph/editor/layout-three-with-sidebars.js +14 -0
  281. package/glyph/editor/layout-two-equal.d.ts +9 -0
  282. package/glyph/editor/layout-two-equal.js +14 -0
  283. package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
  284. package/glyph/editor/layout-two-left-sidebar.js +14 -0
  285. package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
  286. package/glyph/editor/layout-two-right-sidebar.js +14 -0
  287. package/glyph/editor/link.d.ts +9 -0
  288. package/glyph/editor/link.js +14 -0
  289. package/glyph/editor/media-center.d.ts +9 -0
  290. package/glyph/editor/media-center.js +14 -0
  291. package/glyph/editor/media-full-width.d.ts +9 -0
  292. package/glyph/editor/media-full-width.js +14 -0
  293. package/glyph/editor/media-wide.d.ts +9 -0
  294. package/glyph/editor/media-wide.js +14 -0
  295. package/glyph/editor/media-wrap-left.d.ts +9 -0
  296. package/glyph/editor/media-wrap-left.js +14 -0
  297. package/glyph/editor/media-wrap-right.d.ts +9 -0
  298. package/glyph/editor/media-wrap-right.js +14 -0
  299. package/glyph/editor/mention.d.ts +9 -0
  300. package/glyph/editor/mention.js +14 -0
  301. package/glyph/editor/more.d.ts +9 -0
  302. package/glyph/editor/more.js +14 -0
  303. package/glyph/editor/note.d.ts +9 -0
  304. package/glyph/editor/note.js +14 -0
  305. package/glyph/editor/number-list.d.ts +9 -0
  306. package/glyph/editor/number-list.js +14 -0
  307. package/glyph/editor/open.d.ts +9 -0
  308. package/glyph/editor/open.js +14 -0
  309. package/glyph/editor/outdent.d.ts +9 -0
  310. package/glyph/editor/outdent.js +14 -0
  311. package/glyph/editor/panel.d.ts +9 -0
  312. package/glyph/editor/panel.js +14 -0
  313. package/glyph/editor/photo.d.ts +9 -0
  314. package/glyph/editor/photo.js +14 -0
  315. package/glyph/editor/quote.d.ts +9 -0
  316. package/glyph/editor/quote.js +14 -0
  317. package/glyph/editor/recent.d.ts +9 -0
  318. package/glyph/editor/recent.js +14 -0
  319. package/glyph/editor/redo.d.ts +9 -0
  320. package/glyph/editor/redo.js +14 -0
  321. package/glyph/editor/remove-emoji.d.ts +9 -0
  322. package/glyph/editor/remove-emoji.js +14 -0
  323. package/glyph/editor/remove.d.ts +9 -0
  324. package/glyph/editor/remove.js +14 -0
  325. package/glyph/editor/search.d.ts +9 -0
  326. package/glyph/editor/search.js +14 -0
  327. package/glyph/editor/settings.d.ts +9 -0
  328. package/glyph/editor/settings.js +14 -0
  329. package/glyph/editor/strikethrough.d.ts +9 -0
  330. package/glyph/editor/strikethrough.js +14 -0
  331. package/glyph/editor/success.d.ts +9 -0
  332. package/glyph/editor/success.js +14 -0
  333. package/glyph/editor/table-display-options.d.ts +9 -0
  334. package/glyph/editor/table-display-options.js +14 -0
  335. package/glyph/editor/table.d.ts +9 -0
  336. package/glyph/editor/table.js +14 -0
  337. package/glyph/editor/task.d.ts +9 -0
  338. package/glyph/editor/task.js +14 -0
  339. package/glyph/editor/text-color.d.ts +9 -0
  340. package/glyph/editor/text-color.js +14 -0
  341. package/glyph/editor/text-style.d.ts +9 -0
  342. package/glyph/editor/text-style.js +14 -0
  343. package/glyph/editor/underline.d.ts +9 -0
  344. package/glyph/editor/underline.js +14 -0
  345. package/glyph/editor/undo.d.ts +9 -0
  346. package/glyph/editor/undo.js +14 -0
  347. package/glyph/editor/unlink.d.ts +9 -0
  348. package/glyph/editor/unlink.js +14 -0
  349. package/glyph/editor/warning.d.ts +9 -0
  350. package/glyph/editor/warning.js +14 -0
  351. package/glyph/email.d.ts +9 -0
  352. package/glyph/email.js +14 -0
  353. package/glyph/emoji/activity.d.ts +9 -0
  354. package/glyph/emoji/activity.js +14 -0
  355. package/glyph/emoji/atlassian.d.ts +9 -0
  356. package/glyph/emoji/atlassian.js +14 -0
  357. package/glyph/emoji/custom.d.ts +9 -0
  358. package/glyph/emoji/custom.js +14 -0
  359. package/glyph/emoji/emoji.d.ts +9 -0
  360. package/glyph/emoji/emoji.js +14 -0
  361. package/glyph/emoji/flags.d.ts +9 -0
  362. package/glyph/emoji/flags.js +14 -0
  363. package/glyph/emoji/food.d.ts +9 -0
  364. package/glyph/emoji/food.js +14 -0
  365. package/glyph/emoji/frequent.d.ts +9 -0
  366. package/glyph/emoji/frequent.js +14 -0
  367. package/glyph/emoji/keyboard.d.ts +9 -0
  368. package/glyph/emoji/keyboard.js +14 -0
  369. package/glyph/emoji/nature.d.ts +9 -0
  370. package/glyph/emoji/nature.js +14 -0
  371. package/glyph/emoji/objects.d.ts +9 -0
  372. package/glyph/emoji/objects.js +14 -0
  373. package/glyph/emoji/people.d.ts +9 -0
  374. package/glyph/emoji/people.js +14 -0
  375. package/glyph/emoji/productivity.d.ts +9 -0
  376. package/glyph/emoji/productivity.js +14 -0
  377. package/glyph/emoji/symbols.d.ts +9 -0
  378. package/glyph/emoji/symbols.js +14 -0
  379. package/glyph/emoji/travel.d.ts +9 -0
  380. package/glyph/emoji/travel.js +14 -0
  381. package/glyph/emoji-add.d.ts +9 -0
  382. package/glyph/emoji-add.js +14 -0
  383. package/glyph/emoji.d.ts +9 -0
  384. package/glyph/emoji.js +14 -0
  385. package/glyph/error.d.ts +9 -0
  386. package/glyph/error.js +14 -0
  387. package/glyph/export.d.ts +9 -0
  388. package/glyph/export.js +14 -0
  389. package/glyph/feedback.d.ts +9 -0
  390. package/glyph/feedback.js +14 -0
  391. package/glyph/file.d.ts +9 -0
  392. package/glyph/file.js +14 -0
  393. package/glyph/filter.d.ts +9 -0
  394. package/glyph/filter.js +14 -0
  395. package/glyph/flag-filled.d.ts +9 -0
  396. package/glyph/flag-filled.js +14 -0
  397. package/glyph/folder-filled.d.ts +9 -0
  398. package/glyph/folder-filled.js +14 -0
  399. package/glyph/folder.d.ts +9 -0
  400. package/glyph/folder.js +14 -0
  401. package/glyph/followers.d.ts +9 -0
  402. package/glyph/followers.js +14 -0
  403. package/glyph/following.d.ts +9 -0
  404. package/glyph/following.js +14 -0
  405. package/glyph/googledrive.d.ts +9 -0
  406. package/glyph/googledrive.js +14 -0
  407. package/glyph/graph-bar.d.ts +9 -0
  408. package/glyph/graph-bar.js +14 -0
  409. package/glyph/graph-line.d.ts +9 -0
  410. package/glyph/graph-line.js +14 -0
  411. package/glyph/gsuite.d.ts +9 -0
  412. package/glyph/gsuite.js +14 -0
  413. package/glyph/highlights.d.ts +9 -0
  414. package/glyph/highlights.js +14 -0
  415. package/glyph/hipchat/audio-only.d.ts +9 -0
  416. package/glyph/hipchat/audio-only.js +14 -0
  417. package/glyph/hipchat/chevron-double-down.d.ts +9 -0
  418. package/glyph/hipchat/chevron-double-down.js +14 -0
  419. package/glyph/hipchat/chevron-double-up.d.ts +9 -0
  420. package/glyph/hipchat/chevron-double-up.js +14 -0
  421. package/glyph/hipchat/chevron-down.d.ts +9 -0
  422. package/glyph/hipchat/chevron-down.js +14 -0
  423. package/glyph/hipchat/chevron-up.d.ts +9 -0
  424. package/glyph/hipchat/chevron-up.js +14 -0
  425. package/glyph/hipchat/dial-out.d.ts +9 -0
  426. package/glyph/hipchat/dial-out.js +14 -0
  427. package/glyph/hipchat/lobby.d.ts +9 -0
  428. package/glyph/hipchat/lobby.js +14 -0
  429. package/glyph/hipchat/media-attachment-count.d.ts +9 -0
  430. package/glyph/hipchat/media-attachment-count.js +14 -0
  431. package/glyph/hipchat/outgoing-sound.d.ts +9 -0
  432. package/glyph/hipchat/outgoing-sound.js +14 -0
  433. package/glyph/hipchat/sd-video.d.ts +9 -0
  434. package/glyph/hipchat/sd-video.js +14 -0
  435. package/glyph/home-circle.d.ts +9 -0
  436. package/glyph/home-circle.js +14 -0
  437. package/glyph/home.d.ts +9 -0
  438. package/glyph/home.js +14 -0
  439. package/glyph/image-border.d.ts +9 -0
  440. package/glyph/image-border.js +14 -0
  441. package/glyph/image-resize.d.ts +9 -0
  442. package/glyph/image-resize.js +14 -0
  443. package/glyph/image.d.ts +9 -0
  444. package/glyph/image.js +14 -0
  445. package/glyph/info.d.ts +9 -0
  446. package/glyph/info.js +14 -0
  447. package/glyph/invite-team.d.ts +9 -0
  448. package/glyph/invite-team.js +14 -0
  449. package/glyph/issue-raise.d.ts +9 -0
  450. package/glyph/issue-raise.js +14 -0
  451. package/glyph/issue.d.ts +9 -0
  452. package/glyph/issue.js +14 -0
  453. package/glyph/issues.d.ts +9 -0
  454. package/glyph/issues.js +14 -0
  455. package/glyph/jira/capture.d.ts +9 -0
  456. package/glyph/jira/capture.js +14 -0
  457. package/glyph/jira/failed-build-status.d.ts +9 -0
  458. package/glyph/jira/failed-build-status.js +14 -0
  459. package/glyph/jira/labs.d.ts +9 -0
  460. package/glyph/jira/labs.js +14 -0
  461. package/glyph/jira/test-session.d.ts +9 -0
  462. package/glyph/jira/test-session.js +14 -0
  463. package/glyph/label.d.ts +9 -0
  464. package/glyph/label.js +14 -0
  465. package/glyph/lightbulb-filled.d.ts +9 -0
  466. package/glyph/lightbulb-filled.js +14 -0
  467. package/glyph/lightbulb.d.ts +9 -0
  468. package/glyph/lightbulb.js +14 -0
  469. package/glyph/like.d.ts +9 -0
  470. package/glyph/like.js +14 -0
  471. package/glyph/link-filled.d.ts +9 -0
  472. package/glyph/link-filled.js +14 -0
  473. package/glyph/link.d.ts +9 -0
  474. package/glyph/link.js +14 -0
  475. package/glyph/list.d.ts +9 -0
  476. package/glyph/list.js +14 -0
  477. package/glyph/location.d.ts +9 -0
  478. package/glyph/location.js +14 -0
  479. package/glyph/lock-circle.d.ts +9 -0
  480. package/glyph/lock-circle.js +14 -0
  481. package/glyph/lock-filled.d.ts +9 -0
  482. package/glyph/lock-filled.js +14 -0
  483. package/glyph/lock.d.ts +9 -0
  484. package/glyph/lock.js +14 -0
  485. package/glyph/marketplace.d.ts +9 -0
  486. package/glyph/marketplace.js +14 -0
  487. package/glyph/media-services/actual-size.d.ts +9 -0
  488. package/glyph/media-services/actual-size.js +14 -0
  489. package/glyph/media-services/add-comment.d.ts +9 -0
  490. package/glyph/media-services/add-comment.js +14 -0
  491. package/glyph/media-services/annotate.d.ts +9 -0
  492. package/glyph/media-services/annotate.js +14 -0
  493. package/glyph/media-services/arrow.d.ts +9 -0
  494. package/glyph/media-services/arrow.js +14 -0
  495. package/glyph/media-services/audio.d.ts +9 -0
  496. package/glyph/media-services/audio.js +14 -0
  497. package/glyph/media-services/blur.d.ts +9 -0
  498. package/glyph/media-services/blur.js +14 -0
  499. package/glyph/media-services/brush.d.ts +9 -0
  500. package/glyph/media-services/brush.js +14 -0
  501. package/glyph/media-services/button-option.d.ts +9 -0
  502. package/glyph/media-services/button-option.js +14 -0
  503. package/glyph/media-services/code.d.ts +9 -0
  504. package/glyph/media-services/code.js +14 -0
  505. package/glyph/media-services/document.d.ts +9 -0
  506. package/glyph/media-services/document.js +14 -0
  507. package/glyph/media-services/filter.d.ts +9 -0
  508. package/glyph/media-services/filter.js +14 -0
  509. package/glyph/media-services/fit-to-page.d.ts +9 -0
  510. package/glyph/media-services/fit-to-page.js +14 -0
  511. package/glyph/media-services/full-screen.d.ts +9 -0
  512. package/glyph/media-services/full-screen.js +14 -0
  513. package/glyph/media-services/grid.d.ts +9 -0
  514. package/glyph/media-services/grid.js +14 -0
  515. package/glyph/media-services/image.d.ts +9 -0
  516. package/glyph/media-services/image.js +14 -0
  517. package/glyph/media-services/line-thickness.d.ts +9 -0
  518. package/glyph/media-services/line-thickness.js +14 -0
  519. package/glyph/media-services/line.d.ts +9 -0
  520. package/glyph/media-services/line.js +14 -0
  521. package/glyph/media-services/no-image.d.ts +9 -0
  522. package/glyph/media-services/no-image.js +14 -0
  523. package/glyph/media-services/open-mediaviewer.d.ts +9 -0
  524. package/glyph/media-services/open-mediaviewer.js +14 -0
  525. package/glyph/media-services/oval.d.ts +9 -0
  526. package/glyph/media-services/oval.js +14 -0
  527. package/glyph/media-services/pdf.d.ts +9 -0
  528. package/glyph/media-services/pdf.js +14 -0
  529. package/glyph/media-services/preselected.d.ts +9 -0
  530. package/glyph/media-services/preselected.js +14 -0
  531. package/glyph/media-services/presentation.d.ts +9 -0
  532. package/glyph/media-services/presentation.js +14 -0
  533. package/glyph/media-services/rectangle.d.ts +9 -0
  534. package/glyph/media-services/rectangle.js +14 -0
  535. package/glyph/media-services/scale-large.d.ts +9 -0
  536. package/glyph/media-services/scale-large.js +14 -0
  537. package/glyph/media-services/scale-small.d.ts +9 -0
  538. package/glyph/media-services/scale-small.js +14 -0
  539. package/glyph/media-services/spreadsheet.d.ts +9 -0
  540. package/glyph/media-services/spreadsheet.js +14 -0
  541. package/glyph/media-services/text.d.ts +9 -0
  542. package/glyph/media-services/text.js +14 -0
  543. package/glyph/media-services/unknown.d.ts +9 -0
  544. package/glyph/media-services/unknown.js +14 -0
  545. package/glyph/media-services/video.d.ts +9 -0
  546. package/glyph/media-services/video.js +14 -0
  547. package/glyph/media-services/zip.d.ts +9 -0
  548. package/glyph/media-services/zip.js +14 -0
  549. package/glyph/media-services/zoom-in.d.ts +9 -0
  550. package/glyph/media-services/zoom-in.js +14 -0
  551. package/glyph/media-services/zoom-out.d.ts +9 -0
  552. package/glyph/media-services/zoom-out.js +14 -0
  553. package/glyph/mention.d.ts +9 -0
  554. package/glyph/mention.js +14 -0
  555. package/glyph/menu-expand.d.ts +9 -0
  556. package/glyph/menu-expand.js +14 -0
  557. package/glyph/menu.d.ts +9 -0
  558. package/glyph/menu.js +14 -0
  559. package/glyph/mobile.d.ts +9 -0
  560. package/glyph/mobile.js +14 -0
  561. package/glyph/more-vertical.d.ts +9 -0
  562. package/glyph/more-vertical.js +14 -0
  563. package/glyph/more.d.ts +9 -0
  564. package/glyph/more.js +14 -0
  565. package/glyph/notification-all.d.ts +9 -0
  566. package/glyph/notification-all.js +14 -0
  567. package/glyph/notification-direct.d.ts +9 -0
  568. package/glyph/notification-direct.js +14 -0
  569. package/glyph/notification.d.ts +9 -0
  570. package/glyph/notification.js +14 -0
  571. package/glyph/office-building-filled.d.ts +9 -0
  572. package/glyph/office-building-filled.js +14 -0
  573. package/glyph/office-building.d.ts +9 -0
  574. package/glyph/office-building.js +14 -0
  575. package/glyph/open.d.ts +9 -0
  576. package/glyph/open.js +14 -0
  577. package/glyph/overview.d.ts +9 -0
  578. package/glyph/overview.js +14 -0
  579. package/glyph/page-filled.d.ts +9 -0
  580. package/glyph/page-filled.js +14 -0
  581. package/glyph/page.d.ts +9 -0
  582. package/glyph/page.js +14 -0
  583. package/glyph/pdf.d.ts +9 -0
  584. package/glyph/pdf.js +14 -0
  585. package/glyph/people-group.d.ts +9 -0
  586. package/glyph/people-group.js +14 -0
  587. package/glyph/people.d.ts +9 -0
  588. package/glyph/people.js +14 -0
  589. package/glyph/person-circle.d.ts +9 -0
  590. package/glyph/person-circle.js +14 -0
  591. package/glyph/person-with-circle.d.ts +9 -0
  592. package/glyph/person-with-circle.js +14 -0
  593. package/glyph/person-with-cross.d.ts +9 -0
  594. package/glyph/person-with-cross.js +14 -0
  595. package/glyph/person-with-tick.d.ts +9 -0
  596. package/glyph/person-with-tick.js +14 -0
  597. package/glyph/person.d.ts +9 -0
  598. package/glyph/person.js +14 -0
  599. package/glyph/portfolio.d.ts +9 -0
  600. package/glyph/portfolio.js +14 -0
  601. package/glyph/preferences.d.ts +9 -0
  602. package/glyph/preferences.js +14 -0
  603. package/glyph/premium.d.ts +9 -0
  604. package/glyph/premium.js +14 -0
  605. package/glyph/presence-active.d.ts +9 -0
  606. package/glyph/presence-active.js +14 -0
  607. package/glyph/presence-busy.d.ts +9 -0
  608. package/glyph/presence-busy.js +14 -0
  609. package/glyph/presence-unavailable.d.ts +9 -0
  610. package/glyph/presence-unavailable.js +14 -0
  611. package/glyph/question-circle.d.ts +9 -0
  612. package/glyph/question-circle.js +14 -0
  613. package/glyph/question.d.ts +9 -0
  614. package/glyph/question.js +14 -0
  615. package/glyph/questions.d.ts +9 -0
  616. package/glyph/questions.js +14 -0
  617. package/glyph/queues.d.ts +9 -0
  618. package/glyph/queues.js +14 -0
  619. package/glyph/quote.d.ts +9 -0
  620. package/glyph/quote.js +14 -0
  621. package/glyph/radio.d.ts +9 -0
  622. package/glyph/radio.js +14 -0
  623. package/glyph/recent.d.ts +9 -0
  624. package/glyph/recent.js +14 -0
  625. package/glyph/redo.d.ts +9 -0
  626. package/glyph/redo.js +14 -0
  627. package/glyph/refresh.d.ts +9 -0
  628. package/glyph/refresh.js +14 -0
  629. package/glyph/retry.d.ts +9 -0
  630. package/glyph/retry.js +14 -0
  631. package/glyph/roadmap.d.ts +9 -0
  632. package/glyph/roadmap.js +14 -0
  633. package/glyph/room-menu.d.ts +9 -0
  634. package/glyph/room-menu.js +14 -0
  635. package/glyph/schedule-filled.d.ts +9 -0
  636. package/glyph/schedule-filled.js +14 -0
  637. package/glyph/schedule.d.ts +9 -0
  638. package/glyph/schedule.js +14 -0
  639. package/glyph/screen.d.ts +9 -0
  640. package/glyph/screen.js +14 -0
  641. package/glyph/search.d.ts +9 -0
  642. package/glyph/search.js +14 -0
  643. package/glyph/select-clear.d.ts +9 -0
  644. package/glyph/select-clear.js +14 -0
  645. package/glyph/send.d.ts +9 -0
  646. package/glyph/send.js +14 -0
  647. package/glyph/settings.d.ts +9 -0
  648. package/glyph/settings.js +14 -0
  649. package/glyph/share.d.ts +9 -0
  650. package/glyph/share.js +14 -0
  651. package/glyph/ship.d.ts +9 -0
  652. package/glyph/ship.js +14 -0
  653. package/glyph/shortcut.d.ts +9 -0
  654. package/glyph/shortcut.js +14 -0
  655. package/glyph/sign-in.d.ts +9 -0
  656. package/glyph/sign-in.js +14 -0
  657. package/glyph/sign-out.d.ts +9 -0
  658. package/glyph/sign-out.js +14 -0
  659. package/glyph/sprint.d.ts +9 -0
  660. package/glyph/sprint.js +14 -0
  661. package/glyph/star-filled.d.ts +9 -0
  662. package/glyph/star-filled.js +14 -0
  663. package/glyph/star-large.d.ts +9 -0
  664. package/glyph/star-large.js +14 -0
  665. package/glyph/star.d.ts +9 -0
  666. package/glyph/star.js +14 -0
  667. package/glyph/status.d.ts +9 -0
  668. package/glyph/status.js +14 -0
  669. package/glyph/stopwatch.d.ts +9 -0
  670. package/glyph/stopwatch.js +14 -0
  671. package/glyph/subtask.d.ts +9 -0
  672. package/glyph/subtask.js +14 -0
  673. package/glyph/suitcase.d.ts +9 -0
  674. package/glyph/suitcase.js +14 -0
  675. package/glyph/switcher.d.ts +9 -0
  676. package/glyph/switcher.js +14 -0
  677. package/glyph/table.d.ts +9 -0
  678. package/glyph/table.js +14 -0
  679. package/glyph/task.d.ts +9 -0
  680. package/glyph/task.js +14 -0
  681. package/glyph/teams.d.ts +9 -0
  682. package/glyph/teams.js +14 -0
  683. package/glyph/trash.d.ts +9 -0
  684. package/glyph/trash.js +14 -0
  685. package/glyph/tray.d.ts +9 -0
  686. package/glyph/tray.js +14 -0
  687. package/glyph/undo.d.ts +9 -0
  688. package/glyph/undo.js +14 -0
  689. package/glyph/unlink.d.ts +9 -0
  690. package/glyph/unlink.js +14 -0
  691. package/glyph/unlock-circle.d.ts +9 -0
  692. package/glyph/unlock-circle.js +14 -0
  693. package/glyph/unlock-filled.d.ts +9 -0
  694. package/glyph/unlock-filled.js +14 -0
  695. package/glyph/unlock.d.ts +9 -0
  696. package/glyph/unlock.js +14 -0
  697. package/glyph/upload.d.ts +9 -0
  698. package/glyph/upload.js +14 -0
  699. package/glyph/user-avatar-circle.d.ts +9 -0
  700. package/glyph/user-avatar-circle.js +14 -0
  701. package/glyph/vid-audio-muted.d.ts +9 -0
  702. package/glyph/vid-audio-muted.js +14 -0
  703. package/glyph/vid-audio-on.d.ts +9 -0
  704. package/glyph/vid-audio-on.js +14 -0
  705. package/glyph/vid-backward.d.ts +9 -0
  706. package/glyph/vid-backward.js +14 -0
  707. package/glyph/vid-camera-off.d.ts +9 -0
  708. package/glyph/vid-camera-off.js +14 -0
  709. package/glyph/vid-camera-on.d.ts +9 -0
  710. package/glyph/vid-camera-on.js +14 -0
  711. package/glyph/vid-connection-circle.d.ts +9 -0
  712. package/glyph/vid-connection-circle.js +14 -0
  713. package/glyph/vid-forward.d.ts +9 -0
  714. package/glyph/vid-forward.js +14 -0
  715. package/glyph/vid-full-screen-off.d.ts +9 -0
  716. package/glyph/vid-full-screen-off.js +14 -0
  717. package/glyph/vid-full-screen-on.d.ts +9 -0
  718. package/glyph/vid-full-screen-on.js +14 -0
  719. package/glyph/vid-hang-up.d.ts +9 -0
  720. package/glyph/vid-hang-up.js +14 -0
  721. package/glyph/vid-hd-circle.d.ts +9 -0
  722. package/glyph/vid-hd-circle.js +14 -0
  723. package/glyph/vid-pause.d.ts +9 -0
  724. package/glyph/vid-pause.js +14 -0
  725. package/glyph/vid-play.d.ts +9 -0
  726. package/glyph/vid-play.js +14 -0
  727. package/glyph/vid-raised-hand.d.ts +9 -0
  728. package/glyph/vid-raised-hand.js +14 -0
  729. package/glyph/vid-share-screen.d.ts +9 -0
  730. package/glyph/vid-share-screen.js +14 -0
  731. package/glyph/vid-speaking-circle.d.ts +9 -0
  732. package/glyph/vid-speaking-circle.js +14 -0
  733. package/glyph/vid-volume-full.d.ts +9 -0
  734. package/glyph/vid-volume-full.js +14 -0
  735. package/glyph/vid-volume-half.d.ts +9 -0
  736. package/glyph/vid-volume-half.js +14 -0
  737. package/glyph/vid-volume-muted.d.ts +9 -0
  738. package/glyph/vid-volume-muted.js +14 -0
  739. package/glyph/video-circle.d.ts +9 -0
  740. package/glyph/video-circle.js +14 -0
  741. package/glyph/video-filled.d.ts +9 -0
  742. package/glyph/video-filled.js +14 -0
  743. package/glyph/warning.d.ts +9 -0
  744. package/glyph/warning.js +14 -0
  745. package/glyph/watch-filled.d.ts +9 -0
  746. package/glyph/watch-filled.js +14 -0
  747. package/glyph/watch.d.ts +9 -0
  748. package/glyph/watch.js +14 -0
  749. package/glyph/world-small.d.ts +9 -0
  750. package/glyph/world-small.js +14 -0
  751. package/glyph/world.d.ts +9 -0
  752. package/glyph/world.js +14 -0
  753. package/package.json +7 -7
  754. package/svgs_raw/activity.svg +13 -0
  755. package/svgs_raw/add-circle.svg +13 -0
  756. package/svgs_raw/add-item.svg +13 -0
  757. package/svgs_raw/add.svg +12 -0
  758. package/svgs_raw/addon.svg +13 -0
  759. package/svgs_raw/app-access.svg +15 -0
  760. package/svgs_raw/app-switcher.svg +3 -0
  761. package/svgs_raw/archive.svg +3 -0
  762. package/svgs_raw/arrow-down-circle.svg +13 -0
  763. package/svgs_raw/arrow-down.svg +12 -0
  764. package/svgs_raw/arrow-left-circle.svg +13 -0
  765. package/svgs_raw/arrow-left.svg +3 -0
  766. package/svgs_raw/arrow-right-circle.svg +13 -0
  767. package/svgs_raw/arrow-right.svg +12 -0
  768. package/svgs_raw/arrow-up-circle.svg +13 -0
  769. package/svgs_raw/arrow-up.svg +12 -0
  770. package/svgs_raw/attachment.svg +12 -0
  771. package/svgs_raw/audio-circle.svg +13 -0
  772. package/svgs_raw/audio.svg +12 -0
  773. package/svgs_raw/backlog.svg +15 -0
  774. package/svgs_raw/billing-filled.svg +19 -0
  775. package/svgs_raw/billing.svg +19 -0
  776. package/svgs_raw/bitbucket/branches.svg +12 -0
  777. package/svgs_raw/bitbucket/builds.svg +16 -0
  778. package/svgs_raw/bitbucket/clone.svg +16 -0
  779. package/svgs_raw/bitbucket/commits.svg +12 -0
  780. package/svgs_raw/bitbucket/compare.svg +15 -0
  781. package/svgs_raw/bitbucket/forks.svg +16 -0
  782. package/svgs_raw/bitbucket/output.svg +15 -0
  783. package/svgs_raw/bitbucket/pipelines.svg +13 -0
  784. package/svgs_raw/bitbucket/pullrequests.svg +13 -0
  785. package/svgs_raw/bitbucket/repos.svg +14 -0
  786. package/svgs_raw/bitbucket/snippets.svg +13 -0
  787. package/svgs_raw/bitbucket/source.svg +13 -0
  788. package/svgs_raw/board.svg +14 -0
  789. package/svgs_raw/book.svg +16 -0
  790. package/svgs_raw/bullet-list.svg +17 -0
  791. package/svgs_raw/calendar-filled.svg +20 -0
  792. package/svgs_raw/calendar.svg +12 -0
  793. package/svgs_raw/camera-filled.svg +14 -0
  794. package/svgs_raw/camera-rotate.svg +16 -0
  795. package/svgs_raw/camera-take-picture.svg +13 -0
  796. package/svgs_raw/camera.svg +15 -0
  797. package/svgs_raw/canvas.svg +17 -0
  798. package/svgs_raw/check-circle-outline.svg +11 -0
  799. package/svgs_raw/check-circle.svg +13 -0
  800. package/svgs_raw/check.svg +12 -0
  801. package/svgs_raw/checkbox-indeterminate.svg +13 -0
  802. package/svgs_raw/checkbox.svg +13 -0
  803. package/svgs_raw/chevron-down-circle.svg +13 -0
  804. package/svgs_raw/chevron-down.svg +12 -0
  805. package/svgs_raw/chevron-left-circle.svg +13 -0
  806. package/svgs_raw/chevron-left-large.svg +3 -0
  807. package/svgs_raw/chevron-left.svg +12 -0
  808. package/svgs_raw/chevron-right-circle.svg +13 -0
  809. package/svgs_raw/chevron-right-large.svg +3 -0
  810. package/svgs_raw/chevron-right.svg +12 -0
  811. package/svgs_raw/chevron-up-circle.svg +13 -0
  812. package/svgs_raw/chevron-up.svg +12 -0
  813. package/svgs_raw/child-issues.svg +16 -0
  814. package/svgs_raw/code.svg +14 -0
  815. package/svgs_raw/comment.svg +14 -0
  816. package/svgs_raw/component.svg +14 -0
  817. package/svgs_raw/copy.svg +13 -0
  818. package/svgs_raw/creditcard-filled.svg +13 -0
  819. package/svgs_raw/creditcard.svg +13 -0
  820. package/svgs_raw/cross-circle.svg +14 -0
  821. package/svgs_raw/cross.svg +12 -0
  822. package/svgs_raw/dashboard.svg +14 -0
  823. package/svgs_raw/decision.svg +14 -0
  824. package/svgs_raw/department.svg +3 -0
  825. package/svgs_raw/detail-view.svg +16 -0
  826. package/svgs_raw/discover-filled.svg +12 -0
  827. package/svgs_raw/discover.svg +13 -0
  828. package/svgs_raw/document-filled.svg +12 -0
  829. package/svgs_raw/document.svg +12 -0
  830. package/svgs_raw/documents.svg +13 -0
  831. package/svgs_raw/download.svg +14 -0
  832. package/svgs_raw/drag-handler.svg +14 -0
  833. package/svgs_raw/dropbox.svg +3 -0
  834. package/svgs_raw/edit-filled.svg +13 -0
  835. package/svgs_raw/edit.svg +13 -0
  836. package/svgs_raw/editor/add.svg +12 -0
  837. package/svgs_raw/editor/addon.svg +12 -0
  838. package/svgs_raw/editor/advanced.svg +12 -0
  839. package/svgs_raw/editor/align-center.svg +12 -0
  840. package/svgs_raw/editor/align-image-center.svg +1 -0
  841. package/svgs_raw/editor/align-image-left.svg +1 -0
  842. package/svgs_raw/editor/align-image-right.svg +1 -0
  843. package/svgs_raw/editor/align-left.svg +12 -0
  844. package/svgs_raw/editor/align-right.svg +12 -0
  845. package/svgs_raw/editor/attachment.svg +12 -0
  846. package/svgs_raw/editor/background-color.svg +10 -0
  847. package/svgs_raw/editor/bold.svg +12 -0
  848. package/svgs_raw/editor/bullet-list.svg +12 -0
  849. package/svgs_raw/editor/close.svg +12 -0
  850. package/svgs_raw/editor/code.svg +12 -0
  851. package/svgs_raw/editor/collapse.svg +9 -0
  852. package/svgs_raw/editor/date.svg +12 -0
  853. package/svgs_raw/editor/decision.svg +12 -0
  854. package/svgs_raw/editor/divider.svg +12 -0
  855. package/svgs_raw/editor/done.svg +12 -0
  856. package/svgs_raw/editor/edit.svg +12 -0
  857. package/svgs_raw/editor/emoji.svg +12 -0
  858. package/svgs_raw/editor/error.svg +12 -0
  859. package/svgs_raw/editor/expand.svg +9 -0
  860. package/svgs_raw/editor/feedback.svg +12 -0
  861. package/svgs_raw/editor/file-preview.svg +4 -0
  862. package/svgs_raw/editor/file.svg +12 -0
  863. package/svgs_raw/editor/help.svg +12 -0
  864. package/svgs_raw/editor/hint.svg +12 -0
  865. package/svgs_raw/editor/horizontal-rule.svg +10 -0
  866. package/svgs_raw/editor/image-border.svg +12 -0
  867. package/svgs_raw/editor/image-resize.svg +12 -0
  868. package/svgs_raw/editor/image.svg +12 -0
  869. package/svgs_raw/editor/indent.svg +12 -0
  870. package/svgs_raw/editor/info.svg +12 -0
  871. package/svgs_raw/editor/italic.svg +12 -0
  872. package/svgs_raw/editor/layout-single.svg +3 -0
  873. package/svgs_raw/editor/layout-three-equal.svg +10 -0
  874. package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
  875. package/svgs_raw/editor/layout-two-equal.svg +10 -0
  876. package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
  877. package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
  878. package/svgs_raw/editor/link.svg +12 -0
  879. package/svgs_raw/editor/media-center.svg +12 -0
  880. package/svgs_raw/editor/media-full-width.svg +12 -0
  881. package/svgs_raw/editor/media-wide.svg +12 -0
  882. package/svgs_raw/editor/media-wrap-left.svg +12 -0
  883. package/svgs_raw/editor/media-wrap-right.svg +12 -0
  884. package/svgs_raw/editor/mention.svg +12 -0
  885. package/svgs_raw/editor/more.svg +12 -0
  886. package/svgs_raw/editor/note.svg +12 -0
  887. package/svgs_raw/editor/number-list.svg +12 -0
  888. package/svgs_raw/editor/open.svg +12 -0
  889. package/svgs_raw/editor/outdent.svg +12 -0
  890. package/svgs_raw/editor/panel.svg +12 -0
  891. package/svgs_raw/editor/photo.svg +12 -0
  892. package/svgs_raw/editor/quote.svg +12 -0
  893. package/svgs_raw/editor/recent.svg +12 -0
  894. package/svgs_raw/editor/redo.svg +12 -0
  895. package/svgs_raw/editor/remove-emoji.svg +4 -0
  896. package/svgs_raw/editor/remove.svg +12 -0
  897. package/svgs_raw/editor/search.svg +12 -0
  898. package/svgs_raw/editor/settings.svg +9 -0
  899. package/svgs_raw/editor/strikethrough.svg +12 -0
  900. package/svgs_raw/editor/success.svg +12 -0
  901. package/svgs_raw/editor/table-display-options.svg +10 -0
  902. package/svgs_raw/editor/table.svg +12 -0
  903. package/svgs_raw/editor/task.svg +12 -0
  904. package/svgs_raw/editor/text-color.svg +12 -0
  905. package/svgs_raw/editor/text-style.svg +12 -0
  906. package/svgs_raw/editor/underline.svg +12 -0
  907. package/svgs_raw/editor/undo.svg +12 -0
  908. package/svgs_raw/editor/unlink.svg +12 -0
  909. package/svgs_raw/editor/warning.svg +12 -0
  910. package/svgs_raw/email.svg +13 -0
  911. package/svgs_raw/emoji/activity.svg +12 -0
  912. package/svgs_raw/emoji/atlassian.svg +15 -0
  913. package/svgs_raw/emoji/custom.svg +12 -0
  914. package/svgs_raw/emoji/emoji.svg +12 -0
  915. package/svgs_raw/emoji/flags.svg +12 -0
  916. package/svgs_raw/emoji/food.svg +12 -0
  917. package/svgs_raw/emoji/frequent.svg +12 -0
  918. package/svgs_raw/emoji/keyboard.svg +13 -0
  919. package/svgs_raw/emoji/nature.svg +12 -0
  920. package/svgs_raw/emoji/objects.svg +12 -0
  921. package/svgs_raw/emoji/people.svg +12 -0
  922. package/svgs_raw/emoji/productivity.svg +1 -0
  923. package/svgs_raw/emoji/symbols.svg +12 -0
  924. package/svgs_raw/emoji/travel.svg +12 -0
  925. package/svgs_raw/emoji-add.svg +12 -0
  926. package/svgs_raw/emoji.svg +12 -0
  927. package/svgs_raw/error.svg +14 -0
  928. package/svgs_raw/export.svg +12 -0
  929. package/svgs_raw/feedback.svg +15 -0
  930. package/svgs_raw/file.svg +14 -0
  931. package/svgs_raw/filter.svg +14 -0
  932. package/svgs_raw/flag-filled.svg +12 -0
  933. package/svgs_raw/folder-filled.svg +12 -0
  934. package/svgs_raw/folder.svg +12 -0
  935. package/svgs_raw/followers.svg +14 -0
  936. package/svgs_raw/following.svg +14 -0
  937. package/svgs_raw/googledrive.svg +12 -0
  938. package/svgs_raw/graph-bar.svg +15 -0
  939. package/svgs_raw/graph-line.svg +14 -0
  940. package/svgs_raw/gsuite.svg +12 -0
  941. package/svgs_raw/highlights.svg +13 -0
  942. package/svgs_raw/hipchat/audio-only.svg +13 -0
  943. package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
  944. package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
  945. package/svgs_raw/hipchat/chevron-down.svg +12 -0
  946. package/svgs_raw/hipchat/chevron-up.svg +12 -0
  947. package/svgs_raw/hipchat/dial-out.svg +12 -0
  948. package/svgs_raw/hipchat/lobby.svg +15 -0
  949. package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
  950. package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
  951. package/svgs_raw/hipchat/sd-video.svg +12 -0
  952. package/svgs_raw/home-circle.svg +9 -0
  953. package/svgs_raw/home.svg +9 -0
  954. package/svgs_raw/image-border.svg +16 -0
  955. package/svgs_raw/image-resize.svg +15 -0
  956. package/svgs_raw/image.svg +12 -0
  957. package/svgs_raw/info.svg +14 -0
  958. package/svgs_raw/invite-team.svg +15 -0
  959. package/svgs_raw/issue-raise.svg +14 -0
  960. package/svgs_raw/issue.svg +13 -0
  961. package/svgs_raw/issues.svg +15 -0
  962. package/svgs_raw/jira/capture.svg +12 -0
  963. package/svgs_raw/jira/failed-build-status.svg +14 -0
  964. package/svgs_raw/jira/labs.svg +14 -0
  965. package/svgs_raw/jira/test-session.svg +21 -0
  966. package/svgs_raw/label.svg +10 -0
  967. package/svgs_raw/lightbulb-filled.svg +12 -0
  968. package/svgs_raw/lightbulb.svg +12 -0
  969. package/svgs_raw/like.svg +10 -0
  970. package/svgs_raw/link-filled.svg +14 -0
  971. package/svgs_raw/link.svg +13 -0
  972. package/svgs_raw/list.svg +15 -0
  973. package/svgs_raw/location.svg +12 -0
  974. package/svgs_raw/lock-circle.svg +16 -0
  975. package/svgs_raw/lock-filled.svg +3 -0
  976. package/svgs_raw/lock.svg +13 -0
  977. package/svgs_raw/marketplace.svg +19 -0
  978. package/svgs_raw/media-services/actual-size.svg +10 -0
  979. package/svgs_raw/media-services/add-comment.svg +14 -0
  980. package/svgs_raw/media-services/annotate.svg +12 -0
  981. package/svgs_raw/media-services/arrow.svg +12 -0
  982. package/svgs_raw/media-services/audio.svg +13 -0
  983. package/svgs_raw/media-services/blur.svg +15 -0
  984. package/svgs_raw/media-services/brush.svg +12 -0
  985. package/svgs_raw/media-services/button-option.svg +12 -0
  986. package/svgs_raw/media-services/code.svg +13 -0
  987. package/svgs_raw/media-services/document.svg +15 -0
  988. package/svgs_raw/media-services/filter.svg +14 -0
  989. package/svgs_raw/media-services/fit-to-page.svg +10 -0
  990. package/svgs_raw/media-services/full-screen.svg +10 -0
  991. package/svgs_raw/media-services/grid.svg +15 -0
  992. package/svgs_raw/media-services/image.svg +15 -0
  993. package/svgs_raw/media-services/line-thickness.svg +12 -0
  994. package/svgs_raw/media-services/line.svg +12 -0
  995. package/svgs_raw/media-services/no-image.svg +12 -0
  996. package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
  997. package/svgs_raw/media-services/oval.svg +12 -0
  998. package/svgs_raw/media-services/pdf.svg +16 -0
  999. package/svgs_raw/media-services/preselected.svg +12 -0
  1000. package/svgs_raw/media-services/presentation.svg +15 -0
  1001. package/svgs_raw/media-services/rectangle.svg +12 -0
  1002. package/svgs_raw/media-services/scale-large.svg +14 -0
  1003. package/svgs_raw/media-services/scale-small.svg +14 -0
  1004. package/svgs_raw/media-services/spreadsheet.svg +18 -0
  1005. package/svgs_raw/media-services/text.svg +16 -0
  1006. package/svgs_raw/media-services/unknown.svg +13 -0
  1007. package/svgs_raw/media-services/video.svg +14 -0
  1008. package/svgs_raw/media-services/zip.svg +16 -0
  1009. package/svgs_raw/media-services/zoom-in.svg +10 -0
  1010. package/svgs_raw/media-services/zoom-out.svg +10 -0
  1011. package/svgs_raw/mention.svg +14 -0
  1012. package/svgs_raw/menu-expand.svg +9 -0
  1013. package/svgs_raw/menu.svg +14 -0
  1014. package/svgs_raw/mobile.svg +3 -0
  1015. package/svgs_raw/more-vertical.svg +14 -0
  1016. package/svgs_raw/more.svg +14 -0
  1017. package/svgs_raw/notification-all.svg +17 -0
  1018. package/svgs_raw/notification-direct.svg +13 -0
  1019. package/svgs_raw/notification.svg +13 -0
  1020. package/svgs_raw/office-building-filled.svg +22 -0
  1021. package/svgs_raw/office-building.svg +22 -0
  1022. package/svgs_raw/open.svg +13 -0
  1023. package/svgs_raw/overview.svg +12 -0
  1024. package/svgs_raw/page-filled.svg +15 -0
  1025. package/svgs_raw/page.svg +15 -0
  1026. package/svgs_raw/pdf.svg +16 -0
  1027. package/svgs_raw/people-group.svg +17 -0
  1028. package/svgs_raw/people.svg +15 -0
  1029. package/svgs_raw/person-circle.svg +14 -0
  1030. package/svgs_raw/person-with-circle.svg +9 -0
  1031. package/svgs_raw/person-with-cross.svg +9 -0
  1032. package/svgs_raw/person-with-tick.svg +9 -0
  1033. package/svgs_raw/person.svg +13 -0
  1034. package/svgs_raw/portfolio.svg +12 -0
  1035. package/svgs_raw/preferences.svg +17 -0
  1036. package/svgs_raw/premium.svg +3 -0
  1037. package/svgs_raw/presence-active.svg +12 -0
  1038. package/svgs_raw/presence-busy.svg +13 -0
  1039. package/svgs_raw/presence-unavailable.svg +13 -0
  1040. package/svgs_raw/question-circle.svg +14 -0
  1041. package/svgs_raw/question.svg +14 -0
  1042. package/svgs_raw/questions.svg +12 -0
  1043. package/svgs_raw/queues.svg +12 -0
  1044. package/svgs_raw/quote.svg +12 -0
  1045. package/svgs_raw/radio.svg +13 -0
  1046. package/svgs_raw/recent.svg +12 -0
  1047. package/svgs_raw/redo.svg +13 -0
  1048. package/svgs_raw/refresh.svg +15 -0
  1049. package/svgs_raw/retry.svg +11 -0
  1050. package/svgs_raw/roadmap.svg +10 -0
  1051. package/svgs_raw/room-menu.svg +16 -0
  1052. package/svgs_raw/schedule-filled.svg +15 -0
  1053. package/svgs_raw/schedule.svg +16 -0
  1054. package/svgs_raw/screen.svg +14 -0
  1055. package/svgs_raw/search.svg +12 -0
  1056. package/svgs_raw/select-clear.svg +12 -0
  1057. package/svgs_raw/send.svg +13 -0
  1058. package/svgs_raw/settings.svg +12 -0
  1059. package/svgs_raw/share.svg +16 -0
  1060. package/svgs_raw/ship.svg +14 -0
  1061. package/svgs_raw/shortcut.svg +14 -0
  1062. package/svgs_raw/sign-in.svg +14 -0
  1063. package/svgs_raw/sign-out.svg +14 -0
  1064. package/svgs_raw/sprint.svg +9 -0
  1065. package/svgs_raw/star-filled.svg +10 -0
  1066. package/svgs_raw/star-large.svg +10 -0
  1067. package/svgs_raw/star.svg +12 -0
  1068. package/svgs_raw/status.svg +9 -0
  1069. package/svgs_raw/stopwatch.svg +9 -0
  1070. package/svgs_raw/subtask.svg +13 -0
  1071. package/svgs_raw/suitcase.svg +3 -0
  1072. package/svgs_raw/switcher.svg +13 -0
  1073. package/svgs_raw/table.svg +15 -0
  1074. package/svgs_raw/task.svg +13 -0
  1075. package/svgs_raw/teams.svg +3 -0
  1076. package/svgs_raw/trash.svg +14 -0
  1077. package/svgs_raw/tray.svg +15 -0
  1078. package/svgs_raw/undo.svg +13 -0
  1079. package/svgs_raw/unlink.svg +17 -0
  1080. package/svgs_raw/unlock-circle.svg +16 -0
  1081. package/svgs_raw/unlock-filled.svg +13 -0
  1082. package/svgs_raw/unlock.svg +14 -0
  1083. package/svgs_raw/upload.svg +14 -0
  1084. package/svgs_raw/user-avatar-circle.svg +14 -0
  1085. package/svgs_raw/vid-audio-muted.svg +10 -0
  1086. package/svgs_raw/vid-audio-on.svg +13 -0
  1087. package/svgs_raw/vid-backward.svg +3 -0
  1088. package/svgs_raw/vid-camera-off.svg +10 -0
  1089. package/svgs_raw/vid-camera-on.svg +10 -0
  1090. package/svgs_raw/vid-connection-circle.svg +15 -0
  1091. package/svgs_raw/vid-forward.svg +10 -0
  1092. package/svgs_raw/vid-full-screen-off.svg +15 -0
  1093. package/svgs_raw/vid-full-screen-on.svg +10 -0
  1094. package/svgs_raw/vid-hang-up.svg +12 -0
  1095. package/svgs_raw/vid-hd-circle.svg +13 -0
  1096. package/svgs_raw/vid-pause.svg +10 -0
  1097. package/svgs_raw/vid-play.svg +10 -0
  1098. package/svgs_raw/vid-raised-hand.svg +14 -0
  1099. package/svgs_raw/vid-share-screen.svg +16 -0
  1100. package/svgs_raw/vid-speaking-circle.svg +14 -0
  1101. package/svgs_raw/vid-volume-full.svg +10 -0
  1102. package/svgs_raw/vid-volume-half.svg +10 -0
  1103. package/svgs_raw/vid-volume-muted.svg +10 -0
  1104. package/svgs_raw/video-circle.svg +14 -0
  1105. package/svgs_raw/video-filled.svg +13 -0
  1106. package/svgs_raw/warning.svg +14 -0
  1107. package/svgs_raw/watch-filled.svg +13 -0
  1108. package/svgs_raw/watch.svg +13 -0
  1109. package/svgs_raw/world-small.svg +12 -0
  1110. package/svgs_raw/world.svg +12 -0
package/glyph/world.js ADDED
@@ -0,0 +1,14 @@
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 WorldIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m-.9-1.863A7.19 7.19 0 0 1 4.8 12c0-.558.072-1.089.189-1.611L9.3 14.7v.9c0 .99.81 1.8 1.8 1.8zm6.21-2.286A1.79 1.79 0 0 0 15.6 15.6h-.9v-2.7c0-.495-.405-.9-.9-.9H8.4v-1.8h1.8c.495 0 .9-.405.9-.9V7.5h1.8c.99 0 1.8-.81 1.8-1.8v-.369c2.637 1.071 4.5 3.654 4.5 6.669 0 1.872-.72 3.573-1.89 4.851"/></svg>`
12
+ }, props));
13
+ WorldIcon.displayName = 'WorldIcon';
14
+ var _default = exports.default = WorldIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "32.0.0",
3
+ "version": "32.0.1",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,9 +36,9 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/tile": "^1.0.0",
39
- "@atlaskit/tokens": "^11.0.0",
39
+ "@atlaskit/tokens": "^11.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
- "@compiled/react": "^0.18.6"
41
+ "@compiled/react": "^0.20.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^18.2.0"
@@ -48,11 +48,11 @@
48
48
  "@af/icon-build-process": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/button": "^23.9.0",
51
+ "@atlaskit/button": "^23.10.0",
52
52
  "@atlaskit/code": "^17.4.0",
53
53
  "@atlaskit/css": "^0.19.0",
54
- "@atlaskit/docs": "^11.4.0",
55
- "@atlaskit/form": "^15.3.0",
54
+ "@atlaskit/docs": "^11.6.0",
55
+ "@atlaskit/form": "^15.4.0",
56
56
  "@atlaskit/heading": "^5.3.0",
57
57
  "@atlaskit/icon-file-type": "^7.0.0",
58
58
  "@atlaskit/icon-object": "^7.4.0",
@@ -63,7 +63,7 @@
63
63
  "@atlaskit/primitives": "^18.0.0",
64
64
  "@atlaskit/section-message": "^8.12.0",
65
65
  "@atlaskit/textfield": "^8.2.0",
66
- "@atlaskit/theme": "^21.0.0",
66
+ "@atlaskit/theme": "^22.0.0",
67
67
  "@atlaskit/toggle": "^15.2.0",
68
68
  "@atlaskit/tooltip": "^20.14.0",
69
69
  "@atlassian/feature-flags-test-utils": "^1.0.0",
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/activity</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/activity" fill="#42526E">
9
+ <path d="M19.0043286,17 C19.000078,16.9999966 19,7.00585866 19,7.00585866 C19,7.00048676 4.9956714,7 4.9956714,7 C4.99992202,7.00000343 5,16.9941413 5,16.9941413 C5,16.9995132 19.0043286,17 19.0043286,17 Z M3,7.00585866 C3,5.89805351 3.8926228,5 4.99508929,5 L19.0049107,5 C20.1067681,5 21,5.89706013 21,7.00585866 L21,16.9941413 C21,18.1019465 20.1073772,19 19.0049107,19 L4.99508929,19 C3.8932319,19 3,18.1029399 3,16.9941413 L3,7.00585866 Z" id="Rectangle-3" fill-rule="nonzero"></path>
10
+ <path d="M4,6 L20,6 L20,11 L4,11 L4,6 Z M9,8 C9,8.55613518 9.44565467,9 9.99539757,9 L18.0046024,9 C18.5443356,9 19,8.55228475 19,8 C19,7.44386482 18.5543453,7 18.0046024,7 L9.99539757,7 C9.4556644,7 9,7.44771525 9,8 Z M5,8 C5,8.55613518 5.44771525,9 6,9 C6.55613518,9 7,8.55228475 7,8 C7,7.44386482 6.55228475,7 6,7 C5.44386482,7 5,7.44771525 5,8 Z" id="Combined-Shape"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/add-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/add-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M11.0463475,7.95842075 L11.0463475,11.0463475 L7.95842075,11.0463475 C7.43009727,11.0463475 7,11.4697692 7,12 C7,12.5264162 7.43009727,12.9536525 7.95842075,12.9536525 L11.0463475,12.9536525 L11.0463475,16.0415792 C11.0463475,16.5699027 11.4697692,17 12,17 C12.5264162,17 12.9536525,16.5699027 12.9536525,16.0415792 L12.9536525,12.9536525 L16.0415792,12.9536525 C16.5708564,12.9536525 17,12.5302308 17,12 C17,11.4735838 16.5699027,11.0463475 16.0415792,11.0463475 L12.9536525,11.0463475 L12.9536525,7.95842075 C12.9536525,7.42914362 12.5302308,7 12,7 C11.4735838,7 11.0463475,7.43009727 11.0463475,7.95842075 Z" id="Clip-2" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/add-item</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/add-item" fill="#42526E">
9
+ <path d="M16.0024554,3 L4.99508929,3 C3.8926228,3 3,3.8932319 3,4.99508929 L3,19.0049107 C3,20.1073772 3.8932319,21 4.99508929,21 L19.0049107,21 C20.1073772,21 21,20.1067681 21,19.0049107 L21,7.99754465 L21,11 L19,11 L19,19 L5,19 L5,5 L13,5 L13,3 L16.0024554,3 Z" id="Combined-Shape" fill-rule="nonzero"></path>
10
+ <path d="M19,5 L19,3.99077797 C19,3.45097518 18.5522847,3 18,3 C17.4438648,3 17,3.44358641 17,3.99077797 L17,5 L16,5 L16,5 C15.4477153,5 15,5.44771525 15,6 C15,6.55228475 15.4477153,7 16,7 L17,7 L17,8.00922203 C17,8.54902482 17.4477153,9 18,9 C18.5561352,9 19,8.55641359 19,8.00922203 L19,7 L20,7 C20.5522847,7 21,6.55228475 21,6 C21,5.44771525 20.5522847,5 20,5 L19,5 Z" id="Combined-Shape"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/add</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/add" fill="#42526E">
9
+ <path d="M13,11 L13,3.99339768 C13,3.44494629 12.5522847,3 12,3 C11.4438648,3 11,3.44475929 11,3.99339768 L11,11 L3.993,11 C3.445,11 3,11.448 3,12 C3,12.557 3.445,13 3.993,13 L11,13 L11,20.0066023 C11,20.5550537 11.4477153,21 12,21 C12.5561352,21 13,20.5552407 13,20.0066023 L13,13 L20.007,13 C20.555,13 21,12.552 21,12 C21,11.444 20.555,11 20.007,11 L13,11 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/addon</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/addon" fill="#42526E">
9
+ <path d="M5.37580068,6.45476642 L10.6241993,3.35064792 C11.416038,2.88232201 12.5866527,2.88391338 13.3758007,3.35064792 L18.6241993,6.45476642 C19.416038,6.92309234 20,7.96241242 20,8.8958815 L20,15.1041185 C20,16.0407703 19.4133473,17.078499 18.6241993,17.5452336 L13.3758007,20.6493521 C12.583962,21.117678 11.4133473,21.1160866 10.6241993,20.6493521 L5.37580068,17.5452336 C4.583962,17.0769077 4,16.0375876 4,15.1041185 L4,8.8958815 C4,7.95922967 4.58665268,6.92150096 5.37580068,6.45476642 Z M12.3667448,5.14103917 C12.2011207,5.04308227 11.7998017,5.0425367 11.6332552,5.14103917 L6.38485655,8.24515767 C6.21923245,8.34311457 6.01811174,8.69887657 6.01811174,8.8958815 L6.01811174,15.1041185 C6.01811174,15.3000323 6.21831001,15.6563399 6.38485655,15.7548423 L11.6332552,18.8589608 C11.7988793,18.9569177 12.2001983,18.9574633 12.3667448,18.8589608 L17.6151434,15.7548423 C17.7807676,15.6568854 17.9818883,15.3011234 17.9818883,15.1041185 L17.9818883,8.8958815 C17.9818883,8.69996771 17.78169,8.34366013 17.6151434,8.24515767 L12.3667448,5.14103917 Z" id="Combined-Shape"></path>
10
+ <path d="M12,16 C9.790861,16 8,14.209139 8,12 C8,9.790861 9.790861,8 12,8 C14.209139,8 16,9.790861 16,12 C16,14.209139 14.209139,16 12,16 Z M12,14 C13.1045695,14 14,13.1045695 14,12 C14,10.8954305 13.1045695,10 12,10 C10.8954305,10 10,10.8954305 10,12 C10,13.1045695 10.8954305,14 12,14 Z" id="Combined-Shape"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/app-access</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/app-access">
9
+ <path d="M12.6822049,12 L5.0085302,12 C3.90195036,12 3,12.8954799 3,14.0001103 C3,14.0001103 3,21.8513001 3,18.4460997 C3,20.6078453 7.83620903,21.3972358 11.3682228,20.8142713 C10.5134179,19.77745 10,18.4486826 10,17 C10,14.9130292 11.0655093,13.0749215 12.6822049,12 Z" id="Combined-Shape" fill="#42526E"></path>
10
+ <circle id="Oval-2" fill="#42526E" cx="9" cy="7" r="4"></circle>
11
+ <circle id="Oval-17" fill="#42526E" cx="16" cy="17" r="5"></circle>
12
+ <path d="M14.6741727,19.3311118 C15.0335476,19.6904868 15.6153491,19.6904868 15.974724,19.3301927 L18.7320768,16.5682444 C19.0896135,16.2088694 19.0896135,15.627068 18.7302385,15.2686121 C18.3727018,14.9110754 17.7890621,14.9092371 17.4306063,15.2704503 L15.3230697,17.3807443 L14.5684741,16.6261488 C14.2100183,16.2676929 13.6282169,16.2676929 13.2688419,16.6261488 C12.910386,16.9855238 12.910386,17.5673252 13.2688419,17.925781 L14.6741727,19.3311118 Z" id="Fill-1" fill="#79F2C0"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#42526E" fill-rule="evenodd" d="M4,5.0093689 C4,4.45190985 4.44335318,4 5.0093689,4 L6.9906311,4 C7.54809015,4 8,4.44335318 8,5.0093689 L8,6.9906311 C8,7.54809015 7.55664682,8 6.9906311,8 L5.0093689,8 C4.45190985,8 4,7.55664682 4,6.9906311 L4,5.0093689 Z M4,11.0093689 C4,10.4519098 4.44335318,10 5.0093689,10 L6.9906311,10 C7.54809015,10 8,10.4433532 8,11.0093689 L8,12.9906311 C8,13.5480902 7.55664682,14 6.9906311,14 L5.0093689,14 C4.45190985,14 4,13.5566468 4,12.9906311 L4,11.0093689 Z M10,5.0093689 C10,4.45190985 10.4433532,4 11.0093689,4 L12.9906311,4 C13.5480902,4 14,4.44335318 14,5.0093689 L14,6.9906311 C14,7.54809015 13.5566468,8 12.9906311,8 L11.0093689,8 C10.4519098,8 10,7.55664682 10,6.9906311 L10,5.0093689 Z M10,11.0093689 C10,10.4519098 10.4433532,10 11.0093689,10 L12.9906311,10 C13.5480902,10 14,10.4433532 14,11.0093689 L14,12.9906311 C14,13.5480902 13.5566468,14 12.9906311,14 L11.0093689,14 C10.4519098,14 10,13.5566468 10,12.9906311 L10,11.0093689 Z M16,5.0093689 C16,4.45190985 16.4433532,4 17.0093689,4 L18.9906311,4 C19.5480902,4 20,4.44335318 20,5.0093689 L20,6.9906311 C20,7.54809015 19.5566468,8 18.9906311,8 L17.0093689,8 C16.4519098,8 16,7.55664682 16,6.9906311 L16,5.0093689 Z M16,11.0093689 C16,10.4519098 16.4433532,10 17.0093689,10 L18.9906311,10 C19.5480902,10 20,10.4433532 20,11.0093689 L20,12.9906311 C20,13.5480902 19.5566468,14 18.9906311,14 L17.0093689,14 C16.4519098,14 16,13.5566468 16,12.9906311 L16,11.0093689 Z M4,17.0093689 C4,16.4519098 4.44335318,16 5.0093689,16 L6.9906311,16 C7.54809015,16 8,16.4433532 8,17.0093689 L8,18.9906311 C8,19.5480902 7.55664682,20 6.9906311,20 L5.0093689,20 C4.45190985,20 4,19.5566468 4,18.9906311 L4,17.0093689 Z M10,17.0093689 C10,16.4519098 10.4433532,16 11.0093689,16 L12.9906311,16 C13.5480902,16 14,16.4433532 14,17.0093689 L14,18.9906311 C14,19.5480902 13.5566468,20 12.9906311,20 L11.0093689,20 C10.4519098,20 10,19.5566468 10,18.9906311 L10,17.0093689 Z M16,17.0093689 C16,16.4519098 16.4433532,16 17.0093689,16 L18.9906311,16 C19.5480902,16 20,16.4433532 20,17.0093689 L20,18.9906311 C20,19.5480902 19.5566468,20 18.9906311,20 L17.0093689,20 C16.4519098,20 16,19.5566468 16,18.9906311 L16,17.0093689 Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19 3H4.85001C4.34599 3.03791 3.87502 3.26524 3.5318 3.63628C3.18859 4.00733 2.99858 4.49456 3.00001 5V9H4.00001V19.45C4.03082 19.8896 4.23416 20.2993 4.56572 20.5896C4.89727 20.88 5.33015 21.0275 5.77001 21H18.23C18.6699 21.0275 19.1027 20.88 19.4343 20.5896C19.7659 20.2993 19.9692 19.8896 20 19.45V9H21V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3V3ZM18 19H6.00001V9H18V19ZM19 7H5.00001V5H19V7ZM15 14H9.00001V12H15V14Z" fill="#42526E"/>
3
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-down-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-down-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" fill-rule="nonzero" cx="12" cy="12" r="10"></circle>
10
+ <path d="M10.994,8 L10.994,10.377 L10.994,12.288 L10.994,13.586 L9.715,12.314 C9.323,11.924 8.688,11.924 8.294,12.314 C8.098,12.51 8,12.766 8,13.021 C8,13.277 8.098,13.533 8.294,13.73 L11.288,16.707 C11.484,16.902 11.741,17 11.999,17 C12.256,17 12.514,16.902 12.711,16.707 L15.705,13.73 C16.098,13.338 16.098,12.705 15.705,12.314 C15.312,11.924 14.676,11.924 14.284,12.314 L13.005,13.586 L13.005,12.288 L13.005,10.377 L13.005,8 C13.005,7.448 12.555,7 12,7 C11.445,7 10.994,7.448 10.994,8 Z" id="Clip-2" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-down</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-down" fill="#42526E">
9
+ <path d="M11,6 L11,15.586 L7.207,11.793 C6.817,11.402 6.183,11.402 5.793,11.793 C5.403,12.183 5.403,12.817 5.793,13.208 L11.293,18.707 C11.488,18.903 11.744,19 12,19 C12.256,19 12.512,18.903 12.707,18.707 L18.207,13.208 C18.598,12.817 18.598,12.183 18.207,11.793 C17.816,11.402 17.184,11.402 16.793,11.793 L13,15.586 L13,6 C13,5.448 12.552,5 12,5 C11.448,5 11,5.448 11,6 Z" id="Mask"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-left-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-left-circle" fill-rule="nonzero">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M16,10.9946395 L13.623,10.9946395 L11.712,10.9946395 L10.414,10.9946395 L11.686,9.71596645 C12.076,9.32291522 12.076,8.68759966 11.686,8.29454843 C11.295,7.90149719 10.662,7.90149719 10.271,8.29454843 L7.293,11.2891766 C6.902,11.6822279 6.902,12.3185487 7.293,12.7115999 L10.271,15.7052229 C10.467,15.9012459 10.723,15.99976 10.979,15.99976 C11.234,15.99976 11.49,15.9012459 11.686,15.7052229 C12.076,15.3121716 12.076,14.6768561 11.686,14.2838049 L10.414,13.0051318 L11.712,13.0051318 L13.623,13.0051318 L16,13.0051318 C16.552,13.0051318 17,12.5547815 17,11.9998857 C17,11.4449898 16.552,10.9946395 16,10.9946395" id="Fill-1" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.207 5.79298C12.2999 5.88577 12.3737 5.99597 12.424 6.11729C12.4743 6.2386 12.5002 6.36865 12.5002 6.49998C12.5002 6.63131 12.4743 6.76136 12.424 6.88267C12.3737 7.00399 12.2999 7.11419 12.207 7.20698L8.414 11H18C18.2652 11 18.5196 11.1053 18.7071 11.2929C18.8946 11.4804 19 11.7348 19 12C19 12.2652 18.8946 12.5196 18.7071 12.7071C18.5196 12.8946 18.2652 13 18 13H8.414L12.207 16.793C12.2999 16.8858 12.3737 16.996 12.424 17.1173C12.4743 17.2386 12.5002 17.3686 12.5002 17.5C12.5002 17.6313 12.4743 17.7614 12.424 17.8827C12.3737 18.004 12.2999 18.1142 12.207 18.207C11.817 18.597 11.183 18.597 10.792 18.207L5.293 12.707C5.1119 12.5266 5.00701 12.2835 5 12.028V11.971C5.00716 11.7158 5.11205 11.4731 5.293 11.293L10.792 5.79298C10.8849 5.70001 10.9952 5.62625 11.1166 5.57592C11.238 5.5256 11.3681 5.49969 11.4995 5.49969C11.6309 5.49969 11.761 5.5256 11.8824 5.57592C12.0038 5.62625 12.1141 5.70001 12.207 5.79298V5.79298Z" fill="#42526E"/>
3
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-right-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-right-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" fill-rule="nonzero" cx="12" cy="12" r="10"></circle>
10
+ <path d="M12.314,8.294 C11.924,8.687 11.924,9.323 12.314,9.716 L13.585,10.995 L12.288,10.995 L10.377,10.995 L8,10.995 C7.447,10.995 6.999,11.445 6.999,12 C6.999,12.555 7.447,13.005 8,13.005 L10.377,13.005 L12.288,13.005 L13.585,13.005 L12.314,14.284 C11.924,14.677 11.924,15.312 12.314,15.706 C12.51,15.901 12.766,16 13.02,16 C13.277,16 13.532,15.901 13.729,15.706 L16.707,12.711 C17.097,12.319 17.097,11.683 16.707,11.289 L13.729,8.294 C13.533,8.098 13.277,8 13.021,8 C12.765,8 12.509,8.098 12.314,8.294 Z" id="Clip-2" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-right</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-right" fill="#42526E">
9
+ <path d="M11.793,5.793 C11.402,6.184 11.402,6.816 11.793,7.207 L15.586,11 L6,11 C5.448,11 5,11.448 5,12 C5,12.552 5.448,13 6,13 L15.586,13 L11.793,16.793 C11.402,17.183 11.402,17.817 11.793,18.207 C12.183,18.597 12.817,18.597 13.208,18.207 L18.707,12.707 C18.895,12.519 18.993,12.275 19,12.028 L19,11.971 C18.993,11.725 18.895,11.481 18.707,11.293 L13.208,5.793 C13.012,5.598 12.756,5.501 12.5,5.501 C12.244,5.501 11.988,5.598 11.793,5.793 Z" id="Clip-2"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-up-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-up-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" fill-rule="nonzero" cx="12" cy="12" r="10"></circle>
10
+ <path d="M11.288,7.293 L8.294,10.27 C8.098,10.467 8,10.723 8,10.979 C8,11.234 8.098,11.49 8.294,11.686 C8.688,12.076 9.323,12.076 9.715,11.686 L10.994,10.414 L10.994,11.712 L10.994,13.623 L10.994,16 C10.994,16.552 11.445,17 12,17 C12.555,17 13.005,16.552 13.005,16 L13.005,13.623 L13.005,11.712 L13.005,10.414 L14.284,11.686 C14.676,12.076 15.312,12.076 15.705,11.686 C16.098,11.295 16.098,10.662 15.705,10.27 L12.711,7.293 C12.514,7.098 12.256,7 11.999,7 C11.741,7 11.484,7.098 11.288,7.293 Z" id="Clip-2" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/arrow-up</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/arrow-up" fill="#42526E">
9
+ <path d="M11.293,5.293 L5.793,10.792 C5.403,11.183 5.403,11.817 5.793,12.207 C6.183,12.598 6.817,12.598 7.207,12.207 L11,8.414 L11,18 C11,18.552 11.448,19 12,19 C12.552,19 13,18.552 13,18 L13,8.414 L16.793,12.207 C17.184,12.598 17.816,12.598 18.207,12.207 C18.598,11.817 18.598,11.183 18.207,10.792 L12.707,5.293 C12.512,5.097 12.256,5 12,5 C11.744,5 11.488,5.097 11.293,5.293 Z" id="Clip-2"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/attachment</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/attachment" fill="#42526E">
9
+ <path d="M11.6425993,17.9647145 C10.112347,19.4600361 7.62736341,19.4606503 6.10092154,17.9690523 C4.57505176,16.4780133 4.57769296,14.0466694 6.10253018,12.5566394 L13.250494,5.57184115 C14.1476094,4.695204 15.586068,4.69251203 16.4832441,5.56920838 C17.3762599,6.44183942 17.3778447,7.85135261 16.4868708,8.72198843 L9.7836073,15.2722375 C9.53287721,15.5172442 9.12806563,15.5162552 8.86954089,15.2636318 C8.61072863,15.0107274 8.60963451,14.6157985 8.86954089,14.361825 L15.0989344,8.27462888 C15.481201,7.90108825 15.481201,7.29545925 15.0989344,6.92191863 C14.7166679,6.54837801 14.0968913,6.54837801 13.7146247,6.92191863 L7.48523122,13.0091147 C6.45910884,14.0118139 6.46355865,15.6179911 7.48523122,16.616342 C8.50674385,17.6145368 10.1511,17.618554 11.167917,16.6249478 L17.8711804,10.0746987 C19.5273693,8.4563154 19.5244225,5.83554581 17.8675538,4.21649814 C16.2046552,2.59155823 13.5266484,2.59656992 11.8661843,4.2191309 L4.7182205,11.2039291 C2.42950728,13.4403982 2.42555029,17.0829987 4.71661185,19.3217625 C7.00774368,21.560595 10.7322803,21.5596744 13.026909,19.3174248 L19.7133,12.783663 C20.0955667,12.4101224 20.0955667,11.8044934 19.7133,11.4309528 C19.3310335,11.0574122 18.711257,11.0574122 18.3289903,11.4309528 L11.6425993,17.9647145 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/audio-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/audio-circle" fill-rule="nonzero">
9
+ <circle id="Oval-3" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M16,9.28311395 L16,13.6 L15.9967195,13.6 C15.9452609,14.3818032 15.2948243,15 14.5,15 C13.6715729,15 13,14.3284271 13,13.5 C13,12.6715729 13.6715729,12 14.5,12 L14.5,12 L14.5,12 C14.6753177,12 14.8436105,12.0300771 15,12.0853529 L15,10.0048288 L11,10.4361596 L11,14.5999999 L10.9967195,14.5999999 C10.945261,15.3818031 10.2948243,16 9.5,16 L9.5,16 C8.67157288,16 8,15.3284271 8,14.5 L8,14.5 C8,13.6715729 8.67157288,13 9.5,13 C9.67531771,13 9.84361054,13.0300771 10,13.0853529 L10,10.056612 L10,9.0337721 C10,8.79586537 10.1861474,8.58293108 10.4315052,8.55647349 L15.5684948,8.00253808 C15.8068085,7.97684007 16,8.14921323 16,8.38677596 L16,9.28311395 Z" id="Combined-Shape" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/audio</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/audio" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M19,6.67298232 L19,14.9 L19,15.2 C19,16.7463973 17.7463973,18 16.2,18 L15.8,18 C14.2536027,18 13,16.7463973 13,15.2 L13,14.8 C13,13.2536027 14.2536027,12 15.8,12 L15.8,12 L16.2,12 L16.2,12 C16.477989,12 16.7465162,12.040511 17,12.1159515 L17,8.24223259 L11,8.86334889 L11,15.9 L11,16.2 C11,17.7463973 9.7463973,19 8.2,19 L7.8,19 L7.8,19 C6.2536027,19 5,17.7463973 5,16.2 L5,15.8 L5,15.8 C5,14.2536027 6.2536027,13 7.8,13 L7.8,13 L8.2,13 L8.2,13 C8.47798904,13 8.74651623,13.040511 9,13.1159515 L9,8.19057923 L9,6.65403536 C9,6.27338459 9.31024575,5.93268972 9.71917534,5.89035759 L18.2808247,5.00406093 C18.6780142,4.96294411 19,5.23874117 19,5.61884153 L19,6.67298232 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/backlog</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/backlog" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M5,19.0018278 C4.99999698,19.0001399 17,19 17,19 L17,16.9981722 C17.000003,16.9998601 5,17 5,17 L5,19.0018278 Z M3,16.9979131 C3,15.8944962 3.89451376,15 4.99406028,15 L17.0059397,15 C18.1072288,15 19,15.8982606 19,16.9979131 L19,19.0020869 C19,20.1055038 18.1054862,21 17.0059397,21 L4.99406028,21 C3.8927712,21 3,20.1017394 3,19.0020869 L3,16.9979131 Z" id="Rectangle-Copy"></path>
10
+ <path d="M5,15 L17,15 L17,13 L5,13 L5,15 Z M3,11 L19,11 L19,17 L3,17 L3,11 Z" id="Rectangle-Copy-2"></path>
11
+ <path d="M7,11.0018278 C6.99999698,11.0001399 19,11 19,11 L19,8.99817224 C19.000003,8.99986007 7,9 7,9 L7,11.0018278 Z M5,8.99791312 C5,7.89449617 5.89451376,7 6.99406028,7 L19.0059397,7 C20.1072288,7 21,7.89826062 21,8.99791312 L21,11.0020869 C21,12.1055038 20.1054862,13 19.0059397,13 L6.99406028,13 C5.8927712,13 5,12.1017394 5,11.0020869 L5,8.99791312 Z" id="Rectangle-Copy-3"></path>
12
+ <path d="M5,5 L5,7 L17,7 L17,5 L5,5 Z M3,4.99791312 C3,3.89449617 3.89451376,3 4.99406028,3 L17.0059397,3 C18.1072288,3 19,3.89826062 19,4.99791312 L19,9 L3,9 L3,4.99791312 Z" id="Rectangle-Copy-4"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/billing-filled</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/billing-filled">
9
+ <path d="M5,3.99079514 C5,2.89130934 5.89706013,2 7.00585866,2 L16.9941413,2 C18.1019465,2 19,2.89821238 19,3.99079514 L19,20.0092049 C19,21.1086907 18.1029399,22 16.9941413,22 L7.00585866,22 C5.89805351,22 5,21.1017876 5,20.0092049 L5,3.99079514 Z" id="Combined-Shape" fill="#42526E" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-33" fill="#79F2C0" x="8" y="6" width="8" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-33-Copy" fill="#79F2C0" x="8" y="9" width="5" height="2" rx="1"></rect>
12
+ <rect id="Rectangle-33-Copy-2" fill="#79F2C0" x="8" y="12" width="5" height="2" rx="1"></rect>
13
+ <rect id="Rectangle-33-Copy-5" fill="#79F2C0" x="8" y="15" width="5" height="2" rx="1"></rect>
14
+ <rect id="Rectangle-33-Copy-3" fill="#79F2C0" x="14" y="12" width="2" height="2" rx="1"></rect>
15
+ <rect id="Rectangle-33-Copy-6" fill="#79F2C0" x="14" y="15" width="2" height="2" rx="1"></rect>
16
+ <rect id="Rectangle-33-Copy-4" fill="#79F2C0" x="14" y="9" width="2" height="2" rx="1"></rect>
17
+ </g>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/billing</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/billing" fill="#42526E">
9
+ <path d="M7,4 L7,20 L17,20 L17,4 L7,4 Z M5,3.99079514 C5,2.89130934 5.89706013,2 7.00585866,2 L16.9941413,2 C18.1019465,2 19,2.89821238 19,3.99079514 L19,20.0092049 C19,21.1086907 18.1029399,22 16.9941413,22 L7.00585866,22 C5.89805351,22 5,21.1017876 5,20.0092049 L5,3.99079514 Z" id="Rectangle-5" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-33" x="8" y="6" width="8" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-33-Copy" x="8" y="9" width="5" height="2" rx="1"></rect>
12
+ <rect id="Rectangle-33-Copy-2" x="8" y="12" width="5" height="2" rx="1"></rect>
13
+ <rect id="Rectangle-33-Copy-5" x="8" y="15" width="5" height="2" rx="1"></rect>
14
+ <rect id="Rectangle-33-Copy-3" x="14" y="12" width="2" height="2" rx="1"></rect>
15
+ <rect id="Rectangle-33-Copy-6" x="14" y="15" width="2" height="2" rx="1"></rect>
16
+ <rect id="Rectangle-33-Copy-4" x="14" y="9" width="2" height="2" rx="1"></rect>
17
+ </g>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/branches</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/branches" fill="#42526E">
9
+ <path d="M19,11 C19,12.3 18.2,13.4 17,13.8 L17,15 C17,17.2 15.2,19 13,19 L10.8,19 C10.4,20.2 9.3,21 8,21 C6.3,21 5,19.7 5,18 C5,16.7 5.8,15.6 7,15.2 L7,15 L7,9 L7,8.8 C5.9,8.4 5,7.3 5,6 C5,4.3 6.3,3 8,3 C9.7,3 11,4.3 11,6 C11,7.3 10.2,8.4 8.9,8.8 L8.9,9 L8.9,15 L8.9,15.2 C9.8,15.5 10.5,16.1 10.8,17 L13,17 C14.1,17 15,16.1 15,15 L15,13.8 C13.8,13.4 13,12.3 13,11 C13,9.3 14.3,8 16,8 C17.7,8 19,9.3 19,11 Z M8,5 C7.5,5 7,5.4 7,6 C7,6.6 7.4,7 8,7 C8.6,7 9,6.6 9,6 C9,5.4 8.6,5 8,5 Z M16,12 C16.6,12 17,11.6 17,11 C17,10.4 16.6,10 16,10 C15.4,10 15,10.4 15,11 C15,11.6 15.4,12 16,12 Z M8,19 C8.6,19 9,18.6 9,18 C9,17.4 8.6,17 8,17 C7.4,17 7,17.4 7,18 C7,18.6 7.4,19 8,19 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/builds</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/builds" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M10,5 C10,5.55089175 10.4482916,6 10.9968697,6 L14.0031303,6 C14.5501047,6 15,5.55022012 15,5 C15,4.44910825 14.5517084,4 14.0031303,4 L10.9968697,4 C10.4498953,4 10,4.44977988 10,5 Z M8,5 C8,3.34314575 9.34739093,2 10.9968697,2 L14.0031303,2 C15.6582557,2 17,3.34651712 17,5 C17,6.65685425 15.6526091,8 14.0031303,8 L10.9968697,8 C9.34174426,8 8,6.65348288 8,5 Z" id="Rectangle-9"></path>
10
+ <path d="M10,12 C10,12.5508917 10.4482916,13 10.9968697,13 L14.0031303,13 C14.5501047,13 15,12.5502201 15,12 C15,11.4491083 14.5517084,11 14.0031303,11 L10.9968697,11 C10.4498953,11 10,11.4497799 10,12 Z M8,12 C8,10.3431458 9.34739093,9 10.9968697,9 L14.0031303,9 C15.6582557,9 17,10.3465171 17,12 C17,13.6568542 15.6526091,15 14.0031303,15 L10.9968697,15 C9.34174426,15 8,13.6534829 8,12 Z" id="Rectangle-9-Copy"></path>
11
+ <path d="M10,19 C10,19.5508917 10.4482916,20 10.9968697,20 L14.0031303,20 C14.5501047,20 15,19.5502201 15,19 C15,18.4491083 14.5517084,18 14.0031303,18 L10.9968697,18 C10.4498953,18 10,18.4497799 10,19 Z M8,19 C8,17.3431458 9.34739093,16 10.9968697,16 L14.0031303,16 C15.6582557,16 17,17.3465171 17,19 C17,20.6568542 15.6526091,22 14.0031303,22 L10.9968697,22 C9.34174426,22 8,20.6534829 8,19 Z" id="Rectangle-9-Copy-2"></path>
12
+ <path d="M16.0621664,6 L18.476947,6 C19.2893597,6 19.9489939,6.65925194 19.9489939,7.46920295 L19.9489939,9.42419137 C19.9489939,10.2390188 19.2949596,10.8933943 18.474497,10.8933943 L16,10.8933943 L16,12.8933943 L18.474497,12.8933943 C20.3997626,12.8933943 21.9489939,11.3433549 21.9489939,9.42419137 L21.9489939,7.46920295 C21.9489939,5.55442281 20.3936698,4 18.476947,4 L16.0621664,4 L16.0621664,6 Z" id="Path-2"></path>
13
+ <path d="M8.88682755,11 L6.47204695,11 C4.55532418,11 3,12.5544228 3,14.4692029 L3,16.4241914 C3,18.3433549 4.5492313,19.8933943 6.47449697,19.8933943 L8.94899394,19.8933943 L8.94899394,17.8933943 L6.47449697,17.8933943 C5.65403434,17.8933943 5,17.2390188 5,16.4241914 L5,14.4692029 C5,13.6592519 5.65963422,13 6.47204695,13 L8.88682755,13 L8.88682755,11 Z" id="Path-2-Copy"></path>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/clone</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/clone" fill="#42526E">
9
+ <path d="M8,3.9985 L4.99508929,3.9985 C3.8926228,3.9985 3,4.8977496 3,6.0070302 L3,13.9899698 C3,15.0965496 3.8932319,15.9985 4.99508929,15.9985 L19.0049107,15.9985 C20.1073772,15.9985 21,15.0992504 21,13.9899698 L21,6.0070302 C21,4.90045036 20.1067681,3.9985 19.0049107,3.9985 L16,3.9985 L16,5.9985 L19,5.9985 L19,13.9985 L5,13.9985 L5,5.9985 L8,5.9985 L8,3.9985 Z" id="Combined-Shape-Copy" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-11-Copy-3" x="10" y="16.9985" width="4" height="3"></rect>
11
+ <path d="M9,19.9985 C9,19.4462153 9.45097518,18.9985 9.99077797,18.9985 L14.009222,18.9985 C14.5564136,18.9985 15,19.4423648 15,19.9985 L15,20.9985 L9,20.9985 L9,19.9985 Z" id="Rectangle-11-Copy-4"></path>
12
+ <path d="M9.292,8.291 C8.903,8.682 8.903,9.316 9.292,9.706 L11.289,11.702 C11.486,11.899 11.742,12 12.001,12 C12.255,12 12.512,11.901 12.712,11.702 L14.707,9.706 C15.098,9.316 15.098,8.682 14.707,8.291 C14.511,8.096 14.255,7.999 13.999,7.999 C13.744,7.999 13.488,8.096 13.293,8.291 L12,9.585 L10.706,8.291 C10.512,8.096 10.256,7.998 10,7.998 C9.744,7.998 9.487,8.096 9.292,8.291 Z" id="Clip-2"></path>
13
+ <rect id="Rectangle-8-Copy" x="11" y="2.9985" width="2" height="7" rx="1"></rect>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/commits</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/commits" fill="#42526E">
9
+ <path d="M16,12 C16,10.1 14.7,8.6 13,8.1 L13,4 C13,3.4 12.6,3 12,3 C11.4,3 11,3.4 11,4 L11,8.1 C9.3,8.5 8,10.1 8,12 C8,13.9 9.3,15.4 11,15.9 L11,20 C11,20.6 11.4,21 12,21 C12.6,21 13,20.6 13,20 L13,15.9 C14.7,15.4 16,13.9 16,12 Z M12,14 C10.9,14 10,13.1 10,12 C10,10.9 10.9,10 12,10 L12,10 L12,10 C13.1,10 14,10.9 14,12 C14,13.1 13.1,14 12,14 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/compare</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/compare" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M10.0665748,16.4411124 C10.400752,17.359124 11.3731217,18.0406017 12.3469838,18.0406017 L18.5142596,18.0406017 C19.0643499,18.0406017 19.5102861,17.5967369 19.5102861,17.0406017 C19.5102861,16.4883169 19.0621895,16.0406017 18.5142596,16.0406017 L12.3469838,16.0406017 C12.2139633,16.0406017 11.991999,15.8847116 11.9458262,15.7567031 L11.1296341,13.4939092 L10.0665747,16.4411126 Z M7.94044182,10.5466925 L7.12424972,8.28389862 C7.07963305,8.16020429 6.85140916,8 6.72232676,8 L3.99751526,8 C3.45643033,8 3,7.55228475 3,7 C3,6.44386482 3.44660279,6 3.99751526,6 L6.72232676,6 C7.69205788,6 8.67076956,6.68558059 9.00350101,7.59948947 L7.94044182,10.5466925 Z" id="Combined-Shape"></path>
10
+ <path d="M19.5102861,7 C19.5102861,6.44771525 19.0621895,6 18.5142596,6 L12.3469838,6 C11.3710708,6 10.3966564,6.68435107 10.064472,7.60529224 L7.12424972,15.7567031 C7.07963305,15.8803974 6.85140916,16.0406017 6.72232676,16.0406017 L3.99751526,16.0406017 C3.44660279,16.0406017 3,16.4844665 3,17.0406017 L3,17.0406017 C3,17.5928864 3.45643033,18.0406017 3.99751526,18.0406017 L6.72232676,18.0406017 C7.6941092,18.0406017 8.67491023,17.3521175 9.00560386,16.4353094 L11.9458262,8.28389862 C11.991999,8.15589005 12.2139633,8 12.3469838,8 L18.5142596,8 C19.0643499,8 19.5102861,7.55613518 19.5102861,7 L19.5102861,7 Z" id="Path-5-Copy"></path>
11
+ <path d="M17.2928932,8.29289322 C16.9023689,8.68341751 16.9023689,9.31658249 17.2928932,9.70710678 C17.6834175,10.0976311 18.3165825,10.0976311 18.7071068,9.70710678 L20.7029531,7.71126044 C21.0957714,7.31844215 21.103674,6.68946043 20.7029531,6.28873956 L18.7071068,4.29289322 C18.3165825,3.90236893 17.6834175,3.90236893 17.2928932,4.29289322 C16.9023689,4.68341751 16.9023689,5.31658249 17.2928932,5.70710678 L18.5857864,7 L17.2928932,8.29289322 Z" id="Path-3"></path>
12
+ <path d="M17.2928932,18.2928932 C16.9023689,18.6834175 16.9023689,19.3165825 17.2928932,19.7071068 C17.6834175,20.0976311 18.3165825,20.0976311 18.7071068,19.7071068 L20.7029531,17.7112604 C21.0957714,17.3184421 21.103674,16.6894604 20.7029531,16.2887396 L18.7071068,14.2928932 C18.3165825,13.9023689 17.6834175,13.9023689 17.2928932,14.2928932 C16.9023689,14.6834175 16.9023689,15.3165825 17.2928932,15.7071068 L18.5857864,17 L17.2928932,18.2928932 Z" id="Path-3"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/forks</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/forks" fill="#42526E">
9
+ <path d="M3,12 C3,11.4477153 3.4463114,11 3.99754465,11 L12,11 L12,13 L3.99754465,13 C3.44661595,13 3,12.5561352 3,12 L3,12 Z" id="Rectangle-7"></path>
10
+ <path d="M12,11 L12,9 C12,8.4489634 12.4494489,8 13.0001482,8 L19.3950093,8 L19.3950093,6 L13.0001482,6 C11.3453629,6 10,7.34390977 10,9 L10,11 L12,11 Z" id="Path-4-Copy" fill-rule="nonzero"></path>
11
+ <path d="M10,13 L10,15 C10,16.6560902 11.3453629,18 13.0001482,18 L19.3950093,18 L19.3950093,16 L13.0001482,16 C12.4494489,16 12,15.5510366 12,15 L12,13 L10,13 Z" id="Path-4-Copy-2" fill-rule="nonzero"></path>
12
+ <path d="M17.2928932,8.29289322 C16.9023689,8.68341751 16.9023689,9.31658249 17.2928932,9.70710678 C17.6834175,10.0976311 18.3165825,10.0976311 18.7071068,9.70710678 L20.7029531,7.71126044 C21.0957714,7.31844215 21.103674,6.68946043 20.7029531,6.28873956 L18.7071068,4.29289322 C18.3165825,3.90236893 17.6834175,3.90236893 17.2928932,4.29289322 C16.9023689,4.68341751 16.9023689,5.31658249 17.2928932,5.70710678 L18.5857864,7 L17.2928932,8.29289322 Z" id="Path-3" fill-rule="nonzero"></path>
13
+ <path d="M17.2928932,18.2928932 C16.9023689,18.6834175 16.9023689,19.3165825 17.2928932,19.7071068 C17.6834175,20.0976311 18.3165825,20.0976311 18.7071068,19.7071068 L20.7029531,17.7112604 C21.0957714,17.3184421 21.103674,16.6894604 20.7029531,16.2887396 L18.7071068,14.2928932 C18.3165825,13.9023689 17.6834175,13.9023689 17.2928932,14.2928932 C16.9023689,14.6834175 16.9023689,15.3165825 17.2928932,15.7071068 L18.5857864,17 L17.2928932,18.2928932 Z" id="Path-3-Copy" fill-rule="nonzero"></path>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/output</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/output" fill="#42526E">
9
+ <path d="M7,15 L7,16.9941413 C7,18.1029399 7.89805351,19 9.00585866,19 L18.9941413,19 C20.1029399,19 21,18.1019465 21,16.9941413 L21,7.00585866 C21,5.89706013 20.1019465,5 18.9941413,5 L9.00585866,5 C7.89706013,5 7,5.89805351 7,7.00585866 L7,9 L9.00305214,9 C9.00384688,7.82456286 9.00478648,7 9.00585866,7 C9.00585866,7 19,7.00212593 19,7.00585866 C19,7.00585866 18.9978741,17 18.9941413,17 C18.9941413,17 9,16.9978741 9,16.9941413 C9,16.9941413 9.00017482,16.1723174 9.00051221,15 L7,15 Z" id="Combined-Shape" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-4" x="8" y="6" width="12" height="3"></rect>
11
+ <path d="M4.291,9.293 L2.297,11.288 C1.897,11.69 1.905,12.318 2.297,12.711 L4.291,14.708 C4.682,15.097 5.314,15.097 5.704,14.708 C6.094,14.317 6.094,13.683 5.704,13.293 L4.412,12 L5.704,10.707 C6.094,10.316 6.094,9.684 5.704,9.293 C5.509,9.098 5.253,9.001 4.997,9.001 C4.742,9.001 4.486,9.098 4.291,9.293 Z" id="Clip-2"></path>
12
+ <rect id="Rectangle-5" x="3" y="11" width="12" height="2" rx="1"></rect>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/pipelines</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/pipelines" fill="#42526E">
9
+ <path d="M7.293,5.293 C6.902,5.683 6.902,6.317 7.293,6.707 L8.586,8 L7.293,9.293 C6.902,9.684 6.902,10.316 7.293,10.707 C7.683,11.098 8.317,11.098 8.708,10.707 L10.703,8.712 C11.103,8.31 11.096,7.681 10.703,7.289 L8.708,5.293 C8.512,5.097 8.256,5 8,5 C7.744,5 7.488,5.097 7.293,5.293 Z" id="Clip-2"></path>
10
+ <path d="M16.4733907,7.00003156 C13.6116022,7.01003156 11.3801064,9.06303156 11.0814415,11.8470316 L10.9725637,13.0000316 C10.6948753,14.9390316 8.82697149,16.3650316 6.73032434,15.9170316 C5.44376811,15.6420316 4.38895182,14.6080316 4.09628026,13.3240316 C3.57286763,11.0330316 5.30092841,9.00003156 7.50545449,9.00003156 C7.63930429,9.00003156 7.7721552,9.00703156 7.90200948,9.02203156 C8.48435597,9.08803156 9.00676972,8.67503156 9.00676972,8.08803156 L9.00676972,7.98603156 C9.00676972,7.51203156 8.65716205,7.10003156 8.18669001,7.04203156 C7.58936034,6.96803156 6.96206429,6.99003156 6.32078393,7.12303156 C4.24111772,7.55603156 2.55700763,9.23603156 2.12349411,11.3170316 C1.38232585,14.8710316 4.07830044,18.0000316 7.50545449,18.0000316 C10.3762329,18.0000316 12.7345864,15.8030316 12.9873028,13.0000316 L13.0921851,11.7350316 C13.3199295,10.0900316 15.1488771,8.64803156 17.2395309,9.07603156 C18.5650435,9.34703156 19.6468295,10.4270316 19.9205223,11.7530316 C20.2990975,13.5840316 19.246279,15.2360316 17.6740433,15.7970316 C17.2665007,15.9420316 16.982819,16.3110316 16.982819,16.7430316 L16.982819,16.7430316 C16.982819,17.4260316 17.6560635,17.9210316 18.3003405,17.6970316 C20.749592,16.8480316 22.4127256,14.3210316 21.9102894,11.4930316 C21.4518039,8.90803156 19.0964471,6.99103156 16.4733907,7.00003156" id="Fill-1"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/pullrequests</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/pullrequests" fill="#42526E">
9
+ <path d="M18,15.2 L18,11 C18,9.3 16.7,8 15,8 L13.1,8 L13.9,7.2 C14.2,6.9 14.2,6.4 13.9,6.1 C13.6,5.8 13.1,5.8 12.8,6.1 L10.5,8.4 C10.2,8.8 10.2,9.3 10.5,9.6 L12.8,11.9 C13,12.1 13.1,12.1 13.3,12.1 C13.5,12.1 13.7,12 13.9,11.8 C14.2,11.5 14.2,11 13.9,10.7 L13.2,10 L15,10 C15.6,10 16,10.4 16,11 L16,15.2 C14.8,15.6 14,16.7 14,18 C14,19.7 15.3,21 17,21 C18.7,21 20,19.7 20,18 C20,16.7 19.2,15.6 18,15.2 Z M17,19 C16.4,19 16,18.6 16,18 C16,17.4 16.4,17 17,17 C17.6,17 18,17.4 18,18 C18,18.6 17.6,19 17,19 Z" id="Shape"></path>
10
+ <path d="M7,3 C5.4,3 4,4.3 4,6 C4,7.3 4.8,8.4 6,8.8 L6,20 C6,20.6 6.4,21 7,21 C7.6,21 8,20.6 8,20 L8,8.8 C9.2,8.4 10,7.3 10,6 C10,4.3 8.7,3 7,3 Z M7,7 C6.5,7 6,6.6 6,6 C6,5.4 6.4,5 7,5 C7.6,5 8,5.4 8,6 C8,6.6 7.6,7 7,7 Z" id="Shape"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>bitbucket/repos</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Bitbucket" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="bitbucket/repos" fill="#42526E">
9
+ <path d="M5,5 L5,19 L19,19 L19,5 L5,5 Z M5,3 L19,3 C20.1045695,3 21,3.8954305 21,5 L21,19 C21,20.1045695 20.1045695,21 19,21 L5,21 C3.8954305,21 3,20.1045695 3,19 L3,5 C3,3.8954305 3.8954305,3 5,3 Z" id="Rectangle-2-Copy" fill-rule="nonzero"></path>
10
+ <path d="M9.2315,8.306 L6.3015,11.26 C5.8995,11.669 5.8995,12.33 6.3015,12.738 L9.2315,15.694 C9.4345,15.897 9.6995,15.999 9.9645,15.999 C10.2295,15.999 10.4945,15.897 10.6965,15.694 C11.1015,15.285 11.1015,14.624 10.6965,14.216 L8.4995,11.999 L10.6965,9.782 C11.1015,9.376 11.1015,8.713 10.6965,8.306 C10.4935,8.101 10.2295,8 9.9645,8 C9.6985,8 9.4345,8.101 9.2315,8.306 Z" id="Clip-2-Copy"></path>
11
+ <path d="M13.3036972,8.3051102 C12.8987676,8.71366531 12.8987676,9.37508571 13.3036972,9.78259592 L15.5002589,11.9998694 L13.3036972,14.2171429 C12.8987676,14.6236082 12.8987676,15.2860735 13.3036972,15.6935837 C13.7075911,16.1021388 14.3631421,16.1021388 14.7680717,15.6935837 L17.6978563,12.7386122 C18.1007146,12.3300571 18.1007146,11.6696816 17.6978563,11.2611265 L14.7680717,8.3051102 C14.5650891,8.1013551 14.2999689,8 14.0348488,8 C13.7707643,8 13.5046085,8.1013551 13.3036972,8.3051102 Z" id="Clip-2-Copy-2"></path>
12
+ </g>
13
+ </g>
14
+ </svg>