nfroidure/svgicons2svgfont

View on GitHub
tests/fixtures/shapeicons/circle.svg

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.1"
   width="150"
   height="150"
   viewBox="0 0 150 150"
   id="svg2">
  <circle fill="red" cx="75" cy="50" r="20"/>
  <circle cx="75" cy="100" r="20"/>
</svg>