@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
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::74624881f26ee7c8cf5bcee3b97a1d96>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadSequenceUpRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for sequence diagram in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadSequenceUpRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadSequenceUpRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.137 2.022a.75.75 0 0 1 .84.84l-1.06 8.133a.751.751 0 0 1-1.275.433L8.637 8.422 2.98 14.08l-1.06-1.06 5.656-5.657-3.005-3.005a.75.75 0 0 1 .434-1.274z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadSequenceUpRightIcon.displayName = 'DiagramArrowheadSequenceUpRightIcon';
29
+ var _default = exports.default = DiagramArrowheadSequenceUpRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0bb5518e86cc681d2fd76a2fd26d6871>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrManyLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrManyLeftIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e43d29b077bd5d58e770149b8029cf53>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrManyLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for left-facing zero or many diagram arrowhead in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrManyLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrManyLeftIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.873 6.491A3.25 3.25 0 0 1 9.75 4.75a3.25 3.25 0 0 1 3.162 2.5H16v1.5h-3.088a3.25 3.25 0 0 1-3.162 2.5 3.25 3.25 0 0 1-2.877-1.743l-5.5 3.144-.745-1.302L5.176 8.75H0v-1.5h5.176L.628 4.65l.744-1.302zM9.75 6.25a1.751 1.751 0 1 0 .001 3.502A1.751 1.751 0 0 0 9.75 6.25"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrManyLeftIcon.displayName = 'DiagramArrowheadZeroOrManyLeftIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrManyLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::972befef6a69c6b8cf26b9f4632e4c4a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrManyRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrManyRightIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9155d69bbe3ed3cecac9d3312bf4cb57>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrManyRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for right-facing zero or many diagram arrowhead in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrManyRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrManyRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m15.372 4.65-4.548 2.6H16v1.5h-5.176l4.548 2.599-.744 1.302-5.502-3.144A3.25 3.25 0 0 1 6.25 11.25a3.25 3.25 0 0 1-3.162-2.5H0v-1.5h3.088a3.25 3.25 0 0 1 3.162-2.5c1.25 0 2.332.707 2.876 1.742l5.502-3.143zM6.25 6.25a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrManyRightIcon.displayName = 'DiagramArrowheadZeroOrManyRightIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrManyRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::483c79992d3b151fda37a09f27eeba8b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrManyUpRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrManyUpRightIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6936751a8cf7bba4faa7cf6e354f490e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrManyUpRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for zero or many diagram in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrManyUpRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrManyUpRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10.095 1.17 8.716 6.224l3.66-3.66 1.06 1.06-3.66 3.66 5.054-1.378.198.724.198.724L9.112 9.02a3.25 3.25 0 0 1-.801 3.266 3.25 3.25 0 0 1-4.005.468l-2.183 2.185-1.06-1.062 2.182-2.184A3.247 3.247 0 0 1 6.98 6.887L8.649.776zM7.03 8.564a1.75 1.75 0 1 0-2.035 2.85 1.75 1.75 0 0 0 2.035-2.85"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrManyUpRightIcon.displayName = 'DiagramArrowheadZeroOrManyUpRightIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrManyUpRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::967c2b8ec5bd5e1c84beeb8772c3dade>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrOneLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrOneLeftIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0e74b1a1531ecc8c434a43157773fc43>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrOneLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for left-facing zero or one diagram arrowhead in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrOneLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrOneLeftIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M8.5 4.75a3.25 3.25 0 0 1 3.162 2.5H16v1.5h-4.338a3.25 3.25 0 0 1-6.324 0H3.75V11h-1.5V8.75H0v-1.5h2.25V5h1.5v2.25h1.588A3.25 3.25 0 0 1 8.5 4.75m0 1.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrOneLeftIcon.displayName = 'DiagramArrowheadZeroOrOneLeftIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrOneLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f7be29a1ec87bcaed460d81cf3dc31a3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrOneRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrOneRightIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b61ea8fde63e2dc549bcf4e4a904faa9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrOneRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for right-facing zero or one diagram arrowhead in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrOneRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrOneRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M7.5 4.75a3.25 3.25 0 0 1 3.162 2.5h1.588V5h1.5v2.25H16v1.5h-2.25V11h-1.5V8.75h-1.588a3.25 3.25 0 0 1-6.324 0H0v-1.5h4.338A3.25 3.25 0 0 1 7.5 4.75m0 1.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrOneRightIcon.displayName = 'DiagramArrowheadZeroOrOneRightIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrOneRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2a07d3fc619509ef83743d2d7ad86bf1>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramArrowheadZeroOrOneUpRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramArrowheadZeroOrOneUpRightIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1d6dc2a60c3c6681adf18f796fcf9ce3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramArrowheadZeroOrOneUpRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for zero or one diagram in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramArrowheadZeroOrOneUpRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramArrowheadZeroOrOneUpRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m14.187 2.873-1.59 1.59 1.59 1.592-1.06 1.061-1.591-1.592-1.123 1.123A3.25 3.25 0 0 1 5.94 11.12l-3.067 3.068-1.06-1.061 3.066-3.067a3.252 3.252 0 0 1 4.473-4.473l1.122-1.122-1.59-1.591 1.06-1.06 1.592 1.59 1.59-1.59zM8.884 7.116A1.75 1.75 0 1 0 6.41 9.593a1.75 1.75 0 0 0 2.475-2.477"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramArrowheadZeroOrOneUpRightIcon.displayName = 'DiagramArrowheadZeroOrOneUpRightIcon';
29
+ var _default = exports.default = DiagramArrowheadZeroOrOneUpRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9010aafa10b49815fdab0f6290654ecd>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolActivationIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolActivationIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f3238c255b6039017ddcbb4867dfe465>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolActivation".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for activation UML diagram symbol.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolActivationIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolActivationIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.5 2a.5.5 0 0 0-.5-.5H7a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM11 14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolActivationIcon.displayName = 'DiagramSymbolActivationIcon';
29
+ var _default = exports.default = DiagramSymbolActivationIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b66f01076b70e7d197f22784da6f85f0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolActorIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolActorIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::37d9f23067ce175a5acadd517ab79564>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolActor".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for actor UML diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolActorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolActorIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.5 3a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M11 3a3 3 0 0 1-2.25 2.901V7H13v1.5H8.75v2.003l3.354 4.552-1.207.89L8 12.014l-2.896 3.931-1.208-.89 3.354-4.552V8.5H3V7h4.25V5.901A2.998 2.998 0 0 1 8 0a3 3 0 0 1 3 3"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolActorIcon.displayName = 'DiagramSymbolActorIcon';
29
+ var _default = exports.default = DiagramSymbolActorIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a1f0ac0b7d9d6416c265fde8632afdf4>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolAdHocIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolAdHocIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::86c81b938c289da4a6f0f045727080d9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolAdHoc".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for ad hoc BPMN diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolAdHocIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolAdHocIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M2.38 6.18c.746-.473 1.695-.811 2.793-.665 1.096.146 2.228.76 3.372 1.97.98 1.04 1.818 1.426 2.48 1.514.66.088 1.258-.105 1.792-.444.542-.344.989-.82 1.307-1.227a7 7 0 0 0 .444-.646l.02-.035.004-.006.658.36c.658.358.658.36.658.36l-.002.003-.003.004-.008.017a5 5 0 0 1-.15.246 8 8 0 0 1-.44.62c-.377.483-.945 1.102-1.685 1.57-.746.474-1.695.812-2.793.666-1.096-.146-2.228-.76-3.372-1.971-.98-1.039-1.818-1.425-2.48-1.514-.66-.088-1.258.105-1.792.445-.542.343-.989.819-1.307 1.226a7 7 0 0 0-.444.647q-.015.023-.02.034l-.004.007L.75 9l-.658-.36.002-.002.003-.005.008-.018a4 4 0 0 1 .15-.246c.1-.158.249-.374.44-.619.377-.483.945-1.101 1.685-1.57"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolAdHocIcon.displayName = 'DiagramSymbolAdHocIcon';
29
+ var _default = exports.default = DiagramSymbolAdHocIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bf249f26e6d559490c8b72c366f5e372>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolArrowLeftFilledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolArrowLeftFilledIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b652fdc184ff4b7d5296479eb0783195>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolArrowLeftFilled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolArrowLeftFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolArrowLeftFilledIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.729 2.21A.75.75 0 0 1 7 2.75v2.5h8.25A.75.75 0 0 1 16 6v4a.75.75 0 0 1-.75.75H7v2.5a.75.75 0 0 1-1.265.546l-5.5-5.183A.75.75 0 0 1 .23 7.527z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolArrowLeftFilledIcon.displayName = 'DiagramSymbolArrowLeftFilledIcon';
29
+ var _default = exports.default = DiagramSymbolArrowLeftFilledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::27b659d565d490eb68d3defe11e9e417>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolArrowLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolArrowLeftIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::49b0f4962d89d0ce34b036d811d65e8c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolArrowLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for left-facing arrow BPMN diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolArrowLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolArrowLeftIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.543 2.06a.75.75 0 0 0-.814.15l-5.5 5.317a.75.75 0 0 0 .006 1.086l5.5 5.183A.75.75 0 0 0 7 13.25v-2.5h8.25A.75.75 0 0 0 16 10V6a.75.75 0 0 0-.75-.75H7v-2.5a.75.75 0 0 0-.457-.69M5.5 6c0 .414.336.75.75.75h8.25v2.5H6.25a.75.75 0 0 0-.75.75v1.512L1.837 8.06 5.5 4.518z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolArrowLeftIcon.displayName = 'DiagramSymbolArrowLeftIcon';
29
+ var _default = exports.default = DiagramSymbolArrowLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1478eb8bb12de45fceb663faee5ee77c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolArrowRightFilledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolArrowRightFilledIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::26fdcde21af29df046f7488f93860176>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolArrowRightFilled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolArrowRightFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolArrowRightFilledIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.457 2.06a.75.75 0 0 1 .814.15l5.5 5.317a.75.75 0 0 1-.006 1.086l-5.5 5.183A.75.75 0 0 1 9 13.25v-2.5H.75A.75.75 0 0 1 0 10V6a.75.75 0 0 1 .75-.75H9v-2.5a.75.75 0 0 1 .457-.69"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolArrowRightFilledIcon.displayName = 'DiagramSymbolArrowRightFilledIcon';
29
+ var _default = exports.default = DiagramSymbolArrowRightFilledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::dc207f75a98cc2a2ac913752861b4424>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolArrowRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolArrowRightIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f72dd9d7ed1f38640423cf69864a4f11>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DiagramSymbolArrowRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for right-facing arrow BPMN diagram symbol in Whiteboards.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DiagramSymbolArrowRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolArrowRightIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.457 2.06a.75.75 0 0 1 .814.15l5.5 5.317a.75.75 0 0 1-.006 1.086l-5.5 5.183A.75.75 0 0 1 9 13.25v-2.5H.75A.75.75 0 0 1 0 10V6a.75.75 0 0 1 .75-.75H9v-2.5a.75.75 0 0 1 .457-.69M10.5 6a.75.75 0 0 1-.75.75H1.5v2.5h8.25a.75.75 0 0 1 .75.75v1.512l3.663-3.452L10.5 4.518z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolArrowRightIcon.displayName = 'DiagramSymbolArrowRightIcon';
29
+ var _default = exports.default = DiagramSymbolArrowRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9067f2ece375728e9280d6888df34964>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolAssemblyIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolAssemblyIcon;