@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,12 @@
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 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
4
+ <title>editor/text-color</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Desktop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/text-color" fill="#42526E">
9
+ <rect id="text-color" x="5" y="5" width="14" height="14" rx="2"></rect>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
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 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
4
+ <title>editor/text-style</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Desktop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/text-style" fill="#42526E">
9
+ <path d="M6.26021083,6.67841521 L3.02252691,16.2115174 L3.02252691,16.2115174 C2.93372372,16.4729913 3.073701,16.756947 3.3351749,16.8457502 C3.38695916,16.8633375 3.441278,16.8723098 3.4959673,16.8723098 L4.52803706,16.8723098 L4.52803706,16.8723098 C4.85732025,16.8723098 5.14809088,16.6575301 5.24489483,16.3427978 L5.89322564,14.2349228 L9.6297569,14.2349228 L10.2769866,16.3424854 L10.2769866,16.3424854 C10.3736889,16.6573753 10.6645365,16.8723098 10.9939404,16.8723098 L12.1071237,16.8723098 L12.1071237,16.8723098 C12.3832661,16.8723098 12.6071237,16.6484522 12.6071237,16.3723098 C12.6071237,16.3175335 12.5981228,16.2631295 12.5804807,16.211272 L9.3371995,6.67792432 L9.3371995,6.67792432 C9.19929947,6.272579 8.81864588,6 8.39048557,6 L7.20709161,6 L7.20709161,6 C6.77874066,6 6.39796198,6.27281792 6.26021083,6.67841521 Z M7.73570908,8.07930514 L7.78727346,8.07930514 L9.15058544,12.5323872 L6.3723971,12.5323872 L7.73570908,8.07930514 Z M18.8486265,10.1217049 L18.8486265,9.79465298 L18.8486265,9.79465298 C18.8486265,9.24236823 19.2963418,8.79465298 19.8486265,8.79465298 L20,8.79465298 L20,8.79465298 C20.5522847,8.79465298 21,9.24236823 21,9.79465298 L21,15.8726956 C21,16.4249804 20.5522847,16.8726956 20,16.8726956 L19.8486265,16.8726956 C19.2963418,16.8726956 18.8486265,16.4249804 18.8486265,15.8726956 L18.8486265,15.5610745 L18.7605834,15.5610745 C18.3694203,16.4354886 17.5292372,17 16.3431703,17 C14.3684884,17 13.122049,15.3874776 13.122049,12.8182435 C13.122049,10.2721555 14.3760349,8.66734858 16.3431703,8.66734858 C17.5154018,8.66734858 18.3694203,9.26272167 18.7605834,10.1217049 L18.8486265,10.1217049 Z M18.8041925,12.8336743 C18.8041925,11.3638872 18.1187635,10.4303216 17.0497458,10.4303216 C15.9819858,10.4303216 15.3254832,11.3497422 15.3254832,12.8336743 C15.3254832,14.3253218 15.9819858,15.2293116 17.0497458,15.2293116 C18.1263095,15.2293116 18.8041925,14.3176064 18.8041925,12.8336743 Z" id="text-style"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,12 @@
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 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
4
+ <title>editor/underline</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Desktop" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/underline" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M7,7 L7,7 C7,6.44771525 7.44771525,6 8,6 L8,6 L8,6 C8.55228475,6 9,6.44771525 9,7 L9,7 L9,11 C9,12.8839334 9.93005548,14 12,14 C14.0699445,14 15,12.8839334 15,11 L15,7 C15,6.44771525 15.4477153,6 16,6 C16.5522847,6 17,6.44771525 17,7 L17,7 L17,11 C17,13.9160666 15.2633888,16 12,16 C8.73661118,16 7,13.9160666 7,11 L7,7 Z M7,17 L17,17 C17.5522847,17 18,17.4477153 18,18 C18,18.5522847 17.5522847,19 17,19 L7,19 C6.44771525,19 6,18.5522847 6,18 C6,17.4477153 6.44771525,17 7,17 L7,17 Z" id="underline"></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>editor/undo</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Original" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/undo" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M8.9312813,11.6583497 C9.91861954,10.0550361 11.5963687,9 13.5,9 C16.5375661,9 18.9919434,11.6862915 19,15 L18,15 L17.5,15 C17.5,12.4869862 15.678596,10.5 13.5,10.5 C12.1626109,10.5 10.9598276,11.2487847 10.2303752,12.4083819 L12.2592965,13.5797802 C12.5000799,13.7187966 12.4790938,13.9051444 12.2309786,13.9896777 L9.50061758,14.919917 C9.50020645,14.9465505 9.5,14.9732454 9.5,15 L9.5,14.9201274 L8.12847932,15.3874071 C7.87205637,15.4747709 7.61987989,15.3215498 7.56903029,15.064409 L6.72824978,10.8126758 C6.67569757,10.5469251 6.83479508,10.4479429 7.06907246,10.583203 L8.9312813,11.6583497 Z" id="Shape"></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>editor/unlink</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Original" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/unlink" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M5,10 L5,9 L7,9 L7,10 L5,10 Z M9,5 L10,5 L10,7 L9,7 L9,5 Z M16.6464466,17.3535534 L17.3535534,16.6464466 L19.3535534,18.6464466 L18.6464466,19.3535534 L16.6464466,17.3535534 Z M17,15 L17,14 L19,14 L19,15 L17,15 Z M14,17 L15,17 L15,19 L14,19 L14,17 Z M7.35355339,6.64644661 L6.64644661,7.35355339 L4.64644661,5.35355339 L5.35355339,4.64644661 L7.35355339,6.64644661 Z M10.9209919,15.6825503 L11.9822409,14.6213013 C12.2751342,14.328408 12.7500079,14.328408 13.0429011,14.6213013 C13.3357943,14.9141945 13.3357943,15.3890682 13.0429011,15.6819614 L11.9816521,16.7432104 C10.7125421,18.0123204 8.65566077,18.0122355 7.38604687,16.7426216 C6.11588857,15.4724633 6.11421348,13.4182609 7.38545804,12.1470164 L8.44670704,11.0857674 L9.14928658,10.3831878 C9.94150322,9.75213642 10.9215808,10.732214 10.2099468,11.443848 L9.50736722,12.1464275 L8.44611821,13.2076765 C7.76104767,13.8927471 7.76194829,14.9972027 8.44670704,15.6819614 C9.13055411,16.3658085 10.237688,16.3658542 10.9209919,15.6825503 Z M13.5790081,8.07478669 L12.5177591,9.1360357 C12.2248658,9.42892891 11.7499921,9.42892891 11.4570989,9.1360357 C11.1642057,8.84314248 11.1642057,8.36826874 11.4570989,8.07537552 L12.5183479,7.01412652 C13.7874579,5.74501653 15.8443392,5.74510145 17.1139531,7.01471535 C18.3841114,8.28487366 18.3857865,10.339076 17.114542,11.6103206 L16.053293,12.6715696 L15.3507134,13.3741491 C14.7855259,13.9393367 13.7699143,12.9237251 14.2900532,12.313489 L14.9926328,11.6109094 L16.0538818,10.5496604 C16.7389523,9.86458988 16.7380517,8.76013427 16.053293,8.07537552 C15.3694459,7.39152846 14.262312,7.39148275 13.5790081,8.07478669 Z" id="Shape"></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>editor/warning</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Original" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="editor/warning" fill="#42526E">
9
+ <path d="M13.3094152,5.34316408 L20.6685704,18.5121786 C20.9379867,18.994292 20.7655617,19.6035272 20.2834483,19.8729435 C20.1343591,19.956258 19.966416,20 19.7956269,20 L4.20437306,20 C3.65208831,20 3.20437306,19.5522847 3.20437306,19 C3.20437306,18.8292109 3.24811502,18.6612679 3.33142958,18.5121786 L10.6905848,5.34316408 C11.0947092,4.61999402 12.008562,4.36135645 12.731732,4.7654809 C12.9740329,4.90088433 13.1740118,5.10086321 13.3094152,5.34316408 Z M12,8.5 C11.9506891,8.5 11.9014349,8.50334277 11.8525761,8.51000533 C11.2554964,8.59142529 10.8374715,9.14145798 10.9188915,9.73853771 L11.4324434,13.5045849 C11.4711459,13.7884033 11.7135549,14 12,14 C12.2864451,14 12.5288541,13.7884033 12.5675566,13.5045849 L13.0811085,9.73853771 C13.0877711,9.68967896 13.0911138,9.64042475 13.0911138,9.59111382 C13.0911138,8.9885083 12.6026055,8.5 12,8.5 Z M12,17.1300049 C12.6213203,17.1300049 13.125,16.6263252 13.125,16.0050049 C13.125,15.3836845 12.6213203,14.8800049 12,14.8800049 C11.3786797,14.8800049 10.875,15.3836845 10.875,16.0050049 C10.875,16.6263252 11.3786797,17.1300049 12,17.1300049 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/email</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/email" fill="#42526E">
9
+ <path d="M5,7 L5,17 L19,17 L19,7 L5,7 Z M19,5 C20.1,5 21,5.9 21,7 L21,17 C21,18.1 20.1,19 19,19 L5,19 C3.9,19 3,18.1 3,17 L3,7 C3,5.9 3.9,5 5,5 L19,5 Z" id="Fill-1" fill-rule="nonzero"></path>
10
+ <path d="M5.49790452,6.5 L3.12394849,6.5 C3.2727183,6.94025881 3.52263879,7.35386722 3.87370996,7.70464391 L9.75614105,13.5861203 C10.9725504,14.8046266 12.9479161,14.8046266 14.1664049,13.5861203 L20.0477963,7.70464391 C20.3985679,7.35386722 20.6482752,6.94025881 20.796918,6.5 L18.4241886,6.5 L12.752014,12.1719288 C12.3145668,12.6093571 11.6065235,12.6093571 11.1690764,12.1719288 L5.49790452,6.5 Z" id="Combined-Shape"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>emoji/activity</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/activity" fill="#42526E">
9
+ <path d="M15.6773905,16.7376972 C14.6609285,17.5285096 13.3844089,18 12,18 C10.6155911,18 9.33907154,17.5285096 8.32260952,16.7376972 C9.56921719,15.5594185 10.3048,13.9004213 10.3048,12.1494 C10.3048,10.3191568 9.50043406,8.58887617 8.14848242,7.40302738 C9.1914296,6.5277413 10.5353343,6 12,6 C13.4645248,6 14.8083118,6.52763974 15.8512165,7.40277471 C14.4992309,8.58863081 13.6952,10.3187218 13.6952,12.1494 C13.6952,13.9004213 14.4307828,15.5594185 15.6773905,16.7376972 Z M17.0310233,15.2659207 C17.6436847,14.3254609 18,13.2034976 18,12 C18,10.8764609 17.6894579,9.82398197 17.1497122,8.92390153 C16.2368921,9.73348388 15.6952,10.9072575 15.6952,12.1494 C15.6952,13.3361597 16.1903108,14.4616314 17.0310233,15.2659207 Z M6.96897671,15.2659207 C6.35631533,14.3254609 6,13.2034976 6,12 C6,10.8764574 6.31054401,9.82397535 6.8502929,8.92389304 C7.76289888,9.73399536 8.3048,10.9078289 8.3048,12.1494 C8.3048,13.3361597 7.80968918,14.4616314 6.96897671,15.2659207 Z M12,4 C7.582,4 4,7.582 4,12 C4,16.418 7.582,20 12,20 C16.418,20 20,16.418 20,12 C20,7.582 16.418,4 12,4 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>emoji/atlassian</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/atlassian" fill-rule="nonzero" fill="#42526E">
9
+ <g id="Atlassian-icon-neutral" transform="translate(4.000000, 4.000000)">
10
+ <path d="M4.7026087,7.47534668 C4.46608696,7.2223032 4.09391304,7.23621624 3.93565217,7.5623032 L0.0495652174,15.3301293 C-0.0225098288,15.4741375 -0.0148256971,15.6452073 0.0698701986,15.7821737 C0.154566094,15.91914 0.304179624,16.0024449 0.465217391,16.0023032 L5.87652174,16.0023032 C6.05462541,16.0057557 6.21783945,15.9033201 6.29217391,15.7414336 C7.45913043,13.3336075 6.75217391,9.66491189 4.7026087,7.47534668 Z" id="Shape"></path>
11
+ <path d="M7.55391304,0.409459047 C5.38,3.85293731 5.52347826,7.66685035 6.95565217,10.529459 L9.56434783,15.7468504 C9.64188112,15.9058962 9.80306346,16.0070566 9.98,16.0077199 L15.3913043,16.0077199 C15.5523421,16.0078617 15.7019556,15.9245568 15.7866515,15.7875904 C15.8713474,15.650624 15.8790316,15.4795542 15.8069565,15.335546 C15.8069565,15.335546 8.52695652,0.769459047 8.34782609,0.406850352 C8.18,0.080763395 7.76434783,0.0738068732 7.55391304,0.409459047 Z" id="Shape"></path>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </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>emoji/custom</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/custom" fill="#42526E">
9
+ <path d="M13,11 L13,7.00247329 C13,6.45576096 12.5522847,6 12,6 C11.4438648,6 11,6.44882258 11,7.00247329 L11,11 L7.00247329,11 C6.45576096,11 6,11.4477153 6,12 C6,12.5561352 6.44882258,13 7.00247329,13 L11,13 L11,16.9975267 C11,17.544239 11.4477153,18 12,18 C12.5561352,18 13,17.5511774 13,16.9975267 L13,13 L16.9975267,13 C17.544239,13 18,12.5522847 18,12 C18,11.4438648 17.5511774,11 16.9975267,11 L13,11 Z" id="Shape"></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>emoji/emoji</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/emoji" fill="#42526E">
9
+ <path d="M12,21 C7.02943727,21 3,16.9705627 3,12 C3,7.02943727 7.02943727,3 12,3 C16.9705627,3 21,7.02943727 21,12 C21,16.9705627 16.9705627,21 12,21 Z M12,19 C15.8659933,19 19,15.8659933 19,12 C19,8.13400677 15.8659933,5 12,5 C8.13400677,5 5,8.13400677 5,12 C5,15.8659933 8.13400677,19 12,19 Z M8.04912826,14.1967436 C7.88280779,13.7204608 8.15246655,13.2056562 8.65142796,13.0468953 C9.15038937,12.8881344 9.68970688,13.1455367 9.85602735,13.6218194 C9.91685575,13.7960103 10.0806841,14.1087744 10.3507935,14.4181734 C10.776687,14.9060165 11.3066151,15.1819302 12,15.1819302 C12.693385,15.1819302 13.223313,14.9060165 13.6492066,14.4181734 C13.9193159,14.1087744 14.0831443,13.7960103 14.1439727,13.6218194 C14.3102931,13.1455367 14.8496106,12.8881344 15.3485721,13.0468953 C15.8475335,13.2056562 16.1171922,13.7204608 15.9508717,14.1967436 C15.8212363,14.5679735 15.5565209,15.0733408 15.1123907,15.5820732 C14.3478849,16.4577824 13.3064859,17 12,17 C10.6935141,17 9.65211509,16.4577824 8.88760936,15.5820732 C8.44347917,15.0733408 8.17876375,14.5679735 8.04912826,14.1967436 Z M9.5,11 C8.67157287,11 8,10.3284271 8,9.5 C8,8.67157287 8.67157287,8 9.5,8 C10.3284271,8 11,8.67157287 11,9.5 C11,10.3284271 10.3284271,11 9.5,11 Z M14.4999999,11 C13.6715728,11 13,10.3284271 13,9.5 C13,8.67157287 13.6715728,8 14.4999999,8 C15.3284272,8 16,8.67157287 16,9.5 C16,10.3284271 15.3284272,11 14.4999999,11 Z" id="Combined-Shape"></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>emoji/flags</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/flags" fill="#42526E">
9
+ <path d="M6.0001,12.2347877 L6.0001,18.6807102 C6.0001,19.2180546 6.4501,19.6577 7.0001,19.6577 C7.5501,19.6577 8.0001,19.2180546 8.0001,18.6807102 L8.0001,12.9030653 C9.16955916,12.5620382 10.388722,12.857669 11.768,13.1925873 C12.75,13.4305873 13.804,13.6875873 14.898,13.6875873 C15.73,13.6875873 16.585,13.5385873 17.445,13.1205873 C17.79,12.9525873 18.008,12.6045873 18.008,12.2205873 L18.008,5.46558729 C18.008,5.12158729 17.831,4.80058729 17.539,4.61858729 C17.248,4.43558729 16.882,4.41658729 16.571,4.56658729 C15.226,5.21958729 13.84,4.88258729 12.24,4.49458729 C10.511,4.07458729 8.553,3.59958729 6.562,4.56658729 C6.218,4.73358729 6,5.08358729 6,5.46558729 L6,12.2205873 C6,12.2253256 6.00003339,12.2300591 6.0001,12.2347877 Z M9.111,10.7545873 C10.205,10.7545873 11.259,11.0105873 12.24,11.2495873 C13.621,11.5845873 14.84,11.8805873 16.008,11.5385873 L16.008,6.83558729 C14.52,7.10658729 13.078,6.75558729 11.768,6.43758729 C10.389,6.10258729 9.17,5.80558729 8,6.14858729 L8,10.8515873 C8.374,10.7835873 8.745,10.7545873 9.111,10.7545873 Z" id="Shape"></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>emoji/food</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/food" fill="#42526E">
9
+ <path d="M9.42537112,4.79783798 C9.42525525,4.79939511 9.42514279,4.80095332 9.42503375,4.8025126 L9.27137046,7 L4.99539757,7 C4.4556644,7 4.04912579,7.44704472 4.10972553,7.99850233 L5.3188459,19.0014977 C5.37939677,19.5525106 5.87542141,20 6.42663879,20 L10.5528505,20 L17.9914698,20 C19.0980496,20 20,19.1047419 20,18.000385 L20,14.009763 C20,11.7877996 18.2110077,10 16.0041738,10 L13.5604396,10 L13.8536993,7.99850233 C13.9344338,7.44748943 13.5543453,7 13.0046024,7 L11.2762543,7 L11.3510589,5.93024353 L14.3529506,6.14015624 C14.8914385,6.17781098 15.3725462,5.76264478 15.4110716,5.21170537 C15.4498656,4.65692491 15.0383222,4.1831983 14.4924636,4.14502814 L10.4838083,3.86471566 C9.94532039,3.82706092 9.46421273,4.24222712 9.42568729,4.79316653 C9.42557825,4.79472592 9.42547276,4.79628468 9.42537083,4.79784279 L9.42537112,4.79783798 Z M18,15 L18,13.9979131 C18,12.8982606 17.1054196,12 16.0018986,12 L11.9981014,12 C10.8867064,12 10,12.8944962 10,13.9979131 L10,15 L18,15 Z M18,17 L18,18 L10,18 L10,17 L18,17 Z M11.8887309,10.0014217 L12,9 L6,9 L7,18 L8,18 L8,14.009763 C8,11.8312872 9.7384986,10.058568 11.8887309,10.0014217 Z" id="Shape"></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>emoji/frequent</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/frequent" fill="#42526E">
9
+ <path d="M12,4 C7.58844444,4 4,7.58844444 4,12 C4,16.4115556 7.58844444,20 12,20 C16.4115556,20 20,16.4115556 20,12 C20,7.58844444 16.4115556,4 12,4 Z M12,18.2222222 C8.56977778,18.2222222 5.77777778,15.4302222 5.77777778,12 C5.77777778,8.56977778 8.56977778,5.77777778 12,5.77777778 C15.4302222,5.77777778 18.2222222,8.56977778 18.2222222,12 C18.2222222,15.4302222 15.4302222,18.2222222 12,18.2222222 Z M12.8888889,11.6323556 L12.8888889,8.44835556 C12.8888889,7.95946667 12.4888889,7.55946667 12,7.55946667 C11.5111111,7.55946667 11.1111111,7.95946667 11.1111111,8.44835556 L11.1111111,12.0039111 C11.1111111,12.2519111 11.2142222,12.4750222 11.3786667,12.6368 L13.5742222,14.8314667 C13.92,15.1772444 14.4853333,15.1772444 14.8311111,14.8314667 C15.1768889,14.4856889 15.1768889,13.9203556 14.8311111,13.5745778 L12.8888889,11.6323556 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>emoji/keyboard</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/keyboard" fill="#42526E">
9
+ <path d="M5.8361589,6.94930809 L2.01145809,16.920548 L2.01145809,16.920548 C1.91256286,17.1783741 2.04140186,17.467554 2.29922806,17.5664492 C2.35638317,17.5883724 2.41707825,17.5996136 2.47829371,17.5996136 L3.68622733,17.5996136 L3.68622733,17.5996136 C3.89645329,17.5996136 4.08422596,17.4681133 4.15609862,17.270555 L4.83929061,15.392647 L4.83929061,15.392647 C4.91116327,15.1950887 5.09893594,15.0635884 5.3091619,15.0635884 L9.12011946,15.0635884 L9.12011946,15.0635884 C9.33034541,15.0635884 9.51811809,15.1950887 9.58999074,15.392647 L10.2731827,17.270555 L10.2731827,17.270555 C10.3450554,17.4681133 10.5328281,17.5996136 10.743054,17.5996136 L12.0154636,17.5996136 L12.0154636,17.5996136 C12.2916059,17.5996136 12.5154636,17.375756 12.5154636,17.0996136 C12.5154636,17.0387913 12.5043663,16.9784794 12.4827168,16.9216406 L8.68491883,6.95083782 L8.68491883,6.95083782 C8.58152677,6.67939058 8.32123546,6.5 8.03076425,6.5 L6.48972877,6.5 L6.48972877,6.5 C6.19985622,6.5 5.93997134,6.67866243 5.8361589,6.94930809 Z M7.40246801,9.40694004 L8.6514311,12.8211973 L8.6514311,12.8211973 C8.6893779,12.9249315 8.6360467,13.0397866 8.53231253,13.0777334 C8.51029986,13.0857858 8.48704304,13.0899061 8.46360377,13.0899061 L5.96567759,13.0899061 L5.96567759,13.0899061 C5.85522064,13.0899061 5.76567759,13.000363 5.76567759,12.8899061 C5.76567759,12.8664668 5.76979784,12.84321 5.77785026,12.8211973 L7.02681335,9.40694004 L7.02681335,9.40694004 C7.06476015,9.30320587 7.17961527,9.24987467 7.28334944,9.28782148 C7.33865682,9.30805337 7.38223612,9.35163266 7.40246801,9.40694004 Z" id="Page-1"></path>
10
+ <path d="M17.5496429,15.8717111 C18.7720937,15.8717111 19.6915893,14.8618605 19.6915893,13.2691311 C19.6915893,11.6746301 18.7898104,10.7374178 17.5496429,10.7374178 C16.2935305,10.7374178 15.3722632,11.6746301 15.3722632,13.2691311 C15.3722632,14.8441438 16.2758138,15.8717111 17.5496429,15.8717111 L17.5496429,15.8717111 Z M19.7110777,16.4740782 C19.3390274,17.306762 18.4354768,17.9073574 17.2661761,17.9073574 C14.6990294,17.9073574 13,15.9071445 13,13.2691311 C13,10.7179294 14.6635961,8.69999981 17.1953094,8.69999981 C18.7543771,8.69999981 19.4789892,9.53268368 19.6915893,10.0287507 C19.6915893,9.87803903 19.6915893,9.76500529 19.6915893,9.68964947 C19.6915893,9.44244408 19.6986124,9.29674833 19.9045196,9.11344576 C20.041791,8.99124405 20.2485047,8.93610657 20.5246606,8.9480333 L21.2886017,8.9480333 C21.4773613,8.92348117 21.6428512,8.97861866 21.7850714,9.11344576 C21.9984017,9.31568642 21.9770408,9.53447481 21.9770408,9.68964947 C21.9770408,11.118157 21.9770408,13.2497109 21.9770408,16.0843113 C21.9770408,16.3108389 21.9846939,16.6103716 22,16.9829093 C22,17.1740326 21.9587453,17.3188379 21.8762358,17.4173252 C21.7524716,17.5650561 21.5944322,17.6593239 21.3676945,17.6593239 C21.1354596,17.6593239 20.8258351,17.6593239 20.4388211,17.6593239 C20.2451483,17.6593239 19.9871809,17.5752598 19.9045196,17.4752299 C19.8218583,17.3752 19.7397948,17.2445762 19.7222821,16.9427589 C19.715351,16.8233076 19.7110777,16.6996751 19.7110777,16.5786066 L19.7110777,16.4740782 Z" id="Fill-1"></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>emoji/nature</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/nature" fill="#42526E">
9
+ <path d="M13,16 L16.625,16 L14.125,12 L15.3333333,12 L12,7 L8.66666667,12 L9.875,12 L7.375,16 L11,16 L11,18 L13,18 L13,16 Z M17.3300323,13.9397365 L18.8574929,16.4855042 C19.2574076,17.1520288 18.7772945,18 18,18 L14.9999946,18 C14.9973588,19.1050209 14.1001229,20 13.0020869,20 L10.9979131,20 C9.89611272,20 9.0026214,19.1087175 9.00000576,18 L6,18 C5.22270552,18 4.74259237,17.1520288 5.14250707,16.4855042 L6.6699677,13.9397365 C6.06946103,13.7102183 5.78194688,12.8720104 6.18626653,12.2430687 L11.1862665,4.4652909 C11.5850873,3.84490303 12.4149127,3.84490303 12.8137335,4.4652909 L17.8137335,12.2430687 C18.2180531,12.8720104 17.930539,13.7102183 17.3300323,13.9397365 Z" id="Shape"></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>emoji/objects</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/objects" fill="#42526E">
9
+ <path d="M11.9979,4 C8.6849,4 5.9999,6.685 5.9999,9.998 C5.9999,12.216 8.2879,14.482 8.2879,14.482 C8.6779,14.869 8.9979,15.594 8.9979,16.093 C8.9979,16.592 9.4479,17 9.9979,17 L13.9979,17 C14.5479,17 14.9979,16.592 14.9979,16.093 C14.9979,15.594 15.3179,14.869 15.7079,14.482 C15.7079,14.482 17.9959,12.216 17.9959,9.998 C17.9959,6.685 15.3109,4 11.9979,4 L11.9979,4 Z M11.9979,6 C14.2019,6 15.9959,7.793 15.9959,9.998 C15.9959,11.027 14.8509,12.509 14.3009,13.062 C13.7939,13.563 13.3889,14.278 13.1709,15 L10.8249,15 C10.6079,14.278 10.2029,13.565 9.6999,13.066 C9.1449,12.509 7.9999,11.027 7.9999,9.998 C7.9999,7.793 9.7939,6 11.9979,6 Z M14.9628,19 C14.9628,18.45 14.5128,18 13.9628,18 L9.9628,18 C9.4128,18 8.9628,18.45 8.9628,19 L8.9628,19.003 C8.9628,19.553 9.4128,20.003 9.9628,20.003 L13.9628,20.003 C14.5128,20.003 14.9628,19.553 14.9628,19.003 L14.9628,19 Z" id="Shape"></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>emoji/people</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/people" fill="#42526E">
9
+ <path d="M12,4 C7.58844444,4 4,7.58844444 4,12 C4,16.4115556 7.58844444,20 12,20 C16.4115556,20 20,16.4115556 20,12 C20,7.58844444 16.4115556,4 12,4 Z M12,18.2222222 C8.56977778,18.2222222 5.77777778,15.4302222 5.77777778,12 C5.77777778,8.56977778 8.56977778,5.77777778 12,5.77777778 C15.4302222,5.77777778 18.2222222,8.56977778 18.2222222,12 C18.2222222,15.4302222 15.4302222,18.2222222 12,18.2222222 Z M14.8292943,14 C14.4174579,15.1651924 13.3062188,16 12,16 C10.6937812,16 9.58254212,15.1651924 9.17070571,14 L14.8292943,14 L14.8292943,14 Z M14,11 C14.5522847,11 15,10.5522847 15,10 C15,9.44771525 14.5522847,9 14,9 C13.4477153,9 13,9.44771525 13,10 C13,10.5522847 13.4477153,11 14,11 Z M10,11 C10.5522847,11 11,10.5522847 11,10 C11,9.44771525 10.5522847,9 10,9 C9.44771525,9 9,9.44771525 9,10 C9,10.5522847 9.44771525,11 10,11 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><g fill="#42526E" fill-rule="nonzero"><path d="M12 18a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0 2a8 8 0 1 1 0-16 8 8 0 0 1 0 16z"/><path d="M14.301 9.485a1 1 0 0 1 1.398 1.43l-4.261 4.166a1 1 0 0 1-1.406-.008l-2.04-2.04a1 1 0 1 1 1.415-1.413l1.34 1.34L14.3 9.484z"/></g></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>emoji/symbols</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/symbols" fill="#42526E">
9
+ <path d="M12,9.44020377 L13.7596429,7.69623107 L13.7597964,7.69607906 C14.7319431,6.73258953 16.3078558,6.73258953 17.2798492,7.695927 C18.2518426,8.65926446 18.2518426,10.2211431 17.2798492,11.1844806 L12,16.4173109 L6.72045766,11.1847846 L6.72030429,11.1846325 C5.74815747,10.2211431 5.74815747,8.65926446 6.72015086,7.695927 C7.69214425,6.73258953 9.2680569,6.73258953 10.2400503,7.695927 L10.2403571,7.69623107 L10.2402037,7.69607904 L12,9.44020377 Z M5.31559979,12.5832499 L5.31898414,12.5866346 L11.641217,18.8525658 C11.7404751,18.95094 11.8703272,19.0000351 12.0001345,18.9999891 C12.1308629,19.0008483 12.2597097,18.9507568 12.358783,18.8525658 L18.6810159,12.5866346 L18.6844,12.5832495 L18.6878089,12.579902 C20.437397,10.8458945 20.437397,8.03451301 18.6878089,6.30050557 C16.9382208,4.56649814 14.1015781,4.56649814 12.35199,6.30050557 L12.3485948,6.30387404 L12.3451969,6.30723814 L12,6.64936093 L11.6548032,6.30723814 L11.6513877,6.30388423 L11.6480101,6.30050557 C9.89842197,4.56649814 7.06177918,4.56649814 5.31219107,6.30050557 C3.56260297,8.03451301 3.56260297,10.8458945 5.31219107,12.579902 L5.31558981,12.5832669 L5.31559979,12.5832499 Z" id="Shape"></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>emoji/travel</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/travel" fill="#42526E">
9
+ <path d="M15.5839575,17 L8.41604252,17 L5.7083,19.7087 C5.3193,20.0977 4.6823,20.0977 4.2933,19.7087 L4.2913,19.7067 C3.9023,19.3177 3.9023,18.6807 4.2913,18.2917 L5.90867439,16.6748973 C5.36148323,16.3178984 5,15.7009757 5,14.9972399 L5,6.00276013 C5,4.89666625 5.89706013,4 7.00585866,4 L16.9941413,4 C18.1019465,4 19,4.89354265 19,6.00276013 L19,14.9972399 C19,15.6993128 18.6385885,16.3170105 18.0910183,16.6745901 L19.7087,18.2917 C20.0977,18.6807 20.0977,19.3177 19.7087,19.7067 C19.3177,20.0977 18.6807,20.0977 18.2917,19.7087 L15.5839575,17 Z M17,10 L17,6 L7,6 L7,10 L17,10 Z M17,12 L17,15 L7,15 L7,12 L17,12 Z M15.5,18.9972 C15.5,19.5472 15.05,19.9972 14.5,19.9972 L9.5,19.9972 C8.95,19.9972 8.5,19.5472 8.5,18.9972 C8.5,18.4472 8.95,17.9972 9.5,17.9972 L14.5,17.9972 C15.05,17.9972 15.5,18.4472 15.5,18.9972 Z M15.7004,13.4798 C15.7004,14.0318 15.2524,14.4798 14.7004,14.4798 C14.1484,14.4798 13.7004,14.0318 13.7004,13.4798 C13.7004,12.9278 14.1484,12.4798 14.7004,12.4798 C15.2524,12.4798 15.7004,12.9278 15.7004,13.4798 Z M9.0087,14.4798 C8.4567,14.4798 8.0087,14.0318 8.0087,13.4798 C8.0087,12.9278 8.4567,12.4798 9.0087,12.4798 C9.5607,12.4798 10.0087,12.9278 10.0087,13.4798 C10.0087,14.0318 9.5607,14.4798 9.0087,14.4798 Z" id="Shape"></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 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
4
+ <title>emoji/emoji-add</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Emoji" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="emoji/emoji-add" fill="#42526E" fill-rule="nonzero">
9
+ <path d="M8.049,14.1967 C7.8827,13.7205 8.1524,13.2057 8.6513,13.0469 C9.1503,12.8881 9.6896,13.1455 9.8559,13.6219 C9.9168,13.796 10.0806,14.1088 10.3507,14.4182 C10.7766,14.906 11.3065,15.1819 11.9999,15.1819 C12.6933,15.1819 13.2232,14.906 13.6491,14.4182 C13.9192,14.1088 14.0831,13.796 14.1439,13.6218 C14.3102,13.1455 14.8495,12.8881 15.3485,13.0469 C15.8475,13.2057 16.1171,13.7205 15.9508,14.1967 C15.8211,14.568 15.5564,15.0733 15.1123,15.5821 C14.3479,16.4578 13.3064,17 12,17 C10.6935,17 9.6521,16.4578 8.8876,15.582 C8.4435,15.0733 8.1788,14.568 8.0491,14.1967 L8.049,14.1967 Z M9.5,11 C8.6716,11 8,10.3284 8,9.5 C8,8.6716 8.6716,8 9.5,8 C10.3284,8 11,8.6716 11,9.5 C11,10.3284 10.3284,11 9.5,11 Z M14.5,11 C13.6716,11 13,10.3284 13,9.5 C13,8.6716 13.6716,8 14.5,8 C15.3284,8 16,8.6716 16,9.5 C16,10.3284 15.3284,11 14.5,11 Z M19,5 L20,5 C20.5522847,5 21,5.44771525 21,6 C21,6.55228475 20.5522847,7 20,7 L19,7 L19,8 C19,8.55228475 18.5522847,9 18,9 C17.4477153,9 17,8.55228475 17,8 L17,7 L16,7 C15.4477153,7 15,6.55228475 15,6 C15,5.44771525 15.4477153,5 16,5 L17,5 L17,4 C17,3.44771525 17.4477153,3 18,3 C18.5522847,3 19,3.44771525 19,4 L19,5 Z M14,3.22301642 L14,5.28987868 C13.3662906,5.10127754 12.6949726,5 12,5 C8.13400677,5 5,8.13400677 5,12 C5,15.8659933 8.13400677,19 12,19 C15.8659933,19 19,15.8659933 19,12 C19,11.3050274 18.8987225,10.6337094 18.7101213,10 L20.7769836,10 C20.9229386,10.6432227 21,11.3126121 21,12 C21,16.9705627 16.9705627,21 12,21 C7.02943727,21 3,16.9705627 3,12 C3,7.02943727 7.02943727,3 12,3 C12.687388,3 13.3567773,3.07706144 14,3.22301642 Z" id="Shape"></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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/emoji</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/emoji" fill-rule="nonzero" fill="currentColor">
9
+ <path d="M12,3 C16.9705714,3 21,7.02942857 21,12 C21,16.9705714 16.9705714,21 12,21 C7.02942857,21 3,16.9705714 3,12 C3,7.02942857 7.02942857,3 12,3 Z M12,19.0714286 C15.8995714,19.0714286 19.0714286,15.8995714 19.0714286,12 C19.0714286,8.10042857 15.8995714,4.92857143 12,4.92857143 C8.10042857,4.92857143 4.92857143,8.10042857 4.92857143,12 C4.92857143,15.8995714 8.10042857,19.0714286 12,19.0714286 Z M10.0714286,11.3571429 C9.36171429,11.3571429 8.78571429,10.7811429 8.78571429,10.0714286 C8.78571429,9.36171429 9.36171429,8.78571429 10.0714286,8.78571429 C10.7811429,8.78571429 11.3571429,9.36171429 11.3571429,10.0714286 C11.3571429,10.7811429 10.7811429,11.3571429 10.0714286,11.3571429 Z M13.9285714,11.3571429 C13.2188571,11.3571429 12.6428571,10.7811429 12.6428571,10.0714286 C12.6428571,9.36171429 13.2188571,8.78571429 13.9285714,8.78571429 C14.6382857,8.78571429 15.2142857,9.36171429 15.2142857,10.0714286 C15.2142857,10.7811429 14.6382857,11.3571429 13.9285714,11.3571429 Z M14.2757143,13.3924286 C14.5714286,13.062 15.0792857,13.0337143 15.411,13.3294286 C15.7414286,13.6264286 15.7697143,14.1342857 15.474,14.4647143 C14.5894286,15.4521429 13.3242857,16.0178571 12,16.0178571 C10.6782857,16.0178571 9.41314286,15.4534286 8.53114286,14.4698571 C8.23414286,14.1394286 8.26242857,13.6315714 8.59285714,13.3345714 C8.922,13.0388571 9.42985714,13.0645714 9.72685714,13.3962857 C10.8852857,14.6858571 13.1198571,14.6858571 14.2757143,13.3924286 Z" id="path-1"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/error</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/error">
9
+ <path d="M13.4161506,4.41651608 C12.6340322,3.63436641 11.3671375,3.63319669 10.5838494,4.41651608 L4.41615055,10.5844619 C3.6340322,11.3666116 3.63286252,12.6334846 4.41615055,13.4167144 L10.5838494,19.5839547 C11.3659678,20.3660149 12.6328625,20.3671845 13.4161506,19.5839547 L19.5838494,13.4167144 C20.3659678,12.6346542 20.3671375,11.3677813 19.5838494,10.5844619 L13.4161506,4.41651608 Z" id="Combined-Shape" fill="#42526E"></path>
10
+ <path d="M12,14 L12,14 C11.448,14 11,13.552 11,13 L11,8 C11,7.448 11.448,7 12,7 L12,7 C12.552,7 13,7.448 13,8 L13,13 C13,13.552 12.552,14 12,14" id="Fill-1" fill="#79F2C0"></path>
11
+ <path d="M12,17 L12,17 C11.448,17 11,16.552 11,16 L11,16 C11,15.448 11.448,15 12,15 L12,15 C12.552,15 13,15.448 13,16 L13,16 C13,16.552 12.552,17 12,17" id="Fill-3" fill="#79F2C0"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/export</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/export" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M13,6.49111652 L13,16 C13,16.5522847 12.5522847,17 12,17 C11.4477153,17 11,16.5522847 11,16 L11,6.49111652 L9.78361162,7.69669914 C9.37558579,8.10110029 8.71404521,8.10110029 8.30601937,7.69669914 C7.89799354,7.292298 7.89799354,6.63663419 8.30601937,6.23223305 L11.2612039,3.30330086 C11.6692297,2.89889971 12.3307703,2.89889971 12.7387961,3.30330086 L15.6939806,6.23223305 C16.1020065,6.63663419 16.1020065,7.292298 15.6939806,7.69669914 C15.2859548,8.10110029 14.6244142,8.10110029 14.2163884,7.69669914 L13,6.49111652 Z M9,9 L9,11 L7,11 C6.99806845,11 7,18.9914698 7,18.9914698 C7,18.9954232 16.9941413,19 16.9941413,19 C16.9972775,19 17,11.0085302 17,11.0085302 C17,11.0032726 15,11 15,11 L15,9 L17,9 C18.1045695,9 19,9.90195036 19,11.0085302 L19,18.9914698 C19,20.1007504 18.1029399,21 16.9941413,21 L7.00585866,21 C5.89805351,21 5,20.0980496 5,18.9914698 L5,11.0085302 C5,9.8992496 5.88772964,9 7,9 L9,9 Z" id="Combined-Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/feedback</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/feedback" fill="#42526E">
9
+ <path d="M10.881,5.4796 L2.455,12.3086 C2.059,12.6296 1.873,13.2646 2.042,13.7256 L2.141,13.9976 C2.309,14.4596 2.867,14.8266 3.368,14.8176 L4.499,14.7986 L10.561,14.6956 L14.213,14.6326 C14.723,14.6236 15.001,14.2476 14.829,13.7716 L11.906,5.7426 C11.801,5.4536 11.582,5.3006 11.339,5.3006 C11.189,5.3006 11.03,5.3586 10.881,5.4796 Z M4.98,15.9526 L6.734,20.7706 C6.923,21.2906 7.497,21.5576 8.016,21.3686 C8.535,21.1796 8.802,20.6066 8.613,20.0866 L7.074,15.8586 L4.98,15.9526 Z" id="Clip-2"></path>
10
+ <path d="M18.691,6.8416 L15.872,7.8676 C15.353,8.0566 15.085,8.6296 15.274,9.1496 C15.463,9.6686 16.037,9.9356 16.556,9.7466 L19.376,8.7206 C19.894,8.5316 20.162,7.9586 19.973,7.4396 C19.826,7.0336 19.442,6.7816 19.033,6.7816 C18.92,6.7816 18.804,6.8006 18.691,6.8416 Z" id="Clip-5"></path>
11
+ <path d="M16.899,10.6866 C16.576,10.8056 16.32,11.0886 16.255,11.4526 C16.16,11.9966 16.523,12.5156 17.066,12.6116 L20.021,13.1316 C20.564,13.2286 21.084,12.8646 21.18,12.3206 C21.21,12.1506 21.194,11.9836 21.143,11.8306 L21.126,11.7836 C21.004,11.4696 20.725,11.2256 20.368,11.1626 L17.413,10.6416 C17.355,10.6316 17.296,10.6266 17.239,10.6266 C17.121,10.6266 17.007,10.6466 16.899,10.6866 Z" id="Clip-11"></path>
12
+ <path d="M16.351,3.0476 L14.422,5.3456 C14.067,5.7676 14.122,6.3996 14.545,6.7546 C14.968,7.1086 15.599,7.0546 15.954,6.6316 L17.882,4.3336 C18.237,3.9106 18.182,3.2786 17.759,2.9236 C17.572,2.7666 17.343,2.6906 17.117,2.6906 C16.831,2.6906 16.548,2.8116 16.351,3.0476 Z" id="Clip-8"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/file</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/file" fill="#42526E">
9
+ <path d="M17,10.0052 L17,19.0002 L7,19.0002 L7,5.0002 L12.99,5.0002 L12.99,7.4892 C12.99,8.3182 13.661,8.9892 14.49,8.9892 L18.99,8.9892 L18.99,8.4682 C18.99,8.1712 18.858,7.8902 18.631,7.7002 L13.557,3.4642 C13.197,3.1642 12.744,3.0002 12.275,3.0002 L7,3.0002 C5.895,3.0002 5,3.8952 5,5.0002 L5,19.0002 C5,20.1042 5.895,21.0002 7,21.0002 L17,21.0002 C18.105,21.0002 19,20.1042 19,19.0002 L19,10.0052 L17,10.0052 Z" id="Fill-1"></path>
10
+ <rect id="Rectangle-34" x="8" y="12" width="8" height="2" rx="1"></rect>
11
+ <rect id="Rectangle-34-Copy" x="8" y="15" width="4" height="2" rx="1"></rect>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/filter</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/filter" fill="#42526E">
9
+ <polygon id="Path" points="7 13 17 13 18 11 6 11"></polygon>
10
+ <path d="M3.99339768,6 C3.44475929,6 3.20236492,6.40472984 3.44735253,6.89470506 L4,8 L20,8 L20.5526475,6.89470506 C20.7997135,6.4005731 20.5550537,6 20.0066023,6 L3.99339768,6 Z" id="Path"></path>
11
+ <path d="M10.7780676,17.5561352 C10.9006375,17.8012749 11.214035,18 11.5046844,18 L12.4953156,18 C12.7740451,18 13.0995398,17.8009205 13.2219324,17.5561352 L14,16 L10,16 L10.7780676,17.5561352 Z" id="Path"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,12 @@
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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/flag-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/flag-filled" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M6.0001,12.2347877 L6.0001,18.6807102 C6.0001,19.2180546 6.4501,19.6577 7.0001,19.6577 C7.5501,19.6577 8.0001,19.2180546 8.0001,18.6807102 L8.0001,12.9030653 C9.16955916,12.5620382 10.388722,12.857669 11.768,13.1925873 C12.75,13.4305873 13.804,13.6875873 14.898,13.6875873 C15.73,13.6875873 16.585,13.5385873 17.445,13.1205873 C17.79,12.9525873 18.008,12.6045873 18.008,12.2205873 L18.008,5.46558729 C18.008,5.12158729 17.831,4.80058729 17.539,4.61858729 C17.248,4.43558729 16.882,4.41658729 16.571,4.56658729 C15.226,5.21958729 13.84,4.88258729 12.24,4.49458729 C10.511,4.07458729 8.553,3.59958729 6.562,4.56658729 C6.218,4.73358729 6,5.08358729 6,5.46558729 L6,12.2205873 C6,12.2253256 6.00003339,12.2300591 6.0001,12.2347877 Z" id="Shape"></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/folder-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/folder-filled" fill="#42526E">
9
+ <path d="M12.2,6 L20.0092049,6 C21.1086907,6 22,6.89339733 22,7.99188419 L22,19.0081158 C22,20.1082031 21.1017876,21 20.0092049,21 L3.99079514,21 C2.89130934,21 2,20.1066027 2,19.0081158 L2,11.4930128 L2,5.00585866 C2,3.89805351 2.89585781,3 3.9973917,3 L9.0026083,3 C10.1057373,3 11.3302593,3.82564831 11.7447262,4.86181545 L12.2,6 Z" id="Combined-Shape"></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/folder</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/folder" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M20,19 L20,8 L10.8457131,8 L10.3429341,6.74249999 L9.88841762,5.60570819 C9.77815183,5.33044227 9.29060197,5 9.003,5 L3.997,5 C4.00157141,5 4,19 4,19 L20,19 Z M12.2,6 L20.009,6 C21.109,6 22,6.893 22,7.992 L22,19.008 C22,20.108 21.102,21 20.009,21 L3.991,21 C2.891,21 2,20.107 2,19.008 L2,5.006 C2,3.898 2.896,3 3.997,3 L9.003,3 C10.106,3 11.33,3.826 11.745,4.862 L12.2,6 Z" id="Page-1"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/followers</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/followers" fill="#42526E">
9
+ <path d="M5,14.0001103 C5,12.8954799 5.90195036,12 7.0085302,12 L14.9914698,12 C16.1007504,12 17,12.8938878 17,14.006104 L17,18.4460997 C17,21.8513001 5,21.8513001 5,18.4460997 C5,21.8513001 5,14.0001103 5,14.0001103 Z" id="Rectangle-7"></path>
10
+ <circle id="Oval-2" cx="11" cy="7" r="4"></circle>
11
+ <path d="M17.2928932,9.29289322 C16.9023689,9.68341751 16.9023689,10.3165825 17.2928932,10.7071068 C17.6834175,11.0976311 18.3165825,11.0976311 18.7071068,10.7071068 L20.7029531,8.71126044 C21.0957714,8.31844215 21.103674,7.68946043 20.7029531,7.28873956 L18.7071068,5.29289322 C18.3165825,4.90236893 17.6834175,4.90236893 17.2928932,5.29289322 C16.9023689,5.68341751 16.9023689,6.31658249 17.2928932,6.70710678 L18.5857864,8 L17.2928932,9.29289322 Z" id="Path-3" fill-rule="nonzero"></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/following</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/following" fill="#42526E">
9
+ <path d="M20.9905437,6.00034984 C20.9920614,6.26197051 20.8890087,6.51342885 20.70415,6.69917826 L19.3709378,7.96888059 L20.6547718,9.26811088 C20.9365992,9.50865537 21.0593591,9.88634607 20.97258,10.2458988 C20.8858009,10.6054515 20.604129,10.8861825 20.2433711,10.9726716 C19.8826132,11.0591608 19.5036565,10.9368109 19.2623057,10.6559251 L17.2871766,8.68739431 C16.9042745,8.30349395 16.9042745,7.68348049 17.2871766,7.29958013 L19.3215596,5.27199347 C19.6096587,4.99816817 20.0345517,4.92352318 20.3992259,5.08266956 C20.7639001,5.24181594 20.9970398,5.60363098 20.9905437,6.00034984 L20.9905437,6.00034984 Z" id="Shape"></path>
10
+ <path d="M5,14.0001103 C5,12.8954799 5.90195036,12 7.0085302,12 L14.9914698,12 C16.1007504,12 17,12.8938878 17,14.006104 L17,18.4460997 C17,21.8513001 5,21.8513001 5,18.4460997 C5,21.8513001 5,14.0001103 5,14.0001103 Z" id="Rectangle-7"></path>
11
+ <circle id="Oval-2" cx="11" cy="7" r="4"></circle>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/googledrive</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/googledrive" fill="#42526E">
9
+ <path d="M15.8108899,2.99978538 L9.03386011,3.06774884 L14.8801482,13.1935885 L21.657178,13.1249097 L15.8108899,2.99978538 Z M2,14.3153433 L5.44682038,20.1501849 L11.2931085,10.0243452 L7.84628812,4.18950358 L2,14.3153433 Z M10.3072807,14.4899021 L6.97778668,20.3919918 L18.6703629,20.3919918 L21.9998569,14.4899021 L10.3072807,14.4899021 Z" id="Page-1"></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/graph-bar</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/graph-bar" fill="#42526E">
9
+ <rect id="Rectangle-23" x="17" y="5" width="4" height="11" rx="2"></rect>
10
+ <rect id="Rectangle-23-Copy" x="11" y="8" width="4" height="8" rx="2"></rect>
11
+ <rect id="Rectangle-23-Copy-2" x="5" y="11" width="4" height="5" rx="2"></rect>
12
+ <path d="M21,17 L4.99508929,17 C4.4481604,17 4,16.5484013 4,15.9914698 L4,6 C4,5.44771525 3.55228475,5 3,5 C2.44771525,5 2,5.44771525 2,6 L2,15.9914698 C2,17.6495635 3.34015473,19 4.99508929,19 L21,19 C21.5522847,19 22,18.5522847 22,18 C22,17.4477153 21.5522847,17 21,17 Z" id="Rectangle-7" fill-rule="nonzero"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/graph-line</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/graph-line" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M21,17 L4.99508929,17 C4.4481604,17 4,16.5484013 4,15.9914698 L4,6 C4,5.44771525 3.55228475,5 3,5 C2.44771525,5 2,5.44771525 2,6 L2,15.9914698 C2,17.6495635 3.34015473,19 4.99508929,19 L21,19 C21.5522847,19 22,18.5522847 22,18 C22,17.4477153 21.5522847,17 21,17 Z" id="Rectangle-7"></path>
10
+ <path d="M18,9 L18,12 C18,12.5522847 18.4477153,13 19,13 C19.5522847,13 20,12.5522847 20,12 L20,8 C20,7.44771525 19.5522847,7 19,7 L15,7 C14.4477153,7 14,7.44771525 14,8 C14,8.55228475 14.4477153,9 15,9 L18,9 Z" id="Rectangle-7-Copy"></path>
11
+ <path d="M13.2928932,13.7071068 C13.6834175,14.0976311 14.3165825,14.0976311 14.7071068,13.7071068 L18.7071068,9.70710678 C19.0976311,9.31658249 19.0976311,8.68341751 18.7071068,8.29289322 C18.3165825,7.90236893 17.6834175,7.90236893 17.2928932,8.29289322 L14,11.5857864 L11.7071068,9.29289322 C11.3165825,8.90236893 10.6834175,8.90236893 10.2928932,9.29289322 L6.29289322,13.2928932 C5.90236893,13.6834175 5.90236893,14.3165825 6.29289322,14.7071068 C6.68341751,15.0976311 7.31658249,15.0976311 7.70710678,14.7071068 L11,11.4142136 L13.2928932,13.7071068 Z" id="Path-4"></path>
12
+ </g>
13
+ </g>
14
+ </svg>