purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
1,985 lines (1,973 loc) • 66 kB
JavaScript
/**
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
function getIcon(selector) {
if (selector === undefined || selector === null) {
console.warn('Selector is null or undefined')
return 'N/A'
}
if (typeof selector !== 'string' && typeof selector !== 'number') {
console.warn('Selector must be string or number')
return 'N/A'
}
return icons[selector] || 'N/A'
}
exports.getIcon = getIcon
function setTitle(selector, object) {
if (selector === undefined || selector === null) {
console.warn('Selector is null or undefined')
return
}
if (!object || typeof object !== 'object') {
console.warn('Invalid target object')
return
}
object.title = icons[selector] || 'N/A'
}
exports.setTitle = setTitle
function setText(selector, object) {
if (selector === undefined || selector === null) {
console.warn('Selector is null or undefined')
return
}
if (!object || typeof object !== 'object') {
console.warn('Invalid target object')
return
}
object.text = icons[selector] || 'N/A'
}
exports.setText = setText
function getRandomKey() {
return iconKeys[Math.floor(Math.random() * iconKeys.length)]
}
exports.getRandomKey = getRandomKey
function getRandomValue() {
return icons[iconKeys[Math.floor(Math.random() * iconKeys.length)]]
}
exports.getRandomValue = getRandomValue
const icons = {
'0': '\u0030',
'1': '\u0031',
'2': '\u0032',
'3': '\u0033',
'4': '\u0034',
'5': '\u0035',
'6': '\u0036',
'7': '\u0037',
'8': '\u0038',
'9': '\u0039',
'exclamation': '\u0021',
'hashtag': '\u0023',
'dollarSign': '\u0024',
'dollar': '\u0024',
'usd': '\u0024',
'percent': '\u0025',
'percentage': '\u0025',
'asterisk': '\u002a',
'plus': '\u002b',
'add': '\u002b',
'lessThan': '\u003c',
'equals': '\u003d',
'greaterThan': '\u003e',
'question': '\u003f',
'at': '\u0040',
'a': '\u0041',
'b': '\u0042',
'c': '\u0043',
'd': '\u0044',
'e': '\u0045',
'f': '\u0046',
'g': '\u0047',
'h': '\u0048',
'i': '\u0049',
'j': '\u004a',
'k': '\u004b',
'l': '\u004c',
'm': '\u004d',
'n': '\u004e',
'o': '\u004f',
'p': '\u0050',
'q': '\u0051',
'r': '\u0052',
's': '\u0053',
't': '\u0054',
'u': '\u0055',
'v': '\u0056',
'w': '\u0057',
'x': '\u0058',
'y': '\u0059',
'z': '\u005a',
'faucet': '\ue005',
'faucetDrip': '\ue006',
'houseChimneyWindow': '\ue00d',
'houseSignal': '\ue012',
'temperatureArrowDown': '\ue03f',
'temperatureDown': '\ue03f',
'temperatureArrowUp': '\ue040',
'temperatureUp': '\ue040',
'trailer': '\ue041',
'bacteria': '\ue059',
'bacterium': '\ue05a',
'boxTissue': '\ue05b',
'handHoldingMedical': '\ue05c',
'handSparkles': '\ue05d',
'handsBubbles': '\ue05e',
'handsWash': '\ue05e',
'handshakeSlash': '\ue060',
'handshakeAltSlash': '\ue060',
'handshakeSimpleSlash': '\ue060',
'headSideCough': '\ue061',
'headSideCoughSlash': '\ue062',
'headSideMask': '\ue063',
'headSideVirus': '\ue064',
'houseChimneyUser': '\ue065',
'houseLaptop': '\ue066',
'laptopHouse': '\ue066',
'lungsVirus': '\ue067',
'peopleArrows': '\ue068',
'peopleArrowsLeftRight': '\ue068',
'planeSlash': '\ue069',
'pumpMedical': '\ue06a',
'pumpSoap': '\ue06b',
'shieldVirus': '\ue06c',
'sink': '\ue06d',
'soap': '\ue06e',
'stopwatch20': '\ue06f',
'shopSlash': '\ue070',
'storeAltSlash': '\ue070',
'storeSlash': '\ue071',
'toiletPaperSlash': '\ue072',
'usersSlash': '\ue073',
'virus': '\ue074',
'virusSlash': '\ue075',
'viruses': '\ue076',
'vest': '\ue085',
'vestPatches': '\ue086',
'arrowTrendDown': '\ue097',
'arrowTrendUp': '\ue098',
'arrowUpFromBracket': '\ue09a',
'australSign': '\ue0a9',
'bahtSign': '\ue0ac',
'bitcoinSign': '\ue0b4',
'boltLightning': '\ue0b7',
'bookBookmark': '\ue0bb',
'cameraRotate': '\ue0d8',
'cediSign': '\ue0df',
'chartColumn': '\ue0e3',
'chartGantt': '\ue0e4',
'clapperboard': '\ue131',
'closedCaptioningSlash': '\ue135',
'clover': '\ue139',
'codeCompare': '\ue13a',
'codeFork': '\ue13b',
'codePullRequest': '\ue13c',
'colonSign': '\ue140',
'cruzeiroSign': '\ue152',
'display': '\ue163',
'dongSign': '\ue169',
'elevator': '\ue16d',
'filterCircleXmark': '\ue17b',
'florinSign': '\ue184',
'folderClosed': '\ue185',
'francSign': '\ue18f',
'guaraniSign': '\ue19a',
'gun': '\ue19b',
'handsClapping': '\ue1a8',
'houseUser': '\ue1b0',
'homeUser': '\ue1b0',
'indianRupeeSign': '\ue1bc',
'indianRupee': '\ue1bc',
'inr': '\ue1bc',
'kipSign': '\ue1c4',
'lariSign': '\ue1c8',
'litecoinSign': '\ue1d3',
'manatSign': '\ue1d5',
'maskFace': '\ue1d7',
'millSign': '\ue1ed',
'moneyBills': '\ue1f3',
'nairaSign': '\ue1f6',
'notdef': '\ue1fe',
'panorama': '\ue209',
'pesetaSign': '\ue221',
'pesoSign': '\ue222',
'planeUp': '\ue22d',
'rupiahSign': '\ue23d',
'stairs': '\ue289',
'timeline': '\ue29c',
'truckFront': '\ue2b7',
'turkishLiraSign': '\ue2bb',
'try': '\ue2bb',
'turkishLira': '\ue2bb',
'vault': '\ue2c5',
'wandMagicSparkles': '\ue2ca',
'magicWandSparkles': '\ue2ca',
'wheatAwn': '\ue2cd',
'wheatAlt': '\ue2cd',
'wheelchairMove': '\ue2ce',
'wheelchairAlt': '\ue2ce',
'bangladeshiTakaSign': '\ue2e6',
'bowlRice': '\ue2eb',
'personPregnant': '\ue31e',
'houseChimney': '\ue3af',
'homeLg': '\ue3af',
'houseCrack': '\ue3b1',
'houseMedical': '\ue3b2',
'centSign': '\ue3f5',
'plusMinus': '\ue43c',
'sailboat': '\ue445',
'section': '\ue447',
'shrimp': '\ue448',
'brazilianRealSign': '\ue46c',
'chartSimple': '\ue473',
'diagramNext': '\ue476',
'diagramPredecessor': '\ue477',
'diagramSuccessor': '\ue47a',
'earthOceania': '\ue47b',
'globeOceania': '\ue47b',
'bugSlash': '\ue490',
'fileCirclePlus': '\ue494',
'shopLock': '\ue4a5',
'virusCovid': '\ue4a8',
'virusCovidSlash': '\ue4a9',
'anchorCircleCheck': '\ue4aa',
'anchorCircleExclamation': '\ue4ab',
'anchorCircleXmark': '\ue4ac',
'anchorLock': '\ue4ad',
'arrowDownUpAcrossLine': '\ue4af',
'arrowDownUpLock': '\ue4b0',
'arrowRightToCity': '\ue4b3',
'arrowUpFromGroundWater': '\ue4b5',
'arrowUpFromWaterPump': '\ue4b6',
'arrowUpRightDots': '\ue4b7',
'arrowsDownToLine': '\ue4b8',
'arrowsDownToPeople': '\ue4b9',
'arrowsLeftRightToLine': '\ue4ba',
'arrowsSpin': '\ue4bb',
'arrowsSplitUpAndLeft': '\ue4bc',
'arrowsToCircle': '\ue4bd',
'arrowsToDot': '\ue4be',
'arrowsToEye': '\ue4bf',
'arrowsTurnRight': '\ue4c0',
'arrowsTurnToDots': '\ue4c1',
'arrowsUpToLine': '\ue4c2',
'boreHole': '\ue4c3',
'bottleDroplet': '\ue4c4',
'bottleWater': '\ue4c5',
'bowlFood': '\ue4c6',
'boxesPacking': '\ue4c7',
'bridge': '\ue4c8',
'bridgeCircleCheck': '\ue4c9',
'bridgeCircleExclamation': '\ue4ca',
'bridgeCircleXmark': '\ue4cb',
'bridgeLock': '\ue4cc',
'bridgeWater': '\ue4ce',
'bucket': '\ue4cf',
'bugs': '\ue4d0',
'buildingCircleArrowRight': '\ue4d1',
'buildingCircleCheck': '\ue4d2',
'buildingCircleExclamation': '\ue4d3',
'buildingCircleXmark': '\ue4d4',
'buildingFlag': '\ue4d5',
'buildingLock': '\ue4d6',
'buildingNgo': '\ue4d7',
'buildingShield': '\ue4d8',
'buildingUn': '\ue4d9',
'buildingUser': '\ue4da',
'buildingWheat': '\ue4db',
'burst': '\ue4dc',
'carOn': '\ue4dd',
'carTunnel': '\ue4de',
'childCombatant': '\ue4e0',
'childRifle': '\ue4e0',
'children': '\ue4e1',
'circleNodes': '\ue4e2',
'clipboardQuestion': '\ue4e3',
'cloudShowersWater': '\ue4e4',
'computer': '\ue4e5',
'cubesStacked': '\ue4e6',
'envelopeCircleCheck': '\ue4e8',
'explosion': '\ue4e9',
'ferry': '\ue4ea',
'fileCircleExclamation': '\ue4eb',
'fileCircleMinus': '\ue4ed',
'fileCircleQuestion': '\ue4ef',
'fileShield': '\ue4f0',
'fireBurner': '\ue4f1',
'fishFins': '\ue4f2',
'flaskVial': '\ue4f3',
'glassWater': '\ue4f4',
'glassWaterDroplet': '\ue4f5',
'groupArrowsRotate': '\ue4f6',
'handHoldingHand': '\ue4f7',
'handcuffs': '\ue4f8',
'handsBound': '\ue4f9',
'handsHoldingChild': '\ue4fa',
'handsHoldingCircle': '\ue4fb',
'heartCircleBolt': '\ue4fc',
'heartCircleCheck': '\ue4fd',
'heartCircleExclamation': '\ue4fe',
'heartCircleMinus': '\ue4ff',
'heartCirclePlus': '\ue500',
'heartCircleXmark': '\ue501',
'helicopterSymbol': '\ue502',
'helmetUn': '\ue503',
'hillAvalanche': '\ue507',
'hillRockslide': '\ue508',
'houseCircleCheck': '\ue509',
'houseCircleExclamation': '\ue50a',
'houseCircleXmark': '\ue50b',
'houseFire': '\ue50c',
'houseFlag': '\ue50d',
'houseFloodWater': '\ue50e',
'houseFloodWaterCircleArrowRight': '\ue50f',
'houseLock': '\ue510',
'houseMedicalCircleCheck': '\ue511',
'houseMedicalCircleExclamation': '\ue512',
'houseMedicalCircleXmark': '\ue513',
'houseMedicalFlag': '\ue514',
'houseTsunami': '\ue515',
'jar': '\ue516',
'jarWheat': '\ue517',
'jetFighterUp': '\ue518',
'jugDetergent': '\ue519',
'kitchenSet': '\ue51a',
'landMineOn': '\ue51b',
'landmarkFlag': '\ue51c',
'laptopFile': '\ue51d',
'linesLeaning': '\ue51e',
'locationPinLock': '\ue51f',
'locust': '\ue520',
'magnifyingGlassArrowRight': '\ue521',
'magnifyingGlassChart': '\ue522',
'marsAndVenusBurst': '\ue523',
'maskVentilator': '\ue524',
'mattressPillow': '\ue525',
'mobileRetro': '\ue527',
'moneyBillTransfer': '\ue528',
'moneyBillTrendUp': '\ue529',
'moneyBillWheat': '\ue52a',
'mosquito': '\ue52b',
'mosquitoNet': '\ue52c',
'mound': '\ue52d',
'mountainCity': '\ue52e',
'mountainSun': '\ue52f',
'oilWell': '\ue532',
'peopleGroup': '\ue533',
'peopleLine': '\ue534',
'peoplePulling': '\ue535',
'peopleRobbery': '\ue536',
'peopleRoof': '\ue537',
'personArrowDownToLine': '\ue538',
'personArrowUpFromLine': '\ue539',
'personBreastfeeding': '\ue53a',
'personBurst': '\ue53b',
'personCane': '\ue53c',
'personChalkboard': '\ue53d',
'personCircleCheck': '\ue53e',
'personCircleExclamation': '\ue53f',
'personCircleMinus': '\ue540',
'personCirclePlus': '\ue541',
'personCircleQuestion': '\ue542',
'personCircleXmark': '\ue543',
'personDressBurst': '\ue544',
'personDrowning': '\ue545',
'personFalling': '\ue546',
'personFallingBurst': '\ue547',
'personHalfDress': '\ue548',
'personHarassing': '\ue549',
'personMilitaryPointing': '\ue54a',
'personMilitaryRifle': '\ue54b',
'personMilitaryToPerson': '\ue54c',
'personRays': '\ue54d',
'personRifle': '\ue54e',
'personShelter': '\ue54f',
'personWalkingArrowLoopLeft': '\ue551',
'personWalkingArrowRight': '\ue552',
'personWalkingDashedLineArrowRight': '\ue553',
'personWalkingLuggage': '\ue554',
'planeCircleCheck': '\ue555',
'planeCircleExclamation': '\ue556',
'planeCircleXmark': '\ue557',
'planeLock': '\ue558',
'plateWheat': '\ue55a',
'plugCircleBolt': '\ue55b',
'plugCircleCheck': '\ue55c',
'plugCircleExclamation': '\ue55d',
'plugCircleMinus': '\ue55e',
'plugCirclePlus': '\ue55f',
'plugCircleXmark': '\ue560',
'rankingStar': '\ue561',
'roadBarrier': '\ue562',
'roadBridge': '\ue563',
'roadCircleCheck': '\ue564',
'roadCircleExclamation': '\ue565',
'roadCircleXmark': '\ue566',
'roadLock': '\ue567',
'roadSpikes': '\ue568',
'rug': '\ue569',
'sackXmark': '\ue56a',
'schoolCircleCheck': '\ue56b',
'schoolCircleExclamation': '\ue56c',
'schoolCircleXmark': '\ue56d',
'schoolFlag': '\ue56e',
'schoolLock': '\ue56f',
'sheetPlastic': '\ue571',
'shieldCat': '\ue572',
'shieldDog': '\ue573',
'shieldHeart': '\ue574',
'squareNfi': '\ue576',
'squarePersonConfined': '\ue577',
'squareVirus': '\ue578',
'staffSnake': '\ue579',
'rodAsclepius': '\ue579',
'rodSnake': '\ue579',
'staffAesculapius': '\ue579',
'sunPlantWilt': '\ue57a',
'tarp': '\ue57b',
'tarpDroplet': '\ue57c',
'tent': '\ue57d',
'tentArrowDownToLine': '\ue57e',
'tentArrowLeftRight': '\ue57f',
'tentArrowTurnLeft': '\ue580',
'tentArrowsDown': '\ue581',
'tents': '\ue582',
'toiletPortable': '\ue583',
'toiletsPortable': '\ue584',
'towerCell': '\ue585',
'towerObservation': '\ue586',
'treeCity': '\ue587',
'trowel': '\ue589',
'trowelBricks': '\ue58a',
'truckArrowRight': '\ue58b',
'truckDroplet': '\ue58c',
'truckField': '\ue58d',
'truckFieldUn': '\ue58e',
'truckPlane': '\ue58f',
'usersBetweenLines': '\ue591',
'usersLine': '\ue592',
'usersRays': '\ue593',
'usersRectangle': '\ue594',
'usersViewfinder': '\ue595',
'vialCircleCheck': '\ue596',
'vialVirus': '\ue597',
'wheatAwnCircleExclamation': '\ue598',
'worm': '\ue599',
'xmarksLines': '\ue59a',
'childDress': '\ue59c',
'childReaching': '\ue59d',
'fileCircleCheck': '\ue5a0',
'fileCircleXmark': '\ue5a1',
'personThroughWindow': '\ue5a9',
'plantWilt': '\ue5aa',
'stapler': '\ue5af',
'trainTram': '\ue5b4',
'tableCellsColumnLock': '\ue678',
'tableCellsRowLock': '\ue67a',
'webAwesome': '\ue682',
'thumbtackSlash': '\ue68f',
'thumbTackSlash': '\ue68f',
'tableCellsRowUnlock': '\ue691',
'chartDiagram': '\ue695',
'commentNodes': '\ue696',
'fileFragment': '\ue697',
'fileHalfDashed': '\ue698',
'hexagonNodes': '\ue699',
'hexagonNodesBolt': '\ue69a',
'squareBinary': '\ue69b',
'pentagon': '\ue790',
'nonBinary': '\ue807',
'spiral': '\ue80a',
'pictureInPicture': '\ue80b',
'mobileVibrate': '\ue816',
'singleQuoteLeft': '\ue81b',
'singleQuoteRight': '\ue81c',
'busSide': '\ue81d',
'septagon': '\ue820',
'heptagon': '\ue820',
'aquarius': '\ue845',
'aries': '\ue846',
'cancer': '\ue847',
'capricorn': '\ue848',
'gemini': '\ue849',
'leo': '\ue84a',
'libra': '\ue84b',
'pisces': '\ue84c',
'sagittarius': '\ue84d',
'scorpio': '\ue84e',
'taurus': '\ue84f',
'virgo': '\ue850',
'martiniGlassEmpty': '\uf000',
'glassMartini': '\uf000',
'music': '\uf001',
'magnifyingGlass': '\uf002',
'search': '\uf002',
'heart': '\uf004',
'star': '\uf005',
'user': '\uf007',
'userAlt': '\uf007',
'userLarge': '\uf007',
'film': '\uf008',
'filmAlt': '\uf008',
'filmSimple': '\uf008',
'tableCellsLarge': '\uf009',
'thLarge': '\uf009',
'tableCells': '\uf00a',
'th': '\uf00a',
'tableList': '\uf00b',
'thList': '\uf00b',
'check': '\uf00c',
'xmark': '\uf00d',
'close': '\uf00d',
'multiply': '\uf00d',
'remove': '\uf00d',
'times': '\uf00d',
'magnifyingGlassPlus': '\uf00e',
'searchPlus': '\uf00e',
'magnifyingGlassMinus': '\uf010',
'searchMinus': '\uf010',
'powerOff': '\uf011',
'signal': '\uf012',
'signal5': '\uf012',
'signalPerfect': '\uf012',
'gear': '\uf013',
'cog': '\uf013',
'house': '\uf015',
'home': '\uf015',
'homeAlt': '\uf015',
'homeLgAlt': '\uf015',
'clock': '\uf017',
'clockFour': '\uf017',
'road': '\uf018',
'download': '\uf019',
'inbox': '\uf01c',
'arrowRotateRight': '\uf01e',
'arrowRightRotate': '\uf01e',
'arrowRotateForward': '\uf01e',
'redo': '\uf01e',
'arrowsRotate': '\uf021',
'refresh': '\uf021',
'sync': '\uf021',
'rectangleList': '\uf022',
'listAlt': '\uf022',
'lock': '\uf023',
'flag': '\uf024',
'headphones': '\uf025',
'headphonesAlt': '\uf025',
'headphonesSimple': '\uf025',
'volumeOff': '\uf026',
'volumeLow': '\uf027',
'volumeDown': '\uf027',
'volumeHigh': '\uf028',
'volumeUp': '\uf028',
'qrcode': '\uf029',
'barcode': '\uf02a',
'tag': '\uf02b',
'tags': '\uf02c',
'book': '\uf02d',
'bookmark': '\uf02e',
'print': '\uf02f',
'camera': '\uf030',
'cameraAlt': '\uf030',
'font': '\uf031',
'bold': '\uf032',
'italic': '\uf033',
'textHeight': '\uf034',
'textWidth': '\uf035',
'alignLeft': '\uf036',
'alignCenter': '\uf037',
'alignRight': '\uf038',
'alignJustify': '\uf039',
'list': '\uf03a',
'listSquares': '\uf03a',
'outdent': '\uf03b',
'dedent': '\uf03b',
'indent': '\uf03c',
'video': '\uf03d',
'videoCamera': '\uf03d',
'image': '\uf03e',
'locationPin': '\uf041',
'mapMarker': '\uf041',
'circleHalfStroke': '\uf042',
'adjust': '\uf042',
'droplet': '\uf043',
'tint': '\uf043',
'penToSquare': '\uf044',
'edit': '\uf044',
'arrowsUpDownLeftRight': '\uf047',
'arrows': '\uf047',
'backwardStep': '\uf048',
'stepBackward': '\uf048',
'backwardFast': '\uf049',
'fastBackward': '\uf049',
'backward': '\uf04a',
'play': '\uf04b',
'pause': '\uf04c',
'stop': '\uf04d',
'forward': '\uf04e',
'forwardFast': '\uf050',
'fastForward': '\uf050',
'forwardStep': '\uf051',
'stepForward': '\uf051',
'eject': '\uf052',
'chevronLeft': '\uf053',
'chevronRight': '\uf054',
'circlePlus': '\uf055',
'plusCircle': '\uf055',
'circleMinus': '\uf056',
'minusCircle': '\uf056',
'circleXmark': '\uf057',
'timesCircle': '\uf057',
'xmarkCircle': '\uf057',
'circleCheck': '\uf058',
'checkCircle': '\uf058',
'circleQuestion': '\uf059',
'questionCircle': '\uf059',
'circleInfo': '\uf05a',
'infoCircle': '\uf05a',
'crosshairs': '\uf05b',
'ban': '\uf05e',
'cancel': '\uf05e',
'arrowLeft': '\uf060',
'arrowRight': '\uf061',
'arrowUp': '\uf062',
'arrowDown': '\uf063',
'share': '\uf064',
'mailForward': '\uf064',
'expand': '\uf065',
'compress': '\uf066',
'minus': '\uf068',
'subtract': '\uf068',
'circleExclamation': '\uf06a',
'exclamationCircle': '\uf06a',
'gift': '\uf06b',
'leaf': '\uf06c',
'fire': '\uf06d',
'eye': '\uf06e',
'eyeSlash': '\uf070',
'triangleExclamation': '\uf071',
'exclamationTriangle': '\uf071',
'warning': '\uf071',
'plane': '\uf072',
'calendarDays': '\uf073',
'calendarAlt': '\uf073',
'shuffle': '\uf074',
'random': '\uf074',
'comment': '\uf075',
'magnet': '\uf076',
'chevronUp': '\uf077',
'chevronDown': '\uf078',
'retweet': '\uf079',
'cartShopping': '\uf07a',
'shoppingCart': '\uf07a',
'folder': '\uf07b',
'folderBlank': '\uf07b',
'folderOpen': '\uf07c',
'arrowsUpDown': '\uf07d',
'arrowsV': '\uf07d',
'arrowsLeftRight': '\uf07e',
'arrowsH': '\uf07e',
'chartBar': '\uf080',
'barChart': '\uf080',
'cameraRetro': '\uf083',
'key': '\uf084',
'gears': '\uf085',
'cogs': '\uf085',
'comments': '\uf086',
'starHalf': '\uf089',
'arrowRightFromBracket': '\uf08b',
'signOut': '\uf08b',
'thumbtack': '\uf08d',
'thumbTack': '\uf08d',
'arrowUpRightFromSquare': '\uf08e',
'externalLink': '\uf08e',
'arrowRightToBracket': '\uf090',
'signIn': '\uf090',
'trophy': '\uf091',
'upload': '\uf093',
'lemon': '\uf094',
'phone': '\uf095',
'squarePhone': '\uf098',
'phoneSquare': '\uf098',
'unlock': '\uf09c',
'creditCard': '\uf09d',
'creditCardAlt': '\uf09d',
'rss': '\uf09e',
'feed': '\uf09e',
'hardDrive': '\uf0a0',
'hdd': '\uf0a0',
'bullhorn': '\uf0a1',
'certificate': '\uf0a3',
'handPointRight': '\uf0a4',
'handPointLeft': '\uf0a5',
'handPointUp': '\uf0a6',
'handPointDown': '\uf0a7',
'circleArrowLeft': '\uf0a8',
'arrowCircleLeft': '\uf0a8',
'circleArrowRight': '\uf0a9',
'arrowCircleRight': '\uf0a9',
'circleArrowUp': '\uf0aa',
'arrowCircleUp': '\uf0aa',
'circleArrowDown': '\uf0ab',
'arrowCircleDown': '\uf0ab',
'globe': '\uf0ac',
'wrench': '\uf0ad',
'listCheck': '\uf0ae',
'tasks': '\uf0ae',
'filter': '\uf0b0',
'briefcase': '\uf0b1',
'upDownLeftRight': '\uf0b2',
'arrowsAlt': '\uf0b2',
'users': '\uf0c0',
'link': '\uf0c1',
'chain': '\uf0c1',
'cloud': '\uf0c2',
'flask': '\uf0c3',
'scissors': '\uf0c4',
'cut': '\uf0c4',
'copy': '\uf0c5',
'paperclip': '\uf0c6',
'floppyDisk': '\uf0c7',
'save': '\uf0c7',
'square': '\uf0c8',
'bars': '\uf0c9',
'navicon': '\uf0c9',
'listUl': '\uf0ca',
'listDots': '\uf0ca',
'listOl': '\uf0cb',
'list12': '\uf0cb',
'listNumeric': '\uf0cb',
'strikethrough': '\uf0cc',
'underline': '\uf0cd',
'table': '\uf0ce',
'wandMagic': '\uf0d0',
'magic': '\uf0d0',
'truck': '\uf0d1',
'moneyBill': '\uf0d6',
'caretDown': '\uf0d7',
'caretUp': '\uf0d8',
'caretLeft': '\uf0d9',
'caretRight': '\uf0da',
'tableColumns': '\uf0db',
'columns': '\uf0db',
'sort': '\uf0dc',
'unsorted': '\uf0dc',
'sortDown': '\uf0dd',
'sortDesc': '\uf0dd',
'sortUp': '\uf0de',
'sortAsc': '\uf0de',
'envelope': '\uf0e0',
'arrowRotateLeft': '\uf0e2',
'arrowLeftRotate': '\uf0e2',
'arrowRotateBack': '\uf0e2',
'arrowRotateBackward': '\uf0e2',
'undo': '\uf0e2',
'gavel': '\uf0e3',
'legal': '\uf0e3',
'bolt': '\uf0e7',
'zap': '\uf0e7',
'sitemap': '\uf0e8',
'umbrella': '\uf0e9',
'paste': '\uf0ea',
'fileClipboard': '\uf0ea',
'lightbulb': '\uf0eb',
'arrowRightArrowLeft': '\uf0ec',
'exchange': '\uf0ec',
'cloudArrowDown': '\uf0ed',
'cloudDownload': '\uf0ed',
'cloudDownloadAlt': '\uf0ed',
'cloudArrowUp': '\uf0ee',
'cloudUpload': '\uf0ee',
'cloudUploadAlt': '\uf0ee',
'userDoctor': '\uf0f0',
'userMd': '\uf0f0',
'stethoscope': '\uf0f1',
'suitcase': '\uf0f2',
'bell': '\uf0f3',
'mugSaucer': '\uf0f4',
'coffee': '\uf0f4',
'hospital': '\uf0f8',
'hospitalAlt': '\uf0f8',
'hospitalWide': '\uf0f8',
'truckMedical': '\uf0f9',
'ambulance': '\uf0f9',
'suitcaseMedical': '\uf0fa',
'medkit': '\uf0fa',
'jetFighter': '\uf0fb',
'fighterJet': '\uf0fb',
'beerMugEmpty': '\uf0fc',
'beer': '\uf0fc',
'squareH': '\uf0fd',
'hSquare': '\uf0fd',
'squarePlus': '\uf0fe',
'plusSquare': '\uf0fe',
'anglesLeft': '\uf100',
'angleDoubleLeft': '\uf100',
'anglesRight': '\uf101',
'angleDoubleRight': '\uf101',
'anglesUp': '\uf102',
'angleDoubleUp': '\uf102',
'anglesDown': '\uf103',
'angleDoubleDown': '\uf103',
'angleLeft': '\uf104',
'angleRight': '\uf105',
'angleUp': '\uf106',
'angleDown': '\uf107',
'laptop': '\uf109',
'tabletButton': '\uf10a',
'mobileButton': '\uf10b',
'quoteLeft': '\uf10d',
'quoteLeftAlt': '\uf10d',
'quoteRight': '\uf10e',
'quoteRightAlt': '\uf10e',
'spinner': '\uf110',
'circle': '\uf111',
'faceSmile': '\uf118',
'smile': '\uf118',
'faceFrown': '\uf119',
'frown': '\uf119',
'faceMeh': '\uf11a',
'meh': '\uf11a',
'gamepad': '\uf11b',
'keyboard': '\uf11c',
'flagCheckered': '\uf11e',
'terminal': '\uf120',
'code': '\uf121',
'replyAll': '\uf122',
'mailReplyAll': '\uf122',
'locationArrow': '\uf124',
'crop': '\uf125',
'codeBranch': '\uf126',
'linkSlash': '\uf127',
'chainBroken': '\uf127',
'chainSlash': '\uf127',
'unlink': '\uf127',
'info': '\uf129',
'superscript': '\uf12b',
'subscript': '\uf12c',
'eraser': '\uf12d',
'puzzlePiece': '\uf12e',
'microphone': '\uf130',
'microphoneSlash': '\uf131',
'shield': '\uf132',
'shieldBlank': '\uf132',
'calendar': '\uf133',
'fireExtinguisher': '\uf134',
'rocket': '\uf135',
'circleChevronLeft': '\uf137',
'chevronCircleLeft': '\uf137',
'circleChevronRight': '\uf138',
'chevronCircleRight': '\uf138',
'circleChevronUp': '\uf139',
'chevronCircleUp': '\uf139',
'circleChevronDown': '\uf13a',
'chevronCircleDown': '\uf13a',
'anchor': '\uf13d',
'unlockKeyhole': '\uf13e',
'unlockAlt': '\uf13e',
'bullseye': '\uf140',
'ellipsis': '\uf141',
'ellipsisH': '\uf141',
'ellipsisVertical': '\uf142',
'ellipsisV': '\uf142',
'squareRss': '\uf143',
'rssSquare': '\uf143',
'circlePlay': '\uf144',
'playCircle': '\uf144',
'ticket': '\uf145',
'squareMinus': '\uf146',
'minusSquare': '\uf146',
'arrowTurnUp': '\uf148',
'levelUp': '\uf148',
'arrowTurnDown': '\uf149',
'levelDown': '\uf149',
'squareCheck': '\uf14a',
'checkSquare': '\uf14a',
'squarePen': '\uf14b',
'penSquare': '\uf14b',
'pencilSquare': '\uf14b',
'squareArrowUpRight': '\uf14c',
'externalLinkSquare': '\uf14c',
'shareFromSquare': '\uf14d',
'shareSquare': '\uf14d',
'compass': '\uf14e',
'squareCaretDown': '\uf150',
'caretSquareDown': '\uf150',
'squareCaretUp': '\uf151',
'caretSquareUp': '\uf151',
'squareCaretRight': '\uf152',
'caretSquareRight': '\uf152',
'euroSign': '\uf153',
'eur': '\uf153',
'euro': '\uf153',
'sterlingSign': '\uf154',
'gbp': '\uf154',
'poundSign': '\uf154',
'rupeeSign': '\uf156',
'rupee': '\uf156',
'yenSign': '\uf157',
'cny': '\uf157',
'jpy': '\uf157',
'rmb': '\uf157',
'yen': '\uf157',
'rubleSign': '\uf158',
'rouble': '\uf158',
'rub': '\uf158',
'ruble': '\uf158',
'wonSign': '\uf159',
'krw': '\uf159',
'won': '\uf159',
'file': '\uf15b',
'fileLines': '\uf15c',
'fileAlt': '\uf15c',
'fileText': '\uf15c',
'arrowDownAZ': '\uf15d',
'sortAlphaAsc': '\uf15d',
'sortAlphaDown': '\uf15d',
'arrowUpAZ': '\uf15e',
'sortAlphaUp': '\uf15e',
'arrowDownWideShort': '\uf160',
'sortAmountAsc': '\uf160',
'sortAmountDown': '\uf160',
'arrowUpWideShort': '\uf161',
'sortAmountUp': '\uf161',
'arrowDown19': '\uf162',
'sortNumericAsc': '\uf162',
'sortNumericDown': '\uf162',
'arrowUp19': '\uf163',
'sortNumericUp': '\uf163',
'thumbsUp': '\uf164',
'thumbsDown': '\uf165',
'arrowDownLong': '\uf175',
'longArrowDown': '\uf175',
'arrowUpLong': '\uf176',
'longArrowUp': '\uf176',
'arrowLeftLong': '\uf177',
'longArrowLeft': '\uf177',
'arrowRightLong': '\uf178',
'longArrowRight': '\uf178',
'personDress': '\uf182',
'female': '\uf182',
'person': '\uf183',
'male': '\uf183',
'sun': '\uf185',
'moon': '\uf186',
'boxArchive': '\uf187',
'archive': '\uf187',
'bug': '\uf188',
'squareCaretLeft': '\uf191',
'caretSquareLeft': '\uf191',
'circleDot': '\uf192',
'dotCircle': '\uf192',
'wheelchair': '\uf193',
'liraSign': '\uf195',
'shuttleSpace': '\uf197',
'spaceShuttle': '\uf197',
'squareEnvelope': '\uf199',
'envelopeSquare': '\uf199',
'buildingColumns': '\uf19c',
'bank': '\uf19c',
'institution': '\uf19c',
'museum': '\uf19c',
'university': '\uf19c',
'graduationCap': '\uf19d',
'mortarBoard': '\uf19d',
'language': '\uf1ab',
'fax': '\uf1ac',
'building': '\uf1ad',
'child': '\uf1ae',
'paw': '\uf1b0',
'cube': '\uf1b2',
'cubes': '\uf1b3',
'recycle': '\uf1b8',
'car': '\uf1b9',
'automobile': '\uf1b9',
'taxi': '\uf1ba',
'cab': '\uf1ba',
'tree': '\uf1bb',
'database': '\uf1c0',
'filePdf': '\uf1c1',
'fileWord': '\uf1c2',
'fileExcel': '\uf1c3',
'filePowerpoint': '\uf1c4',
'fileImage': '\uf1c5',
'fileZipper': '\uf1c6',
'fileArchive': '\uf1c6',
'fileAudio': '\uf1c7',
'fileVideo': '\uf1c8',
'fileCode': '\uf1c9',
'lifeRing': '\uf1cd',
'circleNotch': '\uf1ce',
'paperPlane': '\uf1d8',
'clockRotateLeft': '\uf1da',
'history': '\uf1da',
'heading': '\uf1dc',
'header': '\uf1dc',
'paragraph': '\uf1dd',
'sliders': '\uf1de',
'slidersH': '\uf1de',
'shareNodes': '\uf1e0',
'shareAlt': '\uf1e0',
'squareShareNodes': '\uf1e1',
'shareAltSquare': '\uf1e1',
'bomb': '\uf1e2',
'futbol': '\uf1e3',
'futbolBall': '\uf1e3',
'soccerBall': '\uf1e3',
'tty': '\uf1e4',
'teletype': '\uf1e4',
'binoculars': '\uf1e5',
'plug': '\uf1e6',
'newspaper': '\uf1ea',
'wifi': '\uf1eb',
'wifi3': '\uf1eb',
'wifiStrong': '\uf1eb',
'calculator': '\uf1ec',
'bellSlash': '\uf1f6',
'trash': '\uf1f8',
'copyright': '\uf1f9',
'eyeDropper': '\uf1fb',
'eyeDropperEmpty': '\uf1fb',
'eyedropper': '\uf1fb',
'paintbrush': '\uf1fc',
'paintBrush': '\uf1fc',
'cakeCandles': '\uf1fd',
'birthdayCake': '\uf1fd',
'cake': '\uf1fd',
'chartArea': '\uf1fe',
'areaChart': '\uf1fe',
'chartPie': '\uf200',
'pieChart': '\uf200',
'chartLine': '\uf201',
'lineChart': '\uf201',
'toggleOff': '\uf204',
'toggleOn': '\uf205',
'bicycle': '\uf206',
'bus': '\uf207',
'closedCaptioning': '\uf20a',
'shekelSign': '\uf20b',
'ils': '\uf20b',
'shekel': '\uf20b',
'sheqel': '\uf20b',
'sheqelSign': '\uf20b',
'cartPlus': '\uf217',
'cartArrowDown': '\uf218',
'diamond': '\uf219',
'ship': '\uf21a',
'userSecret': '\uf21b',
'motorcycle': '\uf21c',
'streetView': '\uf21d',
'heartPulse': '\uf21e',
'heartbeat': '\uf21e',
'venus': '\uf221',
'mars': '\uf222',
'mercury': '\uf223',
'marsAndVenus': '\uf224',
'transgender': '\uf225',
'transgenderAlt': '\uf225',
'venusDouble': '\uf226',
'marsDouble': '\uf227',
'venusMars': '\uf228',
'marsStroke': '\uf229',
'marsStrokeUp': '\uf22a',
'marsStrokeV': '\uf22a',
'marsStrokeRight': '\uf22b',
'marsStrokeH': '\uf22b',
'neuter': '\uf22c',
'genderless': '\uf22d',
'server': '\uf233',
'userPlus': '\uf234',
'userXmark': '\uf235',
'userTimes': '\uf235',
'bed': '\uf236',
'train': '\uf238',
'trainSubway': '\uf239',
'subway': '\uf239',
'batteryFull': '\uf240',
'battery': '\uf240',
'battery5': '\uf240',
'batteryThreeQuarters': '\uf241',
'battery4': '\uf241',
'batteryHalf': '\uf242',
'battery3': '\uf242',
'batteryQuarter': '\uf243',
'battery2': '\uf243',
'batteryEmpty': '\uf244',
'battery0': '\uf244',
'arrowPointer': '\uf245',
'mousePointer': '\uf245',
'iCursor': '\uf246',
'objectGroup': '\uf247',
'objectUngroup': '\uf248',
'noteSticky': '\uf249',
'stickyNote': '\uf249',
'clone': '\uf24d',
'scaleBalanced': '\uf24e',
'balanceScale': '\uf24e',
'hourglassStart': '\uf251',
'hourglass1': '\uf251',
'hourglassHalf': '\uf252',
'hourglass2': '\uf252',
'hourglassEnd': '\uf253',
'hourglass3': '\uf253',
'hourglass': '\uf254',
'hourglassEmpty': '\uf254',
'handBackFist': '\uf255',
'handRock': '\uf255',
'hand': '\uf256',
'handPaper': '\uf256',
'handScissors': '\uf257',
'handLizard': '\uf258',
'handSpock': '\uf259',
'handPointer': '\uf25a',
'handPeace': '\uf25b',
'trademark': '\uf25c',
'registered': '\uf25d',
'tv': '\uf26c',
'television': '\uf26c',
'tvAlt': '\uf26c',
'calendarPlus': '\uf271',
'calendarMinus': '\uf272',
'calendarXmark': '\uf273',
'calendarTimes': '\uf273',
'calendarCheck': '\uf274',
'industry': '\uf275',
'mapPin': '\uf276',
'signsPost': '\uf277',
'mapSigns': '\uf277',
'map': '\uf279',
'message': '\uf27a',
'commentAlt': '\uf27a',
'circlePause': '\uf28b',
'pauseCircle': '\uf28b',
'circleStop': '\uf28d',
'stopCircle': '\uf28d',
'bagShopping': '\uf290',
'shoppingBag': '\uf290',
'basketShopping': '\uf291',
'shoppingBasket': '\uf291',
'universalAccess': '\uf29a',
'personWalkingWithCane': '\uf29d',
'blind': '\uf29d',
'audioDescription': '\uf29e',
'phoneVolume': '\uf2a0',
'volumeControlPhone': '\uf2a0',
'braille': '\uf2a1',
'earListen': '\uf2a2',
'assistiveListeningSystems': '\uf2a2',
'handsAslInterpreting': '\uf2a3',
'americanSignLanguageInterpreting': '\uf2a3',
'aslInterpreting': '\uf2a3',
'handsAmericanSignLanguageInterpreting': '\uf2a3',
'earDeaf': '\uf2a4',
'deaf': '\uf2a4',
'deafness': '\uf2a4',
'hardOfHearing': '\uf2a4',
'hands': '\uf2a7',
'signLanguage': '\uf2a7',
'signing': '\uf2a7',
'eyeLowVision': '\uf2a8',
'lowVision': '\uf2a8',
'fontAwesome': '\uf2b4',
'fontAwesomeFlag': '\uf2b4',
'fontAwesomeLogoFull': '\uf2b4',
'handshake': '\uf2b5',
'handshakeAlt': '\uf2b5',
'handshakeSimple': '\uf2b5',
'envelopeOpen': '\uf2b6',
'addressBook': '\uf2b9',
'contactBook': '\uf2b9',
'addressCard': '\uf2bb',
'contactCard': '\uf2bb',
'vcard': '\uf2bb',
'circleUser': '\uf2bd',
'userCircle': '\uf2bd',
'idBadge': '\uf2c1',
'idCard': '\uf2c2',
'driversLicense': '\uf2c2',
'temperatureFull': '\uf2c7',
'temperature4': '\uf2c7',
'thermometer4': '\uf2c7',
'thermometerFull': '\uf2c7',
'temperatureThreeQuarters': '\uf2c8',
'temperature3': '\uf2c8',
'thermometer3': '\uf2c8',
'thermometerThreeQuarters': '\uf2c8',
'temperatureHalf': '\uf2c9',
'temperature2': '\uf2c9',
'thermometer2': '\uf2c9',
'thermometerHalf': '\uf2c9',
'temperatureQuarter': '\uf2ca',
'temperature1': '\uf2ca',
'thermometer1': '\uf2ca',
'thermometerQuarter': '\uf2ca',
'temperatureEmpty': '\uf2cb',
'temperature0': '\uf2cb',
'thermometer0': '\uf2cb',
'thermometerEmpty': '\uf2cb',
'shower': '\uf2cc',
'bath': '\uf2cd',
'bathtub': '\uf2cd',
'podcast': '\uf2ce',
'windowMaximize': '\uf2d0',
'windowMinimize': '\uf2d1',
'windowRestore': '\uf2d2',
'squareXmark': '\uf2d3',
'timesSquare': '\uf2d3',
'xmarkSquare': '\uf2d3',
'microchip': '\uf2db',
'snowflake': '\uf2dc',
'spoon': '\uf2e5',
'utensilSpoon': '\uf2e5',
'utensils': '\uf2e7',
'cutlery': '\uf2e7',
'rotateLeft': '\uf2ea',
'rotateBack': '\uf2ea',
'rotateBackward': '\uf2ea',
'undoAlt': '\uf2ea',
'trashCan': '\uf2ed',
'trashAlt': '\uf2ed',
'rotate': '\uf2f1',
'syncAlt': '\uf2f1',
'stopwatch': '\uf2f2',
'rightFromBracket': '\uf2f5',
'signOutAlt': '\uf2f5',
'rightToBracket': '\uf2f6',
'signInAlt': '\uf2f6',
'rotateRight': '\uf2f9',
'redoAlt': '\uf2f9',
'rotateForward': '\uf2f9',
'poo': '\uf2fe',
'images': '\uf302',
'pencil': '\uf303',
'pencilAlt': '\uf303',
'pen': '\uf304',
'penClip': '\uf305',
'penAlt': '\uf305',
'octagon': '\uf306',
'downLong': '\uf309',
'longArrowAltDown': '\uf309',
'leftLong': '\uf30a',
'longArrowAltLeft': '\uf30a',
'rightLong': '\uf30b',
'longArrowAltRight': '\uf30b',
'upLong': '\uf30c',
'longArrowAltUp': '\uf30c',
'hexagon': '\uf312',
'filePen': '\uf31c',
'fileEdit': '\uf31c',
'maximize': '\uf31e',
'expandArrowsAlt': '\uf31e',
'clipboard': '\uf328',
'leftRight': '\uf337',
'arrowsAltH': '\uf337',
'upDown': '\uf338',
'arrowsAltV': '\uf338',
'alarmClock': '\uf34e',
'circleDown': '\uf358',
'arrowAltCircleDown': '\uf358',
'circleLeft': '\uf359',
'arrowAltCircleLeft': '\uf359',
'circleRight': '\uf35a',
'arrowAltCircleRight': '\uf35a',
'circleUp': '\uf35b',
'arrowAltCircleUp': '\uf35b',
'upRightFromSquare': '\uf35d',
'externalLinkAlt': '\uf35d',
'squareUpRight': '\uf360',
'externalLinkSquareAlt': '\uf360',
'rightLeft': '\uf362',
'exchangeAlt': '\uf362',
'repeat': '\uf363',
'codeCommit': '\uf386',
'codeMerge': '\uf387',
'desktop': '\uf390',
'desktopAlt': '\uf390',
'gem': '\uf3a5',
'turnDown': '\uf3be',
'levelDownAlt': '\uf3be',
'turnUp': '\uf3bf',
'levelUpAlt': '\uf3bf',
'lockOpen': '\uf3c1',
'locationDot': '\uf3c5',
'mapMarkerAlt': '\uf3c5',
'microphoneLines': '\uf3c9',
'microphoneAlt': '\uf3c9',
'mobileScreenButton': '\uf3cd',
'mobileAlt': '\uf3cd',
'mobile': '\uf3ce',
'mobileAndroid': '\uf3ce',
'mobilePhone': '\uf3ce',
'mobileScreen': '\uf3cf',
'mobileAndroidAlt': '\uf3cf',
'moneyBill1': '\uf3d1',
'moneyBillAlt': '\uf3d1',
'phoneSlash': '\uf3dd',
'imagePortrait': '\uf3e0',
'portrait': '\uf3e0',
'reply': '\uf3e5',
'mailReply': '\uf3e5',
'shieldHalved': '\uf3ed',
'shieldAlt': '\uf3ed',
'tabletScreenButton': '\uf3fa',
'tabletAlt': '\uf3fa',
'tablet': '\uf3fb',
'tabletAndroid': '\uf3fb',
'ticketSimple': '\uf3ff',
'ticketAlt': '\uf3ff',
'rectangleXmark': '\uf410',
'rectangleTimes': '\uf410',
'timesRectangle': '\uf410',
'windowClose': '\uf410',
'downLeftAndUpRightToCenter': '\uf422',
'compressAlt': '\uf422',
'upRightAndDownLeftFromCenter': '\uf424',
'expandAlt': '\uf424',
'baseballBatBall': '\uf432',
'baseball': '\uf433',
'baseballBall': '\uf433',
'basketball': '\uf434',
'basketballBall': '\uf434',
'bowlingBall': '\uf436',
'chess': '\uf439',
'chessBishop': '\uf43a',
'chessBoard': '\uf43c',
'chessKing': '\uf43f',
'chessKnight': '\uf441',
'chessPawn': '\uf443',
'chessQueen': '\uf445',
'chessRook': '\uf447',
'dumbbell': '\uf44b',
'football': '\uf44e',
'footballBall': '\uf44e',
'golfBallTee': '\uf450',
'golfBall': '\uf450',
'hockeyPuck': '\uf453',
'broomBall': '\uf458',
'quidditch': '\uf458',
'quidditchBroomBall': '\uf458',
'squareFull': '\uf45c',
'tableTennisPaddleBall': '\uf45d',
'pingPongPaddleBall': '\uf45d',
'tableTennis': '\uf45d',
'volleyball': '\uf45f',
'volleyballBall': '\uf45f',
'handDots': '\uf461',
'allergies': '\uf461',
'bandage': '\uf462',
'bandAid': '\uf462',
'box': '\uf466',
'boxesStacked': '\uf468',
'boxes': '\uf468',
'boxesAlt': '\uf468',
'briefcaseMedical': '\uf469',
'fireFlameSimple': '\uf46a',
'burn': '\uf46a',
'capsules': '\uf46b',
'clipboardCheck': '\uf46c',
'clipboardList': '\uf46d',
'personDotsFromLine': '\uf470',
'diagnoses': '\uf470',
'dna': '\uf471',
'dolly': '\uf472',
'dollyBox': '\uf472',
'cartFlatbed': '\uf474',
'dollyFlatbed': '\uf474',
'fileMedical': '\uf477',
'fileWaveform': '\uf478',
'fileMedicalAlt': '\uf478',
'kitMedical': '\uf479',
'firstAid': '\uf479',
'circleH': '\uf47e',
'hospitalSymbol': '\uf47e',
'idCardClip': '\uf47f',
'idCardAlt': '\uf47f',
'notesMedical': '\uf481',
'pallet': '\uf482',
'pills': '\uf484',
'prescriptionBottle': '\uf485',
'prescriptionBottleMedical': '\uf486',
'prescriptionBottleAlt': '\uf486',
'bedPulse': '\uf487',
'procedures': '\uf487',
'truckFast': '\uf48b',
'shippingFast': '\uf48b',
'smoking': '\uf48d',
'syringe': '\uf48e',
'tablets': '\uf490',
'thermometer': '\uf491',
'vial': '\uf492',
'vials': '\uf493',
'warehouse': '\uf494',
'weightScale': '\uf496',
'weight': '\uf496',
'xRay': '\uf497',
'boxOpen': '\uf49e',
'commentDots': '\uf4ad',
'commenting': '\uf4ad',
'commentSlash': '\uf4b3',
'couch': '\uf4b8',
'circleDollarToSlot': '\uf4b9',
'donate': '\uf4b9',
'dove': '\uf4ba',
'handHolding': '\uf4bd',
'handHoldingHeart': '\uf4be',
'handHoldingDollar': '\uf4c0',
'handHoldingUsd': '\uf4c0',
'handHoldingDroplet': '\uf4c1',
'handHoldingWater': '\uf4c1',
'handsHolding': '\uf4c2',
'handshakeAngle': '\uf4c4',
'handsHelping': '\uf4c4',
'parachuteBox': '\uf4cd',
'peopleCarryBox': '\uf4ce',
'peopleCarry': '\uf4ce',
'piggyBank': '\uf4d3',
'ribbon': '\uf4d6',
'route': '\uf4d7',
'seedling': '\uf4d8',
'sprout': '\uf4d8',
'signHanging': '\uf4d9',
'sign': '\uf4d9',
'faceSmileWink': '\uf4da',
'smileWink': '\uf4da',
'tape': '\uf4db',
'truckRampBox': '\uf4de',
'truckLoading': '\uf4de',
'truckMoving': '\uf4df',
'videoSlash': '\uf4e2',
'wineGlass': '\uf4e3',
'userAstronaut': '\uf4fb',
'userCheck': '\uf4fc',
'userClock': '\uf4fd',
'userGear': '\uf4fe',
'userCog': '\uf4fe',
'userPen': '\uf4ff',
'userEdit': '\uf4ff',
'userGroup': '\uf500',
'userFriends': '\uf500',
'userGraduate': '\uf501',
'userLock': '\uf502',
'userMinus': '\uf503',
'userNinja': '\uf504',
'userShield': '\uf505',
'userSlash': '\uf506',
'userAltSlash': '\uf506',
'userLargeSlash': '\uf506',
'userTag': '\uf507',
'userTie': '\uf508',
'usersGear': '\uf509',
'usersCog': '\uf509',
'scaleUnbalanced': '\uf515',
'balanceScaleLeft': '\uf515',
'scaleUnbalancedFlip': '\uf516',
'balanceScaleRight': '\uf516',
'blender': '\uf517',
'bookOpen': '\uf518',
'towerBroadcast': '\uf519',
'broadcastTower': '\uf519',
'broom': '\uf51a',
'chalkboard': '\uf51b',
'blackboard': '\uf51b',
'chalkboardUser': '\uf51c',
'chalkboardTeacher': '\uf51c',
'church': '\uf51d',
'coins': '\uf51e',
'compactDisc': '\uf51f',
'crow': '\uf520',
'crown': '\uf521',
'dice': '\uf522',
'diceFive': '\uf523',
'diceFour': '\uf524',
'diceOne': '\uf525',
'diceSix': '\uf526',
'diceThree': '\uf527',
'diceTwo': '\uf528',
'divide': '\uf529',
'doorClosed': '\uf52a',
'doorOpen': '\uf52b',
'feather': '\uf52d',
'frog': '\uf52e',
'gasPump': '\uf52f',
'glasses': '\uf530',
'greaterThanEqual': '\uf532',
'helicopter': '\uf533',
'infinity': '\uf534',
'kiwiBird': '\uf535',
'lessThanEqual': '\uf537',
'memory': '\uf538',
'microphoneLinesSlash': '\uf539',
'microphoneAltSlash': '\uf539',
'moneyBillWave': '\uf53a',
'moneyBill1Wave': '\uf53b',
'moneyBillWaveAlt': '\uf53b',
'moneyCheck': '\uf53c',
'moneyCheckDollar': '\uf53d',
'moneyCheckAlt': '\uf53d',
'notEqual': '\uf53e',
'palette': '\uf53f',
'squareParking': '\uf540',
'parking': '\uf540',
'diagramProject': '\uf542',
'projectDiagram': '\uf542',
'receipt': '\uf543',
'robot': '\uf544',
'ruler': '\uf545',
'rulerCombined': '\uf546',
'rulerHorizontal': '\uf547',
'rulerVertical': '\uf548',
'school': '\uf549',
'screwdriver': '\uf54a',
'shoePrints': '\uf54b',
'skull': '\uf54c',
'banSmoking': '\uf54d',
'smokingBan': '\uf54d',
'store': '\uf54e',
'shop': '\uf54f',
'storeAlt': '\uf54f',
'barsStaggered': '\uf550',
'reorder': '\uf550',
'stream': '\uf550',
'stroopwafel': '\uf551',
'toolbox': '\uf552',
'shirt': '\uf553',
'tShirt': '\uf553',
'tshirt': '\uf553',
'personWalking': '\uf554',
'walking': '\uf554',
'wallet': '\uf555',
'faceAngry': '\uf556',
'angry': '\uf556',
'archway': '\uf557',
'bookAtlas': '\uf558',
'atlas': '\uf558',
'award': '\uf559',
'deleteLeft': '\uf55a',
'backspace': '\uf55a',
'bezierCurve': '\uf55b',
'bong': '\uf55c',
'brush': '\uf55d',
'busSimple': '\uf55e',
'busAlt': '\uf55e',
'cannabis': '\uf55f',
'checkDouble': '\uf560',
'martiniGlassCitrus': '\uf561',
'cocktail': '\uf561',
'bellConcierge': '\uf562',
'conciergeBell': '\uf562',
'cookie': '\uf563',
'cookieBite': '\uf564',
'cropSimple': '\uf565',
'cropAlt': '\uf565',
'tachographDigital': '\uf566',
'digitalTachograph': '\uf566',
'faceDizzy': '\uf567',
'dizzy': '\uf567',
'compassDrafting': '\uf568',
'draftingCompass': '\uf568',
'drum': '\uf569',
'drumSteelpan': '\uf56a',
'featherPointed': '\uf56b',
'featherAlt': '\uf56b',
'fileContract': '\uf56c',
'fileArrowDown': '\uf56d',
'fileDownload': '\uf56d',
'fileExport': '\uf56e',
'arrowRightFromFile': '\uf56e',
'fileImport': '\uf56f',
'arrowRightToFile': '\uf56f',
'fileInvoice': '\uf570',
'fileInvoiceDollar': '\uf571',
'filePrescription': '\uf572',
'fileSignature': '\uf573',
'fileArrowUp': '\uf574',
'fileUpload': '\uf574',
'fill': '\uf575',
'fillDrip': '\uf576',
'fingerprint': '\uf577',
'fish': '\uf578',
'faceFlushed': '\uf579',
'flushed': '\uf579',
'faceFrownOpen': '\uf57a',
'frownOpen': '\uf57a',
'martiniGlass': '\uf57b',
'glassMartiniAlt': '\uf57b',
'earthAfrica': '\uf57c',
'globeAfrica': '\uf57c',
'earthAmericas': '\uf57d',
'earth': '\uf57d',
'earthAmerica': '\uf57d',
'globeAmericas': '\uf57d',
'earthAsia': '\uf57e',
'globeAsia': '\uf57e',
'faceGrimace': '\uf57f',
'grimace': '\uf57f',
'faceGrin': '\uf580',
'grin': '\uf580',
'faceGrinWide': '\uf581',
'grinAlt': '\uf581',
'faceGrinBeam': '\uf582',
'grinBeam': '\uf582',
'faceGrinBeamSweat': '\uf583',
'grinBeamSweat': '\uf583',
'faceGrinHearts': '\uf584',
'grinHearts': '\uf584',
'faceGrinSquint': '\uf585',
'grinSquint': '\uf585',
'faceGrinSquintTears': '\uf586',
'grinSquintTears': '\uf586',
'faceGrinStars': '\uf587',
'grinStars': '\uf587',
'faceGrinTears': '\uf588',
'grinTears': '\uf588',
'faceGrinTongue': '\uf589',
'grinTongue': '\uf589',
'faceGrinTongueSquint': '\uf58a',
'grinTongueSquint': '\uf58a',
'faceGrinTongueWink': '\uf58b',
'grinTongueWink': '\uf58b',
'faceGrinWink': '\uf58c',
'grinWink': '\uf58c',
'grip': '\uf58d',
'gridHorizontal': '\uf58d',
'gripHorizontal': '\uf58d',
'gripVertical': '\uf58e',
'gridVertical': '\uf58e',
'headset': '\uf590',
'highlighter': '\uf591',
'hotTubPerson': '\uf593',
'hotTub': '\uf593',
'hotel': '\uf594',
'joint': '\uf595',
'faceKiss': '\uf596',
'kiss': '\uf596',
'faceKissBeam': '\uf597',
'kissBeam': '\uf597',
'faceKissWinkHeart': '\uf598',
'kissWinkHeart': '\uf598',
'faceLaugh': '\uf599',
'laugh': '\uf599',
'faceLaughBeam': '\uf59a',
'laughBeam': '\uf59a',
'faceLaughSquint': '\uf59b',
'laughSquint': '\uf59b',
'faceLaughWink': '\uf59c',
'laughWink': '\uf59c',
'cartFlatbedSuitcase': '\uf59d',
'luggageCart': '\uf59d',
'mapLocation': '\uf59f',
'mapMarked': '\uf59f',
'mapLocationDot': '\uf5a0',
'mapMarkedAlt': '\uf5a0',
'marker': '\uf5a1',
'medal': '\uf5a2',
'faceMehBlank': '\uf5a4',
'mehBlank': '\uf5a4',
'faceRollingEyes': '\uf5a5',
'mehRollingEyes': '\uf5a5',
'monument': '\uf5a6',
'mortarPestle': '\uf5a7',
'paintRoller': '\uf5aa',
'passport': '\uf5ab',
'penFancy': '\uf5ac',
'penNib': '\uf5ad',
'penRuler': '\uf5ae',
'pencilRuler': '\uf5ae',
'planeArrival': '\uf5af',
'planeDeparture': '\uf5b0',
'prescription': '\uf5b1',
'faceSadCry': '\uf5b3',
'sadCry': '\uf5b3',
'faceSadTear': '\uf5b4',
'sadTear': '\uf5b4',
'vanShuttle': '\uf5b6',
'shuttleVan': '\uf5b6',
'signature': '\uf5b7',
'faceSmileBeam': '\uf5b8',
'smileBeam': '\uf5b8',
'solarPanel': '\uf5ba',
'spa': '\uf5bb',
'splotch': '\uf5bc',
'sprayCan': '\uf5bd',
'stamp': '\uf5bf',
'starHalfStroke': '\uf5c0',
'starHalfAlt': '\uf5c0',
'suitcaseRolling': '\uf5c1',
'faceSurprise': '\uf5c2',
'surprise': '\uf5c2',
'swatchbook': '\uf5c3',
'personSwimming': '\uf5c4',
'swimmer': '\uf5c4',
'waterLadder': '\uf5c5',
'ladderWater': '\uf5c5',
'swimmingPool': '\uf5c5',
'dropletSlash': '\uf5c7',
'tintSlash': '\uf5c7',
'faceTired': '\uf5c8',
'tired': '\uf5c8',
'tooth': '\uf5c9',
'umbrellaBeach': '\uf5ca',
'weightHanging': '\uf5cd',
'wineGlassEmpty': '\uf5ce',
'wineGlassAlt': '\uf5ce',
'sprayCanSparkles': '\uf5d0',
'airFreshener': '\uf5d0',
'appleWhole': '\uf5d1',
'appleAlt': '\uf5d1',
'atom': '\uf5d2',
'bone': '\uf5d7',
'bookOpenReader': '\uf5da',
'bookReader': '\uf5da',
'brain': '\uf5dc',
'carRear': '\uf5de',
'carAlt': '\uf5de',
'carBattery': '\uf5df',
'batteryCar': '\uf5df',
'carBurst': '\uf5e1',
'carCrash': '\uf5e1',
'carSide': '\uf5e4',
'chargingStation': '\uf5e7',
'diamondTurnRight': '\uf5eb',
'directions': '\uf5eb',
'drawPolygon': '\uf5ee',
'vectorPolygon': '\uf5ee',
'laptopCode': '\uf5fc',
'layerGroup': '\uf5fd',
'locationCrosshairs': '\uf601',
'location': '\uf601',
'lungs': '\uf604',
'microscope': '\uf610',
'oilCan': '\uf613',
'poop': '\uf619',
'shapes': '\uf61f',
'triangleCircleSquare': '\uf61f',
'starOfLife': '\uf621',
'gauge': '\uf624',
'dashboard': '\uf624',
'gaugeMed': '\uf624',
'tachometerAltAverage': '\uf624',
'gaugeHigh': '\uf625',
'tachometerAlt': '\uf625',
'tachometerAltFast': '\uf625',
'gaugeSimple': '\uf629',
'gaugeSimpleMed': '\uf629',
'tachometerAverage': '\uf629',
'gaugeSimpleHigh': '\uf62a',
'tachometer': '\uf62a',
'tachometerFast': '\uf62a',
'teeth': '\uf62e',
'teethOpen': '\uf62f',
'masksTheater': '\uf630',
'theaterMasks': '\uf630',
'trafficLight': '\uf637',
'truckMonster': '\uf63b',
'truckPickup': '\uf63c',
'rectangleAd': '\uf641',
'ad': '\uf641',
'ankh': '\uf644',
'bookBible': '\uf647',
'bible': '\uf647',
'businessTime': '\uf64a',
'briefcaseClock': '\uf64a',
'city': '\uf64f',
'commentDollar': '\uf651',
'commentsDollar': '\uf653',
'cross': '\uf654',
'dharmachakra': '\uf655',
'envelopeOpenText': '\uf658',
'folderMinus': '\uf65d',
'folderPlus': '\uf65e',
'filterCircleDollar': '\uf662',
'funnelDollar': '\uf662',
'gopuram': '\uf664',
'hamsa': '\uf665',
'bahai': '\uf666',
'haykal': '\uf666',
'jedi': '\uf669',
'bookJournalWhills': '\uf66a',
'journalWhills': '\uf66a',
'kaaba': '\uf66b',
'khanda': '\uf66d',
'landmark': '\uf66f',
'envelopesBulk': '\uf674',
'mailBulk': '\uf674',
'menorah': '\uf676',
'mosque': '\uf678',
'om': '\uf679',
'spaghettiMonsterFlying': '\uf67b',
'pastafarianism': '\uf67b',
'peace': '\uf67c',
'placeOfWorship': '\uf67f',
'squarePollVertical': '\uf681',
'poll': '\uf681',
'squarePollHorizontal': '\uf682',
'pollH': '\uf682',
'personPraying': '\uf683',
'pray': '\uf683',
'handsPraying': '\uf684',
'prayingHands': '\uf684',
'bookQuran': '\uf687',
'quran': '\uf687',
'magnifyingGlassDollar': '\uf688',
'searchDollar': '\uf688',
'magnifyingGlassLocation': '\uf689',
'searchLocation': '\uf689',
'socks': '\uf696',
'squareRootVariable': '\uf698',
'squareRootAlt': '\uf698',
'starAndCrescent': '\uf699',
'starOfDavid': '\uf69a',
'synagogue': '\uf69b',
'scrollTorah': '\uf6a0',
'torah': '\uf6a0',
'toriiGate': '\uf6a1',
'vihara': '\uf6a7',
'volume': '\uf6a8',
'volumeMedium': '\uf6a8',
'volumeXmark': '\uf6a9',
'volumeMute': '\uf6a9',
'volumeTimes': '\uf6a9',
'yinYang': '\uf6ad',
'blenderPhone': '\uf6b6',
'bookSkull': '\uf6b7',
'bookDead': '\uf6b7',
'campground': '\uf6bb',
'cat': '\uf6be',
'chair': '\uf6c0',
'cloudMoon': '\uf6c3',
'cloudSun': '\uf6c4',
'cow': '\uf6c8',
'diceD20': '\uf6cf',
'diceD6': '\uf6d1',
'dog': '\uf6d3',
'dragon': '\uf6d5',
'drumstickBite': '\uf6d7',
'dungeon': '\uf6d9',
'fileCsv': '\uf6dd',
'handFist': '\uf6de',
'fistRaised': '\uf6de',
'ghost': '\uf6e2',
'hammer': '\uf6e3',
'hanukiah': '\uf6e6',
'hatWizard': '\uf6e8',
'personHiking': '\uf6ec',
'hiking': '\uf6ec',
'hippo': '\uf6ed',
'horse': '\uf6f0',
'houseChimneyCrack': '\uf6f1',
'houseDamage': '\uf6f1',
'hryvniaSign': '\uf6f2',
'hryvnia': '\uf6f2',
'mask': '\uf6fa',
'mountain': '\uf6fc',
'networkWired': '\uf6ff',
'otter': '\uf700',
'ring': '\uf70b',
'personRunning': '\uf70c',
'running': '\uf70c',
'scroll': '\uf70e',
'skullCrossbones': '\uf714',
'slash': '\uf715',
'spider': '\uf717',
'toiletPaper': '\uf71e',
'toiletPaperAlt': '\uf71e',
'toiletPaperBlank': '\uf71e',
'tractor': '\uf722',
'userInjured': '\uf728',
'vrCardboard': '\uf729',
'wandSparkles': '\uf72b',
'wind': '\uf72e',
'wineBottle': '\uf72f',
'cloudMeatball': '\uf73b',
'cloudMoonRain': '\uf73c',
'cloudRain': '\uf73d',
'cloudShowersHeavy': '\uf740',
'cloudSunRain': '\uf743',
'democrat': '\uf747',
'flagUsa': '\uf74d',
'hurricane': '\uf751',
'landmarkDome': '\uf752',
'landmarkAlt': '\uf752',
'meteor': '\uf753',
'personBooth': '\uf756',
'pooStorm': '\uf75a',
'pooBolt': '\uf75a',
'rainbow': '\uf75b',
'republican': '\uf75e',
'smog': '\uf75f',
'temperatureHigh': '\uf769',
'temperatureLow': '\uf76b',
'cloudBolt': '\uf76c',
'thunderstorm': '\uf76c',
'tornado': '\uf76f',
'volcano': '\uf770',
'checkToSlot': '\uf772',
'voteYea': '\uf772',
'water': '\uf773',
'baby': '\uf77c',
'babyCarriage': '\uf77d',
'carriageBaby': '\uf77d',
'biohazard': '\uf780',
'blog': '\uf781',
'calendarDay': '\uf783',
'calendarWeek': '\uf784',
'candyCane': '\uf786',
'carrot': '\uf787',
'cashRegister': '\uf788',
'minimize': '\uf78c',
'compressArrowsAlt': '\uf78c',
'dumpster': '\uf793',
'dumpsterFire': '\uf794',
'ethernet': '\uf796',
'gifts': '\uf79c',
'champagneGlasses': '\uf79f',
'glassCheers': '\uf79f',
'whiskeyGlass': '\uf7a0',
'glassWhiskey': '\uf7a0',
'earthEurope': '\uf7a2',
'globeEurope': '\uf7a2',
'gripLines': '\uf7a4',
'gripLinesVertical': '\uf7a5',
'guitar': '\uf7a6',
'heartCrack': '\uf7a9',
'heartBroken': '\uf7a9',
'hollyBerry': '\uf7aa',
'horseHead': '\uf7ab',
'icicles': '\uf7ad',
'igloo': '\uf7ae',
'mitten': '\uf7b5',
'mugHot': '\uf7b6',
'radiation': '\uf7b9',
'circleRadiation': '\uf7ba',
'radiationAlt': '\uf7ba',
'restroom': '\uf7bd',
'satellite': '\uf7bf',
'satelliteDish': '\uf7c0',
'sdCard': '\uf7c2',
'simCard': '\uf7c4',
'personSkating': '\uf7c5',
'skating': '\uf7c5',
'personSkiing': '\uf7c9',
'skiing': '\uf7c9',
'personSkiingNordic': '\uf7ca',
'skiingNordic': '\uf7ca',
'sleigh': '\uf7cc',
'commentSms': '\uf7cd',
'sms': '\uf7cd',
'personSnowboarding': '\uf7ce',
'snowboarding': '\uf7ce',
'snowman': '\uf7d0',
'snowplow': '\uf7d2',
'tengeSign': '\uf7d7',
'tenge': '\uf7d7',
'toilet': '\uf7d8',
'screwdriverWrench': '\uf7d9',
'tools': '\uf7d9',
'cableCar': '\uf7da',
'tram': '\uf7da',
'fireFlameCurved': '\uf7e4',
'fireAlt': '\uf7e4',
'bacon': '\uf7e5',
'bookMedical': '\uf7e6',
'breadSlice': '\uf7ec',
'cheese': '\uf7ef',