An open API service indexing awesome lists of open source software.

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

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)

![image](https://raw.githubusercontent.com/smarppy/fabric-icons/master/screenshots/Screen%20Shot%202019-07-05%20at%2015.12.05.png)

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

![image](https://raw.githubusercontent.com/smarppy/fabric-icons/master/screenshots/Screen%20Shot%202019-07-05%20at%2015.15.55.png)

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)