import { StyleSheet } from 'react-native'; export const style = StyleSheet.create({ container: { width: 20, height: 20, position: 'relative' }, line: { width: 20, marginBottom: 6, height: 2, backgroundColor: '#000000' } });