Socket
Socket
Sign inDemoInstall

react-native-vector-icons

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-vector-icons - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

dist/lib/object-utils.js

4

bin/generate-icon.js
#!/usr/bin/env node
/* eslint-disable no-console */
const omit = require('lodash.omit');
const fs = require('fs');

@@ -9,2 +8,3 @@ const path = require('path');

const generateIconSetFromCss = require('../lib/generate-icon-set-from-css');
const { omit } = require('../lib/object-utils');

@@ -20,3 +20,3 @@ const { argv } = yargs

.default('t', path.resolve(__dirname, '..', 'templates/bundled-icon-set.tpl'))
.describe('t', 'Template in lodash format')
.describe('t', 'Template in JS template string format')
.alias('t', 'template')

@@ -23,0 +23,0 @@ .describe('o', 'Save output to file, defaults to STDOUT')

#!/usr/bin/env node
/* eslint-disable no-console */
const omit = require('lodash.omit');
const lodashTemplate = require('lodash.template');
const fs = require('fs');
const path = require('path');
const yargs = require('yargs');
const { omit } = require('../lib/object-utils');

@@ -16,3 +15,3 @@ const { argv } = yargs

.default('t', path.resolve(__dirname, '..', 'templates/bundled-icon-set.tpl'))
.describe('t', 'Template in lodash format')
.describe('t', 'Template in JS template string format')
.alias('t', 'template')

@@ -44,3 +43,3 @@ .describe('o', 'Save output to file, defaults to STDOUT')

let data = omit(argv, '_ $0 o output t template g glyphmap'.split(' '));
const data = omit(argv, '_ $0 o output t template g glyphmap'.split(' '));
const glyphMap = extractGlyphMapFromCodepoints(argv._[0]);

@@ -50,6 +49,7 @@

if (template) {
const compiled = lodashTemplate(template);
data = data || {};
data.glyphMap = content;
content = compiled(data);
const templateVariables = { glyphMap: content, ...data };
content = template.replace(
/\${([^}]*)}/g,
(_, key) => templateVariables[key]
);
}

@@ -56,0 +56,0 @@

@@ -19,3 +19,3 @@ # Contributing

