forked from oblador/react-native-vector-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate feather font manually using icomoon to avoid fontcustom bugs
- Loading branch information
Showing
5 changed files
with
273 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generating Feather icon set | ||
|
||
1. Go to [Icomoon Library](https://icomoon.io/app/#/select/library) and press _+ Add_ on the Feather icon set | ||
2. Press _Select all_ in the hamburger menu next to the icon set | ||
3. Press _Generate Font_ in the bottom menu | ||
4. Press _Preferences_ and enter `Feather` as _Font Name_ in the dialog | ||
5. Press _Download_ | ||
6. Unzip the file and move the folder to the `react-native-vector-icons` folder | ||
7. Generate the icon set with `yarn build-feather` |
Binary file not shown.
Oops, something went wrong.