Files
standardnotes-app-web/packages/mobile/src/Components/Icon.styled.ts
2022-06-09 09:45:15 -05:00

9 lines
138 B
TypeScript

import { StyleSheet } from 'react-native'
export const iconStyles = StyleSheet.create({
icon: {
width: 14,
height: 14,
},
})