UNPKG

@replyke/ui-core-react-js

Version:

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

8 lines (7 loc) 207 B
interface MagnifyingGlassIconProps { color?: string; width?: number; height?: number; } declare const MagnifyingGlassIcon: React.FC<MagnifyingGlassIconProps>; export default MagnifyingGlassIcon;