@atlaskit/icon 32.0.0 → 32.0.2

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