@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,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::19723658c6165ce26bf47bd0d72072f4>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolEventBasedFilledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolEventBasedFilledIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::94dc81d30f078eea9e8241d2982556c4>>
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: "DiagramSymbolEventBasedFilled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for event based 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 DiagramSymbolEventBasedFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolEventBasedFilledIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.814 1.19a2 2 0 0 1 2.37 0l5.286 3.888a2 2 0 0 1 .72 2.222l-2.026 6.31A2 2 0 0 1 11.26 15H4.74a2 2 0 0 1-1.904-1.39L.81 7.3a2 2 0 0 1 .72-2.223z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolEventBasedFilledIcon.displayName = 'DiagramSymbolEventBasedFilledIcon';
29
+ var _default = exports.default = DiagramSymbolEventBasedFilledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a9e0a7909341bffe2d012c16e74f17ef>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolEventBasedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolEventBasedIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f6c526c6afe695150ee84b3f491e28a8>>
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: "DiagramSymbolEventBased".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for event based 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 DiagramSymbolEventBasedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolEventBasedIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.814 1.19a2 2 0 0 1 2.37 0l5.286 3.888a2 2 0 0 1 .72 2.222l-2.026 6.31A2 2 0 0 1 11.26 15H4.74a2 2 0 0 1-1.904-1.39L.81 7.3a2 2 0 0 1 .72-2.223zm1.482 1.209a.5.5 0 0 0-.593 0L2.42 6.286a.5.5 0 0 0-.18.555l2.025 6.31a.5.5 0 0 0 .476.348h6.52a.5.5 0 0 0 .476-.348l2.025-6.31a.5.5 0 0 0-.18-.555z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolEventBasedIcon.displayName = 'DiagramSymbolEventBasedIcon';
29
+ var _default = exports.default = DiagramSymbolEventBasedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::28bc189008f19f5f6f2a2822aa8a71bf>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolExclusiveFilledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolExclusiveFilledIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c22708a2b42b19ce4aab928f6a5718a1>>
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: "DiagramSymbolExclusiveFilled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for exclusive 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 DiagramSymbolExclusiveFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolExclusiveFilledIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M4.494 1c.199 0 .39.08.53.22L8 4.19l2.97-2.97.057-.052a.75.75 0 0 1 1.004.052l2.75 2.75a.75.75 0 0 1 0 1.06L11.81 8l2.97 2.97a.75.75 0 0 1 0 1.06l-2.75 2.75a.75.75 0 0 1-1.06 0L8 11.81l-2.97 2.97a.75.75 0 0 1-1.06 0l-2.75-2.75a.75.75 0 0 1 0-1.06L4.19 8 1.22 5.03a.75.75 0 0 1-.001-1.06l2.745-2.75.114-.094A.75.75 0 0 1 4.494 1"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolExclusiveFilledIcon.displayName = 'DiagramSymbolExclusiveFilledIcon';
29
+ var _default = exports.default = DiagramSymbolExclusiveFilledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0999095ea31b19be0515c40cab0970ce>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolExclusiveIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolExclusiveIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3c8d543b0ab3413aab1c3d299632cc95>>
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: "DiagramSymbolExclusive".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for exclusive 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 DiagramSymbolExclusiveIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolExclusiveIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.026 1.168a.75.75 0 0 1 1.004.052l2.75 2.75a.75.75 0 0 1 0 1.06L11.81 8l2.97 2.97a.75.75 0 0 1 0 1.06l-2.75 2.75a.75.75 0 0 1-1.06 0L8 11.81l-2.97 2.97a.75.75 0 0 1-1.06 0l-2.75-2.75a.75.75 0 0 1 0-1.06L4.19 8 1.22 5.03a.75.75 0 0 1-.001-1.06l2.745-2.75.114-.094a.75.75 0 0 1 .946.094L8 4.19l2.97-2.97zM8 6.311l-3.505-3.5L2.81 4.499 6.31 8l-3.5 3.5 1.69 1.69L8 9.69l3.5 3.5 1.69-1.69L9.69 8l3.5-3.5-1.69-1.69z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolExclusiveIcon.displayName = 'DiagramSymbolExclusiveIcon';
29
+ var _default = exports.default = DiagramSymbolExclusiveIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3947ee1344667e336156429afcc8bd0a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolFileIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolFileIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4f4b047592d32ae9f298e2e921cf5274>>
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: "DiagramSymbolFile".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for file 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 DiagramSymbolFileIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolFileIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M12.5 14a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5h4v3.75c0 .414.336.75.75.75h3.75zm-3-11.94 2.44 2.44H9.5zM11 9.5V8H5v1.5zm-2 3V11H5v1.5zm5-7.25c0-.519-.206-1.017-.573-1.384L10.134.573A1.96 1.96 0 0 0 8.75 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolFileIcon.displayName = 'DiagramSymbolFileIcon';
29
+ var _default = exports.default = DiagramSymbolFileIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c96baa6317bb05db8198b1cce1f5acfa>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolForkHorizontalIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolForkHorizontalIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3df128fd7e3dc8a78bdea09e0f60475e>>
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: "DiagramSymbolForkHorizontal".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for horizontal fork 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 DiagramSymbolForkHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolForkHorizontalIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.204 5.01A2 2 0 0 1 16 7v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolForkHorizontalIcon.displayName = 'DiagramSymbolForkHorizontalIcon';
29
+ var _default = exports.default = DiagramSymbolForkHorizontalIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d27cad3ef509b7588f019908b46d0053>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolForkVerticalIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolForkVerticalIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f0dd8c1d88fef2bb21c893100b31f9a6>>
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: "DiagramSymbolForkVertical".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for vertical fork 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 DiagramSymbolForkVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolForkVerticalIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolForkVerticalIcon.displayName = 'DiagramSymbolForkVerticalIcon';
29
+ var _default = exports.default = DiagramSymbolForkVerticalIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f240a05397cf11a90b4dde621d3b9f40>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolFrameIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolFrameIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::addbd4d61ca91289f8e9c6d2d3f57c69>>
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: "DiagramSymbolFrame".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for frame 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 DiagramSymbolFrameIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolFrameIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3.5A.5.5 0 0 0 14 3H8v2.75a.75.75 0 0 1-.75.75H1.5v6a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM1.5 5h5V3H2a.5.5 0 0 0-.5.5zM16 12.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolFrameIcon.displayName = 'DiagramSymbolFrameIcon';
29
+ var _default = exports.default = DiagramSymbolFrameIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::75b340b232246c60fffd7ff24e89e6bb>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolFrontendIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolFrontendIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c6b72b3e5acb8ce2c9961418eec4b298>>
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: "DiagramSymbolFrontend".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for frontend 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 DiagramSymbolFrontendIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolFrontendIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3.5a.5.5 0 0 0-.4-.49L14 3H2a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM7.03 6.03 5.06 8l1.97 1.97-1.06 1.06-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5zm5.5 1.44a.75.75 0 0 1 0 1.06l-2.5 2.5-1.06-1.06L10.94 8 8.97 6.03l1.06-1.06zM16 12.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 3.5z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolFrontendIcon.displayName = 'DiagramSymbolFrontendIcon';
29
+ var _default = exports.default = DiagramSymbolFrontendIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::72e844fd17b5bd30e57144f1cc53dca0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolHistoryIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolHistoryIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::50607af0a24f7c13fc25c166fe37887b>>
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: "DiagramSymbolHistory".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for history 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 DiagramSymbolHistoryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolHistoryIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 8a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0M7 5v2.25h2V5h1.5v6H9V8.75H7V11H5.5V5zm8 3A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolHistoryIcon.displayName = 'DiagramSymbolHistoryIcon';
29
+ var _default = exports.default = DiagramSymbolHistoryIcon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a57391685aea849d48e03c69bfd5b0f6>>
3
+ * @codegen <<SignedSource::db6aeea69ff8feff6f6db33cfebf432d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
22
22
  */
