UNPKG

@edancerys/ts-react-components-lib

Version:
14 lines (13 loc) 353 B
import React from 'react'; export interface IconProps { icon?: string; fill?: string; size?: number; hoverFill?: string; hoverStroke?: string; disabled?: boolean; margin?: string; onClick?: () => void; } export declare const SocialIcons: React.FC<IconProps>; export declare const Icons: React.FC<IconProps>;