Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rturk authored and rturk committed Dec 11, 2016
1 parent 0ede277 commit 2d8296f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion FontAwesomeIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export default const Icons = {
vk: '\uf189',
weibo: '\uf18a',
renren: '\uf18b',
//3.2
//Up to V3.2

ccVisa: '\uf1f0',
ccMastercard: '\uf1f1',
Expand Down
88 changes: 44 additions & 44 deletions Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,50 @@ import { Text, StyleSheet } from 'react-native';

import Icons from './FontAwesomeIcons';

export const Icons = {

//Credit Cards
card: '\uf09d',
visa: '\uf1f0',
mastercard: '\uf1f1',
amex: '\uf1f3',

times: '\uf00d',
share: '\uf064',
chevronLeft: '\uf053',
chevronRight: '\uf054',
chevronDown: '\uf078',
check: '\uf00c',
lock: '\uf023',
heart: '\uf004',

arrowUp: '\uf062',

tags: '\uf02c',
newsPaperO: '\uf1ea',
user: '\uf007',
users: '\uf0c0',
cog: '\uf013',
circle: '\uf111',
shoppingBasket: '\uf291',
bars: '\uf0c9',
search: '\uf002',

shoppingBag: '\uf290',
plusCircle: '\uf055',
minusCircle: '\uf056',
camera: '\uf030',

lineChart: '\uf201',
bolt: '\uf0e7',
usd: '\uf155',
userPlus: '\uf234',
paperPlane: '\uf1d8',

desktop: '\uf108',
phone: '\uf095',
mobile: '\uf10b',
};
// export const Icons = {
//
// //Credit Cards
// card: '\uf09d',
// visa: '\uf1f0',
// mastercard: '\uf1f1',
// amex: '\uf1f3',
//
// times: '\uf00d',
// share: '\uf064',
// chevronLeft: '\uf053',
// chevronRight: '\uf054',
// chevronDown: '\uf078',
// check: '\uf00c',
// lock: '\uf023',
// heart: '\uf004',
//
// arrowUp: '\uf062',
//
// tags: '\uf02c',
// newsPaperO: '\uf1ea',
// user: '\uf007',
// users: '\uf0c0',
// cog: '\uf013',
// circle: '\uf111',
// shoppingBasket: '\uf291',
// bars: '\uf0c9',
// search: '\uf002',
//
// shoppingBag: '\uf290',
// plusCircle: '\uf055',
// minusCircle: '\uf056',
// camera: '\uf030',
//
// lineChart: '\uf201',
// bolt: '\uf0e7',
// usd: '\uf155',
// userPlus: '\uf234',
// paperPlane: '\uf1d8',
//
// desktop: '\uf108',
// phone: '\uf095',
// mobile: '\uf10b',
// };

const Icon = ({ children, style }) => (
<Text style={[styles.icon, style]}>
Expand Down

0 comments on commit 2d8296f

Please sign in to comment.