@atlaskit/icon 32.0.0 → 32.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1110) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/index.tsx +31 -1
  3. package/codemods/32.0.2-icon-spacing-to-flex-primitive/index.tsx +428 -0
  4. package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +310 -0
  5. package/dist/cjs/components/icon-new.js +1 -1
  6. package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
  7. package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
  8. package/dist/cjs/components/icon.js +1 -1
  9. package/dist/cjs/components/skeleton.js +1 -1
  10. package/dist/cjs/components/svg.js +1 -1
  11. package/dist/cjs/entry-points/metadata.js +2 -1
  12. package/dist/cjs/metadata-core.js +192 -0
  13. package/dist/cjs/metadata.js +3960 -0
  14. package/dist/es2019/components/icon-new.js +1 -1
  15. package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
  16. package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
  17. package/dist/es2019/components/icon.js +1 -1
  18. package/dist/es2019/components/skeleton.js +1 -1
  19. package/dist/es2019/components/svg.js +1 -1
  20. package/dist/es2019/entry-points/metadata.js +1 -1
  21. package/dist/es2019/metadata-core.js +192 -0
  22. package/dist/es2019/metadata.js +2516 -0
  23. package/dist/esm/components/icon-new.js +1 -1
  24. package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
  25. package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
  26. package/dist/esm/components/icon.js +1 -1
  27. package/dist/esm/components/skeleton.js +1 -1
  28. package/dist/esm/components/svg.js +1 -1
  29. package/dist/esm/entry-points/metadata.js +1 -1
  30. package/dist/esm/metadata-core.js +192 -0
  31. package/dist/esm/metadata.js +3237 -0
  32. package/dist/types/entry-points/metadata.d.ts +1 -1
  33. package/dist/types/metadata-core.d.ts +4 -0
  34. package/dist/types/metadata.d.ts +19 -0
  35. package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
  36. package/dist/types-ts4.5/metadata-core.d.ts +4 -0
  37. package/dist/types-ts4.5/metadata.d.ts +19 -0
  38. package/docs/ai/icon-instructions.md +3 -3
  39. package/glyph/activity.d.ts +9 -0
  40. package/glyph/activity.js +14 -0
  41. package/glyph/add-circle.d.ts +9 -0
  42. package/glyph/add-circle.js +14 -0
  43. package/glyph/add-item.d.ts +9 -0
  44. package/glyph/add-item.js +14 -0
  45. package/glyph/add.d.ts +9 -0
  46. package/glyph/add.js +14 -0
  47. package/glyph/addon.d.ts +9 -0
  48. package/glyph/addon.js +14 -0
  49. package/glyph/app-access.d.ts +9 -0
  50. package/glyph/app-access.js +14 -0
  51. package/glyph/app-switcher.d.ts +9 -0
  52. package/glyph/app-switcher.js +14 -0
  53. package/glyph/archive.d.ts +9 -0
  54. package/glyph/archive.js +14 -0
  55. package/glyph/arrow-down-circle.d.ts +9 -0
  56. package/glyph/arrow-down-circle.js +14 -0
  57. package/glyph/arrow-down.d.ts +9 -0
  58. package/glyph/arrow-down.js +14 -0
  59. package/glyph/arrow-left-circle.d.ts +9 -0
  60. package/glyph/arrow-left-circle.js +14 -0
  61. package/glyph/arrow-left.d.ts +9 -0
  62. package/glyph/arrow-left.js +14 -0
  63. package/glyph/arrow-right-circle.d.ts +9 -0
  64. package/glyph/arrow-right-circle.js +14 -0
  65. package/glyph/arrow-right.d.ts +9 -0
  66. package/glyph/arrow-right.js +14 -0
  67. package/glyph/arrow-up-circle.d.ts +9 -0
  68. package/glyph/arrow-up-circle.js +14 -0
  69. package/glyph/arrow-up.d.ts +9 -0
  70. package/glyph/arrow-up.js +14 -0
  71. package/glyph/attachment.d.ts +9 -0
  72. package/glyph/attachment.js +14 -0
  73. package/glyph/audio-circle.d.ts +9 -0
  74. package/glyph/audio-circle.js +14 -0
  75. package/glyph/audio.d.ts +9 -0
  76. package/glyph/audio.js +14 -0
  77. package/glyph/backlog.d.ts +9 -0
  78. package/glyph/backlog.js +14 -0
  79. package/glyph/billing-filled.d.ts +9 -0
  80. package/glyph/billing-filled.js +14 -0
  81. package/glyph/billing.d.ts +9 -0
  82. package/glyph/billing.js +14 -0
  83. package/glyph/bitbucket/branches.d.ts +9 -0
  84. package/glyph/bitbucket/branches.js +14 -0
  85. package/glyph/bitbucket/builds.d.ts +9 -0
  86. package/glyph/bitbucket/builds.js +14 -0
  87. package/glyph/bitbucket/clone.d.ts +9 -0
  88. package/glyph/bitbucket/clone.js +14 -0
  89. package/glyph/bitbucket/commits.d.ts +9 -0
  90. package/glyph/bitbucket/commits.js +14 -0
  91. package/glyph/bitbucket/compare.d.ts +9 -0
  92. package/glyph/bitbucket/compare.js +14 -0
  93. package/glyph/bitbucket/forks.d.ts +9 -0
  94. package/glyph/bitbucket/forks.js +14 -0
  95. package/glyph/bitbucket/output.d.ts +9 -0
  96. package/glyph/bitbucket/output.js +14 -0
  97. package/glyph/bitbucket/pipelines.d.ts +9 -0
  98. package/glyph/bitbucket/pipelines.js +14 -0
  99. package/glyph/bitbucket/pullrequests.d.ts +9 -0
  100. package/glyph/bitbucket/pullrequests.js +14 -0
  101. package/glyph/bitbucket/repos.d.ts +9 -0
  102. package/glyph/bitbucket/repos.js +14 -0
  103. package/glyph/bitbucket/snippets.d.ts +9 -0
  104. package/glyph/bitbucket/snippets.js +14 -0
  105. package/glyph/bitbucket/source.d.ts +9 -0
  106. package/glyph/bitbucket/source.js +14 -0
  107. package/glyph/board.d.ts +9 -0
  108. package/glyph/board.js +14 -0
  109. package/glyph/book.d.ts +9 -0
  110. package/glyph/book.js +14 -0
  111. package/glyph/bullet-list.d.ts +9 -0
  112. package/glyph/bullet-list.js +14 -0
  113. package/glyph/calendar-filled.d.ts +9 -0
  114. package/glyph/calendar-filled.js +14 -0
  115. package/glyph/calendar.d.ts +9 -0
  116. package/glyph/calendar.js +14 -0
  117. package/glyph/camera-filled.d.ts +9 -0
  118. package/glyph/camera-filled.js +14 -0
  119. package/glyph/camera-rotate.d.ts +9 -0
  120. package/glyph/camera-rotate.js +14 -0
  121. package/glyph/camera-take-picture.d.ts +9 -0
  122. package/glyph/camera-take-picture.js +14 -0
  123. package/glyph/camera.d.ts +9 -0
  124. package/glyph/camera.js +14 -0
  125. package/glyph/canvas.d.ts +9 -0
  126. package/glyph/canvas.js +14 -0
  127. package/glyph/check-circle-outline.d.ts +9 -0
  128. package/glyph/check-circle-outline.js +14 -0
  129. package/glyph/check-circle.d.ts +9 -0
  130. package/glyph/check-circle.js +14 -0
  131. package/glyph/check.d.ts +9 -0
  132. package/glyph/check.js +14 -0
  133. package/glyph/checkbox-indeterminate.d.ts +9 -0
  134. package/glyph/checkbox-indeterminate.js +14 -0
  135. package/glyph/checkbox.d.ts +9 -0
  136. package/glyph/checkbox.js +14 -0
  137. package/glyph/chevron-down-circle.d.ts +9 -0
  138. package/glyph/chevron-down-circle.js +14 -0
  139. package/glyph/chevron-down.d.ts +9 -0
  140. package/glyph/chevron-down.js +14 -0
  141. package/glyph/chevron-left-circle.d.ts +9 -0
  142. package/glyph/chevron-left-circle.js +14 -0
  143. package/glyph/chevron-left-large.d.ts +9 -0
  144. package/glyph/chevron-left-large.js +14 -0
  145. package/glyph/chevron-left.d.ts +9 -0
  146. package/glyph/chevron-left.js +14 -0
  147. package/glyph/chevron-right-circle.d.ts +9 -0
  148. package/glyph/chevron-right-circle.js +14 -0
  149. package/glyph/chevron-right-large.d.ts +9 -0
  150. package/glyph/chevron-right-large.js +14 -0
  151. package/glyph/chevron-right.d.ts +9 -0
  152. package/glyph/chevron-right.js +14 -0
  153. package/glyph/chevron-up-circle.d.ts +9 -0
  154. package/glyph/chevron-up-circle.js +14 -0
  155. package/glyph/chevron-up.d.ts +9 -0
  156. package/glyph/chevron-up.js +14 -0
  157. package/glyph/child-issues.d.ts +9 -0
  158. package/glyph/child-issues.js +14 -0
  159. package/glyph/code.d.ts +9 -0
  160. package/glyph/code.js +14 -0
  161. package/glyph/comment.d.ts +9 -0
  162. package/glyph/comment.js +14 -0
  163. package/glyph/component.d.ts +9 -0
  164. package/glyph/component.js +14 -0
  165. package/glyph/copy.d.ts +9 -0
  166. package/glyph/copy.js +14 -0
  167. package/glyph/creditcard-filled.d.ts +9 -0
  168. package/glyph/creditcard-filled.js +14 -0
  169. package/glyph/creditcard.d.ts +9 -0
  170. package/glyph/creditcard.js +14 -0
  171. package/glyph/cross-circle.d.ts +9 -0
  172. package/glyph/cross-circle.js +14 -0
  173. package/glyph/cross.d.ts +9 -0
  174. package/glyph/cross.js +14 -0
  175. package/glyph/dashboard.d.ts +9 -0
  176. package/glyph/dashboard.js +14 -0
  177. package/glyph/decision.d.ts +9 -0
  178. package/glyph/decision.js +14 -0
  179. package/glyph/department.d.ts +9 -0
  180. package/glyph/department.js +14 -0
  181. package/glyph/detail-view.d.ts +9 -0
  182. package/glyph/detail-view.js +14 -0
  183. package/glyph/discover-filled.d.ts +9 -0
  184. package/glyph/discover-filled.js +14 -0
  185. package/glyph/discover.d.ts +9 -0
  186. package/glyph/discover.js +14 -0
  187. package/glyph/document-filled.d.ts +9 -0
  188. package/glyph/document-filled.js +14 -0
  189. package/glyph/document.d.ts +9 -0
  190. package/glyph/document.js +14 -0
  191. package/glyph/documents.d.ts +9 -0
  192. package/glyph/documents.js +14 -0
  193. package/glyph/download.d.ts +9 -0
  194. package/glyph/download.js +14 -0
  195. package/glyph/drag-handler.d.ts +9 -0
  196. package/glyph/drag-handler.js +14 -0
  197. package/glyph/dropbox.d.ts +9 -0
  198. package/glyph/dropbox.js +14 -0
  199. package/glyph/edit-filled.d.ts +9 -0
  200. package/glyph/edit-filled.js +14 -0
  201. package/glyph/edit.d.ts +9 -0
  202. package/glyph/edit.js +14 -0
  203. package/glyph/editor/add.d.ts +9 -0
  204. package/glyph/editor/add.js +14 -0
  205. package/glyph/editor/addon.d.ts +9 -0
  206. package/glyph/editor/addon.js +14 -0
  207. package/glyph/editor/advanced.d.ts +9 -0
  208. package/glyph/editor/advanced.js +14 -0
  209. package/glyph/editor/align-center.d.ts +9 -0
  210. package/glyph/editor/align-center.js +14 -0
  211. package/glyph/editor/align-image-center.d.ts +9 -0
  212. package/glyph/editor/align-image-center.js +14 -0
  213. package/glyph/editor/align-image-left.d.ts +9 -0
  214. package/glyph/editor/align-image-left.js +14 -0
  215. package/glyph/editor/align-image-right.d.ts +9 -0
  216. package/glyph/editor/align-image-right.js +14 -0
  217. package/glyph/editor/align-left.d.ts +9 -0
  218. package/glyph/editor/align-left.js +14 -0
  219. package/glyph/editor/align-right.d.ts +9 -0
  220. package/glyph/editor/align-right.js +14 -0
  221. package/glyph/editor/attachment.d.ts +9 -0
  222. package/glyph/editor/attachment.js +14 -0
  223. package/glyph/editor/background-color.d.ts +9 -0
  224. package/glyph/editor/background-color.js +14 -0
  225. package/glyph/editor/bold.d.ts +9 -0
  226. package/glyph/editor/bold.js +14 -0
  227. package/glyph/editor/bullet-list.d.ts +9 -0
  228. package/glyph/editor/bullet-list.js +14 -0
  229. package/glyph/editor/close.d.ts +9 -0
  230. package/glyph/editor/close.js +14 -0
  231. package/glyph/editor/code.d.ts +9 -0
  232. package/glyph/editor/code.js +14 -0
  233. package/glyph/editor/collapse.d.ts +9 -0
  234. package/glyph/editor/collapse.js +14 -0
  235. package/glyph/editor/date.d.ts +9 -0
  236. package/glyph/editor/date.js +14 -0
  237. package/glyph/editor/decision.d.ts +9 -0
  238. package/glyph/editor/decision.js +14 -0
  239. package/glyph/editor/divider.d.ts +9 -0
  240. package/glyph/editor/divider.js +14 -0
  241. package/glyph/editor/done.d.ts +9 -0
  242. package/glyph/editor/done.js +14 -0
  243. package/glyph/editor/edit.d.ts +9 -0
  244. package/glyph/editor/edit.js +14 -0
  245. package/glyph/editor/emoji.d.ts +9 -0
  246. package/glyph/editor/emoji.js +14 -0
  247. package/glyph/editor/error.d.ts +9 -0
  248. package/glyph/editor/error.js +14 -0
  249. package/glyph/editor/expand.d.ts +9 -0
  250. package/glyph/editor/expand.js +14 -0
  251. package/glyph/editor/feedback.d.ts +9 -0
  252. package/glyph/editor/feedback.js +14 -0
  253. package/glyph/editor/file-preview.d.ts +9 -0
  254. package/glyph/editor/file-preview.js +14 -0
  255. package/glyph/editor/file.d.ts +9 -0
  256. package/glyph/editor/file.js +14 -0
  257. package/glyph/editor/help.d.ts +9 -0
  258. package/glyph/editor/help.js +14 -0
  259. package/glyph/editor/hint.d.ts +9 -0
  260. package/glyph/editor/hint.js +14 -0
  261. package/glyph/editor/horizontal-rule.d.ts +9 -0
  262. package/glyph/editor/horizontal-rule.js +14 -0
  263. package/glyph/editor/image-border.d.ts +9 -0
  264. package/glyph/editor/image-border.js +14 -0
  265. package/glyph/editor/image-resize.d.ts +9 -0
  266. package/glyph/editor/image-resize.js +14 -0
  267. package/glyph/editor/image.d.ts +9 -0
  268. package/glyph/editor/image.js +14 -0
  269. package/glyph/editor/indent.d.ts +9 -0
  270. package/glyph/editor/indent.js +14 -0
  271. package/glyph/editor/info.d.ts +9 -0
  272. package/glyph/editor/info.js +14 -0
  273. package/glyph/editor/italic.d.ts +9 -0
  274. package/glyph/editor/italic.js +14 -0
  275. package/glyph/editor/layout-single.d.ts +9 -0
  276. package/glyph/editor/layout-single.js +14 -0
  277. package/glyph/editor/layout-three-equal.d.ts +9 -0
  278. package/glyph/editor/layout-three-equal.js +14 -0
  279. package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
  280. package/glyph/editor/layout-three-with-sidebars.js +14 -0
  281. package/glyph/editor/layout-two-equal.d.ts +9 -0
  282. package/glyph/editor/layout-two-equal.js +14 -0
  283. package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
  284. package/glyph/editor/layout-two-left-sidebar.js +14 -0
  285. package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
  286. package/glyph/editor/layout-two-right-sidebar.js +14 -0
  287. package/glyph/editor/link.d.ts +9 -0
  288. package/glyph/editor/link.js +14 -0
  289. package/glyph/editor/media-center.d.ts +9 -0
  290. package/glyph/editor/media-center.js +14 -0
  291. package/glyph/editor/media-full-width.d.ts +9 -0
  292. package/glyph/editor/media-full-width.js +14 -0
  293. package/glyph/editor/media-wide.d.ts +9 -0
  294. package/glyph/editor/media-wide.js +14 -0
  295. package/glyph/editor/media-wrap-left.d.ts +9 -0
  296. package/glyph/editor/media-wrap-left.js +14 -0
  297. package/glyph/editor/media-wrap-right.d.ts +9 -0
  298. package/glyph/editor/media-wrap-right.js +14 -0
  299. package/glyph/editor/mention.d.ts +9 -0
  300. package/glyph/editor/mention.js +14 -0
  301. package/glyph/editor/more.d.ts +9 -0
  302. package/glyph/editor/more.js +14 -0
  303. package/glyph/editor/note.d.ts +9 -0
  304. package/glyph/editor/note.js +14 -0
  305. package/glyph/editor/number-list.d.ts +9 -0
  306. package/glyph/editor/number-list.js +14 -0
  307. package/glyph/editor/open.d.ts +9 -0
  308. package/glyph/editor/open.js +14 -0
  309. package/glyph/editor/outdent.d.ts +9 -0
  310. package/glyph/editor/outdent.js +14 -0
  311. package/glyph/editor/panel.d.ts +9 -0
  312. package/glyph/editor/panel.js +14 -0
  313. package/glyph/editor/photo.d.ts +9 -0
  314. package/glyph/editor/photo.js +14 -0
  315. package/glyph/editor/quote.d.ts +9 -0
  316. package/glyph/editor/quote.js +14 -0
  317. package/glyph/editor/recent.d.ts +9 -0
  318. package/glyph/editor/recent.js +14 -0
  319. package/glyph/editor/redo.d.ts +9 -0
  320. package/glyph/editor/redo.js +14 -0
  321. package/glyph/editor/remove-emoji.d.ts +9 -0
  322. package/glyph/editor/remove-emoji.js +14 -0
  323. package/glyph/editor/remove.d.ts +9 -0
  324. package/glyph/editor/remove.js +14 -0
  325. package/glyph/editor/search.d.ts +9 -0
  326. package/glyph/editor/search.js +14 -0
  327. package/glyph/editor/settings.d.ts +9 -0
  328. package/glyph/editor/settings.js +14 -0
  329. package/glyph/editor/strikethrough.d.ts +9 -0
  330. package/glyph/editor/strikethrough.js +14 -0
  331. package/glyph/editor/success.d.ts +9 -0
  332. package/glyph/editor/success.js +14 -0
  333. package/glyph/editor/table-display-options.d.ts +9 -0
  334. package/glyph/editor/table-display-options.js +14 -0
  335. package/glyph/editor/table.d.ts +9 -0
  336. package/glyph/editor/table.js +14 -0
  337. package/glyph/editor/task.d.ts +9 -0
  338. package/glyph/editor/task.js +14 -0
  339. package/glyph/editor/text-color.d.ts +9 -0
  340. package/glyph/editor/text-color.js +14 -0
  341. package/glyph/editor/text-style.d.ts +9 -0
  342. package/glyph/editor/text-style.js +14 -0
  343. package/glyph/editor/underline.d.ts +9 -0
  344. package/glyph/editor/underline.js +14 -0
  345. package/glyph/editor/undo.d.ts +9 -0
  346. package/glyph/editor/undo.js +14 -0
  347. package/glyph/editor/unlink.d.ts +9 -0
  348. package/glyph/editor/unlink.js +14 -0
  349. package/glyph/editor/warning.d.ts +9 -0
  350. package/glyph/editor/warning.js +14 -0
  351. package/glyph/email.d.ts +9 -0
  352. package/glyph/email.js +14 -0
  353. package/glyph/emoji/activity.d.ts +9 -0
  354. package/glyph/emoji/activity.js +14 -0
  355. package/glyph/emoji/atlassian.d.ts +9 -0
  356. package/glyph/emoji/atlassian.js +14 -0
  357. package/glyph/emoji/custom.d.ts +9 -0
  358. package/glyph/emoji/custom.js +14 -0
  359. package/glyph/emoji/emoji.d.ts +9 -0
  360. package/glyph/emoji/emoji.js +14 -0
  361. package/glyph/emoji/flags.d.ts +9 -0
  362. package/glyph/emoji/flags.js +14 -0
  363. package/glyph/emoji/food.d.ts +9 -0
  364. package/glyph/emoji/food.js +14 -0
  365. package/glyph/emoji/frequent.d.ts +9 -0
  366. package/glyph/emoji/frequent.js +14 -0
  367. package/glyph/emoji/keyboard.d.ts +9 -0
  368. package/glyph/emoji/keyboard.js +14 -0
  369. package/glyph/emoji/nature.d.ts +9 -0
  370. package/glyph/emoji/nature.js +14 -0
  371. package/glyph/emoji/objects.d.ts +9 -0
  372. package/glyph/emoji/objects.js +14 -0
  373. package/glyph/emoji/people.d.ts +9 -0
  374. package/glyph/emoji/people.js +14 -0
  375. package/glyph/emoji/productivity.d.ts +9 -0
  376. package/glyph/emoji/productivity.js +14 -0
  377. package/glyph/emoji/symbols.d.ts +9 -0
  378. package/glyph/emoji/symbols.js +14 -0
  379. package/glyph/emoji/travel.d.ts +9 -0
  380. package/glyph/emoji/travel.js +14 -0
  381. package/glyph/emoji-add.d.ts +9 -0
  382. package/glyph/emoji-add.js +14 -0
  383. package/glyph/emoji.d.ts +9 -0
  384. package/glyph/emoji.js +14 -0
  385. package/glyph/error.d.ts +9 -0
  386. package/glyph/error.js +14 -0
  387. package/glyph/export.d.ts +9 -0
  388. package/glyph/export.js +14 -0
  389. package/glyph/feedback.d.ts +9 -0
  390. package/glyph/feedback.js +14 -0
  391. package/glyph/file.d.ts +9 -0
  392. package/glyph/file.js +14 -0
  393. package/glyph/filter.d.ts +9 -0
  394. package/glyph/filter.js +14 -0
  395. package/glyph/flag-filled.d.ts +9 -0
  396. package/glyph/flag-filled.js +14 -0
  397. package/glyph/folder-filled.d.ts +9 -0
  398. package/glyph/folder-filled.js +14 -0
  399. package/glyph/folder.d.ts +9 -0
  400. package/glyph/folder.js +14 -0
  401. package/glyph/followers.d.ts +9 -0
  402. package/glyph/followers.js +14 -0
  403. package/glyph/following.d.ts +9 -0
  404. package/glyph/following.js +14 -0
  405. package/glyph/googledrive.d.ts +9 -0
  406. package/glyph/googledrive.js +14 -0
  407. package/glyph/graph-bar.d.ts +9 -0
  408. package/glyph/graph-bar.js +14 -0
  409. package/glyph/graph-line.d.ts +9 -0
  410. package/glyph/graph-line.js +14 -0
  411. package/glyph/gsuite.d.ts +9 -0
  412. package/glyph/gsuite.js +14 -0
  413. package/glyph/highlights.d.ts +9 -0
  414. package/glyph/highlights.js +14 -0
  415. package/glyph/hipchat/audio-only.d.ts +9 -0
  416. package/glyph/hipchat/audio-only.js +14 -0
  417. package/glyph/hipchat/chevron-double-down.d.ts +9 -0
  418. package/glyph/hipchat/chevron-double-down.js +14 -0
  419. package/glyph/hipchat/chevron-double-up.d.ts +9 -0
  420. package/glyph/hipchat/chevron-double-up.js +14 -0
  421. package/glyph/hipchat/chevron-down.d.ts +9 -0
  422. package/glyph/hipchat/chevron-down.js +14 -0
  423. package/glyph/hipchat/chevron-up.d.ts +9 -0
  424. package/glyph/hipchat/chevron-up.js +14 -0
  425. package/glyph/hipchat/dial-out.d.ts +9 -0
  426. package/glyph/hipchat/dial-out.js +14 -0
  427. package/glyph/hipchat/lobby.d.ts +9 -0
  428. package/glyph/hipchat/lobby.js +14 -0
  429. package/glyph/hipchat/media-attachment-count.d.ts +9 -0
  430. package/glyph/hipchat/media-attachment-count.js +14 -0
  431. package/glyph/hipchat/outgoing-sound.d.ts +9 -0
  432. package/glyph/hipchat/outgoing-sound.js +14 -0
  433. package/glyph/hipchat/sd-video.d.ts +9 -0
  434. package/glyph/hipchat/sd-video.js +14 -0
  435. package/glyph/home-circle.d.ts +9 -0
  436. package/glyph/home-circle.js +14 -0
  437. package/glyph/home.d.ts +9 -0
  438. package/glyph/home.js +14 -0
  439. package/glyph/image-border.d.ts +9 -0
  440. package/glyph/image-border.js +14 -0
  441. package/glyph/image-resize.d.ts +9 -0
  442. package/glyph/image-resize.js +14 -0
  443. package/glyph/image.d.ts +9 -0
  444. package/glyph/image.js +14 -0
  445. package/glyph/info.d.ts +9 -0
  446. package/glyph/info.js +14 -0
  447. package/glyph/invite-team.d.ts +9 -0
  448. package/glyph/invite-team.js +14 -0
  449. package/glyph/issue-raise.d.ts +9 -0
  450. package/glyph/issue-raise.js +14 -0
  451. package/glyph/issue.d.ts +9 -0
  452. package/glyph/issue.js +14 -0
  453. package/glyph/issues.d.ts +9 -0
  454. package/glyph/issues.js +14 -0
  455. package/glyph/jira/capture.d.ts +9 -0
  456. package/glyph/jira/capture.js +14 -0
  457. package/glyph/jira/failed-build-status.d.ts +9 -0
  458. package/glyph/jira/failed-build-status.js +14 -0
  459. package/glyph/jira/labs.d.ts +9 -0
  460. package/glyph/jira/labs.js +14 -0
  461. package/glyph/jira/test-session.d.ts +9 -0
  462. package/glyph/jira/test-session.js +14 -0
  463. package/glyph/label.d.ts +9 -0
  464. package/glyph/label.js +14 -0
  465. package/glyph/lightbulb-filled.d.ts +9 -0
  466. package/glyph/lightbulb-filled.js +14 -0
  467. package/glyph/lightbulb.d.ts +9 -0
  468. package/glyph/lightbulb.js +14 -0
  469. package/glyph/like.d.ts +9 -0
  470. package/glyph/like.js +14 -0
  471. package/glyph/link-filled.d.ts +9 -0
  472. package/glyph/link-filled.js +14 -0
  473. package/glyph/link.d.ts +9 -0
  474. package/glyph/link.js +14 -0
  475. package/glyph/list.d.ts +9 -0
  476. package/glyph/list.js +14 -0
  477. package/glyph/location.d.ts +9 -0
  478. package/glyph/location.js +14 -0
  479. package/glyph/lock-circle.d.ts +9 -0
  480. package/glyph/lock-circle.js +14 -0
  481. package/glyph/lock-filled.d.ts +9 -0
  482. package/glyph/lock-filled.js +14 -0
  483. package/glyph/lock.d.ts +9 -0
  484. package/glyph/lock.js +14 -0
  485. package/glyph/marketplace.d.ts +9 -0
  486. package/glyph/marketplace.js +14 -0
  487. package/glyph/media-services/actual-size.d.ts +9 -0
  488. package/glyph/media-services/actual-size.js +14 -0
  489. package/glyph/media-services/add-comment.d.ts +9 -0
  490. package/glyph/media-services/add-comment.js +14 -0
  491. package/glyph/media-services/annotate.d.ts +9 -0
  492. package/glyph/media-services/annotate.js +14 -0
  493. package/glyph/media-services/arrow.d.ts +9 -0
  494. package/glyph/media-services/arrow.js +14 -0
  495. package/glyph/media-services/audio.d.ts +9 -0
  496. package/glyph/media-services/audio.js +14 -0
  497. package/glyph/media-services/blur.d.ts +9 -0
  498. package/glyph/media-services/blur.js +14 -0
  499. package/glyph/media-services/brush.d.ts +9 -0
  500. package/glyph/media-services/brush.js +14 -0
  501. package/glyph/media-services/button-option.d.ts +9 -0
  502. package/glyph/media-services/button-option.js +14 -0
  503. package/glyph/media-services/code.d.ts +9 -0
  504. package/glyph/media-services/code.js +14 -0
  505. package/glyph/media-services/document.d.ts +9 -0
  506. package/glyph/media-services/document.js +14 -0
  507. package/glyph/media-services/filter.d.ts +9 -0
  508. package/glyph/media-services/filter.js +14 -0
  509. package/glyph/media-services/fit-to-page.d.ts +9 -0
  510. package/glyph/media-services/fit-to-page.js +14 -0
  511. package/glyph/media-services/full-screen.d.ts +9 -0
  512. package/glyph/media-services/full-screen.js +14 -0
  513. package/glyph/media-services/grid.d.ts +9 -0
  514. package/glyph/media-services/grid.js +14 -0
  515. package/glyph/media-services/image.d.ts +9 -0
  516. package/glyph/media-services/image.js +14 -0
  517. package/glyph/media-services/line-thickness.d.ts +9 -0
  518. package/glyph/media-services/line-thickness.js +14 -0
  519. package/glyph/media-services/line.d.ts +9 -0
  520. package/glyph/media-services/line.js +14 -0
  521. package/glyph/media-services/no-image.d.ts +9 -0
  522. package/glyph/media-services/no-image.js +14 -0
  523. package/glyph/media-services/open-mediaviewer.d.ts +9 -0
  524. package/glyph/media-services/open-mediaviewer.js +14 -0
  525. package/glyph/media-services/oval.d.ts +9 -0
  526. package/glyph/media-services/oval.js +14 -0
  527. package/glyph/media-services/pdf.d.ts +9 -0
  528. package/glyph/media-services/pdf.js +14 -0
  529. package/glyph/media-services/preselected.d.ts +9 -0
  530. package/glyph/media-services/preselected.js +14 -0
  531. package/glyph/media-services/presentation.d.ts +9 -0
  532. package/glyph/media-services/presentation.js +14 -0
  533. package/glyph/media-services/rectangle.d.ts +9 -0
  534. package/glyph/media-services/rectangle.js +14 -0
  535. package/glyph/media-services/scale-large.d.ts +9 -0
  536. package/glyph/media-services/scale-large.js +14 -0
  537. package/glyph/media-services/scale-small.d.ts +9 -0
  538. package/glyph/media-services/scale-small.js +14 -0
  539. package/glyph/media-services/spreadsheet.d.ts +9 -0
  540. package/glyph/media-services/spreadsheet.js +14 -0
  541. package/glyph/media-services/text.d.ts +9 -0
  542. package/glyph/media-services/text.js +14 -0
  543. package/glyph/media-services/unknown.d.ts +9 -0
  544. package/glyph/media-services/unknown.js +14 -0
  545. package/glyph/media-services/video.d.ts +9 -0
  546. package/glyph/media-services/video.js +14 -0
  547. package/glyph/media-services/zip.d.ts +9 -0
  548. package/glyph/media-services/zip.js +14 -0
  549. package/glyph/media-services/zoom-in.d.ts +9 -0
  550. package/glyph/media-services/zoom-in.js +14 -0
  551. package/glyph/media-services/zoom-out.d.ts +9 -0
  552. package/glyph/media-services/zoom-out.js +14 -0
  553. package/glyph/mention.d.ts +9 -0
  554. package/glyph/mention.js +14 -0
  555. package/glyph/menu-expand.d.ts +9 -0
  556. package/glyph/menu-expand.js +14 -0
  557. package/glyph/menu.d.ts +9 -0
  558. package/glyph/menu.js +14 -0
  559. package/glyph/mobile.d.ts +9 -0
  560. package/glyph/mobile.js +14 -0
  561. package/glyph/more-vertical.d.ts +9 -0
  562. package/glyph/more-vertical.js +14 -0
  563. package/glyph/more.d.ts +9 -0
  564. package/glyph/more.js +14 -0
  565. package/glyph/notification-all.d.ts +9 -0
  566. package/glyph/notification-all.js +14 -0
  567. package/glyph/notification-direct.d.ts +9 -0
  568. package/glyph/notification-direct.js +14 -0
  569. package/glyph/notification.d.ts +9 -0
  570. package/glyph/notification.js +14 -0
  571. package/glyph/office-building-filled.d.ts +9 -0
  572. package/glyph/office-building-filled.js +14 -0
  573. package/glyph/office-building.d.ts +9 -0
  574. package/glyph/office-building.js +14 -0
  575. package/glyph/open.d.ts +9 -0
  576. package/glyph/open.js +14 -0
  577. package/glyph/overview.d.ts +9 -0
  578. package/glyph/overview.js +14 -0
  579. package/glyph/page-filled.d.ts +9 -0
  580. package/glyph/page-filled.js +14 -0
  581. package/glyph/page.d.ts +9 -0
  582. package/glyph/page.js +14 -0
  583. package/glyph/pdf.d.ts +9 -0
  584. package/glyph/pdf.js +14 -0
  585. package/glyph/people-group.d.ts +9 -0
  586. package/glyph/people-group.js +14 -0
  587. package/glyph/people.d.ts +9 -0
  588. package/glyph/people.js +14 -0
  589. package/glyph/person-circle.d.ts +9 -0
  590. package/glyph/person-circle.js +14 -0
  591. package/glyph/person-with-circle.d.ts +9 -0
  592. package/glyph/person-with-circle.js +14 -0
  593. package/glyph/person-with-cross.d.ts +9 -0
  594. package/glyph/person-with-cross.js +14 -0
  595. package/glyph/person-with-tick.d.ts +9 -0
  596. package/glyph/person-with-tick.js +14 -0
  597. package/glyph/person.d.ts +9 -0
  598. package/glyph/person.js +14 -0
  599. package/glyph/portfolio.d.ts +9 -0
  600. package/glyph/portfolio.js +14 -0
  601. package/glyph/preferences.d.ts +9 -0
  602. package/glyph/preferences.js +14 -0
  603. package/glyph/premium.d.ts +9 -0
  604. package/glyph/premium.js +14 -0
  605. package/glyph/presence-active.d.ts +9 -0
  606. package/glyph/presence-active.js +14 -0
  607. package/glyph/presence-busy.d.ts +9 -0
  608. package/glyph/presence-busy.js +14 -0
  609. package/glyph/presence-unavailable.d.ts +9 -0
  610. package/glyph/presence-unavailable.js +14 -0
  611. package/glyph/question-circle.d.ts +9 -0
  612. package/glyph/question-circle.js +14 -0
  613. package/glyph/question.d.ts +9 -0
  614. package/glyph/question.js +14 -0
  615. package/glyph/questions.d.ts +9 -0
  616. package/glyph/questions.js +14 -0
  617. package/glyph/queues.d.ts +9 -0
  618. package/glyph/queues.js +14 -0
  619. package/glyph/quote.d.ts +9 -0
  620. package/glyph/quote.js +14 -0
  621. package/glyph/radio.d.ts +9 -0
  622. package/glyph/radio.js +14 -0
  623. package/glyph/recent.d.ts +9 -0
  624. package/glyph/recent.js +14 -0
  625. package/glyph/redo.d.ts +9 -0
  626. package/glyph/redo.js +14 -0
  627. package/glyph/refresh.d.ts +9 -0
  628. package/glyph/refresh.js +14 -0
  629. package/glyph/retry.d.ts +9 -0
  630. package/glyph/retry.js +14 -0
  631. package/glyph/roadmap.d.ts +9 -0
  632. package/glyph/roadmap.js +14 -0
  633. package/glyph/room-menu.d.ts +9 -0
  634. package/glyph/room-menu.js +14 -0
  635. package/glyph/schedule-filled.d.ts +9 -0
  636. package/glyph/schedule-filled.js +14 -0
  637. package/glyph/schedule.d.ts +9 -0
  638. package/glyph/schedule.js +14 -0
  639. package/glyph/screen.d.ts +9 -0
  640. package/glyph/screen.js +14 -0
  641. package/glyph/search.d.ts +9 -0
  642. package/glyph/search.js +14 -0
  643. package/glyph/select-clear.d.ts +9 -0
  644. package/glyph/select-clear.js +14 -0
  645. package/glyph/send.d.ts +9 -0
  646. package/glyph/send.js +14 -0
  647. package/glyph/settings.d.ts +9 -0
  648. package/glyph/settings.js +14 -0
  649. package/glyph/share.d.ts +9 -0
  650. package/glyph/share.js +14 -0
  651. package/glyph/ship.d.ts +9 -0
  652. package/glyph/ship.js +14 -0
  653. package/glyph/shortcut.d.ts +9 -0
  654. package/glyph/shortcut.js +14 -0
  655. package/glyph/sign-in.d.ts +9 -0
  656. package/glyph/sign-in.js +14 -0
  657. package/glyph/sign-out.d.ts +9 -0
  658. package/glyph/sign-out.js +14 -0
  659. package/glyph/sprint.d.ts +9 -0
  660. package/glyph/sprint.js +14 -0
  661. package/glyph/star-filled.d.ts +9 -0
  662. package/glyph/star-filled.js +14 -0
  663. package/glyph/star-large.d.ts +9 -0
  664. package/glyph/star-large.js +14 -0
  665. package/glyph/star.d.ts +9 -0
  666. package/glyph/star.js +14 -0
  667. package/glyph/status.d.ts +9 -0
  668. package/glyph/status.js +14 -0
  669. package/glyph/stopwatch.d.ts +9 -0
  670. package/glyph/stopwatch.js +14 -0
  671. package/glyph/subtask.d.ts +9 -0
  672. package/glyph/subtask.js +14 -0
  673. package/glyph/suitcase.d.ts +9 -0
  674. package/glyph/suitcase.js +14 -0
  675. package/glyph/switcher.d.ts +9 -0
  676. package/glyph/switcher.js +14 -0
  677. package/glyph/table.d.ts +9 -0
  678. package/glyph/table.js +14 -0
  679. package/glyph/task.d.ts +9 -0
  680. package/glyph/task.js +14 -0
  681. package/glyph/teams.d.ts +9 -0
  682. package/glyph/teams.js +14 -0
  683. package/glyph/trash.d.ts +9 -0
  684. package/glyph/trash.js +14 -0
  685. package/glyph/tray.d.ts +9 -0
  686. package/glyph/tray.js +14 -0
  687. package/glyph/undo.d.ts +9 -0
  688. package/glyph/undo.js +14 -0
  689. package/glyph/unlink.d.ts +9 -0
  690. package/glyph/unlink.js +14 -0
  691. package/glyph/unlock-circle.d.ts +9 -0
  692. package/glyph/unlock-circle.js +14 -0
  693. package/glyph/unlock-filled.d.ts +9 -0
  694. package/glyph/unlock-filled.js +14 -0
  695. package/glyph/unlock.d.ts +9 -0
  696. package/glyph/unlock.js +14 -0
  697. package/glyph/upload.d.ts +9 -0
  698. package/glyph/upload.js +14 -0
  699. package/glyph/user-avatar-circle.d.ts +9 -0
  700. package/glyph/user-avatar-circle.js +14 -0
  701. package/glyph/vid-audio-muted.d.ts +9 -0
  702. package/glyph/vid-audio-muted.js +14 -0
  703. package/glyph/vid-audio-on.d.ts +9 -0
  704. package/glyph/vid-audio-on.js +14 -0
  705. package/glyph/vid-backward.d.ts +9 -0
  706. package/glyph/vid-backward.js +14 -0
  707. package/glyph/vid-camera-off.d.ts +9 -0
  708. package/glyph/vid-camera-off.js +14 -0
  709. package/glyph/vid-camera-on.d.ts +9 -0
  710. package/glyph/vid-camera-on.js +14 -0
  711. package/glyph/vid-connection-circle.d.ts +9 -0
  712. package/glyph/vid-connection-circle.js +14 -0
  713. package/glyph/vid-forward.d.ts +9 -0
  714. package/glyph/vid-forward.js +14 -0
  715. package/glyph/vid-full-screen-off.d.ts +9 -0
  716. package/glyph/vid-full-screen-off.js +14 -0
  717. package/glyph/vid-full-screen-on.d.ts +9 -0
  718. package/glyph/vid-full-screen-on.js +14 -0
  719. package/glyph/vid-hang-up.d.ts +9 -0
  720. package/glyph/vid-hang-up.js +14 -0
  721. package/glyph/vid-hd-circle.d.ts +9 -0
  722. package/glyph/vid-hd-circle.js +14 -0
  723. package/glyph/vid-pause.d.ts +9 -0
  724. package/glyph/vid-pause.js +14 -0
  725. package/glyph/vid-play.d.ts +9 -0
  726. package/glyph/vid-play.js +14 -0
  727. package/glyph/vid-raised-hand.d.ts +9 -0
  728. package/glyph/vid-raised-hand.js +14 -0
  729. package/glyph/vid-share-screen.d.ts +9 -0
  730. package/glyph/vid-share-screen.js +14 -0
  731. package/glyph/vid-speaking-circle.d.ts +9 -0
  732. package/glyph/vid-speaking-circle.js +14 -0
  733. package/glyph/vid-volume-full.d.ts +9 -0
  734. package/glyph/vid-volume-full.js +14 -0
  735. package/glyph/vid-volume-half.d.ts +9 -0
  736. package/glyph/vid-volume-half.js +14 -0
  737. package/glyph/vid-volume-muted.d.ts +9 -0
  738. package/glyph/vid-volume-muted.js +14 -0
  739. package/glyph/video-circle.d.ts +9 -0
  740. package/glyph/video-circle.js +14 -0
  741. package/glyph/video-filled.d.ts +9 -0
  742. package/glyph/video-filled.js +14 -0
  743. package/glyph/warning.d.ts +9 -0
  744. package/glyph/warning.js +14 -0
  745. package/glyph/watch-filled.d.ts +9 -0
  746. package/glyph/watch-filled.js +14 -0
  747. package/glyph/watch.d.ts +9 -0
  748. package/glyph/watch.js +14 -0
  749. package/glyph/world-small.d.ts +9 -0
  750. package/glyph/world-small.js +14 -0
  751. package/glyph/world.d.ts +9 -0
  752. package/glyph/world.js +14 -0
  753. package/package.json +7 -7
  754. package/svgs_raw/activity.svg +13 -0
  755. package/svgs_raw/add-circle.svg +13 -0
  756. package/svgs_raw/add-item.svg +13 -0
  757. package/svgs_raw/add.svg +12 -0
  758. package/svgs_raw/addon.svg +13 -0
  759. package/svgs_raw/app-access.svg +15 -0
  760. package/svgs_raw/app-switcher.svg +3 -0
  761. package/svgs_raw/archive.svg +3 -0
  762. package/svgs_raw/arrow-down-circle.svg +13 -0
  763. package/svgs_raw/arrow-down.svg +12 -0
  764. package/svgs_raw/arrow-left-circle.svg +13 -0
  765. package/svgs_raw/arrow-left.svg +3 -0
  766. package/svgs_raw/arrow-right-circle.svg +13 -0
  767. package/svgs_raw/arrow-right.svg +12 -0
  768. package/svgs_raw/arrow-up-circle.svg +13 -0
  769. package/svgs_raw/arrow-up.svg +12 -0
  770. package/svgs_raw/attachment.svg +12 -0
  771. package/svgs_raw/audio-circle.svg +13 -0
  772. package/svgs_raw/audio.svg +12 -0
  773. package/svgs_raw/backlog.svg +15 -0
  774. package/svgs_raw/billing-filled.svg +19 -0
  775. package/svgs_raw/billing.svg +19 -0
  776. package/svgs_raw/bitbucket/branches.svg +12 -0
  777. package/svgs_raw/bitbucket/builds.svg +16 -0
  778. package/svgs_raw/bitbucket/clone.svg +16 -0
  779. package/svgs_raw/bitbucket/commits.svg +12 -0
  780. package/svgs_raw/bitbucket/compare.svg +15 -0
  781. package/svgs_raw/bitbucket/forks.svg +16 -0
  782. package/svgs_raw/bitbucket/output.svg +15 -0
  783. package/svgs_raw/bitbucket/pipelines.svg +13 -0
  784. package/svgs_raw/bitbucket/pullrequests.svg +13 -0
  785. package/svgs_raw/bitbucket/repos.svg +14 -0
  786. package/svgs_raw/bitbucket/snippets.svg +13 -0
  787. package/svgs_raw/bitbucket/source.svg +13 -0
  788. package/svgs_raw/board.svg +14 -0
  789. package/svgs_raw/book.svg +16 -0
  790. package/svgs_raw/bullet-list.svg +17 -0
  791. package/svgs_raw/calendar-filled.svg +20 -0
  792. package/svgs_raw/calendar.svg +12 -0
  793. package/svgs_raw/camera-filled.svg +14 -0
  794. package/svgs_raw/camera-rotate.svg +16 -0
  795. package/svgs_raw/camera-take-picture.svg +13 -0
  796. package/svgs_raw/camera.svg +15 -0
  797. package/svgs_raw/canvas.svg +17 -0
  798. package/svgs_raw/check-circle-outline.svg +11 -0
  799. package/svgs_raw/check-circle.svg +13 -0
  800. package/svgs_raw/check.svg +12 -0
  801. package/svgs_raw/checkbox-indeterminate.svg +13 -0
  802. package/svgs_raw/checkbox.svg +13 -0
  803. package/svgs_raw/chevron-down-circle.svg +13 -0
  804. package/svgs_raw/chevron-down.svg +12 -0
  805. package/svgs_raw/chevron-left-circle.svg +13 -0
  806. package/svgs_raw/chevron-left-large.svg +3 -0
  807. package/svgs_raw/chevron-left.svg +12 -0
  808. package/svgs_raw/chevron-right-circle.svg +13 -0
  809. package/svgs_raw/chevron-right-large.svg +3 -0
  810. package/svgs_raw/chevron-right.svg +12 -0
  811. package/svgs_raw/chevron-up-circle.svg +13 -0
  812. package/svgs_raw/chevron-up.svg +12 -0
  813. package/svgs_raw/child-issues.svg +16 -0
  814. package/svgs_raw/code.svg +14 -0
  815. package/svgs_raw/comment.svg +14 -0
  816. package/svgs_raw/component.svg +14 -0
  817. package/svgs_raw/copy.svg +13 -0
  818. package/svgs_raw/creditcard-filled.svg +13 -0
  819. package/svgs_raw/creditcard.svg +13 -0
  820. package/svgs_raw/cross-circle.svg +14 -0
  821. package/svgs_raw/cross.svg +12 -0
  822. package/svgs_raw/dashboard.svg +14 -0
  823. package/svgs_raw/decision.svg +14 -0
  824. package/svgs_raw/department.svg +3 -0
  825. package/svgs_raw/detail-view.svg +16 -0
  826. package/svgs_raw/discover-filled.svg +12 -0
  827. package/svgs_raw/discover.svg +13 -0
  828. package/svgs_raw/document-filled.svg +12 -0
  829. package/svgs_raw/document.svg +12 -0
  830. package/svgs_raw/documents.svg +13 -0
  831. package/svgs_raw/download.svg +14 -0
  832. package/svgs_raw/drag-handler.svg +14 -0
  833. package/svgs_raw/dropbox.svg +3 -0
  834. package/svgs_raw/edit-filled.svg +13 -0
  835. package/svgs_raw/edit.svg +13 -0
  836. package/svgs_raw/editor/add.svg +12 -0
  837. package/svgs_raw/editor/addon.svg +12 -0
  838. package/svgs_raw/editor/advanced.svg +12 -0
  839. package/svgs_raw/editor/align-center.svg +12 -0
  840. package/svgs_raw/editor/align-image-center.svg +1 -0
  841. package/svgs_raw/editor/align-image-left.svg +1 -0
  842. package/svgs_raw/editor/align-image-right.svg +1 -0
  843. package/svgs_raw/editor/align-left.svg +12 -0
  844. package/svgs_raw/editor/align-right.svg +12 -0
  845. package/svgs_raw/editor/attachment.svg +12 -0
  846. package/svgs_raw/editor/background-color.svg +10 -0
  847. package/svgs_raw/editor/bold.svg +12 -0
  848. package/svgs_raw/editor/bullet-list.svg +12 -0
  849. package/svgs_raw/editor/close.svg +12 -0
  850. package/svgs_raw/editor/code.svg +12 -0
  851. package/svgs_raw/editor/collapse.svg +9 -0
  852. package/svgs_raw/editor/date.svg +12 -0
  853. package/svgs_raw/editor/decision.svg +12 -0
  854. package/svgs_raw/editor/divider.svg +12 -0
  855. package/svgs_raw/editor/done.svg +12 -0
  856. package/svgs_raw/editor/edit.svg +12 -0
  857. package/svgs_raw/editor/emoji.svg +12 -0
  858. package/svgs_raw/editor/error.svg +12 -0
  859. package/svgs_raw/editor/expand.svg +9 -0
  860. package/svgs_raw/editor/feedback.svg +12 -0
  861. package/svgs_raw/editor/file-preview.svg +4 -0
  862. package/svgs_raw/editor/file.svg +12 -0
  863. package/svgs_raw/editor/help.svg +12 -0
  864. package/svgs_raw/editor/hint.svg +12 -0
  865. package/svgs_raw/editor/horizontal-rule.svg +10 -0
  866. package/svgs_raw/editor/image-border.svg +12 -0
  867. package/svgs_raw/editor/image-resize.svg +12 -0
  868. package/svgs_raw/editor/image.svg +12 -0
  869. package/svgs_raw/editor/indent.svg +12 -0
  870. package/svgs_raw/editor/info.svg +12 -0
  871. package/svgs_raw/editor/italic.svg +12 -0
  872. package/svgs_raw/editor/layout-single.svg +3 -0
  873. package/svgs_raw/editor/layout-three-equal.svg +10 -0
  874. package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
  875. package/svgs_raw/editor/layout-two-equal.svg +10 -0
  876. package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
  877. package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
  878. package/svgs_raw/editor/link.svg +12 -0
  879. package/svgs_raw/editor/media-center.svg +12 -0
  880. package/svgs_raw/editor/media-full-width.svg +12 -0
  881. package/svgs_raw/editor/media-wide.svg +12 -0
  882. package/svgs_raw/editor/media-wrap-left.svg +12 -0
  883. package/svgs_raw/editor/media-wrap-right.svg +12 -0
  884. package/svgs_raw/editor/mention.svg +12 -0
  885. package/svgs_raw/editor/more.svg +12 -0
  886. package/svgs_raw/editor/note.svg +12 -0
  887. package/svgs_raw/editor/number-list.svg +12 -0
  888. package/svgs_raw/editor/open.svg +12 -0
  889. package/svgs_raw/editor/outdent.svg +12 -0
  890. package/svgs_raw/editor/panel.svg +12 -0
  891. package/svgs_raw/editor/photo.svg +12 -0
  892. package/svgs_raw/editor/quote.svg +12 -0
  893. package/svgs_raw/editor/recent.svg +12 -0
  894. package/svgs_raw/editor/redo.svg +12 -0
  895. package/svgs_raw/editor/remove-emoji.svg +4 -0
  896. package/svgs_raw/editor/remove.svg +12 -0
  897. package/svgs_raw/editor/search.svg +12 -0
  898. package/svgs_raw/editor/settings.svg +9 -0
  899. package/svgs_raw/editor/strikethrough.svg +12 -0
  900. package/svgs_raw/editor/success.svg +12 -0
  901. package/svgs_raw/editor/table-display-options.svg +10 -0
  902. package/svgs_raw/editor/table.svg +12 -0
  903. package/svgs_raw/editor/task.svg +12 -0
  904. package/svgs_raw/editor/text-color.svg +12 -0
  905. package/svgs_raw/editor/text-style.svg +12 -0
  906. package/svgs_raw/editor/underline.svg +12 -0
  907. package/svgs_raw/editor/undo.svg +12 -0
  908. package/svgs_raw/editor/unlink.svg +12 -0
  909. package/svgs_raw/editor/warning.svg +12 -0
  910. package/svgs_raw/email.svg +13 -0
  911. package/svgs_raw/emoji/activity.svg +12 -0
  912. package/svgs_raw/emoji/atlassian.svg +15 -0
  913. package/svgs_raw/emoji/custom.svg +12 -0
  914. package/svgs_raw/emoji/emoji.svg +12 -0
  915. package/svgs_raw/emoji/flags.svg +12 -0
  916. package/svgs_raw/emoji/food.svg +12 -0
  917. package/svgs_raw/emoji/frequent.svg +12 -0
  918. package/svgs_raw/emoji/keyboard.svg +13 -0
  919. package/svgs_raw/emoji/nature.svg +12 -0
  920. package/svgs_raw/emoji/objects.svg +12 -0
  921. package/svgs_raw/emoji/people.svg +12 -0
  922. package/svgs_raw/emoji/productivity.svg +1 -0
  923. package/svgs_raw/emoji/symbols.svg +12 -0
  924. package/svgs_raw/emoji/travel.svg +12 -0
  925. package/svgs_raw/emoji-add.svg +12 -0
  926. package/svgs_raw/emoji.svg +12 -0
  927. package/svgs_raw/error.svg +14 -0
  928. package/svgs_raw/export.svg +12 -0
  929. package/svgs_raw/feedback.svg +15 -0
  930. package/svgs_raw/file.svg +14 -0
  931. package/svgs_raw/filter.svg +14 -0
  932. package/svgs_raw/flag-filled.svg +12 -0
  933. package/svgs_raw/folder-filled.svg +12 -0
  934. package/svgs_raw/folder.svg +12 -0
  935. package/svgs_raw/followers.svg +14 -0
  936. package/svgs_raw/following.svg +14 -0
  937. package/svgs_raw/googledrive.svg +12 -0
  938. package/svgs_raw/graph-bar.svg +15 -0
  939. package/svgs_raw/graph-line.svg +14 -0
  940. package/svgs_raw/gsuite.svg +12 -0
  941. package/svgs_raw/highlights.svg +13 -0
  942. package/svgs_raw/hipchat/audio-only.svg +13 -0
  943. package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
  944. package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
  945. package/svgs_raw/hipchat/chevron-down.svg +12 -0
  946. package/svgs_raw/hipchat/chevron-up.svg +12 -0
  947. package/svgs_raw/hipchat/dial-out.svg +12 -0
  948. package/svgs_raw/hipchat/lobby.svg +15 -0
  949. package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
  950. package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
  951. package/svgs_raw/hipchat/sd-video.svg +12 -0
  952. package/svgs_raw/home-circle.svg +9 -0
  953. package/svgs_raw/home.svg +9 -0
  954. package/svgs_raw/image-border.svg +16 -0
  955. package/svgs_raw/image-resize.svg +15 -0
  956. package/svgs_raw/image.svg +12 -0
  957. package/svgs_raw/info.svg +14 -0
  958. package/svgs_raw/invite-team.svg +15 -0
  959. package/svgs_raw/issue-raise.svg +14 -0
  960. package/svgs_raw/issue.svg +13 -0
  961. package/svgs_raw/issues.svg +15 -0
  962. package/svgs_raw/jira/capture.svg +12 -0
  963. package/svgs_raw/jira/failed-build-status.svg +14 -0
  964. package/svgs_raw/jira/labs.svg +14 -0
  965. package/svgs_raw/jira/test-session.svg +21 -0
  966. package/svgs_raw/label.svg +10 -0
  967. package/svgs_raw/lightbulb-filled.svg +12 -0
  968. package/svgs_raw/lightbulb.svg +12 -0
  969. package/svgs_raw/like.svg +10 -0
  970. package/svgs_raw/link-filled.svg +14 -0
  971. package/svgs_raw/link.svg +13 -0
  972. package/svgs_raw/list.svg +15 -0
  973. package/svgs_raw/location.svg +12 -0
  974. package/svgs_raw/lock-circle.svg +16 -0
  975. package/svgs_raw/lock-filled.svg +3 -0
  976. package/svgs_raw/lock.svg +13 -0
  977. package/svgs_raw/marketplace.svg +19 -0
  978. package/svgs_raw/media-services/actual-size.svg +10 -0
  979. package/svgs_raw/media-services/add-comment.svg +14 -0
  980. package/svgs_raw/media-services/annotate.svg +12 -0
  981. package/svgs_raw/media-services/arrow.svg +12 -0
  982. package/svgs_raw/media-services/audio.svg +13 -0
  983. package/svgs_raw/media-services/blur.svg +15 -0
  984. package/svgs_raw/media-services/brush.svg +12 -0
  985. package/svgs_raw/media-services/button-option.svg +12 -0
  986. package/svgs_raw/media-services/code.svg +13 -0
  987. package/svgs_raw/media-services/document.svg +15 -0
  988. package/svgs_raw/media-services/filter.svg +14 -0
  989. package/svgs_raw/media-services/fit-to-page.svg +10 -0
  990. package/svgs_raw/media-services/full-screen.svg +10 -0
  991. package/svgs_raw/media-services/grid.svg +15 -0
  992. package/svgs_raw/media-services/image.svg +15 -0
  993. package/svgs_raw/media-services/line-thickness.svg +12 -0
  994. package/svgs_raw/media-services/line.svg +12 -0
  995. package/svgs_raw/media-services/no-image.svg +12 -0
  996. package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
  997. package/svgs_raw/media-services/oval.svg +12 -0
  998. package/svgs_raw/media-services/pdf.svg +16 -0
  999. package/svgs_raw/media-services/preselected.svg +12 -0
  1000. package/svgs_raw/media-services/presentation.svg +15 -0
  1001. package/svgs_raw/media-services/rectangle.svg +12 -0
  1002. package/svgs_raw/media-services/scale-large.svg +14 -0
  1003. package/svgs_raw/media-services/scale-small.svg +14 -0
  1004. package/svgs_raw/media-services/spreadsheet.svg +18 -0
  1005. package/svgs_raw/media-services/text.svg +16 -0
  1006. package/svgs_raw/media-services/unknown.svg +13 -0
  1007. package/svgs_raw/media-services/video.svg +14 -0
  1008. package/svgs_raw/media-services/zip.svg +16 -0
  1009. package/svgs_raw/media-services/zoom-in.svg +10 -0
  1010. package/svgs_raw/media-services/zoom-out.svg +10 -0
  1011. package/svgs_raw/mention.svg +14 -0
  1012. package/svgs_raw/menu-expand.svg +9 -0
  1013. package/svgs_raw/menu.svg +14 -0
  1014. package/svgs_raw/mobile.svg +3 -0
  1015. package/svgs_raw/more-vertical.svg +14 -0
  1016. package/svgs_raw/more.svg +14 -0
  1017. package/svgs_raw/notification-all.svg +17 -0
  1018. package/svgs_raw/notification-direct.svg +13 -0
  1019. package/svgs_raw/notification.svg +13 -0
  1020. package/svgs_raw/office-building-filled.svg +22 -0
  1021. package/svgs_raw/office-building.svg +22 -0
  1022. package/svgs_raw/open.svg +13 -0
  1023. package/svgs_raw/overview.svg +12 -0
  1024. package/svgs_raw/page-filled.svg +15 -0
  1025. package/svgs_raw/page.svg +15 -0
  1026. package/svgs_raw/pdf.svg +16 -0
  1027. package/svgs_raw/people-group.svg +17 -0
  1028. package/svgs_raw/people.svg +15 -0
  1029. package/svgs_raw/person-circle.svg +14 -0
  1030. package/svgs_raw/person-with-circle.svg +9 -0
  1031. package/svgs_raw/person-with-cross.svg +9 -0
  1032. package/svgs_raw/person-with-tick.svg +9 -0
  1033. package/svgs_raw/person.svg +13 -0
  1034. package/svgs_raw/portfolio.svg +12 -0
  1035. package/svgs_raw/preferences.svg +17 -0
  1036. package/svgs_raw/premium.svg +3 -0
  1037. package/svgs_raw/presence-active.svg +12 -0
  1038. package/svgs_raw/presence-busy.svg +13 -0
  1039. package/svgs_raw/presence-unavailable.svg +13 -0
  1040. package/svgs_raw/question-circle.svg +14 -0
  1041. package/svgs_raw/question.svg +14 -0
  1042. package/svgs_raw/questions.svg +12 -0
  1043. package/svgs_raw/queues.svg +12 -0
  1044. package/svgs_raw/quote.svg +12 -0
  1045. package/svgs_raw/radio.svg +13 -0
  1046. package/svgs_raw/recent.svg +12 -0
  1047. package/svgs_raw/redo.svg +13 -0
  1048. package/svgs_raw/refresh.svg +15 -0
  1049. package/svgs_raw/retry.svg +11 -0
  1050. package/svgs_raw/roadmap.svg +10 -0
  1051. package/svgs_raw/room-menu.svg +16 -0
  1052. package/svgs_raw/schedule-filled.svg +15 -0
  1053. package/svgs_raw/schedule.svg +16 -0
  1054. package/svgs_raw/screen.svg +14 -0
  1055. package/svgs_raw/search.svg +12 -0
  1056. package/svgs_raw/select-clear.svg +12 -0
  1057. package/svgs_raw/send.svg +13 -0
  1058. package/svgs_raw/settings.svg +12 -0
  1059. package/svgs_raw/share.svg +16 -0
  1060. package/svgs_raw/ship.svg +14 -0
  1061. package/svgs_raw/shortcut.svg +14 -0
  1062. package/svgs_raw/sign-in.svg +14 -0
  1063. package/svgs_raw/sign-out.svg +14 -0
  1064. package/svgs_raw/sprint.svg +9 -0
  1065. package/svgs_raw/star-filled.svg +10 -0
  1066. package/svgs_raw/star-large.svg +10 -0
  1067. package/svgs_raw/star.svg +12 -0
  1068. package/svgs_raw/status.svg +9 -0
  1069. package/svgs_raw/stopwatch.svg +9 -0
  1070. package/svgs_raw/subtask.svg +13 -0
  1071. package/svgs_raw/suitcase.svg +3 -0
  1072. package/svgs_raw/switcher.svg +13 -0
  1073. package/svgs_raw/table.svg +15 -0
  1074. package/svgs_raw/task.svg +13 -0
  1075. package/svgs_raw/teams.svg +3 -0
  1076. package/svgs_raw/trash.svg +14 -0
  1077. package/svgs_raw/tray.svg +15 -0
  1078. package/svgs_raw/undo.svg +13 -0
  1079. package/svgs_raw/unlink.svg +17 -0
  1080. package/svgs_raw/unlock-circle.svg +16 -0
  1081. package/svgs_raw/unlock-filled.svg +13 -0
  1082. package/svgs_raw/unlock.svg +14 -0
  1083. package/svgs_raw/upload.svg +14 -0
  1084. package/svgs_raw/user-avatar-circle.svg +14 -0
  1085. package/svgs_raw/vid-audio-muted.svg +10 -0
  1086. package/svgs_raw/vid-audio-on.svg +13 -0
  1087. package/svgs_raw/vid-backward.svg +3 -0
  1088. package/svgs_raw/vid-camera-off.svg +10 -0
  1089. package/svgs_raw/vid-camera-on.svg +10 -0
  1090. package/svgs_raw/vid-connection-circle.svg +15 -0
  1091. package/svgs_raw/vid-forward.svg +10 -0
  1092. package/svgs_raw/vid-full-screen-off.svg +15 -0
  1093. package/svgs_raw/vid-full-screen-on.svg +10 -0
  1094. package/svgs_raw/vid-hang-up.svg +12 -0
  1095. package/svgs_raw/vid-hd-circle.svg +13 -0
  1096. package/svgs_raw/vid-pause.svg +10 -0
  1097. package/svgs_raw/vid-play.svg +10 -0
  1098. package/svgs_raw/vid-raised-hand.svg +14 -0
  1099. package/svgs_raw/vid-share-screen.svg +16 -0
  1100. package/svgs_raw/vid-speaking-circle.svg +14 -0
  1101. package/svgs_raw/vid-volume-full.svg +10 -0
  1102. package/svgs_raw/vid-volume-half.svg +10 -0
  1103. package/svgs_raw/vid-volume-muted.svg +10 -0
  1104. package/svgs_raw/video-circle.svg +14 -0
  1105. package/svgs_raw/video-filled.svg +13 -0
  1106. package/svgs_raw/warning.svg +14 -0
  1107. package/svgs_raw/watch-filled.svg +13 -0
  1108. package/svgs_raw/watch.svg +13 -0
  1109. package/svgs_raw/world-small.svg +12 -0
  1110. package/svgs_raw/world.svg +12 -0
