{"ast":null,"code":"import { createFA5iconSet } from \"./createIconSetFromFontAwesome5\";\nimport glyphMap from \"./vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json\";\nimport metadata from \"./vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json\";\nvar fontMap = {\n  Regular: require(\"./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf\"),\n  Light: require(\"./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf\"),\n  Solid: require(\"./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf\"),\n  Brand: require(\"./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf\")\n};\nexport var FA5Style = {\n  regular: 'regular',\n  light: 'light',\n  solid: 'solid',\n  brand: 'brand'\n};\nvar iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);\nexport default iconSet;","map":{"version":3,"sources":["../src/FontAwesome5.ts"],"names":[],"mappings":"AAAA,SAAS,gBAAT;AAEA,OAAO,QAAP;AACA,OAAO,QAAP;AACA,IAAM,OAAO,GAAG;AACd,EAAA,OAAO,EAAE,OAAO,qEADF;AAEd,EAAA,KAAK,EAAE,OAAO,qEAFA;AAGd,EAAA,KAAK,EAAE,OAAO,mEAHA;AAId,EAAA,KAAK,EAAE,OAAO;AAJA,CAAhB;AAOA,OAAO,IAAM,QAAQ,GAAG;AACtB,EAAA,OAAO,EAAE,SADa;AAEtB,EAAA,KAAK,EAAE,OAFe;AAGtB,EAAA,KAAK,EAAE,OAHe;AAItB,EAAA,KAAK,EAAE;AAJe,CAAjB;AAOP,IAAM,OAAO,GAAG,gBAAgB,CAAC,QAAD,EAAW,QAAX,EAAqB,OAArB,EAA8B,KAA9B,CAAhC;AAEA,eAAe,OAAf","sourcesContent":["import { createFA5iconSet } from './createIconSetFromFontAwesome5';\n\nimport glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json';\nimport metadata from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json';\nconst fontMap = {\n  Regular: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n  Light: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),\n  Solid: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf'),\n  Brand: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf'),\n};\n\nexport const FA5Style = {\n  regular: 'regular',\n  light: 'light',\n  solid: 'solid',\n  brand: 'brand',\n};\n\nconst iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);\n\nexport default iconSet;\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"}