@atlaskit/icon-lab 5.12.2 → 5.13.0

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 (355) hide show
  1. package/CHANGELOG.md +141 -0
  2. package/core/ai-model.d.ts +13 -0
  3. package/core/ai-model.js +29 -0
  4. package/core/capability.d.ts +13 -0
  5. package/core/capability.js +29 -0
  6. package/core/cart.d.ts +13 -0
  7. package/core/cart.js +29 -0
  8. package/core/cloud.d.ts +13 -0
  9. package/core/cloud.js +29 -0
  10. package/core/corner-radius-rounded.d.ts +13 -0
  11. package/core/corner-radius-rounded.js +29 -0
  12. package/core/corner-radius-squared.d.ts +13 -0
  13. package/core/corner-radius-squared.js +29 -0
  14. package/core/data-app.d.ts +13 -0
  15. package/core/data-app.js +29 -0
  16. package/core/diagram-arrowhead-aggregation-left.d.ts +13 -0
  17. package/core/diagram-arrowhead-aggregation-left.js +29 -0
  18. package/core/diagram-arrowhead-aggregation-right.d.ts +13 -0
  19. package/core/diagram-arrowhead-aggregation-right.js +29 -0
  20. package/core/diagram-arrowhead-aggregation-up-right.d.ts +13 -0
  21. package/core/diagram-arrowhead-aggregation-up-right.js +29 -0
  22. package/core/diagram-arrowhead-association-left.d.ts +13 -0
  23. package/core/diagram-arrowhead-association-left.js +29 -0
  24. package/core/diagram-arrowhead-association-right.d.ts +13 -0
  25. package/core/diagram-arrowhead-association-right.js +29 -0
  26. package/core/diagram-arrowhead-association-up-right.d.ts +13 -0
  27. package/core/diagram-arrowhead-association-up-right.js +29 -0
  28. package/core/diagram-arrowhead-circle-left.d.ts +13 -0
  29. package/core/diagram-arrowhead-circle-left.js +29 -0
  30. package/core/diagram-arrowhead-circle-right.d.ts +13 -0
  31. package/core/diagram-arrowhead-circle-right.js +29 -0
  32. package/core/diagram-arrowhead-circle-up-right.d.ts +13 -0
  33. package/core/diagram-arrowhead-circle-up-right.js +29 -0
  34. package/core/diagram-arrowhead-composition-left.d.ts +13 -0
  35. package/core/diagram-arrowhead-composition-left.js +29 -0
  36. package/core/diagram-arrowhead-composition-right.d.ts +13 -0
  37. package/core/diagram-arrowhead-composition-right.js +29 -0
  38. package/core/diagram-arrowhead-composition-up-right.d.ts +13 -0
  39. package/core/diagram-arrowhead-composition-up-right.js +29 -0
  40. package/core/diagram-arrowhead-default-flow-left.d.ts +13 -0
  41. package/core/diagram-arrowhead-default-flow-left.js +29 -0
  42. package/core/diagram-arrowhead-default-flow-right.d.ts +13 -0
  43. package/core/diagram-arrowhead-default-flow-right.js +29 -0
  44. package/core/diagram-arrowhead-default-flow-up-right.d.ts +13 -0
  45. package/core/diagram-arrowhead-default-flow-up-right.js +29 -0
  46. package/core/diagram-arrowhead-inheritance-left.d.ts +13 -0
  47. package/core/diagram-arrowhead-inheritance-left.js +29 -0
  48. package/core/diagram-arrowhead-inheritance-right.d.ts +13 -0
  49. package/core/diagram-arrowhead-inheritance-right.js +29 -0
  50. package/core/diagram-arrowhead-inheritance-up-right.d.ts +13 -0
  51. package/core/diagram-arrowhead-inheritance-up-right.js +29 -0
  52. package/core/diagram-arrowhead-many-left.d.ts +13 -0
  53. package/core/diagram-arrowhead-many-left.js +29 -0
  54. package/core/diagram-arrowhead-many-right.d.ts +13 -0
  55. package/core/diagram-arrowhead-many-right.js +29 -0
  56. package/core/diagram-arrowhead-many-up-right.d.ts +13 -0
  57. package/core/diagram-arrowhead-many-up-right.js +29 -0
  58. package/core/diagram-arrowhead-one-left.d.ts +13 -0
  59. package/core/diagram-arrowhead-one-left.js +29 -0
  60. package/core/diagram-arrowhead-one-or-many-left.d.ts +13 -0
  61. package/core/diagram-arrowhead-one-or-many-left.js +29 -0
  62. package/core/diagram-arrowhead-one-or-many-right.d.ts +13 -0
  63. package/core/diagram-arrowhead-one-or-many-right.js +29 -0
  64. package/core/diagram-arrowhead-one-or-many-up-right.d.ts +13 -0
  65. package/core/diagram-arrowhead-one-or-many-up-right.js +29 -0
  66. package/core/diagram-arrowhead-one-right.d.ts +13 -0
  67. package/core/diagram-arrowhead-one-right.js +29 -0
  68. package/core/diagram-arrowhead-one-up-right.d.ts +13 -0
  69. package/core/diagram-arrowhead-one-up-right.js +29 -0
  70. package/core/diagram-arrowhead-only-one-left.d.ts +13 -0
  71. package/core/diagram-arrowhead-only-one-left.js +29 -0
  72. package/core/diagram-arrowhead-only-one-right.d.ts +13 -0
  73. package/core/diagram-arrowhead-only-one-right.js +29 -0
  74. package/core/diagram-arrowhead-only-one-up-right.d.ts +13 -0
  75. package/core/diagram-arrowhead-only-one-up-right.js +29 -0
  76. package/core/diagram-arrowhead-sequence-left.d.ts +13 -0
  77. package/core/diagram-arrowhead-sequence-left.js +29 -0
  78. package/core/diagram-arrowhead-sequence-right.d.ts +13 -0
  79. package/core/diagram-arrowhead-sequence-right.js +29 -0
  80. package/core/diagram-arrowhead-sequence-up-right.d.ts +13 -0
  81. package/core/diagram-arrowhead-sequence-up-right.js +29 -0
  82. package/core/diagram-arrowhead-zero-or-many-left.d.ts +13 -0
  83. package/core/diagram-arrowhead-zero-or-many-left.js +29 -0
  84. package/core/diagram-arrowhead-zero-or-many-right.d.ts +13 -0
  85. package/core/diagram-arrowhead-zero-or-many-right.js +29 -0
  86. package/core/diagram-arrowhead-zero-or-many-up-right.d.ts +13 -0
  87. package/core/diagram-arrowhead-zero-or-many-up-right.js +29 -0
  88. package/core/diagram-arrowhead-zero-or-one-left.d.ts +13 -0
  89. package/core/diagram-arrowhead-zero-or-one-left.js +29 -0
  90. package/core/diagram-arrowhead-zero-or-one-right.d.ts +13 -0
  91. package/core/diagram-arrowhead-zero-or-one-right.js +29 -0
  92. package/core/diagram-arrowhead-zero-or-one-up-right.d.ts +13 -0
  93. package/core/diagram-arrowhead-zero-or-one-up-right.js +29 -0
  94. package/core/diagram-symbol-activation.d.ts +13 -0
  95. package/core/diagram-symbol-activation.js +29 -0
  96. package/core/diagram-symbol-actor.d.ts +13 -0
  97. package/core/diagram-symbol-actor.js +29 -0
  98. package/core/diagram-symbol-ad-hoc.d.ts +13 -0
  99. package/core/diagram-symbol-ad-hoc.js +29 -0
  100. package/core/diagram-symbol-arrow-left-filled.d.ts +13 -0
  101. package/core/diagram-symbol-arrow-left-filled.js +29 -0
  102. package/core/diagram-symbol-arrow-left.d.ts +13 -0
  103. package/core/diagram-symbol-arrow-left.js +29 -0
  104. package/core/diagram-symbol-arrow-right-filled.d.ts +13 -0
  105. package/core/diagram-symbol-arrow-right-filled.js +29 -0
  106. package/core/diagram-symbol-arrow-right.d.ts +13 -0
  107. package/core/diagram-symbol-arrow-right.js +29 -0
  108. package/core/diagram-symbol-assembly.d.ts +13 -0
  109. package/core/diagram-symbol-assembly.js +29 -0
  110. package/core/diagram-symbol-browser.d.ts +13 -0
  111. package/core/diagram-symbol-browser.js +29 -0
  112. package/core/diagram-symbol-class.d.ts +13 -0
  113. package/core/diagram-symbol-class.js +29 -0
  114. package/core/diagram-symbol-cloud.d.ts +13 -0
  115. package/core/diagram-symbol-cloud.js +29 -0
  116. package/core/diagram-symbol-collaboration.d.ts +13 -0
  117. package/core/diagram-symbol-collaboration.js +29 -0
  118. package/core/diagram-symbol-complex.d.ts +13 -0
  119. package/core/diagram-symbol-complex.js +29 -0
  120. package/core/diagram-symbol-component-box.d.ts +13 -0
  121. package/core/diagram-symbol-component-box.js +29 -0
  122. package/core/diagram-symbol-component.d.ts +13 -0
  123. package/core/diagram-symbol-component.js +29 -0
  124. package/core/diagram-symbol-compute.d.ts +13 -0
  125. package/core/diagram-symbol-compute.js +29 -0
  126. package/core/diagram-symbol-connector-off-page.js +2 -2
  127. package/core/diagram-symbol-container.d.ts +13 -0
  128. package/core/diagram-symbol-container.js +29 -0
  129. package/core/diagram-symbol-database-source.d.ts +13 -0
  130. package/core/diagram-symbol-database-source.js +29 -0
  131. package/core/diagram-symbol-end.d.ts +13 -0
  132. package/core/diagram-symbol-end.js +29 -0
  133. package/core/diagram-symbol-error-filled.d.ts +13 -0
  134. package/core/diagram-symbol-error-filled.js +29 -0
  135. package/core/diagram-symbol-error.d.ts +13 -0
  136. package/core/diagram-symbol-error.js +29 -0
  137. package/core/diagram-symbol-event-based-filled.d.ts +13 -0
  138. package/core/diagram-symbol-event-based-filled.js +29 -0
  139. package/core/diagram-symbol-event-based.d.ts +13 -0
  140. package/core/diagram-symbol-event-based.js +29 -0
  141. package/core/diagram-symbol-exclusive-filled.d.ts +13 -0
  142. package/core/diagram-symbol-exclusive-filled.js +29 -0
  143. package/core/diagram-symbol-exclusive.d.ts +13 -0
  144. package/core/diagram-symbol-exclusive.js +29 -0
  145. package/core/diagram-symbol-file.d.ts +13 -0
  146. package/core/diagram-symbol-file.js +29 -0
  147. package/core/diagram-symbol-fork-horizontal.d.ts +13 -0
  148. package/core/diagram-symbol-fork-horizontal.js +29 -0
  149. package/core/diagram-symbol-fork-vertical.d.ts +13 -0
  150. package/core/diagram-symbol-fork-vertical.js +29 -0
  151. package/core/diagram-symbol-frame.d.ts +13 -0
  152. package/core/diagram-symbol-frame.js +29 -0
  153. package/core/diagram-symbol-frontend.d.ts +13 -0
  154. package/core/diagram-symbol-frontend.js +29 -0
  155. package/core/diagram-symbol-history.d.ts +13 -0
  156. package/core/diagram-symbol-history.js +29 -0
  157. package/core/diagram-symbol-input-output.js +2 -2
  158. package/core/diagram-symbol-interface-attributes.d.ts +13 -0
  159. package/core/diagram-symbol-interface-attributes.js +29 -0
  160. package/core/diagram-symbol-internal-storage.js +2 -2
  161. package/core/diagram-symbol-manual.d.ts +13 -0
  162. package/core/diagram-symbol-manual.js +29 -0
  163. package/core/diagram-symbol-node.d.ts +13 -0
  164. package/core/diagram-symbol-node.js +29 -0
  165. package/core/diagram-symbol-note.d.ts +13 -0
  166. package/core/diagram-symbol-note.js +29 -0
  167. package/core/diagram-symbol-package.d.ts +13 -0
  168. package/core/diagram-symbol-package.js +29 -0
  169. package/core/diagram-symbol-parallel-even-based-filled.d.ts +13 -0
  170. package/core/diagram-symbol-parallel-even-based-filled.js +29 -0
  171. package/core/diagram-symbol-parallel-even-based.d.ts +13 -0
  172. package/core/diagram-symbol-parallel-even-based.js +29 -0
  173. package/core/diagram-symbol-parallel-mi.d.ts +13 -0
  174. package/core/diagram-symbol-parallel-mi.js +29 -0
  175. package/core/diagram-symbol-pin-left-filled.d.ts +13 -0
  176. package/core/diagram-symbol-pin-left-filled.js +29 -0
  177. package/core/diagram-symbol-pin-left.d.ts +13 -0
  178. package/core/diagram-symbol-pin-left.js +29 -0
  179. package/core/diagram-symbol-pin-right-filled.d.ts +13 -0
  180. package/core/diagram-symbol-pin-right-filled.js +29 -0
  181. package/core/diagram-symbol-pin-right.d.ts +13 -0
  182. package/core/diagram-symbol-pin-right.js +29 -0
  183. package/core/diagram-symbol-pool-horizontal.d.ts +13 -0
  184. package/core/diagram-symbol-pool-horizontal.js +29 -0
  185. package/core/diagram-symbol-pool-vertical.d.ts +13 -0
  186. package/core/diagram-symbol-pool-vertical.js +29 -0
  187. package/core/diagram-symbol-predefined-process.js +2 -2
  188. package/core/diagram-symbol-provided-interface.d.ts +13 -0
  189. package/core/diagram-symbol-provided-interface.js +29 -0
  190. package/core/diagram-symbol-receive-signal.d.ts +13 -0
  191. package/core/diagram-symbol-receive-signal.js +29 -0
  192. package/core/diagram-symbol-required-interface.d.ts +13 -0
  193. package/core/diagram-symbol-required-interface.js +29 -0
  194. package/core/diagram-symbol-send-signal.d.ts +13 -0
  195. package/core/diagram-symbol-send-signal.js +29 -0
  196. package/core/diagram-symbol-send.d.ts +13 -0
  197. package/core/diagram-symbol-send.js +29 -0
  198. package/core/diagram-symbol-shield.d.ts +13 -0
  199. package/core/diagram-symbol-shield.js +29 -0
  200. package/core/diagram-symbol-signal-filled.d.ts +13 -0
  201. package/core/diagram-symbol-signal-filled.js +29 -0
  202. package/core/diagram-symbol-signal.d.ts +13 -0
  203. package/core/diagram-symbol-signal.js +29 -0
  204. package/core/diagram-symbol-start.d.ts +13 -0
  205. package/core/diagram-symbol-start.js +29 -0
  206. package/core/diagram-symbol-swimlanes-horizontal.d.ts +13 -0
  207. package/core/diagram-symbol-swimlanes-horizontal.js +29 -0
  208. package/core/diagram-symbol-swimlanes-vertical.d.ts +13 -0
  209. package/core/diagram-symbol-swimlanes-vertical.js +29 -0
  210. package/core/diagram-symbol-switch.d.ts +13 -0
  211. package/core/diagram-symbol-switch.js +29 -0
  212. package/core/diagram-symbol-template.d.ts +13 -0
  213. package/core/diagram-symbol-template.js +29 -0
  214. package/core/diagram-symbol-use-case.d.ts +13 -0
  215. package/core/diagram-symbol-use-case.js +29 -0
  216. package/core/field-select.d.ts +13 -0
  217. package/core/field-select.js +29 -0
  218. package/core/history.js +2 -2
  219. package/core/teamwork-graph.js +2 -2
  220. package/core/vehicle-airplane.js +2 -2
  221. package/core/video-fast-forward-overlay.d.ts +13 -0
  222. package/core/video-fast-forward-overlay.js +29 -0
  223. package/core/video-fast-forward.d.ts +13 -0
  224. package/core/video-fast-forward.js +29 -0
  225. package/core/video-rewind-overlay.js +3 -3
  226. package/core/video-rewind.d.ts +13 -0
  227. package/core/video-rewind.js +29 -0
  228. package/dist/cjs/deprecated-core.js +1 -1
  229. package/dist/cjs/metadata-core.js +984 -3
  230. package/dist/es2019/deprecated-core.js +1 -1
  231. package/dist/es2019/metadata-core.js +984 -3
  232. package/dist/esm/deprecated-core.js +1 -1
  233. package/dist/esm/metadata-core.js +984 -3
  234. package/dist/types/deprecated-core.d.ts +1 -1
  235. package/dist/types/metadata-core.d.ts +1 -1
  236. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  237. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  238. package/package.json +7 -7
  239. package/svgs/core/ai-model.svg +1 -0
  240. package/svgs/core/capability.svg +1 -0
  241. package/svgs/core/cart.svg +1 -0
  242. package/svgs/core/cloud.svg +1 -0
  243. package/svgs/core/corner-radius-rounded.svg +1 -0
  244. package/svgs/core/corner-radius-squared.svg +1 -0
  245. package/svgs/core/data-app.svg +1 -0
  246. package/svgs/core/diagram-arrowhead-aggregation-left.svg +1 -0
  247. package/svgs/core/diagram-arrowhead-aggregation-right.svg +1 -0
  248. package/svgs/core/diagram-arrowhead-aggregation-up-right.svg +1 -0
  249. package/svgs/core/diagram-arrowhead-association-left.svg +1 -0
  250. package/svgs/core/diagram-arrowhead-association-right.svg +1 -0
  251. package/svgs/core/diagram-arrowhead-association-up-right.svg +1 -0
  252. package/svgs/core/diagram-arrowhead-circle-left.svg +1 -0
  253. package/svgs/core/diagram-arrowhead-circle-right.svg +1 -0
  254. package/svgs/core/diagram-arrowhead-circle-up-right.svg +1 -0
  255. package/svgs/core/diagram-arrowhead-composition-left.svg +1 -0
  256. package/svgs/core/diagram-arrowhead-composition-right.svg +1 -0
  257. package/svgs/core/diagram-arrowhead-composition-up-right.svg +1 -0
  258. package/svgs/core/diagram-arrowhead-default-flow-left.svg +1 -0
  259. package/svgs/core/diagram-arrowhead-default-flow-right.svg +1 -0
  260. package/svgs/core/diagram-arrowhead-default-flow-up-right.svg +1 -0
  261. package/svgs/core/diagram-arrowhead-inheritance-left.svg +1 -0
  262. package/svgs/core/diagram-arrowhead-inheritance-right.svg +1 -0
  263. package/svgs/core/diagram-arrowhead-inheritance-up-right.svg +1 -0
  264. package/svgs/core/diagram-arrowhead-many-left.svg +1 -0
  265. package/svgs/core/diagram-arrowhead-many-right.svg +1 -0
  266. package/svgs/core/diagram-arrowhead-many-up-right.svg +1 -0
  267. package/svgs/core/diagram-arrowhead-one-left.svg +1 -0
  268. package/svgs/core/diagram-arrowhead-one-or-many-left.svg +1 -0
  269. package/svgs/core/diagram-arrowhead-one-or-many-right.svg +1 -0
  270. package/svgs/core/diagram-arrowhead-one-or-many-up-right.svg +1 -0
  271. package/svgs/core/diagram-arrowhead-one-right.svg +1 -0
  272. package/svgs/core/diagram-arrowhead-one-up-right.svg +1 -0
  273. package/svgs/core/diagram-arrowhead-only-one-left.svg +1 -0
  274. package/svgs/core/diagram-arrowhead-only-one-right.svg +1 -0
  275. package/svgs/core/diagram-arrowhead-only-one-up-right.svg +1 -0
  276. package/svgs/core/diagram-arrowhead-sequence-left.svg +1 -0
  277. package/svgs/core/diagram-arrowhead-sequence-right.svg +1 -0
  278. package/svgs/core/diagram-arrowhead-sequence-up-right.svg +1 -0
  279. package/svgs/core/diagram-arrowhead-zero-or-many-left.svg +1 -0
  280. package/svgs/core/diagram-arrowhead-zero-or-many-right.svg +1 -0
  281. package/svgs/core/diagram-arrowhead-zero-or-many-up-right.svg +1 -0
  282. package/svgs/core/diagram-arrowhead-zero-or-one-left.svg +1 -0
  283. package/svgs/core/diagram-arrowhead-zero-or-one-right.svg +1 -0
  284. package/svgs/core/diagram-arrowhead-zero-or-one-up-right.svg +1 -0
  285. package/svgs/core/diagram-symbol-activation.svg +1 -0
  286. package/svgs/core/diagram-symbol-actor.svg +1 -0
  287. package/svgs/core/diagram-symbol-ad-hoc.svg +1 -0
  288. package/svgs/core/diagram-symbol-arrow-left-filled.svg +1 -0
  289. package/svgs/core/diagram-symbol-arrow-left.svg +1 -0
  290. package/svgs/core/diagram-symbol-arrow-right-filled.svg +1 -0
  291. package/svgs/core/diagram-symbol-arrow-right.svg +1 -0
  292. package/svgs/core/diagram-symbol-assembly.svg +1 -0
  293. package/svgs/core/diagram-symbol-browser.svg +1 -0
  294. package/svgs/core/diagram-symbol-class.svg +1 -0
  295. package/svgs/core/diagram-symbol-cloud.svg +1 -0
  296. package/svgs/core/diagram-symbol-collaboration.svg +1 -0
  297. package/svgs/core/diagram-symbol-complex.svg +1 -0
  298. package/svgs/core/diagram-symbol-component-box.svg +1 -0
  299. package/svgs/core/diagram-symbol-component.svg +1 -0
  300. package/svgs/core/diagram-symbol-compute.svg +1 -0
  301. package/svgs/core/diagram-symbol-connector-off-page.svg +1 -1
  302. package/svgs/core/diagram-symbol-container.svg +1 -0
  303. package/svgs/core/diagram-symbol-database-source.svg +1 -0
  304. package/svgs/core/diagram-symbol-end.svg +1 -0
  305. package/svgs/core/diagram-symbol-error-filled.svg +1 -0
  306. package/svgs/core/diagram-symbol-error.svg +1 -0
  307. package/svgs/core/diagram-symbol-event-based-filled.svg +1 -0
  308. package/svgs/core/diagram-symbol-event-based.svg +1 -0
  309. package/svgs/core/diagram-symbol-exclusive-filled.svg +1 -0
  310. package/svgs/core/diagram-symbol-exclusive.svg +1 -0
  311. package/svgs/core/diagram-symbol-file.svg +1 -0
  312. package/svgs/core/diagram-symbol-fork-horizontal.svg +1 -0
  313. package/svgs/core/diagram-symbol-fork-vertical.svg +1 -0
  314. package/svgs/core/diagram-symbol-frame.svg +1 -0
  315. package/svgs/core/diagram-symbol-frontend.svg +1 -0
  316. package/svgs/core/diagram-symbol-history.svg +1 -0
  317. package/svgs/core/diagram-symbol-input-output.svg +1 -1
  318. package/svgs/core/diagram-symbol-interface-attributes.svg +1 -0
  319. package/svgs/core/diagram-symbol-internal-storage.svg +1 -1
  320. package/svgs/core/diagram-symbol-manual.svg +1 -0
  321. package/svgs/core/diagram-symbol-node.svg +1 -0
  322. package/svgs/core/diagram-symbol-note.svg +1 -0
  323. package/svgs/core/diagram-symbol-package.svg +1 -0
  324. package/svgs/core/diagram-symbol-parallel-even-based-filled.svg +1 -0
  325. package/svgs/core/diagram-symbol-parallel-even-based.svg +1 -0
  326. package/svgs/core/diagram-symbol-parallel-mi.svg +1 -0
  327. package/svgs/core/diagram-symbol-pin-left-filled.svg +1 -0
  328. package/svgs/core/diagram-symbol-pin-left.svg +1 -0
  329. package/svgs/core/diagram-symbol-pin-right-filled.svg +1 -0
  330. package/svgs/core/diagram-symbol-pin-right.svg +1 -0
  331. package/svgs/core/diagram-symbol-pool-horizontal.svg +1 -0
  332. package/svgs/core/diagram-symbol-pool-vertical.svg +1 -0
  333. package/svgs/core/diagram-symbol-predefined-process.svg +1 -1
  334. package/svgs/core/diagram-symbol-provided-interface.svg +1 -0
  335. package/svgs/core/diagram-symbol-receive-signal.svg +1 -0
  336. package/svgs/core/diagram-symbol-required-interface.svg +1 -0
  337. package/svgs/core/diagram-symbol-send-signal.svg +1 -0
  338. package/svgs/core/diagram-symbol-send.svg +1 -0
  339. package/svgs/core/diagram-symbol-shield.svg +1 -0
  340. package/svgs/core/diagram-symbol-signal-filled.svg +1 -0
  341. package/svgs/core/diagram-symbol-signal.svg +1 -0
  342. package/svgs/core/diagram-symbol-start.svg +1 -0
  343. package/svgs/core/diagram-symbol-swimlanes-horizontal.svg +1 -0
  344. package/svgs/core/diagram-symbol-swimlanes-vertical.svg +1 -0
  345. package/svgs/core/diagram-symbol-switch.svg +1 -0
  346. package/svgs/core/diagram-symbol-template.svg +1 -0
  347. package/svgs/core/diagram-symbol-use-case.svg +1 -0
  348. package/svgs/core/field-select.svg +1 -0
  349. package/svgs/core/history.svg +1 -1
  350. package/svgs/core/teamwork-graph.svg +1 -1
  351. package/svgs/core/vehicle-airplane.svg +1 -1
  352. package/svgs/core/video-fast-forward-overlay.svg +1 -0
  353. package/svgs/core/video-fast-forward.svg +1 -0
  354. package/svgs/core/video-rewind-overlay.svg +1 -1
  355. package/svgs/core/video-rewind.svg +1 -0
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::3bf79e4e5b804e4c80a2e6bc819b14ee>>
6
+ * @codegen <<SignedSource::d88f645424084d083b914e87abd80e77>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -77,6 +77,15 @@ var metadata = {
77
77
  status: 'published',
78
78
  slackChannel: '#feedback-loom-vizrefresh'
79
79
  },
