@atlaskit/icon 32.0.0 → 32.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1110) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build/index.tsx +31 -1
  3. package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +320 -0
  4. package/codemods/icon-spacing-to-box-primitive/index.tsx +419 -0
  5. package/dist/cjs/components/icon-new.js +1 -1
  6. package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
  7. package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
  8. package/dist/cjs/components/icon.js +1 -1
  9. package/dist/cjs/components/skeleton.js +1 -1
  10. package/dist/cjs/components/svg.js +1 -1
  11. package/dist/cjs/entry-points/metadata.js +2 -1
  12. package/dist/cjs/metadata-core.js +192 -0
  13. package/dist/cjs/metadata.js +3960 -0
  14. package/dist/es2019/components/icon-new.js +1 -1
  15. package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
  16. package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
  17. package/dist/es2019/components/icon.js +1 -1
  18. package/dist/es2019/components/skeleton.js +1 -1
  19. package/dist/es2019/components/svg.js +1 -1
  20. package/dist/es2019/entry-points/metadata.js +1 -1
  21. package/dist/es2019/metadata-core.js +192 -0
  22. package/dist/es2019/metadata.js +2516 -0
  23. package/dist/esm/components/icon-new.js +1 -1
  24. package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
  25. package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
  26. package/dist/esm/components/icon.js +1 -1
  27. package/dist/esm/components/skeleton.js +1 -1
  28. package/dist/esm/components/svg.js +1 -1
  29. package/dist/esm/entry-points/metadata.js +1 -1
  30. package/dist/esm/metadata-core.js +192 -0
  31. package/dist/esm/metadata.js +3237 -0
  32. package/dist/types/entry-points/metadata.d.ts +1 -1
  33. package/dist/types/metadata-core.d.ts +4 -0
  34. package/dist/types/metadata.d.ts +19 -0
  35. package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
  36. package/dist/types-ts4.5/metadata-core.d.ts +4 -0
  37. package/dist/types-ts4.5/metadata.d.ts +19 -0
  38. package/docs/ai/icon-instructions.md +3 -3
  39. package/glyph/activity.d.ts +9 -0
  40. package/glyph/activity.js +14 -0
  41. package/glyph/add-circle.d.ts +9 -0
  42. package/glyph/add-circle.js +14 -0
  43. package/glyph/add-item.d.ts +9 -0
  44. package/glyph/add-item.js +14 -0
  45. package/glyph/add.d.ts +9 -0
  46. package/glyph/add.js +14 -0
  47. package/glyph/addon.d.ts +9 -0
  48. package/glyph/addon.js +14 -0
  49. package/glyph/app-access.d.ts +9 -0
  50. package/glyph/app-access.js +14 -0
  51. package/glyph/app-switcher.d.ts +9 -0
  52. package/glyph/app-switcher.js +14 -0
  53. package/glyph/archive.d.ts +9 -0
  54. package/glyph/archive.js +14 -0
  55. package/glyph/arrow-down-circle.d.ts +9 -0
  56. package/glyph/arrow-down-circle.js +14 -0
  57. package/glyph/arrow-down.d.ts +9 -0
  58. package/glyph/arrow-down.js +14 -0
  59. package/glyph/arrow-left-circle.d.ts +9 -0
  60. package/glyph/arrow-left-circle.js +14 -0
  61. package/glyph/arrow-left.d.ts +9 -0
  62. package/glyph/arrow-left.js +14 -0
  63. package/glyph/arrow-right-circle.d.ts +9 -0
  64. package/glyph/arrow-right-circle.js +14 -0
  65. package/glyph/arrow-right.d.ts +9 -0
  66. package/glyph/arrow-right.js +14 -0
  67. package/glyph/arrow-up-circle.d.ts +9 -0
  68. package/glyph/arrow-up-circle.js +14 -0
  69. package/glyph/arrow-up.d.ts +9 -0
  70. package/glyph/arrow-up.js +14 -0
  71. package/glyph/attachment.d.ts +9 -0
  72. package/glyph/attachment.js +14 -0
  73. package/glyph/audio-circle.d.ts +9 -0
  74. package/glyph/audio-circle.js +14 -0
  75. package/glyph/audio.d.ts +9 -0
  76. package/glyph/audio.js +14 -0
  77. package/glyph/backlog.d.ts +9 -0
  78. package/glyph/backlog.js +14 -0
  79. package/glyph/billing-filled.d.ts +9 -0
  80. package/glyph/billing-filled.js +14 -0
  81. package/glyph/billing.d.ts +9 -0
  82. package/glyph/billing.js +14 -0
  83. package/glyph/bitbucket/branches.d.ts +9 -0
  84. package/glyph/bitbucket/branches.js +14 -0
  85. package/glyph/bitbucket/builds.d.ts +9 -0
  86. package/glyph/bitbucket/builds.js +14 -0
  87. package/glyph/bitbucket/clone.d.ts +9 -0
  88. package/glyph/bitbucket/clone.js +14 -0
  89. package/glyph/bitbucket/commits.d.ts +9 -0
  90. package/glyph/bitbucket/commits.js +14 -0
  91. package/glyph/bitbucket/compare.d.ts +9 -0
  92. package/glyph/bitbucket/compare.js +14 -0
  93. package/glyph/bitbucket/forks.d.ts +9 -0
  94. package/glyph/bitbucket/forks.js +14 -0
  95. package/glyph/bitbucket/output.d.ts +9 -0
  96. package/glyph/bitbucket/output.js +14 -0
  97. package/glyph/bitbucket/pipelines.d.ts +9 -0
  98. package/glyph/bitbucket/pipelines.js +14 -0
  99. package/glyph/bitbucket/pullrequests.d.ts +9 -0
  100. package/glyph/bitbucket/pullrequests.js +14 -0
  101. package/glyph/bitbucket/repos.d.ts +9 -0
  102. package/glyph/bitbucket/repos.js +14 -0
  103. package/glyph/bitbucket/snippets.d.ts +9 -0
  104. package/glyph/bitbucket/snippets.js +14 -0
  105. package/glyph/bitbucket/source.d.ts +9 -0
  106. package/glyph/bitbucket/source.js +14 -0
  107. package/glyph/board.d.ts +9 -0
  108. package/glyph/board.js +14 -0
  109. package/glyph/book.d.ts +9 -0
  110. package/glyph/book.js +14 -0
  111. package/glyph/bullet-list.d.ts +9 -0
  112. package/glyph/bullet-list.js +14 -0
  113. package/glyph/calendar-filled.d.ts +9 -0
  114. package/glyph/calendar-filled.js +14 -0
  115. package/glyph/calendar.d.ts +9 -0
  116. package/glyph/calendar.js +14 -0
  117. package/glyph/camera-filled.d.ts +9 -0
  118. package/glyph/camera-filled.js +14 -0
  119. package/glyph/camera-rotate.d.ts +9 -0
  120. package/glyph/camera-rotate.js +14 -0
  121. package/glyph/camera-take-picture.d.ts +9 -0
  122. package/glyph/camera-take-picture.js +14 -0
  123. package/glyph/camera.d.ts +9 -0
  124. package/glyph/camera.js +14 -0
  125. package/glyph/canvas.d.ts +9 -0
  126. package/glyph/canvas.js +14 -0
  127. package/glyph/check-circle-outline.d.ts +9 -0
  128. package/glyph/check-circle-outline.js +14 -0
  129. package/glyph/check-circle.d.ts +9 -0
  130. package/glyph/check-circle.js +14 -0
  131. package/glyph/check.d.ts +9 -0
  132. package/glyph/check.js +14 -0
  133. package/glyph/checkbox-indeterminate.d.ts +9 -0
  134. package/glyph/checkbox-indeterminate.js +14 -0
  135. package/glyph/checkbox.d.ts +9 -0
  136. package/glyph/checkbox.js +14 -0
  137. package/glyph/chevron-down-circle.d.ts +9 -0
  138. package/glyph/chevron-down-circle.js +14 -0
  139. package/glyph/chevron-down.d.ts +9 -0
  140. package/glyph/chevron-down.js +14 -0
  141. package/glyph/chevron-left-circle.d.ts +9 -0
  142. package/glyph/chevron-left-circle.js +14 -0
  143. package/glyph/chevron-left-large.d.ts +9 -0
  144. package/glyph/chevron-left-large.js +14 -0
  145. package/glyph/chevron-left.d.ts +9 -0
  146. package/glyph/chevron-left.js +14 -0
  147. package/glyph/chevron-right-circle.d.ts +9 -0
  148. package/glyph/chevron-right-circle.js +14 -0
  149. package/glyph/chevron-right-large.d.ts +9 -0
  150. package/glyph/chevron-right-large.js +14 -0
  151. package/glyph/chevron-right.d.ts +9 -0
  152. package/glyph/chevron-right.js +14 -0
  153. package/glyph/chevron-up-circle.d.ts +9 -0
  154. package/glyph/chevron-up-circle.js +14 -0
  155. package/glyph/chevron-up.d.ts +9 -0
  156. package/glyph/chevron-up.js +14 -0
  157. package/glyph/child-issues.d.ts +9 -0
  158. package/glyph/child-issues.js +14 -0
  159. package/glyph/code.d.ts +9 -0
  160. package/glyph/code.js +14 -0
  161. package/glyph/comment.d.ts +9 -0
  162. package/glyph/comment.js +14 -0
  163. package/glyph/component.d.ts +9 -0
  164. package/glyph/component.js +14 -0
  165. package/glyph/copy.d.ts +9 -0
  166. package/glyph/copy.js +14 -0
  167. package/glyph/creditcard-filled.d.ts +9 -0
  168. package/glyph/creditcard-filled.js +14 -0
  169. package/glyph/creditcard.d.ts +9 -0
  170. package/glyph/creditcard.js +14 -0
  171. package/glyph/cross-circle.d.ts +9 -0
  172. package/glyph/cross-circle.js +14 -0
  173. package/glyph/cross.d.ts +9 -0
  174. package/glyph/cross.js +14 -0
  175. package/glyph/dashboard.d.ts +9 -0
  176. package/glyph/dashboard.js +14 -0
  177. package/glyph/decision.d.ts +9 -0
  178. package/glyph/decision.js +14 -0
  179. package/glyph/department.d.ts +9 -0
  180. package/glyph/department.js +14 -0
  181. package/glyph/detail-view.d.ts +9 -0
  182. package/glyph/detail-view.js +14 -0
  183. package/glyph/discover-filled.d.ts +9 -0
  184. package/glyph/discover-filled.js +14 -0
  185. package/glyph/discover.d.ts +9 -0
  186. package/glyph/discover.js +14 -0
  187. package/glyph/document-filled.d.ts +9 -0
  188. package/glyph/document-filled.js +14 -0
  189. package/glyph/document.d.ts +9 -0
  190. package/glyph/document.js +14 -0
  191. package/glyph/documents.d.ts +9 -0
  192. package/glyph/documents.js +14 -0
  193. package/glyph/download.d.ts +9 -0
  194. package/glyph/download.js +14 -0
  195. package/glyph/drag-handler.d.ts +9 -0
  196. package/glyph/drag-handler.js +14 -0
  197. package/glyph/dropbox.d.ts +9 -0
  198. package/glyph/dropbox.js +14 -0
  199. package/glyph/edit-filled.d.ts +9 -0
  200. package/glyph/edit-filled.js +14 -0
  201. package/glyph/edit.d.ts +9 -0
  202. package/glyph/edit.js +14 -0
  203. package/glyph/editor/add.d.ts +9 -0
  204. package/glyph/editor/add.js +14 -0
  205. package/glyph/editor/addon.d.ts +9 -0
  206. package/glyph/editor/addon.js +14 -0
  207. package/glyph/editor/advanced.d.ts +9 -0
  208. package/glyph/editor/advanced.js +14 -0
  209. package/glyph/editor/align-center.d.ts +9 -0
  210. package/glyph/editor/align-center.js +14 -0
  211. package/glyph/editor/align-image-center.d.ts +9 -0
  212. package/glyph/editor/align-image-center.js +14 -0
  213. package/glyph/editor/align-image-left.d.ts +9 -0
  214. package/glyph/editor/align-image-left.js +14 -0
  215. package/glyph/editor/align-image-right.d.ts +9 -0
  216. package/glyph/editor/align-image-right.js +14 -0
  217. package/glyph/editor/align-left.d.ts +9 -0
  218. package/glyph/editor/align-left.js +14 -0
  219. package/glyph/editor/align-right.d.ts +9 -0
  220. package/glyph/editor/align-right.js +14 -0
  221. package/glyph/editor/attachment.d.ts +9 -0
  222. package/glyph/editor/attachment.js +14 -0
  223. package/glyph/editor/background-color.d.ts +9 -0
  224. package/glyph/editor/background-color.js +14 -0
  225. package/glyph/editor/bold.d.ts +9 -0
  226. package/glyph/editor/bold.js +14 -0
  227. package/glyph/editor/bullet-list.d.ts +9 -0
  228. package/glyph/editor/bullet-list.js +14 -0
  229. package/glyph/editor/close.d.ts +9 -0
  230. package/glyph/editor/close.js +14 -0
  231. package/glyph/editor/code.d.ts +9 -0
  232. package/glyph/editor/code.js +14 -0
  233. package/glyph/editor/collapse.d.ts +9 -0
  234. package/glyph/editor/collapse.js +14 -0
  235. package/glyph/editor/date.d.ts +9 -0
  236. package/glyph/editor/date.js +14 -0
  237. package/glyph/editor/decision.d.ts +9 -0
  238. package/glyph/editor/decision.js +14 -0
  239. package/glyph/editor/divider.d.ts +9 -0
  240. package/glyph/editor/divider.js +14 -0
  241. package/glyph/editor/done.d.ts +9 -0
  242. package/glyph/editor/done.js +14 -0
  243. package/glyph/editor/edit.d.ts +9 -0
  244. package/glyph/editor/edit.js +14 -0
  245. package/glyph/editor/emoji.d.ts +9 -0
  246. package/glyph/editor/emoji.js +14 -0
  247. package/glyph/editor/error.d.ts +9 -0
  248. package/glyph/editor/error.js +14 -0
  249. package/glyph/editor/expand.d.ts +9 -0
  250. package/glyph/editor/expand.js +14 -0
  251. package/glyph/editor/feedback.d.ts +9 -0
  252. package/glyph/editor/feedback.js +14 -0
  253. package/glyph/editor/file-preview.d.ts +9 -0
  254. package/glyph/editor/file-preview.js +14 -0
  255. package/glyph/editor/file.d.ts +9 -0
  256. package/glyph/editor/file.js +14 -0
  257. package/glyph/editor/help.d.ts +9 -0
  258. package/glyph/editor/help.js +14 -0
  259. package/glyph/editor/hint.d.ts +9 -0
  260. package/glyph/editor/hint.js +14 -0
  261. package/glyph/editor/horizontal-rule.d.ts +9 -0
  262. package/glyph/editor/horizontal-rule.js +14 -0
  263. package/glyph/editor/image-border.d.ts +9 -0
  264. package/glyph/editor/image-border.js +14 -0
  265. package/glyph/editor/image-resize.d.ts +9 -0
  266. package/glyph/editor/image-resize.js +14 -0
  267. package/glyph/editor/image.d.ts +9 -0
  268. package/glyph/editor/image.js +14 -0
  269. package/glyph/editor/indent.d.ts +9 -0
  270. package/glyph/editor/indent.js +14 -0
  271. package/glyph/editor/info.d.ts +9 -0
  272. package/glyph/editor/info.js +14 -0
  273. package/glyph/editor/italic.d.ts +9 -0
  274. package/glyph/editor/italic.js +14 -0
  275. package/glyph/editor/layout-single.d.ts +9 -0
  276. package/glyph/editor/layout-single.js +14 -0
  277. package/glyph/editor/layout-three-equal.d.ts +9 -0
  278. package/glyph/editor/layout-three-equal.js +14 -0
  279. package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
  280. package/glyph/editor/layout-three-with-sidebars.js +14 -0
  281. package/glyph/editor/layout-two-equal.d.ts +9 -0
  282. package/glyph/editor/layout-two-equal.js +14 -0
  283. package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
  284. package/glyph/editor/layout-two-left-sidebar.js +14 -0
  285. package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
  286. package/glyph/editor/layout-two-right-sidebar.js +14 -0
  287. package/glyph/editor/link.d.ts +9 -0
  288. package/glyph/editor/link.js +14 -0
  289. package/glyph/editor/media-center.d.ts +9 -0
  290. package/glyph/editor/media-center.js +14 -0
  291. package/glyph/editor/media-full-width.d.ts +9 -0
  292. package/glyph/editor/media-full-width.js +14 -0
  293. package/glyph/editor/media-wide.d.ts +9 -0
  294. package/glyph/editor/media-wide.js +14 -0
  295. package/glyph/editor/media-wrap-left.d.ts +9 -0
  296. package/glyph/editor/media-wrap-left.js +14 -0
  297. package/glyph/editor/media-wrap-right.d.ts +9 -0
  298. package/glyph/editor/media-wrap-right.js +14 -0
  299. package/glyph/editor/mention.d.ts +9 -0
  300. package/glyph/editor/mention.js +14 -0
  301. package/glyph/editor/more.d.ts +9 -0
  302. package/glyph/editor/more.js +14 -0
  303. package/glyph/editor/note.d.ts +9 -0
  304. package/glyph/editor/note.js +14 -0
  305. package/glyph/editor/number-list.d.ts +9 -0
  306. package/glyph/editor/number-list.js +14 -0
  307. package/glyph/editor/open.d.ts +9 -0
  308. package/glyph/editor/open.js +14 -0
  309. package/glyph/editor/outdent.d.ts +9 -0
  310. package/glyph/editor/outdent.js +14 -0
  311. package/glyph/editor/panel.d.ts +9 -0
  312. package/glyph/editor/panel.js +14 -0
  313. package/glyph/editor/photo.d.ts +9 -0
  314. package/glyph/editor/photo.js +14 -0
  315. package/glyph/editor/quote.d.ts +9 -0
  316. package/glyph/editor/quote.js +14 -0
  317. package/glyph/editor/recent.d.ts +9 -0
  318. package/glyph/editor/recent.js +14 -0
  319. package/glyph/editor/redo.d.ts +9 -0
  320. package/glyph/editor/redo.js +14 -0
  321. package/glyph/editor/remove-emoji.d.ts +9 -0
  322. package/glyph/editor/remove-emoji.js +14 -0
  323. package/glyph/editor/remove.d.ts +9 -0
  324. package/glyph/editor/remove.js +14 -0
  325. package/glyph/editor/search.d.ts +9 -0
  326. package/glyph/editor/search.js +14 -0
  327. package/glyph/editor/settings.d.ts +9 -0
  328. package/glyph/editor/settings.js +14 -0
  329. package/glyph/editor/strikethrough.d.ts +9 -0
  330. package/glyph/editor/strikethrough.js +14 -0
  331. package/glyph/editor/success.d.ts +9 -0
  332. package/glyph/editor/success.js +14 -0
  333. package/glyph/editor/table-display-options.d.ts +9 -0
  334. package/glyph/editor/table-display-options.js +14 -0
  335. package/glyph/editor/table.d.ts +9 -0
  336. package/glyph/editor/table.js +14 -0
  337. package/glyph/editor/task.d.ts +9 -0
  338. package/glyph/editor/task.js +14 -0
  339. package/glyph/editor/text-color.d.ts +9 -0
  340. package/glyph/editor/text-color.js +14 -0
  341. package/glyph/editor/text-style.d.ts +9 -0
  342. package/glyph/editor/text-style.js +14 -0
  343. package/glyph/editor/underline.d.ts +9 -0
  344. package/glyph/editor/underline.js +14 -0
  345. package/glyph/editor/undo.d.ts +9 -0
  346. package/glyph/editor/undo.js +14 -0
  347. package/glyph/editor/unlink.d.ts +9 -0
  348. package/glyph/editor/unlink.js +14 -0
  349. package/glyph/editor/warning.d.ts +9 -0
  350. package/glyph/editor/warning.js +14 -0
  351. package/glyph/email.d.ts +9 -0
  352. package/glyph/email.js +14 -0
  353. package/glyph/emoji/activity.d.ts +9 -0
  354. package/glyph/emoji/activity.js +14 -0
  355. package/glyph/emoji/atlassian.d.ts +9 -0
  356. package/glyph/emoji/atlassian.js +14 -0
  357. package/glyph/emoji/custom.d.ts +9 -0
  358. package/glyph/emoji/custom.js +14 -0
  359. package/glyph/emoji/emoji.d.ts +9 -0
  360. package/glyph/emoji/emoji.js +14 -0
  361. package/glyph/emoji/flags.d.ts +9 -0
  362. package/glyph/emoji/flags.js +14 -0
  363. package/glyph/emoji/food.d.ts +9 -0
  364. package/glyph/emoji/food.js +14 -0
  365. package/glyph/emoji/frequent.d.ts +9 -0
  366. package/glyph/emoji/frequent.js +14 -0
  367. package/glyph/emoji/keyboard.d.ts +9 -0
  368. package/glyph/emoji/keyboard.js +14 -0
  369. package/glyph/emoji/nature.d.ts +9 -0
  370. package/glyph/emoji/nature.js +14 -0
  371. package/glyph/emoji/objects.d.ts +9 -0
  372. package/glyph/emoji/objects.js +14 -0
  373. package/glyph/emoji/people.d.ts +9 -0
  374. package/glyph/emoji/people.js +14 -0
  375. package/glyph/emoji/productivity.d.ts +9 -0
  376. package/glyph/emoji/productivity.js +14 -0
  377. package/glyph/emoji/symbols.d.ts +9 -0
  378. package/glyph/emoji/symbols.js +14 -0
  379. package/glyph/emoji/travel.d.ts +9 -0
  380. package/glyph/emoji/travel.js +14 -0
  381. package/glyph/emoji-add.d.ts +9 -0
  382. package/glyph/emoji-add.js +14 -0
  383. package/glyph/emoji.d.ts +9 -0
  384. package/glyph/emoji.js +14 -0
  385. package/glyph/error.d.ts +9 -0
  386. package/glyph/error.js +14 -0
  387. package/glyph/export.d.ts +9 -0
  388. package/glyph/export.js +14 -0
  389. package/glyph/feedback.d.ts +9 -0
  390. package/glyph/feedback.js +14 -0
  391. package/glyph/file.d.ts +9 -0
  392. package/glyph/file.js +14 -0
  393. package/glyph/filter.d.ts +9 -0
  394. package/glyph/filter.js +14 -0
  395. package/glyph/flag-filled.d.ts +9 -0
  396. package/glyph/flag-filled.js +14 -0
  397. package/glyph/folder-filled.d.ts +9 -0
  398. package/glyph/folder-filled.js +14 -0
  399. package/glyph/folder.d.ts +9 -0
  400. package/glyph/folder.js +14 -0
  401. package/glyph/followers.d.ts +9 -0
  402. package/glyph/followers.js +14 -0
  403. package/glyph/following.d.ts +9 -0
  404. package/glyph/following.js +14 -0
  405. package/glyph/googledrive.d.ts +9 -0
  406. package/glyph/googledrive.js +14 -0
  407. package/glyph/graph-bar.d.ts +9 -0
  408. package/glyph/graph-bar.js +14 -0
  409. package/glyph/graph-line.d.ts +9 -0
  410. package/glyph/graph-line.js +14 -0
  411. package/glyph/gsuite.d.ts +9 -0
  412. package/glyph/gsuite.js +14 -0
  413. package/glyph/highlights.d.ts +9 -0
  414. package/glyph/highlights.js +14 -0
  415. package/glyph/hipchat/audio-only.d.ts +9 -0
  416. package/glyph/hipchat/audio-only.js +14 -0
  417. package/glyph/hipchat/chevron-double-down.d.ts +9 -0
  418. package/glyph/hipchat/chevron-double-down.js +14 -0
  419. package/glyph/hipchat/chevron-double-up.d.ts +9 -0
  420. package/glyph/hipchat/chevron-double-up.js +14 -0
  421. package/glyph/hipchat/chevron-down.d.ts +9 -0
  422. package/glyph/hipchat/chevron-down.js +14 -0
  423. package/glyph/hipchat/chevron-up.d.ts +9 -0
  424. package/glyph/hipchat/chevron-up.js +14 -0
  425. package/glyph/hipchat/dial-out.d.ts +9 -0
  426. package/glyph/hipchat/dial-out.js +14 -0
  427. package/glyph/hipchat/lobby.d.ts +9 -0
  428. package/glyph/hipchat/lobby.js +14 -0
  429. package/glyph/hipchat/media-attachment-count.d.ts +9 -0
  430. package/glyph/hipchat/media-attachment-count.js +14 -0
  431. package/glyph/hipchat/outgoing-sound.d.ts +9 -0
  432. package/glyph/hipchat/outgoing-sound.js +14 -0
  433. package/glyph/hipchat/sd-video.d.ts +9 -0
  434. package/glyph/hipchat/sd-video.js +14 -0
  435. package/glyph/home-circle.d.ts +9 -0
  436. package/glyph/home-circle.js +14 -0
  437. package/glyph/home.d.ts +9 -0
  438. package/glyph/home.js +14 -0
  439. package/glyph/image-border.d.ts +9 -0
  440. package/glyph/image-border.js +14 -0
  441. package/glyph/image-resize.d.ts +9 -0
  442. package/glyph/image-resize.js +14 -0
  443. package/glyph/image.d.ts +9 -0
  444. package/glyph/image.js +14 -0
  445. package/glyph/info.d.ts +9 -0
  446. package/glyph/info.js +14 -0
  447. package/glyph/invite-team.d.ts +9 -0
  448. package/glyph/invite-team.js +14 -0
  449. package/glyph/issue-raise.d.ts +9 -0
  450. package/glyph/issue-raise.js +14 -0
  451. package/glyph/issue.d.ts +9 -0
  452. package/glyph/issue.js +14 -0
  453. package/glyph/issues.d.ts +9 -0
  454. package/glyph/issues.js +14 -0
  455. package/glyph/jira/capture.d.ts +9 -0
  456. package/glyph/jira/capture.js +14 -0
  457. package/glyph/jira/failed-build-status.d.ts +9 -0
  458. package/glyph/jira/failed-build-status.js +14 -0
  459. package/glyph/jira/labs.d.ts +9 -0
  460. package/glyph/jira/labs.js +14 -0
  461. package/glyph/jira/test-session.d.ts +9 -0
  462. package/glyph/jira/test-session.js +14 -0
  463. package/glyph/label.d.ts +9 -0
  464. package/glyph/label.js +14 -0
  465. package/glyph/lightbulb-filled.d.ts +9 -0
  466. package/glyph/lightbulb-filled.js +14 -0
  467. package/glyph/lightbulb.d.ts +9 -0
  468. package/glyph/lightbulb.js +14 -0
  469. package/glyph/like.d.ts +9 -0
  470. package/glyph/like.js +14 -0
  471. package/glyph/link-filled.d.ts +9 -0
  472. package/glyph/link-filled.js +14 -0
  473. package/glyph/link.d.ts +9 -0
  474. package/glyph/link.js +14 -0
  475. package/glyph/list.d.ts +9 -0
  476. package/glyph/list.js +14 -0
  477. package/glyph/location.d.ts +9 -0
  478. package/glyph/location.js +14 -0
  479. package/glyph/lock-circle.d.ts +9 -0
  480. package/glyph/lock-circle.js +14 -0
  481. package/glyph/lock-filled.d.ts +9 -0
  482. package/glyph/lock-filled.js +14 -0
  483. package/glyph/lock.d.ts +9 -0
  484. package/glyph/lock.js +14 -0
  485. package/glyph/marketplace.d.ts +9 -0
  486. package/glyph/marketplace.js +14 -0
  487. package/glyph/media-services/actual-size.d.ts +9 -0
  488. package/glyph/media-services/actual-size.js +14 -0
  489. package/glyph/media-services/add-comment.d.ts +9 -0
  490. package/glyph/media-services/add-comment.js +14 -0
  491. package/glyph/media-services/annotate.d.ts +9 -0
  492. package/glyph/media-services/annotate.js +14 -0
  493. package/glyph/media-services/arrow.d.ts +9 -0
  494. package/glyph/media-services/arrow.js +14 -0
  495. package/glyph/media-services/audio.d.ts +9 -0
  496. package/glyph/media-services/audio.js +14 -0
  497. package/glyph/media-services/blur.d.ts +9 -0
  498. package/glyph/media-services/blur.js +14 -0
  499. package/glyph/media-services/brush.d.ts +9 -0
  500. package/glyph/media-services/brush.js +14 -0
  501. package/glyph/media-services/button-option.d.ts +9 -0
  502. package/glyph/media-services/button-option.js +14 -0
  503. package/glyph/media-services/code.d.ts +9 -0
  504. package/glyph/media-services/code.js +14 -0
  505. package/glyph/media-services/document.d.ts +9 -0
  506. package/glyph/media-services/document.js +14 -0
  507. package/glyph/media-services/filter.d.ts +9 -0
  508. package/glyph/media-services/filter.js +14 -0
  509. package/glyph/media-services/fit-to-page.d.ts +9 -0
  510. package/glyph/media-services/fit-to-page.js +14 -0
  511. package/glyph/media-services/full-screen.d.ts +9 -0
  512. package/glyph/media-services/full-screen.js +14 -0
  513. package/glyph/media-services/grid.d.ts +9 -0
  514. package/glyph/media-services/grid.js +14 -0
  515. package/glyph/media-services/image.d.ts +9 -0
  516. package/glyph/media-services/image.js +14 -0
  517. package/glyph/media-services/line-thickness.d.ts +9 -0
  518. package/glyph/media-services/line-thickness.js +14 -0
  519. package/glyph/media-services/line.d.ts +9 -0
  520. package/glyph/media-services/line.js +14 -0
  521. package/glyph/media-services/no-image.d.ts +9 -0
  522. package/glyph/media-services/no-image.js +14 -0
  523. package/glyph/media-services/open-mediaviewer.d.ts +9 -0
  524. package/glyph/media-services/open-mediaviewer.js +14 -0
  525. package/glyph/media-services/oval.d.ts +9 -0
  526. package/glyph/media-services/oval.js +14 -0
  527. package/glyph/media-services/pdf.d.ts +9 -0
  528. package/glyph/media-services/pdf.js +14 -0
  529. package/glyph/media-services/preselected.d.ts +9 -0
  530. package/glyph/media-services/preselected.js +14 -0
  531. package/glyph/media-services/presentation.d.ts +9 -0
  532. package/glyph/media-services/presentation.js +14 -0
  533. package/glyph/media-services/rectangle.d.ts +9 -0
  534. package/glyph/media-services/rectangle.js +14 -0
  535. package/glyph/media-services/scale-large.d.ts +9 -0
  536. package/glyph/media-services/scale-large.js +14 -0
  537. package/glyph/media-services/scale-small.d.ts +9 -0
  538. package/glyph/media-services/scale-small.js +14 -0
  539. package/glyph/media-services/spreadsheet.d.ts +9 -0
  540. package/glyph/media-services/spreadsheet.js +14 -0
  541. package/glyph/media-services/text.d.ts +9 -0
  542. package/glyph/media-services/text.js +14 -0
  543. package/glyph/media-services/unknown.d.ts +9 -0
  544. package/glyph/media-services/unknown.js +14 -0
  545. package/glyph/media-services/video.d.ts +9 -0
  546. package/glyph/media-services/video.js +14 -0
  547. package/glyph/media-services/zip.d.ts +9 -0
  548. package/glyph/media-services/zip.js +14 -0
  549. package/glyph/media-services/zoom-in.d.ts +9 -0
  550. package/glyph/media-services/zoom-in.js +14 -0
  551. package/glyph/media-services/zoom-out.d.ts +9 -0
  552. package/glyph/media-services/zoom-out.js +14 -0
  553. package/glyph/mention.d.ts +9 -0
  554. package/glyph/mention.js +14 -0
  555. package/glyph/menu-expand.d.ts +9 -0
  556. package/glyph/menu-expand.js +14 -0
  557. package/glyph/menu.d.ts +9 -0
  558. package/glyph/menu.js +14 -0
  559. package/glyph/mobile.d.ts +9 -0
  560. package/glyph/mobile.js +14 -0
  561. package/glyph/more-vertical.d.ts +9 -0
  562. package/glyph/more-vertical.js +14 -0
  563. package/glyph/more.d.ts +9 -0
  564. package/glyph/more.js +14 -0
  565. package/glyph/notification-all.d.ts +9 -0
  566. package/glyph/notification-all.js +14 -0
  567. package/glyph/notification-direct.d.ts +9 -0
  568. package/glyph/notification-direct.js +14 -0
  569. package/glyph/notification.d.ts +9 -0
  570. package/glyph/notification.js +14 -0
  571. package/glyph/office-building-filled.d.ts +9 -0
  572. package/glyph/office-building-filled.js +14 -0
  573. package/glyph/office-building.d.ts +9 -0
  574. package/glyph/office-building.js +14 -0
  575. package/glyph/open.d.ts +9 -0
  576. package/glyph/open.js +14 -0
  577. package/glyph/overview.d.ts +9 -0
  578. package/glyph/overview.js +14 -0
  579. package/glyph/page-filled.d.ts +9 -0
  580. package/glyph/page-filled.js +14 -0
  581. package/glyph/page.d.ts +9 -0
  582. package/glyph/page.js +14 -0
  583. package/glyph/pdf.d.ts +9 -0
  584. package/glyph/pdf.js +14 -0
  585. package/glyph/people-group.d.ts +9 -0
  586. package/glyph/people-group.js +14 -0
  587. package/glyph/people.d.ts +9 -0
  588. package/glyph/people.js +14 -0
  589. package/glyph/person-circle.d.ts +9 -0
  590. package/glyph/person-circle.js +14 -0
  591. package/glyph/person-with-circle.d.ts +9 -0
  592. package/glyph/person-with-circle.js +14 -0
  593. package/glyph/person-with-cross.d.ts +9 -0
  594. package/glyph/person-with-cross.js +14 -0
  595. package/glyph/person-with-tick.d.ts +9 -0
  596. package/glyph/person-with-tick.js +14 -0
  597. package/glyph/person.d.ts +9 -0
  598. package/glyph/person.js +14 -0
  599. package/glyph/portfolio.d.ts +9 -0
  600. package/glyph/portfolio.js +14 -0
  601. package/glyph/preferences.d.ts +9 -0
  602. package/glyph/preferences.js +14 -0
  603. package/glyph/premium.d.ts +9 -0
  604. package/glyph/premium.js +14 -0
  605. package/glyph/presence-active.d.ts +9 -0
  606. package/glyph/presence-active.js +14 -0
  607. package/glyph/presence-busy.d.ts +9 -0
  608. package/glyph/presence-busy.js +14 -0
  609. package/glyph/presence-unavailable.d.ts +9 -0
  610. package/glyph/presence-unavailable.js +14 -0
  611. package/glyph/question-circle.d.ts +9 -0
  612. package/glyph/question-circle.js +14 -0
  613. package/glyph/question.d.ts +9 -0
  614. package/glyph/question.js +14 -0
  615. package/glyph/questions.d.ts +9 -0
  616. package/glyph/questions.js +14 -0
  617. package/glyph/queues.d.ts +9 -0
  618. package/glyph/queues.js +14 -0
  619. package/glyph/quote.d.ts +9 -0
  620. package/glyph/quote.js +14 -0
  621. package/glyph/radio.d.ts +9 -0
  622. package/glyph/radio.js +14 -0
  623. package/glyph/recent.d.ts +9 -0
  624. package/glyph/recent.js +14 -0
  625. package/glyph/redo.d.ts +9 -0
  626. package/glyph/redo.js +14 -0
  627. package/glyph/refresh.d.ts +9 -0
  628. package/glyph/refresh.js +14 -0
  629. package/glyph/retry.d.ts +9 -0
  630. package/glyph/retry.js +14 -0
  631. package/glyph/roadmap.d.ts +9 -0
  632. package/glyph/roadmap.js +14 -0
  633. package/glyph/room-menu.d.ts +9 -0
  634. package/glyph/room-menu.js +14 -0
  635. package/glyph/schedule-filled.d.ts +9 -0
  636. package/glyph/schedule-filled.js +14 -0
  637. package/glyph/schedule.d.ts +9 -0
  638. package/glyph/schedule.js +14 -0
  639. package/glyph/screen.d.ts +9 -0
  640. package/glyph/screen.js +14 -0
  641. package/glyph/search.d.ts +9 -0
  642. package/glyph/search.js +14 -0
  643. package/glyph/select-clear.d.ts +9 -0
  644. package/glyph/select-clear.js +14 -0
  645. package/glyph/send.d.ts +9 -0
  646. package/glyph/send.js +14 -0
  647. package/glyph/settings.d.ts +9 -0
  648. package/glyph/settings.js +14 -0
  649. package/glyph/share.d.ts +9 -0
  650. package/glyph/share.js +14 -0
  651. package/glyph/ship.d.ts +9 -0
  652. package/glyph/ship.js +14 -0
  653. package/glyph/shortcut.d.ts +9 -0
  654. package/glyph/shortcut.js +14 -0
  655. package/glyph/sign-in.d.ts +9 -0
  656. package/glyph/sign-in.js +14 -0
  657. package/glyph/sign-out.d.ts +9 -0
  658. package/glyph/sign-out.js +14 -0
  659. package/glyph/sprint.d.ts +9 -0
  660. package/glyph/sprint.js +14 -0
  661. package/glyph/star-filled.d.ts +9 -0
  662. package/glyph/star-filled.js +14 -0
  663. package/glyph/star-large.d.ts +9 -0
  664. package/glyph/star-large.js +14 -0
  665. package/glyph/star.d.ts +9 -0
  666. package/glyph/star.js +14 -0
  667. package/glyph/status.d.ts +9 -0
  668. package/glyph/status.js +14 -0
  669. package/glyph/stopwatch.d.ts +9 -0
  670. package/glyph/stopwatch.js +14 -0
  671. package/glyph/subtask.d.ts +9 -0
  672. package/glyph/subtask.js +14 -0
  673. package/glyph/suitcase.d.ts +9 -0
  674. package/glyph/suitcase.js +14 -0
  675. package/glyph/switcher.d.ts +9 -0
  676. package/glyph/switcher.js +14 -0
  677. package/glyph/table.d.ts +9 -0
  678. package/glyph/table.js +14 -0
  679. package/glyph/task.d.ts +9 -0
  680. package/glyph/task.js +14 -0
  681. package/glyph/teams.d.ts +9 -0
  682. package/glyph/teams.js +14 -0
  683. package/glyph/trash.d.ts +9 -0
  684. package/glyph/trash.js +14 -0
  685. package/glyph/tray.d.ts +9 -0
  686. package/glyph/tray.js +14 -0
  687. package/glyph/undo.d.ts +9 -0
  688. package/glyph/undo.js +14 -0
  689. package/glyph/unlink.d.ts +9 -0
  690. package/glyph/unlink.js +14 -0
  691. package/glyph/unlock-circle.d.ts +9 -0
  692. package/glyph/unlock-circle.js +14 -0
  693. package/glyph/unlock-filled.d.ts +9 -0
  694. package/glyph/unlock-filled.js +14 -0
  695. package/glyph/unlock.d.ts +9 -0
  696. package/glyph/unlock.js +14 -0
  697. package/glyph/upload.d.ts +9 -0
  698. package/glyph/upload.js +14 -0
  699. package/glyph/user-avatar-circle.d.ts +9 -0
  700. package/glyph/user-avatar-circle.js +14 -0
  701. package/glyph/vid-audio-muted.d.ts +9 -0
  702. package/glyph/vid-audio-muted.js +14 -0
  703. package/glyph/vid-audio-on.d.ts +9 -0
  704. package/glyph/vid-audio-on.js +14 -0
  705. package/glyph/vid-backward.d.ts +9 -0
  706. package/glyph/vid-backward.js +14 -0
  707. package/glyph/vid-camera-off.d.ts +9 -0
  708. package/glyph/vid-camera-off.js +14 -0
  709. package/glyph/vid-camera-on.d.ts +9 -0
  710. package/glyph/vid-camera-on.js +14 -0
  711. package/glyph/vid-connection-circle.d.ts +9 -0
  712. package/glyph/vid-connection-circle.js +14 -0
  713. package/glyph/vid-forward.d.ts +9 -0
  714. package/glyph/vid-forward.js +14 -0
  715. package/glyph/vid-full-screen-off.d.ts +9 -0
  716. package/glyph/vid-full-screen-off.js +14 -0
  717. package/glyph/vid-full-screen-on.d.ts +9 -0
  718. package/glyph/vid-full-screen-on.js +14 -0
  719. package/glyph/vid-hang-up.d.ts +9 -0
  720. package/glyph/vid-hang-up.js +14 -0
  721. package/glyph/vid-hd-circle.d.ts +9 -0
  722. package/glyph/vid-hd-circle.js +14 -0
  723. package/glyph/vid-pause.d.ts +9 -0
  724. package/glyph/vid-pause.js +14 -0
  725. package/glyph/vid-play.d.ts +9 -0
  726. package/glyph/vid-play.js +14 -0
  727. package/glyph/vid-raised-hand.d.ts +9 -0
  728. package/glyph/vid-raised-hand.js +14 -0
  729. package/glyph/vid-share-screen.d.ts +9 -0
  730. package/glyph/vid-share-screen.js +14 -0
  731. package/glyph/vid-speaking-circle.d.ts +9 -0
  732. package/glyph/vid-speaking-circle.js +14 -0
  733. package/glyph/vid-volume-full.d.ts +9 -0
  734. package/glyph/vid-volume-full.js +14 -0
  735. package/glyph/vid-volume-half.d.ts +9 -0
  736. package/glyph/vid-volume-half.js +14 -0
  737. package/glyph/vid-volume-muted.d.ts +9 -0
  738. package/glyph/vid-volume-muted.js +14 -0
  739. package/glyph/video-circle.d.ts +9 -0
  740. package/glyph/video-circle.js +14 -0
  741. package/glyph/video-filled.d.ts +9 -0
  742. package/glyph/video-filled.js +14 -0
  743. package/glyph/warning.d.ts +9 -0
  744. package/glyph/warning.js +14 -0
  745. package/glyph/watch-filled.d.ts +9 -0
  746. package/glyph/watch-filled.js +14 -0
  747. package/glyph/watch.d.ts +9 -0
  748. package/glyph/watch.js +14 -0
  749. package/glyph/world-small.d.ts +9 -0
  750. package/glyph/world-small.js +14 -0
  751. package/glyph/world.d.ts +9 -0
  752. package/glyph/world.js +14 -0
  753. package/package.json +7 -7
  754. package/svgs_raw/activity.svg +13 -0
  755. package/svgs_raw/add-circle.svg +13 -0
  756. package/svgs_raw/add-item.svg +13 -0
  757. package/svgs_raw/add.svg +12 -0
  758. package/svgs_raw/addon.svg +13 -0
  759. package/svgs_raw/app-access.svg +15 -0
  760. package/svgs_raw/app-switcher.svg +3 -0
  761. package/svgs_raw/archive.svg +3 -0
  762. package/svgs_raw/arrow-down-circle.svg +13 -0
  763. package/svgs_raw/arrow-down.svg +12 -0
  764. package/svgs_raw/arrow-left-circle.svg +13 -0
  765. package/svgs_raw/arrow-left.svg +3 -0
  766. package/svgs_raw/arrow-right-circle.svg +13 -0
  767. package/svgs_raw/arrow-right.svg +12 -0
  768. package/svgs_raw/arrow-up-circle.svg +13 -0
  769. package/svgs_raw/arrow-up.svg +12 -0
  770. package/svgs_raw/attachment.svg +12 -0
  771. package/svgs_raw/audio-circle.svg +13 -0
  772. package/svgs_raw/audio.svg +12 -0
  773. package/svgs_raw/backlog.svg +15 -0
  774. package/svgs_raw/billing-filled.svg +19 -0
  775. package/svgs_raw/billing.svg +19 -0
  776. package/svgs_raw/bitbucket/branches.svg +12 -0
  777. package/svgs_raw/bitbucket/builds.svg +16 -0
  778. package/svgs_raw/bitbucket/clone.svg +16 -0
  779. package/svgs_raw/bitbucket/commits.svg +12 -0
  780. package/svgs_raw/bitbucket/compare.svg +15 -0
  781. package/svgs_raw/bitbucket/forks.svg +16 -0
  782. package/svgs_raw/bitbucket/output.svg +15 -0
  783. package/svgs_raw/bitbucket/pipelines.svg +13 -0
  784. package/svgs_raw/bitbucket/pullrequests.svg +13 -0
  785. package/svgs_raw/bitbucket/repos.svg +14 -0
  786. package/svgs_raw/bitbucket/snippets.svg +13 -0
  787. package/svgs_raw/bitbucket/source.svg +13 -0
  788. package/svgs_raw/board.svg +14 -0
  789. package/svgs_raw/book.svg +16 -0
  790. package/svgs_raw/bullet-list.svg +17 -0
  791. package/svgs_raw/calendar-filled.svg +20 -0
  792. package/svgs_raw/calendar.svg +12 -0
  793. package/svgs_raw/camera-filled.svg +14 -0
  794. package/svgs_raw/camera-rotate.svg +16 -0
  795. package/svgs_raw/camera-take-picture.svg +13 -0
  796. package/svgs_raw/camera.svg +15 -0
  797. package/svgs_raw/canvas.svg +17 -0
  798. package/svgs_raw/check-circle-outline.svg +11 -0
  799. package/svgs_raw/check-circle.svg +13 -0
  800. package/svgs_raw/check.svg +12 -0
  801. package/svgs_raw/checkbox-indeterminate.svg +13 -0
  802. package/svgs_raw/checkbox.svg +13 -0
  803. package/svgs_raw/chevron-down-circle.svg +13 -0
  804. package/svgs_raw/chevron-down.svg +12 -0
  805. package/svgs_raw/chevron-left-circle.svg +13 -0
  806. package/svgs_raw/chevron-left-large.svg +3 -0
  807. package/svgs_raw/chevron-left.svg +12 -0
  808. package/svgs_raw/chevron-right-circle.svg +13 -0
  809. package/svgs_raw/chevron-right-large.svg +3 -0
  810. package/svgs_raw/chevron-right.svg +12 -0
  811. package/svgs_raw/chevron-up-circle.svg +13 -0
  812. package/svgs_raw/chevron-up.svg +12 -0
  813. package/svgs_raw/child-issues.svg +16 -0
  814. package/svgs_raw/code.svg +14 -0
  815. package/svgs_raw/comment.svg +14 -0
  816. package/svgs_raw/component.svg +14 -0
  817. package/svgs_raw/copy.svg +13 -0
  818. package/svgs_raw/creditcard-filled.svg +13 -0
  819. package/svgs_raw/creditcard.svg +13 -0
  820. package/svgs_raw/cross-circle.svg +14 -0
  821. package/svgs_raw/cross.svg +12 -0
  822. package/svgs_raw/dashboard.svg +14 -0
  823. package/svgs_raw/decision.svg +14 -0
  824. package/svgs_raw/department.svg +3 -0
  825. package/svgs_raw/detail-view.svg +16 -0
  826. package/svgs_raw/discover-filled.svg +12 -0
  827. package/svgs_raw/discover.svg +13 -0
  828. package/svgs_raw/document-filled.svg +12 -0
  829. package/svgs_raw/document.svg +12 -0
  830. package/svgs_raw/documents.svg +13 -0
  831. package/svgs_raw/download.svg +14 -0
  832. package/svgs_raw/drag-handler.svg +14 -0
  833. package/svgs_raw/dropbox.svg +3 -0
  834. package/svgs_raw/edit-filled.svg +13 -0
  835. package/svgs_raw/edit.svg +13 -0
  836. package/svgs_raw/editor/add.svg +12 -0
  837. package/svgs_raw/editor/addon.svg +12 -0
  838. package/svgs_raw/editor/advanced.svg +12 -0
  839. package/svgs_raw/editor/align-center.svg +12 -0
  840. package/svgs_raw/editor/align-image-center.svg +1 -0
  841. package/svgs_raw/editor/align-image-left.svg +1 -0
  842. package/svgs_raw/editor/align-image-right.svg +1 -0
  843. package/svgs_raw/editor/align-left.svg +12 -0
  844. package/svgs_raw/editor/align-right.svg +12 -0
  845. package/svgs_raw/editor/attachment.svg +12 -0
  846. package/svgs_raw/editor/background-color.svg +10 -0
  847. package/svgs_raw/editor/bold.svg +12 -0
  848. package/svgs_raw/editor/bullet-list.svg +12 -0
  849. package/svgs_raw/editor/close.svg +12 -0
  850. package/svgs_raw/editor/code.svg +12 -0
  851. package/svgs_raw/editor/collapse.svg +9 -0
  852. package/svgs_raw/editor/date.svg +12 -0
  853. package/svgs_raw/editor/decision.svg +12 -0
  854. package/svgs_raw/editor/divider.svg +12 -0
  855. package/svgs_raw/editor/done.svg +12 -0
  856. package/svgs_raw/editor/edit.svg +12 -0
  857. package/svgs_raw/editor/emoji.svg +12 -0
  858. package/svgs_raw/editor/error.svg +12 -0
  859. package/svgs_raw/editor/expand.svg +9 -0
  860. package/svgs_raw/editor/feedback.svg +12 -0
  861. package/svgs_raw/editor/file-preview.svg +4 -0
  862. package/svgs_raw/editor/file.svg +12 -0
  863. package/svgs_raw/editor/help.svg +12 -0
  864. package/svgs_raw/editor/hint.svg +12 -0
  865. package/svgs_raw/editor/horizontal-rule.svg +10 -0
  866. package/svgs_raw/editor/image-border.svg +12 -0
  867. package/svgs_raw/editor/image-resize.svg +12 -0
  868. package/svgs_raw/editor/image.svg +12 -0
  869. package/svgs_raw/editor/indent.svg +12 -0
  870. package/svgs_raw/editor/info.svg +12 -0
  871. package/svgs_raw/editor/italic.svg +12 -0
  872. package/svgs_raw/editor/layout-single.svg +3 -0
  873. package/svgs_raw/editor/layout-three-equal.svg +10 -0
  874. package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
  875. package/svgs_raw/editor/layout-two-equal.svg +10 -0
  876. package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
  877. package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
  878. package/svgs_raw/editor/link.svg +12 -0
  879. package/svgs_raw/editor/media-center.svg +12 -0
  880. package/svgs_raw/editor/media-full-width.svg +12 -0
  881. package/svgs_raw/editor/media-wide.svg +12 -0
  882. package/svgs_raw/editor/media-wrap-left.svg +12 -0
  883. package/svgs_raw/editor/media-wrap-right.svg +12 -0
  884. package/svgs_raw/editor/mention.svg +12 -0
  885. package/svgs_raw/editor/more.svg +12 -0
  886. package/svgs_raw/editor/note.svg +12 -0
  887. package/svgs_raw/editor/number-list.svg +12 -0
  888. package/svgs_raw/editor/open.svg +12 -0
  889. package/svgs_raw/editor/outdent.svg +12 -0
  890. package/svgs_raw/editor/panel.svg +12 -0
  891. package/svgs_raw/editor/photo.svg +12 -0
  892. package/svgs_raw/editor/quote.svg +12 -0
  893. package/svgs_raw/editor/recent.svg +12 -0
  894. package/svgs_raw/editor/redo.svg +12 -0
  895. package/svgs_raw/editor/remove-emoji.svg +4 -0
  896. package/svgs_raw/editor/remove.svg +12 -0
  897. package/svgs_raw/editor/search.svg +12 -0
  898. package/svgs_raw/editor/settings.svg +9 -0
  899. package/svgs_raw/editor/strikethrough.svg +12 -0
  900. package/svgs_raw/editor/success.svg +12 -0
  901. package/svgs_raw/editor/table-display-options.svg +10 -0
  902. package/svgs_raw/editor/table.svg +12 -0
  903. package/svgs_raw/editor/task.svg +12 -0
  904. package/svgs_raw/editor/text-color.svg +12 -0
  905. package/svgs_raw/editor/text-style.svg +12 -0
  906. package/svgs_raw/editor/underline.svg +12 -0
  907. package/svgs_raw/editor/undo.svg +12 -0
  908. package/svgs_raw/editor/unlink.svg +12 -0
  909. package/svgs_raw/editor/warning.svg +12 -0
  910. package/svgs_raw/email.svg +13 -0
  911. package/svgs_raw/emoji/activity.svg +12 -0
  912. package/svgs_raw/emoji/atlassian.svg +15 -0
  913. package/svgs_raw/emoji/custom.svg +12 -0
  914. package/svgs_raw/emoji/emoji.svg +12 -0
  915. package/svgs_raw/emoji/flags.svg +12 -0
  916. package/svgs_raw/emoji/food.svg +12 -0
  917. package/svgs_raw/emoji/frequent.svg +12 -0
  918. package/svgs_raw/emoji/keyboard.svg +13 -0
  919. package/svgs_raw/emoji/nature.svg +12 -0
  920. package/svgs_raw/emoji/objects.svg +12 -0
  921. package/svgs_raw/emoji/people.svg +12 -0
  922. package/svgs_raw/emoji/productivity.svg +1 -0
  923. package/svgs_raw/emoji/symbols.svg +12 -0
  924. package/svgs_raw/emoji/travel.svg +12 -0
  925. package/svgs_raw/emoji-add.svg +12 -0
  926. package/svgs_raw/emoji.svg +12 -0
  927. package/svgs_raw/error.svg +14 -0
  928. package/svgs_raw/export.svg +12 -0
  929. package/svgs_raw/feedback.svg +15 -0
  930. package/svgs_raw/file.svg +14 -0
  931. package/svgs_raw/filter.svg +14 -0
  932. package/svgs_raw/flag-filled.svg +12 -0
  933. package/svgs_raw/folder-filled.svg +12 -0
  934. package/svgs_raw/folder.svg +12 -0
  935. package/svgs_raw/followers.svg +14 -0
  936. package/svgs_raw/following.svg +14 -0
  937. package/svgs_raw/googledrive.svg +12 -0
  938. package/svgs_raw/graph-bar.svg +15 -0
  939. package/svgs_raw/graph-line.svg +14 -0
  940. package/svgs_raw/gsuite.svg +12 -0
  941. package/svgs_raw/highlights.svg +13 -0
  942. package/svgs_raw/hipchat/audio-only.svg +13 -0
  943. package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
  944. package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
  945. package/svgs_raw/hipchat/chevron-down.svg +12 -0
  946. package/svgs_raw/hipchat/chevron-up.svg +12 -0
  947. package/svgs_raw/hipchat/dial-out.svg +12 -0
  948. package/svgs_raw/hipchat/lobby.svg +15 -0
  949. package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
  950. package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
  951. package/svgs_raw/hipchat/sd-video.svg +12 -0
  952. package/svgs_raw/home-circle.svg +9 -0
  953. package/svgs_raw/home.svg +9 -0
  954. package/svgs_raw/image-border.svg +16 -0
  955. package/svgs_raw/image-resize.svg +15 -0
  956. package/svgs_raw/image.svg +12 -0
  957. package/svgs_raw/info.svg +14 -0
  958. package/svgs_raw/invite-team.svg +15 -0
  959. package/svgs_raw/issue-raise.svg +14 -0
  960. package/svgs_raw/issue.svg +13 -0
  961. package/svgs_raw/issues.svg +15 -0
  962. package/svgs_raw/jira/capture.svg +12 -0
  963. package/svgs_raw/jira/failed-build-status.svg +14 -0
  964. package/svgs_raw/jira/labs.svg +14 -0
  965. package/svgs_raw/jira/test-session.svg +21 -0
  966. package/svgs_raw/label.svg +10 -0
  967. package/svgs_raw/lightbulb-filled.svg +12 -0
  968. package/svgs_raw/lightbulb.svg +12 -0
  969. package/svgs_raw/like.svg +10 -0
  970. package/svgs_raw/link-filled.svg +14 -0
  971. package/svgs_raw/link.svg +13 -0
  972. package/svgs_raw/list.svg +15 -0
  973. package/svgs_raw/location.svg +12 -0
  974. package/svgs_raw/lock-circle.svg +16 -0
  975. package/svgs_raw/lock-filled.svg +3 -0
  976. package/svgs_raw/lock.svg +13 -0
  977. package/svgs_raw/marketplace.svg +19 -0
  978. package/svgs_raw/media-services/actual-size.svg +10 -0
  979. package/svgs_raw/media-services/add-comment.svg +14 -0
  980. package/svgs_raw/media-services/annotate.svg +12 -0
  981. package/svgs_raw/media-services/arrow.svg +12 -0
  982. package/svgs_raw/media-services/audio.svg +13 -0
  983. package/svgs_raw/media-services/blur.svg +15 -0
  984. package/svgs_raw/media-services/brush.svg +12 -0
  985. package/svgs_raw/media-services/button-option.svg +12 -0
  986. package/svgs_raw/media-services/code.svg +13 -0
  987. package/svgs_raw/media-services/document.svg +15 -0
  988. package/svgs_raw/media-services/filter.svg +14 -0
  989. package/svgs_raw/media-services/fit-to-page.svg +10 -0
  990. package/svgs_raw/media-services/full-screen.svg +10 -0
  991. package/svgs_raw/media-services/grid.svg +15 -0
  992. package/svgs_raw/media-services/image.svg +15 -0
  993. package/svgs_raw/media-services/line-thickness.svg +12 -0
  994. package/svgs_raw/media-services/line.svg +12 -0
  995. package/svgs_raw/media-services/no-image.svg +12 -0
  996. package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
  997. package/svgs_raw/media-services/oval.svg +12 -0
  998. package/svgs_raw/media-services/pdf.svg +16 -0
  999. package/svgs_raw/media-services/preselected.svg +12 -0
  1000. package/svgs_raw/media-services/presentation.svg +15 -0
  1001. package/svgs_raw/media-services/rectangle.svg +12 -0
  1002. package/svgs_raw/media-services/scale-large.svg +14 -0
  1003. package/svgs_raw/media-services/scale-small.svg +14 -0
  1004. package/svgs_raw/media-services/spreadsheet.svg +18 -0
  1005. package/svgs_raw/media-services/text.svg +16 -0
  1006. package/svgs_raw/media-services/unknown.svg +13 -0
  1007. package/svgs_raw/media-services/video.svg +14 -0
  1008. package/svgs_raw/media-services/zip.svg +16 -0
  1009. package/svgs_raw/media-services/zoom-in.svg +10 -0
  1010. package/svgs_raw/media-services/zoom-out.svg +10 -0
  1011. package/svgs_raw/mention.svg +14 -0
  1012. package/svgs_raw/menu-expand.svg +9 -0
  1013. package/svgs_raw/menu.svg +14 -0
  1014. package/svgs_raw/mobile.svg +3 -0
  1015. package/svgs_raw/more-vertical.svg +14 -0
  1016. package/svgs_raw/more.svg +14 -0
  1017. package/svgs_raw/notification-all.svg +17 -0
  1018. package/svgs_raw/notification-direct.svg +13 -0
  1019. package/svgs_raw/notification.svg +13 -0
  1020. package/svgs_raw/office-building-filled.svg +22 -0
  1021. package/svgs_raw/office-building.svg +22 -0
  1022. package/svgs_raw/open.svg +13 -0
  1023. package/svgs_raw/overview.svg +12 -0
  1024. package/svgs_raw/page-filled.svg +15 -0
  1025. package/svgs_raw/page.svg +15 -0
  1026. package/svgs_raw/pdf.svg +16 -0
  1027. package/svgs_raw/people-group.svg +17 -0
  1028. package/svgs_raw/people.svg +15 -0
  1029. package/svgs_raw/person-circle.svg +14 -0
  1030. package/svgs_raw/person-with-circle.svg +9 -0
  1031. package/svgs_raw/person-with-cross.svg +9 -0
  1032. package/svgs_raw/person-with-tick.svg +9 -0
  1033. package/svgs_raw/person.svg +13 -0
  1034. package/svgs_raw/portfolio.svg +12 -0
  1035. package/svgs_raw/preferences.svg +17 -0
  1036. package/svgs_raw/premium.svg +3 -0
  1037. package/svgs_raw/presence-active.svg +12 -0
  1038. package/svgs_raw/presence-busy.svg +13 -0
  1039. package/svgs_raw/presence-unavailable.svg +13 -0
  1040. package/svgs_raw/question-circle.svg +14 -0
  1041. package/svgs_raw/question.svg +14 -0
  1042. package/svgs_raw/questions.svg +12 -0
  1043. package/svgs_raw/queues.svg +12 -0
  1044. package/svgs_raw/quote.svg +12 -0
  1045. package/svgs_raw/radio.svg +13 -0
  1046. package/svgs_raw/recent.svg +12 -0
  1047. package/svgs_raw/redo.svg +13 -0
  1048. package/svgs_raw/refresh.svg +15 -0
  1049. package/svgs_raw/retry.svg +11 -0
  1050. package/svgs_raw/roadmap.svg +10 -0
  1051. package/svgs_raw/room-menu.svg +16 -0
  1052. package/svgs_raw/schedule-filled.svg +15 -0
  1053. package/svgs_raw/schedule.svg +16 -0
  1054. package/svgs_raw/screen.svg +14 -0
  1055. package/svgs_raw/search.svg +12 -0
  1056. package/svgs_raw/select-clear.svg +12 -0
  1057. package/svgs_raw/send.svg +13 -0
  1058. package/svgs_raw/settings.svg +12 -0
  1059. package/svgs_raw/share.svg +16 -0
  1060. package/svgs_raw/ship.svg +14 -0
  1061. package/svgs_raw/shortcut.svg +14 -0
  1062. package/svgs_raw/sign-in.svg +14 -0
  1063. package/svgs_raw/sign-out.svg +14 -0
  1064. package/svgs_raw/sprint.svg +9 -0
  1065. package/svgs_raw/star-filled.svg +10 -0
  1066. package/svgs_raw/star-large.svg +10 -0
  1067. package/svgs_raw/star.svg +12 -0
  1068. package/svgs_raw/status.svg +9 -0
  1069. package/svgs_raw/stopwatch.svg +9 -0
  1070. package/svgs_raw/subtask.svg +13 -0
  1071. package/svgs_raw/suitcase.svg +3 -0
  1072. package/svgs_raw/switcher.svg +13 -0
  1073. package/svgs_raw/table.svg +15 -0
  1074. package/svgs_raw/task.svg +13 -0
  1075. package/svgs_raw/teams.svg +3 -0
  1076. package/svgs_raw/trash.svg +14 -0
  1077. package/svgs_raw/tray.svg +15 -0
  1078. package/svgs_raw/undo.svg +13 -0
  1079. package/svgs_raw/unlink.svg +17 -0
  1080. package/svgs_raw/unlock-circle.svg +16 -0
  1081. package/svgs_raw/unlock-filled.svg +13 -0
  1082. package/svgs_raw/unlock.svg +14 -0
  1083. package/svgs_raw/upload.svg +14 -0
  1084. package/svgs_raw/user-avatar-circle.svg +14 -0
  1085. package/svgs_raw/vid-audio-muted.svg +10 -0
  1086. package/svgs_raw/vid-audio-on.svg +13 -0
  1087. package/svgs_raw/vid-backward.svg +3 -0
  1088. package/svgs_raw/vid-camera-off.svg +10 -0
  1089. package/svgs_raw/vid-camera-on.svg +10 -0
  1090. package/svgs_raw/vid-connection-circle.svg +15 -0
  1091. package/svgs_raw/vid-forward.svg +10 -0
  1092. package/svgs_raw/vid-full-screen-off.svg +15 -0
  1093. package/svgs_raw/vid-full-screen-on.svg +10 -0
  1094. package/svgs_raw/vid-hang-up.svg +12 -0
  1095. package/svgs_raw/vid-hd-circle.svg +13 -0
  1096. package/svgs_raw/vid-pause.svg +10 -0
  1097. package/svgs_raw/vid-play.svg +10 -0
  1098. package/svgs_raw/vid-raised-hand.svg +14 -0
  1099. package/svgs_raw/vid-share-screen.svg +16 -0
  1100. package/svgs_raw/vid-speaking-circle.svg +14 -0
  1101. package/svgs_raw/vid-volume-full.svg +10 -0
  1102. package/svgs_raw/vid-volume-half.svg +10 -0
  1103. package/svgs_raw/vid-volume-muted.svg +10 -0
  1104. package/svgs_raw/video-circle.svg +14 -0
  1105. package/svgs_raw/video-filled.svg +13 -0
  1106. package/svgs_raw/warning.svg +14 -0
  1107. package/svgs_raw/watch-filled.svg +13 -0
  1108. package/svgs_raw/watch.svg +13 -0
  1109. package/svgs_raw/world-small.svg +12 -0
  1110. package/svgs_raw/world.svg +12 -0
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "creditcard-filled" is deprecated in favour of "@atlaskit/icon/core/credit-card" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const CreditcardFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M3 10.99h18V17c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2zM6.01 16h2v-2h-2zM21 8.99V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v1.99"/></svg>`
12
+ }, props));
13
+ CreditcardFilledIcon.displayName = 'CreditcardFilledIcon';
14
+ var _default = exports.default = CreditcardFilledIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "creditcard" is deprecated in favour of "@atlaskit/icon/core/credit-card" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const CreditcardIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path d="M5.013 17h14v-6h-14zm0-8h14V7h-14zM19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2"/><path d="M7.013 15h2v-2h-2z"/></g></svg>`
12
+ }, props));
13
+ CreditcardIcon.displayName = 'CreditcardIcon';
14
+ var _default = exports.default = CreditcardIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "cross-circle" is deprecated in favour of "@atlaskit/icon/core/cross-circle" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const CrossCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><circle cx="12" cy="12" r="10" fill="currentcolor"/><path fill="inherit" d="m13.477 9.113-4.36 4.386a1 1 0 1 0 1.418 1.41l4.36-4.386a1 1 0 0 0-1.418-1.41"/><path fill="inherit" d="m9.084 10.501 4.358 4.377a1 1 0 1 0 1.418-1.411L10.5 9.09a1 1 0 0 0-1.417 1.411"/></g></svg>`
12
+ }, props));
13
+ CrossCircleIcon.displayName = 'CrossCircleIcon';
14
+ var _default = exports.default = CrossCircleIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "cross" is deprecated in favour of "@atlaskit/icon/core/cross" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
package/glyph/cross.js ADDED
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" d="M12 10.586 6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 0 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293a1 1 0 1 0-1.414-1.414z"/></svg>`
12
+ }, props));
13
+ CrossIcon.displayName = 'CrossIcon';
14
+ var _default = exports.default = CrossIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "dashboard" is deprecated in favour of "@atlaskit/icon/core/dashboard" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DashboardIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor"><path d="M4 18h16.008C20 18 20 6 20 6H3.992C4 6 4 18 4 18M2 5.994C2 4.893 2.898 4 3.99 4h16.02C21.108 4 22 4.895 22 5.994v12.012A1.997 1.997 0 0 1 20.01 20H3.99A1.994 1.994 0 0 1 2 18.006z"/><path d="M7 5v14h2V5z"/><path d="M7 11h14V9H7z"/></g></svg>`
12
+ }, props));
13
+ DashboardIcon.displayName = 'DashboardIcon';
14
+ var _default = exports.default = DashboardIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "decision" is deprecated in favour of "@atlaskit/icon/core/decision" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DecisionIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor"><path d="m19.29 3.29-5 5A1 1 0 1 0 15.7 9.7l5-5a1 1 0 1 0-1.41-1.41M8.04 4.93a.96.96 0 1 0 .01-1.91L4.06 3A1.05 1.05 0 0 0 3 4.04l.02 4a.96.96 0 0 0 1.92-.01l-.02-3.11z"/><path d="M11 19.998A1 1 0 0 0 12 21c.552 0 1-.454 1-1.007v-7.4c0-.556-.315-1.322-.705-1.713L5.207 3.793 3.793 5.207 11 12.414z"/></g></svg>`
12
+ }, props));
13
+ DecisionIcon.displayName = 'DecisionIcon';
14
+ var _default = exports.default = DecisionIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "department" is deprecated in favour of "@atlaskit/icon/core/department" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DepartmentIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" d="M11 5v2h2V5zm0 6V9h-1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v2h5a1 1 0 0 1 1 1v3h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1v-2H7v2h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1v-3a1 1 0 0 1 1-1zm-6 6v2h2v-2zm12 0v2h2v-2z"/></svg>`
12
+ }, props));
13
+ DepartmentIcon.displayName = 'DepartmentIcon';
14
+ var _default = exports.default = DepartmentIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "detail-view" is deprecated in favour of "@atlaskit/icon/core/panel-right" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DetailViewIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" d="M14 17h6V7.01C20 7 14 7 14 7zM12 5h8c1.11 0 2 .9 2 2.01V17a2 2 0 0 1-2 2h-8zM2 7h8V5H3a1 1 0 0 0-1 1zm0 4h8V9H2zm0 7c0 .55.45 1 1 1h7v-2H2zm0-3h8v-2H2z"/></svg>`
12
+ }, props));
13
+ DetailViewIcon.displayName = 'DetailViewIcon';
14
+ var _default = exports.default = DetailViewIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "discover-filled" is deprecated in favour of "@atlaskit/icon/core/compass" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DiscoverFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18m-1.101-10.78c-.248.127-.55.427-.678.678L8.24 14.797c-.55 1.084-.118 1.514.965.963l3.898-1.98c.248-.127.55-.427.677-.678l1.981-3.899c.552-1.083.12-1.514-.964-.964zM12 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/></svg>`
12
+ }, props));
13
+ DiscoverFilledIcon.displayName = 'DiscoverFilledIcon';
14
+ var _default = exports.default = DiscoverFilledIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "discover" is deprecated in favour of "@atlaskit/icon/core/compass" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DiscoverIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14m0 2a9 9 0 1 1 0-18 9 9 0 0 1 0 18"/><path d="m10.86 10.186 3.896-1.948c1.11-.555 1.562-.108 1.005 1.006l-1.948 3.896c-.126.251-.426.55-.673.673l-3.897 1.948c-1.11.556-1.561.11-1.004-1.006l1.947-3.896c.126-.25.426-.55.673-.673M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/></g></svg>`
12
+ }, props));
13
+ DiscoverIcon.displayName = 'DiscoverIcon';
14
+ var _default = exports.default = DiscoverIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "document-filled" is deprecated in favour of "@atlaskit/icon/core/file" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DocumentFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="m18.99 8.99.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768zM12.02 5 12 8.192a.99.99 0 0 0 .994.991h4z"/></svg>`
12
+ }, props));
13
+ DocumentFilledIcon.displayName = 'DocumentFilledIcon';
14
+ var _default = exports.default = DocumentFilledIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "document" is deprecated in favour of "@atlaskit/icon/core/file" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DocumentIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M17 10.005V19H7V5h5.99v2.49a1.5 1.5 0 0 0 1.5 1.5h4.5v-.522c0-.297-.132-.578-.359-.768l-5.074-4.236c-.36-.3-.813-.464-1.282-.464H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8.995z"/></svg>`
12
+ }, props));
13
+ DocumentIcon.displayName = 'DocumentIcon';
14
+ var _default = exports.default = DocumentIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "documents" is deprecated in favour of "@atlaskit/icon/core/files" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DocumentsIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M6 17H5V7h1V5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h1zm13-6.99V19H9V5h5.99v2.49a1.5 1.5 0 0 0 1.5 1.5h4.5v-.52c0-.3-.13-.58-.36-.77l-5.07-4.24c-.36-.3-.81-.46-1.28-.46H9a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8.99z"/></svg>`
12
+ }, props));
13
+ DocumentsIcon.displayName = 'DocumentsIcon';
14
+ var _default = exports.default = DocumentsIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "download" is deprecated in favour of "@atlaskit/icon/core/download" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DownloadIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M10.687 17.292a.983.983 0 0 0-1.397 0 1 1 0 0 0 0 1.407l1.964 1.98a1.08 1.08 0 0 0 1.538 0l1.919-1.933a1 1 0 0 0 0-1.408.983.983 0 0 0-1.398 0l-1.29 1.3z"/><path fill-rule="nonzero" d="M13.001 19.993 13 10.006C13 9.451 12.552 9 12 9s-1 .45-1 1.007l.001 9.987c0 .555.448 1.006 1 1.006s1-.45 1-1.007"/><path d="M7.938 5.48a5 5 0 0 0-.777-.062C4.356 5.418 2 7.62 2 10.498 2 13.409 4.385 16 7.1 16h2.881v-1.993H7.1c-1.657 0-3.115-1.663-3.115-3.508 0-1.778 1.469-3.087 3.104-3.087h.012c.389 0 .686.05.97.15l.17.063c.605.248.875-.246.875-.246l.15-.267c.73-1.347 2.201-2.096 3.716-2.12a4.14 4.14 0 0 1 4.069 3.645l.046.34s.071.525.665.525c.013 0 .012.005.023.005h.254c1.136 0 1.976.959 1.976 2.158 0 1.207-.987 2.342-2.07 2.342h-3.964V16h3.964C20.105 16 22 13.955 22 11.665c0-2-1.312-3.663-3.138-4.074-.707-2.707-3.053-4.552-5.886-4.591-1.975.02-3.901.9-5.038 2.48"/></g></svg>`
12
+ }, props));
13
+ DownloadIcon.displayName = 'DownloadIcon';
14
+ var _default = exports.default = DownloadIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "drag-handler" is deprecated in favour of "@atlaskit/icon/core/drag-handle-vertical" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DragHandlerIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><circle cx="10" cy="8" r="1"/><circle cx="14" cy="8" r="1"/><circle cx="10" cy="16" r="1"/><circle cx="14" cy="16" r="1"/><circle cx="10" cy="12" r="1"/><circle cx="14" cy="12" r="1"/></g></svg>`
12
+ }, props));
13
+ DragHandlerIcon.displayName = 'DragHandlerIcon';
14
+ var _default = exports.default = DragHandlerIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "dropbox" is deprecated and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const DropboxIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M7 3 2 6.202l5 3.202-5 3.202 5 3.202 5-3.202 5 3.202 5-3.202-5-3.202 5-3.202L17 3l-5 3.202zm5 3.202 5 3.202-5 3.202-5-3.202zm0 13.875-5-3.202 5-3.202 5 3.202z" clip-rule="evenodd"/></svg>`
12
+ }, props));
13
+ DropboxIcon.displayName = 'DropboxIcon';
14
+ var _default = exports.default = DropboxIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "edit-filled" is deprecated in favour of "@atlaskit/icon/core/edit" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditFilledIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M4.02 19.23a1 1 0 0 0 1.18 1.18l3.81-.78-4.21-4.21zM19.84 6.71l-2.12-2.12A2 2 0 0 0 16.31 4c-.51 0-1.02.2-1.41.59l-9.76 9.76 4.95 4.95 9.76-9.76a2 2 0 0 0 0-2.83"/></svg>`
12
+ }, props));
13
+ EditFilledIcon.displayName = 'EditFilledIcon';
14
+ var _default = exports.default = EditFilledIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "edit" is deprecated in favour of "@atlaskit/icon/core/edit" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
package/glyph/edit.js ADDED
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M4.02 19.23a1 1 0 0 0 1.18 1.18l3.81-.78-4.21-4.21zm5.92-2.62-2.12-2.12L16.31 6l2.12 2.12zm9.9-9.9-2.12-2.12A2 2 0 0 0 16.31 4c-.51 0-1.02.2-1.41.59l-9.76 9.76 4.95 4.95 9.76-9.76a2 2 0 0 0 0-2.83"/></svg>`
12
+ }, props));
13
+ EditIcon.displayName = 'EditIcon';
14
+ var _default = exports.default = EditIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "editor/add" is deprecated in favour of "@atlaskit/icon/core/add" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditorAddIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M13 11V7a1 1 0 0 0-2 0v4H7a1 1 0 0 0 0 2h4v4a1 1 0 0 0 2 0v-4h4a1 1 0 0 0 0-2z"/></svg>`
12
+ }, props));
13
+ EditorAddIcon.displayName = 'EditorAddIcon';
14
+ var _default = exports.default = EditorAddIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "editor/addon" is deprecated and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditorAddonIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M8.691 14.932c-.184.546-.336.797-.719 1.011-.851.478-1.54.299-2.033-.532-.498-.837-.31-1.52.547-2 .388-.218.673-.217 1.251-.1q.115.025.19.038l-1.434-2.414a.333.333 0 0 1 .123-.461L8.64 9.339a.333.333 0 0 1 .49.222q.034.168.127.325c.439.737 1.006.885 1.769.457.757-.425.906-.962.47-1.694a1.1 1.1 0 0 0-.226-.271.333.333 0 0 1 .054-.544l2.023-1.135a.333.333 0 0 1 .45.12l1.447 2.437q.028-.073.066-.187c.184-.546.336-.797.719-1.012.851-.477 1.54-.298 2.033.533.498.837.31 1.52-.547 2-.26.146-.521.193-.816.169a3 3 0 0 1-.435-.07l-.19-.037 1.434 2.413c.095.16.04.369-.124.46l-2.11 1.184a.333.333 0 0 1-.496-.28 1.03 1.03 0 0 0-.15-.51c-.438-.738-1.005-.886-1.768-.458-.758.425-.906.963-.471 1.694.1.168.225.29.384.386a.333.333 0 0 1-.009.576l-2.11 1.184a.333.333 0 0 1-.449-.12l-1.447-2.436q-.028.073-.066.187"/></svg>`
12
+ }, props));
13
+ EditorAddonIcon.displayName = 'EditorAddonIcon';
14
+ var _default = exports.default = EditorAddonIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "editor/advanced" is deprecated and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditorAdvancedIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M9.8 17 9 19H7l.763-2zm-.893-3 1.907-5h2.372l1.907 5h-1.926L12 10.5 10.833 14zm7.33 3L17 19h-2l-.8-2zM5 15h14v1H5zM18 5v1h-2v2h2v1h-3V5zm0 1h1v2h-1z"/></svg>`
12
+ }, props));
13
+ EditorAdvancedIcon.displayName = 'EditorAdvancedIcon';
14
+ var _default = exports.default = EditorAdvancedIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "editor/align-center" is deprecated in favour of "@atlaskit/icon/core/align-text-center" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _base = require("@atlaskit/icon/base");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
+ const EditorAlignCenterIcon = props => /*#__PURE__*/_react.default.createElement(_base.Icon, Object.assign({
11
+ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="M7 11h10a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2m2.5 4h5a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2m0-8h5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2"/></svg>`
12
+ }, props));
13
+ EditorAlignCenterIcon.displayName = 'EditorAlignCenterIcon';
14
+ var _default = exports.default = EditorAlignCenterIcon;
@@ -0,0 +1,9 @@
1
+ import { PureComponent } from 'react';
2
+ import type { GlyphProps } from '@atlaskit/icon/types';
3
+
4
+ /**
5
+ * @deprecated The legacy icon "editor/align-image-center" is deprecated in favour of "@atlaskit/icon/core/align-image-center" and will be removed in an upcoming major release
6
+ *
7
+ * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
8
+ */
9
+ export default class extends PureComponent<GlyphProps> {}