- Install [Node.js](https://nodejs.org/) if you have not already. (_We suggest you to use node v6.x.x_)
- Install [Node.js](https://nodejs.org/) if you have not already. (_We suggest you to use node v16.x.x_)
- Fork the repo

@@ -25,4 +25,4 @@ - `git clone https://github.com/*yourusername*/react-native-vector-icons.git && cd react-native-vector-icons`

- `npm test`
- Optionally `brew install fontcustom && npm run build` if you've updated any icon sets.
- Optionally install [Docker](https://www.docker.com/products/docker-desktop) and run `npm run build` OR `yarn build` if you've updated any icon sets.
One you have done this, create a new branch with a name that loosely describes the issue on which you will be working. Once you think you have the addressed the issue in question, submit a pull request to the `master` branch.

@@ -308,3 +308,3 @@ {

"reply-all": 62001,
"resize-100-": 62002,
"resize-100": 62002,
"resize-full-screen": 62003,

@@ -311,0 +311,0 @@ "retweet": 62004,

@@ -8,3 +8,2 @@ {

"adn",
"adobe",
"adversal",

@@ -70,2 +69,3 @@ "affiliatetheme",

"chromecast",
"cloudflare",
"cloudscale",

@@ -103,2 +103,3 @@ "cloudsmith",

"dashcube",
"deezer",
"delicious",

@@ -125,2 +126,3 @@ "deploydog",

"ebay",
"edge-legacy",
"edge",

@@ -186,2 +188,3 @@ "elementor",

"google-drive",
"google-pay",
"google-play",

@@ -197,2 +200,3 @@ "google-plus-g",

"grunt",
"guilded",
"gulp",

@@ -204,2 +208,3 @@ "hacker-news-square",

"hire-a-helper",
"hive",
"hooli",

@@ -213,4 +218,6 @@ "hornbill",

"imdb",
"innosoft",
"instagram-square",
"instagram",
"instalod",
"intercom",

@@ -279,2 +286,3 @@ "internet-explorer",

"nutritionix",
"octopus-deploy",
"odnoklassniki-square",

@@ -295,2 +303,3 @@ "odnoklassniki",

"penny-arcade",
"perbyte",
"periscope",

@@ -335,2 +344,3 @@ "phabricator",

"rockrms",
"rust",
"safari",

@@ -393,2 +403,3 @@ "salesforce",

"think-peaks",
"tiktok",
"trade-federation",

@@ -407,4 +418,6 @@ "trello",

"umbraco",
"uncharted",
"uniregistry",
"unity",
"unsplash",
"untappd",

@@ -427,2 +440,3 @@ "ups",

"vuejs",
"watchman-monitoring",
"waze",

@@ -439,2 +453,3 @@ "weebly",

"wizards-of-the-coast",
"wodu",
"wolf-pack-battalion",

@@ -670,2 +685,4 @@ "wordpress-simple",

"bacon",
"bacteria",
"bacterium",
"bahai",

@@ -1378,2 +1395,3 @@ "balance-scale-left",

"sim-card",
"sink",
"sitemap",

@@ -1570,2 +1588,3 @@ "skating",

"users-cog",
"users-slash",
"users",

@@ -1578,2 +1597,4 @@ "utensil-spoon",

"venus",
"vest-patches",
"vest",
"vial",

@@ -1580,0 +1601,0 @@ "vials",

@@ -11,3 +11,2 @@ {

"adn": 61808,
"adobe": 63352,
"adversal": 62314,

@@ -87,2 +86,4 @@ "affiliatetheme": 62315,

"bacon": 63461,
"bacteria": 57433,
"bacterium": 57434,
"bahai": 63078,

@@ -151,3 +152,3 @@ "balance-scale": 62030,

"box-open": 62622,
"box-tissue": 63835,
"box-tissue": 57435,
"boxes": 62568,

@@ -276,2 +277,3 @@ "braille": 62113,

"cloud-upload-alt": 62338,
"cloudflare": 57469,
"cloudscale": 62339,

@@ -345,6 +347,7 @@ "cloudsmith": 62340,

"d-and-d-beyond": 63178,
"dailymotion": 63826,
"dailymotion": 57426,
"dashcube": 61968,
"database": 61888,
"deaf": 62116,
"deezer": 57463,
"delicious": 61861,

@@ -411,2 +414,3 @@ "democrat": 63303,

"edge": 62082,
"edge-legacy": 57464,
"edit": 61508,

@@ -455,3 +459,3 @@ "egg": 63483,

"fast-forward": 61520,
"faucet": 63749,
"faucet": 57349,
"fax": 61868,

@@ -497,3 +501,3 @@ "feather": 62765,

"firefox": 62057,
"firefox-browser": 63751,
"firefox-browser": 57351,
"first-aid": 62585,

@@ -578,2 +582,3 @@ "first-order": 62128,

"google-drive": 62378,
"google-pay": 57465,
"google-play": 62379,

@@ -610,2 +615,3 @@ "google-plus": 62131,

"grunt": 62381,
"guilded": 57470,
"guitar": 63398,

@@ -622,3 +628,3 @@ "gulp": 62382,

"hand-holding-heart": 62654,
"hand-holding-medical": 63836,
"hand-holding-medical": 57436,
"hand-holding-usd": 62656,

@@ -637,10 +643,10 @@ "hand-holding-water": 62657,

"hand-scissors": 62039,
"hand-sparkles": 63837,
"hand-sparkles": 57437,
"hand-spock": 62041,
"hands": 62658,
"hands-helping": 62660,
"hands-wash": 63838,
"hands-wash": 57438,
"handshake": 62133,
"handshake-alt-slash": 63839,
"handshake-slash": 63840,
"handshake-alt-slash": 57439,
"handshake-slash": 57440,
"hanukiah": 63206,

@@ -653,6 +659,6 @@ "hard-hat": 63495,

"hdd": 61600,
"head-side-cough": 63841,
"head-side-cough-slash": 63842,
"head-side-mask": 63843,
"head-side-virus": 63844,
"head-side-cough": 57441,
"head-side-cough-slash": 57442,
"head-side-mask": 57443,
"head-side-virus": 57444,
"heading": 61916,

@@ -672,2 +678,3 @@ "headphones": 61477,

"history": 61914,
"hive": 57471,
"hockey-puck": 62547,

@@ -693,3 +700,3 @@ "holly-berry": 63402,

"house-damage": 63217,
"house-user": 63845,
"house-user": 57445,
"houzz": 62076,

@@ -706,3 +713,3 @@ "hryvnia": 63218,

"id-card-alt": 62591,
"ideal": 63763,
"ideal": 57363,
"igloo": 63406,

@@ -718,4 +725,6 @@ "image": 61502,

"info-circle": 61530,
"innosoft": 57472,
"instagram": 61805,
"instagram-square": 63829,
"instagram-square": 57429,
"instalod": 57473,
"intercom": 63407,

@@ -759,3 +768,3 @@ "internet-explorer": 62059,

"laptop-code": 62972,
"laptop-house": 63846,
"laptop-house": 57446,
"laptop-medical": 63506,

@@ -801,3 +810,3 @@ "laravel": 62397,

"lungs": 62980,
"lungs-virus": 63847,
"lungs-virus": 57447,
"lyft": 62403,

@@ -845,3 +854,3 @@ "magento": 62404,

"meteor": 63315,
"microblog": 63770,
"microblog": 57370,
"microchip": 62171,

@@ -860,3 +869,3 @@ "microphone": 61744,

"mixcloud": 62089,
"mixer": 63830,
"mixer": 57430,
"mizuni": 62412,

@@ -898,2 +907,3 @@ "mobile": 61707,

"object-ungroup": 62024,
"octopus-deploy": 57474,
"odnoklassniki": 62051,

@@ -942,5 +952,6 @@ "odnoklassniki-square": 62052,

"penny-arcade": 63236,
"people-arrows": 63848,
"people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
"perbyte": 57475,
"percent": 62101,

@@ -965,3 +976,3 @@ "percentage": 62785,

"pied-piper-pp": 61863,
"pied-piper-square": 63774,
"pied-piper-square": 57374,
"piggy-bank": 62675,

@@ -977,3 +988,3 @@ "pills": 62596,

"plane-departure": 62896,
"plane-slash": 63849,
"plane-slash": 57449,
"play": 61515,

@@ -1004,4 +1015,4 @@ "play-circle": 61764,

"project-diagram": 62786,
"pump-medical": 63850,
"pump-soap": 63851,
"pump-medical": 57450,
"pump-soap": 57451,
"pushed": 62433,

@@ -1070,2 +1081,3 @@ "puzzle-piece": 61742,

"rupee-sign": 61782,
"rust": 57466,
"sad-cry": 62899,

@@ -1103,3 +1115,3 @@ "sad-tear": 62900,

"shield-alt": 62445,
"shield-virus": 63852,
"shield-virus": 57452,
"ship": 61978,

@@ -1109,3 +1121,3 @@ "shipping-fast": 62603,

"shoe-prints": 62795,
"shopify": 63831,
"shopify": 57431,
"shopping-bag": 62096,

@@ -1125,2 +1137,3 @@ "shopping-basket": 62097,

"simplybuilt": 61973,
"sink": 57453,
"sistrix": 62446,

@@ -1157,3 +1170,3 @@ "sitemap": 61672,

"snowplow": 63442,
"soap": 63854,
"soap": 57454,
"socks": 63126,

@@ -1214,7 +1227,7 @@ "solar-panel": 62906,

"stopwatch": 62194,
"stopwatch-20": 63855,
"stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
"store-alt-slash": 63856,
"store-slash": 63857,
"store-alt-slash": 57456,
"store-slash": 57457,
"strava": 62504,

@@ -1290,2 +1303,3 @@ "stream": 62800,

"ticket-alt": 62463,
"tiktok": 57467,
"times": 61453,

@@ -1300,3 +1314,3 @@ "times-circle": 61527,

"toilet-paper": 63262,
"toilet-paper-slash": 63858,
"toilet-paper-slash": 57458,
"toolbox": 62802,

@@ -1311,3 +1325,3 @@ "tools": 63449,

"traffic-light": 63031,
"trailer": 63809,
"trailer": 57409,
"train": 62008,

@@ -1345,2 +1359,3 @@ "tram": 63450,

"umbrella-beach": 62922,
"uncharted": 57476,
"underline": 61645,

@@ -1350,3 +1365,3 @@ "undo": 61666,

"uniregistry": 62468,
"unity": 63817,
"unity": 57417,
"universal-access": 62106,

@@ -1357,2 +1372,3 @@ "university": 61852,

"unlock-alt": 61758,
"unsplash": 57468,
"untappd": 62469,

@@ -1388,2 +1404,3 @@ "upload": 61587,

"users-cog": 62729,
"users-slash": 57459,
"usps": 63457,

@@ -1398,2 +1415,4 @@ "ussunnah": 62471,

"venus-mars": 61992,
"vest": 57477,
"vest-patches": 57478,
"viacoin": 62007,

@@ -1412,5 +1431,5 @@ "viadeo": 62121,

"vine": 61898,
"virus": 63860,
"virus-slash": 63861,
"viruses": 63862,
"virus": 57460,
"virus-slash": 57461,
"viruses": 57462,
"vk": 61833,

@@ -1430,2 +1449,3 @@ "vnv": 62475,

"warehouse": 62612,
"watchman-monitoring": 57479,
"water": 63347,

@@ -1456,2 +1476,3 @@ "wave-square": 63550,

"wizards-of-the-coast": 63280,
"wodu": 57480,
"wolf-pack-battalion": 62740,

@@ -1458,0 +1479,0 @@ "won-sign": 61785,

@@ -13,3 +13,2 @@ {

"adn": 61808,
"adobe": 63352,
"adversal": 62314,

@@ -139,4 +138,4 @@ "affiliatetheme": 62315,

"bacon": 63461,
"bacteria": 63833,
"bacterium": 63834,
"bacteria": 57433,
"bacterium": 57434,
"badge": 62261,

@@ -266,3 +265,3 @@ "badge-check": 62262,

"box-open": 62622,
"box-tissue": 63835,
"box-tissue": 57435,
"box-up": 62623,

@@ -348,3 +347,3 @@ "box-usd": 62624,

"caravan": 63743,
"caravan-alt": 63744,
"caravan-alt": 57344,
"caret-circle-down": 62253,

@@ -369,3 +368,3 @@ "caret-circle-left": 62254,

"cat": 63166,
"cat-space": 63745,
"cat-space": 57345,
"cauldron": 63167,

@@ -478,2 +477,3 @@ "cc-amazon-pay": 62509,

"cloud-upload-alt": 62338,
"cloudflare": 57469,
"clouds": 63300,

@@ -494,6 +494,6 @@ "clouds-moon": 63301,

"coffee": 61684,
"coffee-pot": 63746,
"coffee-pot": 57346,
"coffee-togo": 63173,
"coffin": 63174,
"coffin-cross": 63825,
"coffin-cross": 57425,
"cog": 61459,

@@ -504,3 +504,3 @@ "cogs": 61573,

"columns": 61659,
"comet": 63747,
"comet": 57347,
"comment": 61557,

@@ -604,3 +604,3 @@ "comment-alt": 62074,

"dagger": 63179,
"dailymotion": 63826,
"dailymotion": 57426,
"dashcube": 61968,

@@ -612,2 +612,3 @@ "database": 61888,

"deer-rudolph": 63375,
"deezer": 57463,
"delicious": 61861,

@@ -702,2 +703,3 @@ "democrat": 63303,

"edge": 62082,
"edge-legacy": 57464,
"edit": 61508,

@@ -757,3 +759,3 @@ "egg": 63483,

"fan": 63587,
"fan-table": 63748,
"fan-table": 57348,
"fantasy-flight-games": 63196,

@@ -763,4 +765,4 @@ "farm": 63588,

"fast-forward": 61520,
"faucet": 63749,
"faucet-drip": 63750,
"faucet": 57349,
"faucet-drip": 57350,
"fax": 61868,

@@ -824,3 +826,3 @@ "feather": 62765,

"firefox": 62057,
"firefox-browser": 63751,
"firefox-browser": 57351,
"fireplace": 63386,

@@ -854,3 +856,3 @@ "first-aid": 62585,

"folder": 61563,
"folder-download": 63827,
"folder-download": 57427,
"folder-minus": 63069,

@@ -861,3 +863,3 @@ "folder-open": 61564,

"folder-tree": 63490,
"folder-upload": 63828,
"folder-upload": 57428,
"folders": 63072,

@@ -894,3 +896,3 @@ "font": 61489,

"galactic-senate": 62733,
"galaxy": 63752,
"galaxy": 57352,
"game-board": 63591,

@@ -901,5 +903,5 @@ "game-board-alt": 63592,

"gamepad-alt": 63676,
"garage": 63753,
"garage-car": 63754,
"garage-open": 63755,
"garage": 57353,
"garage-car": 57354,
"garage-open": 57355,
"gas-pump": 62767,

@@ -953,2 +955,3 @@ "gas-pump-slash": 62964,

"google-drive": 62378,
"google-pay": 57465,
"google-play": 62379,

@@ -986,2 +989,3 @@ "google-plus": 62131,

"grunt": 62381,
"guilded": 57470,
"guitar": 63398,

@@ -1008,3 +1012,3 @@ "guitar-electric": 63678,

"hand-holding-magic": 63205,
"hand-holding-medical": 63836,
"hand-holding-medical": 57436,
"hand-holding-seedling": 62655,

@@ -1025,3 +1029,3 @@ "hand-holding-usd": 62656,

"hand-scissors": 62039,
"hand-sparkles": 63837,
"hand-sparkles": 57437,
"hand-spock": 62041,

@@ -1032,7 +1036,7 @@ "hands": 62658,

"hands-usd": 62661,
"hands-wash": 63838,
"hands-wash": 57438,
"handshake": 62133,
"handshake-alt": 62662,
"handshake-alt-slash": 63839,
"handshake-slash": 63840,
"handshake-alt-slash": 57439,
"handshake-slash": 57440,
"hanukiah": 63206,

@@ -1051,8 +1055,8 @@ "hard-hat": 63495,

"head-side-brain": 63496,
"head-side-cough": 63841,
"head-side-cough-slash": 63842,
"head-side-cough": 57441,
"head-side-cough-slash": 57442,
"head-side-headphones": 63682,
"head-side-mask": 63843,
"head-side-mask": 57443,
"head-side-medical": 63497,
"head-side-virus": 63844,
"head-side-virus": 57444,
"head-vr": 63210,

@@ -1069,3 +1073,3 @@ "heading": 61916,

"heartbeat": 61982,
"heat": 63756,
"heat": 57356,
"helicopter": 62771,

@@ -1080,2 +1084,3 @@ "helmet-battle": 63211,

"history": 61914,
"hive": 57471,
"hockey-mask": 63214,

@@ -1110,11 +1115,11 @@ "hockey-puck": 62547,

"hourglass-start": 62033,
"house": 63757,
"house": 57357,
"house-damage": 63217,
"house-day": 63758,
"house-day": 57358,
"house-flood": 63311,
"house-leave": 63759,
"house-night": 63760,
"house-return": 63761,
"house-signal": 63762,
"house-user": 63845,
"house-leave": 57359,
"house-night": 57360,
"house-return": 57361,
"house-signal": 57362,
"house-user": 57445,
"houzz": 62076,

@@ -1135,3 +1140,3 @@ "hryvnia": 63218,

"id-card-alt": 62591,
"ideal": 63763,
"ideal": 57363,
"igloo": 63406,

@@ -1153,4 +1158,6 @@ "image": 61502,

"inhaler": 62969,
"innosoft": 57472,
"instagram": 61805,
"instagram-square": 63829,
"instagram-square": 57429,
"instalod": 57473,
"integral": 63079,

@@ -1206,4 +1213,4 @@ "intercom": 63407,

"lamp": 62666,
"lamp-desk": 63764,
"lamp-floor": 63765,
"lamp-desk": 57364,
"lamp-floor": 57365,
"landmark": 63087,

@@ -1214,3 +1221,3 @@ "landmark-alt": 63314,

"laptop-code": 62972,
"laptop-house": 63846,
"laptop-house": 57446,
"laptop-medical": 63506,

@@ -1242,6 +1249,6 @@ "laravel": 62397,

"life-ring": 61901,
"light-ceiling": 63766,
"light-switch": 63767,
"light-switch-off": 63768,
"light-switch-on": 63769,
"light-ceiling": 57366,
"light-switch": 57367,
"light-switch-off": 57368,
"light-switch-on": 57369,
"lightbulb": 61675,

@@ -1289,3 +1296,3 @@ "lightbulb-dollar": 63088,

"lungs": 62980,
"lungs-virus": 63847,
"lungs-virus": 57447,
"lyft": 62403,

@@ -1348,3 +1355,3 @@ "mace": 63224,

"meteor": 63315,
"microblog": 63770,
"microblog": 57370,
"microchip": 62171,

@@ -1358,3 +1365,3 @@ "microphone": 61744,

"microsoft": 62410,
"microwave": 63771,
"microwave": 57371,
"mind-share": 63095,

@@ -1370,3 +1377,3 @@ "minus": 61544,

"mixcloud": 62089,
"mixer": 63830,
"mixer": 57430,
"mizuni": 62412,

@@ -1427,2 +1434,3 @@ "mobile": 61707,

"octagon": 62214,
"octopus-deploy": 57474,
"odnoklassniki": 62051,

@@ -1444,4 +1452,4 @@ "odnoklassniki-square": 62052,

"outdent": 61499,
"outlet": 63772,
"oven": 63773,
"outlet": 57372,
"oven": 57373,
"overline": 63606,

@@ -1491,5 +1499,6 @@ "page-break": 63607,

"penny-arcade": 63236,
"people-arrows": 63848,
"people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
"perbyte": 57475,
"percent": 62101,

@@ -1526,3 +1535,3 @@ "percentage": 62785,

"pied-piper-pp": 61863,
"pied-piper-square": 63774,
"pied-piper-square": 57374,
"pig": 63238,

@@ -1541,5 +1550,5 @@ "piggy-bank": 62675,

"plane-departure": 62896,
"plane-slash": 63849,
"planet-moon": 63775,
"planet-ringed": 63776,
"plane-slash": 57449,
"planet-moon": 57375,
"planet-ringed": 57376,
"play": 61515,

@@ -1557,3 +1566,3 @@ "play-circle": 61764,

"podium-star": 63320,
"police-box": 63777,
"police-box": 57377,
"poll": 63105,

@@ -1566,4 +1575,4 @@ "poll-h": 63106,

"popcorn": 63513,
"portal-enter": 63778,
"portal-exit": 63779,
"portal-enter": 57378,
"portal-exit": 57379,
"portrait": 62432,

@@ -1585,4 +1594,4 @@ "pound-sign": 61780,

"projector": 63702,
"pump-medical": 63850,
"pump-soap": 63851,
"pump-medical": 57450,
"pump-soap": 57451,
"pumpkin": 63239,

@@ -1607,3 +1616,3 @@ "pushed": 62433,

"racquet": 62554,
"radar": 63780,
"radar": 57380,
"radiation": 63417,

@@ -1620,3 +1629,3 @@ "radiation-alt": 63418,

"ravelry": 62169,
"raygun": 63781,
"raygun": 57381,
"react": 62491,

@@ -1639,3 +1648,3 @@ "reacteurope": 63325,

"redo-alt": 62201,
"refrigerator": 63782,
"refrigerator": 57382,
"registered": 62045,

@@ -1664,3 +1673,3 @@ "remove-format": 63613,

"rocket": 61749,
"rocket-launch": 63783,
"rocket-launch": 57383,
"rocketchat": 62440,

@@ -1682,2 +1691,3 @@ "rockrms": 62441,

"rupee-sign": 61782,
"rust": 57466,
"rv": 63422,

@@ -1727,7 +1737,7 @@ "sack": 63516,

"send-backward": 63615,
"sensor": 63784,
"sensor-alert": 63785,
"sensor-fire": 63786,
"sensor-on": 63787,
"sensor-smoke": 63788,
"sensor": 57384,
"sensor-alert": 57385,
"sensor-fire": 57386,
"sensor-on": 57387,
"sensor-smoke": 57388,
"server": 62003,

@@ -1747,3 +1757,3 @@ "servicestack": 62444,

"shield-cross": 63250,
"shield-virus": 63852,
"shield-virus": 57452,
"ship": 61978,

@@ -1755,3 +1765,3 @@ "shipping-fast": 62603,

"shoe-prints": 62795,
"shopify": 63831,
"shopify": 57431,
"shopping-bag": 62096,

@@ -1790,5 +1800,5 @@ "shopping-basket": 62097,

"simplybuilt": 61973,
"sink": 63853,
"siren": 63789,
"siren-on": 63790,
"sink": 57453,
"siren": 57389,
"siren-on": 57390,
"sistrix": 62446,

@@ -1840,6 +1850,6 @@ "sitemap": 61672,

"snowplow": 63442,
"soap": 63854,
"soap": 57454,
"socks": 63126,
"solar-panel": 62906,
"solar-system": 63791,
"solar-system": 57391,
"sort": 61660,

@@ -1855,5 +1865,5 @@ "sort-alpha-down": 61789,

"sort-amount-up-alt": 63621,
"sort-circle": 63792,
"sort-circle-down": 63793,
"sort-circle-up": 63794,
"sort-circle": 57392,
"sort-circle-down": 57393,
"sort-circle-up": 57394,
"sort-down": 61661,

@@ -1878,4 +1888,4 @@ "sort-numeric-down": 61794,

"space-shuttle": 61847,
"space-station-moon": 63795,
"space-station-moon-alt": 63796,
"space-station-moon": 57395,
"space-station-moon-alt": 57396,
"spade": 62196,

@@ -1896,3 +1906,3 @@ "sparkles": 63632,

"spray-can": 62909,
"sprinkler": 63797,
"sprinkler": 57397,
"square": 61640,

@@ -1917,8 +1927,8 @@ "square-full": 62556,

"star-of-life": 63009,
"star-shooting": 63798,
"starfighter": 63799,
"starfighter-alt": 63800,
"star-shooting": 57398,
"starfighter": 57399,
"starfighter-alt": 57400,
"stars": 63330,
"starship": 63801,
"starship-freighter": 63802,
"starship": 57401,
"starship-freighter": 57402,
"staylinked": 62453,

@@ -1940,7 +1950,7 @@ "steak": 63524,

"stopwatch": 62194,
"stopwatch-20": 63855,
"stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
"store-alt-slash": 63856,
"store-slash": 63857,
"store-alt-slash": 57456,
"store-slash": 57457,
"strava": 62504,

@@ -1978,6 +1988,6 @@ "stream": 62800,

"sword": 63260,
"sword-laser": 63803,
"sword-laser-alt": 63804,
"sword-laser": 57403,
"sword-laser-alt": 57404,
"swords": 63261,
"swords-laser": 63805,
"swords-laser": 57405,
"symfony": 63549,

@@ -2022,4 +2032,4 @@ "synagogue": 63131,

"telegram-plane": 62462,
"telescope": 63806,
"temperature-down": 63807,
"telescope": 57406,
"temperature-down": 57407,
"temperature-frigid": 63336,

@@ -2029,3 +2039,3 @@ "temperature-high": 63337,

"temperature-low": 63339,
"temperature-up": 63808,
"temperature-up": 57408,
"tencent-weibo": 61909,

@@ -2062,2 +2072,3 @@ "tenge": 63447,

"ticket-alt": 62463,
"tiktok": 57467,
"tilde": 63135,

@@ -2081,3 +2092,3 @@ "times": 61453,

"toilet-paper-alt": 63263,
"toilet-paper-slash": 63858,
"toilet-paper-slash": 57458,
"tombstone": 63264,

@@ -2100,3 +2111,3 @@ "tombstone-alt": 63265,

"traffic-light-stop": 63034,
"trailer": 63809,
"trailer": 57409,
"train": 62008,

@@ -2106,7 +2117,7 @@ "tram": 63450,

"transgender-alt": 61989,
"transporter": 63810,
"transporter-1": 63811,
"transporter-2": 63812,
"transporter-3": 63813,
"transporter-empty": 63814,
"transporter": 57410,
"transporter-1": 57411,
"transporter-2": 57412,
"transporter-3": 57413,
"transporter-empty": 57414,
"trash": 61944,

@@ -2160,4 +2171,4 @@ "trash-alt": 62189,

"ubuntu": 63455,
"ufo": 63815,
"ufo-beam": 63816,
"ufo": 57415,
"ufo-beam": 57416,
"uikit": 62467,

@@ -2167,2 +2178,3 @@ "umbraco": 63720,

"umbrella-beach": 62922,
"uncharted": 57476,
"underline": 61645,

@@ -2174,3 +2186,3 @@ "undo": 61666,

"uniregistry": 62468,
"unity": 63817,
"unity": 57417,
"universal-access": 62106,

@@ -2181,2 +2193,3 @@ "university": 61852,

"unlock-alt": 61758,
"unsplash": 57468,
"untappd": 62469,

@@ -2190,3 +2203,3 @@ "upload": 61587,

"user": 61447,
"user-alien": 63818,
"user-alien": 57418,
"user-alt": 62470,

@@ -2216,3 +2229,3 @@ "user-alt-slash": 62714,

"user-plus": 62004,
"user-robot": 63819,
"user-robot": 57419,
"user-secret": 61979,

@@ -2224,4 +2237,4 @@ "user-shield": 62725,

"user-times": 62005,
"user-unlock": 63832,
"user-visor": 63820,
"user-unlock": 57432,
"user-visor": 57420,
"users": 61632,

@@ -2232,3 +2245,3 @@ "users-class": 63037,

"users-medical": 63536,
"users-slash": 63859,
"users-slash": 57459,
"usps": 63457,

@@ -2242,4 +2255,4 @@ "ussunnah": 62471,

"vaadin": 62472,
"vacuum": 63821,
"vacuum-robot": 63822,
"vacuum": 57421,
"vacuum-robot": 57422,
"value-absolute": 63142,

@@ -2250,2 +2263,4 @@ "vector-square": 62923,

"venus-mars": 61992,
"vest": 57477,
"vest-patches": 57478,
"vhs": 63724,

@@ -2267,5 +2282,5 @@ "viacoin": 62007,

"violin": 63725,
"virus": 63860,
"virus-slash": 63861,
"viruses": 63862,
"virus": 57460,
"virus-slash": 57461,
"viruses": 57462,
"vk": 61833,

@@ -2299,2 +2314,3 @@ "vnv": 62475,

"watch-fitness": 63038,
"watchman-monitoring": 57479,
"water": 63347,

@@ -2334,4 +2350,4 @@ "water-lower": 63348,

"window-close": 62480,
"window-frame": 63823,
"window-frame-open": 63824,
"window-frame": 57423,
"window-frame-open": 57424,
"window-maximize": 62160,

@@ -2347,2 +2363,3 @@ "window-minimize": 62161,

"wizards-of-the-coast": 63280,
"wodu": 57480,
"wolf-pack-battalion": 62740,

@@ -2349,0 +2366,0 @@ "won-sign": 61785,

{
"alert": 61696,
"archive": 61697,
"arrow-both": 61698,
"arrow-down": 61699,
"arrow-left": 61700,
"arrow-right": 61701,
"arrow-small-down": 61702,
"arrow-small-left": 61703,
"arrow-small-right": 61704,
"arrow-small-up": 61705,
"arrow-up": 61706,
"beaker": 61707,
"bell": 61708,
"bold": 61709,
"book": 61710,
"bookmark": 61711,
"briefcase": 61712,
"broadcast": 61713,
"browser": 61714,
"bug": 61715,
"calendar": 61716,
"check": 61717,
"checklist": 61718,
"chevron-down": 61719,
"chevron-left": 61720,
"chevron-right": 61721,
"chevron-up": 61722,
"circle-slash": 61723,
"circuit-board": 61724,
"clippy": 61725,
"clock": 61726,
"cloud-download": 61727,
"cloud-upload": 61728,
"code": 61729,
"comment": 61730,
"comment-discussion": 61731,
"credit-card": 61732,
"dash": 61733,
"dashboard": 61734,
"database": 61735,
"desktop-download": 61736,
"device-camera": 61737,
"device-camera-video": 61738,
"device-desktop": 61739,
"device-mobile": 61740,
"diff": 61741,
"diff-added": 61742,
"diff-ignored": 61743,
"diff-modified": 61744,
"diff-removed": 61745,
"diff-renamed": 61746,
"ellipsis": 61747,
"eye": 61748,
"eye-closed": 61749,
"file": 61750,
"file-binary": 61751,
"file-code": 61752,
"file-directory": 61753,
"file-media": 61754,
"file-pdf": 61755,
"file-submodule": 61756,
"file-symlink-directory": 61757,
"file-symlink-file": 61758,
"file-zip": 61759,
"flame": 61760,
"fold": 61761,
"fold-down": 61762,
"fold-up": 61763,
"gear": 61764,
"gift": 61765,
"gist": 61766,
"gist-secret": 61767,
"git-branch": 61768,
"git-commit": 61769,
"git-compare": 61770,
"git-merge": 61771,
"git-pull-request": 61772,
"github-action": 61773,
"globe": 61774,
"grabber": 61775,
"graph": 61776,
"heart": 61777,
"history": 61778,
"home": 61779,
"horizontal-rule": 61780,
"hubot": 61781,
"inbox": 61782,
"info": 61783,
"issue-closed": 61784,
"issue-opened": 61785,
"issue-reopened": 61786,
"italic": 61787,
"jersey": 61788,
"kebab-horizontal": 61789,
"kebab-vertical": 61790,
"key": 61791,
"keyboard": 61792,
"law": 61793,
"light-bulb": 61794,
"link": 61795,
"link-external": 61796,
"list-ordered": 61797,
"list-unordered": 61798,
"location": 61799,
"lock": 61800,
"logo-gist": 61801,
"logo-github": 61802,
"mail": 61803,
"mail-read": 61804,
"mark-github": 61805,
"markdown": 61806,
"megaphone": 61807,
"mention": 61808,
"milestone": 61809,
"mirror": 61810,
"mortar-board": 61811,
"mute": 61812,
"no-newline": 61813,
"note": 61814,
"octoface": 61815,
"organization": 61816,
"package": 61817,
"paintcan": 61818,
"pencil": 61819,
"person": 61820,
"pin": 61821,
"play": 61822,
"plug": 61823,
"plus": 61824,
"plus-small": 61825,
"primitive-dot": 61826,
"primitive-square": 61827,
"project": 61828,
"pulse": 61829,
"question": 61830,
"quote": 61831,
"radio-tower": 61832,
"reply": 61833,
"repo": 61834,
"repo-clone": 61835,
"repo-force-push": 61836,
"repo-forked": 61837,
"repo-pull": 61838,
"repo-push": 61839,
"report": 61840,
"request-changes": 61841,
"rocket": 61842,
"rss": 61843,
"ruby": 61844,
"screen-full": 61845,
"screen-normal": 61846,
"search": 61847,
"server": 61848,
"settings": 61849,
"shield": 61850,
"sign-in": 61851,
"sign-out": 61852,
"smiley": 61853,
"squirrel": 61854,
"star": 61855,
"stop": 61856,
"sync": 61857,
"tag": 61858,
"tasklist": 61859,
"telescope": 61860,
"terminal": 61861,
"text-size": 61862,
"three-bars": 61863,
"thumbsdown": 61864,
"thumbsup": 61865,
"tools": 61866,
"trashcan": 61867,
"triangle-down": 61868,
"triangle-left": 61869,
"triangle-right": 61870,
"triangle-up": 61871,
"unfold": 61872,
"unmute": 61873,
"unverified": 61874,
"verified": 61875,
"versions": 61876,
"watch": 61877,
"x": 61878,
"zap": 61879
"accessibility": 61982,
"alert": 61983,
"apps": 61984,
"archive": 61707,
"arrow-both": 61985,
"arrow-down": 61708,
"arrow-left": 61712,
"arrow-right": 61714,
"arrow-switch": 61986,
"arrow-up": 61716,
"beaker": 61987,
"bell": 61726,
"bell-fill": 61988,
"bell-slash": 61989,
"blocked": 61990,
"bold": 61729,
"book": 61730,
"bookmark": 61732,
"bookmark-slash": 61991,
"briefcase": 61734,
"broadcast": 61992,
"browser": 61993,
"bug": 61994,
"calendar": 61735,
"check": 61739,
"check-circle": 61740,
"check-circle-fill": 61995,
"checklist": 61996,
"chevron-down": 61742,
"chevron-left": 61743,
"chevron-right": 61744,
"chevron-up": 61745,
"circle": 61751,
"circle-slash": 61997,
"clock": 61753,
"code": 61760,
"code-of-conduct": 61998,
"code-review": 61999,
"code-square": 62000,
"codescan": 62001,
"codescan-checkmark": 62002,
"codespaces": 62003,
"columns": 61764,
"comment": 62004,
"comment-discussion": 62005,
"container": 62006,
"copy": 61767,
"cpu": 61776,
"credit-card": 61777,
"cross-reference": 62007,
"dash": 62008,
"database": 61780,
"dependabot": 62009,
"desktop-download": 62010,
"device-camera": 62011,
"device-camera-video": 62012,
"device-desktop": 62013,
"device-mobile": 62014,
"diamond": 62015,
"diff": 62016,
"diff-added": 62017,
"diff-ignored": 62018,
"diff-modified": 62019,
"diff-removed": 62020,
"diff-renamed": 62021,
"dot": 62022,
"dot-fill": 62023,
"download": 61787,
"duplicate": 62024,
"ellipsis": 62025,
"eye": 61795,
"eye-closed": 62026,
"feed-discussion": 62027,
"feed-heart": 62028,
"feed-person": 62029,
"feed-repo": 62030,
"feed-rocket": 62031,
"feed-star": 62032,
"feed-tag": 62033,
"file": 61801,
"file-badge": 62034,
"file-binary": 62035,
"file-code": 62036,
"file-diff": 62037,
"file-directory": 62038,
"file-submodule": 62039,
"file-symlink-file": 62040,
"file-zip": 62041,
"filter": 61806,
"flame": 62042,
"fold": 62043,
"fold-down": 62044,
"fold-up": 62045,
"gear": 62046,
"gift": 61813,
"git-branch": 61814,
"git-commit": 61815,
"git-compare": 62047,
"git-merge": 61816,
"git-pull-request": 61817,
"git-pull-request-closed": 62048,
"git-pull-request-draft": 62049,
"globe": 61820,
"grabber": 62050,
"graph": 62051,
"hash": 61823,
"heading": 62052,
"heart": 61825,
"heart-fill": 62053,
"history": 62054,
"home": 61828,
"horizontal-rule": 62055,
"hourglass": 62056,
"hubot": 62057,
"id-badge": 62058,
"image": 61829,
"inbox": 61830,
"infinity": 62059,
"info": 61831,
"issue-closed": 62060,
"issue-draft": 62061,
"issue-opened": 62062,
"issue-reopened": 62063,
"italic": 61833,
"iterations": 62064,
"kebab-horizontal": 62065,
"key": 61834,
"key-asterisk": 62066,
"law": 62067,
"light-bulb": 62068,
"link": 61838,
"link-external": 62069,
"list-ordered": 62070,
"list-unordered": 62071,
"location": 62072,
"lock": 61843,
"log": 62073,
"logo-gist": 62074,
"logo-github": 62075,
"mail": 61846,
"mark-github": 62076,
"markdown": 62077,
"megaphone": 62078,
"mention": 62079,
"meter": 62080,
"milestone": 62081,
"mirror": 62082,
"moon": 61863,
"mortar-board": 62083,
"multi-select": 62084,
"mute": 62085,
"no-entry": 62086,
"north-star": 62087,
"note": 62088,
"number": 62089,
"organization": 62090,
"package": 61872,
"package-dependencies": 62091,
"package-dependents": 62092,
"paintbrush": 62093,
"paper-airplane": 62094,
"paste": 62095,
"pencil": 62096,
"people": 62097,
"person": 62098,
"person-add": 62099,
"person-fill": 62100,
"pin": 62101,
"play": 61886,
"plug": 62102,
"plus": 61888,
"plus-circle": 61889,
"project": 62103,
"pulse": 62104,
"question": 62105,
"quote": 62106,
"reply": 62107,
"repo": 62108,
"repo-clone": 62109,
"repo-deleted": 62110,
"repo-forked": 62111,
"repo-pull": 62112,
"repo-push": 62113,
"repo-template": 62114,
"report": 62115,
"rocket": 62116,
"rows": 62117,
"rss": 61901,
"ruby": 62118,
"screen-full": 62119,
"screen-normal": 62120,
"search": 61904,
"server": 61906,
"share": 61908,
"share-android": 62121,
"shield": 61910,
"shield-check": 62122,
"shield-lock": 62123,
"shield-x": 62124,
"sidebar-collapse": 62125,
"sidebar-expand": 62126,
"sign-in": 62127,
"sign-out": 62128,
"single-select": 62129,
"skip": 62130,
"smiley": 62131,
"sort-asc": 62132,
"sort-desc": 62133,
"square": 61924,
"square-fill": 62134,
"squirrel": 62135,
"stack": 62136,
"star": 61925,
"star-fill": 62137,
"stop": 62138,
"stopwatch": 62139,
"strikethrough": 62140,
"sun": 61927,
"sync": 62141,
"tab-external": 62142,
"table": 62143,
"tag": 61931,
"tasklist": 62144,
"telescope": 62145,
"telescope-fill": 62146,
"terminal": 61933,
"three-bars": 62147,
"thumbsdown": 62148,
"thumbsup": 62149,
"tools": 62150,
"trash": 61940,
"triangle-down": 62151,
"triangle-left": 62152,
"triangle-right": 62153,
"triangle-up": 62154,
"typography": 62155,
"unfold": 62156,
"unlock": 61953,
"unmute": 62157,
"unverified": 62158,
"upload": 61954,
"verified": 62159,
"versions": 62160,
"video": 61962,
"webhook": 62161,
"workflow": 62162,
"x": 61973,
"x-circle": 61974,
"x-circle-fill": 62163,
"zap": 61978
}

@@ -1,1 +0,1 @@

var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.NativeIconAPI=exports.DEFAULT_ICON_SIZE=exports.DEFAULT_ICON_COLOR=void 0;exports.default=createIconSet;var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf3=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _react=_interopRequireWildcard(require("react"));var _propTypes=_interopRequireDefault(require("prop-types"));var _reactNative=require("react-native");var _ensureNativeModuleAvailable=_interopRequireDefault(require("./ensure-native-module-available"));var _createIconSourceCache=_interopRequireDefault(require("./create-icon-source-cache"));var _iconButton=_interopRequireDefault(require("./icon-button"));var _jsxFileName="/home/runner/work/react-native-vector-icons/react-native-vector-icons/lib/create-icon-set.js";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var NativeIconAPI=_reactNative.NativeModules.RNVectorIconsManager||_reactNative.NativeModules.RNVectorIconsModule;exports.NativeIconAPI=NativeIconAPI;var DEFAULT_ICON_SIZE=12;exports.DEFAULT_ICON_SIZE=DEFAULT_ICON_SIZE;var DEFAULT_ICON_COLOR='black';exports.DEFAULT_ICON_COLOR=DEFAULT_ICON_COLOR;function createIconSet(glyphMap,fontFamily,fontFile,fontStyle){var fontBasename=fontFile?fontFile.replace(/\.(otf|ttf)$/,''):fontFamily;var fontReference=_reactNative.Platform.select({windows:"/Assets/"+fontFile+"#"+fontFamily,android:fontBasename,web:fontBasename,default:fontFamily});var IconNamePropType=_propTypes.default.oneOf(Object.keys(glyphMap));var Icon=function(_PureComponent){(0,_inherits2.default)(Icon,_PureComponent);function Icon(){var _getPrototypeOf2;var _this;(0,_classCallCheck2.default)(this,Icon);for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key];}_this=(0,_possibleConstructorReturn2.default)(this,(_getPrototypeOf2=(0,_getPrototypeOf3.default)(Icon)).call.apply(_getPrototypeOf2,[this].concat(args)));_this.root=null;_this.handleRef=function(ref){_this.root=ref;};return _this;}(0,_createClass2.default)(Icon,[{key:"setNativeProps",value:function setNativeProps(nativeProps){if(this.root){this.root.setNativeProps(nativeProps);}}},{key:"render",value:function render(){var _this$props=this.props,name=_this$props.name,size=_this$props.size,color=_this$props.color,style=_this$props.style,children=_this$props.children,props=(0,_objectWithoutProperties2.default)(_this$props,["name","size","color","style","children"]);var glyph=name?glyphMap[name]||'?':'';if(typeof glyph==='number'){glyph=String.fromCodePoint(glyph);}var styleDefaults={fontSize:size,color:color};var styleOverrides={fontFamily:fontReference,fontWeight:'normal',fontStyle:'normal'};props.style=[styleDefaults,style,styleOverrides,fontStyle||{}];props.ref=this.handleRef;return _react.default.createElement(_reactNative.Text,(0,_extends2.default)({},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:91}}),glyph,children);}}]);return Icon;}(_react.PureComponent);Icon.propTypes={allowFontScaling:_propTypes.default.bool,name:IconNamePropType,size:_propTypes.default.number,color:_propTypes.default.any,children:_propTypes.default.node,style:_propTypes.default.any};Icon.defaultProps={size:DEFAULT_ICON_SIZE,allowFontScaling:false};var imageSourceCache=(0,_createIconSourceCache.default)();function resolveGlyph(name){var glyph=glyphMap[name]||'?';if(typeof glyph==='number'){return String.fromCodePoint(glyph);}return glyph;}function getImageSourceSync(name){var size=arguments.length>1&&arguments[1]!==undefined?arguments[1]:DEFAULT_ICON_SIZE;var color=arguments.length>2&&arguments[2]!==undefined?arguments[2]:DEFAULT_ICON_COLOR;(0,_ensureNativeModuleAvailable.default)();var glyph=resolveGlyph(name);var processedColor=(0,_reactNative.processColor)(color);var cacheKey=glyph+":"+size+":"+processedColor;if(imageSourceCache.has(cacheKey)){return imageSourceCache.get(cacheKey);}try{var imagePath=NativeIconAPI.getImageForFontSync(fontReference,glyph,size,processedColor);var value={uri:imagePath,scale:_reactNative.PixelRatio.get()};imageSourceCache.setValue(cacheKey,value);return value;}catch(error){imageSourceCache.setError(cacheKey,error);throw error;}}function getImageSource(name){var size,color,glyph,processedColor,cacheKey,imagePath,value,_args=arguments;return _regenerator.default.async(function getImageSource$(_context){while(1){switch(_context.prev=_context.next){case 0:size=_args.length>1&&_args[1]!==undefined?_args[1]:DEFAULT_ICON_SIZE;color=_args.length>2&&_args[2]!==undefined?_args[2]:DEFAULT_ICON_COLOR;(0,_ensureNativeModuleAvailable.default)();glyph=resolveGlyph(name);processedColor=(0,_reactNative.processColor)(color);cacheKey=glyph+":"+size+":"+processedColor;if(!imageSourceCache.has(cacheKey)){_context.next=8;break;}return _context.abrupt("return",imageSourceCache.get(cacheKey));case 8:_context.prev=8;_context.next=11;return _regenerator.default.awrap(NativeIconAPI.getImageForFont(fontReference,glyph,size,processedColor));case 11:imagePath=_context.sent;value={uri:imagePath,scale:_reactNative.PixelRatio.get()};imageSourceCache.setValue(cacheKey,value);return _context.abrupt("return",value);case 17:_context.prev=17;_context.t0=_context["catch"](8);imageSourceCache.setError(cacheKey,_context.t0);throw _context.t0;case 21:case"end":return _context.stop();}}},null,null,[[8,17]]);}function loadFont(){var file,_args2=arguments;return _regenerator.default.async(function loadFont$(_context2){while(1){switch(_context2.prev=_context2.next){case 0:file=_args2.length>0&&_args2[0]!==undefined?_args2[0]:fontFile;if(!(_reactNative.Platform.OS==='ios')){_context2.next=7;break;}(0,_ensureNativeModuleAvailable.default)();if(file){_context2.next=5;break;}throw new Error('Unable to load font, because no file was specified. ');case 5:_context2.next=7;return _regenerator.default.awrap(NativeIconAPI.loadFontWithFileName.apply(NativeIconAPI,(0,_toConsumableArray2.default)(file.split('.'))));case 7:case"end":return _context2.stop();}}});}function hasIcon(name){return Object.prototype.hasOwnProperty.call(glyphMap,name);}function getRawGlyphMap(){return glyphMap;}function getFontFamily(){return fontReference;}Icon.Button=(0,_iconButton.default)(Icon);Icon.getImageSource=getImageSource;Icon.getImageSourceSync=getImageSourceSync;Icon.loadFont=loadFont;Icon.hasIcon=hasIcon;Icon.getRawGlyphMap=getRawGlyphMap;Icon.getFontFamily=getFontFamily;return Icon;}
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.NativeIconAPI=exports.DEFAULT_ICON_SIZE=exports.DEFAULT_ICON_COLOR=void 0;exports.default=createIconSet;var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf3=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _react=_interopRequireWildcard(require("react"));var _propTypes=_interopRequireDefault(require("prop-types"));var _reactNative=require("react-native");var _ensureNativeModuleAvailable=_interopRequireDefault(require("./ensure-native-module-available"));var _createIconSourceCache=_interopRequireDefault(require("./create-icon-source-cache"));var _iconButton=_interopRequireDefault(require("./icon-button"));var _jsxFileName="/home/runner/work/react-native-vector-icons/react-native-vector-icons/lib/create-icon-set.js";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var NativeIconAPI=_reactNative.NativeModules.RNVectorIconsManager||_reactNative.NativeModules.RNVectorIconsModule;exports.NativeIconAPI=NativeIconAPI;var DEFAULT_ICON_SIZE=12;exports.DEFAULT_ICON_SIZE=DEFAULT_ICON_SIZE;var DEFAULT_ICON_COLOR='black';exports.DEFAULT_ICON_COLOR=DEFAULT_ICON_COLOR;function createIconSet(glyphMap,fontFamily,fontFile,fontStyle){var fontBasename=fontFile?fontFile.replace(/\.(otf|ttf)$/,''):fontFamily;var fontReference=_reactNative.Platform.select({windows:"/Assets/"+fontFile+"#"+fontFamily,android:fontBasename,web:fontBasename,default:fontFamily});var IconNamePropType=_propTypes.default.oneOf(Object.keys(glyphMap));var Icon=function(_PureComponent){(0,_inherits2.default)(Icon,_PureComponent);function Icon(){var _getPrototypeOf2;var _this;(0,_classCallCheck2.default)(this,Icon);for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key];}_this=(0,_possibleConstructorReturn2.default)(this,(_getPrototypeOf2=(0,_getPrototypeOf3.default)(Icon)).call.apply(_getPrototypeOf2,[this].concat(args)));_this.root=null;_this.handleRef=function(ref){_this.root=ref;};return _this;}(0,_createClass2.default)(Icon,[{key:"setNativeProps",value:function setNativeProps(nativeProps){if(this.root){this.root.setNativeProps(nativeProps);}}},{key:"render",value:function render(){var _this$props=this.props,name=_this$props.name,size=_this$props.size,color=_this$props.color,style=_this$props.style,children=_this$props.children,props=(0,_objectWithoutProperties2.default)(_this$props,["name","size","color","style","children"]);var glyph=name?glyphMap[name]||'?':'';if(typeof glyph==='number'){glyph=String.fromCodePoint(glyph);}var styleDefaults={fontSize:size,color:color};var styleOverrides={fontFamily:fontReference,fontWeight:'normal',fontStyle:'normal'};props.style=[styleDefaults,style,styleOverrides,fontStyle||{}];props.ref=this.handleRef;return _react.default.createElement(_reactNative.Text,(0,_extends2.default)({selectable:false},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:91}}),glyph,children);}}]);return Icon;}(_react.PureComponent);Icon.propTypes={allowFontScaling:_propTypes.default.bool,name:IconNamePropType,size:_propTypes.default.number,color:_propTypes.default.any,children:_propTypes.default.node,style:_propTypes.default.any};Icon.defaultProps={size:DEFAULT_ICON_SIZE,allowFontScaling:false};var imageSourceCache=(0,_createIconSourceCache.default)();function resolveGlyph(name){var glyph=glyphMap[name]||'?';if(typeof glyph==='number'){return String.fromCodePoint(glyph);}return glyph;}function getImageSourceSync(name){var size=arguments.length>1&&arguments[1]!==undefined?arguments[1]:DEFAULT_ICON_SIZE;var color=arguments.length>2&&arguments[2]!==undefined?arguments[2]:DEFAULT_ICON_COLOR;(0,_ensureNativeModuleAvailable.default)();var glyph=resolveGlyph(name);var processedColor=(0,_reactNative.processColor)(color);var cacheKey=glyph+":"+size+":"+processedColor;if(imageSourceCache.has(cacheKey)){return imageSourceCache.get(cacheKey);}try{var imagePath=NativeIconAPI.getImageForFontSync(fontReference,glyph,size,processedColor);var value={uri:imagePath,scale:_reactNative.PixelRatio.get()};imageSourceCache.setValue(cacheKey,value);return value;}catch(error){imageSourceCache.setError(cacheKey,error);throw error;}}function getImageSource(name){var size,color,glyph,processedColor,cacheKey,imagePath,value,_args=arguments;return _regenerator.default.async(function getImageSource$(_context){while(1){switch(_context.prev=_context.next){case 0:size=_args.length>1&&_args[1]!==undefined?_args[1]:DEFAULT_ICON_SIZE;color=_args.length>2&&_args[2]!==undefined?_args[2]:DEFAULT_ICON_COLOR;(0,_ensureNativeModuleAvailable.default)();glyph=resolveGlyph(name);processedColor=(0,_reactNative.processColor)(color);cacheKey=glyph+":"+size+":"+processedColor;if(!imageSourceCache.has(cacheKey)){_context.next=8;break;}return _context.abrupt("return",imageSourceCache.get(cacheKey));case 8:_context.prev=8;_context.next=11;return _regenerator.default.awrap(NativeIconAPI.getImageForFont(fontReference,glyph,size,processedColor));case 11:imagePath=_context.sent;value={uri:imagePath,scale:_reactNative.PixelRatio.get()};imageSourceCache.setValue(cacheKey,value);return _context.abrupt("return",value);case 17:_context.prev=17;_context.t0=_context["catch"](8);imageSourceCache.setError(cacheKey,_context.t0);throw _context.t0;case 21:case"end":return _context.stop();}}},null,null,[[8,17]]);}function loadFont(){var file,_args2=arguments;return _regenerator.default.async(function loadFont$(_context2){while(1){switch(_context2.prev=_context2.next){case 0:file=_args2.length>0&&_args2[0]!==undefined?_args2[0]:fontFile;if(!(_reactNative.Platform.OS==='ios')){_context2.next=7;break;}(0,_ensureNativeModuleAvailable.default)();if(file){_context2.next=5;break;}throw new Error('Unable to load font, because no file was specified. ');case 5:_context2.next=7;return _regenerator.default.awrap(NativeIconAPI.loadFontWithFileName.apply(NativeIconAPI,(0,_toConsumableArray2.default)(file.split('.'))));case 7:case"end":return _context2.stop();}}});}function hasIcon(name){return Object.prototype.hasOwnProperty.call(glyphMap,name);}function getRawGlyphMap(){return glyphMap;}function getFontFamily(){return fontReference;}Icon.Button=(0,_iconButton.default)(Icon);Icon.getImageSource=getImageSource;Icon.getImageSourceSync=getImageSourceSync;Icon.loadFont=loadFont;Icon.hasIcon=hasIcon;Icon.getRawGlyphMap=getRawGlyphMap;Icon.getFontFamily=getFontFamily;return Icon;}