80
+ 'ai-model': {
81
+ keywords: ['ai-model', 'aimodel', 'icon', 'icon-lab', 'machine learning', 'AI', 'model', 'brain', 'reasoning', 'LLM', 'large language model'],
82
+ componentName: 'AiModelIcon',
83
+ package: '@atlaskit/icon-lab/core/ai-model',
84
+ categorization: 'single-purpose',
85
+ usage: 'Reserved for representing large language and reasoning models.',
86
+ team: 'Compass',
87
+ status: 'published'
88
+ },
80
89
  'align-content-bottom': {
81
90
  keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'bottom', 'vertical'],
82
91
  componentName: 'AlignContentBottomIcon',
@@ -398,6 +407,24 @@ var metadata = {
398
407
  team: 'Databases',
399
408
  status: 'published'
400
409
  },
410
+ capability: {
411
+ keywords: ['capability', 'icon', 'icon-lab', 'capability', 'capabilities', 'instance'],
412
+ componentName: 'CapabilityIcon',
413
+ package: '@atlaskit/icon-lab/core/capability',
414
+ categorization: 'single-purpose',
415
+ usage: 'Reserved for representing capabilities.',
416
+ team: 'Compass',
417
+ status: 'published'
418
+ },
419
+ cart: {
420
+ keywords: ['cart', 'icon', 'icon-lab', 'shopping cart', 'shopping trolley', 'checkout'],
421
+ componentName: 'CartIcon',
422
+ package: '@atlaskit/icon-lab/core/cart',
423
+ categorization: 'single-purpose',
424
+ usage: 'Reserved for representing the cart in online purchase experiences.',
425
+ team: 'Creative',
426
+ status: 'published'
427
+ },
401
428
  'chart-area': {
402
429
  keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', 'chart', 'area', 'analytics', 'graph'],
403
430
  componentName: 'ChartAreaIcon',
@@ -461,6 +488,15 @@ var metadata = {
461
488
  team: 'Data Experiences',
462
489
  status: 'published'
463
490
  },
491
+ cloud: {
492
+ keywords: ['cloud', 'icon', 'icon-lab', 'cloud'],
493
+ componentName: 'CloudIcon',
494
+ package: '@atlaskit/icon-lab/core/cloud',
495
+ categorization: 'multi-purpose',
496
+ usage: 'Known uses: Cloud resource, Cloud online',
497
+ team: 'Compass',
498
+ status: 'published'
499
+ },
464
500
  'cloud-offline': {
465
501
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'cloud', 'offline', 'disconnected', 'strikethrough'],
466
502
  componentName: 'CloudOfflineIcon',
@@ -525,6 +561,24 @@ var metadata = {
525
561
  status: 'published',
526
562
  slackChannel: '#help-automation-design'
527
563
  },
564
+ 'corner-radius-rounded': {
565
+ keywords: ['corner-radius-rounded', 'cornerradiusrounded', 'icon', 'icon-lab', 'corner radius', 'radii', 'rounded corner', 'round corners'],
566
+ componentName: 'CornerRadiusRoundedIcon',
567
+ package: '@atlaskit/icon-lab/core/corner-radius-rounded',
568
+ categorization: 'single-purpose',
569
+ usage: 'Reserved for rounded corners option for experiences that offer user customization of corner radius.',
570
+ team: 'Unified Hubs',
571
+ status: 'published'
572
+ },
573
+ 'corner-radius-squared': {
574
+ keywords: ['corner-radius-squared', 'cornerradiussquared', 'icon', 'icon-lab', 'corner radius', 'radii', 'squared corner', 'square corners'],
575
+ componentName: 'CornerRadiusSquaredIcon',
576
+ package: '@atlaskit/icon-lab/core/corner-radius-squared',
577
+ categorization: 'single-purpose',
578
+ usage: 'Reserved for squared corners option for experiences that offer user customization of corner radius.',
579
+ team: 'Unified Hubs',
580
+ status: 'published'
581
+ },
528
582
  'cross-octagon': {
529
583
  keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'cross', 'stop', 'block', 'octagon'],
530
584
  componentName: 'CrossOctagonIcon',
@@ -562,6 +616,15 @@ var metadata = {
562
616
  status: 'published',
563
617
  slackChannel: '#sc-design'
564
618
  },
619
+ 'data-app': {
620
+ keywords: ['data-app', 'dataapp', 'icon', 'icon-lab', 'database', 'data product', 'data app'],
621
+ componentName: 'DataAppIcon',
622
+ package: '@atlaskit/icon-lab/core/data-app',
623
+ categorization: 'single-purpose',
624
+ usage: 'Reserved for representing data products and apps.',
625
+ team: 'Compass',
626
+ status: 'published'
627
+ },
565
628
  'data-bucket': {
566
629
  keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
567
630
  componentName: 'DataBucketIcon',
@@ -663,6 +726,357 @@ var metadata = {
663
726
  status: 'published',
664
727
  slackChannel: '#forge-sql'
665
728
  },
729
+ 'diagram-arrowhead-aggregation-left': {
730
+ keywords: ['diagram-arrowhead-aggregation-left', 'diagramarrowheadaggregationleft', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'start point', 'diagram'],
731
+ componentName: 'DiagramArrowheadAggregationLeftIcon',
732
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-left',
733
+ categorization: 'single-purpose',
734
+ usage: 'Reserved for left-facing aggregation diagram arrowhead in Whiteboards.',
735
+ team: 'Whiteboards',
736
+ status: 'published'
737
+ },
738
+ 'diagram-arrowhead-aggregation-right': {
739
+ keywords: ['diagram-arrowhead-aggregation-right', 'diagramarrowheadaggregationright', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'end point', 'diagram'],
740
+ componentName: 'DiagramArrowheadAggregationRightIcon',
741
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-right',
742
+ categorization: 'single-purpose',
743
+ usage: 'Reserved for right-facing aggregation diagram arrowhead in Whiteboards.',
744
+ team: 'Whiteboards',
745
+ status: 'published'
746
+ },
747
+ 'diagram-arrowhead-aggregation-up-right': {
748
+ keywords: ['diagram-arrowhead-aggregation-up-right', 'diagramarrowheadaggregationupright', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'diagonal', 'diagram'],
749
+ componentName: 'DiagramArrowheadAggregationUpRightIcon',
750
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-up-right',
751
+ categorization: 'single-purpose',
752
+ usage: 'Reserved for aggregation diagram in Whiteboards.',
753
+ team: 'Whiteboards',
754
+ status: 'published'
755
+ },
756
+ 'diagram-arrowhead-association-left': {
757
+ keywords: ['diagram-arrowhead-association-left', 'diagramarrowheadassociationleft', 'icon', 'icon-lab', 'arrowhead', 'association', 'start point', 'diagram'],
758
+ componentName: 'DiagramArrowheadAssociationLeftIcon',
759
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-left',
760
+ categorization: 'single-purpose',
761
+ usage: 'Reserved for left-facing association diagram arrowhead in Whiteboards.',
762
+ team: 'Whiteboards',
763
+ status: 'published'
764
+ },
765
+ 'diagram-arrowhead-association-right': {
766
+ keywords: ['diagram-arrowhead-association-right', 'diagramarrowheadassociationright', 'icon', 'icon-lab', 'arrowhead', 'association', 'end point', 'diagram'],
767
+ componentName: 'DiagramArrowheadAssociationRightIcon',
768
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-right',
769
+ categorization: 'single-purpose',
770
+ usage: 'Reserved for right-facing association diagram arrowhead in Whiteboards.',
771
+ team: 'Whiteboards',
772
+ status: 'published'
773
+ },
774
+ 'diagram-arrowhead-association-up-right': {
775
+ keywords: ['diagram-arrowhead-association-up-right', 'diagramarrowheadassociationupright', 'icon', 'icon-lab', 'arrowhead', 'association', 'diagonal', 'diagram'],
776
+ componentName: 'DiagramArrowheadAssociationUpRightIcon',
777
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-up-right',
778
+ categorization: 'single-purpose',
779
+ usage: 'Reserved for association diagram in Whiteboards.',
780
+ team: 'Whiteboards',
781
+ status: 'published'
782
+ },
783
+ 'diagram-arrowhead-circle-left': {
784
+ keywords: ['diagram-arrowhead-circle-left', 'diagramarrowheadcircleleft', 'icon', 'icon-lab', 'arrowhead', 'circle', 'start point', 'diagram'],
785
+ componentName: 'DiagramArrowheadCircleLeftIcon',
786
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-left',
787
+ categorization: 'single-purpose',
788
+ usage: 'Reserved for left-facing circle diagram arrowhead in Whiteboards.',
789
+ team: 'Whiteboards',
790
+ status: 'published'
791
+ },
792
+ 'diagram-arrowhead-circle-right': {
793
+ keywords: ['diagram-arrowhead-circle-right', 'diagramarrowheadcircleright', 'icon', 'icon-lab', 'arrowhead', 'circle', 'diagram', 'end point'],
794
+ componentName: 'DiagramArrowheadCircleRightIcon',
795
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-right',
796
+ categorization: 'single-purpose',
797
+ usage: 'Reserved for right-facing circle diagram arrowhead in Whiteboards.',
798
+ team: 'Whiteboards',
799
+ status: 'published'
800
+ },
801
+ 'diagram-arrowhead-circle-up-right': {
802
+ keywords: ['diagram-arrowhead-circle-up-right', 'diagramarrowheadcircleupright', 'icon', 'icon-lab', 'arrowhead', 'circle', 'diagram'],
803
+ componentName: 'DiagramArrowheadCircleUpRightIcon',
804
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-up-right',
805
+ categorization: 'single-purpose',
806
+ usage: 'Reserved for circle diagram in Whiteboards.',
807
+ team: 'Whiteboards',
808
+ status: 'published'
809
+ },
810
+ 'diagram-arrowhead-composition-left': {
811
+ keywords: ['diagram-arrowhead-composition-left', 'diagramarrowheadcompositionleft', 'icon', 'icon-lab', 'arrowhead', 'composition', 'start point', 'diagram'],
812
+ componentName: 'DiagramArrowheadCompositionLeftIcon',
813
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-left',
814
+ categorization: 'single-purpose',
815
+ usage: 'Reserved for left-facing composition diagram arrowhead in Whiteboards.',
816
+ team: 'Whiteboards',
817
+ status: 'published'
818
+ },
819
+ 'diagram-arrowhead-composition-right': {
820
+ keywords: ['diagram-arrowhead-composition-right', 'diagramarrowheadcompositionright', 'icon', 'icon-lab', 'arrowhead', 'composition', 'end point', 'diagram'],
821
+ componentName: 'DiagramArrowheadCompositionRightIcon',
822
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-right',
823
+ categorization: 'single-purpose',
824
+ usage: 'Reserved for right-facing composition diagram arrowhead in Whiteboards.',
825
+ team: 'Whiteboards',
826
+ status: 'published'
827
+ },
828
+ 'diagram-arrowhead-composition-up-right': {
829
+ keywords: ['diagram-arrowhead-composition-up-right', 'diagramarrowheadcompositionupright', 'icon', 'icon-lab', 'arrowhead', 'composition', 'diagram'],
830
+ componentName: 'DiagramArrowheadCompositionUpRightIcon',
831
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-up-right',
832
+ categorization: 'single-purpose',
833
+ usage: 'Reserved for composition diagram in Whiteboards.',
834
+ team: 'Whiteboards',
835
+ status: 'published'
836
+ },
837
+ 'diagram-arrowhead-default-flow-left': {
838
+ keywords: ['diagram-arrowhead-default-flow-left', 'diagramarrowheaddefaultflowleft', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'start point', 'diagram'],
839
+ componentName: 'DiagramArrowheadDefaultFlowLeftIcon',
840
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-left',
841
+ categorization: 'single-purpose',
842
+ usage: 'Reserved for left-facing default flow diagram arrowhead in Whiteboards.',
843
+ team: 'Whiteboards',
844
+ status: 'published'
845
+ },
846
+ 'diagram-arrowhead-default-flow-right': {
847
+ keywords: ['diagram-arrowhead-default-flow-right', 'diagramarrowheaddefaultflowright', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'end point', 'diagram'],
848
+ componentName: 'DiagramArrowheadDefaultFlowRightIcon',
849
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-right',
850
+ categorization: 'single-purpose',
851
+ usage: 'Reserved for right-facing default flow diagram arrowhead in Whiteboards.',
852
+ team: 'Whiteboards',
853
+ status: 'published'
854
+ },
855
+ 'diagram-arrowhead-default-flow-up-right': {
856
+ keywords: ['diagram-arrowhead-default-flow-up-right', 'diagramarrowheaddefaultflowupright', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'diagram'],
857
+ componentName: 'DiagramArrowheadDefaultFlowUpRightIcon',
858
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-up-right',
859
+ categorization: 'single-purpose',
860
+ usage: 'Reserved for default flow diagram in Whiteboards.',
861
+ team: 'Whiteboards',
862
+ status: 'published'
863
+ },
864
+ 'diagram-arrowhead-inheritance-left': {
865
+ keywords: ['diagram-arrowhead-inheritance-left', 'diagramarrowheadinheritanceleft', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'start point', 'diagram'],
866
+ componentName: 'DiagramArrowheadInheritanceLeftIcon',
867
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-left',
868
+ categorization: 'single-purpose',
869
+ usage: 'Reserved for left-facing inheritance diagram arrowhead in Whiteboards.',
870
+ team: 'Whiteboards',
871
+ status: 'published'
872
+ },
873
+ 'diagram-arrowhead-inheritance-right': {
874
+ keywords: ['diagram-arrowhead-inheritance-right', 'diagramarrowheadinheritanceright', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'end point', 'diagram'],
875
+ componentName: 'DiagramArrowheadInheritanceRightIcon',
876
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-right',
877
+ categorization: 'single-purpose',
878
+ usage: 'Reserved for right-facing inheritance diagram arrowhead in Whiteboards.',
879
+ team: 'Whiteboards',
880
+ status: 'published'
881
+ },
882
+ 'diagram-arrowhead-inheritance-up-right': {
883
+ keywords: ['diagram-arrowhead-inheritance-up-right', 'diagramarrowheadinheritanceupright', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'diagram'],
884
+ componentName: 'DiagramArrowheadInheritanceUpRightIcon',
885
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-up-right',
886
+ categorization: 'single-purpose',
887
+ usage: 'Reserved for inheritance diagram in Whiteboards.',
888
+ team: 'Whiteboards',
889
+ status: 'published'
890
+ },
891
+ 'diagram-arrowhead-many-left': {
892
+ keywords: ['diagram-arrowhead-many-left', 'diagramarrowheadmanyleft', 'icon', 'icon-lab', 'arrowhead', 'many', 'start point', 'diagram'],
893
+ componentName: 'DiagramArrowheadManyLeftIcon',
894
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-left',
895
+ categorization: 'single-purpose',
896
+ usage: 'Reserved for left-facing many diagram arrowhead in Whiteboards.',
897
+ team: 'Whiteboards',
898
+ status: 'published'
899
+ },
900
+ 'diagram-arrowhead-many-right': {
901
+ keywords: ['diagram-arrowhead-many-right', 'diagramarrowheadmanyright', 'icon', 'icon-lab', 'arrowhead', 'many', 'end point', 'diagram'],
902
+ componentName: 'DiagramArrowheadManyRightIcon',
903
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-right',
904
+ categorization: 'single-purpose',
905
+ usage: 'Reserved for right-facing many diagram arrowhead in Whiteboards.',
906
+ team: 'Whiteboards',
907
+ status: 'published'
908
+ },
909
+ 'diagram-arrowhead-many-up-right': {
910
+ keywords: ['diagram-arrowhead-many-up-right', 'diagramarrowheadmanyupright', 'icon', 'icon-lab', 'arrowhead', 'many', 'diagram'],
911
+ componentName: 'DiagramArrowheadManyUpRightIcon',
912
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-up-right',
913
+ categorization: 'single-purpose',
914
+ usage: 'Reserved for many diagram in Whiteboards.',
915
+ team: 'Whiteboards',
916
+ status: 'published'
917
+ },
918
+ 'diagram-arrowhead-one-left': {
919
+ keywords: ['diagram-arrowhead-one-left', 'diagramarrowheadoneleft', 'icon', 'icon-lab', 'arrowhead', 'one', 'start point', 'diagram'],
920
+ componentName: 'DiagramArrowheadOneLeftIcon',
921
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-left',
922
+ categorization: 'single-purpose',
923
+ usage: 'Reserved for left-facing one diagram arrowhead in Whiteboards.',
924
+ team: 'Whiteboards',
925
+ status: 'published'
926
+ },
927
+ 'diagram-arrowhead-one-or-many-left': {
928
+ keywords: ['diagram-arrowhead-one-or-many-left', 'diagramarrowheadoneormanyleft', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'start point', 'diagram'],
929
+ componentName: 'DiagramArrowheadOneOrManyLeftIcon',
930
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-left',
931
+ categorization: 'single-purpose',
932
+ usage: 'Reserved for left-facing one or many diagram arrowhead in Whiteboards.',
933
+ team: 'Whiteboards',
934
+ status: 'published'
935
+ },
936
+ 'diagram-arrowhead-one-or-many-right': {
937
+ keywords: ['diagram-arrowhead-one-or-many-right', 'diagramarrowheadoneormanyright', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'end point', 'diagram'],
938
+ componentName: 'DiagramArrowheadOneOrManyRightIcon',
939
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-right',
940
+ categorization: 'single-purpose',
941
+ usage: 'Reserved for right-facing one or many diagram arrowhead in Whiteboards.',
942
+ team: 'Whiteboards',
943
+ status: 'published'
944
+ },
945
+ 'diagram-arrowhead-one-or-many-up-right': {
946
+ keywords: ['diagram-arrowhead-one-or-many-up-right', 'diagramarrowheadoneormanyupright', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'diagram'],
947
+ componentName: 'DiagramArrowheadOneOrManyUpRightIcon',
948
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-up-right',
949
+ categorization: 'single-purpose',
950
+ usage: 'Reserved for one or many diagram in Whiteboards.',
951
+ team: 'Whiteboards',
952
+ status: 'published'
953
+ },
954
+ 'diagram-arrowhead-one-right': {
955
+ keywords: ['diagram-arrowhead-one-right', 'diagramarrowheadoneright', 'icon', 'icon-lab', 'arrowhead', 'one', 'end point', 'diagram'],
956
+ componentName: 'DiagramArrowheadOneRightIcon',
957
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-right',
958
+ categorization: 'single-purpose',
959
+ usage: 'Reserved for right-facing one diagram arrowhead in Whiteboards.',
960
+ team: 'Whiteboards',
961
+ status: 'published'
962
+ },
963
+ 'diagram-arrowhead-one-up-right': {
964
+ keywords: ['diagram-arrowhead-one-up-right', 'diagramarrowheadoneupright', 'icon', 'icon-lab', 'arrowhead', 'one', 'diagram'],
965
+ componentName: 'DiagramArrowheadOneUpRightIcon',
966
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-up-right',
967
+ categorization: 'single-purpose',
968
+ usage: 'Reserved for one diagram in Whiteboards.',
969
+ team: 'Whiteboards',
970
+ status: 'published'
971
+ },
972
+ 'diagram-arrowhead-only-one-left': {
973
+ keywords: ['diagram-arrowhead-only-one-left', 'diagramarrowheadonlyoneleft', 'icon', 'icon-lab', 'arrowhead', 'only one', 'start point', 'diagram'],
974
+ componentName: 'DiagramArrowheadOnlyOneLeftIcon',
975
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-left',
976
+ categorization: 'single-purpose',
977
+ usage: 'Reserved for left-facing only one diagram arrowhead in Whiteboards.',
978
+ team: 'Whiteboards',
979
+ status: 'published'
980
+ },
981
+ 'diagram-arrowhead-only-one-right': {
982
+ keywords: ['diagram-arrowhead-only-one-right', 'diagramarrowheadonlyoneright', 'icon', 'icon-lab', 'arrowhead', 'only one', 'end point', 'diagram'],
983
+ componentName: 'DiagramArrowheadOnlyOneRightIcon',
984
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-right',
985
+ categorization: 'single-purpose',
986
+ usage: 'Reserved for right-facing only one diagram arrowhead in Whiteboards.',
987
+ team: 'Whiteboards',
988
+ status: 'published'
989
+ },
990
+ 'diagram-arrowhead-only-one-up-right': {
991
+ keywords: ['diagram-arrowhead-only-one-up-right', 'diagramarrowheadonlyoneupright', 'icon', 'icon-lab', 'arrowhead', 'only one', 'diagram'],
992
+ componentName: 'DiagramArrowheadOnlyOneUpRightIcon',
993
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-up-right',
994
+ categorization: 'single-purpose',
995
+ usage: 'Reserved for only one diagram in Whiteboards.',
996
+ team: 'Whiteboards',
997
+ status: 'published'
998
+ },
999
+ 'diagram-arrowhead-sequence-left': {
1000
+ keywords: ['diagram-arrowhead-sequence-left', 'diagramarrowheadsequenceleft', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'start point', 'diagram'],
1001
+ componentName: 'DiagramArrowheadSequenceLeftIcon',
1002
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-left',
1003
+ categorization: 'single-purpose',
1004
+ usage: 'Reserved for left-facing sequence diagram arrowhead in Whiteboards.',
1005
+ team: 'Whiteboards',
1006
+ status: 'published'
1007
+ },
1008
+ 'diagram-arrowhead-sequence-right': {
1009
+ keywords: ['diagram-arrowhead-sequence-right', 'diagramarrowheadsequenceright', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'end point', 'diagram'],
1010
+ componentName: 'DiagramArrowheadSequenceRightIcon',
1011
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-right',
1012
+ categorization: 'single-purpose',
1013
+ usage: 'Reserved for right-facing sequence diagram arrowhead in Whiteboards.',
1014
+ team: 'Whiteboards',
1015
+ status: 'published'
1016
+ },
1017
+ 'diagram-arrowhead-sequence-up-right': {
1018
+ keywords: ['diagram-arrowhead-sequence-up-right', 'diagramarrowheadsequenceupright', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'diagram'],
1019
+ componentName: 'DiagramArrowheadSequenceUpRightIcon',
1020
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-up-right',
1021
+ categorization: 'single-purpose',
1022
+ usage: 'Reserved for sequence diagram in Whiteboards.',
1023
+ team: 'Whiteboards',
1024
+ status: 'published'
1025
+ },
1026
+ 'diagram-arrowhead-zero-or-many-left': {
1027
+ keywords: ['diagram-arrowhead-zero-or-many-left', 'diagramarrowheadzeroormanyleft', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'start point', 'diagram'],
1028
+ componentName: 'DiagramArrowheadZeroOrManyLeftIcon',
1029
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-left',
1030
+ categorization: 'single-purpose',
1031
+ usage: 'Reserved for left-facing zero or many diagram arrowhead in Whiteboards.',
1032
+ team: 'Whiteboards',
1033
+ status: 'published'
1034
+ },
1035
+ 'diagram-arrowhead-zero-or-many-right': {
1036
+ keywords: ['diagram-arrowhead-zero-or-many-right', 'diagramarrowheadzeroormanyright', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'end point', 'diagram'],
1037
+ componentName: 'DiagramArrowheadZeroOrManyRightIcon',
1038
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-right',
1039
+ categorization: 'single-purpose',
1040
+ usage: 'Reserved for right-facing zero or many diagram arrowhead in Whiteboards.',
1041
+ team: 'Whiteboards',
1042
+ status: 'published'
1043
+ },
1044
+ 'diagram-arrowhead-zero-or-many-up-right': {
1045
+ keywords: ['diagram-arrowhead-zero-or-many-up-right', 'diagramarrowheadzeroormanyupright', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'diagram'],
1046
+ componentName: 'DiagramArrowheadZeroOrManyUpRightIcon',
1047
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-up-right',
1048
+ categorization: 'single-purpose',
1049
+ usage: 'Reserved for zero or many diagram in Whiteboards.',
1050
+ team: 'Whiteboards',
1051
+ status: 'published'
1052
+ },
1053
+ 'diagram-arrowhead-zero-or-one-left': {
1054
+ keywords: ['diagram-arrowhead-zero-or-one-left', 'diagramarrowheadzerooroneleft', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'start point', 'diagram'],
1055
+ componentName: 'DiagramArrowheadZeroOrOneLeftIcon',
1056
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-left',
1057
+ categorization: 'single-purpose',
1058
+ usage: 'Reserved for left-facing zero or one diagram arrowhead in Whiteboards.',
1059
+ team: 'Whiteboards',
1060
+ status: 'published'
1061
+ },
1062
+ 'diagram-arrowhead-zero-or-one-right': {
1063
+ keywords: ['diagram-arrowhead-zero-or-one-right', 'diagramarrowheadzerooroneright', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'end point', 'diagram'],
1064
+ componentName: 'DiagramArrowheadZeroOrOneRightIcon',
1065
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-right',
1066
+ categorization: 'single-purpose',
1067
+ usage: 'Reserved for right-facing zero or one diagram arrowhead in Whiteboards.',
1068
+ team: 'Whiteboards',
1069
+ status: 'published'
1070
+ },
1071
+ 'diagram-arrowhead-zero-or-one-up-right': {
1072
+ keywords: ['diagram-arrowhead-zero-or-one-up-right', 'diagramarrowheadzerooroneupright', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'diagram'],
1073
+ componentName: 'DiagramArrowheadZeroOrOneUpRightIcon',
1074
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-up-right',
1075
+ categorization: 'single-purpose',
1076
+ usage: 'Reserved for zero or one diagram in Whiteboards.',
1077
+ team: 'Whiteboards',
1078
+ status: 'published'
1079
+ },
666
1080
  'diagram-symbol-action': {
667
1081
  keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'diagram', 'symbol', 'action'],
668
1082
  componentName: 'DiagramSymbolActionIcon',
@@ -672,6 +1086,33 @@ var metadata = {
672
1086
  team: 'Whiteboards',
673
1087
  status: 'published'
674
1088
  },
1089
+ 'diagram-symbol-activation': {
1090
+ keywords: ['diagram-symbol-activation', 'diagramsymbolactivation', 'icon', 'icon-lab', 'diagram symbol', 'UML shape', 'activation'],
1091
+ componentName: 'DiagramSymbolActivationIcon',
1092
+ package: '@atlaskit/icon-lab/core/diagram-symbol-activation',
1093
+ categorization: 'single-purpose',
1094
+ usage: 'Reserved for activation UML diagram symbol.',
1095
+ team: 'Whiteboards',
1096
+ status: 'published'
1097
+ },
1098
+ 'diagram-symbol-actor': {
1099
+ keywords: ['diagram-symbol-actor', 'diagramsymbolactor', 'icon', 'icon-lab', 'diagram symbol', 'actor', 'person', 'UML shape'],
1100
+ componentName: 'DiagramSymbolActorIcon',
1101
+ package: '@atlaskit/icon-lab/core/diagram-symbol-actor',
1102
+ categorization: 'single-purpose',
1103
+ usage: 'Reserved for actor UML diagram symbol in Whiteboards.',
1104
+ team: 'Whiteboards',
1105
+ status: 'published'
1106
+ },
1107
+ 'diagram-symbol-ad-hoc': {
1108
+ keywords: ['diagram-symbol-ad-hoc', 'diagramsymboladhoc', 'icon', 'icon-lab', 'diagram symbol', 'ad hoc', 'BPMN shape'],
1109
+ componentName: 'DiagramSymbolAdHocIcon',
1110
+ package: '@atlaskit/icon-lab/core/diagram-symbol-ad-hoc',
1111
+ categorization: 'single-purpose',
1112
+ usage: 'Reserved for ad hoc BPMN diagram symbol in Whiteboards.',
1113
+ team: 'Whiteboards',
1114
+ status: 'published'
1115
+ },
675
1116
  'diagram-symbol-alternate-process': {
676
1117
  keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'alternate process'],
677
1118
  componentName: 'DiagramSymbolAlternateProcessIcon',
@@ -681,6 +1122,87 @@ var metadata = {
681
1122
  team: 'Whiteboards',
682
1123
  status: 'published'
683
1124
  },
1125
+ 'diagram-symbol-arrow-left': {
1126
+ keywords: ['diagram-symbol-arrow-left', 'diagramsymbolarrowleft', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'start point', 'BPMN shape'],
1127
+ componentName: 'DiagramSymbolArrowLeftIcon',
1128
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-left',
1129
+ categorization: 'single-purpose',
1130
+ usage: 'Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.',
1131
+ team: 'Whiteboards',
1132
+ status: 'published'
1133
+ },
1134
+ 'diagram-symbol-arrow-left-filled': {
1135
+ keywords: ['diagram-symbol-arrow-left-filled', 'diagramsymbolarrowleftfilled', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'start point', 'filled', 'BPMN shape'],
1136
+ componentName: 'DiagramSymbolArrowLeftFilledIcon',
1137
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-left-filled',
1138
+ categorization: 'single-purpose',
1139
+ usage: 'Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.',
1140
+ team: 'Whiteboards',
1141
+ status: 'published'
1142
+ },
1143
+ 'diagram-symbol-arrow-right': {
1144
+ keywords: ['diagram-symbol-arrow-right', 'diagramsymbolarrowright', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'end point', 'BPMN shape'],
1145
+ componentName: 'DiagramSymbolArrowRightIcon',
1146
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-right',
1147
+ categorization: 'single-purpose',
1148
+ usage: 'Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.',
1149
+ team: 'Whiteboards',
1150
+ status: 'published'
1151
+ },
1152
+ 'diagram-symbol-arrow-right-filled': {
1153
+ keywords: ['diagram-symbol-arrow-right-filled', 'diagramsymbolarrowrightfilled', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'end point', 'filled', 'BPMN shape'],
1154
+ componentName: 'DiagramSymbolArrowRightFilledIcon',
1155
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-right-filled',
1156
+ categorization: 'single-purpose',
1157
+ usage: 'Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.',
1158
+ team: 'Whiteboards',
1159
+ status: 'published'
1160
+ },
1161
+ 'diagram-symbol-assembly': {
1162
+ keywords: ['diagram-symbol-assembly', 'diagramsymbolassembly', 'icon', 'icon-lab', 'diagram symbol', 'assembly', 'UML shape'],
1163
+ componentName: 'DiagramSymbolAssemblyIcon',
1164
+ package: '@atlaskit/icon-lab/core/diagram-symbol-assembly',
1165
+ categorization: 'single-purpose',
1166
+ usage: 'Reserved for assembly UML diagram symbol in Whiteboards.',
1167
+ team: 'Whiteboards',
1168
+ status: 'published'
1169
+ },
1170
+ 'diagram-symbol-browser': {
1171
+ keywords: ['diagram-symbol-browser', 'diagramsymbolbrowser', 'icon', 'icon-lab', 'diagram symbol', 'web browser'],
1172
+ componentName: 'DiagramSymbolBrowserIcon',
1173
+ package: '@atlaskit/icon-lab/core/diagram-symbol-browser',
1174
+ categorization: 'single-purpose',
1175
+ usage: 'Reserved for browser diagram symbol in Whiteboards.',
1176
+ team: 'Whiteboards',
1177
+ status: 'published'
1178
+ },
1179
+ 'diagram-symbol-class': {
1180
+ keywords: ['diagram-symbol-class', 'diagramsymbolclass', 'icon', 'icon-lab', 'diagram symbol', 'class', 'UML shape'],
1181
+ componentName: 'DiagramSymbolClassIcon',
1182
+ package: '@atlaskit/icon-lab/core/diagram-symbol-class',
1183
+ categorization: 'single-purpose',
1184
+ usage: 'Reserved for class UML diagram symbol in Whiteboards.',
1185
+ team: 'Whiteboards',
1186
+ status: 'published'
1187
+ },
1188
+ 'diagram-symbol-cloud': {
1189
+ keywords: ['diagram-symbol-cloud', 'diagramsymbolcloud', 'icon', 'icon-lab', 'diagram symbol', 'cloud', 'advanced shape'],
1190
+ componentName: 'DiagramSymbolCloudIcon',
1191
+ package: '@atlaskit/icon-lab/core/diagram-symbol-cloud',
1192
+ categorization: 'single-purpose',
1193
+ usage: 'Reserved for cloud diagram symbol in Whiteboards.',
1194
+ team: 'Whiteboards',
1195
+ status: 'published'
1196
+ },
1197
+ 'diagram-symbol-collaboration': {
1198
+ keywords: ['diagram-symbol-collaboration', 'diagramsymbolcollaboration', 'icon', 'icon-lab', 'diagram symbol', 'collaboration', 'collaborate'],
1199
+ componentName: 'DiagramSymbolCollaborationIcon',
1200
+ package: '@atlaskit/icon-lab/core/diagram-symbol-collaboration',
1201
+ categorization: 'single-purpose',
1202
+ usage: 'Reserved for collaboration diagram symbol in Whiteboards.',
1203
+ team: 'Whiteboards',
1204
+ status: 'published'
1205
+ },
684
1206
  'diagram-symbol-collate': {
685
1207
  keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'diagram', 'symbol', 'collate'],
686
1208
  componentName: 'DiagramSymbolCollateIcon',
@@ -708,6 +1230,42 @@ var metadata = {
708
1230
  team: 'Whiteboards',
709
1231
  status: 'published'
710
1232
  },
1233
+ 'diagram-symbol-complex': {
1234
+ keywords: ['diagram-symbol-complex', 'diagramsymbolcomplex', 'icon', 'icon-lab', 'diagram symbol', 'complex', 'BPMN shape', 'asterisk'],
1235
+ componentName: 'DiagramSymbolComplexIcon',
1236
+ package: '@atlaskit/icon-lab/core/diagram-symbol-complex',
1237
+ categorization: 'single-purpose',
1238
+ usage: 'Reserved for complex BPMN diagram symbol in Whiteboards.',
1239
+ team: 'Whiteboards',
1240
+ status: 'published'
1241
+ },
1242
+ 'diagram-symbol-component': {
1243
+ keywords: ['diagram-symbol-component', 'diagramsymbolcomponent', 'icon', 'icon-lab', 'diagram symbol', 'component', 'UML shape'],
1244
+ componentName: 'DiagramSymbolComponentIcon',
1245
+ package: '@atlaskit/icon-lab/core/diagram-symbol-component',
1246
+ categorization: 'single-purpose',
1247
+ usage: 'Reserved for component UML diagram symbol in Whiteboards.',
1248
+ team: 'Whiteboards',
1249
+ status: 'published'
1250
+ },
1251
+ 'diagram-symbol-component-box': {
1252
+ keywords: ['diagram-symbol-component-box', 'diagramsymbolcomponentbox', 'icon', 'icon-lab', 'diagram symbol', 'component box', 'UML shape'],
1253
+ componentName: 'DiagramSymbolComponentBoxIcon',
1254
+ package: '@atlaskit/icon-lab/core/diagram-symbol-component-box',
1255
+ categorization: 'single-purpose',
1256
+ usage: 'Reserved for component box UML diagram symbol in Whiteboards.',
1257
+ team: 'Whiteboards',
1258
+ status: 'published'
1259
+ },
1260
+ 'diagram-symbol-compute': {
1261
+ keywords: ['diagram-symbol-compute', 'diagramsymbolcompute', 'icon', 'icon-lab', 'diagram symbol', 'compute', 'processor', 'microchip', 'advanced shape'],
1262
+ componentName: 'DiagramSymbolComputeIcon',
1263
+ package: '@atlaskit/icon-lab/core/diagram-symbol-compute',
1264
+ categorization: 'single-purpose',
1265
+ usage: 'Reserved for compute diagram symbol in Whiteboards.',
1266
+ team: 'Whiteboards',
1267
+ status: 'published'
1268
+ },
711
1269
  'diagram-symbol-connector-off-page': {
712
1270
  keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', 'off-page', 'diagram', 'symbol', 'connector'],
713
1271
  componentName: 'DiagramSymbolConnectorOffPageIcon',
@@ -726,6 +1284,15 @@ var metadata = {
726
1284
  team: 'Whiteboards',
727
1285
  status: 'published'
728
1286
  },
1287
+ 'diagram-symbol-container': {
1288
+ keywords: ['diagram-symbol-container', 'diagramsymbolcontainer', 'icon', 'icon-lab', 'diagram symbol', 'container'],
1289
+ componentName: 'DiagramSymbolContainerIcon',
1290
+ package: '@atlaskit/icon-lab/core/diagram-symbol-container',
1291
+ categorization: 'single-purpose',
1292
+ usage: 'Reserved for container diagram symbol in Whiteboards.',
1293
+ team: 'Whiteboards',
1294
+ status: 'published'
1295
+ },
729
1296
  'diagram-symbol-database': {
730
1297
  keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'diagram', 'symbol', 'database'],
731
1298
  componentName: 'DiagramSymbolDatabaseIcon',
@@ -735,6 +1302,15 @@ var metadata = {
735
1302
  team: 'Whiteboards',
736
1303
  status: 'published'
737
1304
  },
1305
+ 'diagram-symbol-database-source': {
1306
+ keywords: ['diagram-symbol-database-source', 'diagramsymboldatabasesource', 'icon', 'icon-lab', 'diagram symbol', 'database', 'db', 'source', 'advanced shape'],
1307
+ componentName: 'DiagramSymbolDatabaseSourceIcon',
1308
+ package: '@atlaskit/icon-lab/core/diagram-symbol-database-source',
1309
+ categorization: 'single-purpose',
1310
+ usage: 'Reserved for database source diagram symbol in Whiteboards.',
1311
+ team: 'Whiteboards',
1312
+ status: 'published'
1313
+ },
738
1314
  'diagram-symbol-decision': {
739
1315
  keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'diagram', 'symbol', 'decision'],
740
1316
  componentName: 'DiagramSymbolDecisionIcon',
@@ -780,6 +1356,114 @@ var metadata = {
780
1356
  team: 'Whiteboards',
781
1357
  status: 'published'
782
1358
  },
1359
+ 'diagram-symbol-end': {
1360
+ keywords: ['diagram-symbol-end', 'diagramsymbolend', 'icon', 'icon-lab', 'diagram symbol', 'end', 'UML shape'],
1361
+ componentName: 'DiagramSymbolEndIcon',
1362
+ package: '@atlaskit/icon-lab/core/diagram-symbol-end',
1363
+ categorization: 'single-purpose',
1364
+ usage: 'Reserved for end UML diagram symbol in Whiteboards.',
1365
+ team: 'Whiteboards',
1366
+ status: 'published'
1367
+ },
1368
+ 'diagram-symbol-error': {
1369
+ keywords: ['diagram-symbol-error', 'diagramsymbolerror', 'icon', 'icon-lab', 'diagram symbol', 'error', 'lightning bolt', 'BPMN shape'],
1370
+ componentName: 'DiagramSymbolErrorIcon',
1371
+ package: '@atlaskit/icon-lab/core/diagram-symbol-error',
1372
+ categorization: 'single-purpose',
1373
+ usage: 'Reserved for error BPMN diagram symbol in Whiteboards.',
1374
+ team: 'Whiteboards',
1375
+ status: 'published'
1376
+ },
1377
+ 'diagram-symbol-error-filled': {
1378
+ keywords: ['diagram-symbol-error-filled', 'diagramsymbolerrorfilled', 'icon', 'icon-lab', 'diagram symbol', 'error', 'filled', 'lightning bolt', 'BPMN shape'],
1379
+ componentName: 'DiagramSymbolErrorFilledIcon',
1380
+ package: '@atlaskit/icon-lab/core/diagram-symbol-error-filled',
1381
+ categorization: 'single-purpose',
1382
+ usage: 'Reserved for error BPMN diagram symbol in Whiteboards.',
1383
+ team: 'Whiteboards',
1384
+ status: 'published'
1385
+ },
1386
+ 'diagram-symbol-event-based': {
1387
+ keywords: ['diagram-symbol-event-based', 'diagramsymboleventbased', 'icon', 'icon-lab', 'diagram symbol', 'event based', 'pentagon', 'BPMN shape'],
1388
+ componentName: 'DiagramSymbolEventBasedIcon',
1389
+ package: '@atlaskit/icon-lab/core/diagram-symbol-event-based',
1390
+ categorization: 'single-purpose',
1391
+ usage: 'Reserved for event based BPMN diagram symbol in Whiteboards.',
1392
+ team: 'Whiteboards',
1393
+ status: 'published'
1394
+ },
1395
+ 'diagram-symbol-event-based-filled': {
1396
+ keywords: ['diagram-symbol-event-based-filled', 'diagramsymboleventbasedfilled', 'icon', 'icon-lab', 'diagram symbol', 'event based', 'pentagon', 'filled', 'BPMN shape'],
1397
+ componentName: 'DiagramSymbolEventBasedFilledIcon',
1398
+ package: '@atlaskit/icon-lab/core/diagram-symbol-event-based-filled',
1399
+ categorization: 'single-purpose',
1400
+ usage: 'Reserved for event based BPMN diagram symbol in Whiteboards.',
1401
+ team: 'Whiteboards',
1402
+ status: 'published'
1403
+ },
1404
+ 'diagram-symbol-exclusive': {
1405
+ keywords: ['diagram-symbol-exclusive', 'diagramsymbolexclusive', 'icon', 'icon-lab', 'diagram symbol', 'exclusive', 'cross', 'x', 'BPMN shape'],
1406
+ componentName: 'DiagramSymbolExclusiveIcon',
1407
+ package: '@atlaskit/icon-lab/core/diagram-symbol-exclusive',
1408
+ categorization: 'single-purpose',
1409
+ usage: 'Reserved for exclusive BPMN diagram symbol in Whiteboards.',
1410
+ team: 'Whiteboards',
1411
+ status: 'published'
1412
+ },
1413
+ 'diagram-symbol-exclusive-filled': {
1414
+ keywords: ['diagram-symbol-exclusive-filled', 'diagramsymbolexclusivefilled', 'icon', 'icon-lab', 'diagram symbol', 'exclusive', 'filled', 'cross', 'x', 'BPMN shape'],
1415
+ componentName: 'DiagramSymbolExclusiveFilledIcon',
1416
+ package: '@atlaskit/icon-lab/core/diagram-symbol-exclusive-filled',
1417
+ categorization: 'single-purpose',
1418
+ usage: 'Reserved for exclusive BPMN diagram symbol in Whiteboards.',
1419
+ team: 'Whiteboards',
1420
+ status: 'published'
1421
+ },
1422
+ 'diagram-symbol-file': {
1423
+ keywords: ['diagram-symbol-file', 'diagramsymbolfile', 'icon', 'icon-lab', 'diagram symbol', 'file', 'advanced shape', 'document'],
1424
+ componentName: 'DiagramSymbolFileIcon',
1425
+ package: '@atlaskit/icon-lab/core/diagram-symbol-file',
1426
+ categorization: 'single-purpose',
1427
+ usage: 'Reserved for file diagram symbol in Whiteboards.',
1428
+ team: 'Whiteboards',
1429
+ status: 'published'
1430
+ },
1431
+ 'diagram-symbol-fork-horizontal': {
1432
+ keywords: ['diagram-symbol-fork-horizontal', 'diagramsymbolforkhorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal fork', 'UML shape', 'filled'],
1433
+ componentName: 'DiagramSymbolForkHorizontalIcon',
1434
+ package: '@atlaskit/icon-lab/core/diagram-symbol-fork-horizontal',
1435
+ categorization: 'single-purpose',
1436
+ usage: 'Reserved for horizontal fork UML diagram symbol in Whiteboards.',
1437
+ team: 'Whiteboards',
1438
+ status: 'published'
1439
+ },
1440
+ 'diagram-symbol-fork-vertical': {
1441
+ keywords: ['diagram-symbol-fork-vertical', 'diagramsymbolforkvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical fork', 'UML shape', 'filled'],
1442
+ componentName: 'DiagramSymbolForkVerticalIcon',
1443
+ package: '@atlaskit/icon-lab/core/diagram-symbol-fork-vertical',
1444
+ categorization: 'single-purpose',
1445
+ usage: 'Reserved for vertical fork UML diagram symbol in Whiteboards.',
1446
+ team: 'Whiteboards',
1447
+ status: 'published'
1448
+ },
1449
+ 'diagram-symbol-frame': {
1450
+ keywords: ['diagram-symbol-frame', 'diagramsymbolframe', 'icon', 'icon-lab', 'diagram symbol', 'frame', 'container', 'section'],
1451
+ componentName: 'DiagramSymbolFrameIcon',
1452
+ package: '@atlaskit/icon-lab/core/diagram-symbol-frame',
1453
+ categorization: 'single-purpose',
1454
+ usage: 'Reserved for frame diagram symbol in Whiteboards.',
1455
+ team: 'Whiteboards',
1456
+ status: 'published'
1457
+ },
1458
+ 'diagram-symbol-frontend': {
1459
+ keywords: ['diagram-symbol-frontend', 'diagramsymbolfrontend', 'icon', 'icon-lab', 'diagram symbol', 'frontend', 'advanced shape', '<>', 'angle brackets', 'code'],
1460
+ componentName: 'DiagramSymbolFrontendIcon',
1461
+ package: '@atlaskit/icon-lab/core/diagram-symbol-frontend',
1462
+ categorization: 'single-purpose',
1463
+ usage: 'Reserved for frontend diagram symbol in Whiteboards.',
1464
+ team: 'Whiteboards',
1465
+ status: 'published'
1466
+ },
783
1467
  'diagram-symbol-hard-disk': {
784
1468
  keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
785
1469
  componentName: 'DiagramSymbolHardDiskIcon',
@@ -789,6 +1473,15 @@ var metadata = {
789
1473
  team: 'Whiteboards',
790
1474
  status: 'published'
791
1475
  },
1476
+ 'diagram-symbol-history': {
1477
+ keywords: ['diagram-symbol-history', 'diagramsymbolhistory', 'icon', 'icon-lab', 'diagram symbol', 'history', 'UML shape'],
1478
+ componentName: 'DiagramSymbolHistoryIcon',
1479
+ package: '@atlaskit/icon-lab/core/diagram-symbol-history',
1480
+ categorization: 'single-purpose',
1481
+ usage: 'Reserved for history UML diagram symbol in Whiteboards.',
1482
+ team: 'Whiteboards',
1483
+ status: 'published'
1484
+ },
792
1485
  'diagram-symbol-input-output': {
793
1486
  keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'diagram', 'symbol', 'input', 'output'],
794
1487
  componentName: 'DiagramSymbolInputOutputIcon',
@@ -798,6 +1491,15 @@ var metadata = {
798
1491
  team: 'Whiteboards',
799
1492
  status: 'published'
800
1493
  },
1494
+ 'diagram-symbol-interface-attributes': {
1495
+ keywords: ['diagram-symbol-interface-attributes', 'diagramsymbolinterfaceattributes', 'icon', 'icon-lab', 'diagram symbol', 'UI', 'interface', 'attributes', 'UML shape'],
1496
+ componentName: 'DiagramSymbolInterfaceAttributesIcon',
1497
+ package: '@atlaskit/icon-lab/core/diagram-symbol-interface-attributes',
1498
+ categorization: 'single-purpose',
1499
+ usage: 'Reserved for interface attributes UML diagram symbol in Whiteboards.',
1500
+ team: 'Whiteboards',
1501
+ status: 'published'
1502
+ },
801
1503
  'diagram-symbol-internal-storage': {
802
1504
  keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'diagram', 'symbol', 'internal storage'],
803
1505
  componentName: 'DiagramSymbolInternalStorageIcon',
@@ -816,6 +1518,15 @@ var metadata = {
816
1518
  team: 'Whiteboards',
817
1519
  status: 'published'
818
1520
  },
1521
+ 'diagram-symbol-manual': {
1522
+ keywords: ['diagram-symbol-manual', 'diagramsymbolmanual', 'icon', 'icon-lab', 'diagram symbol', 'manual', 'hand', 'BPMN shape'],
1523
+ componentName: 'DiagramSymbolManualIcon',
1524
+ package: '@atlaskit/icon-lab/core/diagram-symbol-manual',
1525
+ categorization: 'single-purpose',
1526
+ usage: 'Reserved for manual BPMN diagram symbol in Whiteboards.',
1527
+ team: 'Whiteboards',
1528
+ status: 'published'
1529
+ },
819
1530
  'diagram-symbol-manual-input': {
820
1531
  keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual input'],
821
1532
  componentName: 'DiagramSymbolManualInputIcon',
@@ -852,6 +1563,24 @@ var metadata = {
852
1563
  team: 'Whiteboards',
853
1564
  status: 'published'
854
1565
  },
1566
+ 'diagram-symbol-node': {
1567
+ keywords: ['diagram-symbol-node', 'diagramsymbolnode', 'icon', 'icon-lab', 'diagram symbol', 'node', 'cube'],
1568
+ componentName: 'DiagramSymbolNodeIcon',
1569
+ package: '@atlaskit/icon-lab/core/diagram-symbol-node',
1570
+ categorization: 'single-purpose',
1571
+ usage: 'Reserved for node diagram symbol in Whiteboards.',
1572
+ team: 'Whiteboards',
1573
+ status: 'published'
1574
+ },
1575
+ 'diagram-symbol-note': {
1576
+ keywords: ['diagram-symbol-note', 'diagramsymbolnote', 'icon', 'icon-lab', 'diagram symbol', 'note', 'UML shape'],
1577
+ componentName: 'DiagramSymbolNoteIcon',
1578
+ package: '@atlaskit/icon-lab/core/diagram-symbol-note',
1579
+ categorization: 'single-purpose',
1580
+ usage: 'Reserved for note UML diagram symbol in Whiteboards.',
1581
+ team: 'Whiteboards',
1582
+ status: 'published'
1583
+ },
855
1584
  'diagram-symbol-or': {
856
1585
  keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'diagram', 'symbol', 'or', 'logic'],
857
1586
  componentName: 'DiagramSymbolOrIcon',
@@ -861,6 +1590,96 @@ var metadata = {
861
1590
  team: 'Whiteboards',
862
1591
  status: 'published'
863
1592
  },
1593
+ 'diagram-symbol-package': {
1594
+ keywords: ['diagram-symbol-package', 'diagramsymbolpackage', 'icon', 'icon-lab', 'diagram symbol', 'container', 'package'],
1595
+ componentName: 'DiagramSymbolPackageIcon',
1596
+ package: '@atlaskit/icon-lab/core/diagram-symbol-package',
1597
+ categorization: 'single-purpose',
1598
+ usage: 'Reserved for package diagram symbol in Whiteboards.',
1599
+ team: 'Whiteboards',
1600
+ status: 'published'
1601
+ },
1602
+ 'diagram-symbol-parallel-even-based': {
1603
+ keywords: ['diagram-symbol-parallel-even-based', 'diagramsymbolparallelevenbased', 'icon', 'icon-lab', 'diagram symbol', 'plus', 'parallel even based', 'BPMN shape'],
1604
+ componentName: 'DiagramSymbolParallelEvenBasedIcon',
1605
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-even-based',
1606
+ categorization: 'single-purpose',
1607
+ usage: 'Reserved for parallel even based BPMN diagram symbol in Whiteboards.',
1608
+ team: 'Whiteboards',
1609
+ status: 'published'
1610
+ },
1611
+ 'diagram-symbol-parallel-even-based-filled': {
1612
+ keywords: ['diagram-symbol-parallel-even-based-filled', 'diagramsymbolparallelevenbasedfilled', 'icon', 'icon-lab', 'diagram symbol', 'plus', 'filled', 'parallel even based', 'BPMN shape'],
1613
+ componentName: 'DiagramSymbolParallelEvenBasedFilledIcon',
1614
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-even-based-filled',
1615
+ categorization: 'single-purpose',
1616
+ usage: 'Reserved for parallel even based BPMN diagram symbol in Whiteboards.',
1617
+ team: 'Whiteboards',
1618
+ status: 'published'
1619
+ },
1620
+ 'diagram-symbol-parallel-mi': {
1621
+ keywords: ['diagram-symbol-parallel-mi', 'diagramsymbolparallelmi', 'icon', 'icon-lab', 'diagram symbol', 'parallel mi', 'BPMN shape'],
1622
+ componentName: 'DiagramSymbolParallelMiIcon',
1623
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-mi',
1624
+ categorization: 'single-purpose',
1625
+ usage: 'Reserved for parallel mi BPMN diagram symbol in Whiteboards.',
1626
+ team: 'Whiteboards',
1627
+ status: 'published'
1628
+ },
1629
+ 'diagram-symbol-pin-left': {
1630
+ keywords: ['diagram-symbol-pin-left', 'diagramsymbolpinleft', 'icon', 'icon-lab', 'diagram symbol', 'arrow left', 'pin', 'UML shape'],
1631
+ componentName: 'DiagramSymbolPinLeftIcon',
1632
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-left',
1633
+ categorization: 'single-purpose',
1634
+ usage: 'Reserved for left-facing pin UML diagram symbol in Whiteboards.',
1635
+ team: 'Whiteboards',
1636
+ status: 'published'
1637
+ },
1638
+ 'diagram-symbol-pin-left-filled': {
1639
+ keywords: ['diagram-symbol-pin-left-filled', 'diagramsymbolpinleftfilled', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'filled', 'pin', 'UML shape'],
1640
+ componentName: 'DiagramSymbolPinLeftFilledIcon',
1641
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-left-filled',
1642
+ categorization: 'single-purpose',
1643
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1644
+ team: 'Whiteboards',
1645
+ status: 'published'
1646
+ },
1647
+ 'diagram-symbol-pin-right': {
1648
+ keywords: ['diagram-symbol-pin-right', 'diagramsymbolpinright', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'pin', 'UML shape'],
1649
+ componentName: 'DiagramSymbolPinRightIcon',
1650
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-right',
1651
+ categorization: 'single-purpose',
1652
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1653
+ team: 'Whiteboards',
1654
+ status: 'published'
1655
+ },
1656
+ 'diagram-symbol-pin-right-filled': {
1657
+ keywords: ['diagram-symbol-pin-right-filled', 'diagramsymbolpinrightfilled', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'filled', 'pin', 'UML shape'],
1658
+ componentName: 'DiagramSymbolPinRightFilledIcon',
1659
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-right-filled',
1660
+ categorization: 'single-purpose',
1661
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1662
+ team: 'Whiteboards',
1663
+ status: 'published'
1664
+ },
1665
+ 'diagram-symbol-pool-horizontal': {
1666
+ keywords: ['diagram-symbol-pool-horizontal', 'diagramsymbolpoolhorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal pool', 'container'],
1667
+ componentName: 'DiagramSymbolPoolHorizontalIcon',
1668
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pool-horizontal',
1669
+ categorization: 'single-purpose',
1670
+ usage: 'Reserved for horizontal pool diagram symbol in Whiteboards.',
1671
+ team: 'Whiteboards',
1672
+ status: 'published'
1673
+ },
1674
+ 'diagram-symbol-pool-vertical': {
1675
+ keywords: ['diagram-symbol-pool-vertical', 'diagramsymbolpoolvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical pool', 'container'],
1676
+ componentName: 'DiagramSymbolPoolVerticalIcon',
1677
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pool-vertical',
1678
+ categorization: 'single-purpose',
1679
+ usage: 'Reserved for vertical pool diagram symbol in Whiteboards.',
1680
+ team: 'Whiteboards',
1681
+ status: 'published'
1682
+ },
864
1683
  'diagram-symbol-predefined-process': {
865
1684
  keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'predefined process'],
866
1685
  componentName: 'DiagramSymbolPredefinedProcessIcon',
@@ -879,6 +1698,78 @@ var metadata = {
879
1698
  team: 'Whiteboards',
880
1699
  status: 'published'
881
1700
  },
1701
+ 'diagram-symbol-provided-interface': {
1702
+ keywords: ['diagram-symbol-provided-interface', 'diagramsymbolprovidedinterface', 'icon', 'icon-lab', 'diagram symbol', 'provided interface', 'UML shape'],
1703
+ componentName: 'DiagramSymbolProvidedInterfaceIcon',
1704
+ package: '@atlaskit/icon-lab/core/diagram-symbol-provided-interface',
1705
+ categorization: 'single-purpose',
1706
+ usage: 'Reserved for provided interface UML diagram symbol in Whiteboards.',
1707
+ team: 'Whiteboards',
1708
+ status: 'published'
1709
+ },
1710
+ 'diagram-symbol-receive-signal': {
1711
+ keywords: ['diagram-symbol-receive-signal', 'diagramsymbolreceivesignal', 'icon', 'icon-lab', 'diagram symbol', 'receive signal', 'UML shape'],
1712
+ componentName: 'DiagramSymbolReceiveSignalIcon',
1713
+ package: '@atlaskit/icon-lab/core/diagram-symbol-receive-signal',
1714
+ categorization: 'single-purpose',
1715
+ usage: 'Reserved for receive signal UML diagram symbol in Whiteboards.',
1716
+ team: 'Whiteboards',
1717
+ status: 'published'
1718
+ },
1719
+ 'diagram-symbol-required-interface': {
1720
+ keywords: ['diagram-symbol-required-interface', 'diagramsymbolrequiredinterface', 'icon', 'icon-lab', 'diagram symbol', 'required interface', 'UML shape'],
1721
+ componentName: 'DiagramSymbolRequiredInterfaceIcon',
1722
+ package: '@atlaskit/icon-lab/core/diagram-symbol-required-interface',
1723
+ categorization: 'single-purpose',
1724
+ usage: 'Reserved for required interface UML diagram symbol in Whiteboards.',
1725
+ team: 'Whiteboards',
1726
+ status: 'published'
1727
+ },
1728
+ 'diagram-symbol-send': {
1729
+ keywords: ['diagram-symbol-send', 'diagramsymbolsend', 'icon', 'icon-lab', 'diagram symbol', 'send', 'envelope', 'email', 'BPMN shape'],
1730
+ componentName: 'DiagramSymbolSendIcon',
1731
+ package: '@atlaskit/icon-lab/core/diagram-symbol-send',
1732
+ categorization: 'single-purpose',
1733
+ usage: 'Reserved for send BPMN diagram symbol in Whiteboards.',
1734
+ team: 'Whiteboards',
1735
+ status: 'published'
1736
+ },
1737
+ 'diagram-symbol-send-signal': {
1738
+ keywords: ['diagram-symbol-send-signal', 'diagramsymbolsendsignal', 'icon', 'icon-lab', 'diagram symbol', 'send signal', 'UML shape'],
1739
+ componentName: 'DiagramSymbolSendSignalIcon',
1740
+ package: '@atlaskit/icon-lab/core/diagram-symbol-send-signal',
1741
+ categorization: 'single-purpose',
1742
+ usage: 'Reserved for send signal UML diagram symbol in Whiteboards.',
1743
+ team: 'Whiteboards',
1744
+ status: 'published'
1745
+ },
1746
+ 'diagram-symbol-shield': {
1747
+ keywords: ['diagram-symbol-shield', 'diagramsymbolshield', 'icon', 'icon-lab', 'diagram symbol', 'shield', 'checkmark', 'advanced shape'],
1748
+ componentName: 'DiagramSymbolShieldIcon',
1749
+ package: '@atlaskit/icon-lab/core/diagram-symbol-shield',
1750
+ categorization: 'single-purpose',
1751
+ usage: 'Reserved for shield diagram symbol in Whiteboards.',
1752
+ team: 'Whiteboards',
1753
+ status: 'published'
1754
+ },
1755
+ 'diagram-symbol-signal': {
1756
+ keywords: ['diagram-symbol-signal', 'diagramsymbolsignal', 'icon', 'icon-lab', 'diagram symbol', 'signal', 'triangle', 'BPMN shape'],
1757
+ componentName: 'DiagramSymbolSignalIcon',
1758
+ package: '@atlaskit/icon-lab/core/diagram-symbol-signal',
1759
+ categorization: 'single-purpose',
1760
+ usage: 'Reserved for signal BPMN diagram symbol in Whiteboards.',
1761
+ team: 'Whiteboards',
1762
+ status: 'published'
1763
+ },
1764
+ 'diagram-symbol-signal-filled': {
1765
+ keywords: ['diagram-symbol-signal-filled', 'diagramsymbolsignalfilled', 'icon', 'icon-lab', 'diagram symbol', 'signal', 'filled', 'triangle', 'BPMN shape'],
1766
+ componentName: 'DiagramSymbolSignalFilledIcon',
1767
+ package: '@atlaskit/icon-lab/core/diagram-symbol-signal-filled',
1768
+ categorization: 'single-purpose',
1769
+ usage: 'Reserved for signal BPMN diagram symbol in Whiteboards.',
1770
+ team: 'Whiteboards',
1771
+ status: 'published'
1772
+ },
882
1773
  'diagram-symbol-sort': {
883
1774
  keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'diagram', 'symbol', 'sort'],
884
1775
  componentName: 'DiagramSymbolSortIcon',
@@ -888,6 +1779,15 @@ var metadata = {
888
1779
  team: 'Whiteboards',
889
1780
  status: 'published'
890
1781
  },
1782
+ 'diagram-symbol-start': {
1783
+ keywords: ['diagram-symbol-start', 'diagramsymbolstart', 'icon', 'icon-lab', 'diagram symbol', 'start', 'circle', 'UML shape'],
1784
+ componentName: 'DiagramSymbolStartIcon',
1785
+ package: '@atlaskit/icon-lab/core/diagram-symbol-start',
1786
+ categorization: 'single-purpose',
1787
+ usage: 'Reserved for start UML diagram symbol in Whiteboards.',
1788
+ team: 'Whiteboards',
1789
+ status: 'published'
1790
+ },
891
1791
  'diagram-symbol-stored-data': {
892
1792
  keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'diagram', 'symbol', 'stored data'],
893
1793
  componentName: 'DiagramSymbolStoredDataIcon',
@@ -906,6 +1806,42 @@ var metadata = {
906
1806
  team: 'Whiteboards',
907
1807
  status: 'published'
908
1808
  },
1809
+ 'diagram-symbol-swimlanes-horizontal': {
1810
+ keywords: ['diagram-symbol-swimlanes-horizontal', 'diagramsymbolswimlaneshorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal swimlanes', 'container'],
1811
+ componentName: 'DiagramSymbolSwimlanesHorizontalIcon',
1812
+ package: '@atlaskit/icon-lab/core/diagram-symbol-swimlanes-horizontal',
1813
+ categorization: 'single-purpose',
1814
+ usage: 'Reserved for horizontal swimlanes diagram symbol in Whiteboards.',
1815
+ team: 'Whiteboards',
1816
+ status: 'published'
1817
+ },
1818
+ 'diagram-symbol-swimlanes-vertical': {
1819
+ keywords: ['diagram-symbol-swimlanes-vertical', 'diagramsymbolswimlanesvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical swimlanes', 'columns', 'container'],
1820
+ componentName: 'DiagramSymbolSwimlanesVerticalIcon',
1821
+ package: '@atlaskit/icon-lab/core/diagram-symbol-swimlanes-vertical',
1822
+ categorization: 'single-purpose',
1823
+ usage: 'Reserved for vertical swimlanes diagram symbol in Whiteboards.',
1824
+ team: 'Whiteboards',
1825
+ status: 'published'
1826
+ },
1827
+ 'diagram-symbol-switch': {
1828
+ keywords: ['diagram-symbol-switch', 'diagramsymbolswitch', 'icon', 'icon-lab', 'diagram symbol', 'switch', 'ethernet', 'advanced shape', 'network'],
1829
+ componentName: 'DiagramSymbolSwitchIcon',
1830
+ package: '@atlaskit/icon-lab/core/diagram-symbol-switch',
1831
+ categorization: 'single-purpose',
1832
+ usage: 'Reserved for switch diagram symbol in Whiteboards.',
1833
+ team: 'Whiteboards',
1834
+ status: 'published'
1835
+ },
1836
+ 'diagram-symbol-template': {
1837
+ keywords: ['diagram-symbol-template', 'diagramsymboltemplate', 'icon', 'icon-lab', 'diagram symbol', 'template', 'UML shape', 'dashed'],
1838
+ componentName: 'DiagramSymbolTemplateIcon',
1839
+ package: '@atlaskit/icon-lab/core/diagram-symbol-template',
1840
+ categorization: 'single-purpose',
1841
+ usage: 'Reserved for template UML diagram symbol in Whiteboards.',
1842
+ team: 'Whiteboards',
1843
+ status: 'published'
1844
+ },
909
1845
  'diagram-symbol-terminator': {
910
1846
  keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
911
1847
  componentName: 'DiagramSymbolTerminatorIcon',
@@ -915,6 +1851,15 @@ var metadata = {
915
1851
  team: 'Whiteboards',
916
1852
  status: 'published'
917
1853
  },
1854
+ 'diagram-symbol-use-case': {
1855
+ keywords: ['diagram-symbol-use-case', 'diagramsymbolusecase', 'icon', 'icon-lab', 'diagram symbol', 'use case', 'oval', 'UML shape'],
1856
+ componentName: 'DiagramSymbolUseCaseIcon',
1857
+ package: '@atlaskit/icon-lab/core/diagram-symbol-use-case',
1858
+ categorization: 'single-purpose',
1859
+ usage: 'Reserved for use case UML diagram symbol in Whiteboards.',
1860
+ team: 'Whiteboards',
1861
+ status: 'published'
1862
+ },
918
1863
  directory: {
919
1864
  keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
920
1865
  componentName: 'DirectoryIcon',
@@ -1020,6 +1965,15 @@ var metadata = {
1020
1965
  status: 'published',
1021
1966
  slackChannel: '#icon-contributions'
1022
1967
  },
1968
+ 'field-select': {
1969
+ keywords: ['field-select', 'fieldselect', 'icon', 'icon-lab', 'dropdown', 'single-select', 'multi-select', 'select field type'],
1970
+ componentName: 'FieldSelectIcon',
1971
+ package: '@atlaskit/icon-lab/core/field-select',
1972
+ categorization: 'single-purpose',
1973
+ usage: 'Reserved for representing single and multi-option select field types.',
1974
+ team: 'Strategy Collection',
1975
+ status: 'published'
1976
+ },
1023
1977
  'field-text': {
1024
1978
  keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'form', 'input', 'label', 'cursor', 'text field'],
1025
1979
  componentName: 'FieldTextIcon',
@@ -2611,6 +3565,24 @@ var metadata = {
2611
3565
  team: 'Loom',
2612
3566
  status: 'published'
2613
3567
  },
3568
+ 'video-fast-forward': {
3569
+ keywords: ['video-fast-forward', 'videofastforward', 'icon', 'icon-lab', 'video', 'media', 'fast forward', 'FFD', 'BPMN shape', 'diagram symbol'],
3570
+ componentName: 'VideoFastForwardIcon',
3571
+ package: '@atlaskit/icon-lab/core/video-fast-forward',
3572
+ categorization: 'single-purpose',
3573
+ usage: 'Reserved for fast forwarding media and representing fast forward BPMN diagram symbol.',
3574
+ team: 'Whiteboards',
3575
+ status: 'published'
3576
+ },
3577
+ 'video-fast-forward-overlay': {
3578
+ keywords: ['video-fast-forward-overlay', 'videofastforwardoverlay', 'icon', 'icon-lab', 'video', 'media', 'fast forward', 'FFD', 'filled', 'BPMN shape', 'diagram symbol'],
3579
+ componentName: 'VideoFastForwardOverlayIcon',
3580
+ package: '@atlaskit/icon-lab/core/video-fast-forward-overlay',
3581
+ categorization: 'single-purpose',
3582
+ usage: 'Reserved for fast forwarding media when icon is shown on an overlay, and representing fast forward BPMN diagram symbol.',
3583
+ team: 'Whiteboards',
3584
+ status: 'published'
3585
+ },
2614
3586
  'video-hd': {
2615
3587
  keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'high definition', 'hi def'],
2616
3588
  componentName: 'VideoHdIcon',
@@ -2668,12 +3640,21 @@ var metadata = {
2668
3640
  status: 'published',
2669
3641
  slackChannel: '#feedback-loom-vizrefresh'
2670
3642
  },
3643
+ 'video-rewind': {
3644
+ keywords: ['video-rewind', 'videorewind', 'icon', 'icon-lab', 'video', 'media', 'playback control', 'rewind', 'RWD', 'diagram symbol', 'BPMN shape'],
3645
+ componentName: 'VideoRewindIcon',
3646
+ package: '@atlaskit/icon-lab/core/video-rewind',
3647
+ categorization: 'single-purpose',
3648
+ usage: 'Reserved for rewinding media and representing rewind diagram symbol.',
3649
+ team: 'Whiteboards',
3650
+ status: 'published'
3651
+ },
2671
3652
  'video-rewind-overlay': {
2672
- keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back'],
3653
+ keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back', 'video', 'media', 'playback control', 'rewind', 'RWD', 'diagram symbol', 'BPMN shape', 'filled'],
2673
3654
  componentName: 'VideoRewindOverlayIcon',
2674
3655
  package: '@atlaskit/icon-lab/core/video-rewind-overlay',
2675
3656
  categorization: 'single-purpose',
2676
- usage: 'Reserved for rewinding videos.',
3657
+ usage: 'Reserved for rewinding media and representing rewind diagram symbol.',
2677
3658
  team: 'Loom',
2678
3659
  status: 'published'
2679
3660
  },