You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.3 KiB
1 line
1.3 KiB
{"ast":null,"code":"import createIconSet from \"./lib/create-icon-set\";\nimport glyphMap from \"./glyphmaps/Entypo.json\";\nvar iconSet = createIconSet(glyphMap, 'Entypo', 'Entypo.ttf');\nexport default iconSet;\nvar Button = iconSet.Button,\n getImageSource = iconSet.getImageSource,\n getImageSourceSync = iconSet.getImageSourceSync;\nexport { Button, getImageSource, getImageSourceSync };","map":{"version":3,"names":["createIconSet","glyphMap","iconSet","Button","getImageSource","getImageSourceSync"],"sources":["/Users/thomaschazot/Documents/But2A/LaSuperMeteo/iut-expo-starter/node_modules/react-native-vector-icons/Entypo.js"],"sourcesContent":["/**\n * Entypo icon set component.\n * Usage: <Entypo name=\"icon-name\" size={20} color=\"#4F8EF7\" />\n */\n\nimport createIconSet from './lib/create-icon-set';\nimport glyphMap from './glyphmaps/Entypo.json';\n\nconst iconSet = createIconSet(glyphMap, 'Entypo', 'Entypo.ttf');\n\nexport default iconSet;\nexport const {\n Button,\n getImageSource,\n getImageSourceSync,\n} = iconSet;\n"],"mappings":"AAKA,OAAOA,aAAa;AACpB,OAAOC,QAAQ;AAEf,IAAMC,OAAO,GAAGF,aAAa,CAACC,QAAQ,EAAE,QAAQ,EAAE,YAAY,CAAC;AAE/D,eAAeC,OAAO;AACf,IACLC,MAAM,GAGJD,OAAO,CAHTC,MAAM;EACNC,cAAc,GAEZF,OAAO,CAFTE,cAAc;EACdC,kBAAkB,GAChBH,OAAO,CADTG,kBAAkB;AACR"},"metadata":{},"sourceType":"module"} |