Can't import svg file

I’m traying to import this svg file, but I’m getting unexpected results.

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-shopping-cart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
  <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
  <path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
  <path d="M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"></path>
  <path d="M17 17h-11v-14h-2"></path>
  <path d="M6 5l14 1l-1 7h-13"></path>
</svg>

I opened this file in other editors and the svg seems fine. I’m using Lunacy 8.7.2 in Linux Mint.

Please, update to the latest beta version 9.0 and try to import your file. You can download it for Linux here:

2 Likes