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 = "white", ...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) => { const { width, height = 40 } = 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 = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const YtIcon = ({ size, height = 24, width = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const IdnIcon = ({ 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 = 14, fill = "currentColor", ...props }: IconSvgProps) => ( ); export const EyeIcon = ({ size, height = 24, width = 14, fill = "currentColor", color = "black", ...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, ...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 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) => ( );