Icons.js 972 B

123456789101112131415
  1. export default {
  2. 'start-event-non-interrupting': `
  3. <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">
  4. <g transform="translate(0 995.64)">
  5. <path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/>
  6. </g>
  7. </svg>`,
  8. 'intermediate-event-non-interrupting': `
  9. <svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg">
  10. <g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round">
  11. <circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/>
  12. <circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/>
  13. </g>
  14. </svg>`
  15. };