23
23
  const DiagramSymbolInputOutputIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "DiagramSymbolInputOutputIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" d="M14.633 2c.88 0 1.517.808 1.348 1.643l-.043.167-3.085 9.25c-.187.561-.711.94-1.303.94H1.367C.43 14-.234 13.08.062 12.19l3.084-9.25.039-.103C3.399 2.333 3.895 2 4.45 2zM1.54 12.5h9.919l3-9H4.542z"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.642 2c.88 0 1.517.808 1.349 1.643l-.044.167-3.084 9.25c-.188.561-.713.94-1.304.94H1.376c-.938 0-1.601-.92-1.304-1.81l3.083-9.25.039-.103C3.408 2.333 3.904 2 4.459 2zM1.549 12.5h9.919l3.001-9H4.55z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  DiagramSymbolInputOutputIcon.displayName = 'DiagramSymbolInputOutputIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d86068162ed7bc5cae3d40f6f89a968c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolInterfaceAttributesIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolInterfaceAttributesIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::663d2c61d0f632bf238263f771fde0b5>>
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: "DiagramSymbolInterfaceAttributes".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for interface attributes 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 DiagramSymbolInterfaceAttributesIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolInterfaceAttributesIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13 5H3v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 2v1.5h10zm1.5 12a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolInterfaceAttributesIcon.displayName = 'DiagramSymbolInterfaceAttributesIcon';
29
+ var _default = exports.default = DiagramSymbolInterfaceAttributesIcon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::034269ffea6f4b65615aedc373eeccc7>>
3
+ * @codegen <<SignedSource::b387efb2e49ea1f56d012254c2753609>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
22
22
  */
