Skip to content

Commit 1fe2f43

Browse files
committed
kebab-case update doc V 1.0.8
1 parent 82d30ec commit 1fe2f43

3 files changed

Lines changed: 702 additions & 702 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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";

0 commit comments

Comments
 (0)