@atlaskit/icon 32.0.0 → 32.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1110) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build/index.tsx +31 -1
  3. package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +320 -0
  4. package/codemods/icon-spacing-to-box-primitive/index.tsx +419 -0
  5. package/dist/cjs/components/icon-new.js +1 -1
  6. package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
  7. package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
  8. package/dist/cjs/components/icon.js +1 -1
  9. package/dist/cjs/components/skeleton.js +1 -1
  10. package/dist/cjs/components/svg.js +1 -1
  11. package/dist/cjs/entry-points/metadata.js +2 -1
  12. package/dist/cjs/metadata-core.js +192 -0
  13. package/dist/cjs/metadata.js +3960 -0
  14. package/dist/es2019/components/icon-new.js +1 -1
  15. package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
  16. package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
  17. package/dist/es2019/components/icon.js +1 -1
  18. package/dist/es2019/components/skeleton.js +1 -1
  19. package/dist/es2019/components/svg.js +1 -1
  20. package/dist/es2019/entry-points/metadata.js +1 -1
  21. package/dist/es2019/metadata-core.js +192 -0
  22. package/dist/es2019/metadata.js +2516 -0
  23. package/dist/esm/components/icon-new.js +1 -1
  24. package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
  25. package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
  26. package/dist/esm/components/icon.js +1 -1
  27. package/dist/esm/components/skeleton.js +1 -1
  28. package/dist/esm/components/svg.js +1 -1
  29. package/dist/esm/entry-points/metadata.js +1 -1
  30. package/dist/esm/metadata-core.js +192 -0
  31. package/dist/esm/metadata.js +3237 -0
  32. package/dist/types/entry-points/metadata.d.ts +1 -1
  33. package/dist/types/metadata-core.d.ts +4 -0
  34. package/dist/types/metadata.d.ts +19 -0
  35. package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
  36. package/dist/types-ts4.5/metadata-core.d.ts +4 -0
  37. package/dist/types-ts4.5/metadata.d.ts +19 -0
  38. package/docs/ai/icon-instructions.md +3 -3
  39. package/glyph/activity.d.ts +9 -0
  40. package/glyph/activity.js +14 -0
  41. package/glyph/add-circle.d.ts +9 -0
  42. package/glyph/add-circle.js +14 -0
  43. package/glyph/add-item.d.ts +9 -0
  44. package/glyph/add-item.js +14 -0
  45. package/glyph/add.d.ts +9 -0
  46. package/glyph/add.js +14 -0
  47. package/glyph/addon.d.ts +9 -0
  48. package/glyph/addon.js +14 -0
  49. package/glyph/app-access.d.ts +9 -0
  50. package/glyph/app-access.js +14 -0
  51. package/glyph/app-switcher.d.ts +9 -0
  52. package/glyph/app-switcher.js +14 -0
  53. package/glyph/archive.d.ts +9 -0
  54. package/glyph/archive.js +14 -0
  55. package/glyph/arrow-down-circle.d.ts +9 -0
  56. package/glyph/arrow-down-circle.js +14 -0
  57. package/glyph/arrow-down.d.ts +9 -0
  58. package/glyph/arrow-down.js +14 -0
  59. package/glyph/arrow-left-circle.d.ts +9 -0
  60. package/glyph/arrow-left-circle.js +14 -0
  61. package/glyph/arrow-left.d.ts +9 -0
  62. package/glyph/arrow-left.js +14 -0
  63. package/glyph/arrow-right-circle.d.ts +9 -0
  64. package/glyph/arrow-right-circle.js +14 -0
  65. package/glyph/arrow-right.d.ts +9 -0
  66. package/glyph/arrow-right.js +14 -0
  67. package/glyph/arrow-up-circle.d.ts +9 -0
  68. package/glyph/arrow-up-circle.js +14 -0
  69. package/glyph/arrow-up.d.ts +9 -0
  70. package/glyph/arrow-up.js +14 -0
  71. package/glyph/attachment.d.ts +9 -0
  72. package/glyph/attachment.js +14 -0
  73. package/glyph/audio-circle.d.ts +9 -0
  74. package/glyph/audio-circle.js +14 -0
  75. package/glyph/audio.d.ts +9 -0
  76. package/glyph/audio.js +14 -0
  77. package/glyph/backlog.d.ts +9 -0
  78. package/glyph/backlog.js +14 -0
  79. package/glyph/billing-filled.d.ts +9 -0
  80. package/glyph/billing-filled.js +14 -0
  81. package/glyph/billing.d.ts +9 -0
  82. package/glyph/billing.js +14 -0
  83. package/glyph/bitbucket/branches.d.ts +9 -0
  84. package/glyph/bitbucket/branches.js +14 -0
  85. package/glyph/bitbucket/builds.d.ts +9 -0
  86. package/glyph/bitbucket/builds.js +14 -0
  87. package/glyph/bitbucket/clone.d.ts +9 -0
  88. package/glyph/bitbucket/clone.js +14 -0
  89. package/glyph/bitbucket/commits.d.ts +9 -0
  90. package/glyph/bitbucket/commits.js +14 -0
  91. package/glyph/bitbucket/compare.d.ts +9 -0
  92. package/glyph/bitbucket/compare.js +14 -0
  93. package/glyph/bitbucket/forks.d.ts +9 -0
  94. package/glyph/bitbucket/forks.js +14 -0
  95. package/glyph/bitbucket/output.d.ts +9 -0
  96. package/glyph/bitbucket/output.js +14 -0
  97. package/glyph/bitbucket/pipelines.d.ts +9 -0
  98. package/glyph/bitbucket/pipelines.js +14 -0
  99. package/glyph/bitbucket/pullrequests.d.ts +9 -0
  100. package/glyph/bitbucket/pullrequests.js +14 -0
  101. package/glyph/bitbucket/repos.d.ts +9 -0
  102. package/glyph/bitbucket/repos.js +14 -0
  103. package/glyph/bitbucket/snippets.d.ts +9 -0
  104. package/glyph/bitbucket/snippets.js +14 -0
  105. package/glyph/bitbucket/source.d.ts +9 -0
  106. package/glyph/bitbucket/source.js +14 -0
  107. package/glyph/board.d.ts +9 -0
  108. package/glyph/board.js +14 -0
  109. package/glyph/book.d.ts +9 -0
  110. package/glyph/book.js +14 -0
  111. package/glyph/bullet-list.d.ts +9 -0
  112. package/glyph/bullet-list.js +14 -0
  113. package/glyph/calendar-filled.d.ts +9 -0
  114. package/glyph/calendar-filled.js +14 -0
  115. package/glyph/calendar.d.ts +9 -0
  116. package/glyph/calendar.js +14 -0
  117. package/glyph/camera-filled.d.ts +9 -0
  118. package/glyph/camera-filled.js +14 -0
  119. package/glyph/camera-rotate.d.ts +9 -0
  120. package/glyph/camera-rotate.js +14 -0
  121. package/glyph/camera-take-picture.d.ts +9 -0
  122. package/glyph/camera-take-picture.js +14 -0
  123. package/glyph/camera.d.ts +9 -0
  124. package/glyph/camera.js +14 -0
  125. package/glyph/canvas.d.ts +9 -0
  126. package/glyph/canvas.js +14 -0
  127. package/glyph/check-circle-outline.d.ts +9 -0
  128. package/glyph/check-circle-outline.js +14 -0
  129. package/glyph/check-circle.d.ts +9 -0
  130. package/glyph/check-circle.js +14 -0
  131. package/glyph/check.d.ts +9 -0
  132. package/glyph/check.js +14 -0
  133. package/glyph/checkbox-indeterminate.d.ts +9 -0
  134. package/glyph/checkbox-indeterminate.js +14 -0
  135. package/glyph/checkbox.d.ts +9 -0
  136. package/glyph/checkbox.js +14 -0
  137. package/glyph/chevron-down-circle.d.ts +9 -0
  138. package/glyph/chevron-down-circle.js +14 -0
  139. package/glyph/chevron-down.d.ts +9 -0
  140. package/glyph/chevron-down.js +14 -0
  141. package/glyph/chevron-left-circle.d.ts +9 -0
  142. package/glyph/chevron-left-circle.js +14 -0
  143. package/glyph/chevron-left-large.d.ts +9 -0
  144. package/glyph/chevron-left-large.js +14 -0
  145. package/glyph/chevron-left.d.ts +9 -0
  146. package/glyph/chevron-left.js +14 -0
  147. package/glyph/chevron-right-circle.d.ts +9 -0
  148. package/glyph/chevron-right-circle.js +14 -0
  149. package/glyph/chevron-right-large.d.ts +9 -0
  150. package/glyph/chevron-right-large.js +14 -0
  151. package/glyph/chevron-right.d.ts +9 -0
  152. package/glyph/chevron-right.js +14 -0
  153. package/glyph/chevron-up-circle.d.ts +9 -0
  154. package/glyph/chevron-up-circle.js +14 -0
  155. package/glyph/chevron-up.d.ts +9 -0
  156. package/glyph/chevron-up.js +14 -0
  157. package/glyph/child-issues.d.ts +9 -0
  158. package/glyph/child-issues.js +14 -0
  159. package/glyph/code.d.ts +9 -0
  160. package/glyph/code.js +14 -0
  161. package/glyph/comment.d.ts +9 -0
  162. package/glyph/comment.js +14 -0
  163. package/glyph/component.d.ts +9 -0
  164. package/glyph/component.js +14 -0
  165. package/glyph/copy.d.ts +9 -0
  166. package/glyph/copy.js +14 -0
  167. package/glyph/creditcard-filled.d.ts +9 -0
  168. package/glyph/creditcard-filled.js +14 -0
  169. package/glyph/creditcard.d.ts +9 -0
  170. package/glyph/creditcard.js +14 -0
  171. package/glyph/cross-circle.d.ts +9 -0
  172. package/glyph/cross-circle.js +14 -0
  173. package/glyph/cross.d.ts +9 -0
  174. package/glyph/cross.js +14 -0
  175. package/glyph/dashboard.d.ts +9 -0
  176. package/glyph/dashboard.js +14 -0
  177. package/glyph/decision.d.ts +9 -0
  178. package/glyph/decision.js +14 -0
  179. package/glyph/department.d.ts +9 -0
  180. package/glyph/department.js +14 -0
  181. package/glyph/detail-view.d.ts +9 -0
  182. package/glyph/detail-view.js +14 -0
  183. package/glyph/discover-filled.d.ts +9 -0
  184. package/glyph/discover-filled.js +14 -0
  185. package/glyph/discover.d.ts +9 -0
  186. package/glyph/discover.js +14 -0
  187. package/glyph/document-filled.d.ts +9 -0
  188. package/glyph/document-filled.js +14 -0
  189. package/glyph/document.d.ts +9 -0
  190. package/glyph/document.js +14 -0
  191. package/glyph/documents.d.ts +9 -0
  192. package/glyph/documents.js +14 -0
  193. package/glyph/download.d.ts +9 -0
  194. package/glyph/download.js +14 -0
  195. package/glyph/drag-handler.d.ts +9 -0
  196. package/glyph/drag-handler.js +14 -0
  197. package/glyph/dropbox.d.ts +9 -0
  198. package/glyph/dropbox.js +14 -0
  199. package/glyph/edit-filled.d.ts +9 -0
  200. package/glyph/edit-filled.js +14 -0
  201. package/glyph/edit.d.ts +9 -0
  202. package/glyph/edit.js +14 -0
  203. package/glyph/editor/add.d.ts +9 -0
  204. package/glyph/editor/add.js +14 -0
  205. package/glyph/editor/addon.d.ts +9 -0
  206. package/glyph/editor/addon.js +14 -0
  207. package/glyph/editor/advanced.d.ts +9 -0
  208. package/glyph/editor/advanced.js +14 -0
  209. package/glyph/editor/align-center.d.ts +9 -0
  210. package/glyph/editor/align-center.js +14 -0
  211. package/glyph/editor/align-image-center.d.ts +9 -0
  212. package/glyph/editor/align-image-center.js +14 -0
  213. package/glyph/editor/align-image-left.d.ts +9 -0
  214. package/glyph/editor/align-image-left.js +14 -0
  215. package/glyph/editor/align-image-right.d.ts +9 -0
  216. package/glyph/editor/align-image-right.js +14 -0
  217. package/glyph/editor/align-left.d.ts +9 -0
  218. package/glyph/editor/align-left.js +14 -0
  219. package/glyph/editor/align-right.d.ts +9 -0
  220. package/glyph/editor/align-right.js +14 -0
  221. package/glyph/editor/attachment.d.ts +9 -0
  222. package/glyph/editor/attachment.js +14 -0
  223. package/glyph/editor/background-color.d.ts +9 -0
  224. package/glyph/editor/background-color.js +14 -0
  225. package/glyph/editor/bold.d.ts +9 -0
  226. package/glyph/editor/bold.js +14 -0
  227. package/glyph/editor/bullet-list.d.ts +9 -0
  228. package/glyph/editor/bullet-list.js +14 -0
  229. package/glyph/editor/close.d.ts +9 -0
  230. package/glyph/editor/close.js +14 -0
  231. package/glyph/editor/code.d.ts +9 -0
  232. package/glyph/editor/code.js +14 -0
  233. package/glyph/editor/collapse.d.ts +9 -0
  234. package/glyph/editor/collapse.js +14 -0
  235. package/glyph/editor/date.d.ts +9 -0
  236. package/glyph/editor/date.js +14 -0
  237. package/glyph/editor/decision.d.ts +9 -0
  238. package/glyph/editor/decision.js +14 -0
  239. package/glyph/editor/divider.d.ts +9 -0
  240. package/glyph/editor/divider.js +14 -0
  241. package/glyph/editor/done.d.ts +9 -0
  242. package/glyph/editor/done.js +14 -0
  243. package/glyph/editor/edit.d.ts +9 -0
  244. package/glyph/editor/edit.js +14 -0
  245. package/glyph/editor/emoji.d.ts +9 -0
  246. package/glyph/editor/emoji.js +14 -0
  247. package/glyph/editor/error.d.ts +9 -0
  248. package/glyph/editor/error.js +14 -0
  249. package/glyph/editor/expand.d.ts +9 -0
  250. package/glyph/editor/expand.js +14 -0
  251. package/glyph/editor/feedback.d.ts +9 -0
  252. package/glyph/editor/feedback.js +14 -0
  253. package/glyph/editor/file-preview.d.ts +9 -0
  254. package/glyph/editor/file-preview.js +14 -0
  255. package/glyph/editor/file.d.ts +9 -0
  256. package/glyph/editor/file.js +14 -0
  257. package/glyph/editor/help.d.ts +9 -0
  258. package/glyph/editor/help.js +14 -0
  259. package/glyph/editor/hint.d.ts +9 -0
  260. package/glyph/editor/hint.js +14 -0
  261. package/glyph/editor/horizontal-rule.d.ts +9 -0
  262. package/glyph/editor/horizontal-rule.js +14 -0
  263. package/glyph/editor/image-border.d.ts +9 -0
  264. package/glyph/editor/image-border.js +14 -0
  265. package/glyph/editor/image-resize.d.ts +9 -0
  266. package/glyph/editor/image-resize.js +14 -0
  267. package/glyph/editor/image.d.ts +9 -0
  268. package/glyph/editor/image.js +14 -0
  269. package/glyph/editor/indent.d.ts +9 -0
  270. package/glyph/editor/indent.js +14 -0
  271. package/glyph/editor/info.d.ts +9 -0
  272. package/glyph/editor/info.js +14 -0
  273. package/glyph/editor/italic.d.ts +9 -0
  274. package/glyph/editor/italic.js +14 -0
  275. package/glyph/editor/layout-single.d.ts +9 -0
  276. package/glyph/editor/layout-single.js +14 -0
  277. package/glyph/editor/layout-three-equal.d.ts +9 -0
  278. package/glyph/editor/layout-three-equal.js +14 -0
  279. package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
  280. package/glyph/editor/layout-three-with-sidebars.js +14 -0
  281. package/glyph/editor/layout-two-equal.d.ts +9 -0
  282. package/glyph/editor/layout-two-equal.js +14 -0
  283. package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
  284. package/glyph/editor/layout-two-left-sidebar.js +14 -0
  285. package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
  286. package/glyph/editor/layout-two-right-sidebar.js +14 -0
  287. package/glyph/editor/link.d.ts +9 -0
  288. package/glyph/editor/link.js +14 -0
  289. package/glyph/editor/media-center.d.ts +9 -0
  290. package/glyph/editor/media-center.js +14 -0
  291. package/glyph/editor/media-full-width.d.ts +9 -0
  292. package/glyph/editor/media-full-width.js +14 -0
  293. package/glyph/editor/media-wide.d.ts +9 -0
  294. package/glyph/editor/media-wide.js +14 -0
  295. package/glyph/editor/media-wrap-left.d.ts +9 -0
  296. package/glyph/editor/media-wrap-left.js +14 -0
  297. package/glyph/editor/media-wrap-right.d.ts +9 -0
  298. package/glyph/editor/media-wrap-right.js +14 -0
  299. package/glyph/editor/mention.d.ts +9 -0
  300. package/glyph/editor/mention.js +14 -0
  301. package/glyph/editor/more.d.ts +9 -0
  302. package/glyph/editor/more.js +14 -0
  303. package/glyph/editor/note.d.ts +9 -0
  304. package/glyph/editor/note.js +14 -0
  305. package/glyph/editor/number-list.d.ts +9 -0
  306. package/glyph/editor/number-list.js +14 -0
  307. package/glyph/editor/open.d.ts +9 -0
  308. package/glyph/editor/open.js +14 -0
  309. package/glyph/editor/outdent.d.ts +9 -0
  310. package/glyph/editor/outdent.js +14 -0
  311. package/glyph/editor/panel.d.ts +9 -0
  312. package/glyph/editor/panel.js +14 -0
  313. package/glyph/editor/photo.d.ts +9 -0
  314. package/glyph/editor/photo.js +14 -0
  315. package/glyph/editor/quote.d.ts +9 -0
  316. package/glyph/editor/quote.js +14 -0
  317. package/glyph/editor/recent.d.ts +9 -0
  318. package/glyph/editor/recent.js +14 -0
  319. package/glyph/editor/redo.d.ts +9 -0
  320. package/glyph/editor/redo.js +14 -0
  321. package/glyph/editor/remove-emoji.d.ts +9 -0
  322. package/glyph/editor/remove-emoji.js +14 -0
  323. package/glyph/editor/remove.d.ts +9 -0
  324. package/glyph/editor/remove.js +14 -0
  325. package/glyph/editor/search.d.ts +9 -0
  326. package/glyph/editor/search.js +14 -0
  327. package/glyph/editor/settings.d.ts +9 -0
  328. package/glyph/editor/settings.js +14 -0
  329. package/glyph/editor/strikethrough.d.ts +9 -0
  330. package/glyph/editor/strikethrough.js +14 -0
  331. package/glyph/editor/success.d.ts +9 -0
  332. package/glyph/editor/success.js +14 -0
  333. package/glyph/editor/table-display-options.d.ts +9 -0
  334. package/glyph/editor/table-display-options.js +14 -0
  335. package/glyph/editor/table.d.ts +9 -0
  336. package/glyph/editor/table.js +14 -0
  337. package/glyph/editor/task.d.ts +9 -0
  338. package/glyph/editor/task.js +14 -0
  339. package/glyph/editor/text-color.d.ts +9 -0
  340. package/glyph/editor/text-color.js +14 -0
  341. package/glyph/editor/text-style.d.ts +9 -0
  342. package/glyph/editor/text-style.js +14 -0
  343. package/glyph/editor/underline.d.ts +9 -0
  344. package/glyph/editor/underline.js +14 -0
  345. package/glyph/editor/undo.d.ts +9 -0
  346. package/glyph/editor/undo.js +14 -0
  347. package/glyph/editor/unlink.d.ts +9 -0
  348. package/glyph/editor/unlink.js +14 -0
  349. package/glyph/editor/warning.d.ts +9 -0
  350. package/glyph/editor/warning.js +14 -0
  351. package/glyph/email.d.ts +9 -0
  352. package/glyph/email.js +14 -0
  353. package/glyph/emoji/activity.d.ts +9 -0
  354. package/glyph/emoji/activity.js +14 -0
  355. package/glyph/emoji/atlassian.d.ts +9 -0
  356. package/glyph/emoji/atlassian.js +14 -0
  357. package/glyph/emoji/custom.d.ts +9 -0
  358. package/glyph/emoji/custom.js +14 -0
  359. package/glyph/emoji/emoji.d.ts +9 -0
  360. package/glyph/emoji/emoji.js +14 -0
  361. package/glyph/emoji/flags.d.ts +9 -0
  362. package/glyph/emoji/flags.js +14 -0
  363. package/glyph/emoji/food.d.ts +9 -0
  364. package/glyph/emoji/food.js +14 -0
  365. package/glyph/emoji/frequent.d.ts +9 -0
  366. package/glyph/emoji/frequent.js +14 -0
  367. package/glyph/emoji/keyboard.d.ts +9 -0
  368. package/glyph/emoji/keyboard.js +14 -0
  369. package/glyph/emoji/nature.d.ts +9 -0
  370. package/glyph/emoji/nature.js +14 -0
  371. package/glyph/emoji/objects.d.ts +9 -0
  372. package/glyph/emoji/objects.js +14 -0
  373. package/glyph/emoji/people.d.ts +9 -0
  374. package/glyph/emoji/people.js +14 -0
  375. package/glyph/emoji/productivity.d.ts +9 -0
  376. package/glyph/emoji/productivity.js +14 -0
  377. package/glyph/emoji/symbols.d.ts +9 -0
  378. package/glyph/emoji/symbols.js +14 -0
  379. package/glyph/emoji/travel.d.ts +9 -0
  380. package/glyph/emoji/travel.js +14 -0
  381. package/glyph/emoji-add.d.ts +9 -0
  382. package/glyph/emoji-add.js +14 -0
  383. package/glyph/emoji.d.ts +9 -0
  384. package/glyph/emoji.js +14 -0
  385. package/glyph/error.d.ts +9 -0
  386. package/glyph/error.js +14 -0
  387. package/glyph/export.d.ts +9 -0
  388. package/glyph/export.js +14 -0
  389. package/glyph/feedback.d.ts +9 -0
  390. package/glyph/feedback.js +14 -0
  391. package/glyph/file.d.ts +9 -0
  392. package/glyph/file.js +14 -0
  393. package/glyph/filter.d.ts +9 -0
  394. package/glyph/filter.js +14 -0
  395. package/glyph/flag-filled.d.ts +9 -0
  396. package/glyph/flag-filled.js +14 -0
  397. package/glyph/folder-filled.d.ts +9 -0
  398. package/glyph/folder-filled.js +14 -0
  399. package/glyph/folder.d.ts +9 -0
  400. package/glyph/folder.js +14 -0
  401. package/glyph/followers.d.ts +9 -0
  402. package/glyph/followers.js +14 -0
  403. package/glyph/following.d.ts +9 -0
  404. package/glyph/following.js +14 -0
  405. package/glyph/googledrive.d.ts +9 -0
  406. package/glyph/googledrive.js +14 -0
  407. package/glyph/graph-bar.d.ts +9 -0
  408. package/glyph/graph-bar.js +14 -0
  409. package/glyph/graph-line.d.ts +9 -0
  410. package/glyph/graph-line.js +14 -0
  411. package/glyph/gsuite.d.ts +9 -0
  412. package/glyph/gsuite.js +14 -0
  413. package/glyph/highlights.d.ts +9 -0
  414. package/glyph/highlights.js +14 -0
  415. package/glyph/hipchat/audio-only.d.ts +9 -0
  416. package/glyph/hipchat/audio-only.js +14 -0
  417. package/glyph/hipchat/chevron-double-down.d.ts +9 -0
  418. package/glyph/hipchat/chevron-double-down.js +14 -0
  419. package/glyph/hipchat/chevron-double-up.d.ts +9 -0
  420. package/glyph/hipchat/chevron-double-up.js +14 -0
  421. package/glyph/hipchat/chevron-down.d.ts +9 -0
  422. package/glyph/hipchat/chevron-down.js +14 -0
  423. package/glyph/hipchat/chevron-up.d.ts +9 -0
  424. package/glyph/hipchat/chevron-up.js +14 -0
  425. package/glyph/hipchat/dial-out.d.ts +9 -0
  426. package/glyph/hipchat/dial-out.js +14 -0
  427. package/glyph/hipchat/lobby.d.ts +9 -0
  428. package/glyph/hipchat/lobby.js +14 -0
  429. package/glyph/hipchat/media-attachment-count.d.ts +9 -0
  430. package/glyph/hipchat/media-attachment-count.js +14 -0
  431. package/glyph/hipchat/outgoing-sound.d.ts +9 -0
  432. package/glyph/hipchat/outgoing-sound.js +14 -0
  433. package/glyph/hipchat/sd-video.d.ts +9 -0
  434. package/glyph/hipchat/sd-video.js +14 -0
  435. package/glyph/home-circle.d.ts +9 -0
  436. package/glyph/home-circle.js +14 -0
  437. package/glyph/home.d.ts +9 -0
  438. package/glyph/home.js +14 -0
  439. package/glyph/image-border.d.ts +9 -0
  440. package/glyph/image-border.js +14 -0
  441. package/glyph/image-resize.d.ts +9 -0
  442. package/glyph/image-resize.js +14 -0
  443. package/glyph/image.d.ts +9 -0
  444. package/glyph/image.js +14 -0
  445. package/glyph/info.d.ts +9 -0
  446. package/glyph/info.js +14 -0
  447. package/glyph/invite-team.d.ts +9 -0
  448. package/glyph/invite-team.js +14 -0
  449. package/glyph/issue-raise.d.ts +9 -0
  450. package/glyph/issue-raise.js +14 -0
  451. package/glyph/issue.d.ts +9 -0
  452. package/glyph/issue.js +14 -0
  453. package/glyph/issues.d.ts +9 -0
  454. package/glyph/issues.js +14 -0
  455. package/glyph/jira/capture.d.ts +9 -0
  456. package/glyph/jira/capture.js +14 -0
  457. package/glyph/jira/failed-build-status.d.ts +9 -0
  458. package/glyph/jira/failed-build-status.js +14 -0
  459. package/glyph/jira/labs.d.ts +9 -0
  460. package/glyph/jira/labs.js +14 -0
  461. package/glyph/jira/test-session.d.ts +9 -0
  462. package/glyph/jira/test-session.js +14 -0
  463. package/glyph/label.d.ts +9 -0
  464. package/glyph/label.js +14 -0
  465. package/glyph/lightbulb-filled.d.ts +9 -0
  466. package/glyph/lightbulb-filled.js +14 -0
  467. package/glyph/lightbulb.d.ts +9 -0
  468. package/glyph/lightbulb.js +14 -0
  469. package/glyph/like.d.ts +9 -0
  470. package/glyph/like.js +14 -0
  471. package/glyph/link-filled.d.ts +9 -0
  472. package/glyph/link-filled.js +14 -0
  473. package/glyph/link.d.ts +9 -0
  474. package/glyph/link.js +14 -0
  475. package/glyph/list.d.ts +9 -0
  476. package/glyph/list.js +14 -0
  477. package/glyph/location.d.ts +9 -0
  478. package/glyph/location.js +14 -0
  479. package/glyph/lock-circle.d.ts +9 -0
  480. package/glyph/lock-circle.js +14 -0
  481. package/glyph/lock-filled.d.ts +9 -0
  482. package/glyph/lock-filled.js +14 -0
  483. package/glyph/lock.d.ts +9 -0
  484. package/glyph/lock.js +14 -0
  485. package/glyph/marketplace.d.ts +9 -0
  486. package/glyph/marketplace.js +14 -0
  487. package/glyph/media-services/actual-size.d.ts +9 -0
  488. package/glyph/media-services/actual-size.js +14 -0
  489. package/glyph/media-services/add-comment.d.ts +9 -0
  490. package/glyph/media-services/add-comment.js +14 -0
  491. package/glyph/media-services/annotate.d.ts +9 -0
  492. package/glyph/media-services/annotate.js +14 -0
  493. package/glyph/media-services/arrow.d.ts +9 -0
  494. package/glyph/media-services/arrow.js +14 -0
  495. package/glyph/media-services/audio.d.ts +9 -0
  496. package/glyph/media-services/audio.js +14 -0
  497. package/glyph/media-services/blur.d.ts +9 -0
  498. package/glyph/media-services/blur.js +14 -0
  499. package/glyph/media-services/brush.d.ts +9 -0
  500. package/glyph/media-services/brush.js +14 -0
  501. package/glyph/media-services/button-option.d.ts +9 -0
  502. package/glyph/media-services/button-option.js +14 -0
  503. package/glyph/media-services/code.d.ts +9 -0
  504. package/glyph/media-services/code.js +14 -0
  505. package/glyph/media-services/document.d.ts +9 -0
  506. package/glyph/media-services/document.js +14 -0
  507. package/glyph/media-services/filter.d.ts +9 -0
  508. package/glyph/media-services/filter.js +14 -0
  509. package/glyph/media-services/fit-to-page.d.ts +9 -0
  510. package/glyph/media-services/fit-to-page.js +14 -0
  511. package/glyph/media-services/full-screen.d.ts +9 -0
  512. package/glyph/media-services/full-screen.js +14 -0
  513. package/glyph/media-services/grid.d.ts +9 -0
  514. package/glyph/media-services/grid.js +14 -0
  515. package/glyph/media-services/image.d.ts +9 -0
  516. package/glyph/media-services/image.js +14 -0
  517. package/glyph/media-services/line-thickness.d.ts +9 -0
  518. package/glyph/media-services/line-thickness.js +14 -0
  519. package/glyph/media-services/line.d.ts +9 -0
  520. package/glyph/media-services/line.js +14 -0
  521. package/glyph/media-services/no-image.d.ts +9 -0
  522. package/glyph/media-services/no-image.js +14 -0
  523. package/glyph/media-services/open-mediaviewer.d.ts +9 -0
  524. package/glyph/media-services/open-mediaviewer.js +14 -0
  525. package/glyph/media-services/oval.d.ts +9 -0
  526. package/glyph/media-services/oval.js +14 -0
  527. package/glyph/media-services/pdf.d.ts +9 -0
  528. package/glyph/media-services/pdf.js +14 -0
  529. package/glyph/media-services/preselected.d.ts +9 -0
  530. package/glyph/media-services/preselected.js +14 -0
  531. package/glyph/media-services/presentation.d.ts +9 -0
  532. package/glyph/media-services/presentation.js +14 -0
  533. package/glyph/media-services/rectangle.d.ts +9 -0
  534. package/glyph/media-services/rectangle.js +14 -0
  535. package/glyph/media-services/scale-large.d.ts +9 -0
  536. package/glyph/media-services/scale-large.js +14 -0
  537. package/glyph/media-services/scale-small.d.ts +9 -0
  538. package/glyph/media-services/scale-small.js +14 -0
  539. package/glyph/media-services/spreadsheet.d.ts +9 -0
  540. package/glyph/media-services/spreadsheet.js +14 -0
  541. package/glyph/media-services/text.d.ts +9 -0
  542. package/glyph/media-services/text.js +14 -0
  543. package/glyph/media-services/unknown.d.ts +9 -0
  544. package/glyph/media-services/unknown.js +14 -0
  545. package/glyph/media-services/video.d.ts +9 -0
  546. package/glyph/media-services/video.js +14 -0
  547. package/glyph/media-services/zip.d.ts +9 -0
  548. package/glyph/media-services/zip.js +14 -0
  549. package/glyph/media-services/zoom-in.d.ts +9 -0
  550. package/glyph/media-services/zoom-in.js +14 -0
  551. package/glyph/media-services/zoom-out.d.ts +9 -0
  552. package/glyph/media-services/zoom-out.js +14 -0
  553. package/glyph/mention.d.ts +9 -0
  554. package/glyph/mention.js +14 -0
  555. package/glyph/menu-expand.d.ts +9 -0
  556. package/glyph/menu-expand.js +14 -0
  557. package/glyph/menu.d.ts +9 -0
  558. package/glyph/menu.js +14 -0
  559. package/glyph/mobile.d.ts +9 -0
  560. package/glyph/mobile.js +14 -0
  561. package/glyph/more-vertical.d.ts +9 -0
  562. package/glyph/more-vertical.js +14 -0
  563. package/glyph/more.d.ts +9 -0
  564. package/glyph/more.js +14 -0
  565. package/glyph/notification-all.d.ts +9 -0
  566. package/glyph/notification-all.js +14 -0
  567. package/glyph/notification-direct.d.ts +9 -0
  568. package/glyph/notification-direct.js +14 -0
  569. package/glyph/notification.d.ts +9 -0
  570. package/glyph/notification.js +14 -0
  571. package/glyph/office-building-filled.d.ts +9 -0
  572. package/glyph/office-building-filled.js +14 -0
  573. package/glyph/office-building.d.ts +9 -0
  574. package/glyph/office-building.js +14 -0
  575. package/glyph/open.d.ts +9 -0
  576. package/glyph/open.js +14 -0
  577. package/glyph/overview.d.ts +9 -0
  578. package/glyph/overview.js +14 -0
  579. package/glyph/page-filled.d.ts +9 -0
  580. package/glyph/page-filled.js +14 -0
  581. package/glyph/page.d.ts +9 -0
  582. package/glyph/page.js +14 -0
  583. package/glyph/pdf.d.ts +9 -0
  584. package/glyph/pdf.js +14 -0
  585. package/glyph/people-group.d.ts +9 -0
  586. package/glyph/people-group.js +14 -0
  587. package/glyph/people.d.ts +9 -0
  588. package/glyph/people.js +14 -0
  589. package/glyph/person-circle.d.ts +9 -0
  590. package/glyph/person-circle.js +14 -0
  591. package/glyph/person-with-circle.d.ts +9 -0
  592. package/glyph/person-with-circle.js +14 -0
  593. package/glyph/person-with-cross.d.ts +9 -0
  594. package/glyph/person-with-cross.js +14 -0
  595. package/glyph/person-with-tick.d.ts +9 -0
  596. package/glyph/person-with-tick.js +14 -0
  597. package/glyph/person.d.ts +9 -0
  598. package/glyph/person.js +14 -0
  599. package/glyph/portfolio.d.ts +9 -0
  600. package/glyph/portfolio.js +14 -0
  601. package/glyph/preferences.d.ts +9 -0
  602. package/glyph/preferences.js +14 -0
  603. package/glyph/premium.d.ts +9 -0
  604. package/glyph/premium.js +14 -0
  605. package/glyph/presence-active.d.ts +9 -0
  606. package/glyph/presence-active.js +14 -0
  607. package/glyph/presence-busy.d.ts +9 -0
  608. package/glyph/presence-busy.js +14 -0
  609. package/glyph/presence-unavailable.d.ts +9 -0
  610. package/glyph/presence-unavailable.js +14 -0
  611. package/glyph/question-circle.d.ts +9 -0
  612. package/glyph/question-circle.js +14 -0
  613. package/glyph/question.d.ts +9 -0
  614. package/glyph/question.js +14 -0
  615. package/glyph/questions.d.ts +9 -0
  616. package/glyph/questions.js +14 -0
  617. package/glyph/queues.d.ts +9 -0
  618. package/glyph/queues.js +14 -0
  619. package/glyph/quote.d.ts +9 -0
  620. package/glyph/quote.js +14 -0
  621. package/glyph/radio.d.ts +9 -0
  622. package/glyph/radio.js +14 -0
  623. package/glyph/recent.d.ts +9 -0
  624. package/glyph/recent.js +14 -0
  625. package/glyph/redo.d.ts +9 -0
  626. package/glyph/redo.js +14 -0
  627. package/glyph/refresh.d.ts +9 -0
  628. package/glyph/refresh.js +14 -0
  629. package/glyph/retry.d.ts +9 -0
  630. package/glyph/retry.js +14 -0
  631. package/glyph/roadmap.d.ts +9 -0
  632. package/glyph/roadmap.js +14 -0
  633. package/glyph/room-menu.d.ts +9 -0
  634. package/glyph/room-menu.js +14 -0
  635. package/glyph/schedule-filled.d.ts +9 -0
  636. package/glyph/schedule-filled.js +14 -0
  637. package/glyph/schedule.d.ts +9 -0
  638. package/glyph/schedule.js +14 -0
  639. package/glyph/screen.d.ts +9 -0
  640. package/glyph/screen.js +14 -0
  641. package/glyph/search.d.ts +9 -0
  642. package/glyph/search.js +14 -0
  643. package/glyph/select-clear.d.ts +9 -0
  644. package/glyph/select-clear.js +14 -0
  645. package/glyph/send.d.ts +9 -0
  646. package/glyph/send.js +14 -0
  647. package/glyph/settings.d.ts +9 -0
  648. package/glyph/settings.js +14 -0
  649. package/glyph/share.d.ts +9 -0
  650. package/glyph/share.js +14 -0
  651. package/glyph/ship.d.ts +9 -0
  652. package/glyph/ship.js +14 -0
  653. package/glyph/shortcut.d.ts +9 -0
  654. package/glyph/shortcut.js +14 -0
  655. package/glyph/sign-in.d.ts +9 -0
  656. package/glyph/sign-in.js +14 -0
  657. package/glyph/sign-out.d.ts +9 -0
  658. package/glyph/sign-out.js +14 -0
  659. package/glyph/sprint.d.ts +9 -0
  660. package/glyph/sprint.js +14 -0
  661. package/glyph/star-filled.d.ts +9 -0
  662. package/glyph/star-filled.js +14 -0
  663. package/glyph/star-large.d.ts +9 -0
  664. package/glyph/star-large.js +14 -0
  665. package/glyph/star.d.ts +9 -0
  666. package/glyph/star.js +14 -0
  667. package/glyph/status.d.ts +9 -0
  668. package/glyph/status.js +14 -0
  669. package/glyph/stopwatch.d.ts +9 -0
  670. package/glyph/stopwatch.js +14 -0
  671. package/glyph/subtask.d.ts +9 -0
  672. package/glyph/subtask.js +14 -0
  673. package/glyph/suitcase.d.ts +9 -0
  674. package/glyph/suitcase.js +14 -0
  675. package/glyph/switcher.d.ts +9 -0
  676. package/glyph/switcher.js +14 -0
  677. package/glyph/table.d.ts +9 -0
  678. package/glyph/table.js +14 -0
  679. package/glyph/task.d.ts +9 -0
  680. package/glyph/task.js +14 -0
  681. package/glyph/teams.d.ts +9 -0
  682. package/glyph/teams.js +14 -0
  683. package/glyph/trash.d.ts +9 -0
  684. package/glyph/trash.js +14 -0
  685. package/glyph/tray.d.ts +9 -0
  686. package/glyph/tray.js +14 -0
  687. package/glyph/undo.d.ts +9 -0
  688. package/glyph/undo.js +14 -0
  689. package/glyph/unlink.d.ts +9 -0
  690. package/glyph/unlink.js +14 -0
  691. package/glyph/unlock-circle.d.ts +9 -0
  692. package/glyph/unlock-circle.js +14 -0
  693. package/glyph/unlock-filled.d.ts +9 -0
  694. package/glyph/unlock-filled.js +14 -0
  695. package/glyph/unlock.d.ts +9 -0
  696. package/glyph/unlock.js +14 -0
  697. package/glyph/upload.d.ts +9 -0
  698. package/glyph/upload.js +14 -0
  699. package/glyph/user-avatar-circle.d.ts +9 -0
  700. package/glyph/user-avatar-circle.js +14 -0
  701. package/glyph/vid-audio-muted.d.ts +9 -0
  702. package/glyph/vid-audio-muted.js +14 -0
  703. package/glyph/vid-audio-on.d.ts +9 -0
  704. package/glyph/vid-audio-on.js +14 -0
  705. package/glyph/vid-backward.d.ts +9 -0
  706. package/glyph/vid-backward.js +14 -0
  707. package/glyph/vid-camera-off.d.ts +9 -0
  708. package/glyph/vid-camera-off.js +14 -0
  709. package/glyph/vid-camera-on.d.ts +9 -0
  710. package/glyph/vid-camera-on.js +14 -0
  711. package/glyph/vid-connection-circle.d.ts +9 -0
  712. package/glyph/vid-connection-circle.js +14 -0
  713. package/glyph/vid-forward.d.ts +9 -0
  714. package/glyph/vid-forward.js +14 -0
  715. package/glyph/vid-full-screen-off.d.ts +9 -0
  716. package/glyph/vid-full-screen-off.js +14 -0
  717. package/glyph/vid-full-screen-on.d.ts +9 -0
  718. package/glyph/vid-full-screen-on.js +14 -0
  719. package/glyph/vid-hang-up.d.ts +9 -0
  720. package/glyph/vid-hang-up.js +14 -0
  721. package/glyph/vid-hd-circle.d.ts +9 -0
  722. package/glyph/vid-hd-circle.js +14 -0
  723. package/glyph/vid-pause.d.ts +9 -0
  724. package/glyph/vid-pause.js +14 -0
  725. package/glyph/vid-play.d.ts +9 -0
  726. package/glyph/vid-play.js +14 -0
  727. package/glyph/vid-raised-hand.d.ts +9 -0
  728. package/glyph/vid-raised-hand.js +14 -0
  729. package/glyph/vid-share-screen.d.ts +9 -0
  730. package/glyph/vid-share-screen.js +14 -0
  731. package/glyph/vid-speaking-circle.d.ts +9 -0
  732. package/glyph/vid-speaking-circle.js +14 -0
  733. package/glyph/vid-volume-full.d.ts +9 -0
  734. package/glyph/vid-volume-full.js +14 -0
  735. package/glyph/vid-volume-half.d.ts +9 -0
  736. package/glyph/vid-volume-half.js +14 -0
  737. package/glyph/vid-volume-muted.d.ts +9 -0
  738. package/glyph/vid-volume-muted.js +14 -0
  739. package/glyph/video-circle.d.ts +9 -0
  740. package/glyph/video-circle.js +14 -0
  741. package/glyph/video-filled.d.ts +9 -0
  742. package/glyph/video-filled.js +14 -0
  743. package/glyph/warning.d.ts +9 -0
  744. package/glyph/warning.js +14 -0
  745. package/glyph/watch-filled.d.ts +9 -0
  746. package/glyph/watch-filled.js +14 -0
  747. package/glyph/watch.d.ts +9 -0
  748. package/glyph/watch.js +14 -0
  749. package/glyph/world-small.d.ts +9 -0
  750. package/glyph/world-small.js +14 -0
  751. package/glyph/world.d.ts +9 -0
  752. package/glyph/world.js +14 -0
  753. package/package.json +7 -7
  754. package/svgs_raw/activity.svg +13 -0
  755. package/svgs_raw/add-circle.svg +13 -0
  756. package/svgs_raw/add-item.svg +13 -0
  757. package/svgs_raw/add.svg +12 -0
  758. package/svgs_raw/addon.svg +13 -0
  759. package/svgs_raw/app-access.svg +15 -0
  760. package/svgs_raw/app-switcher.svg +3 -0
  761. package/svgs_raw/archive.svg +3 -0
  762. package/svgs_raw/arrow-down-circle.svg +13 -0
  763. package/svgs_raw/arrow-down.svg +12 -0
  764. package/svgs_raw/arrow-left-circle.svg +13 -0
  765. package/svgs_raw/arrow-left.svg +3 -0
  766. package/svgs_raw/arrow-right-circle.svg +13 -0
  767. package/svgs_raw/arrow-right.svg +12 -0
  768. package/svgs_raw/arrow-up-circle.svg +13 -0
  769. package/svgs_raw/arrow-up.svg +12 -0
  770. package/svgs_raw/attachment.svg +12 -0
  771. package/svgs_raw/audio-circle.svg +13 -0
  772. package/svgs_raw/audio.svg +12 -0
  773. package/svgs_raw/backlog.svg +15 -0
  774. package/svgs_raw/billing-filled.svg +19 -0
  775. package/svgs_raw/billing.svg +19 -0
  776. package/svgs_raw/bitbucket/branches.svg +12 -0
  777. package/svgs_raw/bitbucket/builds.svg +16 -0
  778. package/svgs_raw/bitbucket/clone.svg +16 -0
  779. package/svgs_raw/bitbucket/commits.svg +12 -0
  780. package/svgs_raw/bitbucket/compare.svg +15 -0
  781. package/svgs_raw/bitbucket/forks.svg +16 -0
  782. package/svgs_raw/bitbucket/output.svg +15 -0
  783. package/svgs_raw/bitbucket/pipelines.svg +13 -0
  784. package/svgs_raw/bitbucket/pullrequests.svg +13 -0
  785. package/svgs_raw/bitbucket/repos.svg +14 -0
  786. package/svgs_raw/bitbucket/snippets.svg +13 -0
  787. package/svgs_raw/bitbucket/source.svg +13 -0
  788. package/svgs_raw/board.svg +14 -0
  789. package/svgs_raw/book.svg +16 -0
  790. package/svgs_raw/bullet-list.svg +17 -0
  791. package/svgs_raw/calendar-filled.svg +20 -0
  792. package/svgs_raw/calendar.svg +12 -0
  793. package/svgs_raw/camera-filled.svg +14 -0
  794. package/svgs_raw/camera-rotate.svg +16 -0
  795. package/svgs_raw/camera-take-picture.svg +13 -0
  796. package/svgs_raw/camera.svg +15 -0
  797. package/svgs_raw/canvas.svg +17 -0
  798. package/svgs_raw/check-circle-outline.svg +11 -0
  799. package/svgs_raw/check-circle.svg +13 -0
  800. package/svgs_raw/check.svg +12 -0
  801. package/svgs_raw/checkbox-indeterminate.svg +13 -0
  802. package/svgs_raw/checkbox.svg +13 -0
  803. package/svgs_raw/chevron-down-circle.svg +13 -0
  804. package/svgs_raw/chevron-down.svg +12 -0
  805. package/svgs_raw/chevron-left-circle.svg +13 -0
  806. package/svgs_raw/chevron-left-large.svg +3 -0
  807. package/svgs_raw/chevron-left.svg +12 -0
  808. package/svgs_raw/chevron-right-circle.svg +13 -0
  809. package/svgs_raw/chevron-right-large.svg +3 -0
  810. package/svgs_raw/chevron-right.svg +12 -0
  811. package/svgs_raw/chevron-up-circle.svg +13 -0
  812. package/svgs_raw/chevron-up.svg +12 -0
  813. package/svgs_raw/child-issues.svg +16 -0
  814. package/svgs_raw/code.svg +14 -0
  815. package/svgs_raw/comment.svg +14 -0
  816. package/svgs_raw/component.svg +14 -0
  817. package/svgs_raw/copy.svg +13 -0
  818. package/svgs_raw/creditcard-filled.svg +13 -0
  819. package/svgs_raw/creditcard.svg +13 -0
  820. package/svgs_raw/cross-circle.svg +14 -0
  821. package/svgs_raw/cross.svg +12 -0
  822. package/svgs_raw/dashboard.svg +14 -0
  823. package/svgs_raw/decision.svg +14 -0
  824. package/svgs_raw/department.svg +3 -0
  825. package/svgs_raw/detail-view.svg +16 -0
  826. package/svgs_raw/discover-filled.svg +12 -0
  827. package/svgs_raw/discover.svg +13 -0
  828. package/svgs_raw/document-filled.svg +12 -0
  829. package/svgs_raw/document.svg +12 -0
  830. package/svgs_raw/documents.svg +13 -0
  831. package/svgs_raw/download.svg +14 -0
  832. package/svgs_raw/drag-handler.svg +14 -0
  833. package/svgs_raw/dropbox.svg +3 -0
  834. package/svgs_raw/edit-filled.svg +13 -0
  835. package/svgs_raw/edit.svg +13 -0
  836. package/svgs_raw/editor/add.svg +12 -0
  837. package/svgs_raw/editor/addon.svg +12 -0
  838. package/svgs_raw/editor/advanced.svg +12 -0
  839. package/svgs_raw/editor/align-center.svg +12 -0
  840. package/svgs_raw/editor/align-image-center.svg +1 -0
  841. package/svgs_raw/editor/align-image-left.svg +1 -0
  842. package/svgs_raw/editor/align-image-right.svg +1 -0
  843. package/svgs_raw/editor/align-left.svg +12 -0
  844. package/svgs_raw/editor/align-right.svg +12 -0
  845. package/svgs_raw/editor/attachment.svg +12 -0
  846. package/svgs_raw/editor/background-color.svg +10 -0
  847. package/svgs_raw/editor/bold.svg +12 -0
  848. package/svgs_raw/editor/bullet-list.svg +12 -0
  849. package/svgs_raw/editor/close.svg +12 -0
  850. package/svgs_raw/editor/code.svg +12 -0
  851. package/svgs_raw/editor/collapse.svg +9 -0
  852. package/svgs_raw/editor/date.svg +12 -0
  853. package/svgs_raw/editor/decision.svg +12 -0
  854. package/svgs_raw/editor/divider.svg +12 -0
  855. package/svgs_raw/editor/done.svg +12 -0
  856. package/svgs_raw/editor/edit.svg +12 -0
  857. package/svgs_raw/editor/emoji.svg +12 -0
  858. package/svgs_raw/editor/error.svg +12 -0
  859. package/svgs_raw/editor/expand.svg +9 -0
  860. package/svgs_raw/editor/feedback.svg +12 -0
  861. package/svgs_raw/editor/file-preview.svg +4 -0
  862. package/svgs_raw/editor/file.svg +12 -0
  863. package/svgs_raw/editor/help.svg +12 -0
  864. package/svgs_raw/editor/hint.svg +12 -0
  865. package/svgs_raw/editor/horizontal-rule.svg +10 -0
  866. package/svgs_raw/editor/image-border.svg +12 -0
  867. package/svgs_raw/editor/image-resize.svg +12 -0
  868. package/svgs_raw/editor/image.svg +12 -0
  869. package/svgs_raw/editor/indent.svg +12 -0
  870. package/svgs_raw/editor/info.svg +12 -0
  871. package/svgs_raw/editor/italic.svg +12 -0
  872. package/svgs_raw/editor/layout-single.svg +3 -0
  873. package/svgs_raw/editor/layout-three-equal.svg +10 -0
  874. package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
  875. package/svgs_raw/editor/layout-two-equal.svg +10 -0
  876. package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
  877. package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
  878. package/svgs_raw/editor/link.svg +12 -0
  879. package/svgs_raw/editor/media-center.svg +12 -0
  880. package/svgs_raw/editor/media-full-width.svg +12 -0
  881. package/svgs_raw/editor/media-wide.svg +12 -0
  882. package/svgs_raw/editor/media-wrap-left.svg +12 -0
  883. package/svgs_raw/editor/media-wrap-right.svg +12 -0
  884. package/svgs_raw/editor/mention.svg +12 -0
  885. package/svgs_raw/editor/more.svg +12 -0
  886. package/svgs_raw/editor/note.svg +12 -0
  887. package/svgs_raw/editor/number-list.svg +12 -0
  888. package/svgs_raw/editor/open.svg +12 -0
  889. package/svgs_raw/editor/outdent.svg +12 -0
  890. package/svgs_raw/editor/panel.svg +12 -0
  891. package/svgs_raw/editor/photo.svg +12 -0
  892. package/svgs_raw/editor/quote.svg +12 -0
  893. package/svgs_raw/editor/recent.svg +12 -0
  894. package/svgs_raw/editor/redo.svg +12 -0
  895. package/svgs_raw/editor/remove-emoji.svg +4 -0
  896. package/svgs_raw/editor/remove.svg +12 -0
  897. package/svgs_raw/editor/search.svg +12 -0
  898. package/svgs_raw/editor/settings.svg +9 -0
  899. package/svgs_raw/editor/strikethrough.svg +12 -0
  900. package/svgs_raw/editor/success.svg +12 -0
  901. package/svgs_raw/editor/table-display-options.svg +10 -0
  902. package/svgs_raw/editor/table.svg +12 -0
  903. package/svgs_raw/editor/task.svg +12 -0
  904. package/svgs_raw/editor/text-color.svg +12 -0
  905. package/svgs_raw/editor/text-style.svg +12 -0
  906. package/svgs_raw/editor/underline.svg +12 -0
  907. package/svgs_raw/editor/undo.svg +12 -0
  908. package/svgs_raw/editor/unlink.svg +12 -0
  909. package/svgs_raw/editor/warning.svg +12 -0
  910. package/svgs_raw/email.svg +13 -0
  911. package/svgs_raw/emoji/activity.svg +12 -0
  912. package/svgs_raw/emoji/atlassian.svg +15 -0
  913. package/svgs_raw/emoji/custom.svg +12 -0
  914. package/svgs_raw/emoji/emoji.svg +12 -0
  915. package/svgs_raw/emoji/flags.svg +12 -0
  916. package/svgs_raw/emoji/food.svg +12 -0
  917. package/svgs_raw/emoji/frequent.svg +12 -0
  918. package/svgs_raw/emoji/keyboard.svg +13 -0
  919. package/svgs_raw/emoji/nature.svg +12 -0
  920. package/svgs_raw/emoji/objects.svg +12 -0
  921. package/svgs_raw/emoji/people.svg +12 -0
  922. package/svgs_raw/emoji/productivity.svg +1 -0
  923. package/svgs_raw/emoji/symbols.svg +12 -0
  924. package/svgs_raw/emoji/travel.svg +12 -0
  925. package/svgs_raw/emoji-add.svg +12 -0
  926. package/svgs_raw/emoji.svg +12 -0
  927. package/svgs_raw/error.svg +14 -0
  928. package/svgs_raw/export.svg +12 -0
  929. package/svgs_raw/feedback.svg +15 -0
  930. package/svgs_raw/file.svg +14 -0
  931. package/svgs_raw/filter.svg +14 -0
  932. package/svgs_raw/flag-filled.svg +12 -0
  933. package/svgs_raw/folder-filled.svg +12 -0
  934. package/svgs_raw/folder.svg +12 -0
  935. package/svgs_raw/followers.svg +14 -0
  936. package/svgs_raw/following.svg +14 -0
  937. package/svgs_raw/googledrive.svg +12 -0
  938. package/svgs_raw/graph-bar.svg +15 -0
  939. package/svgs_raw/graph-line.svg +14 -0
  940. package/svgs_raw/gsuite.svg +12 -0
  941. package/svgs_raw/highlights.svg +13 -0
  942. package/svgs_raw/hipchat/audio-only.svg +13 -0
  943. package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
  944. package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
  945. package/svgs_raw/hipchat/chevron-down.svg +12 -0
  946. package/svgs_raw/hipchat/chevron-up.svg +12 -0
  947. package/svgs_raw/hipchat/dial-out.svg +12 -0
  948. package/svgs_raw/hipchat/lobby.svg +15 -0
  949. package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
  950. package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
  951. package/svgs_raw/hipchat/sd-video.svg +12 -0
  952. package/svgs_raw/home-circle.svg +9 -0
  953. package/svgs_raw/home.svg +9 -0
  954. package/svgs_raw/image-border.svg +16 -0
  955. package/svgs_raw/image-resize.svg +15 -0
  956. package/svgs_raw/image.svg +12 -0
  957. package/svgs_raw/info.svg +14 -0
  958. package/svgs_raw/invite-team.svg +15 -0
  959. package/svgs_raw/issue-raise.svg +14 -0
  960. package/svgs_raw/issue.svg +13 -0
  961. package/svgs_raw/issues.svg +15 -0
  962. package/svgs_raw/jira/capture.svg +12 -0
  963. package/svgs_raw/jira/failed-build-status.svg +14 -0
  964. package/svgs_raw/jira/labs.svg +14 -0
  965. package/svgs_raw/jira/test-session.svg +21 -0
  966. package/svgs_raw/label.svg +10 -0
  967. package/svgs_raw/lightbulb-filled.svg +12 -0
  968. package/svgs_raw/lightbulb.svg +12 -0
  969. package/svgs_raw/like.svg +10 -0
  970. package/svgs_raw/link-filled.svg +14 -0
  971. package/svgs_raw/link.svg +13 -0
  972. package/svgs_raw/list.svg +15 -0
  973. package/svgs_raw/location.svg +12 -0
  974. package/svgs_raw/lock-circle.svg +16 -0
  975. package/svgs_raw/lock-filled.svg +3 -0
  976. package/svgs_raw/lock.svg +13 -0
  977. package/svgs_raw/marketplace.svg +19 -0
  978. package/svgs_raw/media-services/actual-size.svg +10 -0
  979. package/svgs_raw/media-services/add-comment.svg +14 -0
  980. package/svgs_raw/media-services/annotate.svg +12 -0
  981. package/svgs_raw/media-services/arrow.svg +12 -0
  982. package/svgs_raw/media-services/audio.svg +13 -0
  983. package/svgs_raw/media-services/blur.svg +15 -0
  984. package/svgs_raw/media-services/brush.svg +12 -0
  985. package/svgs_raw/media-services/button-option.svg +12 -0
  986. package/svgs_raw/media-services/code.svg +13 -0
  987. package/svgs_raw/media-services/document.svg +15 -0
  988. package/svgs_raw/media-services/filter.svg +14 -0
  989. package/svgs_raw/media-services/fit-to-page.svg +10 -0
  990. package/svgs_raw/media-services/full-screen.svg +10 -0
  991. package/svgs_raw/media-services/grid.svg +15 -0
  992. package/svgs_raw/media-services/image.svg +15 -0
  993. package/svgs_raw/media-services/line-thickness.svg +12 -0
  994. package/svgs_raw/media-services/line.svg +12 -0
  995. package/svgs_raw/media-services/no-image.svg +12 -0
  996. package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
  997. package/svgs_raw/media-services/oval.svg +12 -0
  998. package/svgs_raw/media-services/pdf.svg +16 -0
  999. package/svgs_raw/media-services/preselected.svg +12 -0
  1000. package/svgs_raw/media-services/presentation.svg +15 -0
  1001. package/svgs_raw/media-services/rectangle.svg +12 -0
  1002. package/svgs_raw/media-services/scale-large.svg +14 -0
  1003. package/svgs_raw/media-services/scale-small.svg +14 -0
  1004. package/svgs_raw/media-services/spreadsheet.svg +18 -0
  1005. package/svgs_raw/media-services/text.svg +16 -0
  1006. package/svgs_raw/media-services/unknown.svg +13 -0
  1007. package/svgs_raw/media-services/video.svg +14 -0
  1008. package/svgs_raw/media-services/zip.svg +16 -0
  1009. package/svgs_raw/media-services/zoom-in.svg +10 -0
  1010. package/svgs_raw/media-services/zoom-out.svg +10 -0
  1011. package/svgs_raw/mention.svg +14 -0
  1012. package/svgs_raw/menu-expand.svg +9 -0
  1013. package/svgs_raw/menu.svg +14 -0
  1014. package/svgs_raw/mobile.svg +3 -0
  1015. package/svgs_raw/more-vertical.svg +14 -0
  1016. package/svgs_raw/more.svg +14 -0
  1017. package/svgs_raw/notification-all.svg +17 -0
  1018. package/svgs_raw/notification-direct.svg +13 -0
  1019. package/svgs_raw/notification.svg +13 -0
  1020. package/svgs_raw/office-building-filled.svg +22 -0
  1021. package/svgs_raw/office-building.svg +22 -0
  1022. package/svgs_raw/open.svg +13 -0
  1023. package/svgs_raw/overview.svg +12 -0
  1024. package/svgs_raw/page-filled.svg +15 -0
  1025. package/svgs_raw/page.svg +15 -0
  1026. package/svgs_raw/pdf.svg +16 -0
  1027. package/svgs_raw/people-group.svg +17 -0
  1028. package/svgs_raw/people.svg +15 -0
  1029. package/svgs_raw/person-circle.svg +14 -0
  1030. package/svgs_raw/person-with-circle.svg +9 -0
  1031. package/svgs_raw/person-with-cross.svg +9 -0
  1032. package/svgs_raw/person-with-tick.svg +9 -0
  1033. package/svgs_raw/person.svg +13 -0
  1034. package/svgs_raw/portfolio.svg +12 -0
  1035. package/svgs_raw/preferences.svg +17 -0
  1036. package/svgs_raw/premium.svg +3 -0
  1037. package/svgs_raw/presence-active.svg +12 -0
  1038. package/svgs_raw/presence-busy.svg +13 -0
  1039. package/svgs_raw/presence-unavailable.svg +13 -0
  1040. package/svgs_raw/question-circle.svg +14 -0
  1041. package/svgs_raw/question.svg +14 -0
  1042. package/svgs_raw/questions.svg +12 -0
  1043. package/svgs_raw/queues.svg +12 -0
  1044. package/svgs_raw/quote.svg +12 -0
  1045. package/svgs_raw/radio.svg +13 -0
  1046. package/svgs_raw/recent.svg +12 -0
  1047. package/svgs_raw/redo.svg +13 -0
  1048. package/svgs_raw/refresh.svg +15 -0
  1049. package/svgs_raw/retry.svg +11 -0
  1050. package/svgs_raw/roadmap.svg +10 -0
  1051. package/svgs_raw/room-menu.svg +16 -0
  1052. package/svgs_raw/schedule-filled.svg +15 -0
  1053. package/svgs_raw/schedule.svg +16 -0
  1054. package/svgs_raw/screen.svg +14 -0
  1055. package/svgs_raw/search.svg +12 -0
  1056. package/svgs_raw/select-clear.svg +12 -0
  1057. package/svgs_raw/send.svg +13 -0
  1058. package/svgs_raw/settings.svg +12 -0
  1059. package/svgs_raw/share.svg +16 -0
  1060. package/svgs_raw/ship.svg +14 -0
  1061. package/svgs_raw/shortcut.svg +14 -0
  1062. package/svgs_raw/sign-in.svg +14 -0
  1063. package/svgs_raw/sign-out.svg +14 -0
  1064. package/svgs_raw/sprint.svg +9 -0
  1065. package/svgs_raw/star-filled.svg +10 -0
  1066. package/svgs_raw/star-large.svg +10 -0
  1067. package/svgs_raw/star.svg +12 -0
  1068. package/svgs_raw/status.svg +9 -0
  1069. package/svgs_raw/stopwatch.svg +9 -0
  1070. package/svgs_raw/subtask.svg +13 -0
  1071. package/svgs_raw/suitcase.svg +3 -0
  1072. package/svgs_raw/switcher.svg +13 -0
  1073. package/svgs_raw/table.svg +15 -0
  1074. package/svgs_raw/task.svg +13 -0
  1075. package/svgs_raw/teams.svg +3 -0
  1076. package/svgs_raw/trash.svg +14 -0
  1077. package/svgs_raw/tray.svg +15 -0
  1078. package/svgs_raw/undo.svg +13 -0
  1079. package/svgs_raw/unlink.svg +17 -0
  1080. package/svgs_raw/unlock-circle.svg +16 -0
  1081. package/svgs_raw/unlock-filled.svg +13 -0
  1082. package/svgs_raw/unlock.svg +14 -0
  1083. package/svgs_raw/upload.svg +14 -0
  1084. package/svgs_raw/user-avatar-circle.svg +14 -0
  1085. package/svgs_raw/vid-audio-muted.svg +10 -0
  1086. package/svgs_raw/vid-audio-on.svg +13 -0
  1087. package/svgs_raw/vid-backward.svg +3 -0
  1088. package/svgs_raw/vid-camera-off.svg +10 -0
  1089. package/svgs_raw/vid-camera-on.svg +10 -0
  1090. package/svgs_raw/vid-connection-circle.svg +15 -0
  1091. package/svgs_raw/vid-forward.svg +10 -0
  1092. package/svgs_raw/vid-full-screen-off.svg +15 -0
  1093. package/svgs_raw/vid-full-screen-on.svg +10 -0
  1094. package/svgs_raw/vid-hang-up.svg +12 -0
  1095. package/svgs_raw/vid-hd-circle.svg +13 -0
  1096. package/svgs_raw/vid-pause.svg +10 -0
  1097. package/svgs_raw/vid-play.svg +10 -0
  1098. package/svgs_raw/vid-raised-hand.svg +14 -0
  1099. package/svgs_raw/vid-share-screen.svg +16 -0
  1100. package/svgs_raw/vid-speaking-circle.svg +14 -0
  1101. package/svgs_raw/vid-volume-full.svg +10 -0
  1102. package/svgs_raw/vid-volume-half.svg +10 -0
  1103. package/svgs_raw/vid-volume-muted.svg +10 -0
  1104. package/svgs_raw/video-circle.svg +14 -0
  1105. package/svgs_raw/video-filled.svg +13 -0
  1106. package/svgs_raw/warning.svg +14 -0
  1107. package/svgs_raw/watch-filled.svg +13 -0
  1108. package/svgs_raw/watch.svg +13 -0
  1109. package/svgs_raw/world-small.svg +12 -0
  1110. package/svgs_raw/world.svg +12 -0