23
23
  const DiagramSymbolInternalStorageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "DiagramSymbolInternalStorageIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 7H5v5.5h9a.5.5 0 0 0 .5-.5zm-13 5a.5.5 0 0 0 .5.5h1.5V7h-2zm13-8a.5.5 0 0 0-.4-.49L14 3.5H5v2h9.5zm-13 1.5h2v-2H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 6.5H5V13h9a.5.5 0 0 0 .5-.5zm-13 6a.5.5 0 0 0 .5.5h1.5V6.5h-2zm13-9A.5.5 0 0 0 14 3H5v2h9.5zM1.5 5h2V3H2a.5.5 0 0 0-.5.5zM16 12.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  DiagramSymbolInternalStorageIcon.displayName = 'DiagramSymbolInternalStorageIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ed4306f1aa568461ad9ee255b96680dd>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolManualIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolManualIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::02a987552e26c4a0d792be0d84495743>>
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: "DiagramSymbolManual".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for manual 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 DiagramSymbolManualIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolManualIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13 6.376a.75.75 0 0 0-.75-.75H5.858l.668-1.13.417-.708a.786.786 0 0 0-1.172-1.011L2.612 5.334A3 3 0 0 0 1.5 7.666v2.46a3 3 0 0 0 3 3h7.25a.75.75 0 0 0 0-1.5H8.5v-1.5h4.75a.75.75 0 0 0 0-1.5H8.5v-1.5h3.75a.75.75 0 0 0 .75-.75m1.5 0c0 .358-.086.694-.234.995a2.248 2.248 0 0 1-.427 4.173 2.25 2.25 0 0 1-2.089 3.082H4.5a4.5 4.5 0 0 1-4.5-4.5v-2.46c0-1.358.614-2.644 1.669-3.499l3.158-2.556A2.287 2.287 0 0 1 8.43 4.126h3.821a2.25 2.25 0 0 1 2.25 2.25"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolManualIcon.displayName = 'DiagramSymbolManualIcon';
29
+ var _default = exports.default = DiagramSymbolManualIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a5926022f01f554d47e0087d887dcc55>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolNodeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolNodeIcon;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a9502e0393b83071bda969906794058a>>
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: "DiagramSymbolNode".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for node 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 DiagramSymbolNodeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ name: "DiagramSymbolNodeIcon",
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M1.5 13h10V6h-10zM13 5.56v6.162l1.5-1.75V4.06zM2.889 4.5h9.05l1.5-1.5H4.765zM16 10.25a.75.75 0 0 1-.18.488l-3 3.5a.75.75 0 0 1-.57.262H.75a.75.75 0 0 1-.75-.75v-8.5a.75.75 0 0 1 .281-.586l3.75-3 .106-.07A.75.75 0 0 1 4.5 1.5h10.75a.75.75 0 0 1 .75.75z"/>`
26
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
+ }, props));
28
+ DiagramSymbolNodeIcon.displayName = 'DiagramSymbolNodeIcon';
29
+ var _default = exports.default = DiagramSymbolNodeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7f2742a169cd8a5c89bd0648ee72c7b3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolNoteIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolNoteIcon;