Bonjour,

suite au récent tutoriel Créer une police d’icônes facilement à partir d’illustrations vectorielles. J’essaye d’importer sur IcoMoon un svg provenant de cette page, dont le code est le suivant :
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="200px" height="120px" 
     viewBox="0 0 200 120" version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink" >
<title>Symbol of clouds of type H1 - Filaments of Cirrus (Ci)</title>
<desc>Symbol of clouds of type H1 - Filaments of Cirrus (Ci)</desc>
<desc>Made by user AnyFile of Wikimedia Commons on 2007-Oct-28.
Licenced in Public Domain </desc>
<path stroke="black" stroke-width="5" fill="none"
  stroke-linecap="round" stroke-linejoin="round"
  d="M20,100 h130 a40,40 0 0 0 0,-80" />
</svg>



J’obtiens alors le message d’erreur suivant :
«Error parsing your file(s). Consider the following guidelines:

Strokes get ignored. Convert/Expand them to fills.
Unite/Combine your fills.»

J’ai essayé d’enlever les attributs stroke sans succès. Qu’est-ce que je peux faire ?