@@ -1,1 +0,1 @@

var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var lodashTemplate=require('lodash.template');var fromPairs=require('lodash.frompairs');var fs=require('fs');function extractGlyphMapFromCss(files,selectorPattern){var styleRulePattern='(\\.[A-Za-z0-9_.:, \\n\\t-]+)\\{[^}]*content: ?["\\\'](?:\\\\([A-Fa-f0-9]+)|([^"\\\']+))["\\\'][^}]*\\}';var allStyleRules=new RegExp(styleRulePattern,'g');var singleStyleRules=new RegExp(styleRulePattern);var allSelectors=new RegExp(selectorPattern,'g');var singleSelector=new RegExp(selectorPattern);var extractGlyphFromRule=function extractGlyphFromRule(rule){var ruleParts=rule.match(singleStyleRules);if(ruleParts[2]){return parseInt(ruleParts[2],16);}if(ruleParts[3].length>1){return ruleParts[3];}return ruleParts[3].charCodeAt();};var extractSelectorsFromRule=function extractSelectorsFromRule(rule){var ruleParts=rule.match(singleStyleRules);var selectors=ruleParts[1].match(allSelectors)||[];return selectors.map(function(selector){return selector.match(singleSelector)[1];});};return(typeof files==='string'?[files]:files).map(function(fileName){return fs.readFileSync(fileName,{encoding:'utf8'});}).map(function(contents){return contents.match(allStyleRules)||[];}).reduce(function(acc,rules){return acc.concat(rules);},[]).map(function(rule){var glyph=extractGlyphFromRule(rule);var selectors=extractSelectorsFromRule(rule);return selectors.map(function(selector){return[selector,glyph];});}).reduce(function(acc,glyphs){return(0,_extends2.default)(acc,fromPairs(glyphs));},{});}function escapeRegExp(str){return str.replace(/[-[\]/{}()*+?.\\^$|]/g,'\\$&');}function generateIconSetFromCss(cssFiles,selectorPrefix,template){var data=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{};var glyphMap=extractGlyphMapFromCss(cssFiles,escapeRegExp(selectorPrefix)+"([A-Za-z0-9_-]+)::?before");var content=JSON.stringify(glyphMap,null,' ');if(template){return lodashTemplate(template)((0,_extends2.default)({glyphMap:content},data));}return content;}module.exports=generateIconSetFromCss;
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var fs=require('fs');function extractGlyphMapFromCss(files,selectorPattern){var styleRulePattern='(\\.[A-Za-z0-9_.:, \\n\\t-]+)\\{[^}]*content: ?["\\\'](?:\\\\([A-Fa-f0-9]+)|([^"\\\']+))["\\\'][^}]*\\}';var allStyleRules=new RegExp(styleRulePattern,'g');var singleStyleRules=new RegExp(styleRulePattern);var allSelectors=new RegExp(selectorPattern,'g');var singleSelector=new RegExp(selectorPattern);var extractGlyphFromRule=function extractGlyphFromRule(rule){var ruleParts=rule.match(singleStyleRules);if(ruleParts[2]){return parseInt(ruleParts[2],16);}if(ruleParts[3].length>1){return ruleParts[3];}return ruleParts[3].charCodeAt();};var extractSelectorsFromRule=function extractSelectorsFromRule(rule){var ruleParts=rule.match(singleStyleRules);var selectors=ruleParts[1].match(allSelectors)||[];return selectors.map(function(selector){return selector.match(singleSelector)[1];});};return(typeof files==='string'?[files]:files).map(function(fileName){return fs.readFileSync(fileName,{encoding:'utf8'});}).map(function(contents){return contents.match(allStyleRules)||[];}).reduce(function(acc,rules){return acc.concat(rules);},[]).map(function(rule){var glyph=extractGlyphFromRule(rule);var selectors=extractSelectorsFromRule(rule);return selectors.map(function(selector){return[selector,glyph];});}).reduce(function(acc,glyphs){return(0,_extends2.default)(acc,Object.fromEntries(glyphs));},{});}function escapeRegExp(str){return str.replace(/[-[\]/{}()*+?.\\^$|]/g,'\\$&');}function generateIconSetFromCss(cssFiles,selectorPrefix,template){var data=arguments.length>3&&arguments[3]!==undefined?arguments[3]:{};var glyphMap=extractGlyphMapFromCss(cssFiles,escapeRegExp(selectorPrefix)+"([A-Za-z0-9_-]+)::?before");var content=JSON.stringify(glyphMap,null,' ');if(template){var templateVariables=(0,_extends2.default)({glyphMap:content},data);return template.replace(/\${([^}]*)}/g,function(_,key){return templateVariables[key];});}return content;}module.exports=generateIconSetFromCss;

