tailwindlabs / heroicons

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

Icons Are Blurry #645

Closed selected-pixel-jameson closed 2 years ago

selected-pixel-jameson commented 2 years ago

The icons show up really blurry for me. All that I'm doing is copying and pasting the SVG code into my code.

Screen Shot 2022-03-16 at 1 03 08 PM

<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-yellow-300" viewBox="0 0 20 20"
                  fill="currentColor">
                  <path fill-rule="evenodd"
                    d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
                    clip-rule="evenodd" />
                </svg>