UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

5 lines (4 loc) 218 B
/// <reference types="react" /> import type { SvgProps } from "react-native-svg"; declare const ListItemCheckIcon: ({ height, width, color }: SvgProps) => import("react").JSX.Element; export default ListItemCheckIcon;