UNPKG

react-native-icons

Version:

Use 1000's of icon fonts in your React Native app including the tab bar.

14 lines (10 loc) 159 B
/** * * @providesModule SMXBrandColors */ 'use strict'; var BrandColors = { Facebook: '#3b5998', Twitter: '#55acee' }; module.exports = BrandColors;