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

outline FilterIcon is solid #659

Closed bezvrednyy closed 2 years ago

bezvrednyy commented 2 years ago

import {FilterIcon} from '@heroicons/react/outline' gives the same icon as import {FilterIcon} from '@heroicons/react/soild'

adamwathan commented 2 years ago

Hey! I can't reproduce this, I see the correct icon in both cases:

https://stackblitz.com/edit/nextjs-r32vrs?file=pages/index.js

If this is still an issue for you, please open a new issue but include a reproduction so we can more easily troubleshoot it 👍 Thanks!

suzdalnitski commented 1 year ago

I was having the same issue with another icon, moving fill="none" from svg to path fixed the issue for me.