File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55** Project** [ https://game-icons.net/ ] ( https://game-icons.net/ )
66
7- [ See available icons here] ( https://react-icons.github.io/react-icons/icons?name= gi )
7+ [ See available icons here] ( https://react-icons.deno.dev/ gi )
88
99## import_map.json
1010
@@ -15,16 +15,16 @@ For a transparent usage:
1515 "imports" : {
1616 "preact" : " https://esm.sh/preact@10.15.1" ,
1717 "preact/" : " https://esm.sh/preact@10.15.1/" ,
18- "react-icons/gi" : " https://cdn.jsdelivr.net/gh/urielch/react-icons-gi@1.0.7 /mod.ts" ,
19- "react-icons/gi/" : " https://cdn.jsdelivr.net/gh/urielch/react-icons-gi@1.0.7 /ico/" ,
18+ "react-icons/gi" : " https://cdn.jsdelivr.net/gh/urielch/react-icons-gi@1.0.8 /mod.ts" ,
19+ "react-icons/gi/" : " https://cdn.jsdelivr.net/gh/urielch/react-icons-gi@1.0.8 /ico/" ,
2020 }
2121}
2222```
2323
2424## Import an icon without import_map by and afer loading all icons from the lib gi
2525
2626``` ts
27- import { Gi3DGlasses } from " https://deno.land/x/react_icons_gi@1.0.7 /mod.ts"
27+ import { Gi3DGlasses } from " https://deno.land/x/react_icons_gi@1.0.8 /mod.ts"
2828```
2929
3030## import_map import an icon from all icons
Original file line number Diff line number Diff line change 1- // export { GenIcon, type IconBaseProps } from "https://deno.land/x/react_icons@1.0.7 /mod.ts";
2- export { GenIcon , type IconBaseProps } from "https://cdn.jsdelivr.net/gh/urielch/react-icons@1.0.7 /mod.ts" ;
1+ // export { GenIcon, type IconBaseProps } from "https://deno.land/x/react_icons@1.0.8 /mod.ts";
2+ export { GenIcon , type IconBaseProps } from "https://cdn.jsdelivr.net/gh/urielch/react-icons@1.0.8 /mod.ts" ;
You can’t perform that action at this time.
0 commit comments