added bottom bar
13
App.js
|
@ -1,12 +1,4 @@
|
||||||
import 'react-native-gesture-handler';
|
import 'react-native-gesture-handler';
|
||||||
/**
|
|
||||||
* Sample React Native App
|
|
||||||
* https://github.com/facebook/react-native
|
|
||||||
*
|
|
||||||
* @format
|
|
||||||
* @flow strict-local
|
|
||||||
*/
|
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -30,6 +22,7 @@ import { NavigationContainer } from '@react-navigation/native';
|
||||||
import { createStackNavigator } from '@react-navigation/stack';
|
import { createStackNavigator } from '@react-navigation/stack';
|
||||||
import { enableScreens } from 'react-native-screens';
|
import { enableScreens } from 'react-native-screens';
|
||||||
import HomeScreen from './components/HomeScreen'
|
import HomeScreen from './components/HomeScreen'
|
||||||
|
import BottomTab from './components/BottomTab'
|
||||||
const Section = ({children, title}): Node => {
|
const Section = ({children, title}): Node => {
|
||||||
const isDarkMode = useColorScheme() === 'dark';
|
const isDarkMode = useColorScheme() === 'dark';
|
||||||
return (
|
return (
|
||||||
|
@ -63,9 +56,7 @@ const App = () => {
|
||||||
enableScreens();
|
enableScreens();
|
||||||
return (
|
return (
|
||||||
<NavigationContainer>
|
<NavigationContainer>
|
||||||
<Stack.Navigator>
|
<BottomTab />
|
||||||
<Stack.Screen name="Home" component={HomeScreen} options={{ headerShown: false }} />
|
|
||||||
</Stack.Navigator>
|
|
||||||
</NavigationContainer>
|
</NavigationContainer>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 930 B |
After Width: | Height: | Size: 934 B |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 100 B |
After Width: | Height: | Size: 913 B |
After Width: | Height: | Size: 134 B |
After Width: | Height: | Size: 167 B |
After Width: | Height: | Size: 207 B |
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"name": "locaft_mobile",
|
||||||
|
"displayName": "locaft"
|
||||||
|
}
|
|
@ -0,0 +1,300 @@
|
||||||
|
{
|
||||||
|
"stepforward": 58880,
|
||||||
|
"stepbackward": 58881,
|
||||||
|
"forward": 58882,
|
||||||
|
"banckward": 58883,
|
||||||
|
"caretright": 58884,
|
||||||
|
"caretleft": 58885,
|
||||||
|
"caretdown": 58886,
|
||||||
|
"caretup": 58887,
|
||||||
|
"rightcircle": 58888,
|
||||||
|
"leftcircle": 58889,
|
||||||
|
"upcircle": 58890,
|
||||||
|
"downcircle": 58891,
|
||||||
|
"rightcircleo": 58892,
|
||||||
|
"leftcircleo": 58893,
|
||||||
|
"upcircleo": 58894,
|
||||||
|
"downcircleo": 58895,
|
||||||
|
"verticleleft": 58896,
|
||||||
|
"verticleright": 58897,
|
||||||
|
"back": 58898,
|
||||||
|
"retweet": 58899,
|
||||||
|
"shrink": 58900,
|
||||||
|
"arrowsalt": 58901,
|
||||||
|
"doubleright": 58903,
|
||||||
|
"doubleleft": 58904,
|
||||||
|
"arrowdown": 58905,
|
||||||
|
"arrowup": 58906,
|
||||||
|
"arrowright": 58907,
|
||||||
|
"arrowleft": 58908,
|
||||||
|
"down": 58909,
|
||||||
|
"up": 58910,
|
||||||
|
"right": 58911,
|
||||||
|
"left": 58912,
|
||||||
|
"minussquareo": 58913,
|
||||||
|
"minuscircle": 58914,
|
||||||
|
"minuscircleo": 58915,
|
||||||
|
"minus": 58916,
|
||||||
|
"pluscircleo": 58917,
|
||||||
|
"pluscircle": 58918,
|
||||||
|
"plus": 58919,
|
||||||
|
"infocirlce": 58920,
|
||||||
|
"infocirlceo": 58921,
|
||||||
|
"info": 58922,
|
||||||
|
"exclamation": 58923,
|
||||||
|
"exclamationcircle": 58924,
|
||||||
|
"exclamationcircleo": 58925,
|
||||||
|
"closecircle": 58926,
|
||||||
|
"closecircleo": 58927,
|
||||||
|
"checkcircle": 58928,
|
||||||
|
"checkcircleo": 58929,
|
||||||
|
"check": 58930,
|
||||||
|
"close": 58931,
|
||||||
|
"customerservice": 58932,
|
||||||
|
"creditcard": 58933,
|
||||||
|
"codesquareo": 58934,
|
||||||
|
"book": 58935,
|
||||||
|
"barschart": 58936,
|
||||||
|
"bars": 58937,
|
||||||
|
"question": 58938,
|
||||||
|
"questioncircle": 58939,
|
||||||
|
"questioncircleo": 58940,
|
||||||
|
"pause": 58941,
|
||||||
|
"pausecircle": 58942,
|
||||||
|
"pausecircleo": 58943,
|
||||||
|
"clockcircle": 58944,
|
||||||
|
"clockcircleo": 58945,
|
||||||
|
"swap": 58946,
|
||||||
|
"swapleft": 58947,
|
||||||
|
"swapright": 58948,
|
||||||
|
"plussquareo": 58949,
|
||||||
|
"frown": 58950,
|
||||||
|
"menufold": 58968,
|
||||||
|
"mail": 58969,
|
||||||
|
"link": 58971,
|
||||||
|
"areachart": 58972,
|
||||||
|
"linechart": 58973,
|
||||||
|
"home": 58974,
|
||||||
|
"laptop": 58975,
|
||||||
|
"star": 58976,
|
||||||
|
"staro": 58977,
|
||||||
|
"filter": 58979,
|
||||||
|
"meho": 58982,
|
||||||
|
"meh": 58983,
|
||||||
|
"shoppingcart": 58984,
|
||||||
|
"save": 58985,
|
||||||
|
"user": 58986,
|
||||||
|
"videocamera": 58987,
|
||||||
|
"totop": 58988,
|
||||||
|
"team": 58989,
|
||||||
|
"sharealt": 58993,
|
||||||
|
"setting": 58994,
|
||||||
|
"picture": 58996,
|
||||||
|
"phone": 58997,
|
||||||
|
"paperclip": 58998,
|
||||||
|
"notification": 58999,
|
||||||
|
"menuunfold": 59001,
|
||||||
|
"inbox": 59002,
|
||||||
|
"lock": 59003,
|
||||||
|
"qrcode": 59004,
|
||||||
|
"tags": 59005,
|
||||||
|
"tagso": 59006,
|
||||||
|
"cloudo": 59007,
|
||||||
|
"cloud": 59008,
|
||||||
|
"cloudupload": 59009,
|
||||||
|
"clouddownload": 59010,
|
||||||
|
"clouddownloado": 59011,
|
||||||
|
"clouduploado": 59012,
|
||||||
|
"enviroment": 59013,
|
||||||
|
"enviromento": 59014,
|
||||||
|
"eye": 59015,
|
||||||
|
"eyeo": 59016,
|
||||||
|
"camera": 59017,
|
||||||
|
"camerao": 59018,
|
||||||
|
"windows": 59019,
|
||||||
|
"export2": 59024,
|
||||||
|
"export": 59025,
|
||||||
|
"circledowno": 59027,
|
||||||
|
"circledown": 59028,
|
||||||
|
"hdd": 59034,
|
||||||
|
"ie": 59035,
|
||||||
|
"delete": 59039,
|
||||||
|
"enter": 59040,
|
||||||
|
"pushpino": 59041,
|
||||||
|
"pushpin": 59042,
|
||||||
|
"heart": 59043,
|
||||||
|
"hearto": 59044,
|
||||||
|
"smile-circle": 59047,
|
||||||
|
"smileo": 59048,
|
||||||
|
"frowno": 59049,
|
||||||
|
"calculator": 59050,
|
||||||
|
"chrome": 59052,
|
||||||
|
"github": 59053,
|
||||||
|
"iconfontdesktop": 59060,
|
||||||
|
"caretcircleoup": 59061,
|
||||||
|
"upload": 59062,
|
||||||
|
"download": 59063,
|
||||||
|
"piechart": 59064,
|
||||||
|
"lock1": 59065,
|
||||||
|
"unlock": 59066,
|
||||||
|
"windowso": 59068,
|
||||||
|
"dotchart": 59069,
|
||||||
|
"barchart": 59070,
|
||||||
|
"codesquare": 59071,
|
||||||
|
"plussquare": 59072,
|
||||||
|
"minussquare": 59073,
|
||||||
|
"closesquare": 59074,
|
||||||
|
"closesquareo": 59075,
|
||||||
|
"checksquare": 59076,
|
||||||
|
"checksquareo": 59077,
|
||||||
|
"fastbackward": 59078,
|
||||||
|
"fastforward": 59079,
|
||||||
|
"upsquare": 59080,
|
||||||
|
"downsquare": 59081,
|
||||||
|
"leftsquare": 59082,
|
||||||
|
"rightsquare": 59083,
|
||||||
|
"rightsquareo": 59084,
|
||||||
|
"leftsquareo": 59085,
|
||||||
|
"down-square-o": 59086,
|
||||||
|
"up-square-o": 59087,
|
||||||
|
"play": 59088,
|
||||||
|
"playcircleo": 59089,
|
||||||
|
"tag": 59090,
|
||||||
|
"tago": 59091,
|
||||||
|
"addfile": 59664,
|
||||||
|
"folder1": 58978,
|
||||||
|
"file1": 58980,
|
||||||
|
"switcher": 59667,
|
||||||
|
"addfolder": 59668,
|
||||||
|
"folderopen": 59033,
|
||||||
|
"search1": 58992,
|
||||||
|
"ellipsis1": 58951,
|
||||||
|
"calendar": 59067,
|
||||||
|
"filetext1": 59032,
|
||||||
|
"copy1": 58952,
|
||||||
|
"jpgfile1": 59036,
|
||||||
|
"pdffile1": 59059,
|
||||||
|
"exclefile1": 59056,
|
||||||
|
"pptfile1": 59057,
|
||||||
|
"unknowfile1": 59055,
|
||||||
|
"wordfile1": 59058,
|
||||||
|
"dingding": 59683,
|
||||||
|
"dingding-o": 59685,
|
||||||
|
"mobile1": 59000,
|
||||||
|
"tablet1": 58990,
|
||||||
|
"bells": 58958,
|
||||||
|
"disconnect": 58959,
|
||||||
|
"database": 58960,
|
||||||
|
"barcode": 58962,
|
||||||
|
"hourglass": 58963,
|
||||||
|
"key": 58964,
|
||||||
|
"flag": 58965,
|
||||||
|
"layout": 58966,
|
||||||
|
"printer": 58995,
|
||||||
|
"USB": 59095,
|
||||||
|
"skin": 59096,
|
||||||
|
"tool": 59097,
|
||||||
|
"car": 59100,
|
||||||
|
"addusergroup": 59101,
|
||||||
|
"carryout": 59103,
|
||||||
|
"deleteuser": 59104,
|
||||||
|
"deleteusergroup": 59105,
|
||||||
|
"man": 59106,
|
||||||
|
"isv": 59107,
|
||||||
|
"gift": 59108,
|
||||||
|
"idcard": 59109,
|
||||||
|
"medicinebox": 59110,
|
||||||
|
"redenvelopes": 59111,
|
||||||
|
"rest": 59112,
|
||||||
|
"Safety": 59114,
|
||||||
|
"wallet": 59115,
|
||||||
|
"woman": 59116,
|
||||||
|
"adduser": 59117,
|
||||||
|
"bank": 59118,
|
||||||
|
"Trophy": 59119,
|
||||||
|
"loading1": 59054,
|
||||||
|
"loading2": 58957,
|
||||||
|
"like2": 59037,
|
||||||
|
"dislike2": 59038,
|
||||||
|
"like1": 58956,
|
||||||
|
"dislike1": 58955,
|
||||||
|
"bulb1": 58953,
|
||||||
|
"rocket1": 59663,
|
||||||
|
"select1": 58954,
|
||||||
|
"apple1": 59020,
|
||||||
|
"apple-o": 59092,
|
||||||
|
"android1": 59704,
|
||||||
|
"android": 59021,
|
||||||
|
"aliwangwang-o1": 59023,
|
||||||
|
"aliwangwang": 59022,
|
||||||
|
"pay-circle1": 59045,
|
||||||
|
"pay-circle-o1": 59046,
|
||||||
|
"poweroff": 59093,
|
||||||
|
"trademark": 58961,
|
||||||
|
"find": 59099,
|
||||||
|
"copyright": 59102,
|
||||||
|
"sound": 59113,
|
||||||
|
"earth": 59121,
|
||||||
|
"wifi": 59094,
|
||||||
|
"sync": 59098,
|
||||||
|
"login": 58967,
|
||||||
|
"logout": 58970,
|
||||||
|
"reload1": 58902,
|
||||||
|
"message1": 59051,
|
||||||
|
"shake": 59727,
|
||||||
|
"API": 59729,
|
||||||
|
"appstore-o": 59029,
|
||||||
|
"appstore1": 59030,
|
||||||
|
"scan1": 59031,
|
||||||
|
"exception1": 58981,
|
||||||
|
"contacts": 59120,
|
||||||
|
"solution1": 58991,
|
||||||
|
"fork": 59122,
|
||||||
|
"edit": 59026,
|
||||||
|
"form": 59798,
|
||||||
|
"warning": 59799,
|
||||||
|
"table": 59800,
|
||||||
|
"profile": 59801,
|
||||||
|
"dashboard": 59802,
|
||||||
|
"indent-left": 59814,
|
||||||
|
"indent-right": 59815,
|
||||||
|
"menu-unfold": 59820,
|
||||||
|
"menu-fold": 59821,
|
||||||
|
"antdesign": 59826,
|
||||||
|
"alipay-square": 59827,
|
||||||
|
"codepen-circle": 59828,
|
||||||
|
"google": 59829,
|
||||||
|
"amazon": 59830,
|
||||||
|
"codepen": 59831,
|
||||||
|
"facebook-square": 59832,
|
||||||
|
"dropbox": 59833,
|
||||||
|
"googleplus": 59834,
|
||||||
|
"linkedin-square": 59835,
|
||||||
|
"medium-monogram": 59836,
|
||||||
|
"gitlab": 59837,
|
||||||
|
"medium-wordmark": 59838,
|
||||||
|
"QQ": 59839,
|
||||||
|
"skype": 59840,
|
||||||
|
"taobao-square": 59841,
|
||||||
|
"alipay-circle": 59842,
|
||||||
|
"youtube": 59843,
|
||||||
|
"wechat": 59844,
|
||||||
|
"twitter": 59845,
|
||||||
|
"weibo": 59846,
|
||||||
|
"HTML": 59847,
|
||||||
|
"taobao-circle": 59123,
|
||||||
|
"weibo-circle": 59124,
|
||||||
|
"weibo-square": 59125,
|
||||||
|
"CodeSandbox": 59860,
|
||||||
|
"aliyun": 59892,
|
||||||
|
"zhihu": 59139,
|
||||||
|
"behance": 59143,
|
||||||
|
"dribbble": 59145,
|
||||||
|
"dribbble-square": 59146,
|
||||||
|
"behance-square": 59144,
|
||||||
|
"file-markdown": 59140,
|
||||||
|
"instagram": 59147,
|
||||||
|
"yuque": 59148,
|
||||||
|
"slack": 59141,
|
||||||
|
"slack-square": 59142
|
||||||
|
}
|
|
@ -0,0 +1,413 @@
|
||||||
|
{
|
||||||
|
"500px": 61696,
|
||||||
|
"500px-with-circle": 61697,
|
||||||
|
"add-to-list": 61698,
|
||||||
|
"add-user": 61699,
|
||||||
|
"address": 61700,
|
||||||
|
"adjust": 61701,
|
||||||
|
"air": 61702,
|
||||||
|
"aircraft": 61703,
|
||||||
|
"aircraft-landing": 61704,
|
||||||
|
"aircraft-take-off": 61705,
|
||||||
|
"align-bottom": 61706,
|
||||||
|
"align-horizontal-middle": 61707,
|
||||||
|
"align-left": 61708,
|
||||||
|
"align-right": 61709,
|
||||||
|
"align-top": 61710,
|
||||||
|
"align-vertical-middle": 61711,
|
||||||
|
"app-store": 61712,
|
||||||
|
"archive": 61713,
|
||||||
|
"area-graph": 61714,
|
||||||
|
"arrow-bold-down": 61715,
|
||||||
|
"arrow-bold-left": 61716,
|
||||||
|
"arrow-bold-right": 61717,
|
||||||
|
"arrow-bold-up": 61718,
|
||||||
|
"arrow-down": 61719,
|
||||||
|
"arrow-left": 61720,
|
||||||
|
"arrow-long-down": 61721,
|
||||||
|
"arrow-long-left": 61722,
|
||||||
|
"arrow-long-right": 61723,
|
||||||
|
"arrow-long-up": 61724,
|
||||||
|
"arrow-right": 61725,
|
||||||
|
"arrow-up": 61726,
|
||||||
|
"arrow-with-circle-down": 61727,
|
||||||
|
"arrow-with-circle-left": 61728,
|
||||||
|
"arrow-with-circle-right": 61729,
|
||||||
|
"arrow-with-circle-up": 61730,
|
||||||
|
"attachment": 61731,
|
||||||
|
"awareness-ribbon": 61732,
|
||||||
|
"back": 61733,
|
||||||
|
"back-in-time": 61734,
|
||||||
|
"baidu": 61735,
|
||||||
|
"bar-graph": 61736,
|
||||||
|
"basecamp": 61737,
|
||||||
|
"battery": 61738,
|
||||||
|
"beamed-note": 61739,
|
||||||
|
"behance": 61740,
|
||||||
|
"bell": 61741,
|
||||||
|
"blackboard": 61742,
|
||||||
|
"block": 61743,
|
||||||
|
"book": 61744,
|
||||||
|
"bookmark": 61745,
|
||||||
|
"bookmarks": 61746,
|
||||||
|
"bowl": 61747,
|
||||||
|
"box": 61748,
|
||||||
|
"briefcase": 61749,
|
||||||
|
"browser": 61750,
|
||||||
|
"brush": 61751,
|
||||||
|
"bucket": 61752,
|
||||||
|
"bug": 61753,
|
||||||
|
"cake": 61754,
|
||||||
|
"calculator": 61755,
|
||||||
|
"calendar": 61756,
|
||||||
|
"camera": 61757,
|
||||||
|
"ccw": 61758,
|
||||||
|
"chat": 61759,
|
||||||
|
"check": 61760,
|
||||||
|
"chevron-down": 61761,
|
||||||
|
"chevron-left": 61762,
|
||||||
|
"chevron-right": 61763,
|
||||||
|
"chevron-small-down": 61764,
|
||||||
|
"chevron-small-left": 61765,
|
||||||
|
"chevron-small-right": 61766,
|
||||||
|
"chevron-small-up": 61767,
|
||||||
|
"chevron-thin-down": 61768,
|
||||||
|
"chevron-thin-left": 61769,
|
||||||
|
"chevron-thin-right": 61770,
|
||||||
|
"chevron-thin-up": 61771,
|
||||||
|
"chevron-up": 61772,
|
||||||
|
"chevron-with-circle-down": 61773,
|
||||||
|
"chevron-with-circle-left": 61774,
|
||||||
|
"chevron-with-circle-right": 61775,
|
||||||
|
"chevron-with-circle-up": 61776,
|
||||||
|
"circle": 61777,
|
||||||
|
"circle-with-cross": 61778,
|
||||||
|
"circle-with-minus": 61779,
|
||||||
|
"circle-with-plus": 61780,
|
||||||
|
"circular-graph": 61781,
|
||||||
|
"clapperboard": 61782,
|
||||||
|
"classic-computer": 61783,
|
||||||
|
"clipboard": 61784,
|
||||||
|
"clock": 61785,
|
||||||
|
"cloud": 61786,
|
||||||
|
"code": 61787,
|
||||||
|
"cog": 61788,
|
||||||
|
"colours": 61789,
|
||||||
|
"compass": 61790,
|
||||||
|
"controller-fast-backward": 61791,
|
||||||
|
"controller-fast-forward": 61792,
|
||||||
|
"controller-jump-to-start": 61793,
|
||||||
|
"controller-next": 61794,
|
||||||
|
"controller-paus": 61795,
|
||||||
|
"controller-play": 61796,
|
||||||
|
"controller-record": 61797,
|
||||||
|
"controller-stop": 61798,
|
||||||
|
"controller-volume": 61799,
|
||||||
|
"copy": 61800,
|
||||||
|
"creative-cloud": 61801,
|
||||||
|
"creative-commons": 61802,
|
||||||
|
"creative-commons-attribution": 61803,
|
||||||
|
"creative-commons-noderivs": 61804,
|
||||||
|
"creative-commons-noncommercial-eu": 61805,
|
||||||
|
"creative-commons-noncommercial-us": 61806,
|
||||||
|
"creative-commons-public-domain": 61807,
|
||||||
|
"creative-commons-remix": 61808,
|
||||||
|
"creative-commons-share": 61809,
|
||||||
|
"creative-commons-sharealike": 61810,
|
||||||
|
"credit": 61811,
|
||||||
|
"credit-card": 61812,
|
||||||
|
"crop": 61813,
|
||||||
|
"cross": 61814,
|
||||||
|
"cup": 61815,
|
||||||
|
"cw": 61816,
|
||||||
|
"cycle": 61817,
|
||||||
|
"database": 61818,
|
||||||
|
"dial-pad": 61819,
|
||||||
|
"direction": 61820,
|
||||||
|
"document": 61821,
|
||||||
|
"document-landscape": 61822,
|
||||||
|
"documents": 61823,
|
||||||
|
"dot-single": 61824,
|
||||||
|
"dots-three-horizontal": 61825,
|
||||||
|
"dots-three-vertical": 61826,
|
||||||
|
"dots-two-horizontal": 61827,
|
||||||
|
"dots-two-vertical": 61828,
|
||||||
|
"download": 61829,
|
||||||
|
"dribbble": 61830,
|
||||||
|
"dribbble-with-circle": 61831,
|
||||||
|
"drink": 61832,
|
||||||
|
"drive": 61833,
|
||||||
|
"drop": 61834,
|
||||||
|
"dropbox": 61835,
|
||||||
|
"edit": 61836,
|
||||||
|
"email": 61837,
|
||||||
|
"emoji-flirt": 61838,
|
||||||
|
"emoji-happy": 61839,
|
||||||
|
"emoji-neutral": 61840,
|
||||||
|
"emoji-sad": 61841,
|
||||||
|
"erase": 61842,
|
||||||
|
"eraser": 61843,
|
||||||
|
"evernote": 61844,
|
||||||
|
"export": 61845,
|
||||||
|
"eye": 61846,
|
||||||
|
"eye-with-line": 61847,
|
||||||
|
"facebook": 61848,
|
||||||
|
"facebook-with-circle": 61849,
|
||||||
|
"feather": 61850,
|
||||||
|
"fingerprint": 61851,
|
||||||
|
"flag": 61852,
|
||||||
|
"flash": 61853,
|
||||||
|
"flashlight": 61854,
|
||||||
|
"flat-brush": 61855,
|
||||||
|
"flattr": 61856,
|
||||||
|
"flickr": 61857,
|
||||||
|
"flickr-with-circle": 61858,
|
||||||
|
"flow-branch": 61859,
|
||||||
|
"flow-cascade": 61860,
|
||||||
|
"flow-line": 61861,
|
||||||
|
"flow-parallel": 61862,
|
||||||
|
"flow-tree": 61863,
|
||||||
|
"flower": 61864,
|
||||||
|
"folder": 61865,
|
||||||
|
"folder-images": 61866,
|
||||||
|
"folder-music": 61867,
|
||||||
|
"folder-video": 61868,
|
||||||
|
"forward": 61869,
|
||||||
|
"foursquare": 61870,
|
||||||
|
"funnel": 61871,
|
||||||
|
"game-controller": 61872,
|
||||||
|
"gauge": 61873,
|
||||||
|
"github": 61874,
|
||||||
|
"github-with-circle": 61875,
|
||||||
|
"globe": 61876,
|
||||||
|
"google-": 61877,
|
||||||
|
"google--with-circle": 61878,
|
||||||
|
"google-drive": 61879,
|
||||||
|
"google-hangouts": 61880,
|
||||||
|
"google-play": 61881,
|
||||||
|
"graduation-cap": 61882,
|
||||||
|
"grid": 61883,
|
||||||
|
"grooveshark": 61884,
|
||||||
|
"hair-cross": 61885,
|
||||||
|
"hand": 61886,
|
||||||
|
"heart": 61887,
|
||||||
|
"heart-outlined": 61888,
|
||||||
|
"help": 61889,
|
||||||
|
"help-with-circle": 61890,
|
||||||
|
"home": 61891,
|
||||||
|
"hour-glass": 61892,
|
||||||
|
"houzz": 61893,
|
||||||
|
"icloud": 61894,
|
||||||
|
"image": 61895,
|
||||||
|
"image-inverted": 61896,
|
||||||
|
"images": 61897,
|
||||||
|
"inbox": 61898,
|
||||||
|
"infinity": 61899,
|
||||||
|
"info": 61900,
|
||||||
|
"info-with-circle": 61901,
|
||||||
|
"instagram": 61902,
|
||||||
|
"instagram-with-circle": 61903,
|
||||||
|
"install": 61904,
|
||||||
|
"key": 61905,
|
||||||
|
"keyboard": 61906,
|
||||||
|
"lab-flask": 61907,
|
||||||
|
"landline": 61908,
|
||||||
|
"language": 61909,
|
||||||
|
"laptop": 61910,
|
||||||
|
"lastfm": 61911,
|
||||||
|
"lastfm-with-circle": 61912,
|
||||||
|
"layers": 61913,
|
||||||
|
"leaf": 61914,
|
||||||
|
"level-down": 61915,
|
||||||
|
"level-up": 61916,
|
||||||
|
"lifebuoy": 61917,
|
||||||
|
"light-bulb": 61918,
|
||||||
|
"light-down": 61919,
|
||||||
|
"light-up": 61920,
|
||||||
|
"line-graph": 61921,
|
||||||
|
"link": 61922,
|
||||||
|
"linkedin": 61923,
|
||||||
|
"linkedin-with-circle": 61924,
|
||||||
|
"list": 61925,
|
||||||
|
"location": 61926,
|
||||||
|
"location-pin": 61927,
|
||||||
|
"lock": 61928,
|
||||||
|
"lock-open": 61929,
|
||||||
|
"log-out": 61930,
|
||||||
|
"login": 61931,
|
||||||
|
"loop": 61932,
|
||||||
|
"magnet": 61933,
|
||||||
|
"magnifying-glass": 61934,
|
||||||
|
"mail": 61935,
|
||||||
|
"mail-with-circle": 61936,
|
||||||
|
"man": 61937,
|
||||||
|
"map": 61938,
|
||||||
|
"mask": 61939,
|
||||||
|
"medal": 61940,
|
||||||
|
"medium": 61941,
|
||||||
|
"medium-with-circle": 61942,
|
||||||
|
"megaphone": 61943,
|
||||||
|
"menu": 61944,
|
||||||
|
"merge": 61945,
|
||||||
|
"message": 61946,
|
||||||
|
"mic": 61947,
|
||||||
|
"minus": 61948,
|
||||||
|
"mixi": 61949,
|
||||||
|
"mobile": 61950,
|
||||||
|
"modern-mic": 61951,
|
||||||
|
"moon": 61952,
|
||||||
|
"mouse": 61953,
|
||||||
|
"mouse-pointer": 61954,
|
||||||
|
"music": 61955,
|
||||||
|
"network": 61956,
|
||||||
|
"new": 61957,
|
||||||
|
"new-message": 61958,
|
||||||
|
"news": 61959,
|
||||||
|
"newsletter": 61960,
|
||||||
|
"note": 61961,
|
||||||
|
"notification": 61962,
|
||||||
|
"notifications-off": 61963,
|
||||||
|
"old-mobile": 61964,
|
||||||
|
"old-phone": 61965,
|
||||||
|
"onedrive": 61966,
|
||||||
|
"open-book": 61967,
|
||||||
|
"palette": 61968,
|
||||||
|
"paper-plane": 61969,
|
||||||
|
"paypal": 61970,
|
||||||
|
"pencil": 61971,
|
||||||
|
"phone": 61972,
|
||||||
|
"picasa": 61973,
|
||||||
|
"pie-chart": 61974,
|
||||||
|
"pin": 61975,
|
||||||
|
"pinterest": 61976,
|
||||||
|
"pinterest-with-circle": 61977,
|
||||||
|
"plus": 61978,
|
||||||
|
"popup": 61979,
|
||||||
|
"power-plug": 61980,
|
||||||
|
"price-ribbon": 61981,
|
||||||
|
"price-tag": 61982,
|
||||||
|
"print": 61983,
|
||||||
|
"progress-empty": 61984,
|
||||||
|
"progress-full": 61985,
|
||||||
|
"progress-one": 61986,
|
||||||
|
"progress-two": 61987,
|
||||||
|
"publish": 61988,
|
||||||
|
"qq": 61989,
|
||||||
|
"qq-with-circle": 61990,
|
||||||
|
"quote": 61991,
|
||||||
|
"radio": 61992,
|
||||||
|
"raft": 61993,
|
||||||
|
"raft-with-circle": 61994,
|
||||||
|
"rainbow": 61995,
|
||||||
|
"rdio": 61996,
|
||||||
|
"rdio-with-circle": 61997,
|
||||||
|
"remove-user": 61998,
|
||||||
|
"renren": 61999,
|
||||||
|
"reply": 62000,
|
||||||
|
"reply-all": 62001,
|
||||||
|
"resize-100-": 62002,
|
||||||
|
"resize-full-screen": 62003,
|
||||||
|
"retweet": 62004,
|
||||||
|
"rocket": 62005,
|
||||||
|
"round-brush": 62006,
|
||||||
|
"rss": 62007,
|
||||||
|
"ruler": 62008,
|
||||||
|
"save": 62009,
|
||||||
|
"scissors": 62010,
|
||||||
|
"scribd": 62011,
|
||||||
|
"select-arrows": 62012,
|
||||||
|
"share": 62013,
|
||||||
|
"share-alternative": 62014,
|
||||||
|
"shareable": 62015,
|
||||||
|
"shield": 62016,
|
||||||
|
"shop": 62017,
|
||||||
|
"shopping-bag": 62018,
|
||||||
|
"shopping-basket": 62019,
|
||||||
|
"shopping-cart": 62020,
|
||||||
|
"shuffle": 62021,
|
||||||
|
"signal": 62022,
|
||||||
|
"sina-weibo": 62023,
|
||||||
|
"skype": 62024,
|
||||||
|
"skype-with-circle": 62025,
|
||||||
|
"slideshare": 62026,
|
||||||
|
"smashing": 62027,
|
||||||
|
"sound": 62028,
|
||||||
|
"sound-mix": 62029,
|
||||||
|
"sound-mute": 62030,
|
||||||
|
"soundcloud": 62031,
|
||||||
|
"sports-club": 62032,
|
||||||
|
"spotify": 62033,
|
||||||
|
"spotify-with-circle": 62034,
|
||||||
|
"spreadsheet": 62035,
|
||||||
|
"squared-cross": 62036,
|
||||||
|
"squared-minus": 62037,
|
||||||
|
"squared-plus": 62038,
|
||||||
|
"star": 62039,
|
||||||
|
"star-outlined": 62040,
|
||||||
|
"stopwatch": 62041,
|
||||||
|
"stumbleupon": 62042,
|
||||||
|
"stumbleupon-with-circle": 62043,
|
||||||
|
"suitcase": 62044,
|
||||||
|
"swap": 62045,
|
||||||
|
"swarm": 62046,
|
||||||
|
"sweden": 62047,
|
||||||
|
"switch": 62048,
|
||||||
|
"tablet": 62049,
|
||||||
|
"tablet-mobile-combo": 62050,
|
||||||
|
"tag": 62051,
|
||||||
|
"text": 62052,
|
||||||
|
"text-document": 62053,
|
||||||
|
"text-document-inverted": 62054,
|
||||||
|
"thermometer": 62055,
|
||||||
|
"thumbs-down": 62056,
|
||||||
|
"thumbs-up": 62057,
|
||||||
|
"thunder-cloud": 62058,
|
||||||
|
"ticket": 62059,
|
||||||
|
"time-slot": 62060,
|
||||||
|
"tools": 62061,
|
||||||
|
"traffic-cone": 62062,
|
||||||
|
"trash": 62063,
|
||||||
|
"tree": 62064,
|
||||||
|
"triangle-down": 62065,
|
||||||
|
"triangle-left": 62066,
|
||||||
|
"triangle-right": 62067,
|
||||||
|
"triangle-up": 62068,
|
||||||
|
"tripadvisor": 62069,
|
||||||
|
"trophy": 62070,
|
||||||
|
"tumblr": 62071,
|
||||||
|
"tumblr-with-circle": 62072,
|
||||||
|
"tv": 62073,
|
||||||
|
"twitter": 62074,
|
||||||
|
"twitter-with-circle": 62075,
|
||||||
|
"typing": 62076,
|
||||||
|
"uninstall": 62077,
|
||||||
|
"unread": 62078,
|
||||||
|
"untag": 62079,
|
||||||
|
"upload": 62080,
|
||||||
|
"upload-to-cloud": 62081,
|
||||||
|
"user": 62082,
|
||||||
|
"users": 62083,
|
||||||
|
"v-card": 62084,
|
||||||
|
"video": 62085,
|
||||||
|
"video-camera": 62086,
|
||||||
|
"vimeo": 62087,
|
||||||
|
"vimeo-with-circle": 62088,
|
||||||
|
"vine": 62089,
|
||||||
|
"vine-with-circle": 62090,
|
||||||
|
"vinyl": 62091,
|
||||||
|
"vk": 62092,
|
||||||
|
"vk-alternitive": 62093,
|
||||||
|
"vk-with-circle": 62094,
|
||||||
|
"voicemail": 62095,
|
||||||
|
"wallet": 62096,
|
||||||
|
"warning": 62097,
|
||||||
|
"water": 62098,
|
||||||
|
"windows-store": 62099,
|
||||||
|
"xing": 62100,
|
||||||
|
"xing-with-circle": 62101,
|
||||||
|
"yelp": 62102,
|
||||||
|
"youko": 62103,
|
||||||
|
"youko-with-circle": 62104,
|
||||||
|
"youtube": 62105,
|
||||||
|
"youtube-with-circle": 62106
|
||||||
|
}
|
|
@ -0,0 +1,72 @@
|
||||||
|
{
|
||||||
|
"archive": 61696,
|
||||||
|
"arrow-down": 61697,
|
||||||
|
"arrow-left": 61698,
|
||||||
|
"arrow-right": 61699,
|
||||||
|
"arrow-up": 61700,
|
||||||
|
"bell": 61701,
|
||||||
|
"calendar": 61702,
|
||||||
|
"camera": 61703,
|
||||||
|
"cart": 61704,
|
||||||
|
"chart": 61705,
|
||||||
|
"check": 61706,
|
||||||
|
"chevron-down": 61707,
|
||||||
|
"chevron-left": 61708,
|
||||||
|
"chevron-right": 61709,
|
||||||
|
"chevron-up": 61710,
|
||||||
|
"clock": 61711,
|
||||||
|
"close": 61712,
|
||||||
|
"close-o": 61713,
|
||||||
|
"comment": 61714,
|
||||||
|
"credit-card": 61715,
|
||||||
|
"envelope": 61716,
|
||||||
|
"exclamation": 61717,
|
||||||
|
"external-link": 61718,
|
||||||
|
"eye": 61719,
|
||||||
|
"gear": 61720,
|
||||||
|
"heart": 61721,
|
||||||
|
"image": 61722,
|
||||||
|
"like": 61723,
|
||||||
|
"link": 61724,
|
||||||
|
"location": 61725,
|
||||||
|
"lock": 61726,
|
||||||
|
"minus": 61727,
|
||||||
|
"navicon": 61728,
|
||||||
|
"paperclip": 61729,
|
||||||
|
"pencil": 61730,
|
||||||
|
"play": 61731,
|
||||||
|
"plus": 61732,
|
||||||
|
"pointer": 61733,
|
||||||
|
"question": 61734,
|
||||||
|
"redo": 61735,
|
||||||
|
"refresh": 61736,
|
||||||
|
"retweet": 61737,
|
||||||
|
"sc-facebook": 61738,
|
||||||
|
"sc-github": 61739,
|
||||||
|
"sc-google-plus": 61740,
|
||||||
|
"sc-instagram": 61741,
|
||||||
|
"sc-linkedin": 61742,
|
||||||
|
"sc-odnoklassniki": 61743,
|
||||||
|
"sc-pinterest": 61744,
|
||||||
|
"sc-skype": 61745,
|
||||||
|
"sc-soundcloud": 61746,
|
||||||
|
"sc-telegram": 61747,
|
||||||
|
"sc-tumblr": 61748,
|
||||||
|
"sc-twitter": 61749,
|
||||||
|
"sc-vimeo": 61750,
|
||||||
|
"sc-vk": 61751,
|
||||||
|
"sc-youtube": 61752,
|
||||||
|
"search": 61753,
|
||||||
|
"share-apple": 61754,
|
||||||
|
"share-google": 61755,
|
||||||
|
"spinner": 61756,
|
||||||
|
"spinner-2": 61757,
|
||||||
|
"spinner-3": 61758,
|
||||||
|
"star": 61759,
|
||||||
|
"tag": 61760,
|
||||||
|
"trash": 61761,
|
||||||
|
"trophy": 61762,
|
||||||
|
"undo": 61763,
|
||||||
|
"unlock": 61764,
|
||||||
|
"user": 61765
|
||||||
|
}
|
|
@ -0,0 +1,288 @@
|
||||||
|
{
|
||||||
|
"activity": 61696,
|
||||||
|
"airplay": 61697,
|
||||||
|
"alert-circle": 61698,
|
||||||
|
"alert-octagon": 61699,
|
||||||
|
"alert-triangle": 61700,
|
||||||
|
"align-center": 61701,
|
||||||
|
"align-justify": 61702,
|
||||||
|
"align-left": 61703,
|
||||||
|
"align-right": 61704,
|
||||||
|
"anchor": 61705,
|
||||||
|
"aperture": 61706,
|
||||||
|
"archive": 61707,
|
||||||
|
"arrow-down": 61708,
|
||||||
|
"arrow-down-circle": 61709,
|
||||||
|
"arrow-down-left": 61710,
|
||||||
|
"arrow-down-right": 61711,
|
||||||
|
"arrow-left": 61712,
|
||||||
|
"arrow-left-circle": 61713,
|
||||||
|
"arrow-right": 61714,
|
||||||
|
"arrow-right-circle": 61715,
|
||||||
|
"arrow-up": 61716,
|
||||||
|
"arrow-up-circle": 61717,
|
||||||
|
"arrow-up-left": 61718,
|
||||||
|
"arrow-up-right": 61719,
|
||||||
|
"at-sign": 61720,
|
||||||
|
"award": 61721,
|
||||||
|
"bar-chart": 61722,
|
||||||
|
"bar-chart-2": 61723,
|
||||||
|
"battery": 61724,
|
||||||
|
"battery-charging": 61725,
|
||||||
|
"bell": 61726,
|
||||||
|
"bell-off": 61727,
|
||||||
|
"bluetooth": 61728,
|
||||||
|
"bold": 61729,
|
||||||
|
"book": 61730,
|
||||||
|
"book-open": 61731,
|
||||||
|
"bookmark": 61732,
|
||||||
|
"box": 61733,
|
||||||
|
"briefcase": 61734,
|
||||||
|
"calendar": 61735,
|
||||||
|
"camera": 61736,
|
||||||
|
"camera-off": 61737,
|
||||||
|
"cast": 61738,
|
||||||
|
"check": 61739,
|
||||||
|
"check-circle": 61740,
|
||||||
|
"check-square": 61741,
|
||||||
|
"chevron-down": 61742,
|
||||||
|
"chevron-left": 61743,
|
||||||
|
"chevron-right": 61744,
|
||||||
|
"chevron-up": 61745,
|
||||||
|
"chevrons-down": 61746,
|
||||||
|
"chevrons-left": 61747,
|
||||||
|
"chevrons-right": 61748,
|
||||||
|
"chevrons-up": 61749,
|
||||||
|
"chrome": 61750,
|
||||||
|
"circle": 61751,
|
||||||
|
"clipboard": 61752,
|
||||||
|
"clock": 61753,
|
||||||
|
"cloud": 61754,
|
||||||
|
"cloud-drizzle": 61755,
|
||||||
|
"cloud-lightning": 61756,
|
||||||
|
"cloud-off": 61757,
|
||||||
|
"cloud-rain": 61758,
|
||||||
|
"cloud-snow": 61759,
|
||||||
|
"code": 61760,
|
||||||
|
"codepen": 61761,
|
||||||
|
"codesandbox": 61762,
|
||||||
|
"coffee": 61763,
|
||||||
|
"columns": 61764,
|
||||||
|
"command": 61765,
|
||||||
|
"compass": 61766,
|
||||||
|
"copy": 61767,
|
||||||
|
"corner-down-left": 61768,
|
||||||
|
"corner-down-right": 61769,
|
||||||
|
"corner-left-down": 61770,
|
||||||
|
"corner-left-up": 61771,
|
||||||
|
"corner-right-down": 61772,
|
||||||
|
"corner-right-up": 61773,
|
||||||
|
"corner-up-left": 61774,
|
||||||
|
"corner-up-right": 61775,
|
||||||
|
"cpu": 61776,
|
||||||
|
"credit-card": 61777,
|
||||||
|
"crop": 61778,
|
||||||
|
"crosshair": 61779,
|
||||||
|
"database": 61780,
|
||||||
|
"delete": 61781,
|
||||||
|
"disc": 61782,
|
||||||
|
"divide": 61783,
|
||||||
|
"divide-circle": 61784,
|
||||||
|
"divide-square": 61785,
|
||||||
|
"dollar-sign": 61786,
|
||||||
|
"download": 61787,
|
||||||
|
"download-cloud": 61788,
|
||||||
|
"dribbble": 61789,
|
||||||
|
"droplet": 61790,
|
||||||
|
"edit": 61791,
|
||||||
|
"edit-2": 61792,
|
||||||
|
"edit-3": 61793,
|
||||||
|
"external-link": 61794,
|
||||||
|
"eye": 61795,
|
||||||
|
"eye-off": 61796,
|
||||||
|
"facebook": 61797,
|
||||||
|
"fast-forward": 61798,
|
||||||
|
"feather": 61799,
|
||||||
|
"figma": 61800,
|
||||||
|
"file": 61801,
|
||||||
|
"file-minus": 61802,
|
||||||
|
"file-plus": 61803,
|
||||||
|
"file-text": 61804,
|
||||||
|
"film": 61805,
|
||||||
|
"filter": 61806,
|
||||||
|
"flag": 61807,
|
||||||
|
"folder": 61808,
|
||||||
|
"folder-minus": 61809,
|
||||||
|
"folder-plus": 61810,
|
||||||
|
"framer": 61811,
|
||||||
|
"frown": 61812,
|
||||||
|
"gift": 61813,
|
||||||
|
"git-branch": 61814,
|
||||||
|
"git-commit": 61815,
|
||||||
|
"git-merge": 61816,
|
||||||
|
"git-pull-request": 61817,
|
||||||
|
"github": 61818,
|
||||||
|
"gitlab": 61819,
|
||||||
|
"globe": 61820,
|
||||||
|
"grid": 61821,
|
||||||
|
"hard-drive": 61822,
|
||||||
|
"hash": 61823,
|
||||||
|
"headphones": 61824,
|
||||||
|
"heart": 61825,
|
||||||
|
"help-circle": 61826,
|
||||||
|
"hexagon": 61827,
|
||||||
|
"home": 61828,
|
||||||
|
"image": 61829,
|
||||||
|
"inbox": 61830,
|
||||||
|
"info": 61831,
|
||||||
|
"instagram": 61832,
|
||||||
|
"italic": 61833,
|
||||||
|
"key": 61834,
|
||||||
|
"layers": 61835,
|
||||||
|
"layout": 61836,
|
||||||
|
"life-buoy": 61837,
|
||||||
|
"link": 61838,
|
||||||
|
"link-2": 61839,
|
||||||
|
"linkedin": 61840,
|
||||||
|
"list": 61841,
|
||||||
|
"loader": 61842,
|
||||||
|
"lock": 61843,
|
||||||
|
"log-in": 61844,
|
||||||
|
"log-out": 61845,
|
||||||
|
"mail": 61846,
|
||||||
|
"map": 61847,
|
||||||
|
"map-pin": 61848,
|
||||||
|
"maximize": 61849,
|
||||||
|
"maximize-2": 61850,
|
||||||
|
"meh": 61851,
|
||||||
|
"menu": 61852,
|
||||||
|
"message-circle": 61853,
|
||||||
|
"message-square": 61854,
|
||||||
|
"mic": 61855,
|
||||||
|
"mic-off": 61856,
|
||||||
|
"minimize": 61857,
|
||||||
|
"minimize-2": 61858,
|
||||||
|
"minus": 61859,
|
||||||
|
"minus-circle": 61860,
|
||||||
|
"minus-square": 61861,
|
||||||
|
"monitor": 61862,
|
||||||
|
"moon": 61863,
|
||||||
|
"more-horizontal": 61864,
|
||||||
|
"more-vertical": 61865,
|
||||||
|
"mouse-pointer": 61866,
|
||||||
|
"move": 61867,
|
||||||
|
"music": 61868,
|
||||||
|
"navigation": 61869,
|
||||||
|
"navigation-2": 61870,
|
||||||
|
"octagon": 61871,
|
||||||
|
"package": 61872,
|
||||||
|
"paperclip": 61873,
|
||||||
|
"pause": 61874,
|
||||||
|
"pause-circle": 61875,
|
||||||
|
"pen-tool": 61876,
|
||||||
|
"percent": 61877,
|
||||||
|
"phone": 61878,
|
||||||
|
"phone-call": 61879,
|
||||||
|
"phone-forwarded": 61880,
|
||||||
|
"phone-incoming": 61881,
|
||||||
|
"phone-missed": 61882,
|
||||||
|
"phone-off": 61883,
|
||||||
|
"phone-outgoing": 61884,
|
||||||
|
"pie-chart": 61885,
|
||||||
|
"play": 61886,
|
||||||
|
"play-circle": 61887,
|
||||||
|
"plus": 61888,
|
||||||
|
"plus-circle": 61889,
|
||||||
|
"plus-square": 61890,
|
||||||
|
"pocket": 61891,
|
||||||
|
"power": 61892,
|
||||||
|
"printer": 61893,
|
||||||
|
"radio": 61894,
|
||||||
|
"refresh-ccw": 61895,
|
||||||
|
"refresh-cw": 61896,
|
||||||
|
"repeat": 61897,
|
||||||
|
"rewind": 61898,
|
||||||
|
"rotate-ccw": 61899,
|
||||||
|
"rotate-cw": 61900,
|
||||||
|
"rss": 61901,
|
||||||
|
"save": 61902,
|
||||||
|
"scissors": 61903,
|
||||||
|
"search": 61904,
|
||||||
|
"send": 61905,
|
||||||
|
"server": 61906,
|
||||||
|
"settings": 61907,
|
||||||
|
"share": 61908,
|
||||||
|
"share-2": 61909,
|
||||||
|
"shield": 61910,
|
||||||
|
"shield-off": 61911,
|
||||||
|
"shopping-bag": 61912,
|
||||||
|
"shopping-cart": 61913,
|
||||||
|
"shuffle": 61914,
|
||||||
|
"sidebar": 61915,
|
||||||
|
"skip-back": 61916,
|
||||||
|
"skip-forward": 61917,
|
||||||
|
"slack": 61918,
|
||||||
|
"slash": 61919,
|
||||||
|
"sliders": 61920,
|
||||||
|
"smartphone": 61921,
|
||||||
|
"smile": 61922,
|
||||||
|
"speaker": 61923,
|
||||||
|
"square": 61924,
|
||||||
|
"star": 61925,
|
||||||
|
"stop-circle": 61926,
|
||||||
|
"sun": 61927,
|
||||||
|
"sunrise": 61928,
|
||||||
|
"sunset": 61929,
|
||||||
|
"tablet": 61930,
|
||||||
|
"tag": 61931,
|
||||||
|
"target": 61932,
|
||||||
|
"terminal": 61933,
|
||||||
|
"thermometer": 61934,
|
||||||
|
"thumbs-down": 61935,
|
||||||
|
"thumbs-up": 61936,
|
||||||
|
"toggle-left": 61937,
|
||||||
|
"toggle-right": 61938,
|
||||||
|
"tool": 61939,
|
||||||
|
"trash": 61940,
|
||||||
|
"trash-2": 61941,
|
||||||
|
"trello": 61942,
|
||||||
|
"trending-down": 61943,
|
||||||
|
"trending-up": 61944,
|
||||||
|
"triangle": 61945,
|
||||||
|
"truck": 61946,
|
||||||
|
"tv": 61947,
|
||||||
|
"twitch": 61948,
|
||||||
|
"twitter": 61949,
|
||||||
|
"type": 61950,
|
||||||
|
"umbrella": 61951,
|
||||||
|
"underline": 61952,
|
||||||
|
"unlock": 61953,
|
||||||
|
"upload": 61954,
|
||||||
|
"upload-cloud": 61955,
|
||||||
|
"user": 61956,
|
||||||
|
"user-check": 61957,
|
||||||
|
"user-minus": 61958,
|
||||||
|
"user-plus": 61959,
|
||||||
|
"user-x": 61960,
|
||||||
|
"users": 61961,
|
||||||
|
"video": 61962,
|
||||||
|
"video-off": 61963,
|
||||||
|
"voicemail": 61964,
|
||||||
|
"volume": 61965,
|
||||||
|
"volume-1": 61966,
|
||||||
|
"volume-2": 61967,
|
||||||
|
"volume-x": 61968,
|
||||||
|
"watch": 61969,
|
||||||
|
"wifi": 61970,
|
||||||
|
"wifi-off": 61971,
|
||||||
|
"wind": 61972,
|
||||||
|
"x": 61973,
|
||||||
|
"x-circle": 61974,
|
||||||
|
"x-octagon": 61975,
|
||||||
|
"x-square": 61976,
|
||||||
|
"youtube": 61977,
|
||||||
|
"zap": 61978,
|
||||||
|
"zap-off": 61979,
|
||||||
|
"zoom-in": 61980,
|
||||||
|
"zoom-out": 61981
|
||||||
|
}
|
|
@ -0,0 +1,788 @@
|
||||||
|
{
|
||||||
|
"glass": 61440,
|
||||||
|
"music": 61441,
|
||||||
|
"search": 61442,
|
||||||
|
"envelope-o": 61443,
|
||||||
|
"heart": 61444,
|
||||||
|
"star": 61445,
|
||||||
|
"star-o": 61446,
|
||||||
|
"user": 61447,
|
||||||
|
"film": 61448,
|
||||||
|
"th-large": 61449,
|
||||||
|
"th": 61450,
|
||||||
|
"th-list": 61451,
|
||||||
|
"check": 61452,
|
||||||
|
"remove": 61453,
|
||||||
|
"close": 61453,
|
||||||
|
"times": 61453,
|
||||||
|
"search-plus": 61454,
|
||||||
|
"search-minus": 61456,
|
||||||
|
"power-off": 61457,
|
||||||
|
"signal": 61458,
|
||||||
|
"gear": 61459,
|
||||||
|
"cog": 61459,
|
||||||
|
"trash-o": 61460,
|
||||||
|
"home": 61461,
|
||||||
|
"file-o": 61462,
|
||||||
|
"clock-o": 61463,
|
||||||
|
"road": 61464,
|
||||||
|
"download": 61465,
|
||||||
|
"arrow-circle-o-down": 61466,
|
||||||
|
"arrow-circle-o-up": 61467,
|
||||||
|
"inbox": 61468,
|
||||||
|
"play-circle-o": 61469,
|
||||||
|
"rotate-right": 61470,
|
||||||
|
"repeat": 61470,
|
||||||
|
"refresh": 61473,
|
||||||
|
"list-alt": 61474,
|
||||||
|
"lock": 61475,
|
||||||
|
"flag": 61476,
|
||||||
|
"headphones": 61477,
|
||||||
|
"volume-off": 61478,
|
||||||
|
"volume-down": 61479,
|
||||||
|
"volume-up": 61480,
|
||||||
|
"qrcode": 61481,
|
||||||
|
"barcode": 61482,
|
||||||
|
"tag": 61483,
|
||||||
|
"tags": 61484,
|
||||||
|
"book": 61485,
|
||||||
|
"bookmark": 61486,
|
||||||
|
"print": 61487,
|
||||||
|
"camera": 61488,
|
||||||
|
"font": 61489,
|
||||||
|
"bold": 61490,
|
||||||
|
"italic": 61491,
|
||||||
|
"text-height": 61492,
|
||||||
|
"text-width": 61493,
|
||||||
|
"align-left": 61494,
|
||||||
|
"align-center": 61495,
|
||||||
|
"align-right": 61496,
|
||||||
|
"align-justify": 61497,
|
||||||
|
"list": 61498,
|
||||||
|
"dedent": 61499,
|
||||||
|
"outdent": 61499,
|
||||||
|
"indent": 61500,
|
||||||
|
"video-camera": 61501,
|
||||||
|
"photo": 61502,
|
||||||
|
"image": 61502,
|
||||||
|
"picture-o": 61502,
|
||||||
|
"pencil": 61504,
|
||||||
|
"map-marker": 61505,
|
||||||
|
"adjust": 61506,
|
||||||
|
"tint": 61507,
|
||||||
|
"edit": 61508,
|
||||||
|
"pencil-square-o": 61508,
|
||||||
|
"share-square-o": 61509,
|
||||||
|
"check-square-o": 61510,
|
||||||
|
"arrows": 61511,
|
||||||
|
"step-backward": 61512,
|
||||||
|
"fast-backward": 61513,
|
||||||
|
"backward": 61514,
|
||||||
|
"play": 61515,
|
||||||
|
"pause": 61516,
|
||||||
|
"stop": 61517,
|
||||||
|
"forward": 61518,
|
||||||
|
"fast-forward": 61520,
|
||||||
|
"step-forward": 61521,
|
||||||
|
"eject": 61522,
|
||||||
|
"chevron-left": 61523,
|
||||||
|
"chevron-right": 61524,
|
||||||
|
"plus-circle": 61525,
|
||||||
|
"minus-circle": 61526,
|
||||||
|
"times-circle": 61527,
|
||||||
|
"check-circle": 61528,
|
||||||
|
"question-circle": 61529,
|
||||||
|
"info-circle": 61530,
|
||||||
|
"crosshairs": 61531,
|
||||||
|
"times-circle-o": 61532,
|
||||||
|
"check-circle-o": 61533,
|
||||||
|
"ban": 61534,
|
||||||
|
"arrow-left": 61536,
|
||||||
|
"arrow-right": 61537,
|
||||||
|
"arrow-up": 61538,
|
||||||
|
"arrow-down": 61539,
|
||||||
|
"mail-forward": 61540,
|
||||||
|
"share": 61540,
|
||||||
|
"expand": 61541,
|
||||||
|
"compress": 61542,
|
||||||
|
"plus": 61543,
|
||||||
|
"minus": 61544,
|
||||||
|
"asterisk": 61545,
|
||||||
|
"exclamation-circle": 61546,
|
||||||
|
"gift": 61547,
|
||||||
|
"leaf": 61548,
|
||||||
|
"fire": 61549,
|
||||||
|
"eye": 61550,
|
||||||
|
"eye-slash": 61552,
|
||||||
|
"warning": 61553,
|
||||||
|
"exclamation-triangle": 61553,
|
||||||
|
"plane": 61554,
|
||||||
|
"calendar": 61555,
|
||||||
|
"random": 61556,
|
||||||
|
"comment": 61557,
|
||||||
|
"magnet": 61558,
|
||||||
|
"chevron-up": 61559,
|
||||||
|
"chevron-down": 61560,
|
||||||
|
"retweet": 61561,
|
||||||
|
"shopping-cart": 61562,
|
||||||
|
"folder": 61563,
|
||||||
|
"folder-open": 61564,
|
||||||
|
"arrows-v": 61565,
|
||||||
|
"arrows-h": 61566,
|
||||||
|
"bar-chart-o": 61568,
|
||||||
|
"bar-chart": 61568,
|
||||||
|
"twitter-square": 61569,
|
||||||
|
"facebook-square": 61570,
|
||||||
|
"camera-retro": 61571,
|
||||||
|
"key": 61572,
|
||||||
|
"gears": 61573,
|
||||||
|
"cogs": 61573,
|
||||||
|
"comments": 61574,
|
||||||
|
"thumbs-o-up": 61575,
|
||||||
|
"thumbs-o-down": 61576,
|
||||||
|
"star-half": 61577,
|
||||||
|
"heart-o": 61578,
|
||||||
|
"sign-out": 61579,
|
||||||
|
"linkedin-square": 61580,
|
||||||
|
"thumb-tack": 61581,
|
||||||
|
"external-link": 61582,
|
||||||
|
"sign-in": 61584,
|
||||||
|
"trophy": 61585,
|
||||||
|
"github-square": 61586,
|
||||||
|
"upload": 61587,
|
||||||
|
"lemon-o": 61588,
|
||||||
|
"phone": 61589,
|
||||||
|
"square-o": 61590,
|
||||||
|
"bookmark-o": 61591,
|
||||||
|
"phone-square": 61592,
|
||||||
|
"twitter": 61593,
|
||||||
|
"facebook-f": 61594,
|
||||||
|
"facebook": 61594,
|
||||||
|
"github": 61595,
|
||||||
|
"unlock": 61596,
|
||||||
|
"credit-card": 61597,
|
||||||
|
"feed": 61598,
|
||||||
|
"rss": 61598,
|
||||||
|
"hdd-o": 61600,
|
||||||
|
"bullhorn": 61601,
|
||||||
|
"bell": 61683,
|
||||||
|
"certificate": 61603,
|
||||||
|
"hand-o-right": 61604,
|
||||||
|
"hand-o-left": 61605,
|
||||||
|
"hand-o-up": 61606,
|
||||||
|
"hand-o-down": 61607,
|
||||||
|
"arrow-circle-left": 61608,
|
||||||
|
"arrow-circle-right": 61609,
|
||||||
|
"arrow-circle-up": 61610,
|
||||||
|
"arrow-circle-down": 61611,
|
||||||
|
"globe": 61612,
|
||||||
|
"wrench": 61613,
|
||||||
|
"tasks": 61614,
|
||||||
|
"filter": 61616,
|
||||||
|
"briefcase": 61617,
|
||||||
|
"arrows-alt": 61618,
|
||||||
|
"group": 61632,
|
||||||
|
"users": 61632,
|
||||||
|
"chain": 61633,
|
||||||
|
"link": 61633,
|
||||||
|
"cloud": 61634,
|
||||||
|
"flask": 61635,
|
||||||
|
"cut": 61636,
|
||||||
|
"scissors": 61636,
|
||||||
|
"copy": 61637,
|
||||||
|
"files-o": 61637,
|
||||||
|
"paperclip": 61638,
|
||||||
|
"save": 61639,
|
||||||
|
"floppy-o": 61639,
|
||||||
|
"square": 61640,
|
||||||
|
"navicon": 61641,
|
||||||
|
"reorder": 61641,
|
||||||
|
"bars": 61641,
|
||||||
|
"list-ul": 61642,
|
||||||
|
"list-ol": 61643,
|
||||||
|
"strikethrough": 61644,
|
||||||
|
"underline": 61645,
|
||||||
|
"table": 61646,
|
||||||
|
"magic": 61648,
|
||||||
|
"truck": 61649,
|
||||||
|
"pinterest": 61650,
|
||||||
|
"pinterest-square": 61651,
|
||||||
|
"google-plus-square": 61652,
|
||||||
|
"google-plus": 61653,
|
||||||
|
"money": 61654,
|
||||||
|
"caret-down": 61655,
|
||||||
|
"caret-up": 61656,
|
||||||
|
"caret-left": 61657,
|
||||||
|
"caret-right": 61658,
|
||||||
|
"columns": 61659,
|
||||||
|
"unsorted": 61660,
|
||||||
|
"sort": 61660,
|
||||||
|
"sort-down": 61661,
|
||||||
|
"sort-desc": 61661,
|
||||||
|
"sort-up": 61662,
|
||||||
|
"sort-asc": 61662,
|
||||||
|
"envelope": 61664,
|
||||||
|
"linkedin": 61665,
|
||||||
|
"rotate-left": 61666,
|
||||||
|
"undo": 61666,
|
||||||
|
"legal": 61667,
|
||||||
|
"gavel": 61667,
|
||||||
|
"dashboard": 61668,
|
||||||
|
"tachometer": 61668,
|
||||||
|
"comment-o": 61669,
|
||||||
|
"comments-o": 61670,
|
||||||
|
"flash": 61671,
|
||||||
|
"bolt": 61671,
|
||||||
|
"sitemap": 61672,
|
||||||
|
"umbrella": 61673,
|
||||||
|
"paste": 61674,
|
||||||
|
"clipboard": 61674,
|
||||||
|
"lightbulb-o": 61675,
|
||||||
|
"exchange": 61676,
|
||||||
|
"cloud-download": 61677,
|
||||||
|
"cloud-upload": 61678,
|
||||||
|
"user-md": 61680,
|
||||||
|
"stethoscope": 61681,
|
||||||
|
"suitcase": 61682,
|
||||||
|
"bell-o": 61602,
|
||||||
|
"coffee": 61684,
|
||||||
|
"cutlery": 61685,
|
||||||
|
"file-text-o": 61686,
|
||||||
|
"building-o": 61687,
|
||||||
|
"hospital-o": 61688,
|
||||||
|
"ambulance": 61689,
|
||||||
|
"medkit": 61690,
|
||||||
|
"fighter-jet": 61691,
|
||||||
|
"beer": 61692,
|
||||||
|
"h-square": 61693,
|
||||||
|
"plus-square": 61694,
|
||||||
|
"angle-double-left": 61696,
|
||||||
|
"angle-double-right": 61697,
|
||||||
|
"angle-double-up": 61698,
|
||||||
|
"angle-double-down": 61699,
|
||||||
|
"angle-left": 61700,
|
||||||
|
"angle-right": 61701,
|
||||||
|
"angle-up": 61702,
|
||||||
|
"angle-down": 61703,
|
||||||
|
"desktop": 61704,
|
||||||
|
"laptop": 61705,
|
||||||
|
"tablet": 61706,
|
||||||
|
"mobile-phone": 61707,
|
||||||
|
"mobile": 61707,
|
||||||
|
"circle-o": 61708,
|
||||||
|
"quote-left": 61709,
|
||||||
|
"quote-right": 61710,
|
||||||
|
"spinner": 61712,
|
||||||
|
"circle": 61713,
|
||||||
|
"mail-reply": 61714,
|
||||||
|
"reply": 61714,
|
||||||
|
"github-alt": 61715,
|
||||||
|
"folder-o": 61716,
|
||||||
|
"folder-open-o": 61717,
|
||||||
|
"smile-o": 61720,
|
||||||
|
"frown-o": 61721,
|
||||||
|
"meh-o": 61722,
|
||||||
|
"gamepad": 61723,
|
||||||
|
"keyboard-o": 61724,
|
||||||
|
"flag-o": 61725,
|
||||||
|
"flag-checkered": 61726,
|
||||||
|
"terminal": 61728,
|
||||||
|
"code": 61729,
|
||||||
|
"mail-reply-all": 61730,
|
||||||
|
"reply-all": 61730,
|
||||||
|
"star-half-empty": 61731,
|
||||||
|
"star-half-full": 61731,
|
||||||
|
"star-half-o": 61731,
|
||||||
|
"location-arrow": 61732,
|
||||||
|
"crop": 61733,
|
||||||
|
"code-fork": 61734,
|
||||||
|
"unlink": 61735,
|
||||||
|
"chain-broken": 61735,
|
||||||
|
"question": 61736,
|
||||||
|
"info": 61737,
|
||||||
|
"exclamation": 61738,
|
||||||
|
"superscript": 61739,
|
||||||
|
"subscript": 61740,
|
||||||
|
"eraser": 61741,
|
||||||
|
"puzzle-piece": 61742,
|
||||||
|
"microphone": 61744,
|
||||||
|
"microphone-slash": 61745,
|
||||||
|
"shield": 61746,
|
||||||
|
"calendar-o": 61747,
|
||||||
|
"fire-extinguisher": 61748,
|
||||||
|
"rocket": 61749,
|
||||||
|
"maxcdn": 61750,
|
||||||
|
"chevron-circle-left": 61751,
|
||||||
|
"chevron-circle-right": 61752,
|
||||||
|
"chevron-circle-up": 61753,
|
||||||
|
"chevron-circle-down": 61754,
|
||||||
|
"html5": 61755,
|
||||||
|
"css3": 61756,
|
||||||
|
"anchor": 61757,
|
||||||
|
"unlock-alt": 61758,
|
||||||
|
"bullseye": 61760,
|
||||||
|
"ellipsis-h": 61761,
|
||||||
|
"ellipsis-v": 61762,
|
||||||
|
"rss-square": 61763,
|
||||||
|
"play-circle": 61764,
|
||||||
|
"ticket": 61765,
|
||||||
|
"minus-square": 61766,
|
||||||
|
"minus-square-o": 61767,
|
||||||
|
"level-up": 61768,
|
||||||
|
"level-down": 61769,
|
||||||
|
"check-square": 61770,
|
||||||
|
"pencil-square": 61771,
|
||||||
|
"external-link-square": 61772,
|
||||||
|
"share-square": 61773,
|
||||||
|
"compass": 61774,
|
||||||
|
"toggle-down": 61776,
|
||||||
|
"caret-square-o-down": 61776,
|
||||||
|
"toggle-up": 61777,
|
||||||
|
"caret-square-o-up": 61777,
|
||||||
|
"toggle-right": 61778,
|
||||||
|
"caret-square-o-right": 61778,
|
||||||
|
"euro": 61779,
|
||||||
|
"eur": 61779,
|
||||||
|
"gbp": 61780,
|
||||||
|
"dollar": 61781,
|
||||||
|
"usd": 61781,
|
||||||
|
"rupee": 61782,
|
||||||
|
"inr": 61782,
|
||||||
|
"cny": 61783,
|
||||||
|
"rmb": 61783,
|
||||||
|
"yen": 61783,
|
||||||
|
"jpy": 61783,
|
||||||
|
"ruble": 61784,
|
||||||
|
"rouble": 61784,
|
||||||
|
"rub": 61784,
|
||||||
|
"won": 61785,
|
||||||
|
"krw": 61785,
|
||||||
|
"bitcoin": 61786,
|
||||||
|
"btc": 61786,
|
||||||
|
"file": 61787,
|
||||||
|
"file-text": 61788,
|
||||||
|
"sort-alpha-asc": 61789,
|
||||||
|
"sort-alpha-desc": 61790,
|
||||||
|
"sort-amount-asc": 61792,
|
||||||
|
"sort-amount-desc": 61793,
|
||||||
|
"sort-numeric-asc": 61794,
|
||||||
|
"sort-numeric-desc": 61795,
|
||||||
|
"thumbs-up": 61796,
|
||||||
|
"thumbs-down": 61797,
|
||||||
|
"youtube-square": 61798,
|
||||||
|
"youtube": 61799,
|
||||||
|
"xing": 61800,
|
||||||
|
"xing-square": 61801,
|
||||||
|
"youtube-play": 61802,
|
||||||
|
"dropbox": 61803,
|
||||||
|
"stack-overflow": 61804,
|
||||||
|
"instagram": 61805,
|
||||||
|
"flickr": 61806,
|
||||||
|
"adn": 61808,
|
||||||
|
"bitbucket": 61809,
|
||||||
|
"bitbucket-square": 61810,
|
||||||
|
"tumblr": 61811,
|
||||||
|
"tumblr-square": 61812,
|
||||||
|
"long-arrow-down": 61813,
|
||||||
|
"long-arrow-up": 61814,
|
||||||
|
"long-arrow-left": 61815,
|
||||||
|
"long-arrow-right": 61816,
|
||||||
|
"apple": 61817,
|
||||||
|
"windows": 61818,
|
||||||
|
"android": 61819,
|
||||||
|
"linux": 61820,
|
||||||
|
"dribbble": 61821,
|
||||||
|
"skype": 61822,
|
||||||
|
"foursquare": 61824,
|
||||||
|
"trello": 61825,
|
||||||
|
"female": 61826,
|
||||||
|
"male": 61827,
|
||||||
|
"gittip": 61828,
|
||||||
|
"gratipay": 61828,
|
||||||
|
"sun-o": 61829,
|
||||||
|
"moon-o": 61830,
|
||||||
|
"archive": 61831,
|
||||||
|
"bug": 61832,
|
||||||
|
"vk": 61833,
|
||||||
|
"weibo": 61834,
|
||||||
|
"renren": 61835,
|
||||||
|
"pagelines": 61836,
|
||||||
|
"stack-exchange": 61837,
|
||||||
|
"arrow-circle-o-right": 61838,
|
||||||
|
"arrow-circle-o-left": 61840,
|
||||||
|
"toggle-left": 61841,
|
||||||
|
"caret-square-o-left": 61841,
|
||||||
|
"dot-circle-o": 61842,
|
||||||
|
"wheelchair": 61843,
|
||||||
|
"vimeo-square": 61844,
|
||||||
|
"turkish-lira": 61845,
|
||||||
|
"try": 61845,
|
||||||
|
"plus-square-o": 61846,
|
||||||
|
"space-shuttle": 61847,
|
||||||
|
"slack": 61848,
|
||||||
|
"envelope-square": 61849,
|
||||||
|
"wordpress": 61850,
|
||||||
|
"openid": 61851,
|
||||||
|
"institution": 61852,
|
||||||
|
"bank": 61852,
|
||||||
|
"university": 61852,
|
||||||
|
"mortar-board": 61853,
|
||||||
|
"graduation-cap": 61853,
|
||||||
|
"yahoo": 61854,
|
||||||
|
"google": 61856,
|
||||||
|
"reddit": 61857,
|
||||||
|
"reddit-square": 61858,
|
||||||
|
"stumbleupon-circle": 61859,
|
||||||
|
"stumbleupon": 61860,
|
||||||
|
"delicious": 61861,
|
||||||
|
"digg": 61862,
|
||||||
|
"pied-piper-pp": 61863,
|
||||||
|
"pied-piper-alt": 61864,
|
||||||
|
"drupal": 61865,
|
||||||
|
"joomla": 61866,
|
||||||
|
"language": 61867,
|
||||||
|
"fax": 61868,
|
||||||
|
"building": 61869,
|
||||||
|
"child": 61870,
|
||||||
|
"paw": 61872,
|
||||||
|
"spoon": 61873,
|
||||||
|
"cube": 61874,
|
||||||
|
"cubes": 61875,
|
||||||
|
"behance": 61876,
|
||||||
|
"behance-square": 61877,
|
||||||
|
"steam": 61878,
|
||||||
|
"steam-square": 61879,
|
||||||
|
"recycle": 61880,
|
||||||
|
"automobile": 61881,
|
||||||
|
"car": 61881,
|
||||||
|
"cab": 61882,
|
||||||
|
"taxi": 61882,
|
||||||
|
"tree": 61883,
|
||||||
|
"spotify": 61884,
|
||||||
|
"deviantart": 61885,
|
||||||
|
"soundcloud": 61886,
|
||||||
|
"database": 61888,
|
||||||
|
"file-pdf-o": 61889,
|
||||||
|
"file-word-o": 61890,
|
||||||
|
"file-excel-o": 61891,
|
||||||
|
"file-powerpoint-o": 61892,
|
||||||
|
"file-photo-o": 61893,
|
||||||
|
"file-picture-o": 61893,
|
||||||
|
"file-image-o": 61893,
|
||||||
|
"file-zip-o": 61894,
|
||||||
|
"file-archive-o": 61894,
|
||||||
|
"file-sound-o": 61895,
|
||||||
|
"file-audio-o": 61895,
|
||||||
|
"file-movie-o": 61896,
|
||||||
|
"file-video-o": 61896,
|
||||||
|
"file-code-o": 61897,
|
||||||
|
"vine": 61898,
|
||||||
|
"codepen": 61899,
|
||||||
|
"jsfiddle": 61900,
|
||||||
|
"life-bouy": 61901,
|
||||||
|
"life-buoy": 61901,
|
||||||
|
"life-saver": 61901,
|
||||||
|
"support": 61901,
|
||||||
|
"life-ring": 61901,
|
||||||
|
"circle-o-notch": 61902,
|
||||||
|
"ra": 61904,
|
||||||
|
"resistance": 61904,
|
||||||
|
"rebel": 61904,
|
||||||
|
"ge": 61905,
|
||||||
|
"empire": 61905,
|
||||||
|
"git-square": 61906,
|
||||||
|
"git": 61907,
|
||||||
|
"y-combinator-square": 61908,
|
||||||
|
"yc-square": 61908,
|
||||||
|
"hacker-news": 61908,
|
||||||
|
"tencent-weibo": 61909,
|
||||||
|
"qq": 61910,
|
||||||
|
"wechat": 61911,
|
||||||
|
"weixin": 61911,
|
||||||
|
"send": 61912,
|
||||||
|
"paper-plane": 61912,
|
||||||
|
"send-o": 61913,
|
||||||
|
"paper-plane-o": 61913,
|
||||||
|
"history": 61914,
|
||||||
|
"circle-thin": 61915,
|
||||||
|
"header": 61916,
|
||||||
|
"paragraph": 61917,
|
||||||
|
"sliders": 61918,
|
||||||
|
"share-alt": 61920,
|
||||||
|
"share-alt-square": 61921,
|
||||||
|
"bomb": 61922,
|
||||||
|
"soccer-ball-o": 61923,
|
||||||
|
"futbol-o": 61923,
|
||||||
|
"tty": 61924,
|
||||||
|
"binoculars": 61925,
|
||||||
|
"plug": 61926,
|
||||||
|
"slideshare": 61927,
|
||||||
|
"twitch": 61928,
|
||||||
|
"yelp": 61929,
|
||||||
|
"newspaper-o": 61930,
|
||||||
|
"wifi": 61931,
|
||||||
|
"calculator": 61932,
|
||||||
|
"paypal": 61933,
|
||||||
|
"google-wallet": 61934,
|
||||||
|
"cc-visa": 61936,
|
||||||
|
"cc-mastercard": 61937,
|
||||||
|
"cc-discover": 61938,
|
||||||
|
"cc-amex": 61939,
|
||||||
|
"cc-paypal": 61940,
|
||||||
|
"cc-stripe": 61941,
|
||||||
|
"bell-slash": 61942,
|
||||||
|
"bell-slash-o": 61943,
|
||||||
|
"trash": 61944,
|
||||||
|
"copyright": 61945,
|
||||||
|
"at": 61946,
|
||||||
|
"eyedropper": 61947,
|
||||||
|
"paint-brush": 61948,
|
||||||
|
"birthday-cake": 61949,
|
||||||
|
"area-chart": 61950,
|
||||||
|
"pie-chart": 61952,
|
||||||
|
"line-chart": 61953,
|
||||||
|
"lastfm": 61954,
|
||||||
|
"lastfm-square": 61955,
|
||||||
|
"toggle-off": 61956,
|
||||||
|
"toggle-on": 61957,
|
||||||
|
"bicycle": 61958,
|
||||||
|
"bus": 61959,
|
||||||
|
"ioxhost": 61960,
|
||||||
|
"angellist": 61961,
|
||||||
|
"cc": 61962,
|
||||||
|
"shekel": 61963,
|
||||||
|
"sheqel": 61963,
|
||||||
|
"ils": 61963,
|
||||||
|
"meanpath": 61964,
|
||||||
|
"buysellads": 61965,
|
||||||
|
"connectdevelop": 61966,
|
||||||
|
"dashcube": 61968,
|
||||||
|
"forumbee": 61969,
|
||||||
|
"leanpub": 61970,
|
||||||
|
"sellsy": 61971,
|
||||||
|
"shirtsinbulk": 61972,
|
||||||
|
"simplybuilt": 61973,
|
||||||
|
"skyatlas": 61974,
|
||||||
|
"cart-plus": 61975,
|
||||||
|
"cart-arrow-down": 61976,
|
||||||
|
"diamond": 61977,
|
||||||
|
"ship": 61978,
|
||||||
|
"user-secret": 61979,
|
||||||
|
"motorcycle": 61980,
|
||||||
|
"street-view": 61981,
|
||||||
|
"heartbeat": 61982,
|
||||||
|
"venus": 61985,
|
||||||
|
"mars": 61986,
|
||||||
|
"mercury": 61987,
|
||||||
|
"intersex": 61988,
|
||||||
|
"transgender": 61988,
|
||||||
|
"transgender-alt": 61989,
|
||||||
|
"venus-double": 61990,
|
||||||
|
"mars-double": 61991,
|
||||||
|
"venus-mars": 61992,
|
||||||
|
"mars-stroke": 61993,
|
||||||
|
"mars-stroke-v": 61994,
|
||||||
|
"mars-stroke-h": 61995,
|
||||||
|
"neuter": 61996,
|
||||||
|
"genderless": 61997,
|
||||||
|
"facebook-official": 62000,
|
||||||
|
"pinterest-p": 62001,
|
||||||
|
"whatsapp": 62002,
|
||||||
|
"server": 62003,
|
||||||
|
"user-plus": 62004,
|
||||||
|
"user-times": 62005,
|
||||||
|
"hotel": 62006,
|
||||||
|
"bed": 62006,
|
||||||
|
"viacoin": 62007,
|
||||||
|
"train": 62008,
|
||||||
|
"subway": 62009,
|
||||||
|
"medium": 62010,
|
||||||
|
"yc": 62011,
|
||||||
|
"y-combinator": 62011,
|
||||||
|
"optin-monster": 62012,
|
||||||
|
"opencart": 62013,
|
||||||
|
"expeditedssl": 62014,
|
||||||
|
"battery-4": 62016,
|
||||||
|
"battery": 62016,
|
||||||
|
"battery-full": 62016,
|
||||||
|
"battery-3": 62017,
|
||||||
|
"battery-three-quarters": 62017,
|
||||||
|
"battery-2": 62018,
|
||||||
|
"battery-half": 62018,
|
||||||
|
"battery-1": 62019,
|
||||||
|
"battery-quarter": 62019,
|
||||||
|
"battery-0": 62020,
|
||||||
|
"battery-empty": 62020,
|
||||||
|
"mouse-pointer": 62021,
|
||||||
|
"i-cursor": 62022,
|
||||||
|
"object-group": 62023,
|
||||||
|
"object-ungroup": 62024,
|
||||||
|
"sticky-note": 62025,
|
||||||
|
"sticky-note-o": 62026,
|
||||||
|
"cc-jcb": 62027,
|
||||||
|
"cc-diners-club": 62028,
|
||||||
|
"clone": 62029,
|
||||||
|
"balance-scale": 62030,
|
||||||
|
"hourglass-o": 62032,
|
||||||
|
"hourglass-1": 62033,
|
||||||
|
"hourglass-start": 62033,
|
||||||
|
"hourglass-2": 62034,
|
||||||
|
"hourglass-half": 62034,
|
||||||
|
"hourglass-3": 62035,
|
||||||
|
"hourglass-end": 62035,
|
||||||
|
"hourglass": 62036,
|
||||||
|
"hand-grab-o": 62037,
|
||||||
|
"hand-rock-o": 62037,
|
||||||
|
"hand-stop-o": 62038,
|
||||||
|
"hand-paper-o": 62038,
|
||||||
|
"hand-scissors-o": 62039,
|
||||||
|
"hand-lizard-o": 62040,
|
||||||
|
"hand-spock-o": 62041,
|
||||||
|
"hand-pointer-o": 62042,
|
||||||
|
"hand-peace-o": 62043,
|
||||||
|
"trademark": 62044,
|
||||||
|
"registered": 62045,
|
||||||
|
"creative-commons": 62046,
|
||||||
|
"gg": 62048,
|
||||||
|
"gg-circle": 62049,
|
||||||
|
"tripadvisor": 62050,
|
||||||
|
"odnoklassniki": 62051,
|
||||||
|
"odnoklassniki-square": 62052,
|
||||||
|
"get-pocket": 62053,
|
||||||
|
"wikipedia-w": 62054,
|
||||||
|
"safari": 62055,
|
||||||
|
"chrome": 62056,
|
||||||
|
"firefox": 62057,
|
||||||
|
"opera": 62058,
|
||||||
|
"internet-explorer": 62059,
|
||||||
|
"tv": 62060,
|
||||||
|
"television": 62060,
|
||||||
|
"contao": 62061,
|
||||||
|
"500px": 62062,
|
||||||
|
"amazon": 62064,
|
||||||
|
"calendar-plus-o": 62065,
|
||||||
|
"calendar-minus-o": 62066,
|
||||||
|
"calendar-times-o": 62067,
|
||||||
|
"calendar-check-o": 62068,
|
||||||
|
"industry": 62069,
|
||||||
|
"map-pin": 62070,
|
||||||
|
"map-signs": 62071,
|
||||||
|
"map-o": 62072,
|
||||||
|
"map": 62073,
|
||||||
|
"commenting": 62074,
|
||||||
|
"commenting-o": 62075,
|
||||||
|
"houzz": 62076,
|
||||||
|
"vimeo": 62077,
|
||||||
|
"black-tie": 62078,
|
||||||
|
"fonticons": 62080,
|
||||||
|
"reddit-alien": 62081,
|
||||||
|
"edge": 62082,
|
||||||
|
"credit-card-alt": 62083,
|
||||||
|
"codiepie": 62084,
|
||||||
|
"modx": 62085,
|
||||||
|
"fort-awesome": 62086,
|
||||||
|
"usb": 62087,
|
||||||
|
"product-hunt": 62088,
|
||||||
|
"mixcloud": 62089,
|
||||||
|
"scribd": 62090,
|
||||||
|
"pause-circle": 62091,
|
||||||
|
"pause-circle-o": 62092,
|
||||||
|
"stop-circle": 62093,
|
||||||
|
"stop-circle-o": 62094,
|
||||||
|
"shopping-bag": 62096,
|
||||||
|
"shopping-basket": 62097,
|
||||||
|
"hashtag": 62098,
|
||||||
|
"bluetooth": 62099,
|
||||||
|
"bluetooth-b": 62100,
|
||||||
|
"percent": 62101,
|
||||||
|
"gitlab": 62102,
|
||||||
|
"wpbeginner": 62103,
|
||||||
|
"wpforms": 62104,
|
||||||
|
"envira": 62105,
|
||||||
|
"universal-access": 62106,
|
||||||
|
"wheelchair-alt": 62107,
|
||||||
|
"question-circle-o": 62108,
|
||||||
|
"blind": 62109,
|
||||||
|
"audio-description": 62110,
|
||||||
|
"volume-control-phone": 62112,
|
||||||
|
"braille": 62113,
|
||||||
|
"assistive-listening-systems": 62114,
|
||||||
|
"asl-interpreting": 62115,
|
||||||
|
"american-sign-language-interpreting": 62115,
|
||||||
|
"deafness": 62116,
|
||||||
|
"hard-of-hearing": 62116,
|
||||||
|
"deaf": 62116,
|
||||||
|
"glide": 62117,
|
||||||
|
"glide-g": 62118,
|
||||||
|
"signing": 62119,
|
||||||
|
"sign-language": 62119,
|
||||||
|
"low-vision": 62120,
|
||||||
|
"viadeo": 62121,
|
||||||
|
"viadeo-square": 62122,
|
||||||
|
"snapchat": 62123,
|
||||||
|
"snapchat-ghost": 62124,
|
||||||
|
"snapchat-square": 62125,
|
||||||
|
"pied-piper": 62126,
|
||||||
|
"first-order": 62128,
|
||||||
|
"yoast": 62129,
|
||||||
|
"themeisle": 62130,
|
||||||
|
"google-plus-circle": 62131,
|
||||||
|
"google-plus-official": 62131,
|
||||||
|
"fa": 62132,
|
||||||
|
"font-awesome": 62132,
|
||||||
|
"handshake-o": 62133,
|
||||||
|
"envelope-open": 62134,
|
||||||
|
"envelope-open-o": 62135,
|
||||||
|
"linode": 62136,
|
||||||
|
"address-book": 62137,
|
||||||
|
"address-book-o": 62138,
|
||||||
|
"vcard": 62139,
|
||||||
|
"address-card": 62139,
|
||||||
|
"vcard-o": 62140,
|
||||||
|
"address-card-o": 62140,
|
||||||
|
"user-circle": 62141,
|
||||||
|
"user-circle-o": 62142,
|
||||||
|
"user-o": 62144,
|
||||||
|
"id-badge": 62145,
|
||||||
|
"drivers-license": 62146,
|
||||||
|
"id-card": 62146,
|
||||||
|
"drivers-license-o": 62147,
|
||||||
|
"id-card-o": 62147,
|
||||||
|
"quora": 62148,
|
||||||
|
"free-code-camp": 62149,
|
||||||
|
"telegram": 62150,
|
||||||
|
"thermometer-4": 62151,
|
||||||
|
"thermometer": 62151,
|
||||||
|
"thermometer-full": 62151,
|
||||||
|
"thermometer-3": 62152,
|
||||||
|
"thermometer-three-quarters": 62152,
|
||||||
|
"thermometer-2": 62153,
|
||||||
|
"thermometer-half": 62153,
|
||||||
|
"thermometer-1": 62154,
|
||||||
|
"thermometer-quarter": 62154,
|
||||||
|
"thermometer-0": 62155,
|
||||||
|
"thermometer-empty": 62155,
|
||||||
|
"shower": 62156,
|
||||||
|
"bathtub": 62157,
|
||||||
|
"s15": 62157,
|
||||||
|
"bath": 62157,
|
||||||
|
"podcast": 62158,
|
||||||
|
"window-maximize": 62160,
|
||||||
|
"window-minimize": 62161,
|
||||||
|
"window-restore": 62162,
|
||||||
|
"times-rectangle": 62163,
|
||||||
|
"window-close": 62163,
|
||||||
|
"times-rectangle-o": 62164,
|
||||||
|
"window-close-o": 62164,
|
||||||
|
"bandcamp": 62165,
|
||||||
|
"grav": 62166,
|
||||||
|
"etsy": 62167,
|
||||||
|
"imdb": 62168,
|
||||||
|
"ravelry": 62169,
|
||||||
|
"eercast": 62170,
|
||||||
|
"microchip": 62171,
|
||||||
|
"snowflake-o": 62172,
|
||||||
|
"superpowers": 62173,
|
||||||
|
"wpexplorer": 62174,
|
||||||
|
"meetup": 62176
|
||||||
|
}
|
|
@ -0,0 +1,619 @@
|
||||||
|
{
|
||||||
|
"acrobat-reader": 60095,
|
||||||
|
"applemusic": 60096,
|
||||||
|
"atlassian": 60097,
|
||||||
|
"aws": 60098,
|
||||||
|
"baidu": 60099,
|
||||||
|
"bing": 60100,
|
||||||
|
"bower": 60101,
|
||||||
|
"dailymotion": 60102,
|
||||||
|
"delicious": 60103,
|
||||||
|
"deviantart": 60104,
|
||||||
|
"disqus": 60105,
|
||||||
|
"flipboard": 60106,
|
||||||
|
"graphql": 60107,
|
||||||
|
"hexo": 60108,
|
||||||
|
"hipchat": 60109,
|
||||||
|
"icq": 60110,
|
||||||
|
"invision": 60111,
|
||||||
|
"jekyll": 60112,
|
||||||
|
"jira": 60113,
|
||||||
|
"json": 60114,
|
||||||
|
"livestream": 60115,
|
||||||
|
"messenger": 60116,
|
||||||
|
"meteor": 60117,
|
||||||
|
"onenote": 60118,
|
||||||
|
"mongodb": 60119,
|
||||||
|
"netflix": 60120,
|
||||||
|
"nginx": 60121,
|
||||||
|
"odnoklassniki": 60122,
|
||||||
|
"onedrive": 60123,
|
||||||
|
"origin": 60124,
|
||||||
|
"pingdom": 60125,
|
||||||
|
"rails": 60126,
|
||||||
|
"raspberry-pi": 60127,
|
||||||
|
"redis": 60128,
|
||||||
|
"redux": 60129,
|
||||||
|
"saucelabs": 60130,
|
||||||
|
"scorp": 60131,
|
||||||
|
"sentry": 60132,
|
||||||
|
"shazam": 60133,
|
||||||
|
"shopify": 60134,
|
||||||
|
"sinaweibo": 60135,
|
||||||
|
"slides": 60136,
|
||||||
|
"sublimetext": 60137,
|
||||||
|
"swift": 60138,
|
||||||
|
"ted": 60139,
|
||||||
|
"telegram": 60140,
|
||||||
|
"tesla": 60141,
|
||||||
|
"tinder": 60142,
|
||||||
|
"treehouse": 60143,
|
||||||
|
"twoo": 60144,
|
||||||
|
"udacity": 60145,
|
||||||
|
"webstorm": 60146,
|
||||||
|
"wix": 60147,
|
||||||
|
"yandex-international": 60148,
|
||||||
|
"yandex": 60149,
|
||||||
|
"ember": 60087,
|
||||||
|
"cpanel": 60088,
|
||||||
|
"viber": 60089,
|
||||||
|
"deskpro": 60090,
|
||||||
|
"discord": 60091,
|
||||||
|
"discourse": 60092,
|
||||||
|
"adobe": 60059,
|
||||||
|
"algolia": 60060,
|
||||||
|
"atom": 60061,
|
||||||
|
"babel": 60062,
|
||||||
|
"coffeescript": 60063,
|
||||||
|
"electronjs": 60064,
|
||||||
|
"mysql": 60065,
|
||||||
|
"oracle": 60066,
|
||||||
|
"php": 60067,
|
||||||
|
"sourcetree": 60068,
|
||||||
|
"ubuntu": 60069,
|
||||||
|
"unity": 60070,
|
||||||
|
"unreal-engine": 60071,
|
||||||
|
"webpack": 60072,
|
||||||
|
"angelist": 60026,
|
||||||
|
"app-store": 60027,
|
||||||
|
"digg": 60030,
|
||||||
|
"dockers": 60031,
|
||||||
|
"envato": 60032,
|
||||||
|
"gitlab": 60033,
|
||||||
|
"google-drive": 60034,
|
||||||
|
"google-play": 60035,
|
||||||
|
"grunt": 60036,
|
||||||
|
"gulp": 60037,
|
||||||
|
"hacker-news": 60038,
|
||||||
|
"imdb": 60039,
|
||||||
|
"jenkins": 60040,
|
||||||
|
"joomla": 60041,
|
||||||
|
"kickstarter": 60042,
|
||||||
|
"laravel": 60043,
|
||||||
|
"less": 60044,
|
||||||
|
"line": 60045,
|
||||||
|
"npm": 60046,
|
||||||
|
"periscope": 60047,
|
||||||
|
"product-hunt": 60048,
|
||||||
|
"quora": 60049,
|
||||||
|
"skyatlas": 60050,
|
||||||
|
"stylus": 60051,
|
||||||
|
"travis": 60052,
|
||||||
|
"trello": 60053,
|
||||||
|
"uber": 60054,
|
||||||
|
"vine": 60055,
|
||||||
|
"visual-studio": 60056,
|
||||||
|
"vk": 60057,
|
||||||
|
"vuejs": 60058,
|
||||||
|
"microsoft": 60025,
|
||||||
|
"blogger": 60028,
|
||||||
|
"500px": 59658,
|
||||||
|
"amazon": 59659,
|
||||||
|
"ampproject": 59660,
|
||||||
|
"android": 59661,
|
||||||
|
"angularjs": 59662,
|
||||||
|
"apple": 59663,
|
||||||
|
"behance": 59664,
|
||||||
|
"bitbucket": 59665,
|
||||||
|
"bluetooth-b": 59666,
|
||||||
|
"cloudflare": 59667,
|
||||||
|
"codepen": 59668,
|
||||||
|
"css3": 59669,
|
||||||
|
"dribbble": 59670,
|
||||||
|
"dropbox": 59671,
|
||||||
|
"facebook": 59672,
|
||||||
|
"flickr": 59673,
|
||||||
|
"foursquare": 59674,
|
||||||
|
"git": 59675,
|
||||||
|
"github": 59676,
|
||||||
|
"google-plus": 59677,
|
||||||
|
"google": 59678,
|
||||||
|
"hangout": 59679,
|
||||||
|
"houzz": 59680,
|
||||||
|
"html5": 59681,
|
||||||
|
"instagram": 59682,
|
||||||
|
"java": 59683,
|
||||||
|
"jquery": 59684,
|
||||||
|
"jsfiddle": 59685,
|
||||||
|
"linkedin": 59686,
|
||||||
|
"linux": 59687,
|
||||||
|
"magento": 59688,
|
||||||
|
"maxcdn": 59689,
|
||||||
|
"medium": 59690,
|
||||||
|
"meetup": 59691,
|
||||||
|
"nodejs": 59692,
|
||||||
|
"opencart": 59693,
|
||||||
|
"pinterest": 59694,
|
||||||
|
"playstation": 59695,
|
||||||
|
"python": 59696,
|
||||||
|
"react": 59697,
|
||||||
|
"reddit": 59698,
|
||||||
|
"ruby": 59699,
|
||||||
|
"sass": 59700,
|
||||||
|
"skype": 59701,
|
||||||
|
"slack": 59702,
|
||||||
|
"snapchat": 59703,
|
||||||
|
"soundcloud": 59704,
|
||||||
|
"spotify": 59705,
|
||||||
|
"stack-overflow": 59706,
|
||||||
|
"steam": 59707,
|
||||||
|
"stumbleupon": 59708,
|
||||||
|
"svn": 59709,
|
||||||
|
"swarm": 59710,
|
||||||
|
"tripadvisor": 59711,
|
||||||
|
"tumblr": 59712,
|
||||||
|
"twitch": 59713,
|
||||||
|
"twitter": 59714,
|
||||||
|
"vimeo": 59715,
|
||||||
|
"wetransfer": 59716,
|
||||||
|
"whatsapp": 59717,
|
||||||
|
"wifi-logo": 59718,
|
||||||
|
"wikipedia": 59719,
|
||||||
|
"windows": 59720,
|
||||||
|
"wordpress": 59721,
|
||||||
|
"xbox": 59722,
|
||||||
|
"yahoo": 59723,
|
||||||
|
"yelp": 59724,
|
||||||
|
"youtube-play": 59725,
|
||||||
|
"cocoapods": 60200,
|
||||||
|
"composer": 60201,
|
||||||
|
"yarn": 60202,
|
||||||
|
"language": 59943,
|
||||||
|
"toggle-off": 59948,
|
||||||
|
"toggle-on": 60029,
|
||||||
|
"anchor": 60094,
|
||||||
|
"archive": 60150,
|
||||||
|
"at": 60151,
|
||||||
|
"ban": 60152,
|
||||||
|
"battery-half": 60153,
|
||||||
|
"battery-full": 60154,
|
||||||
|
"battery-empty": 60155,
|
||||||
|
"battery-quarter": 60156,
|
||||||
|
"battery-three-quarters": 60157,
|
||||||
|
"bell-alt": 60158,
|
||||||
|
"bell": 60159,
|
||||||
|
"bookmark-alt": 60160,
|
||||||
|
"bookmark": 60161,
|
||||||
|
"bug": 60162,
|
||||||
|
"calculator": 60163,
|
||||||
|
"calendar": 60164,
|
||||||
|
"crosshairs": 60165,
|
||||||
|
"desktop": 60166,
|
||||||
|
"download": 60167,
|
||||||
|
"film": 60168,
|
||||||
|
"history": 60169,
|
||||||
|
"hourglass-end": 60170,
|
||||||
|
"hourglass-half": 60171,
|
||||||
|
"hourglass-start": 60172,
|
||||||
|
"hourglass": 60173,
|
||||||
|
"info": 60174,
|
||||||
|
"key": 60175,
|
||||||
|
"keyboard": 60176,
|
||||||
|
"laptop": 60177,
|
||||||
|
"lightbulb": 60178,
|
||||||
|
"magnet": 60179,
|
||||||
|
"map-marker-alt": 60180,
|
||||||
|
"map-marker": 60181,
|
||||||
|
"map": 60182,
|
||||||
|
"mobile-alt": 60183,
|
||||||
|
"mobile": 60184,
|
||||||
|
"paw": 60185,
|
||||||
|
"phone": 60186,
|
||||||
|
"power": 60187,
|
||||||
|
"qrcode": 60188,
|
||||||
|
"question": 60189,
|
||||||
|
"search": 60190,
|
||||||
|
"sitemap": 60191,
|
||||||
|
"star-half": 60192,
|
||||||
|
"stopwatch": 60193,
|
||||||
|
"tablet-alt": 60194,
|
||||||
|
"tablet": 60195,
|
||||||
|
"ticket": 60196,
|
||||||
|
"tv": 60197,
|
||||||
|
"upload": 60198,
|
||||||
|
"user-secret": 60199,
|
||||||
|
"camera": 59798,
|
||||||
|
"clock": 59799,
|
||||||
|
"close-a": 59800,
|
||||||
|
"code": 59801,
|
||||||
|
"comment": 59802,
|
||||||
|
"commenting": 59803,
|
||||||
|
"comments": 59804,
|
||||||
|
"crop": 59805,
|
||||||
|
"cursor": 59806,
|
||||||
|
"database": 59807,
|
||||||
|
"date": 59808,
|
||||||
|
"earth": 59809,
|
||||||
|
"email": 59810,
|
||||||
|
"eye": 59811,
|
||||||
|
"female": 59812,
|
||||||
|
"favorite": 59813,
|
||||||
|
"filter": 59814,
|
||||||
|
"fire": 59815,
|
||||||
|
"flag": 59816,
|
||||||
|
"flash": 59817,
|
||||||
|
"home": 59818,
|
||||||
|
"link": 59819,
|
||||||
|
"locked": 59820,
|
||||||
|
"male": 59821,
|
||||||
|
"minus-a": 59822,
|
||||||
|
"more-v-a": 59823,
|
||||||
|
"more-v": 59824,
|
||||||
|
"move-h-a": 59825,
|
||||||
|
"move-h": 59826,
|
||||||
|
"nav-icon-a": 59827,
|
||||||
|
"nav-icon-grid-a": 59828,
|
||||||
|
"nav-icon-grid": 59829,
|
||||||
|
"nav-icon-list-a": 59830,
|
||||||
|
"nav-icon-list": 59831,
|
||||||
|
"nav-icon": 59832,
|
||||||
|
"navigate": 59833,
|
||||||
|
"paper-plane": 59834,
|
||||||
|
"person": 59835,
|
||||||
|
"persons": 59836,
|
||||||
|
"picture": 59837,
|
||||||
|
"plus-a": 59838,
|
||||||
|
"print": 59839,
|
||||||
|
"quote-a-left": 59840,
|
||||||
|
"quote-a-right": 59841,
|
||||||
|
"quote-left": 59842,
|
||||||
|
"quote-right": 59843,
|
||||||
|
"reply": 59844,
|
||||||
|
"rss": 59845,
|
||||||
|
"scissors": 59846,
|
||||||
|
"share-a": 59847,
|
||||||
|
"share": 59848,
|
||||||
|
"trash": 59849,
|
||||||
|
"unlocked": 59850,
|
||||||
|
"usb": 59851,
|
||||||
|
"wifi": 59852,
|
||||||
|
"world-o": 59853,
|
||||||
|
"world": 59854,
|
||||||
|
"zoom": 59855,
|
||||||
|
"adjust": 60015,
|
||||||
|
"recycle": 60016,
|
||||||
|
"pinboard": 60093,
|
||||||
|
"zoom-minus": 60082,
|
||||||
|
"zoom-plus": 60083,
|
||||||
|
"check": 60084,
|
||||||
|
"asterisk": 60085,
|
||||||
|
"hashtag": 60086,
|
||||||
|
"checkbox-active": 59778,
|
||||||
|
"checkbox-passive": 59779,
|
||||||
|
"radio-btn-active": 59780,
|
||||||
|
"radio-btn-passive": 59781,
|
||||||
|
"shopping-bag-1": 60011,
|
||||||
|
"shopping-bag": 60012,
|
||||||
|
"shopping-barcode": 60017,
|
||||||
|
"shopping-basket-add": 60018,
|
||||||
|
"shopping-basket-remove": 60019,
|
||||||
|
"shopping-basket": 60020,
|
||||||
|
"shopping-package": 60021,
|
||||||
|
"shopping-pos-machine": 60022,
|
||||||
|
"shopping-sale": 60023,
|
||||||
|
"shopping-store": 60024,
|
||||||
|
"angle-dobule-down": 59748,
|
||||||
|
"angle-dobule-left": 59749,
|
||||||
|
"angle-dobule-right": 59750,
|
||||||
|
"angle-dobule-up": 59751,
|
||||||
|
"angle-down": 59752,
|
||||||
|
"angle-left": 59753,
|
||||||
|
"angle-right": 59754,
|
||||||
|
"angle-up": 59755,
|
||||||
|
"arrow-down-l": 59756,
|
||||||
|
"arrow-down": 59757,
|
||||||
|
"arrow-expand": 59758,
|
||||||
|
"arrow-h": 59759,
|
||||||
|
"arrow-left-l": 59760,
|
||||||
|
"arrow-left": 59761,
|
||||||
|
"arrow-move": 59762,
|
||||||
|
"arrow-resize": 59763,
|
||||||
|
"arrow-return-left": 59764,
|
||||||
|
"arrow-return-right": 59765,
|
||||||
|
"arrow-right-l": 59766,
|
||||||
|
"arrow-right": 59767,
|
||||||
|
"arrow-swap": 59768,
|
||||||
|
"arrow-up-l": 59769,
|
||||||
|
"arrow-up": 59770,
|
||||||
|
"arrow-v": 59771,
|
||||||
|
"caret-down": 59772,
|
||||||
|
"caret-left": 59773,
|
||||||
|
"caret-right": 59774,
|
||||||
|
"caret-up": 59775,
|
||||||
|
"fi": 59776,
|
||||||
|
"fontisto": 59777,
|
||||||
|
"backward": 59866,
|
||||||
|
"eject": 59867,
|
||||||
|
"equalizer": 59868,
|
||||||
|
"forward": 59869,
|
||||||
|
"headphone": 59870,
|
||||||
|
"heart": 59871,
|
||||||
|
"mic": 59872,
|
||||||
|
"music-note": 59873,
|
||||||
|
"pause": 59874,
|
||||||
|
"play-list": 59875,
|
||||||
|
"play": 59876,
|
||||||
|
"player-settings": 59877,
|
||||||
|
"podcast": 59878,
|
||||||
|
"random": 59879,
|
||||||
|
"record": 59880,
|
||||||
|
"star": 59881,
|
||||||
|
"step-backwrad": 59882,
|
||||||
|
"step-forward": 59883,
|
||||||
|
"stop": 59884,
|
||||||
|
"volume-down": 59885,
|
||||||
|
"volume-mute": 59886,
|
||||||
|
"volume-off": 59887,
|
||||||
|
"volume-up": 59888,
|
||||||
|
"airplay": 60008,
|
||||||
|
"bold": 59918,
|
||||||
|
"broken-link": 59919,
|
||||||
|
"center-align": 59920,
|
||||||
|
"close": 59921,
|
||||||
|
"columns": 59922,
|
||||||
|
"copy": 59923,
|
||||||
|
"eraser": 59924,
|
||||||
|
"export": 59925,
|
||||||
|
"file-1": 59926,
|
||||||
|
"file-2": 59927,
|
||||||
|
"folder": 59928,
|
||||||
|
"font": 59929,
|
||||||
|
"import": 59930,
|
||||||
|
"indent": 59931,
|
||||||
|
"italic": 59932,
|
||||||
|
"justify": 59933,
|
||||||
|
"left-align": 59934,
|
||||||
|
"link2": 59935,
|
||||||
|
"list-1": 59936,
|
||||||
|
"list-2": 59937,
|
||||||
|
"outdent": 59938,
|
||||||
|
"paperclip": 59939,
|
||||||
|
"paragraph": 59940,
|
||||||
|
"paste": 59941,
|
||||||
|
"preview": 59942,
|
||||||
|
"print2": 59943,
|
||||||
|
"redo": 59944,
|
||||||
|
"right-align": 59945,
|
||||||
|
"save-1": 59946,
|
||||||
|
"save": 59947,
|
||||||
|
"scissors2": 59948,
|
||||||
|
"strikethrough": 59949,
|
||||||
|
"subscript": 59950,
|
||||||
|
"superscript": 59951,
|
||||||
|
"table-1": 59952,
|
||||||
|
"table-2": 59953,
|
||||||
|
"text-height": 59954,
|
||||||
|
"text-width": 59955,
|
||||||
|
"underline": 59956,
|
||||||
|
"undo": 59957,
|
||||||
|
"cloud-down": 59958,
|
||||||
|
"cloud-refresh": 59959,
|
||||||
|
"cloud-up": 59960,
|
||||||
|
"cloudy-gusts": 59961,
|
||||||
|
"cloudy": 59962,
|
||||||
|
"compass": 59963,
|
||||||
|
"day-cloudy": 59964,
|
||||||
|
"day-haze": 59965,
|
||||||
|
"day-lightning": 59966,
|
||||||
|
"day-rain": 59967,
|
||||||
|
"day-snow": 59968,
|
||||||
|
"day-sunny": 59969,
|
||||||
|
"fog": 59970,
|
||||||
|
"horizon-alt": 59971,
|
||||||
|
"horizon": 59972,
|
||||||
|
"lightning": 59973,
|
||||||
|
"lightnings": 59974,
|
||||||
|
"night-alt-cloudy": 59975,
|
||||||
|
"night-alt-lightning": 59976,
|
||||||
|
"night-alt-rain": 59977,
|
||||||
|
"night-alt-snow": 59978,
|
||||||
|
"night-clear": 59979,
|
||||||
|
"rain": 59980,
|
||||||
|
"rainbow": 59981,
|
||||||
|
"rains": 59982,
|
||||||
|
"snow": 59983,
|
||||||
|
"snows": 59984,
|
||||||
|
"thermometer": 59985,
|
||||||
|
"umbrella": 59986,
|
||||||
|
"wind": 59987,
|
||||||
|
"confused": 59988,
|
||||||
|
"dizzy": 59989,
|
||||||
|
"expressionless": 59990,
|
||||||
|
"frowning": 59991,
|
||||||
|
"heart-eyes": 59992,
|
||||||
|
"laughing": 59993,
|
||||||
|
"mad": 59994,
|
||||||
|
"nervous": 59995,
|
||||||
|
"neutral": 59996,
|
||||||
|
"open-mouth": 59997,
|
||||||
|
"rage": 59998,
|
||||||
|
"slightly-smile": 59999,
|
||||||
|
"smiley": 60000,
|
||||||
|
"smiling": 60001,
|
||||||
|
"stuck-out-tongue": 60002,
|
||||||
|
"sunglasses": 60003,
|
||||||
|
"surprised": 60004,
|
||||||
|
"tongue": 60005,
|
||||||
|
"wink": 60006,
|
||||||
|
"zipper-mouth": 60007,
|
||||||
|
"aids": 60233,
|
||||||
|
"ambulance": 60234,
|
||||||
|
"bandage": 60235,
|
||||||
|
"bed-patient": 60236,
|
||||||
|
"blood-drop": 60237,
|
||||||
|
"blood-test": 60238,
|
||||||
|
"blood": 60239,
|
||||||
|
"dna": 60240,
|
||||||
|
"doctor": 60241,
|
||||||
|
"drug-pack": 60242,
|
||||||
|
"first-aid-alt": 60243,
|
||||||
|
"heart-alt": 60244,
|
||||||
|
"heartbeat-alt": 60245,
|
||||||
|
"heartbeat": 60246,
|
||||||
|
"helicopter-ambulance": 60247,
|
||||||
|
"hospital": 60248,
|
||||||
|
"injection-syringe": 60249,
|
||||||
|
"laboratory": 60250,
|
||||||
|
"nurse": 60251,
|
||||||
|
"nursing-home": 60252,
|
||||||
|
"paralysis-disability": 60253,
|
||||||
|
"pills": 60254,
|
||||||
|
"prescription": 60255,
|
||||||
|
"pulse": 60256,
|
||||||
|
"stethoscope": 60257,
|
||||||
|
"surgical-knife": 60258,
|
||||||
|
"tablets": 60259,
|
||||||
|
"test-bottle": 60260,
|
||||||
|
"test-tube-alt": 60261,
|
||||||
|
"test-tube": 60262,
|
||||||
|
"thermometer-alt": 60263,
|
||||||
|
"american-express": 59856,
|
||||||
|
"credit-card": 59857,
|
||||||
|
"google-wallet": 59858,
|
||||||
|
"iyzigo": 59859,
|
||||||
|
"mastercard": 59860,
|
||||||
|
"paypal-p": 59861,
|
||||||
|
"paypal": 59862,
|
||||||
|
"payu": 59863,
|
||||||
|
"troy": 59864,
|
||||||
|
"visa": 59865,
|
||||||
|
"dinners-club": 60010,
|
||||||
|
"apple-pay": 60009,
|
||||||
|
"discover": 60013,
|
||||||
|
"jcb": 60014,
|
||||||
|
"dislike": 59796,
|
||||||
|
"like": 59797,
|
||||||
|
"audio-description": 59648,
|
||||||
|
"blind": 59649,
|
||||||
|
"braille": 59650,
|
||||||
|
"deaf": 59651,
|
||||||
|
"fa-american-sign-language-interpreting": 59652,
|
||||||
|
"low-vision": 59654,
|
||||||
|
"tty": 59655,
|
||||||
|
"universal-acces": 59656,
|
||||||
|
"wheelchair": 59657,
|
||||||
|
"area-chart": 59732,
|
||||||
|
"bar-chart": 59733,
|
||||||
|
"line-chart": 59734,
|
||||||
|
"pie-chart-1": 59735,
|
||||||
|
"pie-chart-2": 59736,
|
||||||
|
"chrome": 59726,
|
||||||
|
"edge": 59727,
|
||||||
|
"firefox": 59728,
|
||||||
|
"internet-explorer": 59729,
|
||||||
|
"opera": 59730,
|
||||||
|
"safari": 59731,
|
||||||
|
"bitcoin": 59737,
|
||||||
|
"dollar": 59738,
|
||||||
|
"euro": 59739,
|
||||||
|
"gbp": 59740,
|
||||||
|
"gg": 59741,
|
||||||
|
"ils": 59742,
|
||||||
|
"inr": 59743,
|
||||||
|
"krw": 59744,
|
||||||
|
"rouble": 59745,
|
||||||
|
"tl": 59746,
|
||||||
|
"yen": 59747,
|
||||||
|
"genderless": 59782,
|
||||||
|
"intersex": 59783,
|
||||||
|
"mars-double": 59784,
|
||||||
|
"mars-stroke-h": 59785,
|
||||||
|
"mars-stroke-v": 59786,
|
||||||
|
"mars-stroke": 59787,
|
||||||
|
"mars": 59788,
|
||||||
|
"mercury": 59789,
|
||||||
|
"neuter": 59790,
|
||||||
|
"transgender-alt": 59791,
|
||||||
|
"transgender": 59792,
|
||||||
|
"venus-double": 59793,
|
||||||
|
"venus-mars": 59794,
|
||||||
|
"venus": 59795,
|
||||||
|
"automobile": 59899,
|
||||||
|
"bicycle": 59900,
|
||||||
|
"bus": 59901,
|
||||||
|
"car": 59902,
|
||||||
|
"helicopter": 59903,
|
||||||
|
"metro": 59904,
|
||||||
|
"motorcycle": 59905,
|
||||||
|
"plane": 59906,
|
||||||
|
"rocket": 59907,
|
||||||
|
"ship": 59908,
|
||||||
|
"subway": 59909,
|
||||||
|
"taxi": 59910,
|
||||||
|
"train": 59911,
|
||||||
|
"truck": 59912,
|
||||||
|
"yacht": 59913,
|
||||||
|
"beach-slipper": 60203,
|
||||||
|
"bus-ticket": 60204,
|
||||||
|
"cocktail": 60205,
|
||||||
|
"compass-alt": 60206,
|
||||||
|
"direction-sign": 60207,
|
||||||
|
"do-not-disturb": 60208,
|
||||||
|
"flotation-ring": 60209,
|
||||||
|
"holiday-village": 60210,
|
||||||
|
"hot-air-balloon": 60211,
|
||||||
|
"hotel-alt": 60212,
|
||||||
|
"hotel": 60213,
|
||||||
|
"island": 60214,
|
||||||
|
"money-symbol": 60215,
|
||||||
|
"parasol": 60216,
|
||||||
|
"passport-alt": 60217,
|
||||||
|
"passport": 60218,
|
||||||
|
"photograph": 60219,
|
||||||
|
"plane-ticket": 60220,
|
||||||
|
"room": 60221,
|
||||||
|
"sait-boat": 60222,
|
||||||
|
"snorkel": 60223,
|
||||||
|
"suitcase-alt": 60224,
|
||||||
|
"suitcase": 60225,
|
||||||
|
"sun": 60226,
|
||||||
|
"sunglasses-alt": 60227,
|
||||||
|
"swimsuit": 60228,
|
||||||
|
"tent": 60229,
|
||||||
|
"ticket-alt": 60230,
|
||||||
|
"train-ticket": 60231,
|
||||||
|
"wallet": 60232,
|
||||||
|
"circle-o-notch": 59889,
|
||||||
|
"propeller-1": 59890,
|
||||||
|
"propeller-2": 59891,
|
||||||
|
"propeller-3": 59892,
|
||||||
|
"propeller-4": 59893,
|
||||||
|
"spinner-cog": 59894,
|
||||||
|
"spinner-fidget": 59895,
|
||||||
|
"spinner-refresh": 59896,
|
||||||
|
"spinner-rotate-forward": 59897,
|
||||||
|
"spinner": 59898,
|
||||||
|
"snowflake": 60081,
|
||||||
|
"snowflake-1": 60073,
|
||||||
|
"snowflake-2": 60074,
|
||||||
|
"snowflake-3": 60075,
|
||||||
|
"snowflake-4": 60076,
|
||||||
|
"snowflake-5": 60077,
|
||||||
|
"snowflake-6": 60078,
|
||||||
|
"snowflake-7": 60079,
|
||||||
|
"snowflake-8": 60080,
|
||||||
|
"curve": 59915,
|
||||||
|
"ellipse": 59916,
|
||||||
|
"rectangle": 59917,
|
||||||
|
"shield": 59914
|
||||||
|
}
|
|
@ -0,0 +1,285 @@
|
||||||
|
{
|
||||||
|
"address-book": 61696,
|
||||||
|
"alert": 61697,
|
||||||
|
"align-center": 61698,
|
||||||
|
"align-justify": 61699,
|
||||||
|
"align-left": 61700,
|
||||||
|
"align-right": 61701,
|
||||||
|
"anchor": 61702,
|
||||||
|
"annotate": 61703,
|
||||||
|
"archive": 61704,
|
||||||
|
"arrow-down": 61705,
|
||||||
|
"arrow-left": 61706,
|
||||||
|
"arrow-right": 61707,
|
||||||
|
"arrow-up": 61708,
|
||||||
|
"arrows-compress": 61709,
|
||||||
|
"arrows-expand": 61710,
|
||||||
|
"arrows-in": 61711,
|
||||||
|
"arrows-out": 61712,
|
||||||
|
"asl": 61713,
|
||||||
|
"asterisk": 61714,
|
||||||
|
"at-sign": 61715,
|
||||||
|
"background-color": 61716,
|
||||||
|
"battery-empty": 61717,
|
||||||
|
"battery-full": 61718,
|
||||||
|
"battery-half": 61719,
|
||||||
|
"bitcoin-circle": 61720,
|
||||||
|
"bitcoin": 61721,
|
||||||
|
"blind": 61722,
|
||||||
|
"bluetooth": 61723,
|
||||||
|
"bold": 61724,
|
||||||
|
"book-bookmark": 61725,
|
||||||
|
"book": 61726,
|
||||||
|
"bookmark": 61727,
|
||||||
|
"braille": 61728,
|
||||||
|
"burst-new": 61729,
|
||||||
|
"burst-sale": 61730,
|
||||||
|
"burst": 61731,
|
||||||
|
"calendar": 61732,
|
||||||
|
"camera": 61733,
|
||||||
|
"check": 61734,
|
||||||
|
"checkbox": 61735,
|
||||||
|
"clipboard-notes": 61736,
|
||||||
|
"clipboard-pencil": 61737,
|
||||||
|
"clipboard": 61738,
|
||||||
|
"clock": 61739,
|
||||||
|
"closed-caption": 61740,
|
||||||
|
"cloud": 61741,
|
||||||
|
"comment-minus": 61742,
|
||||||
|
"comment-quotes": 61743,
|
||||||
|
"comment-video": 61744,
|
||||||
|
"comment": 61745,
|
||||||
|
"comments": 61746,
|
||||||
|
"compass": 61747,
|
||||||
|
"contrast": 61748,
|
||||||
|
"credit-card": 61749,
|
||||||
|
"crop": 61750,
|
||||||
|
"crown": 61751,
|
||||||
|
"css3": 61752,
|
||||||
|
"database": 61753,
|
||||||
|
"die-five": 61754,
|
||||||
|
"die-four": 61755,
|
||||||
|
"die-one": 61756,
|
||||||
|
"die-six": 61757,
|
||||||
|
"die-three": 61758,
|
||||||
|
"die-two": 61759,
|
||||||
|
"dislike": 61760,
|
||||||
|
"dollar-bill": 61761,
|
||||||
|
"dollar": 61762,
|
||||||
|
"download": 61763,
|
||||||
|
"eject": 61764,
|
||||||
|
"elevator": 61765,
|
||||||
|
"euro": 61766,
|
||||||
|
"eye": 61767,
|
||||||
|
"fast-forward": 61768,
|
||||||
|
"female-symbol": 61769,
|
||||||
|
"female": 61770,
|
||||||
|
"filter": 61771,
|
||||||
|
"first-aid": 61772,
|
||||||
|
"flag": 61773,
|
||||||
|
"folder-add": 61774,
|
||||||
|
"folder-lock": 61775,
|
||||||
|
"folder": 61776,
|
||||||
|
"foot": 61777,
|
||||||
|
"foundation": 61778,
|
||||||
|
"graph-bar": 61779,
|
||||||
|
"graph-horizontal": 61780,
|
||||||
|
"graph-pie": 61781,
|
||||||
|
"graph-trend": 61782,
|
||||||
|
"guide-dog": 61783,
|
||||||
|
"hearing-aid": 61784,
|
||||||
|
"heart": 61785,
|
||||||
|
"home": 61786,
|
||||||
|
"html5": 61787,
|
||||||
|
"indent-less": 61788,
|
||||||
|
"indent-more": 61789,
|
||||||
|
"info": 61790,
|
||||||
|
"italic": 61791,
|
||||||
|
"key": 61792,
|
||||||
|
"laptop": 61793,
|
||||||
|
"layout": 61794,
|
||||||
|
"lightbulb": 61795,
|
||||||
|
"like": 61796,
|
||||||
|
"link": 61797,
|
||||||
|
"list-bullet": 61798,
|
||||||
|
"list-number": 61799,
|
||||||
|
"list-thumbnails": 61800,
|
||||||
|
"list": 61801,
|
||||||
|
"lock": 61802,
|
||||||
|
"loop": 61803,
|
||||||
|
"magnifying-glass": 61804,
|
||||||
|
"mail": 61805,
|
||||||
|
"male-female": 61806,
|
||||||
|
"male-symbol": 61807,
|
||||||
|
"male": 61808,
|
||||||
|
"map": 61809,
|
||||||
|
"marker": 61810,
|
||||||
|
"megaphone": 61811,
|
||||||
|
"microphone": 61812,
|
||||||
|
"minus-circle": 61813,
|
||||||
|
"minus": 61814,
|
||||||
|
"mobile-signal": 61815,
|
||||||
|
"mobile": 61816,
|
||||||
|
"monitor": 61817,
|
||||||
|
"mountains": 61818,
|
||||||
|
"music": 61819,
|
||||||
|
"next": 61820,
|
||||||
|
"no-dogs": 61821,
|
||||||
|
"no-smoking": 61822,
|
||||||
|
"page-add": 61823,
|
||||||
|
"page-copy": 61824,
|
||||||
|
"page-csv": 61825,
|
||||||
|
"page-delete": 61826,
|
||||||
|
"page-doc": 61827,
|
||||||
|
"page-edit": 61828,
|
||||||
|
"page-export-csv": 61829,
|
||||||
|
"page-export-doc": 61830,
|
||||||
|
"page-export-pdf": 61831,
|
||||||
|
"page-export": 61832,
|
||||||
|
"page-filled": 61833,
|
||||||
|
"page-multiple": 61834,
|
||||||
|
"page-pdf": 61835,
|
||||||
|
"page-remove": 61836,
|
||||||
|
"page-search": 61837,
|
||||||
|
"page": 61838,
|
||||||
|
"paint-bucket": 61839,
|
||||||
|
"paperclip": 61840,
|
||||||
|
"pause": 61841,
|
||||||
|
"paw": 61842,
|
||||||
|
"paypal": 61843,
|
||||||
|
"pencil": 61844,
|
||||||
|
"photo": 61845,
|
||||||
|
"play-circle": 61846,
|
||||||
|
"play-video": 61847,
|
||||||
|
"play": 61848,
|
||||||
|
"plus": 61849,
|
||||||
|
"pound": 61850,
|
||||||
|
"power": 61851,
|
||||||
|
"previous": 61852,
|
||||||
|
"price-tag": 61853,
|
||||||
|
"pricetag-multiple": 61854,
|
||||||
|
"print": 61855,
|
||||||
|
"prohibited": 61856,
|
||||||
|
"projection-screen": 61857,
|
||||||
|
"puzzle": 61858,
|
||||||
|
"quote": 61859,
|
||||||
|
"record": 61860,
|
||||||
|
"refresh": 61861,
|
||||||
|
"results-demographics": 61862,
|
||||||
|
"results": 61863,
|
||||||
|
"rewind-ten": 61864,
|
||||||
|
"rewind": 61865,
|
||||||
|
"rss": 61866,
|
||||||
|
"safety-cone": 61867,
|
||||||
|
"save": 61868,
|
||||||
|
"share": 61869,
|
||||||
|
"sheriff-badge": 61870,
|
||||||
|
"shield": 61871,
|
||||||
|
"shopping-bag": 61872,
|
||||||
|
"shopping-cart": 61873,
|
||||||
|
"shuffle": 61874,
|
||||||
|
"skull": 61875,
|
||||||
|
"social-500px": 61876,
|
||||||
|
"social-adobe": 61877,
|
||||||
|
"social-amazon": 61878,
|
||||||
|
"social-android": 61879,
|
||||||
|
"social-apple": 61880,
|
||||||
|
"social-behance": 61881,
|
||||||
|
"social-bing": 61882,
|
||||||
|
"social-blogger": 61883,
|
||||||
|
"social-delicious": 61884,
|
||||||
|
"social-designer-news": 61885,
|
||||||
|
"social-deviant-art": 61886,
|
||||||
|
"social-digg": 61887,
|
||||||
|
"social-dribbble": 61888,
|
||||||
|
"social-drive": 61889,
|
||||||
|
"social-dropbox": 61890,
|
||||||
|
"social-evernote": 61891,
|
||||||
|
"social-facebook": 61892,
|
||||||
|
"social-flickr": 61893,
|
||||||
|
"social-forrst": 61894,
|
||||||
|
"social-foursquare": 61895,
|
||||||
|
"social-game-center": 61896,
|
||||||
|
"social-github": 61897,
|
||||||
|
"social-google-plus": 61898,
|
||||||
|
"social-hacker-news": 61899,
|
||||||
|
"social-hi5": 61900,
|
||||||
|
"social-instagram": 61901,
|
||||||
|
"social-joomla": 61902,
|
||||||
|
"social-lastfm": 61903,
|
||||||
|
"social-linkedin": 61904,
|
||||||
|
"social-medium": 61905,
|
||||||
|
"social-myspace": 61906,
|
||||||
|
"social-orkut": 61907,
|
||||||
|
"social-path": 61908,
|
||||||
|
"social-picasa": 61909,
|
||||||
|
"social-pinterest": 61910,
|
||||||
|
"social-rdio": 61911,
|
||||||
|
"social-reddit": 61912,
|
||||||
|
"social-skillshare": 61913,
|
||||||
|
"social-skype": 61914,
|
||||||
|
"social-smashing-mag": 61915,
|
||||||
|
"social-snapchat": 61916,
|
||||||
|
"social-spotify": 61917,
|
||||||
|
"social-squidoo": 61918,
|
||||||
|
"social-stack-overflow": 61919,
|
||||||
|
"social-steam": 61920,
|
||||||
|
"social-stumbleupon": 61921,
|
||||||
|
"social-treehouse": 61922,
|
||||||
|
"social-tumblr": 61923,
|
||||||
|
"social-twitter": 61924,
|
||||||
|
"social-vimeo": 61925,
|
||||||
|
"social-windows": 61926,
|
||||||
|
"social-xbox": 61927,
|
||||||
|
"social-yahoo": 61928,
|
||||||
|
"social-yelp": 61929,
|
||||||
|
"social-youtube": 61930,
|
||||||
|
"social-zerply": 61931,
|
||||||
|
"social-zurb": 61932,
|
||||||
|
"sound": 61933,
|
||||||
|
"star": 61934,
|
||||||
|
"stop": 61935,
|
||||||
|
"strikethrough": 61936,
|
||||||
|
"subscript": 61937,
|
||||||
|
"superscript": 61938,
|
||||||
|
"tablet-landscape": 61939,
|
||||||
|
"tablet-portrait": 61940,
|
||||||
|
"target-two": 61941,
|
||||||
|
"target": 61942,
|
||||||
|
"telephone-accessible": 61943,
|
||||||
|
"telephone": 61944,
|
||||||
|
"text-color": 61945,
|
||||||
|
"thumbnails": 61946,
|
||||||
|
"ticket": 61947,
|
||||||
|
"torso-business": 61948,
|
||||||
|
"torso-female": 61949,
|
||||||
|
"torso": 61950,
|
||||||
|
"torsos-all-female": 61951,
|
||||||
|
"torsos-all": 61952,
|
||||||
|
"torsos-female-male": 61953,
|
||||||
|
"torsos-male-female": 61954,
|
||||||
|
"torsos": 61955,
|
||||||
|
"trash": 61956,
|
||||||
|
"trees": 61957,
|
||||||
|
"trophy": 61958,
|
||||||
|
"underline": 61959,
|
||||||
|
"universal-access": 61960,
|
||||||
|
"unlink": 61961,
|
||||||
|
"unlock": 61962,
|
||||||
|
"upload-cloud": 61963,
|
||||||
|
"upload": 61964,
|
||||||
|
"usb": 61965,
|
||||||
|
"video": 61966,
|
||||||
|
"volume-none": 61967,
|
||||||
|
"volume-strike": 61968,
|
||||||
|
"volume": 61969,
|
||||||
|
"web": 61970,
|
||||||
|
"wheelchair": 61971,
|
||||||
|
"widget": 61972,
|
||||||
|
"wrench": 61973,
|
||||||
|
"x-circle": 61974,
|
||||||
|
"x": 61975,
|
||||||
|
"yen": 61976,
|
||||||
|
"zoom-in": 61977,
|
||||||
|
"zoom-out": 61978
|
||||||
|
}
|
|
@ -0,0 +1,186 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
|
@ -0,0 +1,191 @@
|
||||||
|
{
|
||||||
|
"user": 57349,
|
||||||
|
"people": 57345,
|
||||||
|
"user-female": 57344,
|
||||||
|
"user-follow": 57346,
|
||||||
|
"user-following": 57347,
|
||||||
|
"user-unfollow": 57348,
|
||||||
|
"login": 57446,
|
||||||
|
"logout": 57445,
|
||||||
|
"emotsmile": 57377,
|
||||||
|
"phone": 58880,
|
||||||
|
"call-end": 57416,
|
||||||
|
"call-in": 57415,
|
||||||
|
"call-out": 57414,
|
||||||
|
"map": 57395,
|
||||||
|
"location-pin": 57494,
|
||||||
|
"direction": 57410,
|
||||||
|
"directions": 57409,
|
||||||
|
"compass": 57413,
|
||||||
|
"layers": 57396,
|
||||||
|
"menu": 58881,
|
||||||
|
"list": 57447,
|
||||||
|
"options-vertical": 58882,
|
||||||
|
"options": 58883,
|
||||||
|
"arrow-down": 58884,
|
||||||
|
"arrow-left": 58885,
|
||||||
|
"arrow-right": 58886,
|
||||||
|
"arrow-up": 58887,
|
||||||
|
"arrow-up-circle": 57464,
|
||||||
|
"arrow-left-circle": 57466,
|
||||||
|
"arrow-right-circle": 57465,
|
||||||
|
"arrow-down-circle": 57467,
|
||||||
|
"check": 57472,
|
||||||
|
"clock": 57473,
|
||||||
|
"plus": 57493,
|
||||||
|
"minus": 58901,
|
||||||
|
"close": 57474,
|
||||||
|
"event": 58905,
|
||||||
|
"exclamation": 58903,
|
||||||
|
"organization": 58902,
|
||||||
|
"trophy": 57350,
|
||||||
|
"screen-smartphone": 57360,
|
||||||
|
"screen-desktop": 57361,
|
||||||
|
"plane": 57362,
|
||||||
|
"notebook": 57363,
|
||||||
|
"mustache": 57364,
|
||||||
|
"mouse": 57365,
|
||||||
|
"magnet": 57366,
|
||||||
|
"energy": 57376,
|
||||||
|
"disc": 57378,
|
||||||
|
"cursor": 57454,
|
||||||
|
"cursor-move": 57379,
|
||||||
|
"crop": 57380,
|
||||||
|
"chemistry": 57382,
|
||||||
|
"speedometer": 57351,
|
||||||
|
"shield": 57358,
|
||||||
|
"screen-tablet": 57359,
|
||||||
|
"magic-wand": 57367,
|
||||||
|
"hourglass": 57368,
|
||||||
|
"graduation": 57369,
|
||||||
|
"ghost": 57370,
|
||||||
|
"game-controller": 57371,
|
||||||
|
"fire": 57372,
|
||||||
|
"eyeglass": 57373,
|
||||||
|
"envelope-open": 57374,
|
||||||
|
"envelope-letter": 57375,
|
||||||
|
"bell": 57383,
|
||||||
|
"badge": 57384,
|
||||||
|
"anchor": 57385,
|
||||||
|
"wallet": 57386,
|
||||||
|
"vector": 57387,
|
||||||
|
"speech": 57388,
|
||||||
|
"puzzle": 57389,
|
||||||
|
"printer": 57390,
|
||||||
|
"present": 57391,
|
||||||
|
"playlist": 57392,
|
||||||
|
"pin": 57393,
|
||||||
|
"picture": 57394,
|
||||||
|
"handbag": 57397,
|
||||||
|
"globe-alt": 57398,
|
||||||
|
"globe": 57399,
|
||||||
|
"folder-alt": 57401,
|
||||||
|
"folder": 57481,
|
||||||
|
"film": 57402,
|
||||||
|
"feed": 57403,
|
||||||
|
"drop": 57406,
|
||||||
|
"drawer": 57407,
|
||||||
|
"docs": 57408,
|
||||||
|
"doc": 57477,
|
||||||
|
"diamond": 57411,
|
||||||
|
"cup": 57412,
|
||||||
|
"calculator": 57417,
|
||||||
|
"bubbles": 57418,
|
||||||
|
"briefcase": 57419,
|
||||||
|
"book-open": 57420,
|
||||||
|
"basket-loaded": 57421,
|
||||||
|
"basket": 57422,
|
||||||
|
"bag": 57423,
|
||||||
|
"action-undo": 57424,
|
||||||
|
"action-redo": 57425,
|
||||||
|
"wrench": 57426,
|
||||||
|
"umbrella": 57427,
|
||||||
|
"trash": 57428,
|
||||||
|
"tag": 57429,
|
||||||
|
"support": 57430,
|
||||||
|
"frame": 57400,
|
||||||
|
"size-fullscreen": 57431,
|
||||||
|
"size-actual": 57432,
|
||||||
|
"shuffle": 57433,
|
||||||
|
"share-alt": 57434,
|
||||||
|
"share": 57435,
|
||||||
|
"rocket": 57436,
|
||||||
|
"question": 57437,
|
||||||
|
"pie-chart": 57438,
|
||||||
|
"pencil": 57439,
|
||||||
|
"note": 57440,
|
||||||
|
"loop": 57444,
|
||||||
|
"home": 57449,
|
||||||
|
"grid": 57450,
|
||||||
|
"graph": 57451,
|
||||||
|
"microphone": 57443,
|
||||||
|
"music-tone-alt": 57441,
|
||||||
|
"music-tone": 57442,
|
||||||
|
"earphones-alt": 57404,
|
||||||
|
"earphones": 57405,
|
||||||
|
"equalizer": 57452,
|
||||||
|
"like": 57448,
|
||||||
|
"dislike": 57453,
|
||||||
|
"control-start": 57455,
|
||||||
|
"control-rewind": 57456,
|
||||||
|
"control-play": 57457,
|
||||||
|
"control-pause": 57458,
|
||||||
|
"control-forward": 57459,
|
||||||
|
"control-end": 57460,
|
||||||
|
"volume-1": 57503,
|
||||||
|
"volume-2": 57504,
|
||||||
|
"volume-off": 57505,
|
||||||
|
"calendar": 57461,
|
||||||
|
"bulb": 57462,
|
||||||
|
"chart": 57463,
|
||||||
|
"ban": 57468,
|
||||||
|
"bubble": 57469,
|
||||||
|
"camrecorder": 57470,
|
||||||
|
"camera": 57471,
|
||||||
|
"cloud-download": 57475,
|
||||||
|
"cloud-upload": 57476,
|
||||||
|
"envelope": 57478,
|
||||||
|
"eye": 57479,
|
||||||
|
"flag": 57480,
|
||||||
|
"heart": 57482,
|
||||||
|
"info": 57483,
|
||||||
|
"key": 57484,
|
||||||
|
"link": 57485,
|
||||||
|
"lock": 57486,
|
||||||
|
"lock-open": 57487,
|
||||||
|
"magnifier": 57488,
|
||||||
|
"magnifier-add": 57489,
|
||||||
|
"magnifier-remove": 57490,
|
||||||
|
"paper-clip": 57491,
|
||||||
|
"paper-plane": 57492,
|
||||||
|
"power": 57495,
|
||||||
|
"refresh": 57496,
|
||||||
|
"reload": 57497,
|
||||||
|
"settings": 57498,
|
||||||
|
"star": 57499,
|
||||||
|
"symbol-female": 57500,
|
||||||
|
"symbol-male": 57501,
|
||||||
|
"target": 57502,
|
||||||
|
"credit-card": 57381,
|
||||||
|
"paypal": 58888,
|
||||||
|
"social-tumblr": 57354,
|
||||||
|
"social-twitter": 57353,
|
||||||
|
"social-facebook": 57355,
|
||||||
|
"social-instagram": 58889,
|
||||||
|
"social-linkedin": 58890,
|
||||||
|
"social-pinterest": 58891,
|
||||||
|
"social-github": 58892,
|
||||||
|
"social-google": 58893,
|
||||||
|
"social-reddit": 58894,
|
||||||
|
"social-skype": 58895,
|
||||||
|
"social-dribbble": 57357,
|
||||||
|
"social-behance": 58896,
|
||||||
|
"social-foursqare": 58897,
|
||||||
|
"social-soundcloud": 58898,
|
||||||
|
"social-spotify": 58899,
|
||||||
|
"social-stumbleupon": 58900,
|
||||||
|
"social-youtube": 57352,
|
||||||
|
"social-dropbox": 57356,
|
||||||
|
"social-vkontakte": 58904,
|
||||||
|
"social-steam": 58912
|
||||||
|
}
|
|
@ -0,0 +1,102 @@
|
||||||
|
{
|
||||||
|
"acrobat": 61696,
|
||||||
|
"amazon": 61697,
|
||||||
|
"android": 61698,
|
||||||
|
"angellist": 61699,
|
||||||
|
"aol": 61700,
|
||||||
|
"appnet": 61701,
|
||||||
|
"appstore": 61702,
|
||||||
|
"bitbucket": 61703,
|
||||||
|
"bitcoin": 61704,
|
||||||
|
"blogger": 61705,
|
||||||
|
"buffer": 61706,
|
||||||
|
"cal": 61707,
|
||||||
|
"call": 61708,
|
||||||
|
"cart": 61709,
|
||||||
|
"chrome": 61710,
|
||||||
|
"cloudapp": 61711,
|
||||||
|
"creativecommons": 61712,
|
||||||
|
"delicious": 61713,
|
||||||
|
"digg": 61714,
|
||||||
|
"disqus": 61715,
|
||||||
|
"dribbble": 61716,
|
||||||
|
"dropbox": 61717,
|
||||||
|
"drupal": 61718,
|
||||||
|
"dwolla": 61720,
|
||||||
|
"email": 61721,
|
||||||
|
"eventasaurus": 61722,
|
||||||
|
"eventbrite": 61723,
|
||||||
|
"eventful": 61724,
|
||||||
|
"evernote": 61725,
|
||||||
|
"facebook": 61726,
|
||||||
|
"fivehundredpx": 61727,
|
||||||
|
"flattr": 61728,
|
||||||
|
"flickr": 61729,
|
||||||
|
"forrst": 61730,
|
||||||
|
"foursquare": 61731,
|
||||||
|
"github": 61732,
|
||||||
|
"gmail": 61733,
|
||||||
|
"google": 61734,
|
||||||
|
"googleplay": 61735,
|
||||||
|
"googleplus": 61736,
|
||||||
|
"gowalla": 61737,
|
||||||
|
"grooveshark": 61738,
|
||||||
|
"guest": 61739,
|
||||||
|
"html5": 61740,
|
||||||
|
"ie": 61741,
|
||||||
|
"instagram": 61742,
|
||||||
|
"instapaper": 61743,
|
||||||
|
"intensedebate": 61744,
|
||||||
|
"itunes": 61745,
|
||||||
|
"klout": 61746,
|
||||||
|
"lanyrd": 61747,
|
||||||
|
"lastfm": 61748,
|
||||||
|
"lego": 61749,
|
||||||
|
"linkedin": 61750,
|
||||||
|
"lkdto": 61751,
|
||||||
|
"logmein": 61752,
|
||||||
|
"macstore": 61753,
|
||||||
|
"meetup": 61754,
|
||||||
|
"myspace": 61755,
|
||||||
|
"ninetyninedesigns": 61756,
|
||||||
|
"openid": 61757,
|
||||||
|
"opentable": 61758,
|
||||||
|
"paypal": 61759,
|
||||||
|
"persona": 61796,
|
||||||
|
"pinboard": 61760,
|
||||||
|
"pinterest": 61761,
|
||||||
|
"plancast": 61762,
|
||||||
|
"plurk": 61763,
|
||||||
|
"pocket": 61764,
|
||||||
|
"podcast": 61765,
|
||||||
|
"posterous": 61766,
|
||||||
|
"print": 61767,
|
||||||
|
"quora": 61768,
|
||||||
|
"reddit": 61769,
|
||||||
|
"rss": 61770,
|
||||||
|
"scribd": 61771,
|
||||||
|
"skype": 61772,
|
||||||
|
"smashing": 61773,
|
||||||
|
"songkick": 61774,
|
||||||
|
"soundcloud": 61775,
|
||||||
|
"spotify": 61776,
|
||||||
|
"stackoverflow": 61777,
|
||||||
|
"statusnet": 61778,
|
||||||
|
"steam": 61779,
|
||||||
|
"stripe": 61780,
|
||||||
|
"stumbleupon": 61781,
|
||||||
|
"tumblr": 61782,
|
||||||
|
"twitter": 61783,
|
||||||
|
"viadeo": 61784,
|
||||||
|
"vimeo": 61785,
|
||||||
|
"vk": 61786,
|
||||||
|
"weibo": 61787,
|
||||||
|
"wikipedia": 61788,
|
||||||
|
"windows": 61789,
|
||||||
|
"wordpress": 61790,
|
||||||
|
"xing": 61791,
|
||||||
|
"yahoo": 61792,
|
||||||
|
"ycombinator": 61793,
|
||||||
|
"yelp": 61794,
|
||||||
|
"youtube": 61795
|
||||||
|
}
|
|
@ -1,5 +1,4 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
buildToolsVersion = "29.0.3"
|
buildToolsVersion = "29.0.3"
|
||||||
|
|
|
@ -0,0 +1,78 @@
|
||||||
|
import React from 'react';
|
||||||
|
import {
|
||||||
|
StatusBar,
|
||||||
|
StyleSheet,
|
||||||
|
Text,
|
||||||
|
useColorScheme,
|
||||||
|
View,
|
||||||
|
} from 'react-native';
|
||||||
|
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
|
||||||
|
import HomeScreen from './HomeScreen'
|
||||||
|
import {Icon} from 'react-native-elements';
|
||||||
|
|
||||||
|
const Tab = createBottomTabNavigator();
|
||||||
|
|
||||||
|
function BottomTab() {
|
||||||
|
return (
|
||||||
|
<Tab.Navigator
|
||||||
|
screenOptions={{
|
||||||
|
"tabBarShowLabel": false,
|
||||||
|
"tabBarStyle": [{
|
||||||
|
"position": 'absolute',
|
||||||
|
"bottom": 10,
|
||||||
|
"left": 20,
|
||||||
|
"right": 20,
|
||||||
|
"elevation": 0,
|
||||||
|
"backgroundColor" : '#cdcdcd',
|
||||||
|
"borderRadius": 25,
|
||||||
|
"height": 50,
|
||||||
|
"width": "90%"
|
||||||
|
|
||||||
|
}]
|
||||||
|
}}
|
||||||
|
|
||||||
|
>
|
||||||
|
<Tab.Screen name="Home" component={HomeScreen} options={{
|
||||||
|
|
||||||
|
"tabBarIcon": ({focused}) => (
|
||||||
|
|
||||||
|
<Icon name='home-outline' type='ionicon' size={36} color='#206ba5' ></Icon>
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
}}/>
|
||||||
|
<Tab.Screen name="s" component={HomeScreen} options={{
|
||||||
|
|
||||||
|
"tabBarIcon": ({focused}) => (
|
||||||
|
|
||||||
|
<Icon name='search-outline' type='ionicon' size={36} color='#206ba5' ></Icon>
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
}}/>
|
||||||
|
<Tab.Screen name="r" component={HomeScreen} options={{
|
||||||
|
|
||||||
|
"tabBarIcon": ({focused}) => (
|
||||||
|
|
||||||
|
<Icon name='sliders' type='feather' size={36} color='#206ba5' ></Icon>
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
}}/>
|
||||||
|
<Tab.Screen name="t" component={HomeScreen} options={{
|
||||||
|
|
||||||
|
"tabBarIcon": ({focused}) => (
|
||||||
|
|
||||||
|
<Icon name='person-circle-outline' type='ionicon' size={36} color='#206ba5' ></Icon>
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
}}/>
|
||||||
|
</Tab.Navigator>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
export default BottomTab;
|
|
@ -15,14 +15,14 @@ const HomeScreen = () => {
|
||||||
<StatusBar backgroundColor="#fffff2" barStyle="dark-content" />
|
<StatusBar backgroundColor="#fffff2" barStyle="dark-content" />
|
||||||
<View
|
<View
|
||||||
style={styles.viewRoot}>
|
style={styles.viewRoot}>
|
||||||
<Text style={styles.heading}>locaft</Text>
|
<Text style={styles.heading}>Rental</Text>
|
||||||
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
|
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
|
||||||
<Icon name='home-outline' style={styles.icon} type='ionicon' size={46} color='#206ba5' ></Icon>
|
<Icon name='home-outline' style={styles.icon} type='ionicon' size={46} color='#206ba5' ></Icon>
|
||||||
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Owners </Text>
|
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Home</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
|
<View style={{ flexDirection: "row", marginTop: "30%", marginLeft: "15%"}}>
|
||||||
<Icon name='key' type='feather' style={styles.icon} size={46} color='#206ba5'></Icon>
|
<Icon name='key' type='feather' style={styles.icon} size={46} color='#206ba5'></Icon>
|
||||||
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Tenants </Text>
|
<Text style={{color: "#206ba5", fontSize: 25, marginLeft: "-10%"}}>Key</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-native-community/masked-view": "^0.1.11",
|
"@react-native-community/masked-view": "^0.1.11",
|
||||||
|
"@react-navigation/bottom-tabs": "^6.2.0",
|
||||||
"@react-navigation/native": "^5.9.4",
|
"@react-navigation/native": "^5.9.4",
|
||||||
"@react-navigation/stack": "^5.14.5",
|
"@react-navigation/stack": "^5.14.5",
|
||||||
"appcenter": "4.1.0",
|
"appcenter": "4.1.0",
|
||||||
|
|