lc_symbolshapes.bracket-pair.svg 564 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--highlight-color-line"
  5. d="m 14,2.5 h 2 c 1,0 1.5,0.5 1.5,1.5 v 16 c 0,1 -0.5,1.5 -1.5,1.5 h -2 v 0 0"
  6. fill="none"
  7. stroke="#1e8bcd"
  8. stroke-linecap="round"
  9. stroke-linejoin="round"
  10. />
  11. <path
  12. class="icn icn--highlight-color-line"
  13. d="M 10,2.5 H 8 C 7,2.5 6.5,3 6.5,4 v 16 c 0,1 0.5,1.5 1.5,1.5 h 2 v 0 0"
  14. fill="none"
  15. stroke="#1e8bcd"
  16. stroke-linecap="round"
  17. stroke-linejoin="round"
  18. />
  19. </svg>