@@ -0,0 +1,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/unlock</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/unlock" fill-rule="nonzero" fill="#42526E">
9
+ <path d="M5,11.0085302 C5,9.8992496 5.89706013,9 7.00585866,9 L16.9941413,9 C18.1019465,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 Z M7,11 L7,19 L17,19 L17,11 L7,11 Z" id="Combined-Shape"></path>
10
+ <circle id="Oval-7" cx="12" cy="15" r="2"></circle>
11
+ <path d="M8,6.25118474 L8,6.00236948 C8,3.79192185 9.79535615,2 12,2 C14.209139,2 16,3.79182182 16,6.00236948 L16,6.5 L14,6.5 L14,6.00236948 C14,4.89616855 13.1043465,4 12,4 C10.8982909,4 10,4.89812584 10,6.00236948 L10,6.25118474 L10,6.5 L10,11 L8,11 L8,6.25118474 Z M14,6.5 L16,6.5 C16,7.05228475 15.5522847,7.5 15,7.5 C14.4477153,7.5 14,7.05228475 14,6.5 Z" id="Combined-Shape"></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/upload</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/upload" fill="#42526E">
9
+ <path d="M11.208,9.32 L9.29,11.253 C8.903,11.642 8.903,12.273 9.29,12.662 C9.676,13.051 10.301,13.051 10.687,12.662 L11.977,11.361 L13.313,12.708 C13.699,13.097 14.324,13.098 14.71,12.709 C15.096,12.32 15.096,11.69 14.711,11.301 L12.746,9.321 C12.534,9.107 12.255,9 11.977,9 C11.699,9 11.421,9.107 11.208,9.32 Z" id="Clip-2"></path>
10
+ <path d="M11,10.007 L11.001,19.993 C11.001,20.55 11.449,21.001 12.001,21 C12.554,21 13.001,20.55 13.001,19.993 L13,10.006 C13,9.451 12.552,9 12,9 C11.448,9 10.999,9.451 11,10.007 Z" id="Clip-5"></path>
11
+ <path d="M7.938,5.481 C7.682,5.439 7.422,5.418 7.161,5.418 C4.356,5.419 2,7.62 2,10.499 C2,13.408 4.385,16 7.1,16 L9.981,16 L9.981,14.007 L7.1,14.007 C5.443,14.007 3.985,12.344 3.985,10.499 C3.985,8.721 5.454,7.412 7.089,7.412 L7.101,7.412 C7.49,7.412 7.787,7.463 8.071,7.562 L8.241,7.625 C8.846,7.873 9.116,7.379 9.116,7.379 L9.266,7.112 C9.996,5.765 11.467,5.016 12.982,4.993 C15.064,5.027 16.779,6.541 17.051,8.637 L17.097,8.977 C17.097,8.977 17.168,9.502 17.762,9.502 C17.775,9.502 17.774,9.507 17.785,9.507 L18.039,9.507 C19.175,9.507 20.015,10.466 20.015,11.665 C20.015,12.872 19.028,14.007 17.945,14.007 L13.981,14.007 L13.981,16 L17.945,16 C20.105,16 22,13.955 22,11.665 C22,9.666 20.688,8.002 18.862,7.591 C18.155,4.884 15.809,3.039 12.976,3 C11.001,3.021 9.075,3.901 7.938,5.481 Z" id="Clip-8"></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/user-avatar-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/user-avatar-circle">
9
+ <circle id="Oval-2" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <circle id="Oval-2" fill="#79F2C0" cx="12" cy="9" r="3"></circle>
11
+ <path d="M7,18.245371 C8.36959794,19.3432817 10.1081066,20 12,20 C13.8918934,20 15.6304021,19.3432817 17,18.245371 L17,15.000312 C17,13.8854554 16.1047419,13 15.000385,13 L8.99961498,13 C7.88743329,13 7,13.8953341 7,14.9997846 C7,14.9997846 7,16.9111842 7,18.245371 Z" id="Oval-10" fill="#79F2C0" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>audio-muted-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="audio-muted-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M13.2931282,14.7073418 C12.901303,14.8949366 12.4626686,15 12,15 C10.3431458,15 9,13.6583772 9,12.002848 L9,10.4142136 L8,9.41421356 L8,12.0062606 C8,14.2046639 9.79487533,16 12,16 C12.7410588,16 13.4357088,15.7977822 14.0314746,15.4456881 L13.2931282,14.7073418 Z M15.4759912,16.8902047 C14.7527616,17.4050782 13.9108116,17.7637329 13,17.9168469 L13,19.9906311 C13,20.5480902 12.5561352,21 12,21 C11.4477153,21 11,20.5566468 11,19.9906311 L11,17.9168068 C8.16228666,17.4394632 6,14.9660226 6,12.0062606 L6,9 C6,8.5711909 6.26990055,8.20542045 6.64908837,8.06330193 L3.70529824,5.1195118 C3.31577278,4.72998634 3.31385983,4.10035374 3.70710678,3.70710678 C4.09763107,3.31658249 4.72745225,3.31323869 5.1195118,3.70529824 L20.1231289,18.7089153 C20.5126543,19.0984408 20.5145673,19.7280734 20.1213203,20.1213203 C19.7307961,20.5118446 19.1009749,20.5151884 18.7089153,20.1231289 L15.4759912,16.8902047 Z M9.18566148,4.95783796 C9.60943657,3.8148318 10.711518,3 12,3 C13.6568542,3 15,4.34162278 15,5.99715203 L15,10.7721765 L9.18566148,4.95783796 Z M17.7942616,13.5664381 L16,11.7721765 L16,9 C16,8.44771525 16.4477153,8 17,8 C17.5522847,8 18,8.44771525 18,9 L18,12.0062606 C18,12.5459506 17.9284172,13.0689808 17.7942616,13.5664381 Z" id="Combined-Shape" fill="#42526E" fill-rule="nonzero"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/vid-audio-on</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/vid-audio-on" fill="#42526E">
9
+ <rect id="Rectangle-3" x="9" y="3" width="6" height="12" rx="3"></rect>
10
+ <path d="M13,17.9168469 C15.8331395,17.4405758 18,14.9755699 18,12.0062606 L18,10.5031303 L18,9 C18,8.44771525 17.5522847,8 17,8 C16.4477153,8 16,8.44771525 16,9 L16,12.0062606 C16,14.2088018 14.205539,16 12,16 C9.79487533,16 8,14.2046639 8,12.0062606 L8,9 C8,8.44771525 7.55228475,8 7,8 C6.44771525,8 6,8.44771525 6,9 L6,10.5031303 L6,12.0062606 C6,14.9660226 8.16228666,17.4394632 11,17.9168068 L11,19.9906311 C11,20.5566468 11.4477153,21 12,21 C12.5561352,21 13,20.5480902 13,19.9906311 L13,17.9168469 Z" id="Combined-Shape" fill-rule="nonzero"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
2
+ <path fill="#42526E" fill-rule="evenodd" d="M13.0198754,13.8570943 L19.2928754,17.7150943 C20.2298754,18.2920943 20.9898754,17.8700943 20.9898754,16.7600943 L20.9898754,7.21209428 C20.9898754,6.10909428 20.2328754,5.67909428 19.2928754,6.25709428 L13.0198754,10.1150943 L13.0198754,7.21209428 C13.0198754,6.10909428 12.2628754,5.67909428 11.3228754,6.25709428 L3.70387545,10.9430943 C2.76687545,11.5190943 2.76387545,12.4520943 3.70387545,13.0300943 L11.3228754,17.7150943 C12.2598754,18.2920943 13.0198754,17.8700943 13.0198754,16.7600943 L13.0198754,13.8570943 Z"/>
3
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>camera-off-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="camera-off-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M5.58578644,7 L3.70529824,5.1195118 C3.31577278,4.72998634 3.31385983,4.10035374 3.70710678,3.70710678 C4.09763107,3.31658249 4.72745225,3.31323869 5.1195118,3.70529824 L20.1231289,18.7089153 C20.5126543,19.0984408 20.5145673,19.7280734 20.1213203,20.1213203 C19.7307961,20.5118446 19.1009749,20.5151884 18.7089153,20.1231289 L15.2544939,16.6687075 C14.9449244,16.8768039 14.5606256,17 14.1441827,17 L4.85581727,17 C3.83047823,17 3,16.2531709 3,15.3311081 L3,8.66889186 C3,7.74682911 3.83047823,7 4.85581727,7 L5.58578644,7 Z M20.208539,15.9943253 L17.0646432,12.8504295 L17.0646432,9.49924812 L19.6779132,8.0887218 C19.8147119,8.02781955 19.9587104,8 20.099109,8 C20.5707043,8 21,8.31578947 21,8.75263158 L21,15.2473684 C21,15.6501266 20.6350811,15.9499852 20.208539,15.9943253 Z M11.2142138,7 L14.1441827,7 C15.1695218,7 16,7.74682911 16,8.66889186 L16,11.7857862 L11.2142138,7 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>camera-on-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="camera-on-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M19.6779132,8.0887218 C19.8147119,8.02781955 19.9587104,8 20.099109,8 C20.5707043,8 21,8.31578947 21,8.75263158 L21,15.2473684 C21,15.6842105 20.5707043,16 20.099109,16 C19.9587104,16 19.8138119,15.9721805 19.6761132,15.9105263 L17.0646432,14.493985 L17.0646432,9.49924812 L19.6779132,8.0887218 Z M4.85581727,7 L14.1441827,7 C15.1695218,7 16,7.74682911 16,8.66889186 L16,15.3311081 C16,16.2531709 15.1695218,17 14.1441827,17 L4.85581727,17 C3.83047823,17 3,16.2531709 3,15.3311081 L3,8.66889186 C3,7.74682911 3.83047823,7 4.85581727,7 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </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/vid-connection-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/vid-connection-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <rect id="Rectangle-23" fill="#79F2C0" x="14" y="8" width="2" height="8" rx="1"></rect>
11
+ <rect id="Rectangle-23-Copy" fill="#79F2C0" x="11" y="10" width="2" height="6" rx="1"></rect>
12
+ <rect id="Rectangle-23-Copy-2" fill="#79F2C0" x="8" y="13" width="2" height="3" rx="1"></rect>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>forward-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="forward-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M10.9701483,13.870467 L4.69659441,17.7284625 C3.75959119,18.3046836 3,17.8830951 3,16.7732307 L3,7.22564027 C3,6.12185926 3.7569451,5.69256021 4.69659441,6.27040855 L10.9701483,10.128404 L10.9701483,7.22564027 C10.9701483,6.12185926 11.7270934,5.69256021 12.6667427,6.27040855 L20.2862194,10.9560949 C21.2232226,11.532316 21.2258687,12.4649278 20.2862194,13.0427761 L12.6667427,17.7284625 C11.7297395,18.3046836 10.9701483,17.8830951 10.9701483,16.7732307 L10.9701483,13.870467 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </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/vid-full-screen-off</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/vid-full-screen-off" fill="#42526E">
9
+ <path d="M9,15.0033389 L9,17.9983306 C9,18.5515373 9.44771525,19 10,19 C10.5522847,19 11,18.5515373 11,17.9983306 L11,14.1018364 C11,13.4935378 10.5072847,13 9.9,13 L6,13 C5.44771525,13 5,13.4484627 5,14.0016694 C5,14.5548762 5.44771525,15.0033389 6,15.0033389 L9,15.0033389 Z" id="Stroke-1" fill-rule="nonzero"></path>
10
+ <path d="M3.73953885,20.2943305 C4.12926937,20.684061 4.76135961,20.6838488 5.14668591,20.2985225 L10.2985225,15.1466859 C10.6859378,14.7592706 10.6792614,14.1244698 10.2943305,13.7395388 L10.2604612,13.7056695 C9.87073063,13.315939 9.23864039,13.3161512 8.85331409,13.7014775 L3.70147752,18.8533141 C3.31406219,19.2407294 3.32073858,19.8755302 3.70566953,20.2604612 L3.73953885,20.2943305 Z" id="Line" fill-rule="nonzero"></path>
11
+ <path d="M19.0668824,3.32115966 L13.3211304,9.06634908 C12.8883306,9.4990225 12.8961388,10.2071349 13.3255923,10.636463 L13.3624025,10.6732625 C13.7974333,11.1081662 14.5035216,11.1081662 14.932975,10.677723 L20.6798425,4.93364877 C21.1115268,4.50097534 21.1037186,3.7928629 20.6742652,3.36353489 L20.6374549,3.32673535 C20.4188241,3.10928349 20.1332654,3 19.8477068,3 C19.5643791,3 19.2810514,3.10816836 19.0668824,3.32115966 Z" id="Clip-5"></path>
12
+ <path d="M13,6.002 L13,9.898 C13,10.506 13.493,11 14.1,11 L18,11 C18.553,11 19,10.551 19,9.998 C19,9.445 18.553,8.997 18,8.997 L15,8.997 L15,6.002 C15,5.448 14.552,5 14,5 C13.448,5 13,5.448 13,6.002 Z" id="Clip-2"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>full-screen-on-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="full-screen-on-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M6,18 L9,18 C9.55228475,18 10,18.4477153 10,19 C10,19.5522847 9.55228475,20 9,20 L6,20 C4.8954305,20 4,19.1045695 4,18 L4,15 C4,14.4477153 4.44771525,14 5,14 C5.55228475,14 6,14.4477153 6,15 L6,18 Z M18,20 L15,20 C14.4477153,20 14,19.5522847 14,19 C14,18.4477153 14.4477153,18 15,18 L18,18 L18,15 C18,14.4477153 18.4477153,14 19,14 C19.5522847,14 20,14.4477153 20,15 L20,18 C20,19.1045695 19.1045695,20 18,20 Z M6,4 L9,4 C9.55228475,4 10,4.44771525 10,5 C10,5.55228475 9.55228475,6 9,6 L6,6 L6,9 C6,9.55228475 5.55228475,10 5,10 C4.44771525,10 4,9.55228475 4,9 L4,6 C4,4.8954305 4.8954305,4 6,4 Z M18,6 L15,6 C14.4477153,6 14,5.55228475 14,5 C14,4.44771525 14.4477153,4 15,4 L18,4 C19.1045695,4 20,4.8954305 20,6 L20,9 C20,9.55228475 19.5522847,10 19,10 C18.4477153,10 18,9.55228475 18,9 L18,6 Z" id="Combined-Shape-Copy" fill="#42526E"></path>
9
+ </g>
10
+ </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/vid-hang-up</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/vid-hang-up" fill="#42526E">
9
+ <path d="M5.46746887,14.9499594 L8.07819015,14.29376 C8.07819015,14.29376 8.71851889,14.0566424 8.73034703,13.3160833 L8.72090952,12.1039909 C8.72090952,12.1039909 8.75834705,11.6325898 9.35722263,11.546747 C11.1245837,11.2199982 12.7751478,11.2075168 14.5394777,11.546747 C15.2279627,11.6784627 15.1745251,12.1036972 15.1745251,12.1036972 L15.1823689,12.9925062 C15.1945252,13.7335059 15.8342133,13.9701829 15.8342133,13.9701829 L18.4270283,14.9516041 C19.653592,15.3220965 20.2948738,13.4786354 19.8678266,12.378259 C18.8759819,9.82069927 15.8713227,9.3837469 13.5855705,9.08422227 C12.5007726,8.94137613 11.2950058,9.00708712 10.3118017,9.08467748 C8.59259689,9.22075429 5.14171855,9.79710205 4.14746759,12.353443 C3.7201078,13.4542746 4.2401083,15.3197031 5.46746887,14.9499594 L5.46746887,14.9499594 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/vid-hd-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/vid-hd-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M11.3588255,15 L11.3588255,9.00415512 L9.85933766,9.00415512 L9.85933766,11.3559557 L7.50358484,11.3559557 L7.50358484,9.00415512 L6,9.00415512 L6,15 L7.50358484,15 L7.50358484,12.5817175 L9.85933766,12.5817175 L9.85933766,15 L11.3588255,15 Z M12.7517924,9 L12.7517924,15 L15.234551,15 C17.0126323,15 18,13.9113573 18,11.9418283 C18,10.067867 16.9962445,9 15.234551,9 L12.7517924,9 Z M14.2553773,10.2257618 L14.9641516,10.2257618 C15.9105497,10.2257618 16.4677364,10.8531856 16.4677364,11.9709141 C16.4677364,13.1592798 15.9392284,13.7742382 14.9641516,13.7742382 L14.2553773,13.7742382 L14.2553773,10.2257618 Z" id="HD" fill="#79F2C0"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>pause-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="pause-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M6,4 L8,4 C8.55228475,4 9,4.44771525 9,5 L9,19 C9,19.5522847 8.55228475,20 8,20 L6,20 C5.44771525,20 5,19.5522847 5,19 L5,5 C5,4.44771525 5.44771525,4 6,4 Z M16,4 L18,4 C18.5522847,4 19,4.44771525 19,5 L19,19 C19,19.5522847 18.5522847,20 18,20 L16,20 C15.4477153,20 15,19.5522847 15,19 L15,5 C15,4.44771525 15.4477153,4 16,4 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>play-updated</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="play-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M8.59498513,19.5222317 C7.16181442,20.3640705 6,19.7014713 6,18.0387151 L6,5.9625234 C6,4.30136105 7.15750265,3.63463536 8.59498513,4.47900686 L19.6782471,10.9892709 C20.6291426,11.5478232 20.6363076,12.4492067 19.6782471,13.0119676 L8.59498513,19.5222317 Z" id="Triangle-Copy" fill="#42526E"></path>
9
+ </g>
10
+ </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/vid-raised-hand</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/vid-raised-hand" fill="#42526E">
9
+ <path d="M11,3 C8.790861,3 7,4.790861 7,7 C7,9.209139 8.790861,11 11,11 C13.209139,11 15,9.209139 15,7 C15,4.790861 13.209139,3 11,3" id="Fill-3"></path>
10
+ <path d="M14,12 L8,12 C6.34314575,12 5,13.3431458 5,15 L5,18.7 C6.6264701,20.1506041 8.72087797,20.9670682 10.9,21 C13.1627359,20.9952621 15.3406617,20.1383733 17,18.6 L17,15 C17,13.3431458 15.6568542,12 14,12" id="Fill-5"></path>
11
+ <path d="M16.6006702,10.5991063 C16.2689292,11.0414277 16.3550919,11.6663189 16.8,12 L16.8,12 C17.2418278,12.3313708 17.8728302,12.2362264 18.2018955,11.7974726 L20.1981045,9.1358607 C20.5305222,8.69263707 20.8,7.8859119 20.8,7.32828776 L20.8,5.00504557 C20.8,4.44997423 20.3561352,4 19.8,4 L19.8,4 C19.2477153,4 18.8,4.44960531 18.8,5.00193278 L18.8,7.66666667 L16.6006702,10.5991063 Z" id="Path-2" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/vid-share-screen</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/vid-share-screen" fill="#42526E">
9
+ <path d="M13,4 L4.99508929,4 C3.8926228,4 3,4.8992496 3,6.0085302 L3,13.9914698 C3,15.0980496 3.8932319,16 4.99508929,16 L19.0049107,16 C20.1073772,16 21,15.1007504 21,13.9914698 L21,7.5 L21,11 L19,11 L19,14 L5,14 L5,6 L13,6 L13,4 Z" id="Combined-Shape" fill-rule="nonzero"></path>
10
+ <rect id="Rectangle-11-Copy" x="10" y="17" width="4" height="3"></rect>
11
+ <path d="M9,20 C9,19.4477153 9.45097518,19 9.99077797,19 L14.009222,19 C14.5564136,19 15,19.4438648 15,20 L15,21 L9,21 L9,20 Z" id="Rectangle-11-Copy-2"></path>
12
+ <path d="M19,5 L19,8 C19,8.55228475 19.4477153,9 20,9 C20.5522847,9 21,8.55228475 21,8 L21,4 C21,3.44771525 20.5522847,3 20,3 L16,3 C15.4477153,3 15,3.44771525 15,4 C15,4.55228475 15.4477153,5 16,5 L19,5 Z" id="Rectangle-7-Copy" fill-rule="nonzero"></path>
13
+ <path d="M19,3.58578644 L12.2928932,10.2928932 C11.9023689,10.6834175 11.9023689,11.3165825 12.2928932,11.7071068 C12.6834175,12.0976311 13.3165825,12.0976311 13.7071068,11.7071068 L20.4142136,5 L19,5 L19,3.58578644 Z" id="Combined-Shape" fill-rule="nonzero"></path>
14
+ </g>
15
+ </g>
16
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/vid-speaking-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/vid-speaking-circle">
9
+ <path d="M2,12 C2,17.5233333 6.47666667,22 12,22 C17.5233333,22 22,17.5233333 22,12 C22,6.47666667 17.5233333,2 12,2 C6.47666667,2 2,6.47666667 2,12 Z" id="Fill-3" fill="#42526E"></path>
10
+ <path d="M12.2286004,7.65184655 C12.2682567,7.70015802 12.3527489,7.81264868 12.4672787,7.98240469 C12.6651749,8.27572625 12.8645263,8.61329919 13.0508413,8.98780903 C14.1891558,11.2759231 14.2937399,13.6360535 12.735268,15.8516214 C12.6188676,16.0170996 12.4932295,16.1813795 12.3581276,16.3444155 C11.9961337,16.7812565 12.0660373,17.4213873 12.5142616,17.7741878 C12.9624859,18.1269883 13.6192975,18.05886 13.9812914,17.6220191 C14.150503,17.4178207 14.3087415,17.2109137 14.4561194,17.001397 C16.500771,14.0946622 16.3629563,10.9846233 14.9282176,8.10066988 C14.5362019,7.31268325 14.1396956,6.72498175 13.8578133,6.38157743 C13.4978975,5.94310851 12.8414164,5.87201866 12.3915217,6.22279379 C11.941627,6.57356892 11.8686846,7.21337764 12.2286004,7.65184655 Z" id="Stroke-1" fill="#79F2C0" fill-rule="nonzero"></path>
11
+ <path d="M9.21349786,9.61887034 C9.29296007,9.7202032 9.43869156,9.94942853 9.58988508,10.2772647 C10.197767,11.5953481 10.197767,12.9973525 9.18589361,14.4180545 C8.86600524,14.8671879 8.96906699,15.4918282 9.41608847,15.8132278 C9.86310994,16.1346274 10.4848132,16.0310788 10.8047016,15.5819455 C12.2810731,13.5090735 12.2810731,11.3555223 11.3960081,9.43641682 C11.1739648,8.95495573 10.9464596,8.59710607 10.7770973,8.38112966 C10.4369118,7.94731377 9.81111328,7.87271419 9.37933721,8.21450684 C8.94756114,8.55629949 8.87331233,9.18505444 9.21349786,9.61887034 Z" id="Stroke-3" fill="#79F2C0" fill-rule="nonzero"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>volume-full-new</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="volume-full-new" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M8.12118967,8.02449395 L13.1942762,4.1043816 C13.4127836,3.93553503 13.7267959,3.97579303 13.8956425,4.19430035 C13.9632977,4.28185415 14,4.38937648 14,4.5000241 L14,19.4635297 C14,19.739672 13.7761424,19.9635297 13.5,19.9635297 C13.3893524,19.9635297 13.28183,19.9268274 13.1942762,19.8591722 L8.2317515,16.024494 L6.67760106,16.024494 C6.6655403,16.024494 6.65352946,16.0242775 6.64157212,16.0238482 C6.62941104,16.0242775 6.61719019,16.024494 6.60491305,16.024494 L3.99897518,16.024494 C3.44725642,16.024494 3,15.5714576 3,15.0274638 L3,9.02152409 C3,8.47087955 3.44144016,8.02449395 3.99897518,8.02449395 L6.60491305,8.02449395 C6.61697381,8.02449395 6.62898465,8.02471045 6.64094199,8.02513965 C6.65310307,8.0247104 6.66532392,8.02449395 6.67760106,8.02449395 L8.12118967,8.02449395 Z M16.5755568,7.30859536 C16.203892,7.1071776 16.0542165,6.61942594 16.2412473,6.21917155 C16.4282781,5.81891715 16.8811903,5.65772821 17.2528551,5.85914597 C19.7202923,7.19633388 21,9.26868124 21,11.9803794 C21,14.6893996 19.7232648,16.7751936 17.2599295,18.1453899 C16.8902567,18.3510153 16.435792,18.1949764 16.2448542,17.7968673 C16.0539163,17.3987581 16.1988096,16.9093346 16.5684823,16.7037092 C18.5483878,15.602414 19.4932729,14.0587613 19.4932729,11.9803794 C19.4932729,9.9046754 18.5513603,8.3793503 16.5755568,7.30859536 Z M15.5467867,10.5538536 C15.1751219,10.3524359 15.0254465,9.86468422 15.2124773,9.46442983 C15.399508,9.06417543 15.8524203,8.90298648 16.2240851,9.10440424 C17.3566523,9.71818082 17.968925,10.7096898 17.968925,11.9831225 C17.968925,13.2538773 17.3596248,14.2492871 16.2311595,14.8769804 C15.8614867,15.0826058 15.407022,14.9265668 15.2160841,14.5284577 C15.0251463,14.1303485 15.1700395,13.640925 15.5397123,13.4352996 C16.1847478,13.0765075 16.4621979,12.623239 16.4621979,11.9831225 C16.4621979,11.345684 16.1877202,10.9011972 15.5467867,10.5538536 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>volume-half-new</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="volume-half-new" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M8.12118967,8.02449395 L13.1942762,4.1043816 C13.4127836,3.93553503 13.7267959,3.97579303 13.8956425,4.19430035 C13.9632977,4.28185415 14,4.38937648 14,4.5000241 L14,19.4635297 C14,19.739672 13.7761424,19.9635297 13.5,19.9635297 C13.3893524,19.9635297 13.28183,19.9268274 13.1942762,19.8591722 L8.2317515,16.024494 L6.67760106,16.024494 C6.6655403,16.024494 6.65352946,16.0242775 6.64157212,16.0238482 C6.62941104,16.0242775 6.61719019,16.024494 6.60491305,16.024494 L3.99897518,16.024494 C3.44725642,16.024494 3,15.5714576 3,15.0274638 L3,9.02152409 C3,8.47087955 3.44144016,8.02449395 3.99897518,8.02449395 L6.60491305,8.02449395 C6.61697381,8.02449395 6.62898465,8.02471045 6.64094199,8.02513965 C6.65310307,8.0247104 6.66532392,8.02449395 6.67760106,8.02449395 L8.12118967,8.02449395 Z M15.5467867,10.5538536 C15.1751219,10.3524359 15.0254465,9.86468422 15.2124773,9.46442983 C15.399508,9.06417543 15.8524203,8.90298648 16.2240851,9.10440424 C17.3566523,9.71818082 17.968925,10.7096898 17.968925,11.9831225 C17.968925,13.2538773 17.3596248,14.2492871 16.2311595,14.8769804 C15.8614867,15.0826058 15.407022,14.9265668 15.2160841,14.5284577 C15.0251463,14.1303485 15.1700395,13.640925 15.5397123,13.4352996 C16.1847478,13.0765075 16.4621979,12.623239 16.4621979,11.9831225 C16.4621979,11.345684 16.1877202,10.9011972 15.5467867,10.5538536 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
+ <title>volume-muted-new</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="volume-muted-new" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <path d="M14,16.0014832 L14,20.0507993 C14,20.3269416 13.7761424,20.5507993 13.5,20.5507993 C13.3893524,20.5507993 13.28183,20.514097 13.1942762,20.4464418 L8.2317515,16.6117636 L6.67760106,16.6117636 C6.6655403,16.6117636 6.65352946,16.6115471 6.64157212,16.6111179 C6.62941104,16.6115471 6.61719019,16.6117636 6.60491305,16.6117636 L3.99897518,16.6117636 C3.44725642,16.6117636 3,16.1587273 3,15.6147334 L3,9.6087937 C3,9.05814916 3.44144016,8.61176356 3.99897518,8.61176356 L6.60491305,8.61176356 C6.60670807,8.61176356 6.60850197,8.61176836 6.61029476,8.61177794 L3.70529824,5.70678141 C3.31577278,5.31725595 3.31385983,4.68762335 3.70710678,4.29437639 C4.09763107,3.9038521 4.72745225,3.9005083 5.1195118,4.29256785 L20.1231289,19.2961849 C20.5126543,19.6857104 20.5145673,20.315343 20.1213203,20.70859 C19.7307961,21.0991142 19.1009749,21.1024581 18.7089153,20.7103985 L14,16.0014832 Z M19.8289988,16.4959133 L18.7171688,15.3844324 C19.2387715,14.5809238 19.4932729,13.6463001 19.4932729,12.567649 C19.4932729,10.491945 18.5513603,8.96661991 16.5755568,7.89586497 C16.203892,7.69444721 16.0542165,7.20669556 16.2412473,6.80644116 C16.4282781,6.40618676 16.8811903,6.24499782 17.2528551,6.44641558 C19.7202923,7.78360349 21,9.85595085 21,12.567649 C21,14.0754458 20.6044859,15.3901762 19.8289988,16.4959133 Z M17.5483684,14.2159992 L16.3957018,13.0636945 C16.4406814,12.9124207 16.4621979,12.7486515 16.4621979,12.5703921 C16.4621979,11.9329536 16.1877202,11.4884669 15.5467867,11.1411232 C15.1751219,10.9397055 15.0254465,10.4519538 15.2124773,10.0516994 C15.399508,9.65144504 15.8524203,9.4902561 16.2240851,9.69167386 C17.3566523,10.3054504 17.968925,11.2969594 17.968925,12.5703921 C17.968925,13.1873558 17.825301,13.7394153 17.5483684,14.2159992 Z M14,10.6687451 L10.2764334,6.94634794 L13.1942762,4.69165121 C13.4127836,4.52280464 13.7267959,4.56306264 13.8956425,4.78156996 C13.9632977,4.86912376 14,4.97664609 14,5.08729371 L14,10.6687451 Z" id="Combined-Shape" fill="#42526E"></path>
9
+ </g>
10
+ </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/video-circle</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="icons/video-circle">
9
+ <circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
10
+ <path d="M17.37,14.9536722 L15,13.8070073 L15,10.1937696 L17.37,9.04632777 C17.6554286,8.90804433 18,9.09604766 18,9.38892889 L18,14.6110711 C18,14.9039523 17.6554286,15.0919557 17.37,14.9536722" id="Fill-11" fill="#79F2C0"></path>
11
+ <rect id="Rectangle-3" fill="#79F2C0" x="6" y="9" width="8" height="6" rx="1"></rect>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/video-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/video-filled" fill="#42526E">
9
+ <path d="M17.37,14.9536722 L15,13.8070073 L15,10.1937696 L17.37,9.04632777 C17.6554286,8.90804433 18,9.09604766 18,9.38892889 L18,14.6110711 C18,14.9039523 17.6554286,15.0919557 17.37,14.9536722" id="Fill-11"></path>
10
+ <rect id="Rectangle-3" x="6" y="9" width="8" height="6" rx="1"></rect>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/warning</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/warning">
9
+ <path d="M12.9376881,4.96728867 C12.4198173,3.98908818 11.5779827,3.99324377 11.0623119,4.96728867 L3.93768812,18.4249113 C3.41981727,19.4031118 3.8926228,20.1961 4.99508929,20.1961 L19.0049107,20.1961 C20.1067681,20.1961 20.5779827,19.3989562 20.0623119,18.4249113 L12.9376881,4.96728867 Z" id="Combined-Shape" fill="#42526E"></path>
10
+ <path d="M12,15 L12,15 C11.448,15 11,14.552 11,14 L11,9 C11,8.448 11.448,8 12,8 L12,8 C12.552,8 13,8.448 13,9 L13,14 C13,14.552 12.552,15 12,15" id="Fill-1" fill="#79F2C0"></path>
11
+ <path d="M12,18 L12,18 C11.448,18 11,17.552 11,17 L11,17 C11,16.448 11.448,16 12,16 L12,16 C12.552,16 13,16.448 13,17 L13,17 C13,17.552 12.552,18 12,18" id="Fill-3" fill="#79F2C0"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/watch-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/watch-filled" fill="#42526E">
9
+ <path d="M11.9829909,15.9844 C9.77577695,15.9844 7.98078971,14.1904 7.98078971,11.9844 C7.98078971,9.7784 9.77577695,7.9844 11.9829909,7.9844 C14.1902049,7.9844 15.9851921,9.7784 15.9851921,11.9844 C15.9851921,14.1904 14.1902049,15.9844 11.9829909,15.9844 M12.0000003,4.0004 C6.47996426,4.0004 1.9995,8.8404 1.9995,12.0004 C1.9995,15.0864 6.57701763,20.0004 12.0000003,20.0004 C17.4229829,20.0004 21.9995,15.0864 21.9995,12.0004 C21.9995,8.8404 17.5190357,4.0004 12.0000003,4.0004" id="Fill-3"></path>
10
+ <circle id="Oval-2" cx="12" cy="12" r="2"></circle>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/watch</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/watch" fill="#42526E">
9
+ <path d="M12.0006003,18 C7.46365131,18 4.00140085,13.74 4.00140085,12 C4.00140085,9.999 7.45964871,6 12.0006003,6 C16.3774453,6 19.9987992,9.973 19.9987992,12 C19.9987992,13.74 16.5365487,18 12.0006003,18 M12.0006003,4 C6.48001194,4 2.0001,8.841 2.0001,12 C2.0001,15.086 6.57707503,20 12.0006003,20 C17.4241256,20 22.0001,15.086 22.0001,12 C22.0001,8.841 17.5211887,4 12.0006003,4" id="Fill-1"></path>
10
+ <path d="M11.9775,13.9844 C10.8745,13.9844 9.9775,13.0874 9.9775,11.9844 C9.9775,10.8814 10.8745,9.9844 11.9775,9.9844 C13.0805,9.9844 13.9775,10.8814 13.9775,11.9844 C13.9775,13.0874 13.0805,13.9844 11.9775,13.9844 M11.9775,7.9844 C9.7715,7.9844 7.9775,9.7784 7.9775,11.9844 C7.9775,14.1904 9.7715,15.9844 11.9775,15.9844 C14.1835,15.9844 15.9775,14.1904 15.9775,11.9844 C15.9775,9.7784 14.1835,7.9844 11.9775,7.9844" id="Fill-4"></path>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
4
+ <title>icons/world-small</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/world-small" fill="#42526E">
9
+ <path d="M12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 Z M11.5,15.965 C9.525,15.72 8,14.04 8,12 C8,11.69 8.04,11.395 8.105,11.105 L10.5,13.5 L10.5,14 C10.5,14.55 10.95,15 11.5,15 L11.5,15.965 L11.5,15.965 Z M14.95,14.695 C14.82,14.29 14.45,14 14,14 L13.5,14 L13.5,12.5 C13.5,12.225 13.275,12 13,12 L10,12 L10,11 L11,11 C11.275,11 11.5,10.775 11.5,10.5 L11.5,9.5 L12.5,9.5 C13.05,9.5 13.5,9.05 13.5,8.5 L13.5,8.295 C14.965,8.89 16,10.325 16,12 C16,13.04 15.6,13.985 14.95,14.695 L14.95,14.695 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/world</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/world" fill="#42526E">
9
+ <path d="M12,21 C16.9705627,21 21,16.9705627 21,12 C21,7.02943725 16.9705627,3 12,3 C7.02943725,3 3,7.02943725 3,12 C3,16.9705627 7.02943725,21 12,21 Z M11.1,19.137 C7.545,18.696 4.8,15.672 4.8,12 C4.8,11.442 4.872,10.911 4.989,10.389 L9.3,14.7 L9.3,15.6 C9.3,16.59 10.11,17.4 11.1,17.4 L11.1,19.137 L11.1,19.137 Z M17.31,16.851 C17.076,16.122 16.41,15.6 15.6,15.6 L14.7,15.6 L14.7,12.9 C14.7,12.405 14.295,12 13.8,12 L8.4,12 L8.4,10.2 L10.2,10.2 C10.695,10.2 11.1,9.795 11.1,9.3 L11.1,7.5 L12.9,7.5 C13.89,7.5 14.7,6.69 14.7,5.7 L14.7,5.331 C17.337,6.402 19.2,8.985 19.2,12 C19.2,13.872 18.48,15.573 17.31,16.851 L17.31,16.851 Z" id="Shape"></path>
10
+ </g>
11
+ </g>
12
+ </svg>