import type { FunctionComponent, SVGProps } from "react"; export interface IconProps extends SVGProps { /** * Choose between one of the available sizes. Defaults to '24', if supported, or to the smallest available size. */ size?: Sizes; } export type IconComponentType = FunctionComponent< IconProps >; declare const Add: IconComponentType<"16" | "24">; declare const AddEmployees: IconComponentType<"24">; declare const ChevronDown: IconComponentType<"16" | "24">; declare const ChevronLeft: IconComponentType<"16" | "24">; declare const ChevronRight: IconComponentType<"16" | "24">; declare const ChevronUp: IconComponentType<"16" | "24">; declare const Close: IconComponentType<"16" | "24">; declare const Controls: IconComponentType<"16" | "24">; declare const CopyPaste: IconComponentType<"24">; declare const Crop: IconComponentType<"24">; declare const DayView: IconComponentType<"16" | "24">; declare const Delete: IconComponentType<"16" | "24">; declare const Download: IconComponentType<"16" | "24">; declare const DownloadCloud: IconComponentType<"24">; declare const Drag: IconComponentType<"24">; declare const Edit: IconComponentType<"16" | "24">; declare const Filter: IconComponentType<"16" | "24">; declare const FilterApplied: IconComponentType<"16" | "24">; declare const FlashOff: IconComponentType<"24">; declare const FlashOn: IconComponentType<"24">; declare const Flashlight: IconComponentType<"24">; declare const FlipCamera: IconComponentType<"24">; declare const Freeze: IconComponentType<"24">; declare const Grid: IconComponentType<"24">; declare const Hide: IconComponentType<"24">; declare const Link: IconComponentType<"24">; declare const List: IconComponentType<"24">; declare const Login: IconComponentType<"24">; declare const Logout: IconComponentType<"24">; declare const Manage: IconComponentType<"24">; declare const Minus: IconComponentType<"16" | "24">; declare const MonthView: IconComponentType<"16" | "24">; declare const More: IconComponentType<"16" | "24">; declare const MoreCircle: IconComponentType<"16" | "24">; declare const Move: IconComponentType<"16" | "24">; declare const Pause: IconComponentType<"16" | "24">; declare const Play: IconComponentType<"16" | "24">; declare const Plus: IconComponentType<"16" | "24">; declare const Random: IconComponentType<"24">; declare const Refresh: IconComponentType<"16" | "24">; declare const Remove: IconComponentType<"16" | "24">; declare const Search: IconComponentType<"16" | "24">; declare const SelectAll: IconComponentType<"24">; declare const Send: IconComponentType<"16" | "24">; declare const Share: IconComponentType<"16" | "24">; declare const Sort: IconComponentType<"16" | "24">; declare const Sparkles: IconComponentType<"16" | "24">; declare const Stop: IconComponentType<"16" | "24">; declare const Upgrade: IconComponentType<"16" | "24">; declare const Upload: IconComponentType<"16" | "24">; declare const UploadCloud: IconComponentType<"24">; declare const View: IconComponentType<"16" | "24">; declare const WeekView: IconComponentType<"16" | "24">; declare const ZoomIn: IconComponentType<"24">; declare const ZoomOut: IconComponentType<"24">; declare const ControlsCustom: IconComponentType<"24">; declare const CroppingHorizontal: IconComponentType<"24">; declare const CroppingSquare: IconComponentType<"24">; declare const CroppingVertical: IconComponentType<"24">; declare const RequestHistory: IconComponentType<"16" | "24">; declare const SwitchAccount: IconComponentType<"16" | "24">; declare const Unlink: IconComponentType<"24">; declare const RecurringTransfer: IconComponentType<"24">; declare const Headset: IconComponentType<"24">; declare const AccountDetails: IconComponentType<"24">; declare const PlusTier: IconComponentType<"16" | "24" | "32">; declare const CardUnknown: IconComponentType<"24">; declare const Pix: IconComponentType<"24">; declare const Callback: IconComponentType<"24">; declare const Email: IconComponentType<"24">; declare const LiveChat: IconComponentType<"24">; declare const Phone: IconComponentType<"24">; declare const ScamCall: IconComponentType<"24">; declare const Video: IconComponentType<"24">; declare const Bluetooth: IconComponentType<"16" | "24">; declare const Camera: IconComponentType<"24">; declare const CardReaderAir: IconComponentType<"24">; declare const CardReaderSolo: IconComponentType<"24">; declare const CardReaderSoloLite: IconComponentType<"24">; declare const Laptop: IconComponentType<"24">; declare const Mobile: IconComponentType<"24">; declare const Nfc: IconComponentType<"24">; declare const Printer: IconComponentType<"24">; declare const Tablet: IconComponentType<"24">; declare const Wifi: IconComponentType<"24">; declare const AndroidTerminal: IconComponentType<"24">; declare const BatteryCharging: IconComponentType<"16" | "24">; declare const BluetoothConnecting: IconComponentType<"24">; declare const BluetoothOff: IconComponentType<"24">; declare const CustomerFacingDisplay: IconComponentType<"24">; declare const DisableNfc: IconComponentType<"24">; declare const PowerOff: IconComponentType<"24">; declare const Restart: IconComponentType<"24">; declare const SignalFull: IconComponentType<"24">; declare const SignalHigh: IconComponentType<"24">; declare const SignalLow: IconComponentType<"24">; declare const SignalMedium: IconComponentType<"24">; declare const SignalNoSignal: IconComponentType<"24">; declare const WifiHigh: IconComponentType<"24">; declare const WifiLow: IconComponentType<"24">; declare const WifiMedium: IconComponentType<"24">; declare const WifiNoIp: IconComponentType<"24">; declare const WifiNoSignal: IconComponentType<"24">; declare const Archive: IconComponentType<"24">; declare const Attachment: IconComponentType<"24">; declare const CreditNote: IconComponentType<"24">; declare const DeliveryNote: IconComponentType<"24">; declare const DriverLicense: IconComponentType<"24">; declare const ElectronicInvoice: IconComponentType<"24">; declare const FeesSummary: IconComponentType<"24">; declare const File: IconComponentType<"24">; declare const History: IconComponentType<"24">; declare const Image: IconComponentType<"24">; declare const Passport: IconComponentType<"24">; declare const RecurringInvoice: IconComponentType<"24">; declare const ResidencePermit: IconComponentType<"24">; declare const ZipFile: IconComponentType<"24">; declare const Export: IconComponentType<"24">; declare const Import: IconComponentType<"24">; declare const TrackingNumber: IconComponentType<"24">; declare const ActivateCard: IconComponentType<"24">; declare const Atm: IconComponentType<"24">; declare const AutomaticBalanceTransfer: IconComponentType<"24">; declare const Bank: IconComponentType<"16" | "24">; declare const BulkTransfer: IconComponentType<"24">; declare const CardIn: IconComponentType<"24">; declare const CardOut: IconComponentType<"24">; declare const Cash: IconComponentType<"24">; declare const CashStack: IconComponentType<"24">; declare const DirectDebit: IconComponentType<"24">; declare const InterestOnBalance: IconComponentType<"16" | "24">; declare const NoCosts: IconComponentType<"24">; declare const Percentage: IconComponentType<"16" | "24">; declare const TransferIn: IconComponentType<"24">; declare const TransferOut: IconComponentType<"24">; declare const Wealth: IconComponentType<"16" | "24">; declare const PiggyBank: IconComponentType<"24">; declare const WireTransfer: IconComponentType<"24">; declare const Accessibility: IconComponentType<"24">; declare const Alarm: IconComponentType<"24">; declare const Area: IconComponentType<"24">; declare const Article: IconComponentType<"24">; declare const Barcode: IconComponentType<"16" | "24">; declare const Basket: IconComponentType<"24">; declare const Battery: IconComponentType<"16" | "24">; declare const BatteryAlert: IconComponentType<"16" | "24">; declare const Briefcase: IconComponentType<"24">; declare const Cafe: IconComponentType<"24">; declare const Calendar: IconComponentType<"24">; declare const CalendarCoins: IconComponentType<"24">; declare const Checkmark: IconComponentType<"16" | "24">; declare const Cheque: IconComponentType<"24">; declare const Clothing: IconComponentType<"24">; declare const Code: IconComponentType<"24">; declare const ColorPicker: IconComponentType<"24">; declare const ColorInversion: IconComponentType<"24">; declare const Company: IconComponentType<"24">; declare const Cookie: IconComponentType<"24">; declare const CustomAmount: IconComponentType<"24">; declare const Customise: IconComponentType<"24">; declare const Favourite: IconComponentType<"16" | "24">; declare const FullReturn: IconComponentType<"16" | "24">; declare const Gauge: IconComponentType<"24">; declare const Globe: IconComponentType<"24">; declare const Health: IconComponentType<"24">; declare const Hospitality: IconComponentType<"24">; declare const Id: IconComponentType<"24">; declare const Language: IconComponentType<"24">; declare const Legal: IconComponentType<"16" | "24">; declare const Like: IconComponentType<"24">; declare const Location: IconComponentType<"16" | "24">; declare const Mcc: IconComponentType<"24">; declare const MealVoucher: IconComponentType<"24">; declare const Moon: IconComponentType<"24">; declare const Motorbike: IconComponentType<"24">; declare const NoSimcard: IconComponentType<"24">; declare const OrderPlaced: IconComponentType<"16" | "24">; declare const Package: IconComponentType<"24">; declare const PaidOut: IconComponentType<"16" | "24">; declare const PartialReturn: IconComponentType<"16" | "24">; declare const PrinterFailed: IconComponentType<"16" | "24">; declare const Profile: IconComponentType<"16" | "24">; declare const ProfileFilled: IconComponentType<"24">; declare const Refunded: IconComponentType<"16" | "24">; declare const Services: IconComponentType<"24">; declare const Settings: IconComponentType<"24">; declare const SettingsFilled: IconComponentType<"24">; declare const SimCard: IconComponentType<"24">; declare const Sun: IconComponentType<"24">; declare const ThumbDown: IconComponentType<"24">; declare const ThumbUp: IconComponentType<"24">; declare const ThumbUpFilled: IconComponentType<"24">; declare const Time: IconComponentType<"16" | "24">; declare const Truck: IconComponentType<"24">; declare const Unfavourite: IconComponentType<"24">; declare const Volume: IconComponentType<"24">; declare const Contractor: IconComponentType<"16" | "24">; declare const CafeRestaurant: IconComponentType<"24">; declare const Diamond: IconComponentType<"24">; declare const Hotel: IconComponentType<"24">; declare const Placeholder: IconComponentType<"16" | "24">; declare const BrowserSecure: IconComponentType<"24">; declare const CardSecurity: IconComponentType<"24">; declare const Key: IconComponentType<"24">; declare const Passkey: IconComponentType<"24">; declare const Secure: IconComponentType<"24">; declare const SecurePayments: IconComponentType<"24">; declare const SecurityTimeSensitive: IconComponentType<"24">; declare const TrustedCompany: IconComponentType<"24">; declare const Unlock: IconComponentType<"24">; declare const Cvv: IconComponentType<"24">; declare const TrustedIndividual: IconComponentType<"24">; declare const Unfreeze: IconComponentType<"24">; declare const ArrowDown: IconComponentType<"16" | "24">; declare const ArrowLeft: IconComponentType<"16" | "24">; declare const ArrowRight: IconComponentType<"16" | "24">; declare const ArrowSlanted: IconComponentType<"16" | "24">; declare const ArrowUp: IconComponentType<"16" | "24">; declare const ExternalLink: IconComponentType<"16" | "24">; declare const HamburgerMenu: IconComponentType<"24">; declare const Customers: IconComponentType<"24">; declare const CustomersFilled: IconComponentType<"24">; declare const Investments: IconComponentType<"24">; declare const InvestmentsFilled: IconComponentType<"24">; declare const Kiosk: IconComponentType<"24">; declare const KioskFilled: IconComponentType<"24">; declare const Loyalty: IconComponentType<"24">; declare const LoyaltyFilled: IconComponentType<"24">; declare const Active: IconComponentType<"16" | "24">; declare const Alert: IconComponentType<"16" | "24">; declare const Confirm: IconComponentType<"16" | "24">; declare const Help: IconComponentType<"16" | "24">; declare const Info: IconComponentType<"16" | "24">; declare const Notify: IconComponentType<"16" | "24">; declare const Paused: IconComponentType<"16" | "24">; declare const Stopped: IconComponentType<"16" | "24">; declare const Transit: IconComponentType<"16" | "24">; declare const BackOnline: IconComponentType<"16" | "24">; declare const Offline: IconComponentType<"16" | "24">; declare const Account: IconComponentType<"24">; declare const AccountFilled: IconComponentType<"24">; declare const Accounting: IconComponentType<"24">; declare const AccountingFilled: IconComponentType<"24">; declare const Apps: IconComponentType<"24">; declare const CashAdvance: IconComponentType<"24">; declare const CashAdvanceFilled: IconComponentType<"24">; declare const CashDrawer: IconComponentType<"24">; declare const Challenge: IconComponentType<"24">; declare const Checkout: IconComponentType<"24">; declare const ContactPicker: IconComponentType<"24">; declare const Discount: IconComponentType<"24">; declare const Employees: IconComponentType<"16" | "24">; declare const EmployeesFilled: IconComponentType<"24">; declare const Expenses: IconComponentType<"24">; declare const ExpensesFilled: IconComponentType<"24">; declare const FeeCalculator: IconComponentType<"24">; declare const GiftCards: IconComponentType<"24">; declare const GiftCardsFilled: IconComponentType<"24">; declare const Bookings: IconComponentType<"24">; declare const BookingsFilled: IconComponentType<"24">; declare const Receivables: IconComponentType<"24">; declare const ReceivablesFilled: IconComponentType<"24">; declare const Tools: IconComponentType<"24">; declare const ToolsFilled: IconComponentType<"24">; declare const UsPosBackoffice: IconComponentType<"24">; declare const UsPosBackofficeFilled: IconComponentType<"24">; declare const Home: IconComponentType<"24">; declare const HomeFilled: IconComponentType<"24">; declare const Insurance: IconComponentType<"24">; declare const Inventory: IconComponentType<"24">; declare const Invoice: IconComponentType<"24">; declare const InvoiceFilled: IconComponentType<"24">; declare const Items: IconComponentType<"24">; declare const ItemsFilled: IconComponentType<"24">; declare const Loja: IconComponentType<"24">; declare const NotificationCenter: IconComponentType<"24">; declare const OnlinePayments: IconComponentType<"24">; declare const OnlineStore: IconComponentType<"24">; declare const OnlineStoreFilled: IconComponentType<"24">; declare const Orders: IconComponentType<"24">; declare const ParcelLocker: IconComponentType<"24">; declare const PaymentLinks: IconComponentType<"24">; declare const PaymentLinksFilled: IconComponentType<"24">; declare const PaymentMethods: IconComponentType<"24">; declare const PayoutSettings: IconComponentType<"24">; declare const Payouts: IconComponentType<"24">; declare const PayoutsFilled: IconComponentType<"24">; declare const Pos: IconComponentType<"24">; declare const PosFilled: IconComponentType<"24">; declare const Promote: IconComponentType<"24">; declare const PromoteFilled: IconComponentType<"24">; declare const OpenOrders: IconComponentType<"24">; declare const OpenOrdersFilled: IconComponentType<"24">; declare const QrCode: IconComponentType<"24">; declare const Receipt: IconComponentType<"24">; declare const ReceiptFilled: IconComponentType<"24">; declare const ReceiptAttached: IconComponentType<"24">; declare const ReceiptMissing: IconComponentType<"24">; declare const ReceiptSmart: IconComponentType<"24">; declare const ReceiptUnreviewed: IconComponentType<"24">; declare const ReferAFriend: IconComponentType<"24">; declare const Reports: IconComponentType<"24">; declare const ReportsFilled: IconComponentType<"24">; declare const Reward: IconComponentType<"24">; declare const Shop: IconComponentType<"24">; declare const ShopFilled: IconComponentType<"24">; declare const StoreEditor: IconComponentType<"24">; declare const SumUpCard: IconComponentType<"16" | "24">; declare const SumUpConnect: IconComponentType<"24">; declare const SumUpConnectFilled: IconComponentType<"24">; declare const Support: IconComponentType<"16" | "24">; declare const TapToPay: IconComponentType<"24">; declare const Taxes: IconComponentType<"24">; declare const Tipping: IconComponentType<"16" | "24">; declare const Transactions: IconComponentType<"24">; declare const VirtualTerminal: IconComponentType<"24">; declare const VirtualTerminalFilled: IconComponentType<"24">; declare const AddItemsFilled: IconComponentType<"24">; declare const CheckoutAmountFilled: IconComponentType<"24">; declare const CustomiseFilled: IconComponentType<"24">; declare const FloorPlanFilled: IconComponentType<"24">; declare const MailFilled: IconComponentType<"24">; declare const OrdersFilled: IconComponentType<"24">; declare const Webspace: IconComponentType<"24">; declare const Deposit: IconComponentType<"24">; declare const GeneralPreferences: IconComponentType<"24">; declare const AutomaticPix: IconComponentType<"16" | "24">; declare const CheckoutAmount: IconComponentType<"24">; declare const CheckoutSettings: IconComponentType<"24">; declare const FloorPlan: IconComponentType<"24">; declare const LoyaltyAdd: IconComponentType<"24">; declare const LoyaltyLoggedIn: IconComponentType<"24">; declare const OnlineIntegrations: IconComponentType<"24">; declare const Ordering: IconComponentType<"24">; declare const SubscriptionPlans: IconComponentType<"24">; declare const SumUpPay: IconComponentType<"24">; declare const TillManagement: IconComponentType<"16" | "24">; declare const Facebook: IconComponentType<"24">; declare const FacebookMessenger: IconComponentType<"24">; declare const Instagram: IconComponentType<"24">; declare const Linkedin: IconComponentType<"24">; declare const Pinterest: IconComponentType<"24">; declare const Twitter: IconComponentType<"24">; declare const Unsplash: IconComponentType<"24">; declare const WhatsApp: IconComponentType<"24">; declare const Youtube: IconComponentType<"24">; declare const Celery: IconComponentType<"24">; declare const Crustaceans: IconComponentType<"24">; declare const Eggs: IconComponentType<"24">; declare const Fish: IconComponentType<"24">; declare const Gluten: IconComponentType<"24">; declare const Lupin: IconComponentType<"24">; declare const Milk: IconComponentType<"24">; declare const Molluscs: IconComponentType<"24">; declare const Mustard: IconComponentType<"24">; declare const Nuts: IconComponentType<"24">; declare const Peanuts: IconComponentType<"24">; declare const Sesame: IconComponentType<"24">; declare const Soy: IconComponentType<"24">; declare const Sulphites: IconComponentType<"24">; export { Add, AddEmployees, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, Controls, CopyPaste, Crop, DayView, Delete, Download, DownloadCloud, Drag, Edit, Filter, FilterApplied, FlashOff, FlashOn, Flashlight, FlipCamera, Freeze, Grid, Hide, Link, List, Login, Logout, Manage, Minus, MonthView, More, MoreCircle, Move, Pause, Play, Plus, Random, Refresh, Remove, Search, SelectAll, Send, Share, Sort, Sparkles, Stop, Upgrade, Upload, UploadCloud, View, WeekView, ZoomIn, ZoomOut, ControlsCustom, CroppingHorizontal, CroppingSquare, CroppingVertical, RequestHistory, SwitchAccount, Unlink, RecurringTransfer, Headset, AccountDetails, PlusTier, CardUnknown, Pix, Callback, Email, LiveChat, Phone, ScamCall, Video, Bluetooth, Camera, CardReaderAir, CardReaderSolo, CardReaderSoloLite, Laptop, Mobile, Nfc, Printer, Tablet, Wifi, AndroidTerminal, BatteryCharging, BluetoothConnecting, BluetoothOff, CustomerFacingDisplay, DisableNfc, PowerOff, Restart, SignalFull, SignalHigh, SignalLow, SignalMedium, SignalNoSignal, WifiHigh, WifiLow, WifiMedium, WifiNoIp, WifiNoSignal, Archive, Attachment, CreditNote, DeliveryNote, DriverLicense, ElectronicInvoice, FeesSummary, File, History, Image, Passport, RecurringInvoice, ResidencePermit, ZipFile, Export, Import, TrackingNumber, ActivateCard, Atm, AutomaticBalanceTransfer, Bank, BulkTransfer, CardIn, CardOut, Cash, CashStack, DirectDebit, InterestOnBalance, NoCosts, Percentage, TransferIn, TransferOut, Wealth, PiggyBank, WireTransfer, Accessibility, Alarm, Area, Article, Barcode, Basket, Battery, BatteryAlert, Briefcase, Cafe, Calendar, CalendarCoins, Checkmark, Cheque, Clothing, Code, ColorPicker, ColorInversion, Company, Cookie, CustomAmount, Customise, Favourite, FullReturn, Gauge, Globe, Health, Hospitality, Id, Language, Legal, Like, Location, Mcc, MealVoucher, Moon, Motorbike, NoSimcard, OrderPlaced, Package, PaidOut, PartialReturn, PrinterFailed, Profile, ProfileFilled, Refunded, Services, Settings, SettingsFilled, SimCard, Sun, ThumbDown, ThumbUp, ThumbUpFilled, Time, Truck, Unfavourite, Volume, Contractor, CafeRestaurant, Diamond, Hotel, Placeholder, BrowserSecure, CardSecurity, Key, Passkey, Secure, SecurePayments, SecurityTimeSensitive, TrustedCompany, Unlock, Cvv, TrustedIndividual, Unfreeze, ArrowDown, ArrowLeft, ArrowRight, ArrowSlanted, ArrowUp, ExternalLink, HamburgerMenu, Customers, CustomersFilled, Investments, InvestmentsFilled, Kiosk, KioskFilled, Loyalty, LoyaltyFilled, Active, Alert, Confirm, Help, Info, Notify, Paused, Stopped, Transit, BackOnline, Offline, Account, AccountFilled, Accounting, AccountingFilled, Apps, CashAdvance, CashAdvanceFilled, CashDrawer, Challenge, Checkout, ContactPicker, Discount, Employees, EmployeesFilled, Expenses, ExpensesFilled, FeeCalculator, GiftCards, GiftCardsFilled, Bookings, BookingsFilled, Receivables, ReceivablesFilled, Tools, ToolsFilled, UsPosBackoffice, UsPosBackofficeFilled, Home, HomeFilled, Insurance, Inventory, Invoice, InvoiceFilled, Items, ItemsFilled, Loja, NotificationCenter, OnlinePayments, OnlineStore, OnlineStoreFilled, Orders, ParcelLocker, PaymentLinks, PaymentLinksFilled, PaymentMethods, PayoutSettings, Payouts, PayoutsFilled, Pos, PosFilled, Promote, PromoteFilled, OpenOrders, OpenOrdersFilled, QrCode, Receipt, ReceiptFilled, ReceiptAttached, ReceiptMissing, ReceiptSmart, ReceiptUnreviewed, ReferAFriend, Reports, ReportsFilled, Reward, Shop, ShopFilled, StoreEditor, SumUpCard, SumUpConnect, SumUpConnectFilled, Support, TapToPay, Taxes, Tipping, Transactions, VirtualTerminal, VirtualTerminalFilled, AddItemsFilled, CheckoutAmountFilled, CustomiseFilled, FloorPlanFilled, MailFilled, OrdersFilled, Webspace, Deposit, GeneralPreferences, AutomaticPix, CheckoutAmount, CheckoutSettings, FloorPlan, LoyaltyAdd, LoyaltyLoggedIn, OnlineIntegrations, Ordering, SubscriptionPlans, SumUpPay, TillManagement, Facebook, FacebookMessenger, Instagram, Linkedin, Pinterest, Twitter, Unsplash, WhatsApp, Youtube, Celery, Crustaceans, Eggs, Fish, Gluten, Lupin, Milk, Molluscs, Mustard, Nuts, Peanuts, Sesame, Soy, Sulphites, }; export type IconName = | "add" | "add_employees" | "chevron_down" | "chevron_left" | "chevron_right" | "chevron_up" | "close" | "controls" | "copy_paste" | "crop" | "day_view" | "delete" | "download" | "download_cloud" | "drag" | "edit" | "filter" | "filter_applied" | "flash_off" | "flash_on" | "flashlight" | "flip_camera" | "freeze" | "grid" | "hide" | "link" | "list" | "login" | "logout" | "manage" | "minus" | "month_view" | "more" | "more_circle" | "move" | "pause" | "play" | "plus" | "random" | "refresh" | "remove" | "search" | "select_all" | "send" | "share" | "sort" | "sparkles" | "stop" | "upgrade" | "upload" | "upload_cloud" | "view" | "week_view" | "zoom_in" | "zoom_out" | "controls_custom" | "cropping_horizontal" | "cropping_square" | "cropping_vertical" | "request_history" | "switch_account" | "unlink" | "recurring_transfer" | "headset" | "account_details" | "plus_tier" | "alelo" | "alternative_payment_method" | "american_express" | "apple_pay" | "bancomat" | "bancontact" | "boleto" | "card_unknown" | "conecs" | "diners_club" | "discover" | "eftpos" | "elo" | "elv" | "girocard" | "google_pay" | "hipercard" | "ideal" | "interac" | "jcb" | "klarna" | "maestro" | "mastercard" | "pay_pal" | "pix" | "pluxee" | "sodexo" | "sumup_card_scheme" | "sumup_pay" | "sumup_scheme" | "swile" | "ticket" | "union_pay" | "visa" | "visa_electron" | "vpay" | "vr" | "callback" | "email" | "live_chat" | "phone" | "scam_call" | "video" | "flag_ad" | "flag_ae" | "flag_af" | "flag_ag" | "flag_ai" | "flag_al" | "flag_am" | "flag_ao" | "flag_aq" | "flag_ar" | "flag_as" | "flag_at" | "flag_au" | "flag_aw" | "flag_ax" | "flag_az" | "flag_ba" | "flag_bb" | "flag_bd" | "flag_be" | "flag_bf" | "flag_bg" | "flag_bh" | "flag_bi" | "flag_bj" | "flag_bl" | "flag_bm" | "flag_bn" | "flag_bo" | "flag_bq" | "flag_br" | "flag_bs" | "flag_bt" | "flag_bv" | "flag_bw" | "flag_by" | "flag_bz" | "flag_ca" | "flag_cc" | "flag_cd" | "flag_cf" | "flag_cg" | "flag_ch" | "flag_ci" | "flag_ck" | "flag_cl" | "flag_cm" | "flag_cn" | "flag_co" | "flag_cp" | "flag_cr" | "flag_cu" | "flag_cv" | "flag_cw" | "flag_cx" | "flag_cy" | "flag_cz" | "flag_de" | "flag_dg" | "flag_dj" | "flag_dk" | "flag_dm" | "flag_do" | "flag_dz" | "flag_ec" | "flag_ee" | "flag_eg" | "flag_eh" | "flag_er" | "flag_es" | "flag_es-ct" | "flag_et" | "flag_eu" | "flag_fi" | "flag_fj" | "flag_fk" | "flag_fm" | "flag_fo" | "flag_fr" | "flag_ga" | "flag_gb" | "flag_gd" | "flag_ge" | "flag_gf" | "flag_gg" | "flag_gh" | "flag_gi" | "flag_gl" | "flag_gm" | "flag_gn" | "flag_gp" | "flag_gq" | "flag_gr" | "flag_gs" | "flag_gt" | "flag_gu" | "flag_gw" | "flag_gy" | "flag_hk" | "flag_hm" | "flag_hn" | "flag_hr" | "flag_ht" | "flag_hu" | "flag_ic" | "flag_id" | "flag_ie" | "flag_il" | "flag_im" | "flag_in" | "flag_io" | "flag_iq" | "flag_ir" | "flag_is" | "flag_it" | "flag_je" | "flag_jm" | "flag_jo" | "flag_jp" | "flag_ke" | "flag_kg" | "flag_kh" | "flag_ki" | "flag_km" | "flag_kn" | "flag_kp" | "flag_kr" | "flag_kw" | "flag_ky" | "flag_kz" | "flag_la" | "flag_lb" | "flag_lc" | "flag_li" | "flag_lk" | "flag_lr" | "flag_ls" | "flag_lt" | "flag_lu" | "flag_lv" | "flag_ly" | "flag_ma" | "flag_mc" | "flag_md" | "flag_me" | "flag_mf" | "flag_mg" | "flag_mh" | "flag_mk" | "flag_ml" | "flag_mm" | "flag_mn" | "flag_mo" | "flag_mp" | "flag_mq" | "flag_mr" | "flag_ms" | "flag_mt" | "flag_mu" | "flag_mv" | "flag_mw" | "flag_mx" | "flag_my" | "flag_mz" | "flag_na" | "flag_nc" | "flag_ne" | "flag_nf" | "flag_ng" | "flag_ni" | "flag_nl" | "flag_no" | "flag_np" | "flag_nr" | "flag_nu" | "flag_nz" | "flag_om" | "flag_pa" | "flag_pc" | "flag_pe" | "flag_pf" | "flag_pg" | "flag_ph" | "flag_pk" | "flag_pl" | "flag_pm" | "flag_pn" | "flag_pr" | "flag_ps" | "flag_pt" | "flag_pw" | "flag_py" | "flag_qa" | "flag_re" | "flag_ro" | "flag_rs" | "flag_ru" | "flag_rw" | "flag_sa" | "flag_sb" | "flag_sc" | "flag_sd" | "flag_se" | "flag_sg" | "flag_sh" | "flag_si" | "flag_sj" | "flag_sk" | "flag_sl" | "flag_sm" | "flag_sn" | "flag_so" | "flag_sr" | "flag_ss" | "flag_st" | "flag_sv" | "flag_sx" | "flag_sy" | "flag_sz" | "flag_tc" | "flag_td" | "flag_tf" | "flag_tg" | "flag_th" | "flag_tj" | "flag_tk" | "flag_tl" | "flag_tm" | "flag_tn" | "flag_to" | "flag_tr" | "flag_tt" | "flag_tv" | "flag_tw" | "flag_tz" | "flag_ua" | "flag_ug" | "flag_um" | "flag_un" | "flag_us" | "flag_uy" | "flag_uz" | "flag_va" | "flag_vc" | "flag_ve" | "flag_vg" | "flag_vi" | "flag_vn" | "flag_vu" | "flag_wf" | "flag_ws" | "flag_xk" | "flag_xx" | "flag_ye" | "flag_yt" | "flag_za" | "flag_zm" | "flag_zw" | "bluetooth" | "camera" | "card_reader_air" | "card_reader_solo" | "card_reader_solo_lite" | "laptop" | "mobile" | "nfc" | "printer" | "tablet" | "wifi" | "android_terminal" | "battery_charging" | "bluetooth_connecting" | "bluetooth_off" | "customer_facing_display" | "disable_nfc" | "power_off" | "restart" | "signal_full" | "signal_high" | "signal_low" | "signal_medium" | "signal_no_signal" | "wifi_high" | "wifi_low" | "wifi_medium" | "wifi_no_ip" | "wifi_no_signal" | "archive" | "attachment" | "credit_note" | "delivery_note" | "driver_license" | "electronic_invoice" | "fees_summary" | "file" | "history" | "image" | "passport" | "recurring_invoice" | "residence_permit" | "zip_file" | "export" | "import" | "tracking_number" | "activate_card" | "atm" | "automatic_balance_transfer" | "bank" | "bulk_transfer" | "card_in" | "card_out" | "cash" | "cash_stack" | "direct_debit" | "interest_on_balance" | "no_costs" | "percentage" | "transfer_in" | "transfer_out" | "wealth" | "piggy_bank" | "wire_transfer" | "accessibility" | "alarm" | "area" | "article" | "barcode" | "basket" | "battery" | "battery_alert" | "briefcase" | "cafe" | "calendar" | "calendar_coins" | "checkmark" | "cheque" | "clothing" | "code" | "color_picker" | "color_inversion" | "company" | "cookie" | "custom_amount" | "customise" | "favourite" | "full_return" | "gauge" | "globe" | "health" | "hospitality" | "id" | "language" | "legal" | "like" | "location" | "mcc" | "meal_voucher" | "moon" | "motorbike" | "no_simcard" | "order_placed" | "package" | "paid_out" | "partial_return" | "printer_failed" | "profile" | "profile_filled" | "refunded" | "services" | "settings" | "settings_filled" | "sim_card" | "sun" | "thumb_down" | "thumb_up" | "thumb_up_filled" | "time" | "truck" | "unfavourite" | "volume" | "contractor" | "cafe_restaurant" | "diamond" | "hotel" | "placeholder" | "browser_secure" | "card_security" | "key" | "passkey" | "secure" | "secure_payments" | "security_time_sensitive" | "trusted_company" | "unlock" | "cvv" | "trusted_individual" | "unfreeze" | "arrow_down" | "arrow_left" | "arrow_right" | "arrow_slanted" | "arrow_up" | "external_link" | "hamburger_menu" | "customers" | "customers_filled" | "investments" | "investments_filled" | "kiosk" | "kiosk_filled" | "loyalty" | "loyalty_filled" | "active" | "alert" | "confirm" | "help" | "info" | "notify" | "paused" | "stopped" | "transit" | "back_online" | "offline" | "banco_estado" | "bitcoin" | "blik" | "dankort" | "ec" | "eps" | "faster_payments" | "giropay" | "hiper" | "iris" | "mybank" | "nfc_payment" | "pix_full" | "post_finance" | "przelewy24" | "red_compra" | "samsung_pay" | "satispay" | "sepa" | "sofort" | "split" | "twint" | "account" | "account_filled" | "accounting" | "accounting_filled" | "apps" | "cash_advance" | "cash_advance_filled" | "cash_drawer" | "challenge" | "checkout" | "contact_picker" | "discount" | "employees" | "employees_filled" | "expenses" | "expenses_filled" | "fee_calculator" | "gift_cards" | "gift_cards_filled" | "bookings" | "bookings_filled" | "receivables" | "receivables_filled" | "tools" | "tools_filled" | "us_pos_backoffice" | "us_pos_backoffice_filled" | "home" | "home_filled" | "insurance" | "inventory" | "invoice" | "invoice_filled" | "items" | "items_filled" | "loja" | "notification_center" | "online_payments" | "online_store" | "online_store_filled" | "orders" | "parcel_locker" | "payment_links" | "payment_links_filled" | "payment_methods" | "payout_settings" | "payouts" | "payouts_filled" | "pos" | "pos_filled" | "promote" | "promote_filled" | "open_orders" | "open_orders_filled" | "qr_code" | "receipt" | "receipt_filled" | "receipt_attached" | "receipt_missing" | "receipt_smart" | "receipt_unreviewed" | "refer_a_friend" | "reports" | "reports_filled" | "reward" | "shop" | "shop_filled" | "store_editor" | "sum_up_card" | "sum_up_connect" | "sum_up_connect_filled" | "support" | "tap_to_pay" | "taxes" | "tipping" | "transactions" | "virtual_terminal" | "virtual_terminal_filled" | "add_items_filled" | "checkout_amount_filled" | "customise_filled" | "floor_plan_filled" | "mail_filled" | "orders_filled" | "webspace" | "deposit" | "general_preferences" | "automatic_pix" | "checkout_amount" | "checkout_settings" | "floor_plan" | "loyalty_add" | "loyalty_logged_in" | "online_integrations" | "ordering" | "subscription_plans" | "sum_up_pay" | "till_management" | "facebook" | "facebook_messenger" | "instagram" | "linkedin" | "pinterest" | "twitter" | "unsplash" | "whats_app" | "youtube" | "celery" | "crustaceans" | "eggs" | "fish" | "gluten" | "lupin" | "milk" | "molluscs" | "mustard" | "nuts" | "peanuts" | "sesame" | "soy" | "sulphites"; export type IconsManifest = { icons: { name: IconName; category: string; keywords?: string[]; size: "16" | "24" | "32"; deprecation?: string; }[]; }; type Icons = { add: "16" | "24"; add_employees: "24"; chevron_down: "16" | "24"; chevron_left: "16" | "24"; chevron_right: "16" | "24"; chevron_up: "16" | "24"; close: "16" | "24"; controls: "16" | "24"; copy_paste: "24"; crop: "24"; day_view: "16" | "24"; delete: "16" | "24"; download: "16" | "24"; download_cloud: "24"; drag: "24"; edit: "16" | "24"; filter: "16" | "24"; filter_applied: "16" | "24"; flash_off: "24"; flash_on: "24"; flashlight: "24"; flip_camera: "24"; freeze: "24"; grid: "24"; hide: "24"; link: "24"; list: "24"; login: "24"; logout: "24"; manage: "24"; minus: "16" | "24"; month_view: "16" | "24"; more: "16" | "24"; more_circle: "16" | "24"; move: "16" | "24"; pause: "16" | "24"; play: "16" | "24"; plus: "16" | "24"; random: "24"; refresh: "16" | "24"; remove: "16" | "24"; search: "16" | "24"; select_all: "24"; send: "16" | "24"; share: "16" | "24"; sort: "16" | "24"; sparkles: "16" | "24"; stop: "16" | "24"; upgrade: "16" | "24"; upload: "16" | "24"; upload_cloud: "24"; view: "16" | "24"; week_view: "16" | "24"; zoom_in: "24"; zoom_out: "24"; controls_custom: "24"; cropping_horizontal: "24"; cropping_square: "24"; cropping_vertical: "24"; request_history: "16" | "24"; switch_account: "16" | "24"; unlink: "24"; recurring_transfer: "24"; headset: "24"; account_details: "24"; plus_tier: "16" | "24" | "32"; alelo: "24" | "32"; alternative_payment_method: "32"; american_express: "24" | "32"; apple_pay: "24" | "32"; bancomat: "32"; bancontact: "24" | "32"; boleto: "24" | "32"; card_unknown: "24" | "32"; conecs: "24" | "32"; diners_club: "24" | "32"; discover: "24" | "32"; eftpos: "24" | "32"; elo: "24" | "32"; elv: "24" | "32"; girocard: "24" | "32"; google_pay: "24" | "32"; hipercard: "24" | "32"; ideal: "24" | "32"; interac: "24" | "32"; jcb: "24" | "32"; klarna: "24" | "32"; maestro: "24" | "32"; mastercard: "24" | "32"; pay_pal: "24" | "32"; pix: "24" | "32"; pluxee: "32"; sodexo: "24" | "32"; sumup_card_scheme: "32"; sumup_pay: "32"; sumup_scheme: "32"; swile: "24" | "32"; ticket: "24" | "32"; union_pay: "24" | "32"; visa: "24" | "32"; visa_electron: "24" | "32"; vpay: "24" | "32"; vr: "24" | "32"; callback: "24"; email: "24"; live_chat: "24"; phone: "24"; scam_call: "24"; video: "24"; flag_ad: "480"; flag_ae: "480"; flag_af: "480"; flag_ag: "480"; flag_ai: "480"; flag_al: "480"; flag_am: "480"; flag_ao: "480"; flag_aq: "480"; flag_ar: "480"; flag_as: "480"; flag_at: "480"; flag_au: "480"; flag_aw: "480"; flag_ax: "480"; flag_az: "480"; flag_ba: "480"; flag_bb: "480"; flag_bd: "480"; flag_be: "480"; flag_bf: "480"; flag_bg: "480"; flag_bh: "480"; flag_bi: "480"; flag_bj: "480"; flag_bl: "480"; flag_bm: "480"; flag_bn: "480"; flag_bo: "480"; flag_bq: "480"; flag_br: "480"; flag_bs: "480"; flag_bt: "480"; flag_bv: "480"; flag_bw: "480"; flag_by: "480"; flag_bz: "480"; flag_ca: "480"; flag_cc: "480"; flag_cd: "480"; flag_cf: "480"; flag_cg: "480"; flag_ch: "480"; flag_ci: "480"; flag_ck: "480"; flag_cl: "480"; flag_cm: "480"; flag_cn: "480"; flag_co: "480"; flag_cp: "480"; flag_cr: "480"; flag_cu: "480"; flag_cv: "480"; flag_cw: "480"; flag_cx: "480"; flag_cy: "480"; flag_cz: "480"; flag_de: "480"; flag_dg: "480"; flag_dj: "480"; flag_dk: "480"; flag_dm: "480"; flag_do: "480"; flag_dz: "480"; flag_ec: "480"; flag_ee: "480"; flag_eg: "480"; flag_eh: "480"; flag_er: "480"; flag_es: "480"; "flag_es-ct": "480"; flag_et: "480"; flag_eu: "480"; flag_fi: "480"; flag_fj: "480"; flag_fk: "480"; flag_fm: "480"; flag_fo: "480"; flag_fr: "480"; flag_ga: "480"; flag_gb: "480"; flag_gd: "480"; flag_ge: "480"; flag_gf: "480"; flag_gg: "480"; flag_gh: "480"; flag_gi: "480"; flag_gl: "480"; flag_gm: "480"; flag_gn: "480"; flag_gp: "480"; flag_gq: "480"; flag_gr: "480"; flag_gs: "480"; flag_gt: "480"; flag_gu: "480"; flag_gw: "480"; flag_gy: "480"; flag_hk: "480"; flag_hm: "480"; flag_hn: "480"; flag_hr: "480"; flag_ht: "480"; flag_hu: "480"; flag_ic: "480"; flag_id: "480"; flag_ie: "480"; flag_il: "480"; flag_im: "480"; flag_in: "480"; flag_io: "480"; flag_iq: "480"; flag_ir: "480"; flag_is: "480"; flag_it: "480"; flag_je: "480"; flag_jm: "480"; flag_jo: "480"; flag_jp: "480"; flag_ke: "480"; flag_kg: "480"; flag_kh: "480"; flag_ki: "480"; flag_km: "480"; flag_kn: "480"; flag_kp: "480"; flag_kr: "480"; flag_kw: "480"; flag_ky: "480"; flag_kz: "480"; flag_la: "480"; flag_lb: "480"; flag_lc: "480"; flag_li: "480"; flag_lk: "480"; flag_lr: "480"; flag_ls: "480"; flag_lt: "480"; flag_lu: "480"; flag_lv: "480"; flag_ly: "480"; flag_ma: "480"; flag_mc: "480"; flag_md: "480"; flag_me: "480"; flag_mf: "480"; flag_mg: "480"; flag_mh: "480"; flag_mk: "480"; flag_ml: "480"; flag_mm: "480"; flag_mn: "480"; flag_mo: "480"; flag_mp: "480"; flag_mq: "480"; flag_mr: "480"; flag_ms: "480"; flag_mt: "480"; flag_mu: "480"; flag_mv: "480"; flag_mw: "480"; flag_mx: "480"; flag_my: "480"; flag_mz: "480"; flag_na: "480"; flag_nc: "480"; flag_ne: "480"; flag_nf: "480"; flag_ng: "480"; flag_ni: "480"; flag_nl: "480"; flag_no: "480"; flag_np: "480"; flag_nr: "480"; flag_nu: "480"; flag_nz: "480"; flag_om: "480"; flag_pa: "480"; flag_pc: "480"; flag_pe: "480"; flag_pf: "480"; flag_pg: "480"; flag_ph: "480"; flag_pk: "480"; flag_pl: "480"; flag_pm: "480"; flag_pn: "480"; flag_pr: "480"; flag_ps: "480"; flag_pt: "480"; flag_pw: "480"; flag_py: "480"; flag_qa: "480"; flag_re: "480"; flag_ro: "480"; flag_rs: "480"; flag_ru: "480"; flag_rw: "480"; flag_sa: "480"; flag_sb: "480"; flag_sc: "480"; flag_sd: "480"; flag_se: "480"; flag_sg: "480"; flag_sh: "480"; flag_si: "480"; flag_sj: "480"; flag_sk: "480"; flag_sl: "480"; flag_sm: "480"; flag_sn: "480"; flag_so: "480"; flag_sr: "480"; flag_ss: "480"; flag_st: "480"; flag_sv: "480"; flag_sx: "480"; flag_sy: "480"; flag_sz: "480"; flag_tc: "480"; flag_td: "480"; flag_tf: "480"; flag_tg: "480"; flag_th: "480"; flag_tj: "480"; flag_tk: "480"; flag_tl: "480"; flag_tm: "480"; flag_tn: "480"; flag_to: "480"; flag_tr: "480"; flag_tt: "480"; flag_tv: "480"; flag_tw: "480"; flag_tz: "480"; flag_ua: "480"; flag_ug: "480"; flag_um: "480"; flag_un: "480"; flag_us: "480"; flag_uy: "480"; flag_uz: "480"; flag_va: "480"; flag_vc: "480"; flag_ve: "480"; flag_vg: "480"; flag_vi: "480"; flag_vn: "480"; flag_vu: "480"; flag_wf: "480"; flag_ws: "480"; flag_xk: "480"; flag_xx: "480"; flag_ye: "480"; flag_yt: "480"; flag_za: "480"; flag_zm: "480"; flag_zw: "480"; bluetooth: "16" | "24"; camera: "24"; card_reader_air: "24"; card_reader_solo: "24"; card_reader_solo_lite: "24"; laptop: "24"; mobile: "24"; nfc: "24"; printer: "24"; tablet: "24"; wifi: "24"; android_terminal: "24"; battery_charging: "16" | "24"; bluetooth_connecting: "24"; bluetooth_off: "24"; customer_facing_display: "24"; disable_nfc: "24"; power_off: "24"; restart: "24"; signal_full: "24"; signal_high: "24"; signal_low: "24"; signal_medium: "24"; signal_no_signal: "24"; wifi_high: "24"; wifi_low: "24"; wifi_medium: "24"; wifi_no_ip: "24"; wifi_no_signal: "24"; archive: "24"; attachment: "24"; credit_note: "24"; delivery_note: "24"; driver_license: "24"; electronic_invoice: "24"; fees_summary: "24"; file: "24"; history: "24"; image: "24"; passport: "24"; recurring_invoice: "24"; residence_permit: "24"; zip_file: "24"; export: "24"; import: "24"; tracking_number: "24"; activate_card: "24"; atm: "24"; automatic_balance_transfer: "24"; bank: "16" | "24"; bulk_transfer: "24"; card_in: "24"; card_out: "24"; cash: "24"; cash_stack: "24"; direct_debit: "24"; interest_on_balance: "16" | "24"; no_costs: "24"; percentage: "16" | "24"; transfer_in: "24"; transfer_out: "24"; wealth: "16" | "24"; piggy_bank: "24"; wire_transfer: "24"; accessibility: "24"; alarm: "24"; area: "24"; article: "24"; barcode: "16" | "24"; basket: "24"; battery: "16" | "24"; battery_alert: "16" | "24"; briefcase: "24"; cafe: "24"; calendar: "24"; calendar_coins: "24"; checkmark: "16" | "24"; cheque: "24"; clothing: "24"; code: "24"; color_picker: "24"; color_inversion: "24"; company: "24"; cookie: "24"; custom_amount: "24"; customise: "24"; favourite: "16" | "24"; full_return: "16" | "24"; gauge: "24"; globe: "24"; health: "24"; hospitality: "24"; id: "24"; language: "24"; legal: "16" | "24"; like: "24"; location: "16" | "24"; mcc: "24"; meal_voucher: "24"; moon: "24"; motorbike: "24"; no_simcard: "24"; order_placed: "16" | "24"; package: "24"; paid_out: "16" | "24"; partial_return: "16" | "24"; printer_failed: "16" | "24"; profile: "16" | "24"; profile_filled: "24"; refunded: "16" | "24"; services: "24"; settings: "24"; settings_filled: "24"; sim_card: "24"; sun: "24"; thumb_down: "24"; thumb_up: "24"; thumb_up_filled: "24"; time: "16" | "24"; truck: "24"; unfavourite: "24"; volume: "24"; contractor: "16" | "24"; cafe_restaurant: "24"; diamond: "24"; hotel: "24"; placeholder: "16" | "24"; browser_secure: "24"; card_security: "24"; key: "24"; passkey: "24"; secure: "24"; secure_payments: "24"; security_time_sensitive: "24"; trusted_company: "24"; unlock: "24"; cvv: "24"; trusted_individual: "24"; unfreeze: "24"; arrow_down: "16" | "24"; arrow_left: "16" | "24"; arrow_right: "16" | "24"; arrow_slanted: "16" | "24"; arrow_up: "16" | "24"; external_link: "16" | "24"; hamburger_menu: "24"; customers: "24"; customers_filled: "24"; investments: "24"; investments_filled: "24"; kiosk: "24"; kiosk_filled: "24"; loyalty: "24"; loyalty_filled: "24"; active: "16" | "24"; alert: "16" | "24"; confirm: "16" | "24"; help: "16" | "24"; info: "16" | "24"; notify: "16" | "24"; paused: "16" | "24"; stopped: "16" | "24"; transit: "16" | "24"; back_online: "16" | "24"; offline: "16" | "24"; banco_estado: "24"; bitcoin: "24"; blik: "24"; dankort: "24"; ec: "24"; eps: "24"; faster_payments: "24"; giropay: "24"; hiper: "24"; iris: "24"; mybank: "24"; nfc_payment: "24"; pix_full: "24"; post_finance: "24"; przelewy24: "24"; red_compra: "24"; samsung_pay: "24"; satispay: "24"; sepa: "24"; sofort: "24"; split: "24"; twint: "24"; account: "24"; account_filled: "24"; accounting: "24"; accounting_filled: "24"; apps: "24"; cash_advance: "24"; cash_advance_filled: "24"; cash_drawer: "24"; challenge: "24"; checkout: "24"; contact_picker: "24"; discount: "24"; employees: "16" | "24"; employees_filled: "24"; expenses: "24"; expenses_filled: "24"; fee_calculator: "24"; gift_cards: "24"; gift_cards_filled: "24"; bookings: "24"; bookings_filled: "24"; receivables: "24"; receivables_filled: "24"; tools: "24"; tools_filled: "24"; us_pos_backoffice: "24"; us_pos_backoffice_filled: "24"; home: "24"; home_filled: "24"; insurance: "24"; inventory: "24"; invoice: "24"; invoice_filled: "24"; items: "24"; items_filled: "24"; loja: "24"; notification_center: "24"; online_payments: "24"; online_store: "24"; online_store_filled: "24"; orders: "24"; parcel_locker: "24"; payment_links: "24"; payment_links_filled: "24"; payment_methods: "24"; payout_settings: "24"; payouts: "24"; payouts_filled: "24"; pos: "24"; pos_filled: "24"; promote: "24"; promote_filled: "24"; open_orders: "24"; open_orders_filled: "24"; qr_code: "24"; receipt: "24"; receipt_filled: "24"; receipt_attached: "24"; receipt_missing: "24"; receipt_smart: "24"; receipt_unreviewed: "24"; refer_a_friend: "24"; reports: "24"; reports_filled: "24"; reward: "24"; shop: "24"; shop_filled: "24"; store_editor: "24"; sum_up_card: "16" | "24"; sum_up_connect: "24"; sum_up_connect_filled: "24"; support: "16" | "24"; tap_to_pay: "24"; taxes: "24"; tipping: "16" | "24"; transactions: "24"; virtual_terminal: "24"; virtual_terminal_filled: "24"; add_items_filled: "24"; checkout_amount_filled: "24"; customise_filled: "24"; floor_plan_filled: "24"; mail_filled: "24"; orders_filled: "24"; webspace: "24"; deposit: "24"; general_preferences: "24"; automatic_pix: "16" | "24"; checkout_amount: "24"; checkout_settings: "24"; floor_plan: "24"; loyalty_add: "24"; loyalty_logged_in: "24"; online_integrations: "24"; ordering: "24"; subscription_plans: "24"; sum_up_pay: "24"; till_management: "16" | "24"; facebook: "24"; facebook_messenger: "24"; instagram: "24"; linkedin: "24"; pinterest: "24"; twitter: "24"; unsplash: "24"; whats_app: "24"; youtube: "24"; celery: "24"; crustaceans: "24"; eggs: "24"; fish: "24"; gluten: "24"; lupin: "24"; milk: "24"; molluscs: "24"; mustard: "24"; nuts: "24"; peanuts: "24"; sesame: "24"; soy: "24"; sulphites: "24"; }; export function getIconURL( name: Name, size?: Icons[Name], ): string; export * from "./components/Flag/Flag.js"; export * from "./components/PaymentMethod/PaymentMethod.js"; export * from "./components/CardScheme/CardScheme.js";