lc_dataimport.svg 644 B

123456789101112131415161718192021222324
  1. <?xml-stylesheet type="text/css" href="icons.css" ?>
  2. <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  3. <g id="background"
  4. class="icn icn--area-color"
  5. fill="#fafafa"
  6. stroke="#3a3a38"
  7. stroke-linecap="round"
  8. stroke-linejoin="round"
  9. >
  10. <path d="m 4.5,21.5 h 15 V 7 L 15,2.5 H 4.5 Z" />
  11. <path d="m 14.5,7.5 h 5 V 7 L 15,2.5 h -0.5 z" />
  12. </g>
  13. <g id="symbol"
  14. class="icn icn--highlight-color-line"
  15. fill="none"
  16. stroke="#1e8bcd"
  17. stroke-linecap="round"
  18. stroke-linejoin="round"
  19. >
  20. <path d="m 15.5,11.5 -4,4 4,4" />
  21. <path d="m 22.5,15.5 h -11" />
  22. </g>
  23. </svg>