Repository URL to install this package:
Version:
0.9.6 ▾
|
import React from 'react';
import AccountIcon from './AccountIcon';
import ArrowIcon from './ArrowIcon';
import BarcodeIcon from './BarcodeIcon';
import BulletIcon from './BulletIcon';
import CalendarIcon from './CalendarIcon';
import CameraIcon from './CameraIcon';
import CartIcon from './CartIcon';
import CatalogIcon from './CatalogIcon';
import CautionIcon from './CautionIcon';
import ChatIcon from './ChatIcon';
import CheckBoxIcon from './CheckBoxIcon';
import CloseIcon from './CloseIcon';
import CoatHangerIcon from './CoatHangerIcon';
import ColorIcon from './ColorIcon';
import CommunityIcon from './CommunityIcon';
import ContactMailIcon from './ContactMailIcon';
import CopyIcon from './CopyIcon';
import CouponIcon from './CouponIcon';
import CustomersIcon from './CustomersIcon';
import DetectionIcon from './DetectionIcon';
import DownloadIcon from './DownloadIcon';
import EmailIcon from './EmailIcon';
import HeartIcon from './HeartIcon';
import FlagIcon from './FlagIcon';
import GalleryToggleIcon from './GalleryToggleIcon';
import GiftIcon from './GiftIcon';
import GridViewIcon from './GridViewIcon';
import HelpIcon from './HelpIcon';
import HomeIcon from './HomeIcon';
import ImageIcon from './ImageIcon';
import LanguageIcon from './LanguageIcon';
import ListViewIcon from './ListViewIcon';
import LocationAddIcon from './LocationAddIcon';
import LocationPersonIcon from './LocationPersonIcon';
import LocationPinIcon from './LocationPinIcon';
import LocationPostalIcon from './LocationPostalIcon';
import LocationRemoveIcon from './LocationRemoveIcon';
import LockIcon from './LockIcon';
import LogoIcon from './LogoIcon';
import MapMarkerIcon from './MapMarkerIcon';
import MultipleProductsIcon from './MultipleProductsIcon';
import OrdersIcon from './OrdersIcon';
import PancakeIcon from './PancakeIcon';
import PasswordIcon from './PasswordIcon';
import PaymentsCardIcon from './PaymentsCardIcon';
import PlayIcon from './PlayIcon';
import PrintIcon from './PrintIcon';
import RadioIcon from './RadioIcon';
import RefreshIcon from './RefreshIcon';
import RegisterIcon from './RegisterIcon';
import ReturnOrderStepIcon from './ReturnOrderStepIcon';
import RewardIcon from './RewardIcon';
import SaleDiscountsIcon from './SaleDiscountsIcon';
import SalesIcon from './SalesIcon';
import SavingsMoneyBagIcon from './SavingsMoneyBagIcon';
import SearchIcon from './SearchIcon';
import SettingsIcon from './SettingsIcon';
import ShareIcon from './ShareIcon';
import ShippingAddressIcon from './ShippingAddressIcon';
import ShippingIcon from './ShippingIcon';
import SocialIcon from './SocialIcon';
import StarIcon from './StarIcon';
import StoreFrontIcon from './StoreFrontIcon';
import StrippedDropDownIcon from './StrippedDropDownIcon';
import SubscriptionIcon from './SubscriptionIcon';
import SuccessIcon from './SuccessIcon';
import SwatchesIcon from './SwatchesIcon';
import SwitchIcon from './SwitchIcon';
import TagIcon from './TagIcon';
import TelephoneIcon from './TelephoneIcon';
import TrashIcon from './TrashIcon';
import UploadIcon from './UploadIcon';
import ZoomIcon from './ZoomIcon';
import PlusIcon from './PlusIcon';
import MinusIcon from './MinusIcon';
import PlusMinusIcon from './PlusMinusIcon';
interface Props {
breedType: string;
}
interface States {
}
declare class Icons extends React.PureComponent<Props, States> {
static defaultProps: {
breedType: string;
};
render(): JSX.Element;
}
export { Icons, AccountIcon, ArrowIcon, BarcodeIcon, BulletIcon, CalendarIcon, CameraIcon, CartIcon, CatalogIcon, CautionIcon, ChatIcon, CheckBoxIcon, CloseIcon, CoatHangerIcon, ColorIcon, CommunityIcon, ContactMailIcon, CopyIcon, CouponIcon, CustomersIcon, DetectionIcon, DownloadIcon, EmailIcon, HeartIcon, FlagIcon, GalleryToggleIcon, GiftIcon, GridViewIcon, HelpIcon, HomeIcon, ImageIcon, ListViewIcon, LocationAddIcon, LocationPersonIcon, LocationPinIcon, MapMarkerIcon, LanguageIcon, LocationPostalIcon, LocationRemoveIcon, LockIcon, LogoIcon, MultipleProductsIcon, OrdersIcon, PancakeIcon, PasswordIcon, PaymentsCardIcon, PlayIcon, PrintIcon, RadioIcon, RefreshIcon, RegisterIcon, ReturnOrderStepIcon, RewardIcon, SaleDiscountsIcon, SalesIcon, SavingsMoneyBagIcon, SearchIcon, SettingsIcon, ShareIcon, ShippingAddressIcon, ShippingIcon, SocialIcon, StarIcon, StoreFrontIcon, StrippedDropDownIcon, SubscriptionIcon, SuccessIcon, SwatchesIcon, SwitchIcon, TagIcon, TelephoneIcon, TrashIcon, UploadIcon, ZoomIcon, PlusIcon, MinusIcon, PlusMinusIcon, };
export default Icons;