UNPKG

@replyke/ui-core-react-native

Version:

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

9 lines (8 loc) 234 B
import React from "react"; interface MagnifyingGlassIconProps { color?: string; width?: number; height?: number; } declare const MagnifyingGlassIcon: React.FC<MagnifyingGlassIconProps>; export default MagnifyingGlassIcon;