Repository URL to install this package:
|
Version:
3.0.4 ▾
|
import React from 'react';
import FlagIcon from './FlagIcon';
import LogoIcon from './LogoIcon';
import PasswordIcon from './PasswordIcon';
import PaymentsCardIcon from './PaymentsCardIcon';
import PlusMinusIcon from './PlusMinusIcon';
import SocialIcon from './SocialIcon';
import SwitchIcon from './SwitchIcon';
interface Props {
breedType: string;
}
interface States {
}
declare class Icons extends React.PureComponent<Props, States> {
static defaultProps: {
breedType: string;
};
render(): JSX.Element;
}
export { Icons, FlagIcon, LogoIcon, PasswordIcon, PaymentsCardIcon, SocialIcon, SwitchIcon, PlusMinusIcon, };
export default Icons;