UNPKG

@replyke/ui-core-react-native

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

8 lines (7 loc) 188 B
import React from "react"; interface HeartFullIconProps { color?: string; size?: number; } declare const HeartFullIcon: React.FC<HeartFullIconProps>; export default HeartFullIcon;