import type { SvgProps } from "react-native-svg"; import Svg, { G, Path } from "react-native-svg"; const ListItemCheckIcon = ({ height = 16, width = 16, color = "white" }: SvgProps) => ( ); export default ListItemCheckIcon;