Skip to content

Instantly share code, notes, and snippets.

@alfawal
Created July 13, 2023 13:30
Show Gist options
  • Save alfawal/036befee7fe7b5ffd71b3687620ec2db to your computer and use it in GitHub Desktop.
Save alfawal/036befee7fe7b5ffd71b3687620ec2db to your computer and use it in GitHub Desktop.
Wrong icon imported from react-icons due to duplicity
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