tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.45k stars 1.28k forks source link

HTML comment with SVG #521

Closed malgor closed 2 years ago

malgor commented 2 years ago

Thank you for this excellent resource. Can I suggest adding an HTML comment at the start of every SVG snippet. It will be hugely helpful in development. For example:

<!-- Heroicons arrow-right outline --> <svg xmlns="http://www.w3.org/2000/svg" ... > ... </svg>