import React from 'react' import {StyleProp, ViewStyle} from 'react-native' import Svg, {Circle, Line, G, Path} from 'react-native-svg' export function GridIcon({style}: {style?: StyleProp}) { const DIM = 4 const ARC = 2 return ( ) } export function HomeIcon({style}: {style?: StyleProp}) { return ( ) }