@@ -1,1 +0,1 @@

var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=createIconButtonComponent;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _lodash=_interopRequireDefault(require("lodash.isstring"));var _lodash2=_interopRequireDefault(require("lodash.omit"));var _lodash3=_interopRequireDefault(require("lodash.pick"));var _react=_interopRequireWildcard(require("react"));var _propTypes=_interopRequireDefault(require("prop-types"));var _reactNative=require("react-native");var _jsxFileName="/home/runner/work/react-native-vector-icons/react-native-vector-icons/lib/icon-button.js";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var styles=_reactNative.StyleSheet.create({container:{flexDirection:'row',justifyContent:'flex-start',alignItems:'center',padding:8},touchable:{overflow:'hidden'},icon:{marginRight:10},text:{fontWeight:'600',backgroundColor:'transparent'}});var IOS7_BLUE='#007AFF';var TEXT_PROP_NAMES=['ellipsizeMode','numberOfLines','textBreakStrategy','selectable','suppressHighlighting','allowFontScaling','adjustsFontSizeToFit','minimumFontScale'];var TOUCHABLE_PROP_NAMES=['accessible','accessibilityLabel','accessibilityHint','accessibilityComponentType','accessibilityRole','accessibilityStates','accessibilityTraits','onFocus','onBlur','disabled','onPress','onPressIn','onPressOut','onLayout','onLongPress','nativeID','testID','delayPressIn','delayPressOut','delayLongPress','activeOpacity','underlayColor','selectionColor','onShowUnderlay','onHideUnderlay','hasTVPreferredFocus','tvParallaxProperties'];function createIconButtonComponent(Icon){var _class,_temp;return _temp=_class=function(_PureComponent){(0,_inherits2.default)(IconButton,_PureComponent);function IconButton(){(0,_classCallCheck2.default)(this,IconButton);return(0,_possibleConstructorReturn2.default)(this,(0,_getPrototypeOf2.default)(IconButton).apply(this,arguments));}(0,_createClass2.default)(IconButton,[{key:"render",value:function render(){var _this$props=this.props,style=_this$props.style,iconStyle=_this$props.iconStyle,children=_this$props.children,restProps=(0,_objectWithoutProperties2.default)(_this$props,["style","iconStyle","children"]);var iconProps=(0,_lodash3.default)(restProps,TEXT_PROP_NAMES,'style','name','size','color');var touchableProps=(0,_lodash3.default)(restProps,TOUCHABLE_PROP_NAMES);var props=(0,_lodash2.default)(restProps,Object.keys(iconProps),Object.keys(touchableProps),'iconStyle','borderRadius','backgroundColor');iconProps.style=iconStyle?[styles.icon,iconStyle]:styles.icon;var colorStyle=(0,_lodash3.default)(this.props,'color');var blockStyle=(0,_lodash3.default)(this.props,'backgroundColor','borderRadius');return _react.default.createElement(_reactNative.TouchableHighlight,(0,_extends2.default)({style:[styles.touchable,blockStyle]},touchableProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:118}}),_react.default.createElement(_reactNative.View,(0,_extends2.default)({style:[styles.container,blockStyle,style]},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:122}}),_react.default.createElement(Icon,(0,_extends2.default)({},iconProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:123}})),(0,_lodash.default)(children)?_react.default.createElement(_reactNative.Text,{style:[styles.text,colorStyle],__self:this,__source:{fileName:_jsxFileName,lineNumber:125}},children):children));}}]);return IconButton;}(_react.PureComponent),_class.propTypes={backgroundColor:_propTypes.default.oneOfType([_propTypes.default.string,_propTypes.default.number]),borderRadius:_propTypes.default.number,color:_propTypes.default.any,size:_propTypes.default.number,iconStyle:_propTypes.default.any,style:_propTypes.default.any,children:_propTypes.default.node},_class.defaultProps={backgroundColor:IOS7_BLUE,borderRadius:5,color:'white',size:20},_temp;}
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=createIconButtonComponent;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _objectWithoutProperties2=_interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));var _classCallCheck2=_interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));var _createClass2=_interopRequireDefault(require("@babel/runtime/helpers/createClass"));var _possibleConstructorReturn2=_interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));var _getPrototypeOf2=_interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));var _inherits2=_interopRequireDefault(require("@babel/runtime/helpers/inherits"));var _react=_interopRequireWildcard(require("react"));var _propTypes=_interopRequireDefault(require("prop-types"));var _reactNative=require("react-native");var _objectUtils=require("./object-utils");var _jsxFileName="/home/runner/work/react-native-vector-icons/react-native-vector-icons/lib/icon-button.js";function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||typeof obj!=="object"&&typeof obj!=="function"){return{default:obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj.default=obj;if(cache){cache.set(obj,newObj);}return newObj;}var styles=_reactNative.StyleSheet.create({container:{flexDirection:'row',justifyContent:'flex-start',alignItems:'center',padding:8},touchable:{overflow:'hidden'},icon:{marginRight:10},text:{fontWeight:'600',backgroundColor:'transparent'}});var IOS7_BLUE='#007AFF';var TEXT_PROP_NAMES=['ellipsizeMode','numberOfLines','textBreakStrategy','selectable','suppressHighlighting','allowFontScaling','adjustsFontSizeToFit','minimumFontScale'];var TOUCHABLE_PROP_NAMES=['accessible','accessibilityLabel','accessibilityHint','accessibilityComponentType','accessibilityRole','accessibilityStates','accessibilityTraits','onFocus','onBlur','disabled','onPress','onPressIn','onPressOut','onLayout','onLongPress','nativeID','testID','delayPressIn','delayPressOut','delayLongPress','activeOpacity','underlayColor','selectionColor','onShowUnderlay','onHideUnderlay','hasTVPreferredFocus','tvParallaxProperties'];function createIconButtonComponent(Icon){var _class,_temp;return _temp=_class=function(_PureComponent){(0,_inherits2.default)(IconButton,_PureComponent);function IconButton(){(0,_classCallCheck2.default)(this,IconButton);return(0,_possibleConstructorReturn2.default)(this,(0,_getPrototypeOf2.default)(IconButton).apply(this,arguments));}(0,_createClass2.default)(IconButton,[{key:"render",value:function render(){var _this$props=this.props,style=_this$props.style,iconStyle=_this$props.iconStyle,children=_this$props.children,restProps=(0,_objectWithoutProperties2.default)(_this$props,["style","iconStyle","children"]);var iconProps=(0,_objectUtils.pick)(restProps,TEXT_PROP_NAMES,'style','name','size','color');var touchableProps=(0,_objectUtils.pick)(restProps,TOUCHABLE_PROP_NAMES);var props=(0,_objectUtils.omit)(restProps,Object.keys(iconProps),Object.keys(touchableProps),'iconStyle','borderRadius','backgroundColor');iconProps.style=iconStyle?[styles.icon,iconStyle]:styles.icon;var colorStyle=(0,_objectUtils.pick)(this.props,'color');var blockStyle=(0,_objectUtils.pick)(this.props,'backgroundColor','borderRadius');return _react.default.createElement(_reactNative.TouchableHighlight,(0,_extends2.default)({style:[styles.touchable,blockStyle]},touchableProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:116}}),_react.default.createElement(_reactNative.View,(0,_extends2.default)({style:[styles.container,blockStyle,style]},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:120}}),_react.default.createElement(Icon,(0,_extends2.default)({},iconProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:121}})),typeof children==='string'?_react.default.createElement(_reactNative.Text,{style:[styles.text,colorStyle],selectable:false,__self:this,__source:{fileName:_jsxFileName,lineNumber:123}},children):children));}}]);return IconButton;}(_react.PureComponent),_class.propTypes={backgroundColor:_propTypes.default.oneOfType([_propTypes.default.string,_propTypes.default.number]),borderRadius:_propTypes.default.number,color:_propTypes.default.any,size:_propTypes.default.number,iconStyle:_propTypes.default.any,style:_propTypes.default.any,children:_propTypes.default.node},_class.defaultProps={backgroundColor:IOS7_BLUE,borderRadius:5,color:'white',size:20},_temp;}

