@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,2516 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx.
5
+ *
6
+ * @codegen <<SignedSource::5b9b70e1898d13b76e8faef592720556>>
7
+ * @codegenCommand yarn build:icon-glyphs
8
+ */
9
+ /* eslint-disable import/no-extraneous-dependencies -- This import is within the same package, hence self-referential. */
10
+
11
+ export const metaDataWithPackageLoader = {
12
+ activity: {
13
+ keywords: ['activity', 'window', 'icon', 'core'],
14
+ componentName: 'ActivityIcon',
15
+ package: '@atlaskit/icon/glyph/activity',
16
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
17
+ '@atlaskit/icon/glyph/activity')
18
+ },
19
+ add: {
20
+ keywords: ['add', 'plus', 'create', 'new', 'icon', 'core'],
21
+ componentName: 'AddIcon',
22
+ package: '@atlaskit/icon/glyph/add',
23
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
24
+ '@atlaskit/icon/glyph/add')
25
+ },
26
+ 'add-circle': {
27
+ keywords: ['add-circle', 'addcircle', 'plus', 'create', 'new', 'icon', 'core'],
28
+ componentName: 'AddCircleIcon',
29
+ package: '@atlaskit/icon/glyph/add-circle',
30
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
31
+ '@atlaskit/icon/glyph/add-circle')
32
+ },
33
+ 'add-item': {
34
+ keywords: ['add-item', 'additem', 'plus', 'create', 'new', 'icon', 'core'],
35
+ componentName: 'AddItemIcon',
36
+ package: '@atlaskit/icon/glyph/add-item',
37
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
38
+ '@atlaskit/icon/glyph/add-item')
39
+ },
40
+ addon: {
41
+ keywords: ['addon', 'icon', 'core'],
42
+ componentName: 'AddonIcon',
43
+ package: '@atlaskit/icon/glyph/addon',
44
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
45
+ '@atlaskit/icon/glyph/addon')
46
+ },
47
+ 'app-access': {
48
+ keywords: ['app-access', 'appaccess', 'icon', 'core'],
49
+ componentName: 'AppAccessIcon',
50
+ package: '@atlaskit/icon/glyph/app-access',
51
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
52
+ '@atlaskit/icon/glyph/app-access')
53
+ },
54
+ 'app-switcher': {
55
+ keywords: ['app-switcher', 'appswitcher', 'icon', 'core'],
56
+ componentName: 'AppSwitcherIcon',
57
+ package: '@atlaskit/icon/glyph/app-switcher',
58
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
59
+ '@atlaskit/icon/glyph/app-switcher')
60
+ },
61
+ archive: {
62
+ keywords: ['archive', 'icon', 'core'],
63
+ componentName: 'ArchiveIcon',
64
+ package: '@atlaskit/icon/glyph/archive',
65
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
66
+ '@atlaskit/icon/glyph/archive')
67
+ },
68
+ 'arrow-down': {
69
+ keywords: ['arrow-down', 'arrowdown', 'icon', 'core'],
70
+ componentName: 'ArrowDownIcon',
71
+ package: '@atlaskit/icon/glyph/arrow-down',
72
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
73
+ '@atlaskit/icon/glyph/arrow-down')
74
+ },
75
+ 'arrow-down-circle': {
76
+ keywords: ['arrow-down-circle', 'arrowdowncircle', 'icon', 'core'],
77
+ componentName: 'ArrowDownCircleIcon',
78
+ package: '@atlaskit/icon/glyph/arrow-down-circle',
79
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
80
+ '@atlaskit/icon/glyph/arrow-down-circle')
81
+ },
82
+ 'arrow-left': {
83
+ keywords: ['arrow-left', 'arrowleft', 'back', 'previous', 'icon', 'core'],
84
+ componentName: 'ArrowLeftIcon',
85
+ package: '@atlaskit/icon/glyph/arrow-left',
86
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
87
+ '@atlaskit/icon/glyph/arrow-left')
88
+ },
89
+ 'arrow-left-circle': {
90
+ keywords: ['arrow-left-circle', 'arrowleftcircle', 'back', 'previous', 'icon', 'core'],
91
+ componentName: 'ArrowLeftCircleIcon',
92
+ package: '@atlaskit/icon/glyph/arrow-left-circle',
93
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
94
+ '@atlaskit/icon/glyph/arrow-left-circle')
95
+ },
96
+ 'arrow-right': {
97
+ keywords: ['arrow-right', 'arrowright', 'forward', 'next', 'icon', 'core'],
98
+ componentName: 'ArrowRightIcon',
99
+ package: '@atlaskit/icon/glyph/arrow-right',
100
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
101
+ '@atlaskit/icon/glyph/arrow-right')
102
+ },
103
+ 'arrow-right-circle': {
104
+ keywords: ['arrow-right-circle', 'arrowrightcircle', 'forward', 'next', 'icon', 'core'],
105
+ componentName: 'ArrowRightCircleIcon',
106
+ package: '@atlaskit/icon/glyph/arrow-right-circle',
107
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
108
+ '@atlaskit/icon/glyph/arrow-right-circle')
109
+ },
110
+ 'arrow-up': {
111
+ keywords: ['arrow-up', 'arrowup', 'icon', 'core'],
112
+ componentName: 'ArrowUpIcon',
113
+ package: '@atlaskit/icon/glyph/arrow-up',
114
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
115
+ '@atlaskit/icon/glyph/arrow-up')
116
+ },
117
+ 'arrow-up-circle': {
118
+ keywords: ['arrow-up-circle', 'arrowupcircle', 'icon', 'core'],
119
+ componentName: 'ArrowUpCircleIcon',
120
+ package: '@atlaskit/icon/glyph/arrow-up-circle',
121
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
122
+ '@atlaskit/icon/glyph/arrow-up-circle')
123
+ },
124
+ attachment: {
125
+ keywords: ['attachment', 'paperclip', 'icon', 'core'],
126
+ componentName: 'AttachmentIcon',
127
+ package: '@atlaskit/icon/glyph/attachment',
128
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
129
+ '@atlaskit/icon/glyph/attachment')
130
+ },
131
+ audio: {
132
+ keywords: ['audio', 'music', 'note', 'sound', 'icon', 'core'],
133
+ componentName: 'AudioIcon',
134
+ package: '@atlaskit/icon/glyph/audio',
135
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
136
+ '@atlaskit/icon/glyph/audio')
137
+ },
138
+ 'audio-circle': {
139
+ keywords: ['audio-circle', 'audiocircle', 'music', 'note', 'sound', 'icon', 'core'],
140
+ componentName: 'AudioCircleIcon',
141
+ package: '@atlaskit/icon/glyph/audio-circle',
142
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
143
+ '@atlaskit/icon/glyph/audio-circle')
144
+ },
145
+ backlog: {
146
+ keywords: ['backlog', 'icon', 'core'],
147
+ componentName: 'BacklogIcon',
148
+ package: '@atlaskit/icon/glyph/backlog',
149
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
150
+ '@atlaskit/icon/glyph/backlog')
151
+ },
152
+ billing: {
153
+ keywords: ['billing', 'invoice', 'receipt', 'icon', 'core'],
154
+ componentName: 'BillingIcon',
155
+ package: '@atlaskit/icon/glyph/billing',
156
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
157
+ '@atlaskit/icon/glyph/billing')
158
+ },
159
+ 'billing-filled': {
160
+ keywords: ['billing-filled', 'billingfilled', 'invoice', 'receipt', 'icon', 'core'],
161
+ componentName: 'BillingFilledIcon',
162
+ package: '@atlaskit/icon/glyph/billing-filled',
163
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
164
+ '@atlaskit/icon/glyph/billing-filled')
165
+ },
166
+ 'bitbucket/branches': {
167
+ keywords: ['bitbucket/branches', 'bitbucketbranches', 'icon', 'core'],
168
+ componentName: 'BitbucketBranchesIcon',
169
+ package: '@atlaskit/icon/glyph/bitbucket/branches',
170
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
171
+ '@atlaskit/icon/glyph/bitbucket/branches')
172
+ },
173
+ 'bitbucket/builds': {
174
+ keywords: ['bitbucket/builds', 'bitbucketbuilds', 'icon', 'core'],
175
+ componentName: 'BitbucketBuildsIcon',
176
+ package: '@atlaskit/icon/glyph/bitbucket/builds',
177
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
178
+ '@atlaskit/icon/glyph/bitbucket/builds')
179
+ },
180
+ 'bitbucket/clone': {
181
+ keywords: ['bitbucket/clone', 'bitbucketclone', 'icon', 'core'],
182
+ componentName: 'BitbucketCloneIcon',
183
+ package: '@atlaskit/icon/glyph/bitbucket/clone',
184
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
185
+ '@atlaskit/icon/glyph/bitbucket/clone')
186
+ },
187
+ 'bitbucket/commits': {
188
+ keywords: ['bitbucket/commits', 'bitbucketcommits', 'icon', 'core'],
189
+ componentName: 'BitbucketCommitsIcon',
190
+ package: '@atlaskit/icon/glyph/bitbucket/commits',
191
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
192
+ '@atlaskit/icon/glyph/bitbucket/commits')
193
+ },
194
+ 'bitbucket/compare': {
195
+ keywords: ['bitbucket/compare', 'bitbucketcompare', 'icon', 'core'],
196
+ componentName: 'BitbucketCompareIcon',
197
+ package: '@atlaskit/icon/glyph/bitbucket/compare',
198
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
199
+ '@atlaskit/icon/glyph/bitbucket/compare')
200
+ },
201
+ 'bitbucket/forks': {
202
+ keywords: ['bitbucket/forks', 'bitbucketforks', 'icon', 'core'],
203
+ componentName: 'BitbucketForksIcon',
204
+ package: '@atlaskit/icon/glyph/bitbucket/forks',
205
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
206
+ '@atlaskit/icon/glyph/bitbucket/forks')
207
+ },
208
+ 'bitbucket/output': {
209
+ keywords: ['bitbucket/output', 'bitbucketoutput', 'icon', 'core'],
210
+ componentName: 'BitbucketOutputIcon',
211
+ package: '@atlaskit/icon/glyph/bitbucket/output',
212
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
213
+ '@atlaskit/icon/glyph/bitbucket/output')
214
+ },
215
+ 'bitbucket/pipelines': {
216
+ keywords: ['bitbucket/pipelines', 'bitbucketpipelines', 'icon', 'core'],
217
+ componentName: 'BitbucketPipelinesIcon',
218
+ package: '@atlaskit/icon/glyph/bitbucket/pipelines',
219
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
220
+ '@atlaskit/icon/glyph/bitbucket/pipelines')
221
+ },
222
+ 'bitbucket/pullrequests': {
223
+ keywords: ['bitbucket/pullrequests', 'bitbucketpullrequests', 'icon', 'core'],
224
+ componentName: 'BitbucketPullrequestsIcon',
225
+ package: '@atlaskit/icon/glyph/bitbucket/pullrequests',
226
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
227
+ '@atlaskit/icon/glyph/bitbucket/pullrequests')
228
+ },
229
+ 'bitbucket/repos': {
230
+ keywords: ['bitbucket/repos', 'bitbucketrepos', 'icon', 'core'],
231
+ componentName: 'BitbucketReposIcon',
232
+ package: '@atlaskit/icon/glyph/bitbucket/repos',
233
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
234
+ '@atlaskit/icon/glyph/bitbucket/repos')
235
+ },
236
+ 'bitbucket/snippets': {
237
+ keywords: ['bitbucket/snippets', 'bitbucketsnippets', 'scissors', 'icon', 'core'],
238
+ componentName: 'BitbucketSnippetsIcon',
239
+ package: '@atlaskit/icon/glyph/bitbucket/snippets',
240
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
241
+ '@atlaskit/icon/glyph/bitbucket/snippets')
242
+ },
243
+ 'bitbucket/source': {
244
+ keywords: ['bitbucket/source', 'bitbucketsource', 'code', 'icon', 'core'],
245
+ componentName: 'BitbucketSourceIcon',
246
+ package: '@atlaskit/icon/glyph/bitbucket/source',
247
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
248
+ '@atlaskit/icon/glyph/bitbucket/source')
249
+ },
250
+ board: {
251
+ keywords: ['board', 'icon', 'core'],
252
+ componentName: 'BoardIcon',
253
+ package: '@atlaskit/icon/glyph/board',
254
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
255
+ '@atlaskit/icon/glyph/board')
256
+ },
257
+ book: {
258
+ keywords: ['book', 'icon', 'core'],
259
+ componentName: 'BookIcon',
260
+ package: '@atlaskit/icon/glyph/book',
261
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
262
+ '@atlaskit/icon/glyph/book')
263
+ },
264
+ 'bullet-list': {
265
+ keywords: ['bullet-list', 'bulletlist', 'ul', 'icon', 'core'],
266
+ componentName: 'BulletListIcon',
267
+ package: '@atlaskit/icon/glyph/bullet-list',
268
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
269
+ '@atlaskit/icon/glyph/bullet-list')
270
+ },
271
+ calendar: {
272
+ keywords: ['calendar', 'date', 'icon', 'core'],
273
+ componentName: 'CalendarIcon',
274
+ package: '@atlaskit/icon/glyph/calendar',
275
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
276
+ '@atlaskit/icon/glyph/calendar')
277
+ },
278
+ 'calendar-filled': {
279
+ keywords: ['calendar-filled', 'calendarfilled', 'date', 'icon', 'core'],
280
+ componentName: 'CalendarFilledIcon',
281
+ package: '@atlaskit/icon/glyph/calendar-filled',
282
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
283
+ '@atlaskit/icon/glyph/calendar-filled')
284
+ },
285
+ camera: {
286
+ keywords: ['camera', 'photo', 'icon', 'core'],
287
+ componentName: 'CameraIcon',
288
+ package: '@atlaskit/icon/glyph/camera',
289
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
290
+ '@atlaskit/icon/glyph/camera')
291
+ },
292
+ 'camera-filled': {
293
+ keywords: ['camera-filled', 'camerafilled', 'photo', 'icon', 'core'],
294
+ componentName: 'CameraFilledIcon',
295
+ package: '@atlaskit/icon/glyph/camera-filled',
296
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
297
+ '@atlaskit/icon/glyph/camera-filled')
298
+ },
299
+ 'camera-rotate': {
300
+ keywords: ['camera-rotate', 'camerarotate', 'photo', 'icon', 'core'],
301
+ componentName: 'CameraRotateIcon',
302
+ package: '@atlaskit/icon/glyph/camera-rotate',
303
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
304
+ '@atlaskit/icon/glyph/camera-rotate')
305
+ },
306
+ 'camera-take-picture': {
307
+ keywords: ['camera-take-picture', 'cameratakepicture', 'photo', 'icon', 'core'],
308
+ componentName: 'CameraTakePictureIcon',
309
+ package: '@atlaskit/icon/glyph/camera-take-picture',
310
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
311
+ '@atlaskit/icon/glyph/camera-take-picture')
312
+ },
313
+ canvas: {
314
+ keywords: ['canvas', 'easel', 'icon', 'core'],
315
+ componentName: 'CanvasIcon',
316
+ package: '@atlaskit/icon/glyph/canvas',
317
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
318
+ '@atlaskit/icon/glyph/canvas')
319
+ },
320
+ check: {
321
+ keywords: ['check', 'tick', 'confirm', 'icon', 'core'],
322
+ componentName: 'CheckIcon',
323
+ package: '@atlaskit/icon/glyph/check',
324
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
325
+ '@atlaskit/icon/glyph/check')
326
+ },
327
+ 'check-circle': {
328
+ keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'core'],
329
+ componentName: 'CheckCircleIcon',
330
+ package: '@atlaskit/icon/glyph/check-circle',
331
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
332
+ '@atlaskit/icon/glyph/check-circle')
333
+ },
334
+ 'check-circle-outline': {
335
+ keywords: ['check-circle-outline', 'checkcircleoutline', 'tick', 'icon', 'core'],
336
+ componentName: 'CheckCircleOutlineIcon',
337
+ package: '@atlaskit/icon/glyph/check-circle-outline',
338
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
339
+ '@atlaskit/icon/glyph/check-circle-outline')
340
+ },
341
+ checkbox: {
342
+ keywords: ['checkbox', 'tick', 'icon', 'core'],
343
+ componentName: 'CheckboxIcon',
344
+ package: '@atlaskit/icon/glyph/checkbox',
345
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
346
+ '@atlaskit/icon/glyph/checkbox')
347
+ },
348
+ 'checkbox-indeterminate': {
349
+ keywords: ['checkbox-indeterminate', 'checkboxindeterminate', 'icon', 'core'],
350
+ componentName: 'CheckboxIndeterminateIcon',
351
+ package: '@atlaskit/icon/glyph/checkbox-indeterminate',
352
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
353
+ '@atlaskit/icon/glyph/checkbox-indeterminate')
354
+ },
355
+ 'chevron-down': {
356
+ keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core'],
357
+ componentName: 'ChevronDownIcon',
358
+ package: '@atlaskit/icon/glyph/chevron-down',
359
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
360
+ '@atlaskit/icon/glyph/chevron-down')
361
+ },
362
+ 'chevron-down-circle': {
363
+ keywords: ['chevron-down-circle', 'chevrondowncircle', 'expand', 'collapse', 'icon', 'core'],
364
+ componentName: 'ChevronDownCircleIcon',
365
+ package: '@atlaskit/icon/glyph/chevron-down-circle',
366
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
367
+ '@atlaskit/icon/glyph/chevron-down-circle')
368
+ },
369
+ 'chevron-left': {
370
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core'],
371
+ componentName: 'ChevronLeftIcon',
372
+ package: '@atlaskit/icon/glyph/chevron-left',
373
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
374
+ '@atlaskit/icon/glyph/chevron-left')
375
+ },
376
+ 'chevron-left-circle': {
377
+ keywords: ['chevron-left-circle', 'chevronleftcircle', 'back', 'previous', 'icon', 'core'],
378
+ componentName: 'ChevronLeftCircleIcon',
379
+ package: '@atlaskit/icon/glyph/chevron-left-circle',
380
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
381
+ '@atlaskit/icon/glyph/chevron-left-circle')
382
+ },
383
+ 'chevron-left-large': {
384
+ keywords: ['chevron-left-large', 'chevronleftlarge', 'icon', 'core'],
385
+ componentName: 'ChevronLeftLargeIcon',
386
+ package: '@atlaskit/icon/glyph/chevron-left-large',
387
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
388
+ '@atlaskit/icon/glyph/chevron-left-large')
389
+ },
390
+ 'chevron-right': {
391
+ keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core'],
392
+ componentName: 'ChevronRightIcon',
393
+ package: '@atlaskit/icon/glyph/chevron-right',
394
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
395
+ '@atlaskit/icon/glyph/chevron-right')
396
+ },
397
+ 'chevron-right-circle': {
398
+ keywords: ['chevron-right-circle', 'chevronrightcircle', 'forward', 'next', 'icon', 'core'],
399
+ componentName: 'ChevronRightCircleIcon',
400
+ package: '@atlaskit/icon/glyph/chevron-right-circle',
401
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
402
+ '@atlaskit/icon/glyph/chevron-right-circle')
403
+ },
404
+ 'chevron-right-large': {
405
+ keywords: ['chevron-right-large', 'chevronrightlarge', 'icon', 'core'],
406
+ componentName: 'ChevronRightLargeIcon',
407
+ package: '@atlaskit/icon/glyph/chevron-right-large',
408
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
409
+ '@atlaskit/icon/glyph/chevron-right-large')
410
+ },
411
+ 'chevron-up': {
412
+ keywords: ['chevron-up', 'chevronup', 'expand', 'collapse', 'icon', 'core'],
413
+ componentName: 'ChevronUpIcon',
414
+ package: '@atlaskit/icon/glyph/chevron-up',
415
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
416
+ '@atlaskit/icon/glyph/chevron-up')
417
+ },
418
+ 'chevron-up-circle': {
419
+ keywords: ['chevron-up-circle', 'chevronupcircle', 'expand', 'collapse', 'icon', 'core'],
420
+ componentName: 'ChevronUpCircleIcon',
421
+ package: '@atlaskit/icon/glyph/chevron-up-circle',
422
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
423
+ '@atlaskit/icon/glyph/chevron-up-circle')
424
+ },
425
+ 'child-issues': {
426
+ keywords: ['child-issues', 'childissues', 'icon', 'core'],
427
+ componentName: 'ChildIssuesIcon',
428
+ package: '@atlaskit/icon/glyph/child-issues',
429
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
430
+ '@atlaskit/icon/glyph/child-issues')
431
+ },
432
+ code: {
433
+ keywords: ['code', 'source', 'icon', 'core'],
434
+ componentName: 'CodeIcon',
435
+ package: '@atlaskit/icon/glyph/code',
436
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
437
+ '@atlaskit/icon/glyph/code')
438
+ },
439
+ comment: {
440
+ keywords: ['comment', 'chat', 'speech', 'icon', 'core'],
441
+ componentName: 'CommentIcon',
442
+ package: '@atlaskit/icon/glyph/comment',
443
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
444
+ '@atlaskit/icon/glyph/comment')
445
+ },
446
+ component: {
447
+ keywords: ['component', 'block', 'lego', 'icon', 'core'],
448
+ componentName: 'ComponentIcon',
449
+ package: '@atlaskit/icon/glyph/component',
450
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
451
+ '@atlaskit/icon/glyph/component')
452
+ },
453
+ copy: {
454
+ keywords: ['copy', 'duplicate', 'icon', 'core'],
455
+ componentName: 'CopyIcon',
456
+ package: '@atlaskit/icon/glyph/copy',
457
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
458
+ '@atlaskit/icon/glyph/copy')
459
+ },
460
+ creditcard: {
461
+ keywords: ['creditcard', 'buy', 'pay', 'purchase', 'icon', 'core'],
462
+ componentName: 'CreditcardIcon',
463
+ package: '@atlaskit/icon/glyph/creditcard',
464
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
465
+ '@atlaskit/icon/glyph/creditcard')
466
+ },
467
+ 'creditcard-filled': {
468
+ keywords: ['creditcard-filled', 'creditcardfilled', 'buy', 'pay', 'purchase', 'icon', 'core'],
469
+ componentName: 'CreditcardFilledIcon',
470
+ package: '@atlaskit/icon/glyph/creditcard-filled',
471
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
472
+ '@atlaskit/icon/glyph/creditcard-filled')
473
+ },
474
+ cross: {
475
+ keywords: ['cross', 'close', 'x', 'cancel', 'icon', 'core'],
476
+ componentName: 'CrossIcon',
477
+ package: '@atlaskit/icon/glyph/cross',
478
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
479
+ '@atlaskit/icon/glyph/cross')
480
+ },
481
+ 'cross-circle': {
482
+ keywords: ['cross-circle', 'crosscircle', 'close', 'x', 'cancel', 'icon', 'core'],
483
+ componentName: 'CrossCircleIcon',
484
+ package: '@atlaskit/icon/glyph/cross-circle',
485
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
486
+ '@atlaskit/icon/glyph/cross-circle')
487
+ },
488
+ dashboard: {
489
+ keywords: ['dashboard', 'window', 'grid', 'icon', 'core'],
490
+ componentName: 'DashboardIcon',
491
+ package: '@atlaskit/icon/glyph/dashboard',
492
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
493
+ '@atlaskit/icon/glyph/dashboard')
494
+ },
495
+ decision: {
496
+ keywords: ['decision', 'icon', 'core'],
497
+ componentName: 'DecisionIcon',
498
+ package: '@atlaskit/icon/glyph/decision',
499
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
500
+ '@atlaskit/icon/glyph/decision')
501
+ },
502
+ department: {
503
+ keywords: ['department', 'icon', 'core'],
504
+ componentName: 'DepartmentIcon',
505
+ package: '@atlaskit/icon/glyph/department',
506
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
507
+ '@atlaskit/icon/glyph/department')
508
+ },
509
+ 'detail-view': {
510
+ keywords: ['detail-view', 'detailview', 'icon', 'core'],
511
+ componentName: 'DetailViewIcon',
512
+ package: '@atlaskit/icon/glyph/detail-view',
513
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
514
+ '@atlaskit/icon/glyph/detail-view')
515
+ },
516
+ discover: {
517
+ keywords: ['discover', 'compass', 'navigate', 'icon', 'core'],
518
+ componentName: 'DiscoverIcon',
519
+ package: '@atlaskit/icon/glyph/discover',
520
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
521
+ '@atlaskit/icon/glyph/discover')
522
+ },
523
+ 'discover-filled': {
524
+ keywords: ['discover-filled', 'discoverfilled', 'compass', 'navigate', 'icon', 'core'],
525
+ componentName: 'DiscoverFilledIcon',
526
+ package: '@atlaskit/icon/glyph/discover-filled',
527
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
528
+ '@atlaskit/icon/glyph/discover-filled')
529
+ },
530
+ document: {
531
+ keywords: ['document', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
532
+ componentName: 'DocumentIcon',
533
+ package: '@atlaskit/icon/glyph/document',
534
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
535
+ '@atlaskit/icon/glyph/document')
536
+ },
537
+ 'document-filled': {
538
+ keywords: ['document-filled', 'documentfilled', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
539
+ componentName: 'DocumentFilledIcon',
540
+ package: '@atlaskit/icon/glyph/document-filled',
541
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
542
+ '@atlaskit/icon/glyph/document-filled')
543
+ },
544
+ documents: {
545
+ keywords: ['documents', 'page', 'paper', 'sheet', 'file', 'icon', 'core'],
546
+ componentName: 'DocumentsIcon',
547
+ package: '@atlaskit/icon/glyph/documents',
548
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
549
+ '@atlaskit/icon/glyph/documents')
550
+ },
551
+ download: {
552
+ keywords: ['download', 'cloud', 'icon', 'core'],
553
+ componentName: 'DownloadIcon',
554
+ package: '@atlaskit/icon/glyph/download',
555
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
556
+ '@atlaskit/icon/glyph/download')
557
+ },
558
+ 'drag-handler': {
559
+ keywords: ['drag-handler', 'draghandler', 'icon', 'core'],
560
+ componentName: 'DragHandlerIcon',
561
+ package: '@atlaskit/icon/glyph/drag-handler',
562
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
563
+ '@atlaskit/icon/glyph/drag-handler')
564
+ },
565
+ dropbox: {
566
+ keywords: ['dropbox', 'icon', 'core'],
567
+ componentName: 'DropboxIcon',
568
+ package: '@atlaskit/icon/glyph/dropbox',
569
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
570
+ '@atlaskit/icon/glyph/dropbox')
571
+ },
572
+ edit: {
573
+ keywords: ['edit', 'pencil', 'write', 'icon', 'core'],
574
+ componentName: 'EditIcon',
575
+ package: '@atlaskit/icon/glyph/edit',
576
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
577
+ '@atlaskit/icon/glyph/edit')
578
+ },
579
+ 'edit-filled': {
580
+ keywords: ['edit-filled', 'editfilled', 'pencil', 'write', 'icon', 'core'],
581
+ componentName: 'EditFilledIcon',
582
+ package: '@atlaskit/icon/glyph/edit-filled',
583
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
584
+ '@atlaskit/icon/glyph/edit-filled')
585
+ },
586
+ 'editor/add': {
587
+ keywords: ['editor/add', 'editoradd', 'plus', 'create', 'new', 'icon', 'core'],
588
+ componentName: 'EditorAddIcon',
589
+ package: '@atlaskit/icon/glyph/editor/add',
590
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
591
+ '@atlaskit/icon/glyph/editor/add')
592
+ },
593
+ 'editor/addon': {
594
+ keywords: ['editor/addon', 'editoraddon', 'jigsaw', 'icon', 'core'],
595
+ componentName: 'EditorAddonIcon',
596
+ package: '@atlaskit/icon/glyph/editor/addon',
597
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
598
+ '@atlaskit/icon/glyph/editor/addon')
599
+ },
600
+ 'editor/advanced': {
601
+ keywords: ['editor/advanced', 'editoradvanced', 'strikethrough', 'type', 'font', 'typography', 'icon', 'core'],
602
+ componentName: 'EditorAdvancedIcon',
603
+ package: '@atlaskit/icon/glyph/editor/advanced',
604
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
605
+ '@atlaskit/icon/glyph/editor/advanced')
606
+ },
607
+ 'editor/align-center': {
608
+ keywords: ['editor/align-center', 'editoraligncenter', 'icon', 'core'],
609
+ componentName: 'EditorAlignCenterIcon',
610
+ package: '@atlaskit/icon/glyph/editor/align-center',
611
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
612
+ '@atlaskit/icon/glyph/editor/align-center')
613
+ },
614
+ 'editor/align-image-center': {
615
+ keywords: ['editor/align-image-center', 'editoralignimagecenter', 'icon', 'core'],
616
+ componentName: 'EditorAlignImageCenterIcon',
617
+ package: '@atlaskit/icon/glyph/editor/align-image-center',
618
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
619
+ '@atlaskit/icon/glyph/editor/align-image-center')
620
+ },
621
+ 'editor/align-image-left': {
622
+ keywords: ['editor/align-image-left', 'editoralignimageleft', 'icon', 'core'],
623
+ componentName: 'EditorAlignImageLeftIcon',
624
+ package: '@atlaskit/icon/glyph/editor/align-image-left',
625
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
626
+ '@atlaskit/icon/glyph/editor/align-image-left')
627
+ },
628
+ 'editor/align-image-right': {
629
+ keywords: ['editor/align-image-right', 'editoralignimageright', 'icon', 'core'],
630
+ componentName: 'EditorAlignImageRightIcon',
631
+ package: '@atlaskit/icon/glyph/editor/align-image-right',
632
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
633
+ '@atlaskit/icon/glyph/editor/align-image-right')
634
+ },
635
+ 'editor/align-left': {
636
+ keywords: ['editor/align-left', 'editoralignleft', 'icon', 'core'],
637
+ componentName: 'EditorAlignLeftIcon',
638
+ package: '@atlaskit/icon/glyph/editor/align-left',
639
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
640
+ '@atlaskit/icon/glyph/editor/align-left')
641
+ },
642
+ 'editor/align-right': {
643
+ keywords: ['editor/align-right', 'editoralignright', 'icon', 'core'],
644
+ componentName: 'EditorAlignRightIcon',
645
+ package: '@atlaskit/icon/glyph/editor/align-right',
646
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
647
+ '@atlaskit/icon/glyph/editor/align-right')
648
+ },
649
+ 'editor/attachment': {
650
+ keywords: ['editor/attachment', 'editorattachment', 'paperclip', 'icon', 'core'],
651
+ componentName: 'EditorAttachmentIcon',
652
+ package: '@atlaskit/icon/glyph/editor/attachment',
653
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
654
+ '@atlaskit/icon/glyph/editor/attachment')
655
+ },
656
+ 'editor/background-color': {
657
+ keywords: ['editor/background-color', 'editorbackgroundcolor', 'fill', 'icon', 'core'],
658
+ componentName: 'EditorBackgroundColorIcon',
659
+ package: '@atlaskit/icon/glyph/editor/background-color',
660
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
661
+ '@atlaskit/icon/glyph/editor/background-color')
662
+ },
663
+ 'editor/bold': {
664
+ keywords: ['editor/bold', 'editorbold', 'icon', 'core'],
665
+ componentName: 'EditorBoldIcon',
666
+ package: '@atlaskit/icon/glyph/editor/bold',
667
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
668
+ '@atlaskit/icon/glyph/editor/bold')
669
+ },
670
+ 'editor/bullet-list': {
671
+ keywords: ['editor/bullet-list', 'editorbulletlist', 'ul', 'icon', 'core'],
672
+ componentName: 'EditorBulletListIcon',
673
+ package: '@atlaskit/icon/glyph/editor/bullet-list',
674
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
675
+ '@atlaskit/icon/glyph/editor/bullet-list')
676
+ },
677
+ 'editor/close': {
678
+ keywords: ['editor/close', 'editorclose', 'x', 'cancel', 'cross', 'icon', 'core'],
679
+ componentName: 'EditorCloseIcon',
680
+ package: '@atlaskit/icon/glyph/editor/close',
681
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
682
+ '@atlaskit/icon/glyph/editor/close')
683
+ },
684
+ 'editor/code': {
685
+ keywords: ['editor/code', 'editorcode', 'source', 'icon', 'core'],
686
+ componentName: 'EditorCodeIcon',
687
+ package: '@atlaskit/icon/glyph/editor/code',
688
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
689
+ '@atlaskit/icon/glyph/editor/code')
690
+ },
691
+ 'editor/collapse': {
692
+ keywords: ['editor/collapse', 'editorcollapse', 'close', 'icon', 'core'],
693
+ componentName: 'EditorCollapseIcon',
694
+ package: '@atlaskit/icon/glyph/editor/collapse',
695
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
696
+ '@atlaskit/icon/glyph/editor/collapse')
697
+ },
698
+ 'editor/date': {
699
+ keywords: ['editor/date', 'editordate', 'calendar', 'icon', 'core'],
700
+ componentName: 'EditorDateIcon',
701
+ package: '@atlaskit/icon/glyph/editor/date',
702
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
703
+ '@atlaskit/icon/glyph/editor/date')
704
+ },
705
+ 'editor/decision': {
706
+ keywords: ['editor/decision', 'editordecision', 'icon', 'core'],
707
+ componentName: 'EditorDecisionIcon',
708
+ package: '@atlaskit/icon/glyph/editor/decision',
709
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
710
+ '@atlaskit/icon/glyph/editor/decision')
711
+ },
712
+ 'editor/divider': {
713
+ keywords: ['editor/divider', 'editordivider', 'icon', 'core'],
714
+ componentName: 'EditorDividerIcon',
715
+ package: '@atlaskit/icon/glyph/editor/divider',
716
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
717
+ '@atlaskit/icon/glyph/editor/divider')
718
+ },
719
+ 'editor/done': {
720
+ keywords: ['editor/done', 'editordone', 'check', 'tick', 'icon', 'core'],
721
+ componentName: 'EditorDoneIcon',
722
+ package: '@atlaskit/icon/glyph/editor/done',
723
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
724
+ '@atlaskit/icon/glyph/editor/done')
725
+ },
726
+ 'editor/edit': {
727
+ keywords: ['editor/edit', 'editoredit', 'pencil', 'write', 'icon', 'core'],
728
+ componentName: 'EditorEditIcon',
729
+ package: '@atlaskit/icon/glyph/editor/edit',
730
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
731
+ '@atlaskit/icon/glyph/editor/edit')
732
+ },
733
+ 'editor/emoji': {
734
+ keywords: ['editor/emoji', 'editoremoji', 'emoticon', 'smiley', 'icon', 'core'],
735
+ componentName: 'EditorEmojiIcon',
736
+ package: '@atlaskit/icon/glyph/editor/emoji',
737
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
738
+ '@atlaskit/icon/glyph/editor/emoji')
739
+ },
740
+ 'editor/error': {
741
+ keywords: ['editor/error', 'editorerror', 'warning', 'alert', 'icon', 'core'],
742
+ componentName: 'EditorErrorIcon',
743
+ package: '@atlaskit/icon/glyph/editor/error',
744
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
745
+ '@atlaskit/icon/glyph/editor/error')
746
+ },
747
+ 'editor/expand': {
748
+ keywords: ['editor/expand', 'editorexpand', 'open', 'icon', 'core'],
749
+ componentName: 'EditorExpandIcon',
750
+ package: '@atlaskit/icon/glyph/editor/expand',
751
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
752
+ '@atlaskit/icon/glyph/editor/expand')
753
+ },
754
+ 'editor/feedback': {
755
+ keywords: ['editor/feedback', 'editorfeedback', 'announce', 'speaker', 'megaphone', 'icon', 'core'],
756
+ componentName: 'EditorFeedbackIcon',
757
+ package: '@atlaskit/icon/glyph/editor/feedback',
758
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
759
+ '@atlaskit/icon/glyph/editor/feedback')
760
+ },
761
+ 'editor/file': {
762
+ keywords: ['editor/file', 'editorfile', 'page', 'document', 'paper', 'sheet', 'icon', 'core'],
763
+ componentName: 'EditorFileIcon',
764
+ package: '@atlaskit/icon/glyph/editor/file',
765
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
766
+ '@atlaskit/icon/glyph/editor/file')
767
+ },
768
+ 'editor/file-preview': {
769
+ keywords: ['editor/file-preview', 'editorfilepreview', 'icon', 'core'],
770
+ componentName: 'EditorFilePreviewIcon',
771
+ package: '@atlaskit/icon/glyph/editor/file-preview',
772
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
773
+ '@atlaskit/icon/glyph/editor/file-preview')
774
+ },
775
+ 'editor/help': {
776
+ keywords: ['editor/help', 'editorhelp', 'question', 'icon', 'core'],
777
+ componentName: 'EditorHelpIcon',
778
+ package: '@atlaskit/icon/glyph/editor/help',
779
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
780
+ '@atlaskit/icon/glyph/editor/help')
781
+ },
782
+ 'editor/hint': {
783
+ keywords: ['editor/hint', 'editorhint', 'light', 'idea', 'icon', 'core'],
784
+ componentName: 'EditorHintIcon',
785
+ package: '@atlaskit/icon/glyph/editor/hint',
786
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
787
+ '@atlaskit/icon/glyph/editor/hint')
788
+ },
789
+ 'editor/horizontal-rule': {
790
+ keywords: ['editor/horizontal-rule', 'editorhorizontalrule', 'rule', 'divider', 'icon', 'core'],
791
+ componentName: 'EditorHorizontalRuleIcon',
792
+ package: '@atlaskit/icon/glyph/editor/horizontal-rule',
793
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
794
+ '@atlaskit/icon/glyph/editor/horizontal-rule')
795
+ },
796
+ 'editor/image': {
797
+ keywords: ['editor/image', 'editorimage', 'photo', 'picture', 'icon', 'core'],
798
+ componentName: 'EditorImageIcon',
799
+ package: '@atlaskit/icon/glyph/editor/image',
800
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
801
+ '@atlaskit/icon/glyph/editor/image')
802
+ },
803
+ 'editor/image-border': {
804
+ keywords: ['editor/image-border', 'editorimageborder', 'marquee', 'box', 'icon', 'core'],
805
+ componentName: 'EditorImageBorderIcon',
806
+ package: '@atlaskit/icon/glyph/editor/image-border',
807
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
808
+ '@atlaskit/icon/glyph/editor/image-border')
809
+ },
810
+ 'editor/image-resize': {
811
+ keywords: ['editor/image-resize', 'editorimageresize', 'expand', 'icon', 'core'],
812
+ componentName: 'EditorImageResizeIcon',
813
+ package: '@atlaskit/icon/glyph/editor/image-resize',
814
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
815
+ '@atlaskit/icon/glyph/editor/image-resize')
816
+ },
817
+ 'editor/indent': {
818
+ keywords: ['editor/indent', 'editorindent', 'tab', 'spacing', 'padding', 'icon', 'core'],
819
+ componentName: 'EditorIndentIcon',
820
+ package: '@atlaskit/icon/glyph/editor/indent',
821
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
822
+ '@atlaskit/icon/glyph/editor/indent')
823
+ },
824
+ 'editor/info': {
825
+ keywords: ['editor/info', 'editorinfo', 'icon', 'core'],
826
+ componentName: 'EditorInfoIcon',
827
+ package: '@atlaskit/icon/glyph/editor/info',
828
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
829
+ '@atlaskit/icon/glyph/editor/info')
830
+ },
831
+ 'editor/italic': {
832
+ keywords: ['editor/italic', 'editoritalic', 'icon', 'core'],
833
+ componentName: 'EditorItalicIcon',
834
+ package: '@atlaskit/icon/glyph/editor/italic',
835
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
836
+ '@atlaskit/icon/glyph/editor/italic')
837
+ },
838
+ 'editor/layout-single': {
839
+ keywords: ['editor/layout-single', 'editorlayoutsingle', 'icon', 'core'],
840
+ componentName: 'EditorLayoutSingleIcon',
841
+ package: '@atlaskit/icon/glyph/editor/layout-single',
842
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
843
+ '@atlaskit/icon/glyph/editor/layout-single')
844
+ },
845
+ 'editor/layout-three-equal': {
846
+ keywords: ['editor/layout-three-equal', 'editorlayoutthreeequal', 'icon', 'core'],
847
+ componentName: 'EditorLayoutThreeEqualIcon',
848
+ package: '@atlaskit/icon/glyph/editor/layout-three-equal',
849
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
850
+ '@atlaskit/icon/glyph/editor/layout-three-equal')
851
+ },
852
+ 'editor/layout-three-with-sidebars': {
853
+ keywords: ['editor/layout-three-with-sidebars', 'editorlayoutthreewithsidebars', 'icon', 'core'],
854
+ componentName: 'EditorLayoutThreeWithSidebarsIcon',
855
+ package: '@atlaskit/icon/glyph/editor/layout-three-with-sidebars',
856
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
857
+ '@atlaskit/icon/glyph/editor/layout-three-with-sidebars')
858
+ },
859
+ 'editor/layout-two-equal': {
860
+ keywords: ['editor/layout-two-equal', 'editorlayouttwoequal', 'icon', 'core'],
861
+ componentName: 'EditorLayoutTwoEqualIcon',
862
+ package: '@atlaskit/icon/glyph/editor/layout-two-equal',
863
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
864
+ '@atlaskit/icon/glyph/editor/layout-two-equal')
865
+ },
866
+ 'editor/layout-two-left-sidebar': {
867
+ keywords: ['editor/layout-two-left-sidebar', 'editorlayouttwoleftsidebar', 'icon', 'core'],
868
+ componentName: 'EditorLayoutTwoLeftSidebarIcon',
869
+ package: '@atlaskit/icon/glyph/editor/layout-two-left-sidebar',
870
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
871
+ '@atlaskit/icon/glyph/editor/layout-two-left-sidebar')
872
+ },
873
+ 'editor/layout-two-right-sidebar': {
874
+ keywords: ['editor/layout-two-right-sidebar', 'editorlayouttworightsidebar', 'icon', 'core'],
875
+ componentName: 'EditorLayoutTwoRightSidebarIcon',
876
+ package: '@atlaskit/icon/glyph/editor/layout-two-right-sidebar',
877
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
878
+ '@atlaskit/icon/glyph/editor/layout-two-right-sidebar')
879
+ },
880
+ 'editor/link': {
881
+ keywords: ['editor/link', 'editorlink', 'icon', 'core'],
882
+ componentName: 'EditorLinkIcon',
883
+ package: '@atlaskit/icon/glyph/editor/link',
884
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
885
+ '@atlaskit/icon/glyph/editor/link')
886
+ },
887
+ 'editor/media-center': {
888
+ keywords: ['editor/media-center', 'editormediacenter', 'layout', 'align', 'position', 'icon', 'core'],
889
+ componentName: 'EditorMediaCenterIcon',
890
+ package: '@atlaskit/icon/glyph/editor/media-center',
891
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
892
+ '@atlaskit/icon/glyph/editor/media-center')
893
+ },
894
+ 'editor/media-full-width': {
895
+ keywords: ['editor/media-full-width', 'editormediafullwidth', 'layout', 'align', 'position', 'icon', 'core'],
896
+ componentName: 'EditorMediaFullWidthIcon',
897
+ package: '@atlaskit/icon/glyph/editor/media-full-width',
898
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
899
+ '@atlaskit/icon/glyph/editor/media-full-width')
900
+ },
901
+ 'editor/media-wide': {
902
+ keywords: ['editor/media-wide', 'editormediawide', 'layout', 'align', 'position', 'icon', 'core'],
903
+ componentName: 'EditorMediaWideIcon',
904
+ package: '@atlaskit/icon/glyph/editor/media-wide',
905
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
906
+ '@atlaskit/icon/glyph/editor/media-wide')
907
+ },
908
+ 'editor/media-wrap-left': {
909
+ keywords: ['editor/media-wrap-left', 'editormediawrapleft', 'layout', 'align', 'position', 'icon', 'core'],
910
+ componentName: 'EditorMediaWrapLeftIcon',
911
+ package: '@atlaskit/icon/glyph/editor/media-wrap-left',
912
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
913
+ '@atlaskit/icon/glyph/editor/media-wrap-left')
914
+ },
915
+ 'editor/media-wrap-right': {
916
+ keywords: ['editor/media-wrap-right', 'editormediawrapright', 'layout', 'align', 'position', 'icon', 'core'],
917
+ componentName: 'EditorMediaWrapRightIcon',
918
+ package: '@atlaskit/icon/glyph/editor/media-wrap-right',
919
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
920
+ '@atlaskit/icon/glyph/editor/media-wrap-right')
921
+ },
922
+ 'editor/mention': {
923
+ keywords: ['editor/mention', 'editormention', '@', 'person', 'user', 'icon', 'core'],
924
+ componentName: 'EditorMentionIcon',
925
+ package: '@atlaskit/icon/glyph/editor/mention',
926
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
927
+ '@atlaskit/icon/glyph/editor/mention')
928
+ },
929
+ 'editor/more': {
930
+ keywords: ['editor/more', 'editormore', 'dots', 'ellipses', 'icon', 'core'],
931
+ componentName: 'EditorMoreIcon',
932
+ package: '@atlaskit/icon/glyph/editor/more',
933
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
934
+ '@atlaskit/icon/glyph/editor/more')
935
+ },
936
+ 'editor/note': {
937
+ keywords: ['editor/note', 'editornote', 'document', 'page', 'icon', 'core'],
938
+ componentName: 'EditorNoteIcon',
939
+ package: '@atlaskit/icon/glyph/editor/note',
940
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
941
+ '@atlaskit/icon/glyph/editor/note')
942
+ },
943
+ 'editor/number-list': {
944
+ keywords: ['editor/number-list', 'editornumberlist', 'ol', 'icon', 'core'],
945
+ componentName: 'EditorNumberListIcon',
946
+ package: '@atlaskit/icon/glyph/editor/number-list',
947
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
948
+ '@atlaskit/icon/glyph/editor/number-list')
949
+ },
950
+ 'editor/open': {
951
+ keywords: ['editor/open', 'editoropen', 'icon', 'core'],
952
+ componentName: 'EditorOpenIcon',
953
+ package: '@atlaskit/icon/glyph/editor/open',
954
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
955
+ '@atlaskit/icon/glyph/editor/open')
956
+ },
957
+ 'editor/outdent': {
958
+ keywords: ['editor/outdent', 'editoroutdent', 'indent', 'tab', 'spacing', 'padding', 'icon', 'core'],
959
+ componentName: 'EditorOutdentIcon',
960
+ package: '@atlaskit/icon/glyph/editor/outdent',
961
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
962
+ '@atlaskit/icon/glyph/editor/outdent')
963
+ },
964
+ 'editor/panel': {
965
+ keywords: ['editor/panel', 'editorpanel', 'info', 'icon', 'core'],
966
+ componentName: 'EditorPanelIcon',
967
+ package: '@atlaskit/icon/glyph/editor/panel',
968
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
969
+ '@atlaskit/icon/glyph/editor/panel')
970
+ },
971
+ 'editor/photo': {
972
+ keywords: ['editor/photo', 'editorphoto', 'camera', 'icon', 'core'],
973
+ componentName: 'EditorPhotoIcon',
974
+ package: '@atlaskit/icon/glyph/editor/photo',
975
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
976
+ '@atlaskit/icon/glyph/editor/photo')
977
+ },
978
+ 'editor/quote': {
979
+ keywords: ['editor/quote', 'editorquote', 'icon', 'core'],
980
+ componentName: 'EditorQuoteIcon',
981
+ package: '@atlaskit/icon/glyph/editor/quote',
982
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
983
+ '@atlaskit/icon/glyph/editor/quote')
984
+ },
985
+ 'editor/recent': {
986
+ keywords: ['editor/recent', 'editorrecent', 'clock', 'time', 'icon', 'core'],
987
+ componentName: 'EditorRecentIcon',
988
+ package: '@atlaskit/icon/glyph/editor/recent',
989
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
990
+ '@atlaskit/icon/glyph/editor/recent')
991
+ },
992
+ 'editor/redo': {
993
+ keywords: ['editor/redo', 'editorredo', 'icon', 'core'],
994
+ componentName: 'EditorRedoIcon',
995
+ package: '@atlaskit/icon/glyph/editor/redo',
996
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
997
+ '@atlaskit/icon/glyph/editor/redo')
998
+ },
999
+ 'editor/remove': {
1000
+ keywords: ['editor/remove', 'editorremove', 'bin', 'trash', 'recycle', 'delete', 'icon', 'core'],
1001
+ componentName: 'EditorRemoveIcon',
1002
+ package: '@atlaskit/icon/glyph/editor/remove',
1003
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1004
+ '@atlaskit/icon/glyph/editor/remove')
1005
+ },
1006
+ 'editor/remove-emoji': {
1007
+ keywords: ['editor/remove-emoji', 'editorremoveemoji', 'icon', 'core'],
1008
+ componentName: 'EditorRemoveEmojiIcon',
1009
+ package: '@atlaskit/icon/glyph/editor/remove-emoji',
1010
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1011
+ '@atlaskit/icon/glyph/editor/remove-emoji')
1012
+ },
1013
+ 'editor/search': {
1014
+ keywords: ['editor/search', 'editorsearch', 'magnifying', 'glass', 'find', 'icon', 'core'],
1015
+ componentName: 'EditorSearchIcon',
1016
+ package: '@atlaskit/icon/glyph/editor/search',
1017
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1018
+ '@atlaskit/icon/glyph/editor/search')
1019
+ },
1020
+ 'editor/settings': {
1021
+ keywords: ['editor/settings', 'editorsettings', 'options', 'configuration', 'icon', 'core'],
1022
+ componentName: 'EditorSettingsIcon',
1023
+ package: '@atlaskit/icon/glyph/editor/settings',
1024
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1025
+ '@atlaskit/icon/glyph/editor/settings')
1026
+ },
1027
+ 'editor/strikethrough': {
1028
+ keywords: ['editor/strikethrough', 'editorstrikethrough', 'strikethrough', 'type', 'font', 'typography', 'icon', 'core'],
1029
+ componentName: 'EditorStrikethroughIcon',
1030
+ package: '@atlaskit/icon/glyph/editor/strikethrough',
1031
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1032
+ '@atlaskit/icon/glyph/editor/strikethrough')
1033
+ },
1034
+ 'editor/success': {
1035
+ keywords: ['editor/success', 'editorsuccess', 'luck', 'achievement', 'icon', 'core'],
1036
+ componentName: 'EditorSuccessIcon',
1037
+ package: '@atlaskit/icon/glyph/editor/success',
1038
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1039
+ '@atlaskit/icon/glyph/editor/success')
1040
+ },
1041
+ 'editor/table': {
1042
+ keywords: ['editor/table', 'editortable', 'grid', 'icon', 'core'],
1043
+ componentName: 'EditorTableIcon',
1044
+ package: '@atlaskit/icon/glyph/editor/table',
1045
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1046
+ '@atlaskit/icon/glyph/editor/table')
1047
+ },
1048
+ 'editor/table-display-options': {
1049
+ keywords: ['editor/table-display-options', 'editortabledisplayoptions', 'display-options', 'display', 'icon', 'core'],
1050
+ componentName: 'EditorTableDisplayOptionsIcon',
1051
+ package: '@atlaskit/icon/glyph/editor/table-display-options',
1052
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1053
+ '@atlaskit/icon/glyph/editor/table-display-options')
1054
+ },
1055
+ 'editor/task': {
1056
+ keywords: ['editor/task', 'editortask', 'checkbox', 'tick', 'icon', 'core'],
1057
+ componentName: 'EditorTaskIcon',
1058
+ package: '@atlaskit/icon/glyph/editor/task',
1059
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1060
+ '@atlaskit/icon/glyph/editor/task')
1061
+ },
1062
+ 'editor/text-color': {
1063
+ keywords: ['editor/text-color', 'editortextcolor', 'font', 'icon', 'core'],
1064
+ componentName: 'EditorTextColorIcon',
1065
+ package: '@atlaskit/icon/glyph/editor/text-color',
1066
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1067
+ '@atlaskit/icon/glyph/editor/text-color')
1068
+ },
1069
+ 'editor/text-style': {
1070
+ keywords: ['editor/text-style', 'editortextstyle', 'type', 'font', 'typography', 'icon', 'core'],
1071
+ componentName: 'EditorTextStyleIcon',
1072
+ package: '@atlaskit/icon/glyph/editor/text-style',
1073
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1074
+ '@atlaskit/icon/glyph/editor/text-style')
1075
+ },
1076
+ 'editor/underline': {
1077
+ keywords: ['editor/underline', 'editorunderline', 'font', 'text', 'icon', 'core'],
1078
+ componentName: 'EditorUnderlineIcon',
1079
+ package: '@atlaskit/icon/glyph/editor/underline',
1080
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1081
+ '@atlaskit/icon/glyph/editor/underline')
1082
+ },
1083
+ 'editor/undo': {
1084
+ keywords: ['editor/undo', 'editorundo', 'icon', 'core'],
1085
+ componentName: 'EditorUndoIcon',
1086
+ package: '@atlaskit/icon/glyph/editor/undo',
1087
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1088
+ '@atlaskit/icon/glyph/editor/undo')
1089
+ },
1090
+ 'editor/unlink': {
1091
+ keywords: ['editor/unlink', 'editorunlink', 'icon', 'core'],
1092
+ componentName: 'EditorUnlinkIcon',
1093
+ package: '@atlaskit/icon/glyph/editor/unlink',
1094
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1095
+ '@atlaskit/icon/glyph/editor/unlink')
1096
+ },
1097
+ 'editor/warning': {
1098
+ keywords: ['editor/warning', 'editorwarning', 'alert', 'error', 'icon', 'core'],
1099
+ componentName: 'EditorWarningIcon',
1100
+ package: '@atlaskit/icon/glyph/editor/warning',
1101
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1102
+ '@atlaskit/icon/glyph/editor/warning')
1103
+ },
1104
+ email: {
1105
+ keywords: ['email', 'icon', 'core'],
1106
+ componentName: 'EmailIcon',
1107
+ package: '@atlaskit/icon/glyph/email',
1108
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1109
+ '@atlaskit/icon/glyph/email')
1110
+ },
1111
+ emoji: {
1112
+ keywords: ['emoji', 'emoticon', 'smiley', 'icon', 'core'],
1113
+ componentName: 'EmojiIcon',
1114
+ package: '@atlaskit/icon/glyph/emoji',
1115
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1116
+ '@atlaskit/icon/glyph/emoji')
1117
+ },
1118
+ 'emoji-add': {
1119
+ keywords: ['emoji-add', 'emojiadd', 'icon', 'core'],
1120
+ componentName: 'EmojiAddIcon',
1121
+ package: '@atlaskit/icon/glyph/emoji-add',
1122
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1123
+ '@atlaskit/icon/glyph/emoji-add')
1124
+ },
1125
+ 'emoji/activity': {
1126
+ keywords: ['emoji/activity', 'emojiactivity', 'tennis', 'ball', 'icon', 'core'],
1127
+ componentName: 'EmojiActivityIcon',
1128
+ package: '@atlaskit/icon/glyph/emoji/activity',
1129
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1130
+ '@atlaskit/icon/glyph/emoji/activity')
1131
+ },
1132
+ 'emoji/atlassian': {
1133
+ keywords: ['emoji/atlassian', 'emojiatlassian', 'icon', 'core'],
1134
+ componentName: 'EmojiAtlassianIcon',
1135
+ package: '@atlaskit/icon/glyph/emoji/atlassian',
1136
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1137
+ '@atlaskit/icon/glyph/emoji/atlassian')
1138
+ },
1139
+ 'emoji/custom': {
1140
+ keywords: ['emoji/custom', 'emojicustom', 'plus', 'add', 'create', 'new', 'icon', 'core'],
1141
+ componentName: 'EmojiCustomIcon',
1142
+ package: '@atlaskit/icon/glyph/emoji/custom',
1143
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1144
+ '@atlaskit/icon/glyph/emoji/custom')
1145
+ },
1146
+ 'emoji/emoji': {
1147
+ keywords: ['emoji/emoji', 'emojiemoji', 'emoticon', 'smiley', 'icon', 'core'],
1148
+ componentName: 'EmojiEmojiIcon',
1149
+ package: '@atlaskit/icon/glyph/emoji/emoji',
1150
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1151
+ '@atlaskit/icon/glyph/emoji/emoji')
1152
+ },
1153
+ 'emoji/flags': {
1154
+ keywords: ['emoji/flags', 'emojiflags', 'icon', 'core'],
1155
+ componentName: 'EmojiFlagsIcon',
1156
+ package: '@atlaskit/icon/glyph/emoji/flags',
1157
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1158
+ '@atlaskit/icon/glyph/emoji/flags')
1159
+ },
1160
+ 'emoji/food': {
1161
+ keywords: ['emoji/food', 'emojifood', 'icon', 'core'],
1162
+ componentName: 'EmojiFoodIcon',
1163
+ package: '@atlaskit/icon/glyph/emoji/food',
1164
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1165
+ '@atlaskit/icon/glyph/emoji/food')
1166
+ },
1167
+ 'emoji/frequent': {
1168
+ keywords: ['emoji/frequent', 'emojifrequent', 'time', 'clock', 'icon', 'core'],
1169
+ componentName: 'EmojiFrequentIcon',
1170
+ package: '@atlaskit/icon/glyph/emoji/frequent',
1171
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1172
+ '@atlaskit/icon/glyph/emoji/frequent')
1173
+ },
1174
+ 'emoji/keyboard': {
1175
+ keywords: ['emoji/keyboard', 'emojikeyboard', 'type', 'icon', 'core'],
1176
+ componentName: 'EmojiKeyboardIcon',
1177
+ package: '@atlaskit/icon/glyph/emoji/keyboard',
1178
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1179
+ '@atlaskit/icon/glyph/emoji/keyboard')
1180
+ },
1181
+ 'emoji/nature': {
1182
+ keywords: ['emoji/nature', 'emojinature', 'tree', 'icon', 'core'],
1183
+ componentName: 'EmojiNatureIcon',
1184
+ package: '@atlaskit/icon/glyph/emoji/nature',
1185
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1186
+ '@atlaskit/icon/glyph/emoji/nature')
1187
+ },
1188
+ 'emoji/objects': {
1189
+ keywords: ['emoji/objects', 'emojiobjects', 'light', 'icon', 'core'],
1190
+ componentName: 'EmojiObjectsIcon',
1191
+ package: '@atlaskit/icon/glyph/emoji/objects',
1192
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1193
+ '@atlaskit/icon/glyph/emoji/objects')
1194
+ },
1195
+ 'emoji/people': {
1196
+ keywords: ['emoji/people', 'emojipeople', 'smiley', 'face', 'icon', 'core'],
1197
+ componentName: 'EmojiPeopleIcon',
1198
+ package: '@atlaskit/icon/glyph/emoji/people',
1199
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1200
+ '@atlaskit/icon/glyph/emoji/people')
1201
+ },
1202
+ 'emoji/productivity': {
1203
+ keywords: ['emoji/productivity', 'emojiproductivity', 'icon', 'core'],
1204
+ componentName: 'EmojiProductivityIcon',
1205
+ package: '@atlaskit/icon/glyph/emoji/productivity',
1206
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1207
+ '@atlaskit/icon/glyph/emoji/productivity')
1208
+ },
1209
+ 'emoji/symbols': {
1210
+ keywords: ['emoji/symbols', 'emojisymbols', 'heart', 'love', 'icon', 'core'],
1211
+ componentName: 'EmojiSymbolsIcon',
1212
+ package: '@atlaskit/icon/glyph/emoji/symbols',
1213
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1214
+ '@atlaskit/icon/glyph/emoji/symbols')
1215
+ },
1216
+ 'emoji/travel': {
1217
+ keywords: ['emoji/travel', 'emojitravel', 'train', 'transport', 'icon', 'core'],
1218
+ componentName: 'EmojiTravelIcon',
1219
+ package: '@atlaskit/icon/glyph/emoji/travel',
1220
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1221
+ '@atlaskit/icon/glyph/emoji/travel')
1222
+ },
1223
+ error: {
1224
+ keywords: ['error', 'warning', 'alert', 'icon', 'core'],
1225
+ componentName: 'ErrorIcon',
1226
+ package: '@atlaskit/icon/glyph/error',
1227
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1228
+ '@atlaskit/icon/glyph/error')
1229
+ },
1230
+ export: {
1231
+ keywords: ['export', 'upload', 'icon', 'core'],
1232
+ componentName: 'ExportIcon',
1233
+ package: '@atlaskit/icon/glyph/export',
1234
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1235
+ '@atlaskit/icon/glyph/export')
1236
+ },
1237
+ feedback: {
1238
+ keywords: ['feedback', 'announce', 'speaker', 'megaphone', 'icon', 'core'],
1239
+ componentName: 'FeedbackIcon',
1240
+ package: '@atlaskit/icon/glyph/feedback',
1241
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1242
+ '@atlaskit/icon/glyph/feedback')
1243
+ },
1244
+ file: {
1245
+ keywords: ['file', 'document', 'paper', 'page', 'sheet', 'icon', 'core'],
1246
+ componentName: 'FileIcon',
1247
+ package: '@atlaskit/icon/glyph/file',
1248
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1249
+ '@atlaskit/icon/glyph/file')
1250
+ },
1251
+ filter: {
1252
+ keywords: ['filter', 'icon', 'core'],
1253
+ componentName: 'FilterIcon',
1254
+ package: '@atlaskit/icon/glyph/filter',
1255
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1256
+ '@atlaskit/icon/glyph/filter')
1257
+ },
1258
+ 'flag-filled': {
1259
+ keywords: ['flag-filled', 'flagfilled', 'icon', 'core'],
1260
+ componentName: 'FlagFilledIcon',
1261
+ package: '@atlaskit/icon/glyph/flag-filled',
1262
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1263
+ '@atlaskit/icon/glyph/flag-filled')
1264
+ },
1265
+ folder: {
1266
+ keywords: ['folder', 'directory', 'icon', 'core'],
1267
+ componentName: 'FolderIcon',
1268
+ package: '@atlaskit/icon/glyph/folder',
1269
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1270
+ '@atlaskit/icon/glyph/folder')
1271
+ },
1272
+ 'folder-filled': {
1273
+ keywords: ['folder-filled', 'folderfilled', 'directory', 'icon', 'core'],
1274
+ componentName: 'FolderFilledIcon',
1275
+ package: '@atlaskit/icon/glyph/folder-filled',
1276
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1277
+ '@atlaskit/icon/glyph/folder-filled')
1278
+ },
1279
+ followers: {
1280
+ keywords: ['followers', 'person', 'user', 'icon', 'core'],
1281
+ componentName: 'FollowersIcon',
1282
+ package: '@atlaskit/icon/glyph/followers',
1283
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1284
+ '@atlaskit/icon/glyph/followers')
1285
+ },
1286
+ following: {
1287
+ keywords: ['following', 'person', 'user', 'icon', 'core'],
1288
+ componentName: 'FollowingIcon',
1289
+ package: '@atlaskit/icon/glyph/following',
1290
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1291
+ '@atlaskit/icon/glyph/following')
1292
+ },
1293
+ googledrive: {
1294
+ keywords: ['googledrive', 'icon', 'core'],
1295
+ componentName: 'GoogledriveIcon',
1296
+ package: '@atlaskit/icon/glyph/googledrive',
1297
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1298
+ '@atlaskit/icon/glyph/googledrive')
1299
+ },
1300
+ 'graph-bar': {
1301
+ keywords: ['graph-bar', 'graphbar', 'chart', 'growth', 'data', 'statistics', 'analytics', 'icon', 'core'],
1302
+ componentName: 'GraphBarIcon',
1303
+ package: '@atlaskit/icon/glyph/graph-bar',
1304
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1305
+ '@atlaskit/icon/glyph/graph-bar')
1306
+ },
1307
+ 'graph-line': {
1308
+ keywords: ['graph-line', 'graphline', 'chart', 'growth', 'data', 'statistics', 'analytics', 'icon', 'core'],
1309
+ componentName: 'GraphLineIcon',
1310
+ package: '@atlaskit/icon/glyph/graph-line',
1311
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1312
+ '@atlaskit/icon/glyph/graph-line')
1313
+ },
1314
+ gsuite: {
1315
+ keywords: ['gsuite', 'icon', 'core'],
1316
+ componentName: 'GsuiteIcon',
1317
+ package: '@atlaskit/icon/glyph/gsuite',
1318
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1319
+ '@atlaskit/icon/glyph/gsuite')
1320
+ },
1321
+ highlights: {
1322
+ keywords: ['highlights', 'icon', 'core'],
1323
+ componentName: 'HighlightsIcon',
1324
+ package: '@atlaskit/icon/glyph/highlights',
1325
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1326
+ '@atlaskit/icon/glyph/highlights')
1327
+ },
1328
+ 'hipchat/audio-only': {
1329
+ keywords: ['hipchat/audio-only', 'hipchataudioonly', 'audio', 'icon', 'core'],
1330
+ componentName: 'HipchatAudioOnlyIcon',
1331
+ package: '@atlaskit/icon/glyph/hipchat/audio-only',
1332
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1333
+ '@atlaskit/icon/glyph/hipchat/audio-only')
1334
+ },
1335
+ 'hipchat/chevron-double-down': {
1336
+ keywords: ['hipchat/chevron-double-down', 'hipchatchevrondoubledown', 'icon', 'core'],
1337
+ componentName: 'HipchatChevronDoubleDownIcon',
1338
+ package: '@atlaskit/icon/glyph/hipchat/chevron-double-down',
1339
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1340
+ '@atlaskit/icon/glyph/hipchat/chevron-double-down')
1341
+ },
1342
+ 'hipchat/chevron-double-up': {
1343
+ keywords: ['hipchat/chevron-double-up', 'hipchatchevrondoubleup', 'icon', 'core'],
1344
+ componentName: 'HipchatChevronDoubleUpIcon',
1345
+ package: '@atlaskit/icon/glyph/hipchat/chevron-double-up',
1346
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1347
+ '@atlaskit/icon/glyph/hipchat/chevron-double-up')
1348
+ },
1349
+ 'hipchat/chevron-down': {
1350
+ keywords: ['hipchat/chevron-down', 'hipchatchevrondown', 'icon', 'core'],
1351
+ componentName: 'HipchatChevronDownIcon',
1352
+ package: '@atlaskit/icon/glyph/hipchat/chevron-down',
1353
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1354
+ '@atlaskit/icon/glyph/hipchat/chevron-down')
1355
+ },
1356
+ 'hipchat/chevron-up': {
1357
+ keywords: ['hipchat/chevron-up', 'hipchatchevronup', 'icon', 'core'],
1358
+ componentName: 'HipchatChevronUpIcon',
1359
+ package: '@atlaskit/icon/glyph/hipchat/chevron-up',
1360
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1361
+ '@atlaskit/icon/glyph/hipchat/chevron-up')
1362
+ },
1363
+ 'hipchat/dial-out': {
1364
+ keywords: ['hipchat/dial-out', 'hipchatdialout', 'dial', 'call', 'icon', 'core'],
1365
+ componentName: 'HipchatDialOutIcon',
1366
+ package: '@atlaskit/icon/glyph/hipchat/dial-out',
1367
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1368
+ '@atlaskit/icon/glyph/hipchat/dial-out')
1369
+ },
1370
+ 'hipchat/lobby': {
1371
+ keywords: ['hipchat/lobby', 'hipchatlobby', 'bell', 'icon', 'core'],
1372
+ componentName: 'HipchatLobbyIcon',
1373
+ package: '@atlaskit/icon/glyph/hipchat/lobby',
1374
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1375
+ '@atlaskit/icon/glyph/hipchat/lobby')
1376
+ },
1377
+ 'hipchat/media-attachment-count': {
1378
+ keywords: ['hipchat/media-attachment-count', 'hipchatmediaattachmentcount', 'dot', 'icon', 'core'],
1379
+ componentName: 'HipchatMediaAttachmentCountIcon',
1380
+ package: '@atlaskit/icon/glyph/hipchat/media-attachment-count',
1381
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1382
+ '@atlaskit/icon/glyph/hipchat/media-attachment-count')
1383
+ },
1384
+ 'hipchat/outgoing-sound': {
1385
+ keywords: ['hipchat/outgoing-sound', 'hipchatoutgoingsound', 'sound', 'icon', 'core'],
1386
+ componentName: 'HipchatOutgoingSoundIcon',
1387
+ package: '@atlaskit/icon/glyph/hipchat/outgoing-sound',
1388
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1389
+ '@atlaskit/icon/glyph/hipchat/outgoing-sound')
1390
+ },
1391
+ 'hipchat/sd-video': {
1392
+ keywords: ['hipchat/sd-video', 'hipchatsdvideo', 'video', 'definition', 'icon', 'core'],
1393
+ componentName: 'HipchatSdVideoIcon',
1394
+ package: '@atlaskit/icon/glyph/hipchat/sd-video',
1395
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1396
+ '@atlaskit/icon/glyph/hipchat/sd-video')
1397
+ },
1398
+ home: {
1399
+ keywords: ['home', 'icon', 'core'],
1400
+ componentName: 'HomeIcon',
1401
+ package: '@atlaskit/icon/glyph/home',
1402
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1403
+ '@atlaskit/icon/glyph/home')
1404
+ },
1405
+ 'home-circle': {
1406
+ keywords: ['home-circle', 'homecircle', 'icon', 'core'],
1407
+ componentName: 'HomeCircleIcon',
1408
+ package: '@atlaskit/icon/glyph/home-circle',
1409
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1410
+ '@atlaskit/icon/glyph/home-circle')
1411
+ },
1412
+ image: {
1413
+ keywords: ['image', 'picture', 'photo', 'icon', 'core'],
1414
+ componentName: 'ImageIcon',
1415
+ package: '@atlaskit/icon/glyph/image',
1416
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1417
+ '@atlaskit/icon/glyph/image')
1418
+ },
1419
+ 'image-border': {
1420
+ keywords: ['image-border', 'imageborder', 'marquee', 'box', 'icon', 'core'],
1421
+ componentName: 'ImageBorderIcon',
1422
+ package: '@atlaskit/icon/glyph/image-border',
1423
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1424
+ '@atlaskit/icon/glyph/image-border')
1425
+ },
1426
+ 'image-resize': {
1427
+ keywords: ['image-resize', 'imageresize', 'expand', 'icon', 'core'],
1428
+ componentName: 'ImageResizeIcon',
1429
+ package: '@atlaskit/icon/glyph/image-resize',
1430
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1431
+ '@atlaskit/icon/glyph/image-resize')
1432
+ },
1433
+ info: {
1434
+ keywords: ['info', 'icon', 'core'],
1435
+ componentName: 'InfoIcon',
1436
+ package: '@atlaskit/icon/glyph/info',
1437
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1438
+ '@atlaskit/icon/glyph/info')
1439
+ },
1440
+ 'invite-team': {
1441
+ keywords: ['invite-team', 'inviteteam', 'add', 'person', 'user', 'icon', 'core'],
1442
+ componentName: 'InviteTeamIcon',
1443
+ package: '@atlaskit/icon/glyph/invite-team',
1444
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1445
+ '@atlaskit/icon/glyph/invite-team')
1446
+ },
1447
+ issue: {
1448
+ keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core'],
1449
+ componentName: 'IssueIcon',
1450
+ package: '@atlaskit/icon/glyph/issue',
1451
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1452
+ '@atlaskit/icon/glyph/issue')
1453
+ },
1454
+ 'issue-raise': {
1455
+ keywords: ['issue-raise', 'issueraise', 'add', 'create', 'plus', 'new', 'icon', 'core'],
1456
+ componentName: 'IssueRaiseIcon',
1457
+ package: '@atlaskit/icon/glyph/issue-raise',
1458
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1459
+ '@atlaskit/icon/glyph/issue-raise')
1460
+ },
1461
+ issues: {
1462
+ keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core'],
1463
+ componentName: 'IssuesIcon',
1464
+ package: '@atlaskit/icon/glyph/issues',
1465
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1466
+ '@atlaskit/icon/glyph/issues')
1467
+ },
1468
+ 'jira/capture': {
1469
+ keywords: ['jira/capture', 'jiracapture', 'icon', 'core'],
1470
+ componentName: 'JiraCaptureIcon',
1471
+ package: '@atlaskit/icon/glyph/jira/capture',
1472
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1473
+ '@atlaskit/icon/glyph/jira/capture')
1474
+ },
1475
+ 'jira/failed-build-status': {
1476
+ keywords: ['jira/failed-build-status', 'jirafailedbuildstatus', 'icon', 'core'],
1477
+ componentName: 'JiraFailedBuildStatusIcon',
1478
+ package: '@atlaskit/icon/glyph/jira/failed-build-status',
1479
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1480
+ '@atlaskit/icon/glyph/jira/failed-build-status')
1481
+ },
1482
+ 'jira/labs': {
1483
+ keywords: ['jira/labs', 'jiralabs', 'icon', 'core'],
1484
+ componentName: 'JiraLabsIcon',
1485
+ package: '@atlaskit/icon/glyph/jira/labs',
1486
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1487
+ '@atlaskit/icon/glyph/jira/labs')
1488
+ },
1489
+ 'jira/test-session': {
1490
+ keywords: ['jira/test-session', 'jiratestsession', 'icon', 'core'],
1491
+ componentName: 'JiraTestSessionIcon',
1492
+ package: '@atlaskit/icon/glyph/jira/test-session',
1493
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1494
+ '@atlaskit/icon/glyph/jira/test-session')
1495
+ },
1496
+ label: {
1497
+ keywords: ['label', 'icon', 'core'],
1498
+ componentName: 'LabelIcon',
1499
+ package: '@atlaskit/icon/glyph/label',
1500
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1501
+ '@atlaskit/icon/glyph/label')
1502
+ },
1503
+ lightbulb: {
1504
+ keywords: ['lightbulb', 'idea', 'hint', 'icon', 'core'],
1505
+ componentName: 'LightbulbIcon',
1506
+ package: '@atlaskit/icon/glyph/lightbulb',
1507
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1508
+ '@atlaskit/icon/glyph/lightbulb')
1509
+ },
1510
+ 'lightbulb-filled': {
1511
+ keywords: ['lightbulb-filled', 'lightbulbfilled', 'idea', 'hint', 'icon', 'core'],
1512
+ componentName: 'LightbulbFilledIcon',
1513
+ package: '@atlaskit/icon/glyph/lightbulb-filled',
1514
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1515
+ '@atlaskit/icon/glyph/lightbulb-filled')
1516
+ },
1517
+ like: {
1518
+ keywords: ['like', 'icon', 'core'],
1519
+ componentName: 'LikeIcon',
1520
+ package: '@atlaskit/icon/glyph/like',
1521
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1522
+ '@atlaskit/icon/glyph/like')
1523
+ },
1524
+ link: {
1525
+ keywords: ['link', 'icon', 'core'],
1526
+ componentName: 'LinkIcon',
1527
+ package: '@atlaskit/icon/glyph/link',
1528
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1529
+ '@atlaskit/icon/glyph/link')
1530
+ },
1531
+ 'link-filled': {
1532
+ keywords: ['link-filled', 'linkfilled', 'icon', 'core'],
1533
+ componentName: 'LinkFilledIcon',
1534
+ package: '@atlaskit/icon/glyph/link-filled',
1535
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1536
+ '@atlaskit/icon/glyph/link-filled')
1537
+ },
1538
+ list: {
1539
+ keywords: ['list', 'justify', 'ul', 'icon', 'core'],
1540
+ componentName: 'ListIcon',
1541
+ package: '@atlaskit/icon/glyph/list',
1542
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1543
+ '@atlaskit/icon/glyph/list')
1544
+ },
1545
+ location: {
1546
+ keywords: ['location', 'pin', 'gps', 'map', 'icon', 'core'],
1547
+ componentName: 'LocationIcon',
1548
+ package: '@atlaskit/icon/glyph/location',
1549
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1550
+ '@atlaskit/icon/glyph/location')
1551
+ },
1552
+ lock: {
1553
+ keywords: ['lock', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
1554
+ componentName: 'LockIcon',
1555
+ package: '@atlaskit/icon/glyph/lock',
1556
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1557
+ '@atlaskit/icon/glyph/lock')
1558
+ },
1559
+ 'lock-circle': {
1560
+ keywords: ['lock-circle', 'lockcircle', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
1561
+ componentName: 'LockCircleIcon',
1562
+ package: '@atlaskit/icon/glyph/lock-circle',
1563
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1564
+ '@atlaskit/icon/glyph/lock-circle')
1565
+ },
1566
+ 'lock-filled': {
1567
+ keywords: ['lock-filled', 'lockfilled', 'closed', 'permissions', 'privacy', 'restrict', 'secure', 'icon', 'core'],
1568
+ componentName: 'LockFilledIcon',
1569
+ package: '@atlaskit/icon/glyph/lock-filled',
1570
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1571
+ '@atlaskit/icon/glyph/lock-filled')
1572
+ },
1573
+ marketplace: {
1574
+ keywords: ['marketplace', 'store', 'shop', 'icon', 'core'],
1575
+ componentName: 'MarketplaceIcon',
1576
+ package: '@atlaskit/icon/glyph/marketplace',
1577
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1578
+ '@atlaskit/icon/glyph/marketplace')
1579
+ },
1580
+ 'media-services/actual-size': {
1581
+ keywords: ['media-services/actual-size', 'mediaservicesactualsize', 'icon', 'core'],
1582
+ componentName: 'MediaServicesActualSizeIcon',
1583
+ package: '@atlaskit/icon/glyph/media-services/actual-size',
1584
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1585
+ '@atlaskit/icon/glyph/media-services/actual-size')
1586
+ },
1587
+ 'media-services/add-comment': {
1588
+ keywords: ['media-services/add-comment', 'mediaservicesaddcomment', 'chat', 'new', 'create', 'icon', 'core'],
1589
+ componentName: 'MediaServicesAddCommentIcon',
1590
+ package: '@atlaskit/icon/glyph/media-services/add-comment',
1591
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1592
+ '@atlaskit/icon/glyph/media-services/add-comment')
1593
+ },
1594
+ 'media-services/annotate': {
1595
+ keywords: ['media-services/annotate', 'mediaservicesannotate', 'icon', 'core'],
1596
+ componentName: 'MediaServicesAnnotateIcon',
1597
+ package: '@atlaskit/icon/glyph/media-services/annotate',
1598
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1599
+ '@atlaskit/icon/glyph/media-services/annotate')
1600
+ },
1601
+ 'media-services/arrow': {
1602
+ keywords: ['media-services/arrow', 'mediaservicesarrow', 'icon', 'core'],
1603
+ componentName: 'MediaServicesArrowIcon',
1604
+ package: '@atlaskit/icon/glyph/media-services/arrow',
1605
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1606
+ '@atlaskit/icon/glyph/media-services/arrow')
1607
+ },
1608
+ 'media-services/audio': {
1609
+ keywords: ['media-services/audio', 'mediaservicesaudio', 'music', 'note', 'sound', 'icon', 'core'],
1610
+ componentName: 'MediaServicesAudioIcon',
1611
+ package: '@atlaskit/icon/glyph/media-services/audio',
1612
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1613
+ '@atlaskit/icon/glyph/media-services/audio')
1614
+ },
1615
+ 'media-services/blur': {
1616
+ keywords: ['media-services/blur', 'mediaservicesblur', 'pixelate', 'icon', 'core'],
1617
+ componentName: 'MediaServicesBlurIcon',
1618
+ package: '@atlaskit/icon/glyph/media-services/blur',
1619
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1620
+ '@atlaskit/icon/glyph/media-services/blur')
1621
+ },
1622
+ 'media-services/brush': {
1623
+ keywords: ['media-services/brush', 'mediaservicesbrush', 'paint', 'icon', 'core'],
1624
+ componentName: 'MediaServicesBrushIcon',
1625
+ package: '@atlaskit/icon/glyph/media-services/brush',
1626
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1627
+ '@atlaskit/icon/glyph/media-services/brush')
1628
+ },
1629
+ 'media-services/button-option': {
1630
+ keywords: ['media-services/button-option', 'mediaservicesbuttonoption', 'icon', 'core'],
1631
+ componentName: 'MediaServicesButtonOptionIcon',
1632
+ package: '@atlaskit/icon/glyph/media-services/button-option',
1633
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1634
+ '@atlaskit/icon/glyph/media-services/button-option')
1635
+ },
1636
+ 'media-services/code': {
1637
+ keywords: ['media-services/code', 'mediaservicescode', 'source', 'icon', 'core'],
1638
+ componentName: 'MediaServicesCodeIcon',
1639
+ package: '@atlaskit/icon/glyph/media-services/code',
1640
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1641
+ '@atlaskit/icon/glyph/media-services/code')
1642
+ },
1643
+ 'media-services/document': {
1644
+ keywords: ['media-services/document', 'mediaservicesdocument', 'text', 'icon', 'core'],
1645
+ componentName: 'MediaServicesDocumentIcon',
1646
+ package: '@atlaskit/icon/glyph/media-services/document',
1647
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1648
+ '@atlaskit/icon/glyph/media-services/document')
1649
+ },
1650
+ 'media-services/filter': {
1651
+ keywords: ['media-services/filter', 'mediaservicesfilter', 'icon', 'core'],
1652
+ componentName: 'MediaServicesFilterIcon',
1653
+ package: '@atlaskit/icon/glyph/media-services/filter',
1654
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1655
+ '@atlaskit/icon/glyph/media-services/filter')
1656
+ },
1657
+ 'media-services/fit-to-page': {
1658
+ keywords: ['media-services/fit-to-page', 'mediaservicesfittopage', 'icon', 'core'],
1659
+ componentName: 'MediaServicesFitToPageIcon',
1660
+ package: '@atlaskit/icon/glyph/media-services/fit-to-page',
1661
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1662
+ '@atlaskit/icon/glyph/media-services/fit-to-page')
1663
+ },
1664
+ 'media-services/full-screen': {
1665
+ keywords: ['media-services/full-screen', 'mediaservicesfullscreen', 'icon', 'core'],
1666
+ componentName: 'MediaServicesFullScreenIcon',
1667
+ package: '@atlaskit/icon/glyph/media-services/full-screen',
1668
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1669
+ '@atlaskit/icon/glyph/media-services/full-screen')
1670
+ },
1671
+ 'media-services/grid': {
1672
+ keywords: ['media-services/grid', 'mediaservicesgrid', 'table', 'icon', 'core'],
1673
+ componentName: 'MediaServicesGridIcon',
1674
+ package: '@atlaskit/icon/glyph/media-services/grid',
1675
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1676
+ '@atlaskit/icon/glyph/media-services/grid')
1677
+ },
1678
+ 'media-services/image': {
1679
+ keywords: ['media-services/image', 'mediaservicesimage', 'photo', 'picture', 'icon', 'core'],
1680
+ componentName: 'MediaServicesImageIcon',
1681
+ package: '@atlaskit/icon/glyph/media-services/image',
1682
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1683
+ '@atlaskit/icon/glyph/media-services/image')
1684
+ },
1685
+ 'media-services/line': {
1686
+ keywords: ['media-services/line', 'mediaservicesline', 'icon', 'core'],
1687
+ componentName: 'MediaServicesLineIcon',
1688
+ package: '@atlaskit/icon/glyph/media-services/line',
1689
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1690
+ '@atlaskit/icon/glyph/media-services/line')
1691
+ },
1692
+ 'media-services/line-thickness': {
1693
+ keywords: ['media-services/line-thickness', 'mediaserviceslinethickness', 'icon', 'core'],
1694
+ componentName: 'MediaServicesLineThicknessIcon',
1695
+ package: '@atlaskit/icon/glyph/media-services/line-thickness',
1696
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1697
+ '@atlaskit/icon/glyph/media-services/line-thickness')
1698
+ },
1699
+ 'media-services/no-image': {
1700
+ keywords: ['media-services/no-image', 'mediaservicesnoimage', 'icon', 'core'],
1701
+ componentName: 'MediaServicesNoImageIcon',
1702
+ package: '@atlaskit/icon/glyph/media-services/no-image',
1703
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1704
+ '@atlaskit/icon/glyph/media-services/no-image')
1705
+ },
1706
+ 'media-services/open-mediaviewer': {
1707
+ keywords: ['media-services/open-mediaviewer', 'mediaservicesopenmediaviewer', 'icon', 'core'],
1708
+ componentName: 'MediaServicesOpenMediaviewerIcon',
1709
+ package: '@atlaskit/icon/glyph/media-services/open-mediaviewer',
1710
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1711
+ '@atlaskit/icon/glyph/media-services/open-mediaviewer')
1712
+ },
1713
+ 'media-services/oval': {
1714
+ keywords: ['media-services/oval', 'mediaservicesoval', 'ellipse', 'icon', 'core'],
1715
+ componentName: 'MediaServicesOvalIcon',
1716
+ package: '@atlaskit/icon/glyph/media-services/oval',
1717
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1718
+ '@atlaskit/icon/glyph/media-services/oval')
1719
+ },
1720
+ 'media-services/pdf': {
1721
+ keywords: ['media-services/pdf', 'mediaservicespdf', 'document', 'icon', 'core'],
1722
+ componentName: 'MediaServicesPdfIcon',
1723
+ package: '@atlaskit/icon/glyph/media-services/pdf',
1724
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1725
+ '@atlaskit/icon/glyph/media-services/pdf')
1726
+ },
1727
+ 'media-services/preselected': {
1728
+ keywords: ['media-services/preselected', 'mediaservicespreselected', 'circle', 'icon', 'core'],
1729
+ componentName: 'MediaServicesPreselectedIcon',
1730
+ package: '@atlaskit/icon/glyph/media-services/preselected',
1731
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1732
+ '@atlaskit/icon/glyph/media-services/preselected')
1733
+ },
1734
+ 'media-services/presentation': {
1735
+ keywords: ['media-services/presentation', 'mediaservicespresentation', 'chart', 'graph', 'icon', 'core'],
1736
+ componentName: 'MediaServicesPresentationIcon',
1737
+ package: '@atlaskit/icon/glyph/media-services/presentation',
1738
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1739
+ '@atlaskit/icon/glyph/media-services/presentation')
1740
+ },
1741
+ 'media-services/rectangle': {
1742
+ keywords: ['media-services/rectangle', 'mediaservicesrectangle', 'box', 'icon', 'core'],
1743
+ componentName: 'MediaServicesRectangleIcon',
1744
+ package: '@atlaskit/icon/glyph/media-services/rectangle',
1745
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1746
+ '@atlaskit/icon/glyph/media-services/rectangle')
1747
+ },
1748
+ 'media-services/scale-large': {
1749
+ keywords: ['media-services/scale-large', 'mediaservicesscalelarge', 'photo', 'picture', 'image', 'icon', 'core'],
1750
+ componentName: 'MediaServicesScaleLargeIcon',
1751
+ package: '@atlaskit/icon/glyph/media-services/scale-large',
1752
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1753
+ '@atlaskit/icon/glyph/media-services/scale-large')
1754
+ },
1755
+ 'media-services/scale-small': {
1756
+ keywords: ['media-services/scale-small', 'mediaservicesscalesmall', 'photo', 'picture', 'image', 'icon', 'core'],
1757
+ componentName: 'MediaServicesScaleSmallIcon',
1758
+ package: '@atlaskit/icon/glyph/media-services/scale-small',
1759
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1760
+ '@atlaskit/icon/glyph/media-services/scale-small')
1761
+ },
1762
+ 'media-services/spreadsheet': {
1763
+ keywords: ['media-services/spreadsheet', 'mediaservicesspreadsheet', 'document', 'excel', 'sheets', 'table', 'icon', 'core'],
1764
+ componentName: 'MediaServicesSpreadsheetIcon',
1765
+ package: '@atlaskit/icon/glyph/media-services/spreadsheet',
1766
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1767
+ '@atlaskit/icon/glyph/media-services/spreadsheet')
1768
+ },
1769
+ 'media-services/text': {
1770
+ keywords: ['media-services/text', 'mediaservicestext', 'type', 'typography', 'font', 'icon', 'core'],
1771
+ componentName: 'MediaServicesTextIcon',
1772
+ package: '@atlaskit/icon/glyph/media-services/text',
1773
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1774
+ '@atlaskit/icon/glyph/media-services/text')
1775
+ },
1776
+ 'media-services/unknown': {
1777
+ keywords: ['media-services/unknown', 'mediaservicesunknown', 'document', 'file', 'icon', 'core'],
1778
+ componentName: 'MediaServicesUnknownIcon',
1779
+ package: '@atlaskit/icon/glyph/media-services/unknown',
1780
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1781
+ '@atlaskit/icon/glyph/media-services/unknown')
1782
+ },
1783
+ 'media-services/video': {
1784
+ keywords: ['media-services/video', 'mediaservicesvideo', 'film', 'camera', 'icon', 'core'],
1785
+ componentName: 'MediaServicesVideoIcon',
1786
+ package: '@atlaskit/icon/glyph/media-services/video',
1787
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1788
+ '@atlaskit/icon/glyph/media-services/video')
1789
+ },
1790
+ 'media-services/zip': {
1791
+ keywords: ['media-services/zip', 'mediaserviceszip', 'compress', 'icon', 'core'],
1792
+ componentName: 'MediaServicesZipIcon',
1793
+ package: '@atlaskit/icon/glyph/media-services/zip',
1794
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1795
+ '@atlaskit/icon/glyph/media-services/zip')
1796
+ },
1797
+ 'media-services/zoom-in': {
1798
+ keywords: ['media-services/zoom-in', 'mediaserviceszoomin', 'magnify', 'icon', 'core'],
1799
+ componentName: 'MediaServicesZoomInIcon',
1800
+ package: '@atlaskit/icon/glyph/media-services/zoom-in',
1801
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1802
+ '@atlaskit/icon/glyph/media-services/zoom-in')
1803
+ },
1804
+ 'media-services/zoom-out': {
1805
+ keywords: ['media-services/zoom-out', 'mediaserviceszoomout', 'magnify', 'icon', 'core'],
1806
+ componentName: 'MediaServicesZoomOutIcon',
1807
+ package: '@atlaskit/icon/glyph/media-services/zoom-out',
1808
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1809
+ '@atlaskit/icon/glyph/media-services/zoom-out')
1810
+ },
1811
+ mention: {
1812
+ keywords: ['mention', 'user', 'person', '@', 'icon', 'core'],
1813
+ componentName: 'MentionIcon',
1814
+ package: '@atlaskit/icon/glyph/mention',
1815
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1816
+ '@atlaskit/icon/glyph/mention')
1817
+ },
1818
+ menu: {
1819
+ keywords: ['menu', 'hamburger', 'navigation', 'switcher', 'app switcher', 'icon', 'core'],
1820
+ componentName: 'MenuIcon',
1821
+ package: '@atlaskit/icon/glyph/menu',
1822
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1823
+ '@atlaskit/icon/glyph/menu')
1824
+ },
1825
+ 'menu-expand': {
1826
+ keywords: ['menu-expand', 'menuexpand', 'icon', 'core'],
1827
+ componentName: 'MenuExpandIcon',
1828
+ package: '@atlaskit/icon/glyph/menu-expand',
1829
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1830
+ '@atlaskit/icon/glyph/menu-expand')
1831
+ },
1832
+ mobile: {
1833
+ keywords: ['mobile', 'icon', 'core'],
1834
+ componentName: 'MobileIcon',
1835
+ package: '@atlaskit/icon/glyph/mobile',
1836
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1837
+ '@atlaskit/icon/glyph/mobile')
1838
+ },
1839
+ more: {
1840
+ keywords: ['more', 'dots', 'ellipses', 'icon', 'core'],
1841
+ componentName: 'MoreIcon',
1842
+ package: '@atlaskit/icon/glyph/more',
1843
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1844
+ '@atlaskit/icon/glyph/more')
1845
+ },
1846
+ 'more-vertical': {
1847
+ keywords: ['more-vertical', 'morevertical', 'dots', 'icon', 'core'],
1848
+ componentName: 'MoreVerticalIcon',
1849
+ package: '@atlaskit/icon/glyph/more-vertical',
1850
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1851
+ '@atlaskit/icon/glyph/more-vertical')
1852
+ },
1853
+ notification: {
1854
+ keywords: ['notification', 'bell', 'alarm', 'icon', 'core'],
1855
+ componentName: 'NotificationIcon',
1856
+ package: '@atlaskit/icon/glyph/notification',
1857
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1858
+ '@atlaskit/icon/glyph/notification')
1859
+ },
1860
+ 'notification-all': {
1861
+ keywords: ['notification-all', 'notificationall', 'bell', 'alarm', 'icon', 'core'],
1862
+ componentName: 'NotificationAllIcon',
1863
+ package: '@atlaskit/icon/glyph/notification-all',
1864
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1865
+ '@atlaskit/icon/glyph/notification-all')
1866
+ },
1867
+ 'notification-direct': {
1868
+ keywords: ['notification-direct', 'notificationdirect', 'bell', 'alarm', 'icon', 'core'],
1869
+ componentName: 'NotificationDirectIcon',
1870
+ package: '@atlaskit/icon/glyph/notification-direct',
1871
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1872
+ '@atlaskit/icon/glyph/notification-direct')
1873
+ },
1874
+ 'office-building': {
1875
+ keywords: ['office-building', 'officebuilding', 'icon', 'core'],
1876
+ componentName: 'OfficeBuildingIcon',
1877
+ package: '@atlaskit/icon/glyph/office-building',
1878
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1879
+ '@atlaskit/icon/glyph/office-building')
1880
+ },
1881
+ 'office-building-filled': {
1882
+ keywords: ['office-building-filled', 'officebuildingfilled', 'icon', 'core'],
1883
+ componentName: 'OfficeBuildingFilledIcon',
1884
+ package: '@atlaskit/icon/glyph/office-building-filled',
1885
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1886
+ '@atlaskit/icon/glyph/office-building-filled')
1887
+ },
1888
+ open: {
1889
+ keywords: ['open', 'icon', 'core'],
1890
+ componentName: 'OpenIcon',
1891
+ package: '@atlaskit/icon/glyph/open',
1892
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1893
+ '@atlaskit/icon/glyph/open')
1894
+ },
1895
+ overview: {
1896
+ keywords: ['overview', 'icon', 'core'],
1897
+ componentName: 'OverviewIcon',
1898
+ package: '@atlaskit/icon/glyph/overview',
1899
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1900
+ '@atlaskit/icon/glyph/overview')
1901
+ },
1902
+ page: {
1903
+ keywords: ['page', 'file', 'document', 'icon', 'core'],
1904
+ componentName: 'PageIcon',
1905
+ package: '@atlaskit/icon/glyph/page',
1906
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1907
+ '@atlaskit/icon/glyph/page')
1908
+ },
1909
+ 'page-filled': {
1910
+ keywords: ['page-filled', 'pagefilled', 'file', 'document', 'icon', 'core'],
1911
+ componentName: 'PageFilledIcon',
1912
+ package: '@atlaskit/icon/glyph/page-filled',
1913
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1914
+ '@atlaskit/icon/glyph/page-filled')
1915
+ },
1916
+ pdf: {
1917
+ keywords: ['pdf', 'document', 'file', 'icon', 'core'],
1918
+ componentName: 'PdfIcon',
1919
+ package: '@atlaskit/icon/glyph/pdf',
1920
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1921
+ '@atlaskit/icon/glyph/pdf')
1922
+ },
1923
+ people: {
1924
+ keywords: ['people', 'person', 'user', 'group', 'icon', 'core'],
1925
+ componentName: 'PeopleIcon',
1926
+ package: '@atlaskit/icon/glyph/people',
1927
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1928
+ '@atlaskit/icon/glyph/people')
1929
+ },
1930
+ 'people-group': {
1931
+ keywords: ['people-group', 'peoplegroup', 'person', 'user', 'group', 'icon', 'core'],
1932
+ componentName: 'PeopleGroupIcon',
1933
+ package: '@atlaskit/icon/glyph/people-group',
1934
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1935
+ '@atlaskit/icon/glyph/people-group')
1936
+ },
1937
+ person: {
1938
+ keywords: ['person', 'person', 'user', 'avatar', 'icon', 'core'],
1939
+ componentName: 'PersonIcon',
1940
+ package: '@atlaskit/icon/glyph/person',
1941
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1942
+ '@atlaskit/icon/glyph/person')
1943
+ },
1944
+ 'person-circle': {
1945
+ keywords: ['person-circle', 'personcircle', 'icon', 'core'],
1946
+ componentName: 'PersonCircleIcon',
1947
+ package: '@atlaskit/icon/glyph/person-circle',
1948
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1949
+ '@atlaskit/icon/glyph/person-circle')
1950
+ },
1951
+ 'person-with-circle': {
1952
+ keywords: ['person-with-circle', 'personwithcircle', 'icon', 'core'],
1953
+ componentName: 'PersonWithCircleIcon',
1954
+ package: '@atlaskit/icon/glyph/person-with-circle',
1955
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1956
+ '@atlaskit/icon/glyph/person-with-circle')
1957
+ },
1958
+ 'person-with-cross': {
1959
+ keywords: ['person-with-cross', 'personwithcross', 'icon', 'core'],
1960
+ componentName: 'PersonWithCrossIcon',
1961
+ package: '@atlaskit/icon/glyph/person-with-cross',
1962
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1963
+ '@atlaskit/icon/glyph/person-with-cross')
1964
+ },
1965
+ 'person-with-tick': {
1966
+ keywords: ['person-with-tick', 'personwithtick', 'icon', 'core'],
1967
+ componentName: 'PersonWithTickIcon',
1968
+ package: '@atlaskit/icon/glyph/person-with-tick',
1969
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1970
+ '@atlaskit/icon/glyph/person-with-tick')
1971
+ },
1972
+ portfolio: {
1973
+ keywords: ['portfolio', 'icon', 'core'],
1974
+ componentName: 'PortfolioIcon',
1975
+ package: '@atlaskit/icon/glyph/portfolio',
1976
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1977
+ '@atlaskit/icon/glyph/portfolio')
1978
+ },
1979
+ preferences: {
1980
+ keywords: ['preferences', 'settings', 'configuration', 'options', 'icon', 'core'],
1981
+ componentName: 'PreferencesIcon',
1982
+ package: '@atlaskit/icon/glyph/preferences',
1983
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1984
+ '@atlaskit/icon/glyph/preferences')
1985
+ },
1986
+ premium: {
1987
+ keywords: ['premium', 'icon', 'core'],
1988
+ componentName: 'PremiumIcon',
1989
+ package: '@atlaskit/icon/glyph/premium',
1990
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1991
+ '@atlaskit/icon/glyph/premium')
1992
+ },
1993
+ 'presence-active': {
1994
+ keywords: ['presence-active', 'presenceactive', 'dot', 'icon', 'core'],
1995
+ componentName: 'PresenceActiveIcon',
1996
+ package: '@atlaskit/icon/glyph/presence-active',
1997
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
1998
+ '@atlaskit/icon/glyph/presence-active')
1999
+ },
2000
+ 'presence-busy': {
2001
+ keywords: ['presence-busy', 'presencebusy', 'block', 'do not disturb', 'icon', 'core'],
2002
+ componentName: 'PresenceBusyIcon',
2003
+ package: '@atlaskit/icon/glyph/presence-busy',
2004
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2005
+ '@atlaskit/icon/glyph/presence-busy')
2006
+ },
2007
+ 'presence-unavailable': {
2008
+ keywords: ['presence-unavailable', 'presenceunavailable', 'icon', 'core'],
2009
+ componentName: 'PresenceUnavailableIcon',
2010
+ package: '@atlaskit/icon/glyph/presence-unavailable',
2011
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2012
+ '@atlaskit/icon/glyph/presence-unavailable')
2013
+ },
2014
+ question: {
2015
+ keywords: ['question', 'help', 'icon', 'core'],
2016
+ componentName: 'QuestionIcon',
2017
+ package: '@atlaskit/icon/glyph/question',
2018
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2019
+ '@atlaskit/icon/glyph/question')
2020
+ },
2021
+ 'question-circle': {
2022
+ keywords: ['question-circle', 'questioncircle', 'help', 'icon', 'core'],
2023
+ componentName: 'QuestionCircleIcon',
2024
+ package: '@atlaskit/icon/glyph/question-circle',
2025
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2026
+ '@atlaskit/icon/glyph/question-circle')
2027
+ },
2028
+ questions: {
2029
+ keywords: ['questions', 'icon', 'core'],
2030
+ componentName: 'QuestionsIcon',
2031
+ package: '@atlaskit/icon/glyph/questions',
2032
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2033
+ '@atlaskit/icon/glyph/questions')
2034
+ },
2035
+ queues: {
2036
+ keywords: ['queues', 'icon', 'core'],
2037
+ componentName: 'QueuesIcon',
2038
+ package: '@atlaskit/icon/glyph/queues',
2039
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2040
+ '@atlaskit/icon/glyph/queues')
2041
+ },
2042
+ quote: {
2043
+ keywords: ['quote', 'icon', 'core'],
2044
+ componentName: 'QuoteIcon',
2045
+ package: '@atlaskit/icon/glyph/quote',
2046
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2047
+ '@atlaskit/icon/glyph/quote')
2048
+ },
2049
+ radio: {
2050
+ keywords: ['radio', 'icon', 'core'],
2051
+ componentName: 'RadioIcon',
2052
+ package: '@atlaskit/icon/glyph/radio',
2053
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2054
+ '@atlaskit/icon/glyph/radio')
2055
+ },
2056
+ recent: {
2057
+ keywords: ['recent', 'time', 'clock', 'icon', 'core'],
2058
+ componentName: 'RecentIcon',
2059
+ package: '@atlaskit/icon/glyph/recent',
2060
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2061
+ '@atlaskit/icon/glyph/recent')
2062
+ },
2063
+ redo: {
2064
+ keywords: ['redo', 'icon', 'core'],
2065
+ componentName: 'RedoIcon',
2066
+ package: '@atlaskit/icon/glyph/redo',
2067
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2068
+ '@atlaskit/icon/glyph/redo')
2069
+ },
2070
+ refresh: {
2071
+ keywords: ['refresh', 'cycle', 'icon', 'core'],
2072
+ componentName: 'RefreshIcon',
2073
+ package: '@atlaskit/icon/glyph/refresh',
2074
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2075
+ '@atlaskit/icon/glyph/refresh')
2076
+ },
2077
+ retry: {
2078
+ keywords: ['retry', 'icon', 'core'],
2079
+ componentName: 'RetryIcon',
2080
+ package: '@atlaskit/icon/glyph/retry',
2081
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2082
+ '@atlaskit/icon/glyph/retry')
2083
+ },
2084
+ roadmap: {
2085
+ keywords: ['roadmap', 'icon', 'core'],
2086
+ componentName: 'RoadmapIcon',
2087
+ package: '@atlaskit/icon/glyph/roadmap',
2088
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2089
+ '@atlaskit/icon/glyph/roadmap')
2090
+ },
2091
+ 'room-menu': {
2092
+ keywords: ['room-menu', 'roommenu', 'icon', 'core'],
2093
+ componentName: 'RoomMenuIcon',
2094
+ package: '@atlaskit/icon/glyph/room-menu',
2095
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2096
+ '@atlaskit/icon/glyph/room-menu')
2097
+ },
2098
+ schedule: {
2099
+ keywords: ['schedule', 'calendar', 'date', 'new', 'icon', 'core'],
2100
+ componentName: 'ScheduleIcon',
2101
+ package: '@atlaskit/icon/glyph/schedule',
2102
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2103
+ '@atlaskit/icon/glyph/schedule')
2104
+ },
2105
+ 'schedule-filled': {
2106
+ keywords: ['schedule-filled', 'schedulefilled', 'icon', 'core'],
2107
+ componentName: 'ScheduleFilledIcon',
2108
+ package: '@atlaskit/icon/glyph/schedule-filled',
2109
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2110
+ '@atlaskit/icon/glyph/schedule-filled')
2111
+ },
2112
+ screen: {
2113
+ keywords: ['screen', 'desktop', 'computer', 'monitor', 'icon', 'core'],
2114
+ componentName: 'ScreenIcon',
2115
+ package: '@atlaskit/icon/glyph/screen',
2116
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2117
+ '@atlaskit/icon/glyph/screen')
2118
+ },
2119
+ search: {
2120
+ keywords: ['search', 'find', 'magnify', 'icon', 'core'],
2121
+ componentName: 'SearchIcon',
2122
+ package: '@atlaskit/icon/glyph/search',
2123
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2124
+ '@atlaskit/icon/glyph/search')
2125
+ },
2126
+ 'select-clear': {
2127
+ keywords: ['select-clear', 'selectclear', 'icon', 'core'],
2128
+ componentName: 'SelectClearIcon',
2129
+ package: '@atlaskit/icon/glyph/select-clear',
2130
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2131
+ '@atlaskit/icon/glyph/select-clear')
2132
+ },
2133
+ send: {
2134
+ keywords: ['send', 'mail', 'icon', 'core'],
2135
+ componentName: 'SendIcon',
2136
+ package: '@atlaskit/icon/glyph/send',
2137
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2138
+ '@atlaskit/icon/glyph/send')
2139
+ },
2140
+ settings: {
2141
+ keywords: ['settings', 'cog', 'options', 'configuration', 'icon', 'core'],
2142
+ componentName: 'SettingsIcon',
2143
+ package: '@atlaskit/icon/glyph/settings',
2144
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2145
+ '@atlaskit/icon/glyph/settings')
2146
+ },
2147
+ share: {
2148
+ keywords: ['share', 'icon', 'core'],
2149
+ componentName: 'ShareIcon',
2150
+ package: '@atlaskit/icon/glyph/share',
2151
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2152
+ '@atlaskit/icon/glyph/share')
2153
+ },
2154
+ ship: {
2155
+ keywords: ['ship', 'icon', 'core'],
2156
+ componentName: 'ShipIcon',
2157
+ package: '@atlaskit/icon/glyph/ship',
2158
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2159
+ '@atlaskit/icon/glyph/ship')
2160
+ },
2161
+ shortcut: {
2162
+ keywords: ['shortcut', 'export', 'icon', 'core'],
2163
+ componentName: 'ShortcutIcon',
2164
+ package: '@atlaskit/icon/glyph/shortcut',
2165
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2166
+ '@atlaskit/icon/glyph/shortcut')
2167
+ },
2168
+ 'sign-in': {
2169
+ keywords: ['sign-in', 'signin', 'log', 'icon', 'core'],
2170
+ componentName: 'SignInIcon',
2171
+ package: '@atlaskit/icon/glyph/sign-in',
2172
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2173
+ '@atlaskit/icon/glyph/sign-in')
2174
+ },
2175
+ 'sign-out': {
2176
+ keywords: ['sign-out', 'signout', 'log', 'icon', 'core'],
2177
+ componentName: 'SignOutIcon',
2178
+ package: '@atlaskit/icon/glyph/sign-out',
2179
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2180
+ '@atlaskit/icon/glyph/sign-out')
2181
+ },
2182
+ sprint: {
2183
+ keywords: ['sprint', 'icon', 'core'],
2184
+ componentName: 'SprintIcon',
2185
+ package: '@atlaskit/icon/glyph/sprint',
2186
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2187
+ '@atlaskit/icon/glyph/sprint')
2188
+ },
2189
+ star: {
2190
+ keywords: ['star', 'icon', 'core'],
2191
+ componentName: 'StarIcon',
2192
+ package: '@atlaskit/icon/glyph/star',
2193
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2194
+ '@atlaskit/icon/glyph/star')
2195
+ },
2196
+ 'star-filled': {
2197
+ keywords: ['star-filled', 'starfilled', 'icon', 'core'],
2198
+ componentName: 'StarFilledIcon',
2199
+ package: '@atlaskit/icon/glyph/star-filled',
2200
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2201
+ '@atlaskit/icon/glyph/star-filled')
2202
+ },
2203
+ 'star-large': {
2204
+ keywords: ['star-large', 'starlarge', 'icon', 'core'],
2205
+ componentName: 'StarLargeIcon',
2206
+ package: '@atlaskit/icon/glyph/star-large',
2207
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2208
+ '@atlaskit/icon/glyph/star-large')
2209
+ },
2210
+ status: {
2211
+ keywords: ['status', 'icon', 'core'],
2212
+ componentName: 'StatusIcon',
2213
+ package: '@atlaskit/icon/glyph/status',
2214
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2215
+ '@atlaskit/icon/glyph/status')
2216
+ },
2217
+ stopwatch: {
2218
+ keywords: ['stopwatch', 'icon', 'core'],
2219
+ componentName: 'StopwatchIcon',
2220
+ package: '@atlaskit/icon/glyph/stopwatch',
2221
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2222
+ '@atlaskit/icon/glyph/stopwatch')
2223
+ },
2224
+ subtask: {
2225
+ keywords: ['subtask', 'issue', 'task', 'icon', 'core'],
2226
+ componentName: 'SubtaskIcon',
2227
+ package: '@atlaskit/icon/glyph/subtask',
2228
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2229
+ '@atlaskit/icon/glyph/subtask')
2230
+ },
2231
+ suitcase: {
2232
+ keywords: ['suitcase', 'icon', 'core'],
2233
+ componentName: 'SuitcaseIcon',
2234
+ package: '@atlaskit/icon/glyph/suitcase',
2235
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2236
+ '@atlaskit/icon/glyph/suitcase')
2237
+ },
2238
+ switcher: {
2239
+ keywords: ['switcher', 'icon', 'core'],
2240
+ componentName: 'SwitcherIcon',
2241
+ package: '@atlaskit/icon/glyph/switcher',
2242
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2243
+ '@atlaskit/icon/glyph/switcher')
2244
+ },
2245
+ table: {
2246
+ keywords: ['table', 'grid', 'icon', 'core'],
2247
+ componentName: 'TableIcon',
2248
+ package: '@atlaskit/icon/glyph/table',
2249
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2250
+ '@atlaskit/icon/glyph/table')
2251
+ },
2252
+ task: {
2253
+ keywords: ['task', 'check', 'tick', 'icon', 'core'],
2254
+ componentName: 'TaskIcon',
2255
+ package: '@atlaskit/icon/glyph/task',
2256
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2257
+ '@atlaskit/icon/glyph/task')
2258
+ },
2259
+ teams: {
2260
+ keywords: ['teams', 'icon', 'core'],
2261
+ componentName: 'TeamsIcon',
2262
+ package: '@atlaskit/icon/glyph/teams',
2263
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2264
+ '@atlaskit/icon/glyph/teams')
2265
+ },
2266
+ trash: {
2267
+ keywords: ['trash', 'bin', 'remove', 'delete', 'recycle', 'icon', 'core'],
2268
+ componentName: 'TrashIcon',
2269
+ package: '@atlaskit/icon/glyph/trash',
2270
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2271
+ '@atlaskit/icon/glyph/trash')
2272
+ },
2273
+ tray: {
2274
+ keywords: ['tray', 'inbox', 'icon', 'core'],
2275
+ componentName: 'TrayIcon',
2276
+ package: '@atlaskit/icon/glyph/tray',
2277
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2278
+ '@atlaskit/icon/glyph/tray')
2279
+ },
2280
+ undo: {
2281
+ keywords: ['undo', 'icon', 'core'],
2282
+ componentName: 'UndoIcon',
2283
+ package: '@atlaskit/icon/glyph/undo',
2284
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2285
+ '@atlaskit/icon/glyph/undo')
2286
+ },
2287
+ unlink: {
2288
+ keywords: ['unlink', 'icon', 'core'],
2289
+ componentName: 'UnlinkIcon',
2290
+ package: '@atlaskit/icon/glyph/unlink',
2291
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2292
+ '@atlaskit/icon/glyph/unlink')
2293
+ },
2294
+ unlock: {
2295
+ keywords: ['unlock', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
2296
+ componentName: 'UnlockIcon',
2297
+ package: '@atlaskit/icon/glyph/unlock',
2298
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2299
+ '@atlaskit/icon/glyph/unlock')
2300
+ },
2301
+ 'unlock-circle': {
2302
+ keywords: ['unlock-circle', 'unlockcircle', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
2303
+ componentName: 'UnlockCircleIcon',
2304
+ package: '@atlaskit/icon/glyph/unlock-circle',
2305
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2306
+ '@atlaskit/icon/glyph/unlock-circle')
2307
+ },
2308
+ 'unlock-filled': {
2309
+ keywords: ['unlock-filled', 'unlockfilled', 'open', 'permissions', 'privacy', 'restrict', 'insecure', 'icon', 'core'],
2310
+ componentName: 'UnlockFilledIcon',
2311
+ package: '@atlaskit/icon/glyph/unlock-filled',
2312
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2313
+ '@atlaskit/icon/glyph/unlock-filled')
2314
+ },
2315
+ upload: {
2316
+ keywords: ['upload', 'cloud', 'icon', 'core'],
2317
+ componentName: 'UploadIcon',
2318
+ package: '@atlaskit/icon/glyph/upload',
2319
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2320
+ '@atlaskit/icon/glyph/upload')
2321
+ },
2322
+ 'user-avatar-circle': {
2323
+ keywords: ['user-avatar-circle', 'useravatarcircle', 'person', 'icon', 'core'],
2324
+ componentName: 'UserAvatarCircleIcon',
2325
+ package: '@atlaskit/icon/glyph/user-avatar-circle',
2326
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2327
+ '@atlaskit/icon/glyph/user-avatar-circle')
2328
+ },
2329
+ 'vid-audio-muted': {
2330
+ keywords: ['vid-audio-muted', 'vidaudiomuted', 'microphone', 'sound', 'icon', 'core'],
2331
+ componentName: 'VidAudioMutedIcon',
2332
+ package: '@atlaskit/icon/glyph/vid-audio-muted',
2333
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2334
+ '@atlaskit/icon/glyph/vid-audio-muted')
2335
+ },
2336
+ 'vid-audio-on': {
2337
+ keywords: ['vid-audio-on', 'vidaudioon', 'microphone', 'sound', 'icon', 'core'],
2338
+ componentName: 'VidAudioOnIcon',
2339
+ package: '@atlaskit/icon/glyph/vid-audio-on',
2340
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2341
+ '@atlaskit/icon/glyph/vid-audio-on')
2342
+ },
2343
+ 'vid-backward': {
2344
+ keywords: ['vid-backward', 'vidbackward', 'rewind', 'icon', 'core'],
2345
+ componentName: 'VidBackwardIcon',
2346
+ package: '@atlaskit/icon/glyph/vid-backward',
2347
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2348
+ '@atlaskit/icon/glyph/vid-backward')
2349
+ },
2350
+ 'vid-camera-off': {
2351
+ keywords: ['vid-camera-off', 'vidcameraoff', 'video', 'icon', 'core'],
2352
+ componentName: 'VidCameraOffIcon',
2353
+ package: '@atlaskit/icon/glyph/vid-camera-off',
2354
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2355
+ '@atlaskit/icon/glyph/vid-camera-off')
2356
+ },
2357
+ 'vid-camera-on': {
2358
+ keywords: ['vid-camera-on', 'vidcameraon', 'icon', 'core'],
2359
+ componentName: 'VidCameraOnIcon',
2360
+ package: '@atlaskit/icon/glyph/vid-camera-on',
2361
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2362
+ '@atlaskit/icon/glyph/vid-camera-on')
2363
+ },
2364
+ 'vid-connection-circle': {
2365
+ keywords: ['vid-connection-circle', 'vidconnectioncircle', 'signal', 'bar', 'icon', 'core'],
2366
+ componentName: 'VidConnectionCircleIcon',
2367
+ package: '@atlaskit/icon/glyph/vid-connection-circle',
2368
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2369
+ '@atlaskit/icon/glyph/vid-connection-circle')
2370
+ },
2371
+ 'vid-forward': {
2372
+ keywords: ['vid-forward', 'vidforward', 'fast', 'icon', 'core'],
2373
+ componentName: 'VidForwardIcon',
2374
+ package: '@atlaskit/icon/glyph/vid-forward',
2375
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2376
+ '@atlaskit/icon/glyph/vid-forward')
2377
+ },
2378
+ 'vid-full-screen-off': {
2379
+ keywords: ['vid-full-screen-off', 'vidfullscreenoff', 'collapse', 'close', 'icon', 'core'],
2380
+ componentName: 'VidFullScreenOffIcon',
2381
+ package: '@atlaskit/icon/glyph/vid-full-screen-off',
2382
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2383
+ '@atlaskit/icon/glyph/vid-full-screen-off')
2384
+ },
2385
+ 'vid-full-screen-on': {
2386
+ keywords: ['vid-full-screen-on', 'vidfullscreenon', 'expand', 'icon', 'core'],
2387
+ componentName: 'VidFullScreenOnIcon',
2388
+ package: '@atlaskit/icon/glyph/vid-full-screen-on',
2389
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2390
+ '@atlaskit/icon/glyph/vid-full-screen-on')
2391
+ },
2392
+ 'vid-hang-up': {
2393
+ keywords: ['vid-hang-up', 'vidhangup', 'end', 'call', 'icon', 'core'],
2394
+ componentName: 'VidHangUpIcon',
2395
+ package: '@atlaskit/icon/glyph/vid-hang-up',
2396
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2397
+ '@atlaskit/icon/glyph/vid-hang-up')
2398
+ },
2399
+ 'vid-hd-circle': {
2400
+ keywords: ['vid-hd-circle', 'vidhdcircle', 'high', 'definition', 'icon', 'core'],
2401
+ componentName: 'VidHdCircleIcon',
2402
+ package: '@atlaskit/icon/glyph/vid-hd-circle',
2403
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2404
+ '@atlaskit/icon/glyph/vid-hd-circle')
2405
+ },
2406
+ 'vid-pause': {
2407
+ keywords: ['vid-pause', 'vidpause', 'icon', 'core'],
2408
+ componentName: 'VidPauseIcon',
2409
+ package: '@atlaskit/icon/glyph/vid-pause',
2410
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2411
+ '@atlaskit/icon/glyph/vid-pause')
2412
+ },
2413
+ 'vid-play': {
2414
+ keywords: ['vid-play', 'vidplay', 'icon', 'core'],
2415
+ componentName: 'VidPlayIcon',
2416
+ package: '@atlaskit/icon/glyph/vid-play',
2417
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2418
+ '@atlaskit/icon/glyph/vid-play')
2419
+ },
2420
+ 'vid-raised-hand': {
2421
+ keywords: ['vid-raised-hand', 'vidraisedhand', 'person', 'question', 'user', 'arm', 'icon', 'core'],
2422
+ componentName: 'VidRaisedHandIcon',
2423
+ package: '@atlaskit/icon/glyph/vid-raised-hand',
2424
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2425
+ '@atlaskit/icon/glyph/vid-raised-hand')
2426
+ },
2427
+ 'vid-share-screen': {
2428
+ keywords: ['vid-share-screen', 'vidsharescreen', 'icon', 'core'],
2429
+ componentName: 'VidShareScreenIcon',
2430
+ package: '@atlaskit/icon/glyph/vid-share-screen',
2431
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2432
+ '@atlaskit/icon/glyph/vid-share-screen')
2433
+ },
2434
+ 'vid-speaking-circle': {
2435
+ keywords: ['vid-speaking-circle', 'vidspeakingcircle', 'sound', 'talk', 'audio', 'icon', 'core'],
2436
+ componentName: 'VidSpeakingCircleIcon',
2437
+ package: '@atlaskit/icon/glyph/vid-speaking-circle',
2438
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2439
+ '@atlaskit/icon/glyph/vid-speaking-circle')
2440
+ },
2441
+ 'vid-volume-full': {
2442
+ keywords: ['vid-volume-full', 'vidvolumefull', 'icon', 'core'],
2443
+ componentName: 'VidVolumeFullIcon',
2444
+ package: '@atlaskit/icon/glyph/vid-volume-full',
2445
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2446
+ '@atlaskit/icon/glyph/vid-volume-full')
2447
+ },
2448
+ 'vid-volume-half': {
2449
+ keywords: ['vid-volume-half', 'vidvolumehalf', 'icon', 'core'],
2450
+ componentName: 'VidVolumeHalfIcon',
2451
+ package: '@atlaskit/icon/glyph/vid-volume-half',
2452
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2453
+ '@atlaskit/icon/glyph/vid-volume-half')
2454
+ },
2455
+ 'vid-volume-muted': {
2456
+ keywords: ['vid-volume-muted', 'vidvolumemuted', 'icon', 'core'],
2457
+ componentName: 'VidVolumeMutedIcon',
2458
+ package: '@atlaskit/icon/glyph/vid-volume-muted',
2459
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2460
+ '@atlaskit/icon/glyph/vid-volume-muted')
2461
+ },
2462
+ 'video-circle': {
2463
+ keywords: ['video-circle', 'videocircle', 'video', 'camera', 'icon', 'core'],
2464
+ componentName: 'VideoCircleIcon',
2465
+ package: '@atlaskit/icon/glyph/video-circle',
2466
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2467
+ '@atlaskit/icon/glyph/video-circle')
2468
+ },
2469
+ 'video-filled': {
2470
+ keywords: ['video-filled', 'videofilled', 'video', 'camera', 'icon', 'core'],
2471
+ componentName: 'VideoFilledIcon',
2472
+ package: '@atlaskit/icon/glyph/video-filled',
2473
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2474
+ '@atlaskit/icon/glyph/video-filled')
2475
+ },
2476
+ warning: {
2477
+ keywords: ['warning', 'error', 'alert', 'icon', 'core'],
2478
+ componentName: 'WarningIcon',
2479
+ package: '@atlaskit/icon/glyph/warning',
2480
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2481
+ '@atlaskit/icon/glyph/warning')
2482
+ },
2483
+ watch: {
2484
+ keywords: ['watch', 'visible', 'visibility', 'eye', 'icon', 'core'],
2485
+ componentName: 'WatchIcon',
2486
+ package: '@atlaskit/icon/glyph/watch',
2487
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2488
+ '@atlaskit/icon/glyph/watch')
2489
+ },
2490
+ 'watch-filled': {
2491
+ keywords: ['watch-filled', 'watchfilled', 'visible', 'visibility', 'eye', 'icon', 'core'],
2492
+ componentName: 'WatchFilledIcon',
2493
+ package: '@atlaskit/icon/glyph/watch-filled',
2494
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2495
+ '@atlaskit/icon/glyph/watch-filled')
2496
+ },
2497
+ world: {
2498
+ keywords: ['world', 'globe', 'earth', 'icon', 'core'],
2499
+ componentName: 'WorldIcon',
2500
+ package: '@atlaskit/icon/glyph/world',
2501
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2502
+ '@atlaskit/icon/glyph/world')
2503
+ },
2504
+ 'world-small': {
2505
+ keywords: ['world-small', 'worldsmall', 'icon', 'core'],
2506
+ componentName: 'WorldSmallIcon',
2507
+ package: '@atlaskit/icon/glyph/world-small',
2508
+ packageLoader: () => import( /* webpackChunkName: "@atlaskit-internal_icon" */
2509
+ '@atlaskit/icon/glyph/world-small')
2510
+ }
2511
+ };
2512
+ const metaData = Object.fromEntries(Object.entries(metaDataWithPackageLoader).map(([key, {
2513
+ packageLoader,
2514
+ ...rest
2515
+ }]) => [key, rest]));
2516
+ export default metaData;