9 lines
138 B
TypeScript
9 lines
138 B
TypeScript
import { StyleSheet } from 'react-native'
|
|
|
|
export const iconStyles = StyleSheet.create({
|
|
icon: {
|
|
width: 14,
|
|
height: 14,
|
|
},
|
|
})
|