import * as React from "react"; import { IconSvgProps } from "@/types"; export const Logo: React.FC = ({ size = 36, width, height, ...props }) => ( ); export const DiscordIcon: React.FC = ({ size = 24, width, height, ...props }) => { return ( ); }; export const TwitterIcon: React.FC = ({ size = 30, width, height, color = "white", ...props }) => { return ( ); }; export const IconX: React.FC = ({ size = 30, width, height, color = "white", ...props }) => { return ( ); }; export const SendIcon: React.FC = ({ size, width, height, color = "currentColor", ...props }) => { return ( ); }; export const GithubIcon: React.FC = ({ size = 24, width, height, ...props }) => { return ( ); }; export const MoonFilledIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const SunFilledIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const HeartFilledIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const SearchIcon = (props: IconSvgProps) => ( ); export const NextUILogo: React.FC = (props) => { const { width, height = 40 } = props; return ( ); }; export const FbIcon: React.FC = (props) => { return ( ); }; export const ChevronUpIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ChevronDownIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ChevronRightIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ChevronLeftWhite = ({ size, height = 24, width = 24, color = "white", ...props }: IconSvgProps & { color?: string }) => ( ); export const ChevronRightWhite = ({ size, height = 24, width = 24, color = "white", ...props }: IconSvgProps) => ( ); export const IgIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FbIconNav = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const YtIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const IdnIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const UKIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const TwIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const TtIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const EyeIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const DotsIcon = ({ size, height = 24, width = 24, fill = "none", ...props }: IconSvgProps) => ( ); export const MailIcon = (props: any) => ( ); export const SearchIcons = (props: any) => ( ); export const UnderLine = (props: any) => ( ); export const EyeSlashFilledIcon = (props: any) => ( ); export const EyeFilledIcon = (props: any) => ( ); export const ArrowIcons: React.FC = ({ size = 30, width, height, color = "white", ...props }) => { return ( ); }; export const Hotline = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const CustomerService = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const Mail = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const Location = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const Calender = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const WorldIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( ); export const Checklist = ({ size = 24, width, height, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ChevronLeftIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const DotsYIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const DotsXIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const EyeIconMdi = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const OnlineIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const OfflineIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const CreateIconIon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const DeleteIcon = ({ size, height = 12, width = 10, fill = "none", ...props }: IconSvgProps) => ( ); export const BannerIcon = ({ size, height = 12, width = 10, fill = "none", ...props }: IconSvgProps) => ( ); export const AccIcon = ({ size, height = 12, width = 10, fill = "none", ...props }: IconSvgProps) => ( ); export const CloseIcon = ({ size, height = 12, width = 10, fill = "none", ...props }: IconSvgProps) => ( ); export const RefundIcon = ({ size, height = 12, width = 10, fill = "none", ...props }: IconSvgProps) => ( ); export const AddIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const CompanyIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const EmailIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const PhoneIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const MessageIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const UserIcon = ({ size, height = 12, width = 12, fill = "none", ...props }: IconSvgProps) => ( ); export const EyeOffIconMdi = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const DateIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const WarningIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const PasswordIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const TimeIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const VolumeLowIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const VolumeHighIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormVerticalIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormHorizontalIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormCustomIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormLayoutIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormValidationIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FormWizardIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FacebookIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const GoogleIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const TimesIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const CalendarIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ClockIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const SquareFacebookIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const SquareXIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const SquareLinkedInIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const SquareWhatsappIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const CloudUploadIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const BurgerButtonIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const XLandingIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const InstagramLandingIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const FacebookLandingIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const TiktokLandingIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const YoutubeLandingIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingEmailIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingCallIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingLocationIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingAppleIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingPlayStoreIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const LandingAnalyticIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const CopyIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const PlayIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const ExportIcon = ({ size, height = 24, width = 24, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const VideoIcon = ({ size, height = 37, width = 32, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const SuspendIcon = ({ size, height = 37, width = 32, fill = "currentColor", ...props }: IconSvgProps) => ( );