@atlaskit/icon 32.0.0 → 32.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1110) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/index.tsx +31 -1
  3. package/codemods/32.0.2-icon-spacing-to-flex-primitive/index.tsx +428 -0
  4. package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +310 -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
@@ -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/snippets</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/snippets" fill="#42526E">
9
+ <path d="M16,9 C16.8,9 17.6,8.7 18.1,8.1 C18.7,7.5 19,6.8 19,6 C19,5.2 18.7,4.4 18.1,3.9 C17,2.8 15,2.8 13.9,3.9 C13.3,4.4 13,5.2 13,6 C13,6.8 13.3,7.5 13.8,8 L12,11.1 L10.2,8 C10.7,7.5 11,6.8 11,6 C11,5.2 10.7,4.4 10.1,3.9 C9,2.7 7,2.7 5.9,3.9 C5.3,4.4 5,5.2 5,6 C5,6.8 5.3,7.6 5.9,8.1 C6.5,8.7 7.2,9 8,9 L8.4,9 L15.1,20.5 C15.3,20.8 15.6,21 16,21 C16.2,21 16.3,21 16.5,20.9 C17,20.6 17.1,20 16.9,19.5 L13.2,13.1 L15.6,8.9 C15.7,9 15.9,9 16,9 Z M8.7,6.7 C8.3,7.1 7.7,7.1 7.3,6.7 C7.1,6.5 7,6.3 7,6 C7,5.7 7.1,5.5 7.3,5.3 C7.5,5.1 7.7,5 8,5 C8.3,5 8.5,5.1 8.7,5.3 C8.9,5.5 9,5.7 9,6 C9,6.3 8.9,6.5 8.7,6.7 Z M15.3,5.3 C15.5,5.1 15.7,5 16,5 C16.3,5 16.5,5.1 16.7,5.3 C16.9,5.5 17,5.7 17,6 C17,6.3 16.9,6.5 16.7,6.7 C16.3,7.1 15.7,7.1 15.3,6.7 C15.1,6.5 15,6.3 15,6 C15,5.7 15.1,5.5 15.3,5.3 Z" id="Shape"></path>
10
+ <path d="M10.3,14.1 L7.2,19.5 C6.9,20 7,20.6 7.5,20.8 C7.7,20.9 7.8,21 8,21 C8.3,21 8.7,20.8 8.9,20.5 L11.5,16.1 L10.3,14.1 Z" id="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>bitbucket/source</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/source" fill="#42526E">
9
+ <path d="M8.85175048,6.743 L4.29375048,11.291 C3.90275048,11.682 3.90175048,12.314 4.29275048,12.706 L4.29375048,12.707 L8.85175048,17.256 C9.26375048,17.668 9.92975048,17.667 10.3407505,17.256 C10.7507505,16.846 10.7507505,16.18 10.3407505,15.77 C10.3407505,15.77 10.3407505,15.769 10.3397505,15.769 L6.56475048,11.999 L10.3397505,8.231 C10.7507505,7.822 10.7507505,7.156 10.3417505,6.745 C10.3407505,6.744 10.3407505,6.744 10.3407505,6.744 C10.1347505,6.538 9.86575048,6.436 9.59675048,6.436 C9.32675048,6.436 9.05775048,6.538 8.85175048,6.743 Z" id="Clip-2"></path>
10
+ <path d="M13.6582504,6.744 C13.2472504,7.155 13.2472504,7.82 13.6582504,8.23 C13.6582504,8.231 13.6582504,8.231 13.6582504,8.231 L17.4352504,12 L13.6592504,15.769 C13.2482504,16.179 13.2472504,16.844 13.6572504,17.255 C13.6572504,17.255 13.6582504,17.255 13.6582504,17.256 C14.0702504,17.667 14.7362504,17.668 15.1472504,17.256 L19.7052504,12.709 C20.0962504,12.319 20.0962504,11.685 19.7062504,11.295 C19.7062504,11.294 19.7062504,11.294 19.7052504,11.293 L15.1472504,6.743 C14.9422504,6.538 14.6722504,6.436 14.4032504,6.436 C14.1342504,6.436 13.8642504,6.538 13.6582504,6.744 Z" id="Clip-2"></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>icons/board</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/board" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M4,18 L20.0084049,18 C20.0001118,18.0000017 20,6 20,6 L3.99159507,6 C3.99988824,5.99999829 4,18 4,18 Z M2,5.99406028 C2,4.8927712 2.89821238,4 3.99079514,4 L20.0092049,4 C21.1086907,4 22,4.89451376 22,5.99406028 L22,18.0059397 C22,19.1072288 21.1017876,20 20.0092049,20 L3.99079514,20 C2.89130934,20 2,19.1054862 2,18.0059397 L2,5.99406028 Z" id="Rectangle-8"></path>
10
+ <polygon id="Line" points="8 6 8 18 10 18 10 6"></polygon>
11
+ <polygon id="Line-Copy" points="14 6 14 18 16 18 16 6"></polygon>
12
+ </g>
13
+ </g>
14
+ </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>icons/book</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/book" fill="#42526E">
9
+ <path d="M7,6.00247329 L7,15.9975267 C7,16.544239 7.44565467,17 7.99539757,17 L16.0046024,17 C16.5443356,17 17,16.5511774 17,15.9975267 L17,6.00247329 C17,5.45576096 16.5543453,5 16.0046024,5 L7.99539757,5 C7.4556644,5 7,5.44882258 7,6.00247329 Z M5,6.00247329 C5,4.34778288 6.34756565,3 7.99539757,3 L16.0046024,3 C17.6618879,3 19,4.35406674 19,6.00247329 L19,15.9975267 C19,17.6522171 17.6524344,19 16.0046024,19 L7.99539757,19 C6.3381121,19 5,17.6459333 5,15.9975267 L5,6.00247329 Z" id="Rectangle-35" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-36" x="9" y="7" width="6" height="4"></rect>
11
+ <rect id="Rectangle-36-Copy" x="9" y="13" width="6" height="2"></rect>
12
+ <path d="M10,20.8571429 L10,20 L7,20 L7,20.8571429 L8.5,20 L10,20.8571429 Z" id="Combined-Shape"></path>
13
+ <rect id="Rectangle-3" x="7" y="18" width="3" height="2"></rect>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,17 @@
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/bullet-list</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/bullet-list" fill="#42526E">
9
+ <rect id="Rectangle-9" x="10" y="15" width="8" height="2" rx="1"></rect>
10
+ <rect id="Rectangle-9" x="6" y="15" width="2" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-9" x="10" y="11" width="8" height="2" rx="1"></rect>
12
+ <rect id="Rectangle-9" x="6" y="11" width="2" height="2" rx="1"></rect>
13
+ <rect id="Rectangle-9" x="10" y="7" width="8" height="2" rx="1"></rect>
14
+ <rect id="Rectangle-9" x="6" y="7" width="2" height="2" rx="1"></rect>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,20 @@
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/calendar-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/calendar-filled">
9
+ <path d="M19,5 L19.005,5 C20.107,5 21,5.895 21,6.994 L21,19.006 C21,20.107 20.108,21 19.005,21 L4.995,21 C3.893,21 3,20.106 3,19.006 L3,6.994 C3,5.893 3.892,5 4.995,5 L5,5 L5,6 C5,7.11227036 5.8954305,8 7,8 C8.11227036,8 9,7.1045695 9,6 L9,5 L15,5 L15,6 C15,7.11227036 15.8954305,8 17,8 C18.1122704,8 19,7.1045695 19,6 L19,5 Z" id="Combined-Shape" fill="#42526E"></path>
10
+ <polygon id="Path" fill="#79F2C0" points="7 13.001 9 13.001 9 11 7 11"></polygon>
11
+ <polygon id="Path-Copy-3" fill="#79F2C0" points="7 17.001 9 17.001 9 15 7 15"></polygon>
12
+ <polygon id="Path-Copy" fill="#79F2C0" points="11 13.001 13 13.001 13 11 11 11"></polygon>
13
+ <polygon id="Path-Copy-4" fill="#79F2C0" points="11 17.001 13 17.001 13 15 11 15"></polygon>
14
+ <polygon id="Path-Copy-2" fill="#79F2C0" points="15 13.001 17 13.001 17 11 15 11"></polygon>
15
+ <polygon id="Path-Copy-5" fill="#79F2C0" points="15 17.001 17 17.001 17 15 15 15"></polygon>
16
+ <path d="M16,6 L16,5 L18,5 L18,6 C18,6.552 17.552,7 17,7 C16.448,7 16,6.552 16,6 Z M16,4 C16,3.448 16.448,3 17,3 C17.552,3 18,3.448 18,4 L18,5 L16,5 L16,4 Z" id="Combined-Shape" fill="#42526E"></path>
17
+ <path d="M6,4 C6,3.448 6.448,3 7,3 C7.552,3 8,3.448 8,4 L8,5 L6,5 L6,4 Z M6,6 L6,5 L8,5 L8,6 C8,6.552 7.552,7 7,7 C6.448,7 6,6.552 6,6 Z" id="Combined-Shape" fill="#42526E"></path>
18
+ </g>
19
+ </g>
20
+ </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/calendar</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/calendar" fill="#42526E">
9
+ <path d="M4.995,5 L19.005,5 C20.107,5 21,5.895 21,6.994 L21,19.006 C21,20.107 20.108,21 19.005,21 L4.995,21 C3.893,21 3,20.106 3,19.006 L3,6.994 C3,5.893 3.892,5 4.995,5 Z M5,9 L5,18 C5,18.5522847 5.44771525,19 6,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,9 L5,9 Z M6,4 C6,3.448 6.448,3 7,3 C7.552,3 8,3.448 8,4 L8,5 L6,5 L6,4 Z M16,4 C16,3.448 16.448,3 17,3 C17.552,3 18,3.448 18,4 L18,5 L16,5 L16,4 Z M7,13 L7,10.999 L9,10.999 L9,13 L7,13 Z M15,13 L15,10.999 L17,10.999 L17,13 L15,13 Z M11,13 L11,10.999 L13.001,10.999 L13.001,13 L11,13 Z M7,17 L7,15 L9,15 L9,17 L7,17 Z M11,17 L11,15 L13.001,15 L13.001,17 L11,17 Z M15,17 L15,15 L17,15 L17,17 L15,17 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </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>icons/camera-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/camera-filled" fill="#42526E">
9
+ <path d="M2,6.99406028 C2,5.8927712 2.89821238,5 3.99079514,5 L20.0092049,5 C21.1086907,5 22,5.89451376 22,6.99406028 L22,19.0059397 C22,20.1072288 21.1017876,21 20.0092049,21 L3.99079514,21 C2.89130934,21 2,20.1054862 2,19.0059397 L2,6.99406028 Z M12,17 C14.209139,17 16,15.209139 16,13 C16,10.790861 14.209139,9 12,9 C9.790861,9 8,10.790861 8,13 C8,15.209139 9.790861,17 12,17 Z M17,9 C17,9.55613518 17.4477153,10 18,10 C18.5561352,10 19,9.55228475 19,9 C19,8.44386482 18.5522847,8 18,8 C17.4438648,8 17,8.44771525 17,9 Z" id="Combined-Shape"></path>
10
+ <path d="M8,4 C8,3.44771525 8.45303631,3 8.99703014,3 L15.0029699,3 C15.5536144,3 16,3.44386482 16,4 L16,5 L8,5 L8,4 Z" id="Rectangle-12"></path>
11
+ <circle id="Oval-14" cx="12" cy="13" r="2"></circle>
12
+ </g>
13
+ </g>
14
+ </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>icons/camera-rotate</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/camera-rotate">
9
+ <rect id="Combined-Shape" fill="#42526E" x="2" y="5" width="20" height="16" rx="2"></rect>
10
+ <path d="M8,4 C8,3.44771525 8.45303631,3 8.99703014,3 L15.0029699,3 C15.5536144,3 16,3.44386482 16,4 L16,5 L8,5 L8,4 Z" id="Rectangle-12" fill="#42526E"></path>
11
+ <circle id="Oval-11" fill="#79F2C0" cx="12" cy="17" r="1"></circle>
12
+ <path d="M16.8999819,14 C16.9655697,13.6768901 17,13.3424658 17,13 C17,10.2385763 14.7614237,8 12,8 C9.23857625,8 7,10.2385763 7,13 C7,15.7614237 9.23857625,18 12,18 L12,16 C10.3431458,16 9,14.6568542 9,13 C9,11.3431458 10.3431458,10 12,10 C13.6568542,10 15,11.3431458 15,13 C15,13.3506354 14.9398458,13.6872211 14.8292943,14 L16.8999819,14 Z" id="Combined-Shape" fill="#79F2C0" fill-rule="nonzero"></path>
13
+ <path d="M13.292,12.291 C12.903,12.682 12.903,13.316 13.292,13.706 L15.289,15.702 C15.486,15.899 15.742,16 16.001,16 C16.255,16 16.512,15.901 16.712,15.702 L18.707,13.706 C19.098,13.316 19.098,12.682 18.707,12.291 C18.511,12.096 18.255,11.999 17.999,11.999 C17.744,11.999 17.488,12.096 17.293,12.291 L16,13.585 L14.706,12.291 C14.512,12.096 14.256,11.998 14,11.998 C13.744,11.998 13.487,12.096 13.292,12.291 Z" id="Clip-2" fill="#79F2C0"></path>
14
+ </g>
15
+ </g>
16
+ </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/camera-take-picture</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/camera-take-picture" fill="#42526E">
9
+ <circle id="Oval-9" cx="12" cy="12" r="5"></circle>
10
+ <path d="M12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 Z M12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 C15.8659932,5 19,8.13400675 19,12 C19,15.8659932 15.8659932,19 12,19 Z" id="Oval-9" fill-rule="nonzero"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/camera</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/camera" fill="#42526E">
9
+ <path d="M2,6.99406028 C2,5.8927712 2.89821238,5 3.99079514,5 L20.0092049,5 C21.1086907,5 22,5.89451376 22,6.99406028 L22,19.0059397 C22,20.1072288 21.1017876,21 20.0092049,21 L3.99079514,21 C2.89130934,21 2,20.1054862 2,19.0059397 L2,6.99406028 Z M4,7 L4,19 L20,19 L20,7 L4,7 Z" id="Combined-Shape"></path>
10
+ <path d="M12,17 C14.209139,17 16,15.209139 16,13 C16,10.790861 14.209139,9 12,9 C9.790861,9 8,10.790861 8,13 C8,15.209139 9.790861,17 12,17 Z M12,15 C10.8954305,15 10,14.1045695 10,13 C10,11.8954305 10.8954305,11 12,11 C13.1045695,11 14,11.8954305 14,13 C14,14.1045695 13.1045695,15 12,15 Z" id="Oval-8" fill-rule="nonzero"></path>
11
+ <path d="M8,4 C8,3.44771525 8.45303631,3 8.99703014,3 L15.0029699,3 C15.5536144,3 16,3.44386482 16,4 L16,5 L8,5 L8,4 Z" id="Rectangle-12"></path>
12
+ <rect id="Rectangle-15" x="17" y="8" width="2" height="2" rx="1"></rect>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,17 @@
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/canvas</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/canvas" fill="#42526E">
9
+ <path d="M10.2499706,19 L9.23,21.4616 C9.019,21.9716 8.438,22.2156 7.924,22.0016 C7.413,21.7906 7.169,21.2096 7.383,20.6966 L8.08563232,19 L10.2499706,19 Z" id="Combined-Shape"></path>
10
+ <path d="M15.6759797,19 L16.378,20.6966 C16.59,21.2056 16.351,21.7896 15.837,22.0016 C15.327,22.2136 14.744,21.9746 14.531,21.4616 L13.5119171,19 L15.6759797,19 Z" id="Combined-Shape"></path>
11
+ <path d="M11,2.99895656 C11,2.44724809 11.4438648,2 12,2 C12.5522847,2 13,2.44266033 13,2.99895656 L13,5 L11,5 L11,2.99895656 Z" id="Rectangle-28" fill-rule="nonzero"></path>
12
+ <path d="M8,15.9972399 C8,15.9990346 15.9914698,16 15.9914698,16 C15.996113,16 16,7.00276013 16,7.00276013 C16,7.00096545 8.0085302,7 8.0085302,7 C8.003887,7 8,15.9972399 8,15.9972399 Z M6,7.00276013 C6,5.89666625 6.90195036,5 8.0085302,5 L15.9914698,5 C17.1007504,5 18,5.89354265 18,7.00276013 L18,15.9972399 C18,17.1033337 17.0980496,18 15.9914698,18 L8.0085302,18 C6.8992496,18 6,17.1064574 6,15.9972399 L6,7.00276013 Z" id="Rectangle-3" fill-rule="nonzero"></path>
13
+ <rect id="Rectangle-24" x="5" y="16" width="14" height="2" rx="1"></rect>
14
+ <rect id="Rectangle-24-Copy" x="5" y="5" width="14" height="2" rx="1"></rect>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,11 @@
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 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/check-circle-outline</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="icons/check-circle-outline" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 Z M12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 Z" id="Combined-Shape" fill="currentColor" fill-rule="nonzero"></path>
9
+ <path d="M9.70710678,11.2928932 C9.31658249,10.9023689 8.68341751,10.9023689 8.29289322,11.2928932 C7.90236893,11.6834175 7.90236893,12.3165825 8.29289322,12.7071068 L10.2928932,14.7071068 C10.6834175,15.0976311 11.3165825,15.0976311 11.7071068,14.7071068 L15.7071068,10.7071068 C16.0976311,10.3165825 16.0976311,9.68341751 15.7071068,9.29289322 C15.3165825,8.90236893 14.6834175,8.90236893 14.2928932,9.29289322 L11,12.5857864 L9.70710678,11.2928932 Z" id="Path-3" fill="currentColor"></path>
10
+ </g>
11
+ </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/check-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/check-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M9.70710678,11.2928932 C9.31658249,10.9023689 8.68341751,10.9023689 8.29289322,11.2928932 C7.90236893,11.6834175 7.90236893,12.3165825 8.29289322,12.7071068 L10.2928932,14.7071068 C10.6834175,15.0976311 11.3165825,15.0976311 11.7071068,14.7071068 L15.7071068,10.7071068 C16.0976311,10.3165825 16.0976311,9.68341751 15.7071068,9.29289322 C15.3165825,8.90236893 14.6834175,8.90236893 14.2928932,9.29289322 L11,12.5857864 L9.70710678,11.2928932 Z" id="Path-3" 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/check</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/check" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M6.7353341,12.3222952 C6.36104809,11.9161814 5.72840903,11.8903799 5.32229522,12.2646659 C4.91618142,12.6389519 4.89037989,13.271591 5.2646659,13.6777048 L8.87677623,17.5969746 C9.4143065,18.1230589 10.2144556,18.1230589 10.7111378,17.6263766 C10.7723912,17.566234 10.7723912,17.566234 11.0753861,17.2682657 C11.3699327,16.9785487 11.6981303,16.6555565 12.0515697,16.3075021 C13.0614323,15.3130256 14.071311,14.3168927 15.0139717,13.3847656 L15.0542979,13.3448885 C16.729081,11.6886919 18.0003751,10.4236483 18.7119471,9.70223311 C19.0997797,9.3090356 19.0954306,8.67588555 18.7022331,8.28805291 C18.3090356,7.90022027 17.6758856,7.90456937 17.2880529,8.29776689 C16.5842491,9.01130636 15.3168826,10.2724418 13.6479974,11.9228059 L13.6077262,11.9626286 C12.6661541,12.8936793 11.6572118,13.8888885 10.6482536,14.8824744 C10.3578375,15.1684658 10.0844831,15.4375168 9.83287004,15.6850571 L6.7353341,12.3222952 Z" id="Page-1"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
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 49 (51002) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/checkbox-indeterminate</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/checkbox-indeterminate">
9
+ <rect id="Rectangle-23-Copy-3" fill="#42526E" x="6" y="6" width="12" height="12" rx="2"></rect>
10
+ <rect id="Rectangle-2" fill="#79F2C0" x="8" y="11" width="8" height="2" rx="1"></rect>
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/checkbox</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/checkbox">
9
+ <rect id="Combined-Shape" fill="#42526E" x="6" y="6" width="12" height="12" rx="2"></rect>
10
+ <path d="M9.70710678,11.2928932 C9.31658249,10.9023689 8.68341751,10.9023689 8.29289322,11.2928932 C7.90236893,11.6834175 7.90236893,12.3165825 8.29289322,12.7071068 L10.2928932,14.7071068 C10.6834175,15.0976311 11.3165825,15.0976311 11.7071068,14.7071068 L15.7071068,10.7071068 C16.0976311,10.3165825 16.0976311,9.68341751 15.7071068,9.29289322 C15.3165825,8.90236893 14.6834175,8.90236893 14.2928932,9.29289322 L11,12.5857864 L9.70710678,11.2928932 Z" id="Path-3" 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/chevron-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/chevron-down-circle">
9
+ <circle id="Combined-Shape-Copy" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M8.29175,10.293 C7.90275,10.685 7.90275,11.32 8.29175,11.712 L11.23075,14.677 C11.44875,14.892 11.73075,14.999 12.00975,14.999 C12.28875,14.999 12.56575,14.892 12.77875,14.677 L15.70875,11.722 C16.09675,11.33 16.09675,10.695 15.70875,10.303 C15.31975,9.911 14.69075,9.911 14.30275,10.303 L12.00475,12.62 L9.69775,10.293 C9.50375,10.098 9.24875,10 8.99475,10 C8.73975,10 8.48475,10.098 8.29175,10.293 Z" id="Clip-2-Copy" 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/chevron-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/chevron-down" fill="#42526E">
9
+ <path d="M8.29175,10.293 C7.90275,10.685 7.90275,11.32 8.29175,11.712 L11.23075,14.677 C11.44875,14.892 11.73075,14.999 12.00975,14.999 C12.28875,14.999 12.56575,14.892 12.77875,14.677 L15.70875,11.722 C16.09675,11.33 16.09675,10.695 15.70875,10.303 C15.31975,9.911 14.69075,9.911 14.30275,10.303 L12.00475,12.62 L9.69775,10.293 C9.50375,10.098 9.24875,10 8.99475,10 C8.73975,10 8.48475,10.098 8.29175,10.293 Z" id="Clip-2-Copy"></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/chevron-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/chevron-left-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M13.7061747,9.69776905 C14.0979418,9.30938089 14.0979418,8.67967927 13.7061747,8.29129112 C13.3144076,7.90290296 12.6792276,7.90290296 12.2874605,8.29129112 L9.32205321,11.231122 C8.89264893,11.667624 8.89264893,12.3531225 9.32205321,12.7788233 L12.2774286,15.7087089 C12.6691958,16.097097 13.3043757,16.097097 13.6961428,15.7087089 C14.08791,15.3203207 14.08791,14.6906191 13.6961428,14.3022309 L11.3788538,12.0049283 L13.7061747,9.69776905 Z" id="Stroke-3" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </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="M9.00502525,10.9949747 L13.5979185,6.40208153 C13.9845178,6.0154822 14.6113191,6.0154822 14.9979185,6.40208153 C15.3845178,6.78868085 15.3845178,7.4154822 14.9979185,7.80208153 L11.0979185,11.7020815 L14.9979185,15.6020815 C15.3845178,15.9886809 15.3845178,16.6154822 14.9979185,17.0020815 C14.6113191,17.3886809 13.9845178,17.3886809 13.5979185,17.0020815 L9.00502525,12.4091883 C8.61450096,12.018664 8.61450096,11.385499 9.00502525,10.9949747 Z"/>
3
+ </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/chevron-left</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/chevron-left" fill="#42526E">
9
+ <path d="M13.7061747,9.69776905 C14.0979418,9.30938089 14.0979418,8.67967927 13.7061747,8.29129112 C13.3144076,7.90290296 12.6792276,7.90290296 12.2874605,8.29129112 L9.32205321,11.231122 C8.89264893,11.667624 8.89264893,12.3531225 9.32205321,12.7788233 L12.2774286,15.7087089 C12.6691958,16.097097 13.3043757,16.097097 13.6961428,15.7087089 C14.08791,15.3203207 14.08791,14.6906191 13.6961428,14.3022309 L11.3788538,12.0049283 L13.7061747,9.69776905 Z" id="Stroke-3"></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/chevron-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/chevron-right-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M10.2938253,9.69776905 C9.90205822,9.30938089 9.90205822,8.67967927 10.2938253,8.29129112 C10.6855924,7.90290296 11.3207724,7.90290296 11.7125395,8.29129112 L14.6779468,11.231122 C15.1073511,11.667624 15.1073511,12.3531225 14.6779468,12.7788233 L11.7225714,15.7087089 C11.3308042,16.097097 10.6956243,16.097097 10.3038572,15.7087089 C9.91209005,15.3203207 9.91209005,14.6906191 10.3038572,14.3022309 L12.6211462,12.0049283 L10.2938253,9.69776905 Z" id="Stroke-3" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </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="M11.2928932,8.70710678 C11.6834175,8.31658249 12.3165825,8.31658249 12.7071068,8.70710678 L17.3,13.3 C17.6865993,13.6865993 17.6865993,14.3134007 17.3,14.7 C16.9134007,15.0865993 16.2865993,15.0865993 15.9,14.7 L12,10.8 L8.1,14.7 C7.71340068,15.0865993 7.08659932,15.0865993 6.7,14.7 C6.31340068,14.3134007 6.31340068,13.6865993 6.7,13.3 L11.2928932,8.70710678 Z" transform="rotate(90 12 11.702)"/>
3
+ </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/chevron-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/chevron-right" fill="#42526E">
9
+ <path d="M10.2938253,9.69776905 C9.90205822,9.30938089 9.90205822,8.67967927 10.2938253,8.29129112 C10.6855924,7.90290296 11.3207724,7.90290296 11.7125395,8.29129112 L14.6779468,11.231122 C15.1073511,11.667624 15.1073511,12.3531225 14.6779468,12.7788233 L11.7225714,15.7087089 C11.3308042,16.097097 10.6956243,16.097097 10.3038572,15.7087089 C9.91209005,15.3203207 9.91209005,14.6906191 10.3038572,14.3022309 L12.6211462,12.0049283 L10.2938253,9.69776905 Z" id="Stroke-3"></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/chevron-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/chevron-up-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M11.221,9.322 L8.292,12.277 C7.903,12.669 7.903,13.304 8.292,13.696 C8.68,14.088 9.31,14.088 9.697,13.696 L11.995,11.379 L14.302,13.706 C14.691,14.098 15.321,14.098 15.709,13.706 C16.097,13.314 16.097,12.679 15.709,12.287 L12.769,9.322 C12.551,9.107 12.27,9 11.991,9 C11.712,9 11.434,9.107 11.221,9.322 Z" id="Clip-4" 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/chevron-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/chevron-up" fill="#42526E">
9
+ <path d="M11.221,9.322 L8.292,12.277 C7.903,12.669 7.903,13.304 8.292,13.696 C8.68,14.088 9.31,14.088 9.697,13.696 L11.995,11.379 L14.302,13.706 C14.691,14.098 15.321,14.098 15.709,13.706 C16.097,13.314 16.097,12.679 15.709,12.287 L12.769,9.322 C12.551,9.107 12.27,9 11.991,9 C11.712,9 11.434,9.107 11.221,9.322 Z" id="Clip-4"></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 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/child-pages</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="icons/child-pages" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <rect id="Rectangle" fill="#42526E" x="11" y="7" width="2" height="5"></rect>
9
+ <rect id="Rectangle-Copy-3" fill="#42526E" x="16" y="13" width="2" height="3"></rect>
10
+ <rect id="Rectangle-Copy-2" fill="#42526E" x="6" y="13" width="2" height="3"></rect>
11
+ <path d="M7,11 L17,11 C17.5522847,11 18,11.4477153 18,12 L18,13 L6,13 L6,12 C6,11.4477153 6.44771525,11 7,11 Z" id="Rectangle-Copy" fill="#42526E"></path>
12
+ <path d="M5,18 L5,19 L9,19 L9,18 L5,18 Z M5,16 L9,16 C10.1045695,16 11,16.8954305 11,18 L11,19 C11,20.1045695 10.1045695,21 9,21 L5,21 C3.8954305,21 3,20.1045695 3,19 L3,18 C3,16.8954305 3.8954305,16 5,16 Z" id="Rectangle-26-Copy" fill="#42526E" fill-rule="nonzero"></path>
13
+ <path d="M15,18 L15,19 L19,19 L19,18 L15,18 Z M15,16 L19,16 C20.1045695,16 21,16.8954305 21,18 L21,19 C21,20.1045695 20.1045695,21 19,21 L15,21 C13.8954305,21 13,20.1045695 13,19 L13,18 C13,16.8954305 13.8954305,16 15,16 Z" id="Rectangle-26-Copy-2" fill="#42526E" fill-rule="nonzero"></path>
14
+ <path d="M10,5 L10,6 L14,6 L14,5 L10,5 Z M10,3 L14,3 C15.1045695,3 16,3.8954305 16,5 L16,6 C16,7.1045695 15.1045695,8 14,8 L10,8 C8.8954305,8 8,7.1045695 8,6 L8,5 C8,3.8954305 8.8954305,3 10,3 Z" id="Rectangle-26-Copy-3" fill="#42526E" fill-rule="nonzero"></path>
15
+ </g>
16
+ </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>icons/code</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/code" fill="#42526E">
9
+ <path d="M14.1545,4.0546 C13.6325,3.8746 13.0635,4.1526 12.8835,4.6756 L8.0545,18.7206 C7.8745,19.2426 8.1525,19.8116 8.6745,19.9916 C9.1975,20.1716 9.7665,19.8936 9.9455,19.3716 L14.7745,5.3256 C14.9545,4.8036 14.6765,4.2346 14.1545,4.0546" id="Fill-1"></path>
10
+ <path d="M8.0168,12.2647 L5.4368,9.7637 L8.2358,7.0497 C8.6328,6.6647 8.6428,6.0317 8.2578,5.6357 C7.8738,5.2387 7.2408,5.2287 6.8438,5.6137 L3.3038,9.0457 C2.8988,9.4387 2.8988,10.0887 3.3038,10.4817 L6.6248,13.7007 C7.0208,14.0847 7.6538,14.0757 8.0388,13.6787 C8.4228,13.2827 8.4128,12.6487 8.0168,12.2647" id="Fill-4"></path>
11
+ <path d="M20.2361,13.8328 L16.9151,10.6138 C16.5191,10.2288 15.8861,10.2388 15.5011,10.6358 C15.1171,11.0318 15.1271,11.6648 15.5231,12.0498 L18.1031,14.5508 L15.3041,17.2648 C14.9071,17.6488 14.8971,18.2818 15.2821,18.6788 C15.6661,19.0758 16.2991,19.0848 16.6961,18.7008 L20.2361,15.2688 C20.6411,14.8758 20.6411,14.2258 20.2361,13.8328" id="Fill-6"></path>
12
+ </g>
13
+ </g>
14
+ </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>icons/comment</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/comment" fill="#42526E">
9
+ <path d="M4.99766939,11.5133308 C4.99766939,8.47515334 8.13900449,6.00275379 12.0004994,6.00275379 C15.8609955,6.00275379 19.0023306,8.47515334 19.0023306,11.5133308 C19.0023306,14.5515083 15.8609955,17.0239079 12.0004994,17.0239079 C8.13900449,17.0239079 4.99766939,14.5515083 4.99766939,11.5133308 L4.99766939,11.5133308 Z M19.8373564,19.2840155 L19.8373564,19.2830141 L19.8373564,19.2820128 C19.8373564,19.2820128 18.2741801,17.0219051 19.0712502,16.1657279 L19.0342933,16.1857554 C20.2608623,14.9019902 21,13.2787583 21,11.5133308 C21,7.37063462 16.9627102,4 12.0004994,4 C7.03728983,4 3,7.37063462 3,11.5133308 C3,15.656027 7.03728983,19.0266617 12.0004994,19.0266617 C13.4208424,19.0266617 14.7602797,18.7422706 15.9568836,18.2505946 C16.9597137,19.2730004 18.2442151,19.8227563 19.1961045,19.9699587 L19.199101,19.9669546 C19.2510405,19.983978 19.3049775,20 19.3629099,20 C19.6475778,20 19.8773098,19.7686819 19.8773098,19.4832895 C19.8773098,19.4121918 19.8633261,19.3450995 19.8373564,19.2840155 Z" id="Fill-1"></path>
10
+ <rect id="Rectangle-3" x="7" y="9" width="10" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-3-Copy" x="7" y="12" width="5" height="2" rx="1"></rect>
12
+ </g>
13
+ </g>
14
+ </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>icons/component</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/component" fill="#42526E">
9
+ <path d="M5,17.9914698 C5,17.9978202 19.0049107,18 19.0049107,18 C18.9994849,18 19,10.0085302 19,10.0085302 C19,10.0021798 4.99508929,10 4.99508929,10 C5.00051505,10 5,17.9914698 5,17.9914698 Z M3,10.0085302 C3,8.8992496 3.8926228,8 4.99508929,8 L19.0049107,8 C20.1067681,8 21,8.90195036 21,10.0085302 L21,17.9914698 C21,19.1007504 20.1073772,20 19.0049107,20 L4.99508929,20 C3.8932319,20 3,19.0980496 3,17.9914698 L3,10.0085302 Z" id="Rectangle-17"></path>
10
+ <path d="M7,8.3350724 C6.99976882,8.33319162 9.00208688,8.33333333 9.00208688,8.33333333 C8.99982994,8.33352598 9,6.6649276 9,6.6649276 C9.00023118,6.66680838 6.99791312,6.66666667 6.99791312,6.66666667 C7.00017006,6.66647402 7,8.3350724 7,8.3350724 Z M5,6.6649276 C5,5.74541348 5.89826062,5 6.99791312,5 L9.00208688,5 C10.1055038,5 11,5.74855052 11,6.6649276 L11,8.3350724 C11,9.25458653 10.1017394,10 9.00208688,10 L6.99791312,10 C5.89449617,10 5,9.25144948 5,8.3350724 L5,6.6649276 Z" id="Rectangle-17-Copy"></path>
11
+ <path d="M15,8.3350724 C14.9997688,8.33319162 17.0020869,8.33333333 17.0020869,8.33333333 C16.9998299,8.33352598 17,6.6649276 17,6.6649276 C17.0002312,6.66680838 14.9979131,6.66666667 14.9979131,6.66666667 C15.0001701,6.66647402 15,8.3350724 15,8.3350724 Z M13,6.6649276 C13,5.74541348 13.8982606,5 14.9979131,5 L17.0020869,5 C18.1055038,5 19,5.74855052 19,6.6649276 L19,8.3350724 C19,9.25458653 18.1017394,10 17.0020869,10 L14.9979131,10 C13.8944962,10 13,9.25144948 13,8.3350724 L13,6.6649276 Z" id="Rectangle-17-Copy-2"></path>
12
+ </g>
13
+ </g>
14
+ </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/copy</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/copy" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M10,19 L18,19 L18,8 L10,8 L10,19 Z M8,7.99188419 C8,6.89179693 8.90195036,6 10.0085302,6 L17.9914698,6 C19.1007504,6 20,6.89339733 20,7.99188419 L20,19.0081158 C20,20.1082031 19.0980496,21 17.9914698,21 L10.0085302,21 C8.8992496,21 8,20.1066027 8,19.0081158 L8,7.99188419 Z" id="Rectangle-3"></path>
10
+ <path d="M5,16 L5,4.99188419 C5,3.89179693 5.90195036,3 7.0085302,3 L14.9914698,3 C14.9943146,3 14.997158,3.00000588 15,3.00001762 L15,16 L5,16 Z M7,16 L15,16 L15,5 L7,5 L7,16 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/creditcard-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/creditcard-filled" fill="#42526E">
9
+ <path d="M3,10.9878 L21,10.9878 L21,16.9998 C21,18.0998 20.1,18.9998 19,18.9998 L5,18.9998 C3.9,18.9998 3,18.0998 3,16.9998 L3,10.9878 Z M6.013,16 L8.013,16 L8.013,14 L6.013,14 L6.013,16 Z" id="Combined-Shape"></path>
10
+ <path d="M21,8.9928 L21,6.9998 C21,5.8998 20.1,4.9998 19,4.9998 L5,4.9998 C3.9,4.9998 3,5.8998 3,6.9998 L3,8.9928" id="Path"></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/creditcard</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/creditcard" fill="#42526E">
9
+ <path d="M5.013,17 L19.013,17 L19.013,11 L5.013,11 L5.013,17 Z M5.013,9 L19.013,9 L19.013,7 L5.013,7 L5.013,9 Z M19,5 L5,5 C3.9,5 3,5.9 3,7 L3,17 C3,18.1 3.9,19 5,19 L19,19 C20.1,19 21,18.1 21,17 L21,7 C21,5.9 20.1,5 19,5 L19,5 Z" id="Fill-1"></path>
10
+ <polygon id="Fill-3" points="7.013 15 9.013 15 9.013 13 7.013 13"></polygon>
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>icons/cross-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/cross-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M13.4765363,9.11274112 L9.11693012,13.4986167 C8.72758063,13.8903122 8.7294825,14.5234743 9.12117807,14.9128238 C9.51287364,15.3021733 10.1460358,15.3002715 10.5353853,14.9085759 L14.8949914,10.5227004 C15.2843409,10.1310048 15.282439,9.49784266 14.8907434,9.10849317 C14.4990479,8.71914368 13.8658858,8.72104555 13.4765363,9.11274112 Z" id="Path-7" fill="#79F2C0"></path>
11
+ <path d="M9.08428593,10.5013565 L13.4424471,14.8780457 C13.8321421,15.2693975 14.4653057,15.2707406 14.8566575,14.8810455 C15.2480092,14.4913505 15.2493523,13.8581869 14.8596572,13.4668351 L10.5014961,9.09014593 C10.111801,8.69879415 9.47863748,8.69745111 9.0872857,9.08714616 C8.69593392,9.4768412 8.69459088,10.1100048 9.08428593,10.5013565 Z" id="Path-7" fill="#79F2C0"></path>
12
+ </g>
13
+ </g>
14
+ </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/cross</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/cross" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M12,10.5857864 L6.70710678,5.29289322 C6.31658249,4.90236893 5.68341751,4.90236893 5.29289322,5.29289322 C4.90236893,5.68341751 4.90236893,6.31658249 5.29289322,6.70710678 L10.5857864,12 L5.29289322,17.2928932 C4.90236893,17.6834175 4.90236893,18.3165825 5.29289322,18.7071068 C5.68341751,19.0976311 6.31658249,19.0976311 6.70710678,18.7071068 L12,13.4142136 L17.2928932,18.7071068 C17.6834175,19.0976311 18.3165825,19.0976311 18.7071068,18.7071068 C19.0976311,18.3165825 19.0976311,17.6834175 18.7071068,17.2928932 L13.4142136,12 L18.7071068,6.70710678 C19.0976311,6.31658249 19.0976311,5.68341751 18.7071068,5.29289322 C18.3165825,4.90236893 17.6834175,4.90236893 17.2928932,5.29289322 L12,10.5857864 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>