Skip to content

Commit

Permalink
docs: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb authored Sep 16, 2024
1 parent 314e3f3 commit 733af33
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ Check out the icons you want here and enter the following command:
* Multiple Prefix
```sh
> npm install react-native-svg react-native-icons-builder # or use pnpm or yarn
> npx react-native-icons-builder@latest add Fa500Px # visit https://react-icons.github.io/react-icons/
> npx react-native-icons-builder@latest add Fa500Px
> ◆ Pick a prefix.
> │ ● fa
> │ ○ fa6
>

# or
> npx react-native-icons-builder@latest add fa/Fa500Px # visit https://react-icons.github.io/react-icons/
> npx react-native-icons-builder@latest add fa/Fa500Px
# or
> npx react-native-icons-builder@latest fa6/Fa500Px # visit https://react-icons.github.io/react-icons/
> npx react-native-icons-builder@latest fa6/Fa500Px
```


Expand All @@ -51,4 +56,4 @@ Check out the icons you want here and enter the following command:
## Credit
This project is based on `react-icons`.
https://github.com/react-icons/react-icons
Thank you to `react-icons`.
Thank you to `react-icons`.

0 comments on commit 733af33

Please sign in to comment.