lc_delete.svg 448 B

1234567891011121314151617181920
  1. <?xml-stylesheet type="text/css" href="icons.css" ?>
  2. <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  3. <path
  4. class="icn icn--negative-color"
  5. d="M 4 4 L 20 20 L 4 4 z "
  6. fill="none"
  7. stroke="#ed3d3d"
  8. stroke-linecap="round"
  9. stroke-linejoin="round"
  10. />
  11. <path
  12. class="icn icn--negative-color"
  13. d="m4 20 16-16"
  14. fill="none"
  15. stroke="#ed3d3d"
  16. stroke-linecap="round"
  17. stroke-linejoin="round"
  18. />
  19. </svg>