Created
July 13, 2023 13:30
-
-
Save alfawal/036befee7fe7b5ffd71b3687620ec2db to your computer and use it in GitHub Desktop.
Wrong icon imported from react-icons due to duplicity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as Hi from "react-icons/hi" | |
export default function Component() { | |
return ( | |
<> | |
<Hi.HiDocumentText /> | |
</> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment