•4 min read
Building Vectorio: A Browser-Based SVG to Component Generator
You export an icon from Figma. Drop the SVG into your project. And before it's actually usable, you do this dance: - Strip the xmlns:figma, data-name, data-figma-* noise. - Rename id="gradient-1" so it doesn't collide with the next icon you import. - Remove hardcoded width="64" and height="64" that make sizing...