@@ -308,3 +308,3 @@ {

"reply-all": 62001,
"resize-100-": 62002,
"resize-100": 62002,
"resize-full-screen": 62003,

@@ -311,0 +311,0 @@ "retweet": 62004,

@@ -8,3 +8,2 @@ {

"adn",
"adobe",
"adversal",

@@ -70,2 +69,3 @@ "affiliatetheme",

"chromecast",
"cloudflare",
"cloudscale",

@@ -103,2 +103,3 @@ "cloudsmith",

"dashcube",
"deezer",
"delicious",

@@ -125,2 +126,3 @@ "deploydog",

"ebay",
"edge-legacy",
"edge",

@@ -186,2 +188,3 @@ "elementor",

"google-drive",
"google-pay",
"google-play",

@@ -197,2 +200,3 @@ "google-plus-g",

"grunt",
"guilded",
"gulp",

@@ -204,2 +208,3 @@ "hacker-news-square",

"hire-a-helper",
"hive",
"hooli",

@@ -213,4 +218,6 @@ "hornbill",

"imdb",
"innosoft",
"instagram-square",
"instagram",
"instalod",
"intercom",

@@ -279,2 +286,3 @@ "internet-explorer",

"nutritionix",
"octopus-deploy",
"odnoklassniki-square",

@@ -295,2 +303,3 @@ "odnoklassniki",

"penny-arcade",
"perbyte",
"periscope",

@@ -335,2 +344,3 @@ "phabricator",

"rockrms",
"rust",
"safari",

@@ -393,2 +403,3 @@ "salesforce",

"think-peaks",
"tiktok",
"trade-federation",

@@ -407,4 +418,6 @@ "trello",

"umbraco",
"uncharted",
"uniregistry",
"unity",
"unsplash",
"untappd",

@@ -427,2 +440,3 @@ "ups",

"vuejs",
"watchman-monitoring",
"waze",

@@ -439,2 +453,3 @@ "weebly",

"wizards-of-the-coast",
"wodu",
"wolf-pack-battalion",

@@ -670,2 +685,4 @@ "wordpress-simple",

"bacon",
"bacteria",
"bacterium",
"bahai",

@@ -1378,2 +1395,3 @@ "balance-scale-left",

"sim-card",
"sink",
"sitemap",

@@ -1570,2 +1588,3 @@ "skating",

"users-cog",
"users-slash",
"users",

@@ -1578,2 +1597,4 @@ "utensil-spoon",

"venus",
"vest-patches",
"vest",
"vial",

@@ -1580,0 +1601,0 @@ "vials",

@@ -11,3 +11,2 @@ {

"adn": 61808,
"adobe": 63352,
"adversal": 62314,

@@ -87,2 +86,4 @@ "affiliatetheme": 62315,

"bacon": 63461,
"bacteria": 57433,
"bacterium": 57434,
"bahai": 63078,

@@ -151,3 +152,3 @@ "balance-scale": 62030,

"box-open": 62622,
"box-tissue": 63835,
"box-tissue": 57435,
"boxes": 62568,

@@ -276,2 +277,3 @@ "braille": 62113,

"cloud-upload-alt": 62338,
"cloudflare": 57469,
"cloudscale": 62339,

@@ -345,6 +347,7 @@ "cloudsmith": 62340,

"d-and-d-beyond": 63178,
"dailymotion": 63826,
"dailymotion": 57426,
"dashcube": 61968,
"database": 61888,
"deaf": 62116,
"deezer": 57463,
"delicious": 61861,

@@ -411,2 +414,3 @@ "democrat": 63303,

"edge": 62082,
"edge-legacy": 57464,
"edit": 61508,

@@ -455,3 +459,3 @@ "egg": 63483,

"fast-forward": 61520,
"faucet": 63749,
"faucet": 57349,
"fax": 61868,

@@ -497,3 +501,3 @@ "feather": 62765,

"firefox": 62057,
"firefox-browser": 63751,
"firefox-browser": 57351,
"first-aid": 62585,

@@ -578,2 +582,3 @@ "first-order": 62128,

"google-drive": 62378,
"google-pay": 57465,
"google-play": 62379,

@@ -610,2 +615,3 @@ "google-plus": 62131,

"grunt": 62381,
"guilded": 57470,
"guitar": 63398,

@@ -622,3 +628,3 @@ "gulp": 62382,

"hand-holding-heart": 62654,
"hand-holding-medical": 63836,
"hand-holding-medical": 57436,
"hand-holding-usd": 62656,

@@ -637,10 +643,10 @@ "hand-holding-water": 62657,

"hand-scissors": 62039,
"hand-sparkles": 63837,
"hand-sparkles": 57437,
"hand-spock": 62041,
"hands": 62658,
"hands-helping": 62660,
"hands-wash": 63838,
"hands-wash": 57438,
"handshake": 62133,
"handshake-alt-slash": 63839,
"handshake-slash": 63840,
"handshake-alt-slash": 57439,
"handshake-slash": 57440,
"hanukiah": 63206,

@@ -653,6 +659,6 @@ "hard-hat": 63495,

"hdd": 61600,
"head-side-cough": 63841,
"head-side-cough-slash": 63842,
"head-side-mask": 63843,
"head-side-virus": 63844,
"head-side-cough": 57441,
"head-side-cough-slash": 57442,
"head-side-mask": 57443,
"head-side-virus": 57444,
"heading": 61916,

@@ -672,2 +678,3 @@ "headphones": 61477,

"history": 61914,
"hive": 57471,
"hockey-puck": 62547,

@@ -693,3 +700,3 @@ "holly-berry": 63402,

"house-damage": 63217,
"house-user": 63845,
"house-user": 57445,
"houzz": 62076,

@@ -706,3 +713,3 @@ "hryvnia": 63218,

"id-card-alt": 62591,
"ideal": 63763,
"ideal": 57363,
"igloo": 63406,

@@ -718,4 +725,6 @@ "image": 61502,

"info-circle": 61530,
"innosoft": 57472,
"instagram": 61805,
"instagram-square": 63829,
"instagram-square": 57429,
"instalod": 57473,
"intercom": 63407,

@@ -759,3 +768,3 @@ "internet-explorer": 62059,

"laptop-code": 62972,
"laptop-house": 63846,
"laptop-house": 57446,
"laptop-medical": 63506,

@@ -801,3 +810,3 @@ "laravel": 62397,

"lungs": 62980,
"lungs-virus": 63847,
"lungs-virus": 57447,
"lyft": 62403,

@@ -845,3 +854,3 @@ "magento": 62404,

"meteor": 63315,
"microblog": 63770,
"microblog": 57370,
"microchip": 62171,

@@ -860,3 +869,3 @@ "microphone": 61744,

"mixcloud": 62089,
"mixer": 63830,
"mixer": 57430,
"mizuni": 62412,

@@ -898,2 +907,3 @@ "mobile": 61707,

"object-ungroup": 62024,
"octopus-deploy": 57474,
"odnoklassniki": 62051,

@@ -942,5 +952,6 @@ "odnoklassniki-square": 62052,

"penny-arcade": 63236,
"people-arrows": 63848,
"people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
"perbyte": 57475,
"percent": 62101,

@@ -965,3 +976,3 @@ "percentage": 62785,

"pied-piper-pp": 61863,
"pied-piper-square": 63774,
"pied-piper-square": 57374,
"piggy-bank": 62675,

@@ -977,3 +988,3 @@ "pills": 62596,

"plane-departure": 62896,
"plane-slash": 63849,
"plane-slash": 57449,
"play": 61515,

@@ -1004,4 +1015,4 @@ "play-circle": 61764,

"project-diagram": 62786,
"pump-medical": 63850,
"pump-soap": 63851,
"pump-medical": 57450,
"pump-soap": 57451,
"pushed": 62433,

@@ -1070,2 +1081,3 @@ "puzzle-piece": 61742,

"rupee-sign": 61782,
"rust": 57466,
"sad-cry": 62899,

@@ -1103,3 +1115,3 @@ "sad-tear": 62900,

"shield-alt": 62445,
"shield-virus": 63852,
"shield-virus": 57452,
"ship": 61978,

@@ -1109,3 +1121,3 @@ "shipping-fast": 62603,

"shoe-prints": 62795,
"shopify": 63831,
"shopify": 57431,
"shopping-bag": 62096,

@@ -1125,2 +1137,3 @@ "shopping-basket": 62097,

"simplybuilt": 61973,
"sink": 57453,
"sistrix": 62446,

@@ -1157,3 +1170,3 @@ "sitemap": 61672,

"snowplow": 63442,
"soap": 63854,
"soap": 57454,
"socks": 63126,

@@ -1214,7 +1227,7 @@ "solar-panel": 62906,

"stopwatch": 62194,
"stopwatch-20": 63855,
"stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
"store-alt-slash": 63856,
"store-slash": 63857,
"store-alt-slash": 57456,
"store-slash": 57457,
"strava": 62504,

@@ -1290,2 +1303,3 @@ "stream": 62800,

"ticket-alt": 62463,
"tiktok": 57467,
"times": 61453,

@@ -1300,3 +1314,3 @@ "times-circle": 61527,

"toilet-paper": 63262,
"toilet-paper-slash": 63858,
"toilet-paper-slash": 57458,
"toolbox": 62802,

@@ -1311,3 +1325,3 @@ "tools": 63449,

"traffic-light": 63031,
"trailer": 63809,
"trailer": 57409,
"train": 62008,

@@ -1345,2 +1359,3 @@ "tram": 63450,

"umbrella-beach": 62922,
"uncharted": 57476,
"underline": 61645,

@@ -1350,3 +1365,3 @@ "undo": 61666,

"uniregistry": 62468,
"unity": 63817,
"unity": 57417,
"universal-access": 62106,

@@ -1357,2 +1372,3 @@ "university": 61852,

"unlock-alt": 61758,
"unsplash": 57468,
"untappd": 62469,

@@ -1388,2 +1404,3 @@ "upload": 61587,

"users-cog": 62729,
"users-slash": 57459,
"usps": 63457,

@@ -1398,2 +1415,4 @@ "ussunnah": 62471,

"venus-mars": 61992,
"vest": 57477,
"vest-patches": 57478,
"viacoin": 62007,

@@ -1412,5 +1431,5 @@ "viadeo": 62121,

"vine": 61898,
"virus": 63860,
"virus-slash": 63861,
"viruses": 63862,
"virus": 57460,
"virus-slash": 57461,
"viruses": 57462,
"vk": 61833,

@@ -1430,2 +1449,3 @@ "vnv": 62475,

"warehouse": 62612,
"watchman-monitoring": 57479,
"water": 63347,

@@ -1456,2 +1476,3 @@ "wave-square": 63550,

"wizards-of-the-coast": 63280,
"wodu": 57480,
"wolf-pack-battalion": 62740,

@@ -1458,0 +1479,0 @@ "won-sign": 61785,

@@ -13,3 +13,2 @@ {

"adn": 61808,
"adobe": 63352,
"adversal": 62314,

@@ -139,4 +138,4 @@ "affiliatetheme": 62315,

"bacon": 63461,
"bacteria": 63833,
"bacterium": 63834,
"bacteria": 57433,
"bacterium": 57434,
"badge": 62261,

@@ -266,3 +265,3 @@ "badge-check": 62262,

"box-open": 62622,
"box-tissue": 63835,
"box-tissue": 57435,
"box-up": 62623,

@@ -348,3 +347,3 @@ "box-usd": 62624,

"caravan": 63743,
"caravan-alt": 63744,
"caravan-alt": 57344,
"caret-circle-down": 62253,

@@ -369,3 +368,3 @@ "caret-circle-left": 62254,

"cat": 63166,
"cat-space": 63745,
"cat-space": 57345,
"cauldron": 63167,

@@ -478,2 +477,3 @@ "cc-amazon-pay": 62509,

"cloud-upload-alt": 62338,
"cloudflare": 57469,
"clouds": 63300,

@@ -494,6 +494,6 @@ "clouds-moon": 63301,

"coffee": 61684,
"coffee-pot": 63746,
"coffee-pot": 57346,
"coffee-togo": 63173,
"coffin": 63174,
"coffin-cross": 63825,
"coffin-cross": 57425,
"cog": 61459,

@@ -504,3 +504,3 @@ "cogs": 61573,

"columns": 61659,
"comet": 63747,
"comet": 57347,
"comment": 61557,

@@ -604,3 +604,3 @@ "comment-alt": 62074,

"dagger": 63179,
"dailymotion": 63826,
"dailymotion": 57426,
"dashcube": 61968,

@@ -612,2 +612,3 @@ "database": 61888,

"deer-rudolph": 63375,
"deezer": 57463,
"delicious": 61861,

@@ -702,2 +703,3 @@ "democrat": 63303,

"edge": 62082,
"edge-legacy": 57464,
"edit": 61508,

@@ -757,3 +759,3 @@ "egg": 63483,

"fan": 63587,
"fan-table": 63748,
"fan-table": 57348,
"fantasy-flight-games": 63196,

@@ -763,4 +765,4 @@ "farm": 63588,

"fast-forward": 61520,
"faucet": 63749,
"faucet-drip": 63750,
"faucet": 57349,
"faucet-drip": 57350,
"fax": 61868,

@@ -824,3 +826,3 @@ "feather": 62765,

"firefox": 62057,
"firefox-browser": 63751,
"firefox-browser": 57351,
"fireplace": 63386,

@@ -854,3 +856,3 @@ "first-aid": 62585,

"folder": 61563,
"folder-download": 63827,
"folder-download": 57427,
"folder-minus": 63069,

@@ -861,3 +863,3 @@ "folder-open": 61564,

"folder-tree": 63490,
"folder-upload": 63828,
"folder-upload": 57428,
"folders": 63072,

@@ -894,3 +896,3 @@ "font": 61489,

"galactic-senate": 62733,
"galaxy": 63752,
"galaxy": 57352,
"game-board": 63591,

@@ -901,5 +903,5 @@ "game-board-alt": 63592,

"gamepad-alt": 63676,
"garage": 63753,
"garage-car": 63754,
"garage-open": 63755,
"garage": 57353,
"garage-car": 57354,
"garage-open": 57355,
"gas-pump": 62767,

@@ -953,2 +955,3 @@ "gas-pump-slash": 62964,

"google-drive": 62378,
"google-pay": 57465,
"google-play": 62379,

@@ -986,2 +989,3 @@ "google-plus": 62131,

"grunt": 62381,
"guilded": 57470,
"guitar": 63398,

@@ -1008,3 +1012,3 @@ "guitar-electric": 63678,

"hand-holding-magic": 63205,
"hand-holding-medical": 63836,
"hand-holding-medical": 57436,
"hand-holding-seedling": 62655,

@@ -1025,3 +1029,3 @@ "hand-holding-usd": 62656,

"hand-scissors": 62039,
"hand-sparkles": 63837,
"hand-sparkles": 57437,
"hand-spock": 62041,

@@ -1032,7 +1036,7 @@ "hands": 62658,

"hands-usd": 62661,
"hands-wash": 63838,
"hands-wash": 57438,
"handshake": 62133,
"handshake-alt": 62662,
"handshake-alt-slash": 63839,
"handshake-slash": 63840,
"handshake-alt-slash": 57439,
"handshake-slash": 57440,
"hanukiah": 63206,

@@ -1051,8 +1055,8 @@ "hard-hat": 63495,

"head-side-brain": 63496,
"head-side-cough": 63841,
"head-side-cough-slash": 63842,
"head-side-cough": 57441,
"head-side-cough-slash": 57442,
"head-side-headphones": 63682,
"head-side-mask": 63843,
"head-side-mask": 57443,
"head-side-medical": 63497,
"head-side-virus": 63844,
"head-side-virus": 57444,
"head-vr": 63210,

@@ -1069,3 +1073,3 @@ "heading": 61916,

"heartbeat": 61982,
"heat": 63756,
"heat": 57356,
"helicopter": 62771,

@@ -1080,2 +1084,3 @@ "helmet-battle": 63211,

"history": 61914,
"hive": 57471,
"hockey-mask": 63214,

@@ -1110,11 +1115,11 @@ "hockey-puck": 62547,

"hourglass-start": 62033,
"house": 63757,
"house": 57357,
"house-damage": 63217,
"house-day": 63758,
"house-day": 57358,
"house-flood": 63311,
"house-leave": 63759,
"house-night": 63760,
"house-return": 63761,
"house-signal": 63762,
"house-user": 63845,
"house-leave": 57359,
"house-night": 57360,
"house-return": 57361,
"house-signal": 57362,
"house-user": 57445,
"houzz": 62076,

@@ -1135,3 +1140,3 @@ "hryvnia": 63218,

"id-card-alt": 62591,
"ideal": 63763,
"ideal": 57363,
"igloo": 63406,

@@ -1153,4 +1158,6 @@ "image": 61502,

"inhaler": 62969,
"innosoft": 57472,
"instagram": 61805,
"instagram-square": 63829,
"instagram-square": 57429,
"instalod": 57473,
"integral": 63079,

@@ -1206,4 +1213,4 @@ "intercom": 63407,

"lamp": 62666,
"lamp-desk": 63764,
"lamp-floor": 63765,
"lamp-desk": 57364,
"lamp-floor": 57365,
"landmark": 63087,

@@ -1214,3 +1221,3 @@ "landmark-alt": 63314,

"laptop-code": 62972,
"laptop-house": 63846,
"laptop-house": 57446,
"laptop-medical": 63506,

@@ -1242,6 +1249,6 @@ "laravel": 62397,

"life-ring": 61901,
"light-ceiling": 63766,
"light-switch": 63767,
"light-switch-off": 63768,
"light-switch-on": 63769,
"light-ceiling": 57366,
"light-switch": 57367,
"light-switch-off": 57368,
"light-switch-on": 57369,
"lightbulb": 61675,

@@ -1289,3 +1296,3 @@ "lightbulb-dollar": 63088,

"lungs": 62980,
"lungs-virus": 63847,
"lungs-virus": 57447,
"lyft": 62403,

@@ -1348,3 +1355,3 @@ "mace": 63224,

"meteor": 63315,
"microblog": 63770,
"microblog": 57370,
"microchip": 62171,

@@ -1358,3 +1365,3 @@ "microphone": 61744,

"microsoft": 62410,
"microwave": 63771,
"microwave": 57371,
"mind-share": 63095,

@@ -1370,3 +1377,3 @@ "minus": 61544,

"mixcloud": 62089,
"mixer": 63830,
"mixer": 57430,
"mizuni": 62412,

@@ -1427,2 +1434,3 @@ "mobile": 61707,

"octagon": 62214,
"octopus-deploy": 57474,
"odnoklassniki": 62051,

@@ -1444,4 +1452,4 @@ "odnoklassniki-square": 62052,

"outdent": 61499,
"outlet": 63772,
"oven": 63773,
"outlet": 57372,
"oven": 57373,
"overline": 63606,

@@ -1491,5 +1499,6 @@ "page-break": 63607,

"penny-arcade": 63236,
"people-arrows": 63848,
"people-arrows": 57448,
"people-carry": 62670,
"pepper-hot": 63510,
"perbyte": 57475,
"percent": 62101,

@@ -1526,3 +1535,3 @@ "percentage": 62785,

"pied-piper-pp": 61863,
"pied-piper-square": 63774,
"pied-piper-square": 57374,
"pig": 63238,

@@ -1541,5 +1550,5 @@ "piggy-bank": 62675,

"plane-departure": 62896,
"plane-slash": 63849,
"planet-moon": 63775,
"planet-ringed": 63776,
"plane-slash": 57449,
"planet-moon": 57375,
"planet-ringed": 57376,
"play": 61515,

@@ -1557,3 +1566,3 @@ "play-circle": 61764,

"podium-star": 63320,
"police-box": 63777,
"police-box": 57377,
"poll": 63105,

@@ -1566,4 +1575,4 @@ "poll-h": 63106,

"popcorn": 63513,
"portal-enter": 63778,
"portal-exit": 63779,
"portal-enter": 57378,
"portal-exit": 57379,
"portrait": 62432,

@@ -1585,4 +1594,4 @@ "pound-sign": 61780,

"projector": 63702,
"pump-medical": 63850,
"pump-soap": 63851,
"pump-medical": 57450,
"pump-soap": 57451,
"pumpkin": 63239,

@@ -1607,3 +1616,3 @@ "pushed": 62433,

"racquet": 62554,
"radar": 63780,
"radar": 57380,
"radiation": 63417,

@@ -1620,3 +1629,3 @@ "radiation-alt": 63418,

"ravelry": 62169,
"raygun": 63781,
"raygun": 57381,
"react": 62491,

@@ -1639,3 +1648,3 @@ "reacteurope": 63325,

"redo-alt": 62201,
"refrigerator": 63782,
"refrigerator": 57382,
"registered": 62045,

@@ -1664,3 +1673,3 @@ "remove-format": 63613,

"rocket": 61749,
"rocket-launch": 63783,
"rocket-launch": 57383,
"rocketchat": 62440,

@@ -1682,2 +1691,3 @@ "rockrms": 62441,

"rupee-sign": 61782,
"rust": 57466,
"rv": 63422,

@@ -1727,7 +1737,7 @@ "sack": 63516,

"send-backward": 63615,
"sensor": 63784,
"sensor-alert": 63785,
"sensor-fire": 63786,
"sensor-on": 63787,
"sensor-smoke": 63788,
"sensor": 57384,
"sensor-alert": 57385,
"sensor-fire": 57386,
"sensor-on": 57387,
"sensor-smoke": 57388,
"server": 62003,

@@ -1747,3 +1757,3 @@ "servicestack": 62444,

"shield-cross": 63250,
"shield-virus": 63852,
"shield-virus": 57452,
"ship": 61978,

@@ -1755,3 +1765,3 @@ "shipping-fast": 62603,

"shoe-prints": 62795,
"shopify": 63831,
"shopify": 57431,
"shopping-bag": 62096,

@@ -1790,5 +1800,5 @@ "shopping-basket": 62097,

"simplybuilt": 61973,
"sink": 63853,
"siren": 63789,
"siren-on": 63790,
"sink": 57453,
"siren": 57389,
"siren-on": 57390,
"sistrix": 62446,

@@ -1840,6 +1850,6 @@ "sitemap": 61672,

"snowplow": 63442,
"soap": 63854,
"soap": 57454,
"socks": 63126,
"solar-panel": 62906,
"solar-system": 63791,
"solar-system": 57391,
"sort": 61660,

@@ -1855,5 +1865,5 @@ "sort-alpha-down": 61789,

"sort-amount-up-alt": 63621,
"sort-circle": 63792,
"sort-circle-down": 63793,
"sort-circle-up": 63794,
"sort-circle": 57392,
"sort-circle-down": 57393,
"sort-circle-up": 57394,
"sort-down": 61661,

@@ -1878,4 +1888,4 @@ "sort-numeric-down": 61794,

"space-shuttle": 61847,
"space-station-moon": 63795,
"space-station-moon-alt": 63796,
"space-station-moon": 57395,
"space-station-moon-alt": 57396,
"spade": 62196,

@@ -1896,3 +1906,3 @@ "sparkles": 63632,

"spray-can": 62909,
"sprinkler": 63797,
"sprinkler": 57397,
"square": 61640,

@@ -1917,8 +1927,8 @@ "square-full": 62556,

"star-of-life": 63009,
"star-shooting": 63798,
"starfighter": 63799,
"starfighter-alt": 63800,
"star-shooting": 57398,
"starfighter": 57399,
"starfighter-alt": 57400,
"stars": 63330,
"starship": 63801,
"starship-freighter": 63802,
"starship": 57401,
"starship-freighter": 57402,
"staylinked": 62453,

@@ -1940,7 +1950,7 @@ "steak": 63524,

"stopwatch": 62194,
"stopwatch-20": 63855,
"stopwatch-20": 57455,
"store": 62798,
"store-alt": 62799,
"store-alt-slash": 63856,
"store-slash": 63857,
"store-alt-slash": 57456,
"store-slash": 57457,
"strava": 62504,

@@ -1978,6 +1988,6 @@ "stream": 62800,

"sword": 63260,
"sword-laser": 63803,
"sword-laser-alt": 63804,
"sword-laser": 57403,
"sword-laser-alt": 57404,
"swords": 63261,
"swords-laser": 63805,
"swords-laser": 57405,
"symfony": 63549,

@@ -2022,4 +2032,4 @@ "synagogue": 63131,

"telegram-plane": 62462,
"telescope": 63806,
"temperature-down": 63807,
"telescope": 57406,
"temperature-down": 57407,
"temperature-frigid": 63336,

@@ -2029,3 +2039,3 @@ "temperature-high": 63337,

"temperature-low": 63339,
"temperature-up": 63808,
"temperature-up": 57408,
"tencent-weibo": 61909,

@@ -2062,2 +2072,3 @@ "tenge": 63447,

"ticket-alt": 62463,
"tiktok": 57467,
"tilde": 63135,

@@ -2081,3 +2092,3 @@ "times": 61453,

"toilet-paper-alt": 63263,
"toilet-paper-slash": 63858,
"toilet-paper-slash": 57458,
"tombstone": 63264,

@@ -2100,3 +2111,3 @@ "tombstone-alt": 63265,

"traffic-light-stop": 63034,
"trailer": 63809,
"trailer": 57409,
"train": 62008,

@@ -2106,7 +2117,7 @@ "tram": 63450,

"transgender-alt": 61989,
"transporter": 63810,
"transporter-1": 63811,
"transporter-2": 63812,
"transporter-3": 63813,
"transporter-empty": 63814,
"transporter": 57410,
"transporter-1": 57411,
"transporter-2": 57412,
"transporter-3": 57413,
"transporter-empty": 57414,
"trash": 61944,

@@ -2160,4 +2171,4 @@ "trash-alt": 62189,

"ubuntu": 63455,
"ufo": 63815,
"ufo-beam": 63816,
"ufo": 57415,
"ufo-beam": 57416,
"uikit": 62467,

@@ -2167,2 +2178,3 @@ "umbraco": 63720,

"umbrella-beach": 62922,
"uncharted": 57476,
"underline": 61645,

@@ -2174,3 +2186,3 @@ "undo": 61666,

"uniregistry": 62468,
"unity": 63817,
"unity": 57417,
"universal-access": 62106,

@@ -2181,2 +2193,3 @@ "university": 61852,

"unlock-alt": 61758,
"unsplash": 57468,
"untappd": 62469,

@@ -2190,3 +2203,3 @@ "upload": 61587,

"user": 61447,
"user-alien": 63818,
"user-alien": 57418,
"user-alt": 62470,

@@ -2216,3 +2229,3 @@ "user-alt-slash": 62714,

"user-plus": 62004,
"user-robot": 63819,
"user-robot": 57419,
"user-secret": 61979,

@@ -2224,4 +2237,4 @@ "user-shield": 62725,

"user-times": 62005,
"user-unlock": 63832,
"user-visor": 63820,
"user-unlock": 57432,
"user-visor": 57420,
"users": 61632,

@@ -2232,3 +2245,3 @@ "users-class": 63037,

"users-medical": 63536,
"users-slash": 63859,
"users-slash": 57459,
"usps": 63457,

@@ -2242,4 +2255,4 @@ "ussunnah": 62471,

"vaadin": 62472,
"vacuum": 63821,
"vacuum-robot": 63822,
"vacuum": 57421,
"vacuum-robot": 57422,
"value-absolute": 63142,

@@ -2250,2 +2263,4 @@ "vector-square": 62923,

"venus-mars": 61992,
"vest": 57477,
"vest-patches": 57478,
"vhs": 63724,

@@ -2267,5 +2282,5 @@ "viacoin": 62007,

"violin": 63725,
"virus": 63860,
"virus-slash": 63861,
"viruses": 63862,
"virus": 57460,
"virus-slash": 57461,
"viruses": 57462,
"vk": 61833,

@@ -2299,2 +2314,3 @@ "vnv": 62475,

"watch-fitness": 63038,
"watchman-monitoring": 57479,
"water": 63347,

@@ -2334,4 +2350,4 @@ "water-lower": 63348,

"window-close": 62480,
"window-frame": 63823,
"window-frame-open": 63824,
"window-frame": 57423,
"window-frame-open": 57424,
"window-maximize": 62160,

@@ -2347,2 +2363,3 @@ "window-minimize": 62161,

"wizards-of-the-coast": 63280,
"wodu": 57480,
"wolf-pack-battalion": 62740,

@@ -2349,0 +2366,0 @@ "won-sign": 61785,

{
"alert": 61696,
"archive": 61697,
"arrow-both": 61698,
"arrow-down": 61699,
"arrow-left": 61700,
"arrow-right": 61701,
"arrow-small-down": 61702,
"arrow-small-left": 61703,
"arrow-small-right": 61704,
"arrow-small-up": 61705,
"arrow-up": 61706,
"beaker": 61707,
"bell": 61708,
"bold": 61709,
"book": 61710,
"bookmark": 61711,
"briefcase": 61712,
"broadcast": 61713,
"browser": 61714,
"bug": 61715,
"calendar": 61716,
"check": 61717,
"checklist": 61718,
"chevron-down": 61719,
"chevron-left": 61720,
"chevron-right": 61721,
"chevron-up": 61722,
"circle-slash": 61723,
"circuit-board": 61724,
"clippy": 61725,
"clock": 61726,
"cloud-download": 61727,
"cloud-upload": 61728,
"code": 61729,
"comment": 61730,
"comment-discussion": 61731,
"credit-card": 61732,
"dash": 61733,
"dashboard": 61734,
"database": 61735,
"desktop-download": 61736,
"device-camera": 61737,
"device-camera-video": 61738,
"device-desktop": 61739,
"device-mobile": 61740,
"diff": 61741,
"diff-added": 61742,
"diff-ignored": 61743,
"diff-modified": 61744,
"diff-removed": 61745,
"diff-renamed": 61746,
"ellipsis": 61747,
"eye": 61748,
"eye-closed": 61749,
"file": 61750,
"file-binary": 61751,
"file-code": 61752,
"file-directory": 61753,
"file-media": 61754,
"file-pdf": 61755,
"file-submodule": 61756,
"file-symlink-directory": 61757,
"file-symlink-file": 61758,
"file-zip": 61759,
"flame": 61760,
"fold": 61761,
"fold-down": 61762,
"fold-up": 61763,
"gear": 61764,
"gift": 61765,
"gist": 61766,
"gist-secret": 61767,
"git-branch": 61768,
"git-commit": 61769,
"git-compare": 61770,
"git-merge": 61771,
"git-pull-request": 61772,
"github-action": 61773,
"globe": 61774,
"grabber": 61775,
"graph": 61776,
"heart": 61777,
"history": 61778,
"home": 61779,
"horizontal-rule": 61780,
"hubot": 61781,
"inbox": 61782,
"info": 61783,
"issue-closed": 61784,
"issue-opened": 61785,
"issue-reopened": 61786,
"italic": 61787,
"jersey": 61788,
"kebab-horizontal": 61789,
"kebab-vertical": 61790,
"key": 61791,
"keyboard": 61792,
"law": 61793,
"light-bulb": 61794,
"link": 61795,
"link-external": 61796,
"list-ordered": 61797,
"list-unordered": 61798,
"location": 61799,
"lock": 61800,
"logo-gist": 61801,
"logo-github": 61802,
"mail": 61803,
"mail-read": 61804,
"mark-github": 61805,
"markdown": 61806,
"megaphone": 61807,
"mention": 61808,
"milestone": 61809,
"mirror": 61810,
"mortar-board": 61811,
"mute": 61812,
"no-newline": 61813,
"note": 61814,
"octoface": 61815,
"organization": 61816,
"package": 61817,
"paintcan": 61818,
"pencil": 61819,
"person": 61820,
"pin": 61821,
"play": 61822,
"plug": 61823,
"plus": 61824,
"plus-small": 61825,
"primitive-dot": 61826,
"primitive-square": 61827,
"project": 61828,
"pulse": 61829,
"question": 61830,
"quote": 61831,
"radio-tower": 61832,
"reply": 61833,
"repo": 61834,
"repo-clone": 61835,
"repo-force-push": 61836,
"repo-forked": 61837,
"repo-pull": 61838,
"repo-push": 61839,
"report": 61840,
"request-changes": 61841,
"rocket": 61842,
"rss": 61843,
"ruby": 61844,
"screen-full": 61845,
"screen-normal": 61846,
"search": 61847,
"server": 61848,
"settings": 61849,
"shield": 61850,
"sign-in": 61851,
"sign-out": 61852,
"smiley": 61853,
"squirrel": 61854,
"star": 61855,
"stop": 61856,
"sync": 61857,
"tag": 61858,
"tasklist": 61859,
"telescope": 61860,
"terminal": 61861,
"text-size": 61862,
"three-bars": 61863,
"thumbsdown": 61864,
"thumbsup": 61865,
"tools": 61866,
"trashcan": 61867,
"triangle-down": 61868,
"triangle-left": 61869,
"triangle-right": 61870,
"triangle-up": 61871,
"unfold": 61872,
"unmute": 61873,
"unverified": 61874,
"verified": 61875,
"versions": 61876,
"watch": 61877,
"x": 61878,
"zap": 61879
"accessibility": 61982,
"alert": 61983,
"apps": 61984,
"archive": 61707,
"arrow-both": 61985,
"arrow-down": 61708,
"arrow-left": 61712,
"arrow-right": 61714,
"arrow-switch": 61986,
"arrow-up": 61716,
"beaker": 61987,
"bell": 61726,
"bell-fill": 61988,
"bell-slash": 61989,
"blocked": 61990,
"bold": 61729,
"book": 61730,
"bookmark": 61732,
"bookmark-slash": 61991,
"briefcase": 61734,
"broadcast": 61992,
"browser": 61993,
"bug": 61994,
"calendar": 61735,
"check": 61739,
"check-circle": 61740,
"check-circle-fill": 61995,
"checklist": 61996,
"chevron-down": 61742,
"chevron-left": 61743,
"chevron-right": 61744,
"chevron-up": 61745,
"circle": 61751,
"circle-slash": 61997,
"clock": 61753,
"code": 61760,
"code-of-conduct": 61998,
"code-review": 61999,
"code-square": 62000,
"codescan": 62001,
"codescan-checkmark": 62002,
"codespaces": 62003,
"columns": 61764,
"comment": 62004,
"comment-discussion": 62005,
"container": 62006,
"copy": 61767,
"cpu": 61776,
"credit-card": 61777,
"cross-reference": 62007,
"dash": 62008,
"database": 61780,
"dependabot": 62009,
"desktop-download": 62010,
"device-camera": 62011,
"device-camera-video": 62012,
"device-desktop": 62013,
"device-mobile": 62014,
"diamond": 62015,
"diff": 62016,
"diff-added": 62017,
"diff-ignored": 62018,
"diff-modified": 62019,
"diff-removed": 62020,
"diff-renamed": 62021,
"dot": 62022,
"dot-fill": 62023,
"download": 61787,
"duplicate": 62024,
"ellipsis": 62025,
"eye": 61795,
"eye-closed": 62026,
"feed-discussion": 62027,
"feed-heart": 62028,
"feed-person": 62029,
"feed-repo": 62030,
"feed-rocket": 62031,
"feed-star": 62032,
"feed-tag": 62033,
"file": 61801,
"file-badge": 62034,
"file-binary": 62035,
"file-code": 62036,
"file-diff": 62037,
"file-directory": 62038,
"file-submodule": 62039,
"file-symlink-file": 62040,
"file-zip": 62041,
"filter": 61806,
"flame": 62042,
"fold": 62043,
"fold-down": 62044,
"fold-up": 62045,
"gear": 62046,
"gift": 61813,
"git-branch": 61814,
"git-commit": 61815,
"git-compare": 62047,
"git-merge": 61816,
"git-pull-request": 61817,
"git-pull-request-closed": 62048,
"git-pull-request-draft": 62049,
"globe": 61820,
"grabber": 62050,
"graph": 62051,
"hash": 61823,
"heading": 62052,
"heart": 61825,
"heart-fill": 62053,
"history": 62054,
"home": 61828,
"horizontal-rule": 62055,
"hourglass": 62056,
"hubot": 62057,
"id-badge": 62058,
"image": 61829,
"inbox": 61830,
"infinity": 62059,
"info": 61831,
"issue-closed": 62060,
"issue-draft": 62061,
"issue-opened": 62062,
"issue-reopened": 62063,
"italic": 61833,
"iterations": 62064,
"kebab-horizontal": 62065,
"key": 61834,
"key-asterisk": 62066,
"law": 62067,
"light-bulb": 62068,
"link": 61838,
"link-external": 62069,
"list-ordered": 62070,
"list-unordered": 62071,
"location": 62072,
"lock": 61843,
"log": 62073,
"logo-gist": 62074,
"logo-github": 62075,
"mail": 61846,
"mark-github": 62076,
"markdown": 62077,
"megaphone": 62078,
"mention": 62079,
"meter": 62080,
"milestone": 62081,
"mirror": 62082,
"moon": 61863,
"mortar-board": 62083,
"multi-select": 62084,
"mute": 62085,
"no-entry": 62086,
"north-star": 62087,
"note": 62088,
"number": 62089,
"organization": 62090,
"package": 61872,
"package-dependencies": 62091,
"package-dependents": 62092,
"paintbrush": 62093,
"paper-airplane": 62094,
"paste": 62095,
"pencil": 62096,
"people": 62097,
"person": 62098,
"person-add": 62099,
"person-fill": 62100,
"pin": 62101,
"play": 61886,
"plug": 62102,
"plus": 61888,
"plus-circle": 61889,
"project": 62103,
"pulse": 62104,
"question": 62105,
"quote": 62106,
"reply": 62107,
"repo": 62108,
"repo-clone": 62109,
"repo-deleted": 62110,
"repo-forked": 62111,
"repo-pull": 62112,
"repo-push": 62113,
"repo-template": 62114,
"report": 62115,
"rocket": 62116,
"rows": 62117,
"rss": 61901,
"ruby": 62118,
"screen-full": 62119,
"screen-normal": 62120,
"search": 61904,
"server": 61906,
"share": 61908,
"share-android": 62121,
"shield": 61910,
"shield-check": 62122,
"shield-lock": 62123,
"shield-x": 62124,
"sidebar-collapse": 62125,
"sidebar-expand": 62126,
"sign-in": 62127,
"sign-out": 62128,
"single-select": 62129,
"skip": 62130,
"smiley": 62131,
"sort-asc": 62132,
"sort-desc": 62133,
"square": 61924,
"square-fill": 62134,
"squirrel": 62135,
"stack": 62136,
"star": 61925,
"star-fill": 62137,
"stop": 62138,
"stopwatch": 62139,
"strikethrough": 62140,
"sun": 61927,
"sync": 62141,
"tab-external": 62142,
"table": 62143,
"tag": 61931,
"tasklist": 62144,
"telescope": 62145,
"telescope-fill": 62146,
"terminal": 61933,
"three-bars": 62147,
"thumbsdown": 62148,
"thumbsup": 62149,
"tools": 62150,
"trash": 61940,
"triangle-down": 62151,
"triangle-left": 62152,
"triangle-right": 62153,
"triangle-up": 62154,
"typography": 62155,
"unfold": 62156,
"unlock": 61953,
"unmute": 62157,
"unverified": 62158,
"upload": 61954,
"verified": 62159,
"versions": 62160,
"video": 61962,
"webhook": 62161,
"workflow": 62162,
"x": 61973,
"x-circle": 61974,
"x-circle-fill": 62163,
"zap": 61978
}

@@ -91,3 +91,3 @@ import React, { PureComponent } from 'react';

return (
<Text {...props}>
<Text selectable={false} {...props}>
{glyph}

@@ -94,0 +94,0 @@ {children}

@@ -1,3 +0,1 @@

const lodashTemplate = require('lodash.template');
const fromPairs = require('lodash.frompairs');
const fs = require('fs');

@@ -42,3 +40,6 @@

})
.reduce((acc, glyphs) => Object.assign(acc, fromPairs(glyphs)), {});
.reduce(
(acc, glyphs) => Object.assign(acc, Object.fromEntries(glyphs)),
{}
);
}

@@ -57,3 +58,4 @@

if (template) {
return lodashTemplate(template)({ glyphMap: content, ...data });
const templateVariables = { glyphMap: content, ...data };
return template.replace(/\${([^}]*)}/g, (_, key) => templateVariables[key]);
}

@@ -60,0 +62,0 @@ return content;

@@ -1,7 +0,5 @@

import isString from 'lodash.isstring';
import omit from 'lodash.omit';
import pick from 'lodash.pick';
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { StyleSheet, Text, TouchableHighlight, View } from 'react-native';
import { pick, omit } from './object-utils';

@@ -124,4 +122,6 @@ const styles = StyleSheet.create({

<Icon {...iconProps} />
{isString(children) ? (
<Text style={[styles.text, colorStyle]}>{children}</Text>
{typeof children === 'string' ? (
<Text style={[styles.text, colorStyle]} selectable={false}>
{children}
</Text>
) : (

@@ -128,0 +128,0 @@ children

{
"name": "react-native-vector-icons",
"version": "9.0.0",
"version": "9.1.0",
"description": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.",

@@ -64,8 +64,2 @@ "main": "dist/index.js",

"dependencies": {
"lodash.frompairs": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.isstring": "^4.0.1",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.template": "^4.5.0",
"prop-types": "^15.7.2",

@@ -77,4 +71,7 @@ "yargs": "^16.1.1"

"@babel/core": "^7.12.9",
"@mdi/font": "^5.3.45",
"@entypo-icons/core": "^1.0.1",
"@mdi/font": "^6.5.95",
"@primer/octicons": "^16.3.1",
"babel-eslint": "^10.1.0",
"css-social-buttons": "^1.1.1",
"eslint": "^7.2.0",

@@ -90,10 +87,10 @@ "eslint-config-airbnb": "^18.2.0",

"feather-icons": "^4.28.0",
"font-awesome": "^4.6.3",
"font-awesome": "^4.7.0",
"fontisto": "^3.0.4",
"ionicons": "^5.0.1",
"metro-react-native-babel-preset": "^0.66.2",
"octicons": "^8.4.1",
"prettier": "^1.19.1",
"react": "^17.0.2"
"react": "^17.0.2",
"simple-line-icons": "^2.5.5"
}
}

@@ -40,16 +40,16 @@ ![Vector Icons for React Native](https://cloud.githubusercontent.com/assets/378279/12009887/33f4ae1c-ac8d-11e5-8666-7a87458753ee.png)

- [`AntDesign`](https://ant.design/) by AntFinance (**297** icons)
- [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons)
- [`AntDesign`](https://ant.design/) by AntFinance (**298** icons)
- [`Entypo`](http://entypo.com) by Daniel Bruce (v1.0.1 **411** icons)
- [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.10.1, **70** icons)
- [`Feather`](http://feathericons.com) by Cole Bemis & Contributors (v4.28.0, **285** icons)
- [`Feather`](http://feathericons.com) by Cole Bemis & Contributors (v4.28.0, **286** icons)
- [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.7.0, **675** icons)
- [`FontAwesome 5`](https://fontawesome.com) by Fonticons, Inc. (v5.13.0, 1588 (free) **7842** (pro) icons)
- [`FontAwesome 5`](https://fontawesome.com) by Fonticons, Inc. (v5.15.3, 1598 (free) **7848** (pro) icons)
- [`Fontisto`](https://github.com/kenangundogan/fontisto) by Kenan Gündoğan (v3.0.4, **615** icons)
- [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons)
- [`Ionicons`](https://ionicons.com/) by Iconic Framework (v5.0.1, **1227** icons)
- [`MaterialIcons`](https://www.google.com/design/icons/) by Google, Inc. (v4.0.0, **1547** icons)
- [`MaterialCommunityIcons`](https://materialdesignicons.com/) by MaterialDesignIcons.com (v5.3.45, **5346** icons)
- [`Octicons`](http://octicons.github.com) by Github, Inc. (v8.4.1, **184** icons)
- [`Zocial`](http://zocial.smcllns.com/) by Sam Collins (v1.0, **100** icons)
- [`SimpleLineIcons`](https://simplelineicons.github.io/) by Sabbir & Contributors (v2.4.1, **189** icons)
- [`MaterialIcons`](https://www.google.com/design/icons/) by Google, Inc. (v4.0.0, **1517** icons)
- [`MaterialCommunityIcons`](https://materialdesignicons.com/) by MaterialDesignIcons.com (v6.5.95, **6596** icons)
- [`Octicons`](http://octicons.github.com) by Github, Inc. (v16.3.1, **250** icons)
- [`Zocial`](http://zocial.smcllns.com/) by Sam Collins (v1.4.0, **100** icons)
- [`SimpleLineIcons`](https://simplelineicons.github.io/) by Sabbir & Contributors (v2.5.5, **189** icons)

@@ -99,5 +99,21 @@ ## Installation

- In your XCode Settings, in the **Build Phases** tab, under **Copy Bundle Resources** add the fonts you have copied in the `Fonts` directory.
- For React Native > 0.60, when pods are installed/updated [auto linking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) will automatically add all fonts to the **Build Phases**, **Copy Pods Resources**. Which will end up in your bundle.
To avoid that, create a `react-native.config.js` file at the root of your react-native project with:
```js
module.exports = {
dependencies: {
'react-native-vector-icons': {
platforms: {
ios: null,
},
},
},
};
```
<br>
_Note: you need to recompile your project after adding new fonts, also ensure that they also appear under **Copy Bundle Resources** in **Build Phases**._
_Note: you need to recompile your project after adding new fonts.

@@ -110,3 +126,4 @@ If you want to use `getImageSource`/`getImageSourceSync`, then you need to add `RNVectorIcons.xcodeproj` to **Libraries** and add `libRNVectorIcons.a` to **Link Binary With Libraries** under **Build Phases**. [More info and screenshots about how to do this is available in the React Native documentation](https://reactnative.dev/docs/linking-libraries-ios.html#content).

_Note: Some users are having trouble using this method, try one of the others if you are too._
_Note: Some users are having trouble using this method, try one of the others if you are too._
For React Native > 0.60, [auto linking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) (equivalent of `react-native link`) will automatically run when Pods are installed or updated.

@@ -186,2 +203,3 @@ #### Option: With [CocoaPods](https://cocoapods.org/)

- Edit your `MainApplication.java` (deep in `android/app/src/main/java/...`) to look like this (note **two** places to edit):
- Note: this is optional step, it's necessary only and only if your **react-native app doesn't support auto-linking** otherwise you can ignore this.

@@ -675,3 +693,3 @@ ```diff

Template in lodash format [default: "./template/iconSet.tpl"]
Template in JS template string format [default: "./template/iconSet.tpl"]

@@ -678,0 +696,0 @@ For default template please provide `--componentName` and `--fontFamily`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc