Skip to main content
The Deno 2 Release Candidate is here
Learn more

Game Icons icons for deno / Preact

License CC BY 3.0

Project https://game-icons.net/

See available icons here

import_map.json

For a transparent usage:

{
  "imports": {
    "preact": "https://esm.sh/preact@10.15.1",
    "preact/": "https://esm.sh/preact@10.15.1/",
    "react-icons/gi": "https://deno.land/x/react_icons_gi@1.0.0//mod.ts",
  }
}

Direct import sample

import { Gi3DGlasses } from "https://deno.land/x/react_icons_gi@1.0.0/mod.ts"

import_map import sample

import { Gi3DGlasses } from "react-icons/gi"