License CC BY 3.0
Project https://game-icons.net/
deno add @preact-icons/gi
dnpx jsr add @preact-icons/gi
pnpm dlx jsr add @preact-icons/gi
bunx jsr add @preact-icons/giYou may need to update your preact mapping to avoid mixing JSR and http import: Currently Deno fresh import preact using https://esm.sh/preact http import can not be mixed with JSR package, so you may need to update your preact mapping:
{
"preact": "npm:preact@10.22.1",
"preact/jsx-runtime": "npm:preact@10.22.1/jsx-runtime",
"preact/hooks": "npm:preact@10.22.1/hooks",
}import { Gi3dGlasses } from "@preact-icons/gi"import { Gi3dGlasses } from "react-icons/gi/Gi3dGlasses"or using default export
import Gi3dGlasses from "react-icons/gi/Gi3dGlasses"