https://github.com/douglasjunior/fabric-icons
This repository is maintained to allow the import of Office Fabric Icons into the react-native-vector-icons
https://github.com/douglasjunior/fabric-icons
icons office-fabric-icons react-native
Last synced: about 1 year ago
JSON representation
This repository is maintained to allow the import of Office Fabric Icons into the react-native-vector-icons
- Host: GitHub
- URL: https://github.com/douglasjunior/fabric-icons
- Owner: douglasjunior
- Created: 2019-07-05T14:51:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T19:15:54.000Z (over 3 years ago)
- Last Synced: 2025-04-15T12:56:59.486Z (about 1 year ago)
- Topics: icons, office-fabric-icons, react-native
- Language: SCSS
- Homepage: https://uifabricicons.azurewebsites.net/
- Size: 1.95 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Office Fabric Icons
This repository is maintained to allow the import of [Office Fabric Icons](https://uifabricicons.azurewebsites.net/) into the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons), because Microsoft doesn't provide the TTF and CSS files.
## Steps to update this repository
1. Acess the `Office Fabric Icons` [website](https://uifabricicons.azurewebsites.net/), select all the available icons. (click on any icon and press `CTRL+A` or `CMD+A` to select all)

2. Click on the `Get subset` button to generate and download the `zip` bundle. (dont change any options on the right side)

3. Unzip the downloaded file and replace the content of this repository.
4. Convert the `fonts/fabric-icons.woff` to TFF, and place into `fonts/fabric-icons.ttf`. (you can use any online tool for this, like https://convertio.co/pt/woff-ttf/)
5. Done! 🎉
## Thanks to
- [@willianrod](https://github.com/willianrod)
- [@douglasjunior](https://github.com/douglasjunior)