@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
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::3bf79e4e5b804e4c80a2e6bc819b14ee>>
12
+ * @codegen <<SignedSource::d88f645424084d083b914e87abd80e77>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -83,6 +83,15 @@ var metadata = {
83
83
  status: 'published',
84
84
  slackChannel: '#feedback-loom-vizrefresh'
85
85
  },
86
+ 'ai-model': {
87
+ keywords: ['ai-model', 'aimodel', 'icon', 'icon-lab', 'machine learning', 'AI', 'model', 'brain', 'reasoning', 'LLM', 'large language model'],
88
+ componentName: 'AiModelIcon',
89
+ package: '@atlaskit/icon-lab/core/ai-model',
90
+ categorization: 'single-purpose',
91
+ usage: 'Reserved for representing large language and reasoning models.',
92
+ team: 'Compass',
93
+ status: 'published'
94
+ },
86
95
  'align-content-bottom': {
87
96
  keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'align', 'alignment', 'content', 'bottom', 'vertical'],
88
97
  componentName: 'AlignContentBottomIcon',
@@ -404,6 +413,24 @@ var metadata = {
404
413
  team: 'Databases',
405
414
  status: 'published'
406
415
  },
416
+ capability: {
417
+ keywords: ['capability', 'icon', 'icon-lab', 'capability', 'capabilities', 'instance'],
418
+ componentName: 'CapabilityIcon',
419
+ package: '@atlaskit/icon-lab/core/capability',
420
+ categorization: 'single-purpose',
421
+ usage: 'Reserved for representing capabilities.',
422
+ team: 'Compass',
423
+ status: 'published'
424
+ },
425
+ cart: {
426
+ keywords: ['cart', 'icon', 'icon-lab', 'shopping cart', 'shopping trolley', 'checkout'],
427
+ componentName: 'CartIcon',
428
+ package: '@atlaskit/icon-lab/core/cart',
429
+ categorization: 'single-purpose',
430
+ usage: 'Reserved for representing the cart in online purchase experiences.',
431
+ team: 'Creative',
432
+ status: 'published'
433
+ },
407
434
  'chart-area': {
408
435
  keywords: ['chart-area', 'chartarea', 'icon', 'icon-lab', 'chart', 'area', 'analytics', 'graph'],
409
436
  componentName: 'ChartAreaIcon',
@@ -467,6 +494,15 @@ var metadata = {
467
494
  team: 'Data Experiences',
468
495
  status: 'published'
469
496
  },
497
+ cloud: {
498
+ keywords: ['cloud', 'icon', 'icon-lab', 'cloud'],
499
+ componentName: 'CloudIcon',
500
+ package: '@atlaskit/icon-lab/core/cloud',
501
+ categorization: 'multi-purpose',
502
+ usage: 'Known uses: Cloud resource, Cloud online',
503
+ team: 'Compass',
504
+ status: 'published'
505
+ },
470
506
  'cloud-offline': {
471
507
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'cloud', 'offline', 'disconnected', 'strikethrough'],
472
508
  componentName: 'CloudOfflineIcon',
@@ -531,6 +567,24 @@ var metadata = {
531
567
  status: 'published',
532
568
  slackChannel: '#help-automation-design'
533
569
  },
570
+ 'corner-radius-rounded': {
571
+ keywords: ['corner-radius-rounded', 'cornerradiusrounded', 'icon', 'icon-lab', 'corner radius', 'radii', 'rounded corner', 'round corners'],
572
+ componentName: 'CornerRadiusRoundedIcon',
573
+ package: '@atlaskit/icon-lab/core/corner-radius-rounded',
574
+ categorization: 'single-purpose',
575
+ usage: 'Reserved for rounded corners option for experiences that offer user customization of corner radius.',
576
+ team: 'Unified Hubs',
577
+ status: 'published'
578
+ },
579
+ 'corner-radius-squared': {
580
+ keywords: ['corner-radius-squared', 'cornerradiussquared', 'icon', 'icon-lab', 'corner radius', 'radii', 'squared corner', 'square corners'],
581
+ componentName: 'CornerRadiusSquaredIcon',
582
+ package: '@atlaskit/icon-lab/core/corner-radius-squared',
583
+ categorization: 'single-purpose',
584
+ usage: 'Reserved for squared corners option for experiences that offer user customization of corner radius.',
585
+ team: 'Unified Hubs',
586
+ status: 'published'
587
+ },
534
588
  'cross-octagon': {
535
589
  keywords: ['cross-octagon', 'crossoctagon', 'icon', 'icon-lab', 'cross', 'stop', 'block', 'octagon'],
536
590
  componentName: 'CrossOctagonIcon',
@@ -568,6 +622,15 @@ var metadata = {
568
622
  status: 'published',
569
623
  slackChannel: '#sc-design'
570
624
  },
625
+ 'data-app': {
626
+ keywords: ['data-app', 'dataapp', 'icon', 'icon-lab', 'database', 'data product', 'data app'],
627
+ componentName: 'DataAppIcon',
628
+ package: '@atlaskit/icon-lab/core/data-app',
629
+ categorization: 'single-purpose',
630
+ usage: 'Reserved for representing data products and apps.',
631
+ team: 'Compass',
632
+ status: 'published'
633
+ },
571
634
  'data-bucket': {
572
635
  keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
573
636
  componentName: 'DataBucketIcon',
@@ -669,6 +732,357 @@ var metadata = {
669
732
  status: 'published',
670
733
  slackChannel: '#forge-sql'
671
734
  },
735
+ 'diagram-arrowhead-aggregation-left': {
736
+ keywords: ['diagram-arrowhead-aggregation-left', 'diagramarrowheadaggregationleft', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'start point', 'diagram'],
737
+ componentName: 'DiagramArrowheadAggregationLeftIcon',
738
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-left',
739
+ categorization: 'single-purpose',
740
+ usage: 'Reserved for left-facing aggregation diagram arrowhead in Whiteboards.',
741
+ team: 'Whiteboards',
742
+ status: 'published'
743
+ },
744
+ 'diagram-arrowhead-aggregation-right': {
745
+ keywords: ['diagram-arrowhead-aggregation-right', 'diagramarrowheadaggregationright', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'end point', 'diagram'],
746
+ componentName: 'DiagramArrowheadAggregationRightIcon',
747
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-right',
748
+ categorization: 'single-purpose',
749
+ usage: 'Reserved for right-facing aggregation diagram arrowhead in Whiteboards.',
750
+ team: 'Whiteboards',
751
+ status: 'published'
752
+ },
753
+ 'diagram-arrowhead-aggregation-up-right': {
754
+ keywords: ['diagram-arrowhead-aggregation-up-right', 'diagramarrowheadaggregationupright', 'icon', 'icon-lab', 'arrowhead', 'aggregation', 'diagonal', 'diagram'],
755
+ componentName: 'DiagramArrowheadAggregationUpRightIcon',
756
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-aggregation-up-right',
757
+ categorization: 'single-purpose',
758
+ usage: 'Reserved for aggregation diagram in Whiteboards.',
759
+ team: 'Whiteboards',
760
+ status: 'published'
761
+ },
762
+ 'diagram-arrowhead-association-left': {
763
+ keywords: ['diagram-arrowhead-association-left', 'diagramarrowheadassociationleft', 'icon', 'icon-lab', 'arrowhead', 'association', 'start point', 'diagram'],
764
+ componentName: 'DiagramArrowheadAssociationLeftIcon',
765
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-left',
766
+ categorization: 'single-purpose',
767
+ usage: 'Reserved for left-facing association diagram arrowhead in Whiteboards.',
768
+ team: 'Whiteboards',
769
+ status: 'published'
770
+ },
771
+ 'diagram-arrowhead-association-right': {
772
+ keywords: ['diagram-arrowhead-association-right', 'diagramarrowheadassociationright', 'icon', 'icon-lab', 'arrowhead', 'association', 'end point', 'diagram'],
773
+ componentName: 'DiagramArrowheadAssociationRightIcon',
774
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-right',
775
+ categorization: 'single-purpose',
776
+ usage: 'Reserved for right-facing association diagram arrowhead in Whiteboards.',
777
+ team: 'Whiteboards',
778
+ status: 'published'
779
+ },
780
+ 'diagram-arrowhead-association-up-right': {
781
+ keywords: ['diagram-arrowhead-association-up-right', 'diagramarrowheadassociationupright', 'icon', 'icon-lab', 'arrowhead', 'association', 'diagonal', 'diagram'],
782
+ componentName: 'DiagramArrowheadAssociationUpRightIcon',
783
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-association-up-right',
784
+ categorization: 'single-purpose',
785
+ usage: 'Reserved for association diagram in Whiteboards.',
786
+ team: 'Whiteboards',
787
+ status: 'published'
788
+ },
789
+ 'diagram-arrowhead-circle-left': {
790
+ keywords: ['diagram-arrowhead-circle-left', 'diagramarrowheadcircleleft', 'icon', 'icon-lab', 'arrowhead', 'circle', 'start point', 'diagram'],
791
+ componentName: 'DiagramArrowheadCircleLeftIcon',
792
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-left',
793
+ categorization: 'single-purpose',
794
+ usage: 'Reserved for left-facing circle diagram arrowhead in Whiteboards.',
795
+ team: 'Whiteboards',
796
+ status: 'published'
797
+ },
798
+ 'diagram-arrowhead-circle-right': {
799
+ keywords: ['diagram-arrowhead-circle-right', 'diagramarrowheadcircleright', 'icon', 'icon-lab', 'arrowhead', 'circle', 'diagram', 'end point'],
800
+ componentName: 'DiagramArrowheadCircleRightIcon',
801
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-right',
802
+ categorization: 'single-purpose',
803
+ usage: 'Reserved for right-facing circle diagram arrowhead in Whiteboards.',
804
+ team: 'Whiteboards',
805
+ status: 'published'
806
+ },
807
+ 'diagram-arrowhead-circle-up-right': {
808
+ keywords: ['diagram-arrowhead-circle-up-right', 'diagramarrowheadcircleupright', 'icon', 'icon-lab', 'arrowhead', 'circle', 'diagram'],
809
+ componentName: 'DiagramArrowheadCircleUpRightIcon',
810
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-circle-up-right',
811
+ categorization: 'single-purpose',
812
+ usage: 'Reserved for circle diagram in Whiteboards.',
813
+ team: 'Whiteboards',
814
+ status: 'published'
815
+ },
816
+ 'diagram-arrowhead-composition-left': {
817
+ keywords: ['diagram-arrowhead-composition-left', 'diagramarrowheadcompositionleft', 'icon', 'icon-lab', 'arrowhead', 'composition', 'start point', 'diagram'],
818
+ componentName: 'DiagramArrowheadCompositionLeftIcon',
819
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-left',
820
+ categorization: 'single-purpose',
821
+ usage: 'Reserved for left-facing composition diagram arrowhead in Whiteboards.',
822
+ team: 'Whiteboards',
823
+ status: 'published'
824
+ },
825
+ 'diagram-arrowhead-composition-right': {
826
+ keywords: ['diagram-arrowhead-composition-right', 'diagramarrowheadcompositionright', 'icon', 'icon-lab', 'arrowhead', 'composition', 'end point', 'diagram'],
827
+ componentName: 'DiagramArrowheadCompositionRightIcon',
828
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-right',
829
+ categorization: 'single-purpose',
830
+ usage: 'Reserved for right-facing composition diagram arrowhead in Whiteboards.',
831
+ team: 'Whiteboards',
832
+ status: 'published'
833
+ },
834
+ 'diagram-arrowhead-composition-up-right': {
835
+ keywords: ['diagram-arrowhead-composition-up-right', 'diagramarrowheadcompositionupright', 'icon', 'icon-lab', 'arrowhead', 'composition', 'diagram'],
836
+ componentName: 'DiagramArrowheadCompositionUpRightIcon',
837
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-composition-up-right',
838
+ categorization: 'single-purpose',
839
+ usage: 'Reserved for composition diagram in Whiteboards.',
840
+ team: 'Whiteboards',
841
+ status: 'published'
842
+ },
843
+ 'diagram-arrowhead-default-flow-left': {
844
+ keywords: ['diagram-arrowhead-default-flow-left', 'diagramarrowheaddefaultflowleft', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'start point', 'diagram'],
845
+ componentName: 'DiagramArrowheadDefaultFlowLeftIcon',
846
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-left',
847
+ categorization: 'single-purpose',
848
+ usage: 'Reserved for left-facing default flow diagram arrowhead in Whiteboards.',
849
+ team: 'Whiteboards',
850
+ status: 'published'
851
+ },
852
+ 'diagram-arrowhead-default-flow-right': {
853
+ keywords: ['diagram-arrowhead-default-flow-right', 'diagramarrowheaddefaultflowright', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'end point', 'diagram'],
854
+ componentName: 'DiagramArrowheadDefaultFlowRightIcon',
855
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-right',
856
+ categorization: 'single-purpose',
857
+ usage: 'Reserved for right-facing default flow diagram arrowhead in Whiteboards.',
858
+ team: 'Whiteboards',
859
+ status: 'published'
860
+ },
861
+ 'diagram-arrowhead-default-flow-up-right': {
862
+ keywords: ['diagram-arrowhead-default-flow-up-right', 'diagramarrowheaddefaultflowupright', 'icon', 'icon-lab', 'arrowhead', 'default flow', 'diagram'],
863
+ componentName: 'DiagramArrowheadDefaultFlowUpRightIcon',
864
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-default-flow-up-right',
865
+ categorization: 'single-purpose',
866
+ usage: 'Reserved for default flow diagram in Whiteboards.',
867
+ team: 'Whiteboards',
868
+ status: 'published'
869
+ },
870
+ 'diagram-arrowhead-inheritance-left': {
871
+ keywords: ['diagram-arrowhead-inheritance-left', 'diagramarrowheadinheritanceleft', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'start point', 'diagram'],
872
+ componentName: 'DiagramArrowheadInheritanceLeftIcon',
873
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-left',
874
+ categorization: 'single-purpose',
875
+ usage: 'Reserved for left-facing inheritance diagram arrowhead in Whiteboards.',
876
+ team: 'Whiteboards',
877
+ status: 'published'
878
+ },
879
+ 'diagram-arrowhead-inheritance-right': {
880
+ keywords: ['diagram-arrowhead-inheritance-right', 'diagramarrowheadinheritanceright', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'end point', 'diagram'],
881
+ componentName: 'DiagramArrowheadInheritanceRightIcon',
882
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-right',
883
+ categorization: 'single-purpose',
884
+ usage: 'Reserved for right-facing inheritance diagram arrowhead in Whiteboards.',
885
+ team: 'Whiteboards',
886
+ status: 'published'
887
+ },
888
+ 'diagram-arrowhead-inheritance-up-right': {
889
+ keywords: ['diagram-arrowhead-inheritance-up-right', 'diagramarrowheadinheritanceupright', 'icon', 'icon-lab', 'arrowhead', 'inheritance', 'diagram'],
890
+ componentName: 'DiagramArrowheadInheritanceUpRightIcon',
891
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-inheritance-up-right',
892
+ categorization: 'single-purpose',
893
+ usage: 'Reserved for inheritance diagram in Whiteboards.',
894
+ team: 'Whiteboards',
895
+ status: 'published'
896
+ },
897
+ 'diagram-arrowhead-many-left': {
898
+ keywords: ['diagram-arrowhead-many-left', 'diagramarrowheadmanyleft', 'icon', 'icon-lab', 'arrowhead', 'many', 'start point', 'diagram'],
899
+ componentName: 'DiagramArrowheadManyLeftIcon',
900
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-left',
901
+ categorization: 'single-purpose',
902
+ usage: 'Reserved for left-facing many diagram arrowhead in Whiteboards.',
903
+ team: 'Whiteboards',
904
+ status: 'published'
905
+ },
906
+ 'diagram-arrowhead-many-right': {
907
+ keywords: ['diagram-arrowhead-many-right', 'diagramarrowheadmanyright', 'icon', 'icon-lab', 'arrowhead', 'many', 'end point', 'diagram'],
908
+ componentName: 'DiagramArrowheadManyRightIcon',
909
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-right',
910
+ categorization: 'single-purpose',
911
+ usage: 'Reserved for right-facing many diagram arrowhead in Whiteboards.',
912
+ team: 'Whiteboards',
913
+ status: 'published'
914
+ },
915
+ 'diagram-arrowhead-many-up-right': {
916
+ keywords: ['diagram-arrowhead-many-up-right', 'diagramarrowheadmanyupright', 'icon', 'icon-lab', 'arrowhead', 'many', 'diagram'],
917
+ componentName: 'DiagramArrowheadManyUpRightIcon',
918
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-many-up-right',
919
+ categorization: 'single-purpose',
920
+ usage: 'Reserved for many diagram in Whiteboards.',
921
+ team: 'Whiteboards',
922
+ status: 'published'
923
+ },
924
+ 'diagram-arrowhead-one-left': {
925
+ keywords: ['diagram-arrowhead-one-left', 'diagramarrowheadoneleft', 'icon', 'icon-lab', 'arrowhead', 'one', 'start point', 'diagram'],
926
+ componentName: 'DiagramArrowheadOneLeftIcon',
927
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-left',
928
+ categorization: 'single-purpose',
929
+ usage: 'Reserved for left-facing one diagram arrowhead in Whiteboards.',
930
+ team: 'Whiteboards',
931
+ status: 'published'
932
+ },
933
+ 'diagram-arrowhead-one-or-many-left': {
934
+ keywords: ['diagram-arrowhead-one-or-many-left', 'diagramarrowheadoneormanyleft', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'start point', 'diagram'],
935
+ componentName: 'DiagramArrowheadOneOrManyLeftIcon',
936
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-left',
937
+ categorization: 'single-purpose',
938
+ usage: 'Reserved for left-facing one or many diagram arrowhead in Whiteboards.',
939
+ team: 'Whiteboards',
940
+ status: 'published'
941
+ },
942
+ 'diagram-arrowhead-one-or-many-right': {
943
+ keywords: ['diagram-arrowhead-one-or-many-right', 'diagramarrowheadoneormanyright', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'end point', 'diagram'],
944
+ componentName: 'DiagramArrowheadOneOrManyRightIcon',
945
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-right',
946
+ categorization: 'single-purpose',
947
+ usage: 'Reserved for right-facing one or many diagram arrowhead in Whiteboards.',
948
+ team: 'Whiteboards',
949
+ status: 'published'
950
+ },
951
+ 'diagram-arrowhead-one-or-many-up-right': {
952
+ keywords: ['diagram-arrowhead-one-or-many-up-right', 'diagramarrowheadoneormanyupright', 'icon', 'icon-lab', 'arrowhead', 'one or many', 'diagram'],
953
+ componentName: 'DiagramArrowheadOneOrManyUpRightIcon',
954
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-or-many-up-right',
955
+ categorization: 'single-purpose',
956
+ usage: 'Reserved for one or many diagram in Whiteboards.',
957
+ team: 'Whiteboards',
958
+ status: 'published'
959
+ },
960
+ 'diagram-arrowhead-one-right': {
961
+ keywords: ['diagram-arrowhead-one-right', 'diagramarrowheadoneright', 'icon', 'icon-lab', 'arrowhead', 'one', 'end point', 'diagram'],
962
+ componentName: 'DiagramArrowheadOneRightIcon',
963
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-right',
964
+ categorization: 'single-purpose',
965
+ usage: 'Reserved for right-facing one diagram arrowhead in Whiteboards.',
966
+ team: 'Whiteboards',
967
+ status: 'published'
968
+ },
969
+ 'diagram-arrowhead-one-up-right': {
970
+ keywords: ['diagram-arrowhead-one-up-right', 'diagramarrowheadoneupright', 'icon', 'icon-lab', 'arrowhead', 'one', 'diagram'],
971
+ componentName: 'DiagramArrowheadOneUpRightIcon',
972
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-one-up-right',
973
+ categorization: 'single-purpose',
974
+ usage: 'Reserved for one diagram in Whiteboards.',
975
+ team: 'Whiteboards',
976
+ status: 'published'
977
+ },
978
+ 'diagram-arrowhead-only-one-left': {
979
+ keywords: ['diagram-arrowhead-only-one-left', 'diagramarrowheadonlyoneleft', 'icon', 'icon-lab', 'arrowhead', 'only one', 'start point', 'diagram'],
980
+ componentName: 'DiagramArrowheadOnlyOneLeftIcon',
981
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-left',
982
+ categorization: 'single-purpose',
983
+ usage: 'Reserved for left-facing only one diagram arrowhead in Whiteboards.',
984
+ team: 'Whiteboards',
985
+ status: 'published'
986
+ },
987
+ 'diagram-arrowhead-only-one-right': {
988
+ keywords: ['diagram-arrowhead-only-one-right', 'diagramarrowheadonlyoneright', 'icon', 'icon-lab', 'arrowhead', 'only one', 'end point', 'diagram'],
989
+ componentName: 'DiagramArrowheadOnlyOneRightIcon',
990
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-right',
991
+ categorization: 'single-purpose',
992
+ usage: 'Reserved for right-facing only one diagram arrowhead in Whiteboards.',
993
+ team: 'Whiteboards',
994
+ status: 'published'
995
+ },
996
+ 'diagram-arrowhead-only-one-up-right': {
997
+ keywords: ['diagram-arrowhead-only-one-up-right', 'diagramarrowheadonlyoneupright', 'icon', 'icon-lab', 'arrowhead', 'only one', 'diagram'],
998
+ componentName: 'DiagramArrowheadOnlyOneUpRightIcon',
999
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-only-one-up-right',
1000
+ categorization: 'single-purpose',
1001
+ usage: 'Reserved for only one diagram in Whiteboards.',
1002
+ team: 'Whiteboards',
1003
+ status: 'published'
1004
+ },
1005
+ 'diagram-arrowhead-sequence-left': {
1006
+ keywords: ['diagram-arrowhead-sequence-left', 'diagramarrowheadsequenceleft', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'start point', 'diagram'],
1007
+ componentName: 'DiagramArrowheadSequenceLeftIcon',
1008
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-left',
1009
+ categorization: 'single-purpose',
1010
+ usage: 'Reserved for left-facing sequence diagram arrowhead in Whiteboards.',
1011
+ team: 'Whiteboards',
1012
+ status: 'published'
1013
+ },
1014
+ 'diagram-arrowhead-sequence-right': {
1015
+ keywords: ['diagram-arrowhead-sequence-right', 'diagramarrowheadsequenceright', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'end point', 'diagram'],
1016
+ componentName: 'DiagramArrowheadSequenceRightIcon',
1017
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-right',
1018
+ categorization: 'single-purpose',
1019
+ usage: 'Reserved for right-facing sequence diagram arrowhead in Whiteboards.',
1020
+ team: 'Whiteboards',
1021
+ status: 'published'
1022
+ },
1023
+ 'diagram-arrowhead-sequence-up-right': {
1024
+ keywords: ['diagram-arrowhead-sequence-up-right', 'diagramarrowheadsequenceupright', 'icon', 'icon-lab', 'arrowhead', 'sequence', 'diagram'],
1025
+ componentName: 'DiagramArrowheadSequenceUpRightIcon',
1026
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-sequence-up-right',
1027
+ categorization: 'single-purpose',
1028
+ usage: 'Reserved for sequence diagram in Whiteboards.',
1029
+ team: 'Whiteboards',
1030
+ status: 'published'
1031
+ },
1032
+ 'diagram-arrowhead-zero-or-many-left': {
1033
+ keywords: ['diagram-arrowhead-zero-or-many-left', 'diagramarrowheadzeroormanyleft', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'start point', 'diagram'],
1034
+ componentName: 'DiagramArrowheadZeroOrManyLeftIcon',
1035
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-left',
1036
+ categorization: 'single-purpose',
1037
+ usage: 'Reserved for left-facing zero or many diagram arrowhead in Whiteboards.',
1038
+ team: 'Whiteboards',
1039
+ status: 'published'
1040
+ },
1041
+ 'diagram-arrowhead-zero-or-many-right': {
1042
+ keywords: ['diagram-arrowhead-zero-or-many-right', 'diagramarrowheadzeroormanyright', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'end point', 'diagram'],
1043
+ componentName: 'DiagramArrowheadZeroOrManyRightIcon',
1044
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-right',
1045
+ categorization: 'single-purpose',
1046
+ usage: 'Reserved for right-facing zero or many diagram arrowhead in Whiteboards.',
1047
+ team: 'Whiteboards',
1048
+ status: 'published'
1049
+ },
1050
+ 'diagram-arrowhead-zero-or-many-up-right': {
1051
+ keywords: ['diagram-arrowhead-zero-or-many-up-right', 'diagramarrowheadzeroormanyupright', 'icon', 'icon-lab', 'arrowhead', 'zero or many', 'diagram'],
1052
+ componentName: 'DiagramArrowheadZeroOrManyUpRightIcon',
1053
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-many-up-right',
1054
+ categorization: 'single-purpose',
1055
+ usage: 'Reserved for zero or many diagram in Whiteboards.',
1056
+ team: 'Whiteboards',
1057
+ status: 'published'
1058
+ },
1059
+ 'diagram-arrowhead-zero-or-one-left': {
1060
+ keywords: ['diagram-arrowhead-zero-or-one-left', 'diagramarrowheadzerooroneleft', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'start point', 'diagram'],
1061
+ componentName: 'DiagramArrowheadZeroOrOneLeftIcon',
1062
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-left',
1063
+ categorization: 'single-purpose',
1064
+ usage: 'Reserved for left-facing zero or one diagram arrowhead in Whiteboards.',
1065
+ team: 'Whiteboards',
1066
+ status: 'published'
1067
+ },
1068
+ 'diagram-arrowhead-zero-or-one-right': {
1069
+ keywords: ['diagram-arrowhead-zero-or-one-right', 'diagramarrowheadzerooroneright', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'end point', 'diagram'],
1070
+ componentName: 'DiagramArrowheadZeroOrOneRightIcon',
1071
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-right',
1072
+ categorization: 'single-purpose',
1073
+ usage: 'Reserved for right-facing zero or one diagram arrowhead in Whiteboards.',
1074
+ team: 'Whiteboards',
1075
+ status: 'published'
1076
+ },
1077
+ 'diagram-arrowhead-zero-or-one-up-right': {
1078
+ keywords: ['diagram-arrowhead-zero-or-one-up-right', 'diagramarrowheadzerooroneupright', 'icon', 'icon-lab', 'arrowhead', 'zero or one', 'diagram'],
1079
+ componentName: 'DiagramArrowheadZeroOrOneUpRightIcon',
1080
+ package: '@atlaskit/icon-lab/core/diagram-arrowhead-zero-or-one-up-right',
1081
+ categorization: 'single-purpose',
1082
+ usage: 'Reserved for zero or one diagram in Whiteboards.',
1083
+ team: 'Whiteboards',
1084
+ status: 'published'
1085
+ },
672
1086
  'diagram-symbol-action': {
673
1087
  keywords: ['diagram-symbol-action', 'diagramsymbolaction', 'icon', 'icon-lab', 'diagram', 'symbol', 'action'],
674
1088
  componentName: 'DiagramSymbolActionIcon',
@@ -678,6 +1092,33 @@ var metadata = {
678
1092
  team: 'Whiteboards',
679
1093
  status: 'published'
680
1094
  },
1095
+ 'diagram-symbol-activation': {
1096
+ keywords: ['diagram-symbol-activation', 'diagramsymbolactivation', 'icon', 'icon-lab', 'diagram symbol', 'UML shape', 'activation'],
1097
+ componentName: 'DiagramSymbolActivationIcon',
1098
+ package: '@atlaskit/icon-lab/core/diagram-symbol-activation',
1099
+ categorization: 'single-purpose',
1100
+ usage: 'Reserved for activation UML diagram symbol.',
1101
+ team: 'Whiteboards',
1102
+ status: 'published'
1103
+ },
1104
+ 'diagram-symbol-actor': {
1105
+ keywords: ['diagram-symbol-actor', 'diagramsymbolactor', 'icon', 'icon-lab', 'diagram symbol', 'actor', 'person', 'UML shape'],
1106
+ componentName: 'DiagramSymbolActorIcon',
1107
+ package: '@atlaskit/icon-lab/core/diagram-symbol-actor',
1108
+ categorization: 'single-purpose',
1109
+ usage: 'Reserved for actor UML diagram symbol in Whiteboards.',
1110
+ team: 'Whiteboards',
1111
+ status: 'published'
1112
+ },
1113
+ 'diagram-symbol-ad-hoc': {
1114
+ keywords: ['diagram-symbol-ad-hoc', 'diagramsymboladhoc', 'icon', 'icon-lab', 'diagram symbol', 'ad hoc', 'BPMN shape'],
1115
+ componentName: 'DiagramSymbolAdHocIcon',
1116
+ package: '@atlaskit/icon-lab/core/diagram-symbol-ad-hoc',
1117
+ categorization: 'single-purpose',
1118
+ usage: 'Reserved for ad hoc BPMN diagram symbol in Whiteboards.',
1119
+ team: 'Whiteboards',
1120
+ status: 'published'
1121
+ },
681
1122
  'diagram-symbol-alternate-process': {
682
1123
  keywords: ['diagram-symbol-alternate-process', 'diagramsymbolalternateprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'alternate process'],
683
1124
  componentName: 'DiagramSymbolAlternateProcessIcon',
@@ -687,6 +1128,87 @@ var metadata = {
687
1128
  team: 'Whiteboards',
688
1129
  status: 'published'
689
1130
  },
1131
+ 'diagram-symbol-arrow-left': {
1132
+ keywords: ['diagram-symbol-arrow-left', 'diagramsymbolarrowleft', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'start point', 'BPMN shape'],
1133
+ componentName: 'DiagramSymbolArrowLeftIcon',
1134
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-left',
1135
+ categorization: 'single-purpose',
1136
+ usage: 'Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.',
1137
+ team: 'Whiteboards',
1138
+ status: 'published'
1139
+ },
1140
+ 'diagram-symbol-arrow-left-filled': {
1141
+ keywords: ['diagram-symbol-arrow-left-filled', 'diagramsymbolarrowleftfilled', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'start point', 'filled', 'BPMN shape'],
1142
+ componentName: 'DiagramSymbolArrowLeftFilledIcon',
1143
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-left-filled',
1144
+ categorization: 'single-purpose',
1145
+ usage: 'Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.',
1146
+ team: 'Whiteboards',
1147
+ status: 'published'
1148
+ },
1149
+ 'diagram-symbol-arrow-right': {
1150
+ keywords: ['diagram-symbol-arrow-right', 'diagramsymbolarrowright', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'end point', 'BPMN shape'],
1151
+ componentName: 'DiagramSymbolArrowRightIcon',
1152
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-right',
1153
+ categorization: 'single-purpose',
1154
+ usage: 'Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.',
1155
+ team: 'Whiteboards',
1156
+ status: 'published'
1157
+ },
1158
+ 'diagram-symbol-arrow-right-filled': {
1159
+ keywords: ['diagram-symbol-arrow-right-filled', 'diagramsymbolarrowrightfilled', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'end point', 'filled', 'BPMN shape'],
1160
+ componentName: 'DiagramSymbolArrowRightFilledIcon',
1161
+ package: '@atlaskit/icon-lab/core/diagram-symbol-arrow-right-filled',
1162
+ categorization: 'single-purpose',
1163
+ usage: 'Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.',
1164
+ team: 'Whiteboards',
1165
+ status: 'published'
1166
+ },
1167
+ 'diagram-symbol-assembly': {
1168
+ keywords: ['diagram-symbol-assembly', 'diagramsymbolassembly', 'icon', 'icon-lab', 'diagram symbol', 'assembly', 'UML shape'],
1169
+ componentName: 'DiagramSymbolAssemblyIcon',
1170
+ package: '@atlaskit/icon-lab/core/diagram-symbol-assembly',
1171
+ categorization: 'single-purpose',
1172
+ usage: 'Reserved for assembly UML diagram symbol in Whiteboards.',
1173
+ team: 'Whiteboards',
1174
+ status: 'published'
1175
+ },
1176
+ 'diagram-symbol-browser': {
1177
+ keywords: ['diagram-symbol-browser', 'diagramsymbolbrowser', 'icon', 'icon-lab', 'diagram symbol', 'web browser'],
1178
+ componentName: 'DiagramSymbolBrowserIcon',
1179
+ package: '@atlaskit/icon-lab/core/diagram-symbol-browser',
1180
+ categorization: 'single-purpose',
1181
+ usage: 'Reserved for browser diagram symbol in Whiteboards.',
1182
+ team: 'Whiteboards',
1183
+ status: 'published'
1184
+ },
1185
+ 'diagram-symbol-class': {
1186
+ keywords: ['diagram-symbol-class', 'diagramsymbolclass', 'icon', 'icon-lab', 'diagram symbol', 'class', 'UML shape'],
1187
+ componentName: 'DiagramSymbolClassIcon',
1188
+ package: '@atlaskit/icon-lab/core/diagram-symbol-class',
1189
+ categorization: 'single-purpose',
1190
+ usage: 'Reserved for class UML diagram symbol in Whiteboards.',
1191
+ team: 'Whiteboards',
1192
+ status: 'published'
1193
+ },
1194
+ 'diagram-symbol-cloud': {
1195
+ keywords: ['diagram-symbol-cloud', 'diagramsymbolcloud', 'icon', 'icon-lab', 'diagram symbol', 'cloud', 'advanced shape'],
1196
+ componentName: 'DiagramSymbolCloudIcon',
1197
+ package: '@atlaskit/icon-lab/core/diagram-symbol-cloud',
1198
+ categorization: 'single-purpose',
1199
+ usage: 'Reserved for cloud diagram symbol in Whiteboards.',
1200
+ team: 'Whiteboards',
1201
+ status: 'published'
1202
+ },
1203
+ 'diagram-symbol-collaboration': {
1204
+ keywords: ['diagram-symbol-collaboration', 'diagramsymbolcollaboration', 'icon', 'icon-lab', 'diagram symbol', 'collaboration', 'collaborate'],
1205
+ componentName: 'DiagramSymbolCollaborationIcon',
1206
+ package: '@atlaskit/icon-lab/core/diagram-symbol-collaboration',
1207
+ categorization: 'single-purpose',
1208
+ usage: 'Reserved for collaboration diagram symbol in Whiteboards.',
1209
+ team: 'Whiteboards',
1210
+ status: 'published'
1211
+ },
690
1212
  'diagram-symbol-collate': {
691
1213
  keywords: ['diagram-symbol-collate', 'diagramsymbolcollate', 'icon', 'icon-lab', 'diagram', 'symbol', 'collate'],
692
1214
  componentName: 'DiagramSymbolCollateIcon',
@@ -714,6 +1236,42 @@ var metadata = {
714
1236
  team: 'Whiteboards',
715
1237
  status: 'published'
716
1238
  },
1239
+ 'diagram-symbol-complex': {
1240
+ keywords: ['diagram-symbol-complex', 'diagramsymbolcomplex', 'icon', 'icon-lab', 'diagram symbol', 'complex', 'BPMN shape', 'asterisk'],
1241
+ componentName: 'DiagramSymbolComplexIcon',
1242
+ package: '@atlaskit/icon-lab/core/diagram-symbol-complex',
1243
+ categorization: 'single-purpose',
1244
+ usage: 'Reserved for complex BPMN diagram symbol in Whiteboards.',
1245
+ team: 'Whiteboards',
1246
+ status: 'published'
1247
+ },
1248
+ 'diagram-symbol-component': {
1249
+ keywords: ['diagram-symbol-component', 'diagramsymbolcomponent', 'icon', 'icon-lab', 'diagram symbol', 'component', 'UML shape'],
1250
+ componentName: 'DiagramSymbolComponentIcon',
1251
+ package: '@atlaskit/icon-lab/core/diagram-symbol-component',
1252
+ categorization: 'single-purpose',
1253
+ usage: 'Reserved for component UML diagram symbol in Whiteboards.',
1254
+ team: 'Whiteboards',
1255
+ status: 'published'
1256
+ },
1257
+ 'diagram-symbol-component-box': {
1258
+ keywords: ['diagram-symbol-component-box', 'diagramsymbolcomponentbox', 'icon', 'icon-lab', 'diagram symbol', 'component box', 'UML shape'],
1259
+ componentName: 'DiagramSymbolComponentBoxIcon',
1260
+ package: '@atlaskit/icon-lab/core/diagram-symbol-component-box',
1261
+ categorization: 'single-purpose',
1262
+ usage: 'Reserved for component box UML diagram symbol in Whiteboards.',
1263
+ team: 'Whiteboards',
1264
+ status: 'published'
1265
+ },
1266
+ 'diagram-symbol-compute': {
1267
+ keywords: ['diagram-symbol-compute', 'diagramsymbolcompute', 'icon', 'icon-lab', 'diagram symbol', 'compute', 'processor', 'microchip', 'advanced shape'],
1268
+ componentName: 'DiagramSymbolComputeIcon',
1269
+ package: '@atlaskit/icon-lab/core/diagram-symbol-compute',
1270
+ categorization: 'single-purpose',
1271
+ usage: 'Reserved for compute diagram symbol in Whiteboards.',
1272
+ team: 'Whiteboards',
1273
+ status: 'published'
1274
+ },
717
1275
  'diagram-symbol-connector-off-page': {
718
1276
  keywords: ['diagram-symbol-connector-off-page', 'diagramsymbolconnectoroffpage', 'icon', 'icon-lab', 'off-page', 'diagram', 'symbol', 'connector'],
719
1277
  componentName: 'DiagramSymbolConnectorOffPageIcon',
@@ -732,6 +1290,15 @@ var metadata = {
732
1290
  team: 'Whiteboards',
733
1291
  status: 'published'
734
1292
  },
1293
+ 'diagram-symbol-container': {
1294
+ keywords: ['diagram-symbol-container', 'diagramsymbolcontainer', 'icon', 'icon-lab', 'diagram symbol', 'container'],
1295
+ componentName: 'DiagramSymbolContainerIcon',
1296
+ package: '@atlaskit/icon-lab/core/diagram-symbol-container',
1297
+ categorization: 'single-purpose',
1298
+ usage: 'Reserved for container diagram symbol in Whiteboards.',
1299
+ team: 'Whiteboards',
1300
+ status: 'published'
1301
+ },
735
1302
  'diagram-symbol-database': {
736
1303
  keywords: ['diagram-symbol-database', 'diagramsymboldatabase', 'icon', 'icon-lab', 'diagram', 'symbol', 'database'],
737
1304
  componentName: 'DiagramSymbolDatabaseIcon',
@@ -741,6 +1308,15 @@ var metadata = {
741
1308
  team: 'Whiteboards',
742
1309
  status: 'published'
743
1310
  },
1311
+ 'diagram-symbol-database-source': {
1312
+ keywords: ['diagram-symbol-database-source', 'diagramsymboldatabasesource', 'icon', 'icon-lab', 'diagram symbol', 'database', 'db', 'source', 'advanced shape'],
1313
+ componentName: 'DiagramSymbolDatabaseSourceIcon',
1314
+ package: '@atlaskit/icon-lab/core/diagram-symbol-database-source',
1315
+ categorization: 'single-purpose',
1316
+ usage: 'Reserved for database source diagram symbol in Whiteboards.',
1317
+ team: 'Whiteboards',
1318
+ status: 'published'
1319
+ },
744
1320
  'diagram-symbol-decision': {
745
1321
  keywords: ['diagram-symbol-decision', 'diagramsymboldecision', 'icon', 'icon-lab', 'diagram', 'symbol', 'decision'],
746
1322
  componentName: 'DiagramSymbolDecisionIcon',
@@ -786,6 +1362,114 @@ var metadata = {
786
1362
  team: 'Whiteboards',
787
1363
  status: 'published'
788
1364
  },
1365
+ 'diagram-symbol-end': {
1366
+ keywords: ['diagram-symbol-end', 'diagramsymbolend', 'icon', 'icon-lab', 'diagram symbol', 'end', 'UML shape'],
1367
+ componentName: 'DiagramSymbolEndIcon',
1368
+ package: '@atlaskit/icon-lab/core/diagram-symbol-end',
1369
+ categorization: 'single-purpose',
1370
+ usage: 'Reserved for end UML diagram symbol in Whiteboards.',
1371
+ team: 'Whiteboards',
1372
+ status: 'published'
1373
+ },
1374
+ 'diagram-symbol-error': {
1375
+ keywords: ['diagram-symbol-error', 'diagramsymbolerror', 'icon', 'icon-lab', 'diagram symbol', 'error', 'lightning bolt', 'BPMN shape'],
1376
+ componentName: 'DiagramSymbolErrorIcon',
1377
+ package: '@atlaskit/icon-lab/core/diagram-symbol-error',
1378
+ categorization: 'single-purpose',
1379
+ usage: 'Reserved for error BPMN diagram symbol in Whiteboards.',
1380
+ team: 'Whiteboards',
1381
+ status: 'published'
1382
+ },
1383
+ 'diagram-symbol-error-filled': {
1384
+ keywords: ['diagram-symbol-error-filled', 'diagramsymbolerrorfilled', 'icon', 'icon-lab', 'diagram symbol', 'error', 'filled', 'lightning bolt', 'BPMN shape'],
1385
+ componentName: 'DiagramSymbolErrorFilledIcon',
1386
+ package: '@atlaskit/icon-lab/core/diagram-symbol-error-filled',
1387
+ categorization: 'single-purpose',
1388
+ usage: 'Reserved for error BPMN diagram symbol in Whiteboards.',
1389
+ team: 'Whiteboards',
1390
+ status: 'published'
1391
+ },
1392
+ 'diagram-symbol-event-based': {
1393
+ keywords: ['diagram-symbol-event-based', 'diagramsymboleventbased', 'icon', 'icon-lab', 'diagram symbol', 'event based', 'pentagon', 'BPMN shape'],
1394
+ componentName: 'DiagramSymbolEventBasedIcon',
1395
+ package: '@atlaskit/icon-lab/core/diagram-symbol-event-based',
1396
+ categorization: 'single-purpose',
1397
+ usage: 'Reserved for event based BPMN diagram symbol in Whiteboards.',
1398
+ team: 'Whiteboards',
1399
+ status: 'published'
1400
+ },
1401
+ 'diagram-symbol-event-based-filled': {
1402
+ keywords: ['diagram-symbol-event-based-filled', 'diagramsymboleventbasedfilled', 'icon', 'icon-lab', 'diagram symbol', 'event based', 'pentagon', 'filled', 'BPMN shape'],
1403
+ componentName: 'DiagramSymbolEventBasedFilledIcon',
1404
+ package: '@atlaskit/icon-lab/core/diagram-symbol-event-based-filled',
1405
+ categorization: 'single-purpose',
1406
+ usage: 'Reserved for event based BPMN diagram symbol in Whiteboards.',
1407
+ team: 'Whiteboards',
1408
+ status: 'published'
1409
+ },
1410
+ 'diagram-symbol-exclusive': {
1411
+ keywords: ['diagram-symbol-exclusive', 'diagramsymbolexclusive', 'icon', 'icon-lab', 'diagram symbol', 'exclusive', 'cross', 'x', 'BPMN shape'],
1412
+ componentName: 'DiagramSymbolExclusiveIcon',
1413
+ package: '@atlaskit/icon-lab/core/diagram-symbol-exclusive',
1414
+ categorization: 'single-purpose',
1415
+ usage: 'Reserved for exclusive BPMN diagram symbol in Whiteboards.',
1416
+ team: 'Whiteboards',
1417
+ status: 'published'
1418
+ },
1419
+ 'diagram-symbol-exclusive-filled': {
1420
+ keywords: ['diagram-symbol-exclusive-filled', 'diagramsymbolexclusivefilled', 'icon', 'icon-lab', 'diagram symbol', 'exclusive', 'filled', 'cross', 'x', 'BPMN shape'],
1421
+ componentName: 'DiagramSymbolExclusiveFilledIcon',
1422
+ package: '@atlaskit/icon-lab/core/diagram-symbol-exclusive-filled',
1423
+ categorization: 'single-purpose',
1424
+ usage: 'Reserved for exclusive BPMN diagram symbol in Whiteboards.',
1425
+ team: 'Whiteboards',
1426
+ status: 'published'
1427
+ },
1428
+ 'diagram-symbol-file': {
1429
+ keywords: ['diagram-symbol-file', 'diagramsymbolfile', 'icon', 'icon-lab', 'diagram symbol', 'file', 'advanced shape', 'document'],
1430
+ componentName: 'DiagramSymbolFileIcon',
1431
+ package: '@atlaskit/icon-lab/core/diagram-symbol-file',
1432
+ categorization: 'single-purpose',
1433
+ usage: 'Reserved for file diagram symbol in Whiteboards.',
1434
+ team: 'Whiteboards',
1435
+ status: 'published'
1436
+ },
1437
+ 'diagram-symbol-fork-horizontal': {
1438
+ keywords: ['diagram-symbol-fork-horizontal', 'diagramsymbolforkhorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal fork', 'UML shape', 'filled'],
1439
+ componentName: 'DiagramSymbolForkHorizontalIcon',
1440
+ package: '@atlaskit/icon-lab/core/diagram-symbol-fork-horizontal',
1441
+ categorization: 'single-purpose',
1442
+ usage: 'Reserved for horizontal fork UML diagram symbol in Whiteboards.',
1443
+ team: 'Whiteboards',
1444
+ status: 'published'
1445
+ },
1446
+ 'diagram-symbol-fork-vertical': {
1447
+ keywords: ['diagram-symbol-fork-vertical', 'diagramsymbolforkvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical fork', 'UML shape', 'filled'],
1448
+ componentName: 'DiagramSymbolForkVerticalIcon',
1449
+ package: '@atlaskit/icon-lab/core/diagram-symbol-fork-vertical',
1450
+ categorization: 'single-purpose',
1451
+ usage: 'Reserved for vertical fork UML diagram symbol in Whiteboards.',
1452
+ team: 'Whiteboards',
1453
+ status: 'published'
1454
+ },
1455
+ 'diagram-symbol-frame': {
1456
+ keywords: ['diagram-symbol-frame', 'diagramsymbolframe', 'icon', 'icon-lab', 'diagram symbol', 'frame', 'container', 'section'],
1457
+ componentName: 'DiagramSymbolFrameIcon',
1458
+ package: '@atlaskit/icon-lab/core/diagram-symbol-frame',
1459
+ categorization: 'single-purpose',
1460
+ usage: 'Reserved for frame diagram symbol in Whiteboards.',
1461
+ team: 'Whiteboards',
1462
+ status: 'published'
1463
+ },
1464
+ 'diagram-symbol-frontend': {
1465
+ keywords: ['diagram-symbol-frontend', 'diagramsymbolfrontend', 'icon', 'icon-lab', 'diagram symbol', 'frontend', 'advanced shape', '<>', 'angle brackets', 'code'],
1466
+ componentName: 'DiagramSymbolFrontendIcon',
1467
+ package: '@atlaskit/icon-lab/core/diagram-symbol-frontend',
1468
+ categorization: 'single-purpose',
1469
+ usage: 'Reserved for frontend diagram symbol in Whiteboards.',
1470
+ team: 'Whiteboards',
1471
+ status: 'published'
1472
+ },
789
1473
  'diagram-symbol-hard-disk': {
790
1474
  keywords: ['diagram-symbol-hard-disk', 'diagramsymbolharddisk', 'icon', 'icon-lab', 'diagram', 'symbol', 'hard disk', 'hard drive', 'storage'],
791
1475
  componentName: 'DiagramSymbolHardDiskIcon',
@@ -795,6 +1479,15 @@ var metadata = {
795
1479
  team: 'Whiteboards',
796
1480
  status: 'published'
797
1481
  },
1482
+ 'diagram-symbol-history': {
1483
+ keywords: ['diagram-symbol-history', 'diagramsymbolhistory', 'icon', 'icon-lab', 'diagram symbol', 'history', 'UML shape'],
1484
+ componentName: 'DiagramSymbolHistoryIcon',
1485
+ package: '@atlaskit/icon-lab/core/diagram-symbol-history',
1486
+ categorization: 'single-purpose',
1487
+ usage: 'Reserved for history UML diagram symbol in Whiteboards.',
1488
+ team: 'Whiteboards',
1489
+ status: 'published'
1490
+ },
798
1491
  'diagram-symbol-input-output': {
799
1492
  keywords: ['diagram-symbol-input-output', 'diagramsymbolinputoutput', 'icon', 'icon-lab', 'diagram', 'symbol', 'input', 'output'],
800
1493
  componentName: 'DiagramSymbolInputOutputIcon',
@@ -804,6 +1497,15 @@ var metadata = {
804
1497
  team: 'Whiteboards',
805
1498
  status: 'published'
806
1499
  },
1500
+ 'diagram-symbol-interface-attributes': {
1501
+ keywords: ['diagram-symbol-interface-attributes', 'diagramsymbolinterfaceattributes', 'icon', 'icon-lab', 'diagram symbol', 'UI', 'interface', 'attributes', 'UML shape'],
1502
+ componentName: 'DiagramSymbolInterfaceAttributesIcon',
1503
+ package: '@atlaskit/icon-lab/core/diagram-symbol-interface-attributes',
1504
+ categorization: 'single-purpose',
1505
+ usage: 'Reserved for interface attributes UML diagram symbol in Whiteboards.',
1506
+ team: 'Whiteboards',
1507
+ status: 'published'
1508
+ },
807
1509
  'diagram-symbol-internal-storage': {
808
1510
  keywords: ['diagram-symbol-internal-storage', 'diagramsymbolinternalstorage', 'icon', 'icon-lab', 'diagram', 'symbol', 'internal storage'],
809
1511
  componentName: 'DiagramSymbolInternalStorageIcon',
@@ -822,6 +1524,15 @@ var metadata = {
822
1524
  team: 'Whiteboards',
823
1525
  status: 'published'
824
1526
  },
1527
+ 'diagram-symbol-manual': {
1528
+ keywords: ['diagram-symbol-manual', 'diagramsymbolmanual', 'icon', 'icon-lab', 'diagram symbol', 'manual', 'hand', 'BPMN shape'],
1529
+ componentName: 'DiagramSymbolManualIcon',
1530
+ package: '@atlaskit/icon-lab/core/diagram-symbol-manual',
1531
+ categorization: 'single-purpose',
1532
+ usage: 'Reserved for manual BPMN diagram symbol in Whiteboards.',
1533
+ team: 'Whiteboards',
1534
+ status: 'published'
1535
+ },
825
1536
  'diagram-symbol-manual-input': {
826
1537
  keywords: ['diagram-symbol-manual-input', 'diagramsymbolmanualinput', 'icon', 'icon-lab', 'diagram', 'symbol', 'manual input'],
827
1538
  componentName: 'DiagramSymbolManualInputIcon',
@@ -858,6 +1569,24 @@ var metadata = {
858
1569
  team: 'Whiteboards',
859
1570
  status: 'published'
860
1571
  },
1572
+ 'diagram-symbol-node': {
1573
+ keywords: ['diagram-symbol-node', 'diagramsymbolnode', 'icon', 'icon-lab', 'diagram symbol', 'node', 'cube'],
1574
+ componentName: 'DiagramSymbolNodeIcon',
1575
+ package: '@atlaskit/icon-lab/core/diagram-symbol-node',
1576
+ categorization: 'single-purpose',
1577
+ usage: 'Reserved for node diagram symbol in Whiteboards.',
1578
+ team: 'Whiteboards',
1579
+ status: 'published'
1580
+ },
1581
+ 'diagram-symbol-note': {
1582
+ keywords: ['diagram-symbol-note', 'diagramsymbolnote', 'icon', 'icon-lab', 'diagram symbol', 'note', 'UML shape'],
1583
+ componentName: 'DiagramSymbolNoteIcon',
1584
+ package: '@atlaskit/icon-lab/core/diagram-symbol-note',
1585
+ categorization: 'single-purpose',
1586
+ usage: 'Reserved for note UML diagram symbol in Whiteboards.',
1587
+ team: 'Whiteboards',
1588
+ status: 'published'
1589
+ },
861
1590
  'diagram-symbol-or': {
862
1591
  keywords: ['diagram-symbol-or', 'diagramsymbolor', 'icon', 'icon-lab', 'diagram', 'symbol', 'or', 'logic'],
863
1592
  componentName: 'DiagramSymbolOrIcon',
@@ -867,6 +1596,96 @@ var metadata = {
867
1596
  team: 'Whiteboards',
868
1597
  status: 'published'
869
1598
  },
1599
+ 'diagram-symbol-package': {
1600
+ keywords: ['diagram-symbol-package', 'diagramsymbolpackage', 'icon', 'icon-lab', 'diagram symbol', 'container', 'package'],
1601
+ componentName: 'DiagramSymbolPackageIcon',
1602
+ package: '@atlaskit/icon-lab/core/diagram-symbol-package',
1603
+ categorization: 'single-purpose',
1604
+ usage: 'Reserved for package diagram symbol in Whiteboards.',
1605
+ team: 'Whiteboards',
1606
+ status: 'published'
1607
+ },
1608
+ 'diagram-symbol-parallel-even-based': {
1609
+ keywords: ['diagram-symbol-parallel-even-based', 'diagramsymbolparallelevenbased', 'icon', 'icon-lab', 'diagram symbol', 'plus', 'parallel even based', 'BPMN shape'],
1610
+ componentName: 'DiagramSymbolParallelEvenBasedIcon',
1611
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-even-based',
1612
+ categorization: 'single-purpose',
1613
+ usage: 'Reserved for parallel even based BPMN diagram symbol in Whiteboards.',
1614
+ team: 'Whiteboards',
1615
+ status: 'published'
1616
+ },
1617
+ 'diagram-symbol-parallel-even-based-filled': {
1618
+ keywords: ['diagram-symbol-parallel-even-based-filled', 'diagramsymbolparallelevenbasedfilled', 'icon', 'icon-lab', 'diagram symbol', 'plus', 'filled', 'parallel even based', 'BPMN shape'],
1619
+ componentName: 'DiagramSymbolParallelEvenBasedFilledIcon',
1620
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-even-based-filled',
1621
+ categorization: 'single-purpose',
1622
+ usage: 'Reserved for parallel even based BPMN diagram symbol in Whiteboards.',
1623
+ team: 'Whiteboards',
1624
+ status: 'published'
1625
+ },
1626
+ 'diagram-symbol-parallel-mi': {
1627
+ keywords: ['diagram-symbol-parallel-mi', 'diagramsymbolparallelmi', 'icon', 'icon-lab', 'diagram symbol', 'parallel mi', 'BPMN shape'],
1628
+ componentName: 'DiagramSymbolParallelMiIcon',
1629
+ package: '@atlaskit/icon-lab/core/diagram-symbol-parallel-mi',
1630
+ categorization: 'single-purpose',
1631
+ usage: 'Reserved for parallel mi BPMN diagram symbol in Whiteboards.',
1632
+ team: 'Whiteboards',
1633
+ status: 'published'
1634
+ },
1635
+ 'diagram-symbol-pin-left': {
1636
+ keywords: ['diagram-symbol-pin-left', 'diagramsymbolpinleft', 'icon', 'icon-lab', 'diagram symbol', 'arrow left', 'pin', 'UML shape'],
1637
+ componentName: 'DiagramSymbolPinLeftIcon',
1638
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-left',
1639
+ categorization: 'single-purpose',
1640
+ usage: 'Reserved for left-facing pin UML diagram symbol in Whiteboards.',
1641
+ team: 'Whiteboards',
1642
+ status: 'published'
1643
+ },
1644
+ 'diagram-symbol-pin-left-filled': {
1645
+ keywords: ['diagram-symbol-pin-left-filled', 'diagramsymbolpinleftfilled', 'icon', 'icon-lab', 'diagram symbol', 'left arrow', 'filled', 'pin', 'UML shape'],
1646
+ componentName: 'DiagramSymbolPinLeftFilledIcon',
1647
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-left-filled',
1648
+ categorization: 'single-purpose',
1649
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1650
+ team: 'Whiteboards',
1651
+ status: 'published'
1652
+ },
1653
+ 'diagram-symbol-pin-right': {
1654
+ keywords: ['diagram-symbol-pin-right', 'diagramsymbolpinright', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'pin', 'UML shape'],
1655
+ componentName: 'DiagramSymbolPinRightIcon',
1656
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-right',
1657
+ categorization: 'single-purpose',
1658
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1659
+ team: 'Whiteboards',
1660
+ status: 'published'
1661
+ },
1662
+ 'diagram-symbol-pin-right-filled': {
1663
+ keywords: ['diagram-symbol-pin-right-filled', 'diagramsymbolpinrightfilled', 'icon', 'icon-lab', 'diagram symbol', 'right arrow', 'filled', 'pin', 'UML shape'],
1664
+ componentName: 'DiagramSymbolPinRightFilledIcon',
1665
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pin-right-filled',
1666
+ categorization: 'single-purpose',
1667
+ usage: 'Reserved for right-facing pin UML diagram symbol in Whiteboards.',
1668
+ team: 'Whiteboards',
1669
+ status: 'published'
1670
+ },
1671
+ 'diagram-symbol-pool-horizontal': {
1672
+ keywords: ['diagram-symbol-pool-horizontal', 'diagramsymbolpoolhorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal pool', 'container'],
1673
+ componentName: 'DiagramSymbolPoolHorizontalIcon',
1674
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pool-horizontal',
1675
+ categorization: 'single-purpose',
1676
+ usage: 'Reserved for horizontal pool diagram symbol in Whiteboards.',
1677
+ team: 'Whiteboards',
1678
+ status: 'published'
1679
+ },
1680
+ 'diagram-symbol-pool-vertical': {
1681
+ keywords: ['diagram-symbol-pool-vertical', 'diagramsymbolpoolvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical pool', 'container'],
1682
+ componentName: 'DiagramSymbolPoolVerticalIcon',
1683
+ package: '@atlaskit/icon-lab/core/diagram-symbol-pool-vertical',
1684
+ categorization: 'single-purpose',
1685
+ usage: 'Reserved for vertical pool diagram symbol in Whiteboards.',
1686
+ team: 'Whiteboards',
1687
+ status: 'published'
1688
+ },
870
1689
  'diagram-symbol-predefined-process': {
871
1690
  keywords: ['diagram-symbol-predefined-process', 'diagramsymbolpredefinedprocess', 'icon', 'icon-lab', 'diagram', 'symbol', 'predefined process'],
872
1691
  componentName: 'DiagramSymbolPredefinedProcessIcon',
@@ -885,6 +1704,78 @@ var metadata = {
885
1704
  team: 'Whiteboards',
886
1705
  status: 'published'
887
1706
  },
1707
+ 'diagram-symbol-provided-interface': {
1708
+ keywords: ['diagram-symbol-provided-interface', 'diagramsymbolprovidedinterface', 'icon', 'icon-lab', 'diagram symbol', 'provided interface', 'UML shape'],
1709
+ componentName: 'DiagramSymbolProvidedInterfaceIcon',
1710
+ package: '@atlaskit/icon-lab/core/diagram-symbol-provided-interface',
1711
+ categorization: 'single-purpose',
1712
+ usage: 'Reserved for provided interface UML diagram symbol in Whiteboards.',
1713
+ team: 'Whiteboards',
1714
+ status: 'published'
1715
+ },
1716
+ 'diagram-symbol-receive-signal': {
1717
+ keywords: ['diagram-symbol-receive-signal', 'diagramsymbolreceivesignal', 'icon', 'icon-lab', 'diagram symbol', 'receive signal', 'UML shape'],
1718
+ componentName: 'DiagramSymbolReceiveSignalIcon',
1719
+ package: '@atlaskit/icon-lab/core/diagram-symbol-receive-signal',
1720
+ categorization: 'single-purpose',
1721
+ usage: 'Reserved for receive signal UML diagram symbol in Whiteboards.',
1722
+ team: 'Whiteboards',
1723
+ status: 'published'
1724
+ },
1725
+ 'diagram-symbol-required-interface': {
1726
+ keywords: ['diagram-symbol-required-interface', 'diagramsymbolrequiredinterface', 'icon', 'icon-lab', 'diagram symbol', 'required interface', 'UML shape'],
1727
+ componentName: 'DiagramSymbolRequiredInterfaceIcon',
1728
+ package: '@atlaskit/icon-lab/core/diagram-symbol-required-interface',
1729
+ categorization: 'single-purpose',
1730
+ usage: 'Reserved for required interface UML diagram symbol in Whiteboards.',
1731
+ team: 'Whiteboards',
1732
+ status: 'published'
1733
+ },
1734
+ 'diagram-symbol-send': {
1735
+ keywords: ['diagram-symbol-send', 'diagramsymbolsend', 'icon', 'icon-lab', 'diagram symbol', 'send', 'envelope', 'email', 'BPMN shape'],
1736
+ componentName: 'DiagramSymbolSendIcon',
1737
+ package: '@atlaskit/icon-lab/core/diagram-symbol-send',
1738
+ categorization: 'single-purpose',
1739
+ usage: 'Reserved for send BPMN diagram symbol in Whiteboards.',
1740
+ team: 'Whiteboards',
1741
+ status: 'published'
1742
+ },
1743
+ 'diagram-symbol-send-signal': {
1744
+ keywords: ['diagram-symbol-send-signal', 'diagramsymbolsendsignal', 'icon', 'icon-lab', 'diagram symbol', 'send signal', 'UML shape'],
1745
+ componentName: 'DiagramSymbolSendSignalIcon',
1746
+ package: '@atlaskit/icon-lab/core/diagram-symbol-send-signal',
1747
+ categorization: 'single-purpose',
1748
+ usage: 'Reserved for send signal UML diagram symbol in Whiteboards.',
1749
+ team: 'Whiteboards',
1750
+ status: 'published'
1751
+ },
1752
+ 'diagram-symbol-shield': {
1753
+ keywords: ['diagram-symbol-shield', 'diagramsymbolshield', 'icon', 'icon-lab', 'diagram symbol', 'shield', 'checkmark', 'advanced shape'],
1754
+ componentName: 'DiagramSymbolShieldIcon',
1755
+ package: '@atlaskit/icon-lab/core/diagram-symbol-shield',
1756
+ categorization: 'single-purpose',
1757
+ usage: 'Reserved for shield diagram symbol in Whiteboards.',
1758
+ team: 'Whiteboards',
1759
+ status: 'published'
1760
+ },
1761
+ 'diagram-symbol-signal': {
1762
+ keywords: ['diagram-symbol-signal', 'diagramsymbolsignal', 'icon', 'icon-lab', 'diagram symbol', 'signal', 'triangle', 'BPMN shape'],
1763
+ componentName: 'DiagramSymbolSignalIcon',
1764
+ package: '@atlaskit/icon-lab/core/diagram-symbol-signal',
1765
+ categorization: 'single-purpose',
1766
+ usage: 'Reserved for signal BPMN diagram symbol in Whiteboards.',
1767
+ team: 'Whiteboards',
1768
+ status: 'published'
1769
+ },
1770
+ 'diagram-symbol-signal-filled': {
1771
+ keywords: ['diagram-symbol-signal-filled', 'diagramsymbolsignalfilled', 'icon', 'icon-lab', 'diagram symbol', 'signal', 'filled', 'triangle', 'BPMN shape'],
1772
+ componentName: 'DiagramSymbolSignalFilledIcon',
1773
+ package: '@atlaskit/icon-lab/core/diagram-symbol-signal-filled',
1774
+ categorization: 'single-purpose',
1775
+ usage: 'Reserved for signal BPMN diagram symbol in Whiteboards.',
1776
+ team: 'Whiteboards',
1777
+ status: 'published'
1778
+ },
888
1779
  'diagram-symbol-sort': {
889
1780
  keywords: ['diagram-symbol-sort', 'diagramsymbolsort', 'icon', 'icon-lab', 'diagram', 'symbol', 'sort'],
890
1781
  componentName: 'DiagramSymbolSortIcon',
@@ -894,6 +1785,15 @@ var metadata = {
894
1785
  team: 'Whiteboards',
895
1786
  status: 'published'
896
1787
  },
1788
+ 'diagram-symbol-start': {
1789
+ keywords: ['diagram-symbol-start', 'diagramsymbolstart', 'icon', 'icon-lab', 'diagram symbol', 'start', 'circle', 'UML shape'],
1790
+ componentName: 'DiagramSymbolStartIcon',
1791
+ package: '@atlaskit/icon-lab/core/diagram-symbol-start',
1792
+ categorization: 'single-purpose',
1793
+ usage: 'Reserved for start UML diagram symbol in Whiteboards.',
1794
+ team: 'Whiteboards',
1795
+ status: 'published'
1796
+ },
897
1797
  'diagram-symbol-stored-data': {
898
1798
  keywords: ['diagram-symbol-stored-data', 'diagramsymbolstoreddata', 'icon', 'icon-lab', 'diagram', 'symbol', 'stored data'],
899
1799
  componentName: 'DiagramSymbolStoredDataIcon',
@@ -912,6 +1812,42 @@ var metadata = {
912
1812
  team: 'Whiteboards',
913
1813
  status: 'published'
914
1814
  },
1815
+ 'diagram-symbol-swimlanes-horizontal': {
1816
+ keywords: ['diagram-symbol-swimlanes-horizontal', 'diagramsymbolswimlaneshorizontal', 'icon', 'icon-lab', 'diagram symbol', 'horizontal swimlanes', 'container'],
1817
+ componentName: 'DiagramSymbolSwimlanesHorizontalIcon',
1818
+ package: '@atlaskit/icon-lab/core/diagram-symbol-swimlanes-horizontal',
1819
+ categorization: 'single-purpose',
1820
+ usage: 'Reserved for horizontal swimlanes diagram symbol in Whiteboards.',
1821
+ team: 'Whiteboards',
1822
+ status: 'published'
1823
+ },
1824
+ 'diagram-symbol-swimlanes-vertical': {
1825
+ keywords: ['diagram-symbol-swimlanes-vertical', 'diagramsymbolswimlanesvertical', 'icon', 'icon-lab', 'diagram symbol', 'vertical swimlanes', 'columns', 'container'],
1826
+ componentName: 'DiagramSymbolSwimlanesVerticalIcon',
1827
+ package: '@atlaskit/icon-lab/core/diagram-symbol-swimlanes-vertical',
1828
+ categorization: 'single-purpose',
1829
+ usage: 'Reserved for vertical swimlanes diagram symbol in Whiteboards.',
1830
+ team: 'Whiteboards',
1831
+ status: 'published'
1832
+ },
1833
+ 'diagram-symbol-switch': {
1834
+ keywords: ['diagram-symbol-switch', 'diagramsymbolswitch', 'icon', 'icon-lab', 'diagram symbol', 'switch', 'ethernet', 'advanced shape', 'network'],
1835
+ componentName: 'DiagramSymbolSwitchIcon',
1836
+ package: '@atlaskit/icon-lab/core/diagram-symbol-switch',
1837
+ categorization: 'single-purpose',
1838
+ usage: 'Reserved for switch diagram symbol in Whiteboards.',
1839
+ team: 'Whiteboards',
1840
+ status: 'published'
1841
+ },
1842
+ 'diagram-symbol-template': {
1843
+ keywords: ['diagram-symbol-template', 'diagramsymboltemplate', 'icon', 'icon-lab', 'diagram symbol', 'template', 'UML shape', 'dashed'],
1844
+ componentName: 'DiagramSymbolTemplateIcon',
1845
+ package: '@atlaskit/icon-lab/core/diagram-symbol-template',
1846
+ categorization: 'single-purpose',
1847
+ usage: 'Reserved for template UML diagram symbol in Whiteboards.',
1848
+ team: 'Whiteboards',
1849
+ status: 'published'
1850
+ },
915
1851
  'diagram-symbol-terminator': {
916
1852
  keywords: ['diagram-symbol-terminator', 'diagramsymbolterminator', 'icon', 'icon-lab', 'diagram', 'symbol', 'terminator', 'terminal', 'start point', 'end point'],
917
1853
  componentName: 'DiagramSymbolTerminatorIcon',
@@ -921,6 +1857,15 @@ var metadata = {
921
1857
  team: 'Whiteboards',
922
1858
  status: 'published'
923
1859
  },
1860
+ 'diagram-symbol-use-case': {
1861
+ keywords: ['diagram-symbol-use-case', 'diagramsymbolusecase', 'icon', 'icon-lab', 'diagram symbol', 'use case', 'oval', 'UML shape'],
1862
+ componentName: 'DiagramSymbolUseCaseIcon',
1863
+ package: '@atlaskit/icon-lab/core/diagram-symbol-use-case',
1864
+ categorization: 'single-purpose',
1865
+ usage: 'Reserved for use case UML diagram symbol in Whiteboards.',
1866
+ team: 'Whiteboards',
1867
+ status: 'published'
1868
+ },
924
1869
  directory: {
925
1870
  keywords: ['directory', 'icon', 'icon-lab', 'directory', 'address book'],
926
1871
  componentName: 'DirectoryIcon',
@@ -1026,6 +1971,15 @@ var metadata = {
1026
1971
  status: 'published',
1027
1972
  slackChannel: '#icon-contributions'
1028
1973
  },
1974
+ 'field-select': {
1975
+ keywords: ['field-select', 'fieldselect', 'icon', 'icon-lab', 'dropdown', 'single-select', 'multi-select', 'select field type'],
1976
+ componentName: 'FieldSelectIcon',
1977
+ package: '@atlaskit/icon-lab/core/field-select',
1978
+ categorization: 'single-purpose',
1979
+ usage: 'Reserved for representing single and multi-option select field types.',
1980
+ team: 'Strategy Collection',
1981
+ status: 'published'
1982
+ },
1029
1983
  'field-text': {
1030
1984
  keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'form', 'input', 'label', 'cursor', 'text field'],
1031
1985
  componentName: 'FieldTextIcon',
@@ -2617,6 +3571,24 @@ var metadata = {
2617
3571
  team: 'Loom',
2618
3572
  status: 'published'
2619
3573
  },
3574
+ 'video-fast-forward': {
3575
+ keywords: ['video-fast-forward', 'videofastforward', 'icon', 'icon-lab', 'video', 'media', 'fast forward', 'FFD', 'BPMN shape', 'diagram symbol'],
3576
+ componentName: 'VideoFastForwardIcon',
3577
+ package: '@atlaskit/icon-lab/core/video-fast-forward',
3578
+ categorization: 'single-purpose',
3579
+ usage: 'Reserved for fast forwarding media and representing fast forward BPMN diagram symbol.',
3580
+ team: 'Whiteboards',
3581
+ status: 'published'
3582
+ },
3583
+ 'video-fast-forward-overlay': {
3584
+ keywords: ['video-fast-forward-overlay', 'videofastforwardoverlay', 'icon', 'icon-lab', 'video', 'media', 'fast forward', 'FFD', 'filled', 'BPMN shape', 'diagram symbol'],
3585
+ componentName: 'VideoFastForwardOverlayIcon',
3586
+ package: '@atlaskit/icon-lab/core/video-fast-forward-overlay',
3587
+ categorization: 'single-purpose',
3588
+ usage: 'Reserved for fast forwarding media when icon is shown on an overlay, and representing fast forward BPMN diagram symbol.',
3589
+ team: 'Whiteboards',
3590
+ status: 'published'
3591
+ },
2620
3592
  'video-hd': {
2621
3593
  keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'high definition', 'hi def'],
2622
3594
  componentName: 'VideoHdIcon',
@@ -2674,12 +3646,21 @@ var metadata = {
2674
3646
  status: 'published',
2675
3647
  slackChannel: '#feedback-loom-vizrefresh'
2676
3648
  },
3649
+ 'video-rewind': {
3650
+ keywords: ['video-rewind', 'videorewind', 'icon', 'icon-lab', 'video', 'media', 'playback control', 'rewind', 'RWD', 'diagram symbol', 'BPMN shape'],
3651
+ componentName: 'VideoRewindIcon',
3652
+ package: '@atlaskit/icon-lab/core/video-rewind',
3653
+ categorization: 'single-purpose',
3654
+ usage: 'Reserved for rewinding media and representing rewind diagram symbol.',
3655
+ team: 'Whiteboards',
3656
+ status: 'published'
3657
+ },
2677
3658
  'video-rewind-overlay': {
2678
- keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back'],
3659
+ keywords: ['video-rewind-overlay', 'videorewindoverlay', 'icon', 'icon-lab', 'rewind back', 'video', 'media', 'playback control', 'rewind', 'RWD', 'diagram symbol', 'BPMN shape', 'filled'],
2679
3660
  componentName: 'VideoRewindOverlayIcon',
2680
3661
  package: '@atlaskit/icon-lab/core/video-rewind-overlay',
2681
3662
  categorization: 'single-purpose',
2682
- usage: 'Reserved for rewinding videos.',
3663
+ usage: 'Reserved for rewinding media and representing rewind diagram symbol.',
2683
3664
  team: 'Loom',
2684
3665
  status: 'published'
2685
3666
  },