@@ -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/mention</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/mention" fill="#42526E">
9
+ <path d="M11.9392683,12 L5.0085302,12 C3.90195036,12 3,12.8954799 3,14.0001103 C3,14.0001103 3,21.8513001 3,18.4460997 C3,20.6791582 8.16055118,21.4478241 11.7132927,20.7520974 C10.7266315,19.6122932 10.1296961,18.1258575 10.1296961,16.5 C10.1296961,14.7535079 10.8185001,13.1678945 11.9392683,12 Z" id="Combined-Shape"></path>
10
+ <path d="M21.153,13.123 C21.9483,14.1592 22.1947,15.4385 21.8438,16.7255 C21.5028,17.9795 20.8923,18.8034 20.0288,19.1719 C18.8903,19.6581 17.8299,19.1202 17.7144,19.0575 C17.4713,18.9156 17.2887,18.7506 17.1391,18.5757 C16.6914,18.9035 16.1997,19.096 15.7223,19.096 C15.433,19.096 15.1503,19.03 14.8896,18.8903 C14.4683,18.6648 14.1537,18.2666 14.0074,17.7694 C13.7973,17.0555 13.9271,16.1964 14.3638,15.4121 C15.0821,14.124 16.5319,13.53 17.5945,14.0767 C17.6517,14.1053 17.688,14.1592 17.7408,14.1944 C17.974,14.0349 18.2732,13.9799 18.5493,14.0943 C18.9915,14.2747 19.2027,14.7774 19.0201,15.2174 L18.9475,15.3901 C18.5097,16.4417 18.1797,17.3305 18.5625,17.5582 C18.5625,17.5582 18.5614,17.5571 18.5625,17.5571 C18.5669,17.5571 18.9849,17.7485 19.3567,17.5868 C19.6999,17.4328 19.9837,16.9796 20.1762,16.2745 C20.3874,15.4957 20.2543,14.7862 19.7802,14.168 C19.1048,13.2891 17.8266,12.7215 16.5253,12.7215 C14.432,12.7215 12.7292,14.4155 12.7292,16.5 C12.7292,18.5834 14.432,20.2796 16.5253,20.2796 C17.0027,20.2796 17.3899,20.6646 17.3899,21.1398 C17.3899,21.615 17.0027,22 16.5253,22 C13.4783,22 11,19.5327 11,16.5 C11,13.4673 13.4783,11 16.5253,11 C18.3733,11 20.1465,11.814 21.153,13.123 Z M17.2546,16.8795 C17.6682,16.1425 17.6088,15.4143 17.1138,15.1602 C16.5924,14.8929 15.84,15.2889 15.477,15.9357 C15.0634,16.6727 15.1261,17.4812 15.6178,17.7419 C16.1084,18.0026 16.841,17.6165 17.2546,16.8795 Z" id="Combined-Shape"></path>
11
+ <circle id="Oval-2" cx="9" cy="7" r="4"></circle>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,9 @@
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 52.4 (67378) - http://www.bohemiancoding.com/sketch -->
4
+ <title>export/global/menu-expand</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="export/global/menu-expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <path d="M6,12 C6,11.4477153 6.45576096,11 7.00247329,11 L16.9975267,11 C17.5511774,11 18,11.4438648 18,12 C18,12.5522847 17.544239,13 16.9975267,13 L7.00247329,13 C6.44882258,13 6,12.5561352 6,12 Z M6,16 C6,15.4477153 6.45576096,15 7.00247329,15 L16.9975267,15 C17.5511774,15 18,15.4438648 18,16 C18,16.5522847 17.544239,17 16.9975267,17 L7.00247329,17 C6.44882258,17 6,16.5561352 6,16 Z M6,8 C6,7.44771525 6.45576096,7 7.00247329,7 L16.9975267,7 C17.5511774,7 18,7.44386482 18,8 C18,8.55228475 17.544239,9 16.9975267,9 L7.00247329,9 C6.44882258,9 6,8.55613518 6,8 Z" id="icon" fill="currentColor" fill-rule="nonzero"></path>
8
+ </g>
9
+ </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/menu</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/menu" fill="#42526E">
9
+ <rect id="Rectangle-13-Copy-2" x="5" y="15" width="14" height="2"></rect>
10
+ <rect id="Rectangle-13-Copy" x="5" y="7" width="14" height="2"></rect>
11
+ <rect id="Rectangle-13-Copy-3" x="5" y="11" width="14" height="2"></rect>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 2c-1.10457 0-2 .89543-2 2v16c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2V4c0-1.10457-.8954-2-2-2H7zm10 2H7v13h10V4zm-3 15h-4v1h4v-1z" fill="#42526E"/>
3
+ </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/more-vertical</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/more-vertical" fill="#42526E">
9
+ <circle id="Oval-2" cx="12" cy="19" r="2"></circle>
10
+ <circle id="Oval-2-Copy" cx="12" cy="12" r="2"></circle>
11
+ <circle id="Oval-2-Copy-2" cx="12" cy="5" r="2"></circle>
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/more</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/more" fill="#42526E">
9
+ <circle id="Oval-2" cx="5" cy="12" r="2"></circle>
10
+ <circle id="Oval-2-Copy" cx="12" cy="12" r="2"></circle>
11
+ <circle id="Oval-2-Copy-2" cx="19" cy="12" r="2"></circle>
12
+ </g>
13
+ </g>
14
+ </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/notification-all</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/notification-all" fill="#42526E">
9
+ <path d="M11.3839695,5.478 C12.3699695,4.493 13.6619695,4 14.9539695,4 C15.9259695,4 16.8989695,4.28 17.7419695,4.839 C17.7619695,4.813 17.7849695,4.789 17.8079695,4.765 C18.2029695,4.371 18.8419695,4.371 19.2359695,4.765 C19.6299695,5.16 19.6299695,5.799 19.2359695,6.192 C19.2119695,6.216 19.1869695,6.239 19.1619695,6.259 C20.4629695,8.22 20.2499695,10.888 18.5219695,12.615 L17.7971246,13.3401835 C17.0150037,14.1226696 15.9838327,15.5506132 15.4854363,16.546577 L13.9759695,19.563 C13.7269695,20.063 13.2029695,20.147 12.8049695,19.75 L4.24896952,11.195 C3.85196952,10.798 3.94096952,10.271 4.43596952,10.023 L7.45302014,8.51478851 C8.44158188,8.02061046 9.8737602,6.98891469 10.6591246,6.20318349 L11.3839695,5.478 Z" id="Clip-5" fill-rule="nonzero"></path>
10
+ <path d="M7.92423169,3.61765083 L8.32523169,4.58565083 C8.53623169,5.09565083 8.29423169,5.68065083 7.78423169,5.89165083 L7.78423169,5.89165083 C7.27323169,6.10365083 6.68823169,5.86065083 6.47723169,5.35065083 L6.07623169,4.38265083 C5.86523169,3.87265083 6.10723169,3.28765083 6.61723169,3.07665083 L6.61723169,3.07665083 C7.12823169,2.86465083 7.71323169,3.10765083 7.92423169,3.61765083" id="Fill-10"></path>
11
+ <path d="M4.38323169,6.07623169 L5.35123169,6.47723169 C5.86123169,6.68923169 6.10323169,7.27423169 5.89223169,7.78423169 L5.89223169,7.78423169 C5.68023169,8.29423169 5.09523169,8.53623169 4.58523169,8.32523169 L3.61723169,7.92423169 C3.10723169,7.71223169 2.86523169,7.12723169 3.07623169,6.61723169 L3.07623169,6.61723169 C3.28823169,6.10723169 3.87323169,5.86523169 4.38323169,6.07623169" id="Fill-12"></path>
12
+ <path d="M16.2175275,18.076 C15.7085275,18.288 15.4655275,18.873 15.6755275,19.383 L16.0775275,20.351 C16.2885275,20.861 16.8735275,21.104 17.3845275,20.892 C17.8935275,20.682 18.1365275,20.097 17.9255275,19.585 L17.5245275,18.618 C17.3655275,18.233 16.9925275,18 16.5995275,18 C16.4725275,18 16.3425275,18.025 16.2175275,18.076 Z" id="Clip-5"></path>
13
+ <path d="M18.0766656,16.2190004 C17.8646656,16.7280004 18.1076656,17.3130004 18.6166656,17.5250004 L19.5856656,17.9260004 C20.0946656,18.1370004 20.6806656,17.8950004 20.8926656,17.3840004 C21.1036656,16.8740004 20.8606656,16.2900004 20.3516656,16.0780004 L19.3826656,15.6770004 C19.2576656,15.6250004 19.1286656,15.6000004 19.0006656,15.6000004 C18.6086656,15.6000004 18.2356656,15.8330004 18.0766656,16.2190004 Z" id="Clip-2"></path>
14
+ <path d="M6.485,17.6685 C7.266,18.4495 8.533,18.4495 9.314,17.6685 L6.485,14.8395 C5.704,15.6205 5.704,16.8875 6.485,17.6685 Z" id="Clip-2"></path>
15
+ </g>
16
+ </g>
17
+ </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/notification-direct</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/notification-direct" fill="#42526E">
9
+ <path d="M6.58575,17.829 C7.36675,18.61 8.63375,18.61 9.41475,17.829 L6.58575,15 C5.80475,15.781 5.80475,17.048 6.58575,17.829 Z" id="Clip-2-Copy"></path>
10
+ <path d="M11.3839695,5.478 C12.3699695,4.493 13.6619695,4 14.9539695,4 C15.9259695,4 16.8989695,4.28 17.7419695,4.839 C17.7619695,4.813 17.7849695,4.789 17.8079695,4.765 C18.2029695,4.371 18.8419695,4.371 19.2359695,4.765 C19.6299695,5.16 19.6299695,5.799 19.2359695,6.192 C19.2119695,6.216 19.1869695,6.239 19.1619695,6.259 C20.4629695,8.22 20.2499695,10.888 18.5219695,12.615 L17.7971246,13.3401835 C17.0150037,14.1226696 15.9838327,15.5506132 15.4854363,16.546577 L13.9759695,19.563 C13.7269695,20.063 13.2029695,20.147 12.8049695,19.75 L4.24896952,11.195 C3.85196952,10.798 3.94096952,10.271 4.43596952,10.023 L7.45302014,8.51478851 C8.44158188,8.02061046 9.8737602,6.98891469 10.6591246,6.20318349 L11.3839695,5.478 Z M14.1228916,15.1080371 C14.6403984,14.1332985 15.6909292,12.7118135 16.4765649,11.925811 L17.2016602,11.2003772 C18.2313239,10.1713093 18.3834189,8.56227583 17.5888837,7.36467129 C17.3995402,7.07927344 16.8711385,6.599308 16.730174,6.50583327 C16.2299327,6.17411932 15.6447113,6 15.0474643,6 C14.2426582,6 13.4726592,6.3120629 12.89142,6.89247169 L11.9410727,7.84326283 C11.1569741,8.62772767 9.72229082,9.66310171 8.74003589,10.1541268 L7,11.0239635 L13.0692829,17.0925385 L14.1228916,15.1080371 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/notification</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/notification" fill="#42526E">
9
+ <path d="M6.485,17.6685 C7.266,18.4495 8.533,18.4495 9.314,17.6685 L6.485,14.8395 C5.704,15.6205 5.704,16.8875 6.485,17.6685 Z" id="Clip-2"></path>
10
+ <path d="M11.382,5.4775 L10.6571551,6.20268349 C9.87503422,6.98516964 8.44722172,8.01630658 7.45105062,8.51428851 L4.434,10.0225 C3.939,10.2705 3.85,10.7975 4.247,11.1945 L12.803,19.7495 C13.201,20.1465 13.725,20.0625 13.974,19.5625 L15.4834668,16.546077 C15.9780561,15.5577209 17.0097907,14.1254147 17.7951551,13.3396835 L18.52,12.6145 C20.248,10.8875 20.461,8.2195 19.16,6.2585 C19.185,6.2385 19.21,6.2155 19.234,6.1915 C19.628,5.7985 19.628,5.1595 19.234,4.7645 C18.84,4.3705 18.201,4.3705 17.806,4.7645 C17.783,4.7885 17.76,4.8125 17.74,4.8385 C16.897,4.2795 15.924,3.9995 14.952,3.9995 C13.66,3.9995 12.368,4.4925 11.382,5.4775 Z" id="Clip-5"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/office-building-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/office-building-filled">
9
+ <path d="M8,6 L5.0085302,6 C3.90195036,6 3,6.96220019 3,8.14913428 L3,18.8508657 C3,20.0388642 3.8992496,21 5.0085302,21 L10.4957349,21 L8,21 L8,6 Z" id="Combined-Shape" fill="#42526E" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-53-Copy-7" fill="#79F2C0" x="6" y="10" width="2" height="2"></rect>
11
+ <rect id="Rectangle-53-Copy-8" fill="#79F2C0" x="6" y="13" width="2" height="2"></rect>
12
+ <path d="M9,4.99508929 C9,3.8932319 9.90195036,3 11.0085302,3 L18.9914698,3 C20.1007504,3 21,3.8926228 21,4.99508929 L21,19.0049107 C21,20.1067681 20.0980496,21 18.9914698,21 L9,21 L9,4.99508929 Z" id="Combined-Shape" fill="#42526E"></path>
13
+ <rect id="Rectangle-53" fill="#79F2C0" x="12" y="7" width="2" height="2"></rect>
14
+ <rect id="Rectangle-53-Copy-2" fill="#79F2C0" x="12" y="10" width="2" height="2"></rect>
15
+ <rect id="Rectangle-53-Copy-4" fill="#79F2C0" x="12" y="13" width="2" height="2"></rect>
16
+ <rect id="Rectangle-53-Copy-6" fill="#79F2C0" x="14" y="16" width="2" height="3"></rect>
17
+ <rect id="Rectangle-53-Copy" fill="#79F2C0" x="16" y="7" width="2" height="2"></rect>
18
+ <rect id="Rectangle-53-Copy-3" fill="#79F2C0" x="16" y="10" width="2" height="2"></rect>
19
+ <rect id="Rectangle-53-Copy-5" fill="#79F2C0" x="16" y="13" width="2" height="2"></rect>
20
+ </g>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,22 @@
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/office-building</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/office-building" fill="#42526E">
9
+ <path d="M8,6 L5.0085302,6 C3.90195036,6 3,6.96220019 3,8.14913428 L3,18.8508657 C3,20.0388642 3.8992496,21 5.0085302,21 L10.4957349,21 L8,21 L8,18.8546522 C6.38395203,18.8535856 5,18.8522641 5,18.8508657 C5,18.8508657 5.00457681,8.14285714 5.0085302,8.14285714 C5.0085302,8.14285714 6.38761521,8.14336052 8,8.14418994 L8,6 Z" id="Combined-Shape" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-53" x="12" y="7" width="2" height="2"></rect>
11
+ <rect id="Rectangle-53-Copy-7" x="6" y="10" width="2" height="2"></rect>
12
+ <rect id="Rectangle-53-Copy-8" x="6" y="13" width="2" height="2"></rect>
13
+ <rect id="Rectangle-53-Copy-2" x="12" y="10" width="2" height="2"></rect>
14
+ <rect id="Rectangle-53-Copy-4" x="12" y="13" width="2" height="2"></rect>
15
+ <rect id="Rectangle-53-Copy-6" x="14" y="16" width="2" height="3"></rect>
16
+ <rect id="Rectangle-53-Copy" x="16" y="7" width="2" height="2"></rect>
17
+ <rect id="Rectangle-53-Copy-3" x="16" y="10" width="2" height="2"></rect>
18
+ <rect id="Rectangle-53-Copy-5" x="16" y="13" width="2" height="2"></rect>
19
+ <path d="M18.9914698,19 C18.9978202,19 19,4.99508929 19,4.99508929 C19,5.00051505 11.0085302,5 11.0085302,5 C11.0021798,5 11,19 11,19 L18.9914698,19 Z M9,4.99508929 C9,3.8932319 9.90195036,3 11.0085302,3 L18.9914698,3 C20.1007504,3 21,3.8926228 21,4.99508929 L21,19.0049107 C21,20.1067681 20.0980496,21 18.9914698,21 L9,21 L9,4.99508929 Z" id="Rectangle-3" fill-rule="nonzero"></path>
20
+ </g>
21
+ </g>
22
+ </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/open</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/open" fill="#42526E">
9
+ <path d="M11.0310145,7 C10.4590145,7 9.99701453,7.463 10.0000145,8.036 C10.0020145,8.611 10.4700145,9.079 11.0440145,9.081 L14.1650145,9.095 L14.1790145,12.216 C14.1810145,12.79 14.6490145,13.258 15.2240145,13.26 C15.7980145,13.263 16.2610145,12.799 16.2600145,12.225 L16.2410145,8.064 C16.2380145,7.49 15.7700145,7.022 15.1960145,7.019 L11.0350145,7 L11.0310145,7 Z" id="Clip-2-Copy"></path>
10
+ <path d="M13.3635,8.292 L6.2925,15.363 C5.9025,15.754 5.9025,16.388 6.2925,16.778 C6.6825,17.168 7.3165,17.168 7.7075,16.778 L14.7785,9.707 C15.1685,9.316 15.1685,8.683 14.7785,8.292 C14.5835,8.098 14.3265,8 14.0715,8 C13.8145,8 13.5585,8.098 13.3635,8.292 Z" id="Clip-5-Copy"></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/overview</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/overview" fill="#42526E">
9
+ <path d="M8.00922203,18 C8.55641359,18 9,17.5561352 9,17 L9,17 C9,16.4477153 8.54902482,16 8.00922203,16 L3.99077797,16 C3.44358641,16 3,16.4438648 3,17 L3,17 C3,17.5522847 3.45097518,18 3.99077797,18 L8.00922203,18 Z M3,7 C3,7.55228475 3.44494629,8 3.99339768,8 L20.0066023,8 C20.5552407,8 21,7.55613518 21,7 L21,7 C21,6.44771525 20.5550537,6 20.0066023,6 L3.99339768,6 C3.44475929,6 3,6.44386482 3,7 L3,7 Z M13.9975267,13 C14.5511774,13 15,12.5561352 15,12 L15,12 C15,11.4477153 14.544239,11 13.9975267,11 L4.00247329,11 C3.44882258,11 3,11.4438648 3,12 L3,12 C3,12.5522847 3.45576096,13 4.00247329,13 L13.9975267,13 Z" id="icon"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/page-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/page-filled">
9
+ <path d="M5,3.99079514 C5,2.89130934 5.89706013,2 7.00585866,2 L16.9941413,2 C18.1019465,2 19,2.89821238 19,3.99079514 L19,20.0092049 C19,21.1086907 18.1029399,22 16.9941413,22 L7.00585866,22 C5.89805351,22 5,21.1017876 5,20.0092049 L5,3.99079514 Z" id="Combined-Shape" fill="#42526E"></path>
10
+ <rect id="Rectangle-5-Copy-2" fill="#79F2C0" x="8" y="6" width="8" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-5-Copy-4" fill="#79F2C0" x="8" y="9" width="8" height="2" rx="1"></rect>
12
+ <rect id="Rectangle-5-Copy-5" fill="#79F2C0" x="8" y="12" width="4" height="2" rx="1"></rect>
13
+ </g>
14
+ </g>
15
+ </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/page</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/page" fill="#42526E">
9
+ <rect id="Rectangle-5-Copy-2" x="8" y="6" width="8" height="2" rx="1"></rect>
10
+ <rect id="Rectangle-5-Copy-4" x="8" y="9" width="8" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-5-Copy-5" x="8" y="12" width="4" height="2" rx="1"></rect>
12
+ <path d="M7,4 L7,20 L17,20 L17,4 L7,4 Z M5,3.99079514 C5,2.89130934 5.89706013,2 7.00585866,2 L16.9941413,2 C18.1019465,2 19,2.89821238 19,3.99079514 L19,20.0092049 C19,21.1086907 18.1029399,22 16.9941413,22 L7.00585866,22 C5.89805351,22 5,21.1017876 5,20.0092049 L5,3.99079514 Z" id="Rectangle-5" fill-rule="nonzero"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/pdf</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/pdf">
9
+ <rect id="Rectangle-39" fill="#42526E" x="5" y="4" width="14" height="16" rx="2"></rect>
10
+ <rect id="Rectangle-3-Copy-2" fill="#79F2C0" x="8" y="8" width="8" height="2" rx="1"></rect>
11
+ <path d="M15.5124509,16 L13.4885321,16 C13.2182176,16 13,15.7777733 13,15.5034936 L13,11.4974074 C13,11.2221267 13.2182176,10.9999 13.4885321,10.9999 L15.5124509,10.9999 C15.7817824,10.9999 16,11.2221267 16,11.4974074 L16,15.5034936 C16,15.7777733 15.7817824,16 15.5124509,16" id="Fill-11" fill="#79F2C0"></path>
12
+ <rect id="Rectangle-33" fill="#79F2C0" x="8" y="11" width="4" height="2" rx="1"></rect>
13
+ <rect id="Rectangle-33-Copy" fill="#79F2C0" x="8" y="14" width="4" height="2" rx="1"></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/people-group</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/people-group" fill="#42526E">
9
+ <path d="M8.12601749,10 L3.99961498,10 C2.88743329,10 2,10.8953341 2,11.9997846 C2,11.9997846 2,18.7567112 2,15.7298664 C2,17.0402816 3.87429318,17.7833773 6,17.9591536 C6,16.5516936 6,14.9960612 6,14.9960612 C6,13.3413823 7.3486445,12 9.00032973,12 L9.3541756,12 C8.76376971,11.478897 8.32837763,10.7862243 8.12601749,10 Z" id="Combined-Shape"></path>
10
+ <path d="M15.8739825,10 L20.000385,10 C21.1047419,10 22,10.8854554 22,12.000312 L22,15.7298664 C22,17.0402816 20.1257068,17.7833773 18,17.9591536 C18,14.9798617 18,14.9961181 18,14.9961181 C18,13.3432101 16.6567066,12 14.9996703,12 L14.6458244,12 C15.2362303,11.478897 15.6716224,10.7862243 15.8739825,10 Z" id="Combined-Shape"></path>
11
+ <path d="M9.96712664,5.55435462 C9.75186139,4.10884742 8.50542329,3 7,3 C5.34314575,3 4,4.34314575 4,6 C4,7.65685425 5.34314575,9 7,9 C7.35199266,9 7.68982656,8.93937919 8.00363103,8.82800827 C8.0626367,7.43319383 8.83592722,6.22318396 9.96712664,5.55435462 Z" id="Combined-Shape"></path>
12
+ <path d="M15.9965588,8.82807563 C16.3103097,8.93940363 16.6480783,9 17,9 C18.6568542,9 20,7.65685425 20,6 C20,4.34314575 18.6568542,3 17,3 C15.4952033,3 14.2491763,4.10792452 14.0331427,5.55254975 C15.1653286,6.22108204 15.9390444,7.43216774 15.9965588,8.82807563 Z" id="Combined-Shape"></path>
13
+ <path d="M7,14.9997846 C7,13.8953341 7.88743329,13 8.99961498,13 L15.000385,13 C16.1047419,13 17,13.8854554 17,15.000312 L17,18.7298664 C17,21.7567112 7,21.7567112 7,18.7298664 C7,21.7567112 7,14.9997846 7,14.9997846 Z" id="Rectangle-7"></path>
14
+ <circle id="Oval-3" cx="12" cy="9" r="3"></circle>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/people</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/people" fill="#42526E">
9
+ <circle id="Oval-3" cx="16" cy="9" r="3"></circle>
10
+ <circle id="Oval-3-Copy" cx="8" cy="6" r="3"></circle>
11
+ <path d="M11,14.9997846 C11,13.8953341 11.8874333,13 12.999615,13 L19.000385,13 C20.1047419,13 21,13.8854554 21,15.000312 L21,18.7298664 C21,21.7567112 11,21.7567112 11,18.7298664 C11,21.7567112 11,14.9997846 11,14.9997846 Z" id="Rectangle-7"></path>
12
+ <path d="M13,12 C12.9957462,10.8847659 12.1023805,10 11.0000148,10 L5.00001343,10 C3.88701318,10 3.00001298,10.897 3.00001298,12.003 L3.00001298,15.829 C3.00001298,17.7500521 7.05442413,18.3473394 10.0000146,17.8129338 C10.0000146,16.382081 10.0000146,15.0057079 10.0000146,15.0057079 C10.0000146,13.3457013 11.3416377,12 12.9971673,12 L13,12 Z" id="Combined-Shape"></path>
13
+ </g>
14
+ </g>
15
+ </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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/person-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/person-circle" fill="#42526E">
9
+ <path d="M14.4996,13.0089 L9.5006,13.0089 C8.1196,13.0089 7.0006,14.1291603 7.0006,15.5117157 L7.0006,19.4901915 C8.4306,20.4482693 10.1496,21.0089 11.9996,21.0089 C13.8506,21.0089 15.5686,20.4482693 16.9996,19.4901915 L16.9996,15.5117157 C16.9996,14.1291603 15.8796,13.0089 14.4996,13.0089" id="Fill-5"></path>
10
+ <circle id="Oval-2" cx="12" cy="9" r="3"></circle>
11
+ <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="Oval-10" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,9 @@
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 56.2 (81672) - https://sketch.com -->
4
+ <title>global/person-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="global/person-circle" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <path d="M11.9392683,12 C10.8185001,13.1678945 10.1296961,14.7535079 10.1296961,16.5 C10.1296961,18.1258575 10.7266315,19.6122932 11.7132927,20.7520974 C8.16055118,21.4478241 3,20.6791582 3,18.4460997 C3,21.8513001 3,14.0001103 3,14.0001103 C3,12.8954799 3.90195036,12 5.0085302,12 L11.9392683,12 Z M9,11 C6.790861,11 5,9.209139 5,7 C5,4.790861 6.790861,3 9,3 C11.209139,3 13,4.790861 13,7 C13,9.209139 11.209139,11 9,11 Z M16.5,22 C13.4624339,22 11,19.5375661 11,16.5 C11,13.4624339 13.4624339,11 16.5,11 C19.5375661,11 22,13.4624339 22,16.5 C22,19.5375661 19.5375661,22 16.5,22 Z M16.5,20 C18.4329966,20 20,18.4329966 20,16.5 C20,14.5670034 18.4329966,13 16.5,13 C14.5670034,13 13,14.5670034 13,16.5 C13,18.4329966 14.5670034,20 16.5,20 Z" id="Color" fill="#42526E"></path>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,9 @@
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 56.2 (81672) - https://sketch.com -->
4
+ <title>global/person-cross</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="global/person-cross" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <path d="M11.9392683,12 C10.8185001,13.1678945 10.1296961,14.7535079 10.1296961,16.5 C10.1296961,18.1258575 10.7266315,19.6122932 11.7132927,20.7520974 C8.16055118,21.4478241 3,20.6791582 3,18.4460997 C3,21.8513001 3,14.0001103 3,14.0001103 C3,12.8954799 3.90195036,12 5.0085302,12 L11.9392683,12 Z M9,11 C6.790861,11 5,9.209139 5,7 C5,4.790861 6.790861,3 9,3 C11.209139,3 13,4.790861 13,7 C13,9.209139 11.209139,11 9,11 Z M17.60916,16.499386 L18.7713911,15.3349615 C19.0775025,15.0282725 19.0760072,14.5325205 18.7680514,14.2276684 C18.4600955,13.9228164 17.9622957,13.9243055 17.6561844,14.2309945 L16.5003064,15.3890539 L15.3436315,14.2308366 C15.0371788,13.9239754 14.5392648,13.9229223 14.2315093,14.2284845 C13.9237538,14.5340467 13.9226977,15.030514 14.2291503,15.3373753 L15.39084,16.500614 L14.2286089,17.6650385 C13.9224975,17.9717275 13.9239928,18.4674795 14.2319486,18.7723316 C14.5399045,19.0771836 15.0377043,19.0756945 15.3438156,18.7690055 L16.4996936,17.6109461 L17.6563685,18.7691634 C17.9628212,19.0760246 18.4607352,19.0770777 18.7684907,18.7715155 C19.0762462,18.4659533 19.0773023,17.969486 18.7708497,17.6626247 L17.60916,16.499386 Z M16.5,22 C13.4624339,22 11,19.5375661 11,16.5 C11,13.4624339 13.4624339,11 16.5,11 C19.5375661,11 22,13.4624339 22,16.5 C22,19.5375661 19.5375661,22 16.5,22 Z" id="Color" fill="#42526E"></path>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,9 @@
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 56.2 (81672) - https://sketch.com -->
4
+ <title>global/person-tick</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="global/person-tick" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <path d="M11.9392683,12 C10.8185001,13.1678945 10.1296961,14.7535079 10.1296961,16.5 C10.1296961,18.1258575 10.7266315,19.6122932 11.7132927,20.7520974 C8.16055118,21.4478241 3,20.6791582 3,18.4460997 C3,21.8513001 3,14.0001103 3,14.0001103 C3,12.8954799 3.90195036,12 5.0085302,12 L11.9392683,12 Z M9,11 C6.790861,11 5,9.209139 5,7 C5,4.790861 6.790861,3 9,3 C11.209139,3 13,4.790861 13,7 C13,9.209139 11.209139,11 9,11 Z M16.5,22 C13.4624339,22 11,19.5375661 11,16.5 C11,13.4624339 13.4624339,11 16.5,11 C19.5375661,11 22,13.4624339 22,16.5 C22,19.5375661 19.5375661,22 16.5,22 Z M14.6083631,16.1916369 C14.2861806,15.8694544 13.7638194,15.8694544 13.4416369,16.1916369 C13.1194544,16.5138194 13.1194544,17.0361806 13.4416369,17.3583631 L15.0916369,19.0083631 C15.4138194,19.3305456 15.9361806,19.3305456 16.2583631,19.0083631 L19.5583631,15.7083631 C19.8805456,15.3861806 19.8805456,14.8638194 19.5583631,14.5416369 C19.2361806,14.2194544 18.7138194,14.2194544 18.3916369,14.5416369 L15.675,17.2582738 L14.6083631,16.1916369 Z" id="Color" fill="#42526E"></path>
8
+ </g>
9
+ </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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/person</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/person" fill="#42526E">
9
+ <path d="M6,14.0001103 C6,12.8954799 6.90195036,12 8.0085302,12 L15.9914698,12 C17.1007504,12 18,12.8938878 18,14.006104 L18,18.4460997 C18,21.8513001 6,21.8513001 6,18.4460997 C6,21.8513001 6,14.0001103 6,14.0001103 Z" id="Rectangle-7"></path>
10
+ <circle id="Oval-2" cx="12" cy="7" r="4"></circle>
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 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
4
+ <title>portfolio</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill-rule="evenodd">
8
+ <g id="portfolio" fill="currentColor">
9
+ <path d="M8.82929429,17 L15.1707057,17 C15.5825421,15.8348076 16.6937812,15 18,15 C19.6568542,15 21,16.3431458 21,18 C21,19.6568542 19.6568542,21 18,21 C16.6937812,21 15.5825421,20.1651924 15.1707057,19 L8.82929429,19 C8.41745788,20.1651924 7.30621883,21 6,21 C4.34314575,21 3,19.6568542 3,18 C3,16.3431458 4.34314575,15 6,15 C7.30621883,15 8.41745788,15.8348076 8.82929429,17 L8.82929429,17 Z M3,5 C3,3.8954305 3.89451376,3 4.99406028,3 L17.0059397,3 C18.1072288,3 19,3.88772964 19,5 C19,6.1045695 18.1054862,7 17.0059397,7 L4.99406028,7 C3.8927712,7 3,6.11227036 3,5 Z M8,11 C8,9.8954305 8.89354265,9 10.0027601,9 L18.9972399,9 C20.1033337,9 21,9.88772964 21,11 C21,12.1045695 20.1064574,13 18.9972399,13 L10.0027601,13 C8.89666625,13 8,12.1122704 8,11 Z" id="plan"></path>
10
+ </g>
11
+ </g>
12
+ </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/preferences</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/preferences" fill="#42526E">
9
+ <rect id="Rectangle-13" x="3" y="7" width="3" height="2"></rect>
10
+ <rect id="Rectangle-13-Copy-2" x="3" y="15" width="11" height="2"></rect>
11
+ <rect id="Rectangle-13-Copy" x="10" y="7" width="11" height="2"></rect>
12
+ <rect id="Rectangle-13-Copy-3" x="18" y="15" width="3" height="2"></rect>
13
+ <path d="M11,8 C11,9.65728475 9.65728475,11 8,11 C6.34271525,11 5,9.65728475 5,8 C5,6.34271525 6.34271525,5 8,5 C9.65728475,5 11,6.34271525 11,8 Z M9,8 C9,7.44728475 8.55271525,7 8,7 C7.44728475,7 7,7.44728475 7,8 C7,8.55271525 7.44728475,9 8,9 C8.55271525,9 9,8.55271525 9,8 Z" id="Combined-Shape"></path>
14
+ <path d="M19,16 C19,17.6572847 17.6572847,19 16,19 C14.3427153,19 13,17.6572847 13,16 C13,14.3427153 14.3427153,13 16,13 C17.6572847,13 19,14.3427153 19,16 Z M17,16 C17,15.4472847 16.5527153,15 16,15 C15.4472847,15 15,15.4472847 15,16 C15,16.5527153 15.4472847,17 16,17 C16.5527153,17 17,16.5527153 17,16 Z" id="Combined-Shape-Copy"></path>
15
+ </g>
16
+ </g>
17
+ </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.27566169 4.3818075L7.35719132 9.24650023 2.49353672 11.1639325C2.29213886 11.2438687 2.13330446 11.4027031 2.05440633 11.6020247L2.05440633 11.6020247C1.89661006 12.0037823 2.09385539 12.4553703 2.49353672 12.6131666L2.49353672 12.6131666 7.35719132 14.531637 9.27566169 19.3952916C9.35559796 19.5956513 9.51339422 19.7555238 9.71375395 19.8333838L9.71375395 19.8333838C10.1134353 19.9911801 10.5660614 19.796011 10.7248958 19.3952916L10.7248958 19.3952916 12.6433662 14.531637 17.5070208 12.6131666C17.7084186 12.5342685 17.867253 12.3754341 17.9461512 12.1740362L17.9461512 12.1740362C18.1029093 11.7743549 17.905664 11.3217287 17.5070208 11.1639325L17.5070208 11.1639325 12.6433662 9.24650023 10.7248958 4.3818075C10.6459977 4.18144777 10.4871633 4.02261337 10.2857654 3.94371524L10.2857654 3.94371524C10.1923334 3.90634244 10.0947489 3.8897323 10.0002788 3.8897323L10.0002788 3.8897323C9.68987689 3.8897323 9.39608516 4.07555817 9.27566169 4.3818075L9.27566169 4.3818075zM17.5731306 2.35258856L16.8300485 4.23818721 14.9455656 4.98126929C14.8016353 5.03817197 14.6878299 5.15197733 14.6309273 5.2947919L14.6309273 5.2947919C14.5182376 5.58265253 14.6599365 5.90621679 14.9455656 6.01890642L14.9455656 6.01890642 16.8300485 6.76198849 17.5731306 8.64758715C17.631149 8.79040172 17.7438387 8.90532282 17.887769 8.96110977L17.887769 8.96110977C18.1733981 9.07379939 18.4991939 8.93321629 18.6107677 8.64758715L18.6107677 8.64758715 19.3560813 6.76198849 21.2394485 6.01890642C21.3833788 5.96200374 21.4971841 5.84819837 21.5540868 5.7053838L21.5540868 5.7053838C21.6678922 5.41752318 21.5261934 5.09395891 21.2394485 4.98126929L21.2394485 4.98126929 19.3560813 4.23818721 18.6107677 2.35258856C18.5549808 2.20977398 18.4411754 2.09485288 18.2972451 2.03906594L18.2972451 2.03906594C18.2303008 2.01228821 18.161125 2.00001508 18.0941806 2.00001508L18.0941806 2.00001508C17.8710329 2.00001508 17.661274 2.13390374 17.5731306 2.35258856L17.5731306 2.35258856zM16.8692954 15.3547802L16.1251494 17.2380163 14.2419134 17.9821623C14.0968774 18.0379453 13.98308 18.1517428 13.9261813 18.2956631L13.9261813 18.2956631C13.8134995 18.582388 13.9551884 18.9070454 14.2419134 19.0197272L14.2419134 19.0197272 16.1251494 19.7627575 16.8692954 21.6471092C16.9261941 21.7910295 17.0388759 21.9048269 17.1827962 21.9617256L17.1827962 21.9617256C17.4695211 22.0732918 17.7941785 21.9327185 17.9068603 21.6471092L17.9068603 21.6471092 18.6510063 19.7627575 20.5342423 19.0197272C20.6781626 18.9617128 20.79196 18.849031 20.8499744 18.7051107L20.8499744 18.7051107C20.9626562 18.4183858 20.8209672 18.0937284 20.5342423 17.9821623L20.5342423 17.9821623 18.6510063 17.2380163 17.9068603 15.3547802C17.8499616 15.2097443 17.7372798 15.0948312 17.5922438 15.0390481L17.5922438 15.0390481C17.5253042 15.0133879 17.4561332 15 17.3891935 15L17.3891935 15C17.1660613 15 16.956317 15.134995 16.8692954 15.3547802L16.8692954 15.3547802z"/>
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/presence-active</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/presence-active" fill="#42526E">
9
+ <circle id="main-fill" cx="12" cy="12" r="6"></circle>
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/presence-busy</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/presence-busy">
9
+ <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 L12,18 Z" id="main-fill" fill="#42526E"></path>
10
+ <path d="M9.36716331,9.36346038 C9.85185516,8.87876853 10.6405569,8.88162948 11.1142944,9.35536701 L14.6409301,12.8820027 C15.1211521,13.3622247 15.1209077,14.1410627 14.6328367,14.6291338 C14.1481448,15.1138256 13.3594431,15.1109647 12.8857056,14.6372271 L9.35906994,11.1105915 C8.87884793,10.6303695 8.87909227,9.85153141 9.36716331,9.36346038 L9.36716331,9.36346038 Z" id="Path" 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/presence-unavailable</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/presence-unavailable" fill-rule="nonzero">
9
+ <path d="M6,12 C6,8.6862915 8.6862915,6 12,6 C15.3137085,6 18,8.6862915 18,12 C18,15.3137085 15.3137085,18 12,18 C8.6862915,18 6,15.3137085 6,12 Z" id="fill" fill="#79F2C0"></path>
10
+ <path d="M15,12 C15,10.3431458 13.6568542,9 12,9 C10.3431458,9 9,10.3431458 9,12 C9,13.6568542 10.3431458,15 12,15 C13.6568542,15 15,13.6568542 15,12 Z M6,12 C6,8.6862915 8.6862915,6 12,6 C15.3137085,6 18,8.6862915 18,12 C18,15.3137085 15.3137085,18 12,18 C8.6862915,18 6,15.3137085 6,12 Z" id="inner-stroke" fill="#42526E"></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/question-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/question-circle">
9
+ <circle id="Oval-2" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <circle id="Oval-3-Copy" fill="#79F2C0" cx="12" cy="18" r="1"></circle>
11
+ <path d="M15.8895915,9.0491 C15.5560041,7.6061 14.3799335,6.4361 12.9333866,6.1081 C10.3207867,5.5141 8.01672998,7.4461 7.9997,9.9501 C7.9997,9.9591 8.00470882,10.0971 8.00470882,10.0971 C8.05579877,10.6021 8.46852545,11.0011 8.98743908,11.0011 C9.53941092,11.0011 9.98719933,10.5541 9.98920285,10.0031 L9.98920285,10.0031 C9.98820109,8.8991 10.8867832,8.0011 11.9927304,8.0011 C13.0976758,8.0011 13.9962579,8.8981 13.9962579,10.0011 C13.9962579,11.1031 13.0976758,12.0011 11.9927304,12.0011 L12.0007445,12.0011 C11.451778,12.0011 11.0089984,12.4421 11.0009843,12.9881 L11.0009843,13.0271 L11.0009843,13.8621 L11.0009843,15.0011 C11.0009843,15.5531 11.4497744,16.0011 12.002748,16.0011 C12.5567234,16.0011 13.0045118,15.5531 13.0045118,15.0011 L13.0045118,14.2201 C13.0045118,14.0031 13.1497676,13.8211 13.3541274,13.7481 C15.1703251,13.0921 16.3814575,11.1781 15.8895915,9.0491" id="Fill-1" fill="#79F2C0"></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/question</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/question" fill="#42526E">
9
+ <path d="M12,18 L12,18 C11.448,18 11,17.552 11,17 L11,17 C11,16.448 11.448,16 12,16 L12,16 C12.552,16 13,16.448 13,17 L13,17 C13,17.552 12.552,18 12,18" id="Fill-3"></path>
10
+ <path d="M10,9 C10,9.552 9.552,10 9,10 C8.448,10 8,9.552 8,9 C8,8.448 8.448,8 9,8 C9.552,8 10,8.448 10,9" id="Fill-5"></path>
11
+ <path d="M15.8899485,8.04813239 C15.5569485,6.60513239 14.3829485,5.43513239 12.9389485,5.10713239 C10.2909485,4.50413239 7.94594849,6.53013239 8.00094849,9.08813239 C8.00394849,9.09113239 8.00594849,9.09313239 8.00994849,9.09613239 L9.88794849,9.11813239 C9.93194849,9.07213239 9.95594849,9.04813239 9.99994849,9.00213239 C9.99894849,7.89813239 10.8959485,7.00013239 11.9999485,7.00013239 C13.1029485,7.00013239 13.9999485,7.89713239 13.9999485,9.00013239 C13.9999485,10.1021324 13.1029485,11.0001324 11.9999485,11.0001324 L12.0079485,11.0001324 C11.4599485,11.0001324 11.0179485,11.4411324 11.0099485,11.9871324 L11.0099485,12.0261324 L11.0099485,12.8611324 L11.0099485,14.0001324 C11.0099485,14.5521324 11.4579485,15.0001324 12.0099485,15.0001324 L12.0099485,15.0001324 C12.5629485,15.0001324 13.0099485,14.5521324 13.0099485,14.0001324 L13.0099485,13.2191324 C13.0099485,13.0021324 13.1549485,12.8201324 13.3589485,12.7471324 C15.1719485,12.0911324 16.3809485,10.1771324 15.8899485,8.04813239" id="Fill-7"></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 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
4
+ <title>global/questions</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="global/questions" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M15,16 L17,16 L19,16 L19,6 L5,6 L5,16 L12.3333333,16 L15,18 L15,16 Z M17,18 L17,20 C17,20.5522847 16.5522847,21 16,21 C15.7836298,21 15.5730962,20.9298221 15.4,20.8 L11.6666667,18 L5,18 C3.8954305,18 3,17.1045695 3,16 L3,6 C3,4.8954305 3.8954305,4 5,4 L19,4 C20.1045695,4 21,4.8954305 21,6 L21,16 C21,17.1045695 20.1045695,18 19,18 L17,18 Z" id="Combined-Shape" fill="#42526E" fill-rule="nonzero"></path>
9
+ <polygon id="Path" fill="#42526E" points="7 10 17 10 17 8 7 8"></polygon>
10
+ <polygon id="Path" fill="#42526E" points="7 14 13 14 13 12 7 12"></polygon>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/queues</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/queues" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M19,5 L19.0059397,5 C20.1072288,5 21,5.89451376 21,6.99406028 L21,19.0059397 C21,20.1072288 20.1054862,21 19.0059397,21 L6.99406028,21 C5.8927712,21 5,20.1054862 5,19.0059397 L5,19 L17.9991283,19 C18.5553691,19 19,18.5518945 19,17.9991283 L19,5 Z M3,5.00585866 C3,3.89805351 3.89706013,3 5.00585866,3 L14.9941413,3 C16.1019465,3 17,3.89706013 17,5.00585866 L17,14.9941413 C17,16.1019465 16.1029399,17 14.9941413,17 L5.00585866,17 C3.89805351,17 3,16.1029399 3,14.9941413 L3,5.00585866 Z M5,5 L5,15 L15,15 L15,5 L5,5 Z M6,8 C6,7.44771525 6.45303631,7 6.99703014,7 L13.0029699,7 C13.5536144,7 14,7.44386482 14,8 C14,8.55228475 13.5469637,9 13.0029699,9 L6.99703014,9 C6.4463856,9 6,8.55613518 6,8 Z M6,11 C6,10.4477153 6.45303631,10 6.99703014,10 L13.0029699,10 C13.5536144,10 14,10.4438648 14,11 C14,11.5522847 13.5469637,12 13.0029699,12 L6.99703014,12 C6.4463856,12 6,11.5561352 6,11 Z" id="Combined-Shape-Copy"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/quote</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/quote" fill="#42526E">
9
+ <path d="M16.051,6.00014007 C14.48,6.00014007 13.204,7.31214007 13.204,8.93014007 C13.204,10.5471401 14.48,11.8591401 16.051,11.8591401 C18.75,11.8591401 17.186,16.9481401 13.782,17.4781401 C13.45,17.5301401 13.204,17.8131401 13.204,18.1491401 L13.204,18.1491401 C13.204,18.5651401 13.576,18.8941401 13.988,18.8311401 C20.175,17.8931401 22.375,6.00014007 16.051,6.00014007 M7.848,6.00014007 C6.275,6.00014007 5,7.31214007 5,8.93014007 C5,10.5471401 6.275,11.8591401 7.848,11.8591401 C10.546,11.8591401 8.982,16.9481401 5.578,17.4781401 C5.246,17.5301401 5,17.8131401 5,18.1491401 L5,18.1491401 C5,18.5651401 5.372,18.8941401 5.783,18.8311401 C11.972,17.8931401 14.172,6.00014007 7.848,6.00014007" id="Page-1"></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/radio</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/radio">
9
+ <circle id="Oval-3" fill="#42526E" cx="12" cy="12" r="6"></circle>
10
+ <circle id="Oval-2" fill="#79F2C0" cx="12" cy="12" r="2"></circle>
11
+ </g>
12
+ </g>
13
+ </svg>