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">; /** * @deprecated Use the `Add` or `Items` icons instead. */ declare const AddItems: 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 Copy: IconComponentType<"24">; declare const Crop: IconComponentType<"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 More: IconComponentType<"24">; declare const MoreCircle: IconComponentType<"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<"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 SumUpLogo: IconComponentType<"24">; declare const SumUpLogomark: IconComponentType<"24">; declare const Alelo: IconComponentType<"24" | "32">; declare const AlternativePaymentMethod: IconComponentType<"32">; declare const AmericanExpress: IconComponentType<"24" | "32">; /** * @deprecated Use the `AlternativePaymentMethod` icon instead. */ declare const Apm: IconComponentType<"32">; declare const ApplePay: IconComponentType<"24" | "32">; declare const Bancontact: IconComponentType<"24" | "32">; declare const Boleto: IconComponentType<"24" | "32">; declare const CardUnknown: IconComponentType<"24" | "32">; declare const Conecs: IconComponentType<"24" | "32">; declare const DinersClub: IconComponentType<"24" | "32">; declare const Discover: IconComponentType<"24" | "32">; declare const Eftpos: IconComponentType<"24" | "32">; declare const Elo: IconComponentType<"24" | "32">; declare const Elv: IconComponentType<"24" | "32">; declare const GooglePay: IconComponentType<"24" | "32">; declare const Hipercard: IconComponentType<"24" | "32">; declare const Ideal: IconComponentType<"24" | "32">; declare const Jcb: IconComponentType<"24" | "32">; declare const Klarna: IconComponentType<"24" | "32">; declare const Maestro: IconComponentType<"24" | "32">; declare const Mastercard: IconComponentType<"24" | "32">; declare const PayPal: IconComponentType<"24" | "32">; declare const Pix: IconComponentType<"24" | "32">; declare const Sodexo: IconComponentType<"24" | "32">; declare const Swile: IconComponentType<"24" | "32">; declare const Ticket: IconComponentType<"24" | "32">; declare const UnionPay: IconComponentType<"24" | "32">; declare const Visa: IconComponentType<"24" | "32">; declare const VisaElectron: IconComponentType<"24" | "32">; declare const Vpay: IconComponentType<"24" | "32">; declare const Vr: IconComponentType<"24" | "32">; declare const Callback: IconComponentType<"24">; declare const Email: IconComponentType<"24">; /** * @deprecated Use the `Email` icon instead. */ declare const EmailChat: IconComponentType<"24">; declare const LiveChat: IconComponentType<"24">; declare const Phone: IconComponentType<"24">; /** * @deprecated Use the `Phone` icon instead. */ declare const PhoneChat: IconComponentType<"24">; declare const FlagAe: IconComponentType<"16">; declare const FlagAr: IconComponentType<"16">; declare const FlagAt: IconComponentType<"16">; declare const FlagAu: IconComponentType<"16">; declare const FlagBe: IconComponentType<"16">; declare const FlagBg: IconComponentType<"16">; declare const FlagBr: IconComponentType<"16">; declare const FlagCa: IconComponentType<"16">; declare const FlagCh: IconComponentType<"16">; declare const FlagCl: IconComponentType<"16">; declare const FlagCo: IconComponentType<"16">; declare const FlagCy: IconComponentType<"16">; declare const FlagCz: IconComponentType<"16">; declare const FlagDe: IconComponentType<"16">; declare const FlagDk: IconComponentType<"16">; declare const FlagEe: IconComponentType<"16">; declare const FlagEs: IconComponentType<"16">; declare const FlagFi: IconComponentType<"16">; declare const FlagFr: IconComponentType<"16">; declare const FlagGb: IconComponentType<"16">; declare const FlagGr: IconComponentType<"16">; declare const FlagHk: IconComponentType<"16">; declare const FlagHr: IconComponentType<"16">; declare const FlagHu: IconComponentType<"16">; declare const FlagIe: IconComponentType<"16">; declare const FlagIt: IconComponentType<"16">; declare const FlagJa: IconComponentType<"16">; declare const FlagLt: IconComponentType<"16">; declare const FlagLu: IconComponentType<"16">; declare const FlagLv: IconComponentType<"16">; declare const FlagMt: IconComponentType<"16">; declare const FlagMx: IconComponentType<"16">; declare const FlagMy: IconComponentType<"16">; declare const FlagNl: IconComponentType<"16">; declare const FlagNo: IconComponentType<"16">; declare const FlagNz: IconComponentType<"16">; declare const FlagPe: IconComponentType<"16">; declare const FlagPl: IconComponentType<"16">; declare const FlagPt: IconComponentType<"16">; declare const FlagRo: IconComponentType<"16">; declare const FlagSe: IconComponentType<"16">; declare const FlagSg: IconComponentType<"16">; declare const FlagSi: IconComponentType<"16">; declare const FlagSk: IconComponentType<"16">; declare const FlagUs: IconComponentType<"16">; 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 MobilePhone: IconComponentType<"24">; declare const Nfc: IconComponentType<"24">; declare const Printer: IconComponentType<"24">; declare const Tablet: IconComponentType<"24">; declare const Wifi: 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 ActivateCard: IconComponentType<"24">; declare const Atm: IconComponentType<"24">; declare const AutomaticBalanceTransfer: IconComponentType<"24">; declare const Bank: 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<"24">; declare const NoCosts: IconComponentType<"24">; declare const Percentage: IconComponentType<"16" | "24">; declare const TransferIn: IconComponentType<"24">; declare const TransferOut: 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 BrowserSecure: IconComponentType<"24">; declare const Cafe: IconComponentType<"24">; declare const Calendar: IconComponentType<"24">; declare const Checkmark: IconComponentType<"16" | "24">; declare const Cheque: IconComponentType<"24">; declare const Clothing: IconComponentType<"24">; declare const ColorCorrection: IconComponentType<"24">; declare const ColorInversion: IconComponentType<"24">; declare const Company: IconComponentType<"24">; declare const Cookie: IconComponentType<"24">; /** * @deprecated Use the `Cookie` icon instead. */ declare const CookiePreferences: IconComponentType<"24">; declare const CustomAmount: IconComponentType<"24">; declare const Customize: IconComponentType<"24">; declare const Favorite: 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 Key: IconComponentType<"24">; declare const Language: IconComponentType<"24">; declare const Legal: IconComponentType<"24">; declare const Like: IconComponentType<"24">; declare const Location: IconComponentType<"24">; declare const Mcc: IconComponentType<"24">; declare const MealVoucher: IconComponentType<"24">; declare const Moon: IconComponentType<"24">; declare const NoSim: IconComponentType<"24">; declare const Package: IconComponentType<"24">; declare const PaidOut: IconComponentType<"16" | "24">; declare const PrintFailed: IconComponentType<"16" | "24">; declare const Profile: IconComponentType<"24">; declare const Refunded: IconComponentType<"16" | "24">; declare const Secure: IconComponentType<"24">; declare const SecurePayments: IconComponentType<"24">; declare const Services: IconComponentType<"24">; declare const Settings: IconComponentType<"24">; declare const SimCard: IconComponentType<"24">; declare const Sun: IconComponentType<"24">; declare const ThumbDown: IconComponentType<"24">; declare const ThumbUp: IconComponentType<"24">; declare const Time: IconComponentType<"16" | "24">; declare const Truck: IconComponentType<"24">; declare const Unfavorite: IconComponentType<"24">; declare const Volume: IconComponentType<"24">; declare const ArrowDown: IconComponentType<"24">; declare const ArrowLeft: IconComponentType<"16" | "24">; declare const ArrowRight: IconComponentType<"16" | "24">; declare const ArrowSlanted: IconComponentType<"16" | "24">; declare const ArrowUp: IconComponentType<"24">; declare const ExternalLink: IconComponentType<"16" | "24">; declare const HamburgerMenu: 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 NotifyCircle: IconComponentType<"16" | "24">; declare const Paused: IconComponentType<"16" | "24">; declare const Stopped: IconComponentType<"16" | "24">; declare const Transit: IconComponentType<"16" | "24">; declare const BancoEstado: IconComponentType<"24">; declare const Bitcoin: IconComponentType<"24">; declare const Blik: IconComponentType<"24">; declare const Dankort: IconComponentType<"24">; declare const Ec: IconComponentType<"24">; declare const Eps: IconComponentType<"24">; declare const FasterPayments: IconComponentType<"24">; declare const Giropay: IconComponentType<"24">; declare const Hiper: IconComponentType<"24">; declare const Mybank: IconComponentType<"24">; declare const NfcPayment: IconComponentType<"24">; declare const PixFull: IconComponentType<"24">; declare const PostFinance: IconComponentType<"24">; declare const Przelewy24: IconComponentType<"24">; declare const RedCompra: IconComponentType<"24">; declare const SamsungPay: IconComponentType<"24">; declare const Satispay: IconComponentType<"24">; declare const Sepa: IconComponentType<"24">; declare const Sofort: IconComponentType<"24">; declare const Account: IconComponentType<"24">; declare const Accounting: IconComponentType<"24">; declare const Apps: IconComponentType<"24">; declare const CardSecurity: IconComponentType<"24">; declare const CashAdvance: 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<"24">; declare const Expenses: IconComponentType<"24">; declare const FeeCalculator: IconComponentType<"24">; declare const GeneralSettings: IconComponentType<"24">; declare const GiftCard: IconComponentType<"24">; declare const Home: IconComponentType<"24">; declare const Insurance: IconComponentType<"24">; declare const Inventory: IconComponentType<"24">; declare const Invoice: IconComponentType<"24">; declare const Items: IconComponentType<"24">; declare const Loja: IconComponentType<"24">; declare const NotificationCenter: IconComponentType<"24">; declare const OnlinePayments: IconComponentType<"24">; declare const OnlineStore: IconComponentType<"24">; declare const Orders: IconComponentType<"24">; declare const PaymentLink: IconComponentType<"24">; declare const PaymentMethods: IconComponentType<"24">; declare const PayoutSettings: IconComponentType<"24">; declare const Payouts: IconComponentType<"24">; declare const Promote: IconComponentType<"24">; declare const QrCode: IconComponentType<"24">; declare const Receipt: IconComponentType<"24">; declare const ReceiptAttached: IconComponentType<"24">; declare const ReceiptMissing: IconComponentType<"24">; declare const ReceiptSmart: IconComponentType<"24">; declare const ReceiptUnreviewed: IconComponentType<"24">; /** * @deprecated Use the `ReferAFriend` or `Reward` icons instead. */ declare const Refer: IconComponentType<"24">; declare const ReferAFriend: IconComponentType<"24">; declare const Reports: IconComponentType<"24">; declare const Reward: IconComponentType<"24">; /** * @deprecated Use the `Receipt` icon instead. */ declare const Sales: IconComponentType<"24">; declare const Shop: IconComponentType<"24">; declare const StoreEditor: IconComponentType<"24">; declare const SumUpCard: IconComponentType<"24">; declare const SumUpConnect: IconComponentType<"24">; declare const Support: IconComponentType<"16" | "24">; declare const TapToPay: IconComponentType<"24">; declare const Taxes: IconComponentType<"24">; declare const Tipping: IconComponentType<"24">; declare const Transactions: IconComponentType<"24">; declare const VirtualTerminal: IconComponentType<"24">; declare const Webspace: IconComponentType<"24">; declare const Facebook: IconComponentType<"24">; declare const FacebookMessenger: IconComponentType<"24">; declare const Instagram: IconComponentType<"24">; declare const Linkedin: IconComponentType<"24">; /** * @deprecated Use the `FacebookMessenger` icon instead. */ declare const Messenger: IconComponentType<"24">; declare const Pinterest: IconComponentType<"24">; declare const Twitter: IconComponentType<"24">; declare const WhatsApp: IconComponentType<"24">; declare const Youtube: IconComponentType<"24">; export { Add, AddEmployees, AddItems, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, Copy, Crop, Delete, Download, DownloadCloud, Drag, Edit, Filter, FilterApplied, FlashOff, FlashOn, Flashlight, FlipCamera, Freeze, Grid, Hide, Link, List, Login, Logout, Manage, Minus, More, MoreCircle, Pause, Play, Plus, Random, Refresh, Remove, Search, SelectAll, Send, Share, Sort, Sparkles, Stop, Upgrade, Upload, UploadCloud, View, SumUpLogo, SumUpLogomark, Alelo, AlternativePaymentMethod, AmericanExpress, Apm, ApplePay, Bancontact, Boleto, CardUnknown, Conecs, DinersClub, Discover, Eftpos, Elo, Elv, GooglePay, Hipercard, Ideal, Jcb, Klarna, Maestro, Mastercard, PayPal, Pix, Sodexo, Swile, Ticket, UnionPay, Visa, VisaElectron, Vpay, Vr, Callback, Email, EmailChat, LiveChat, Phone, PhoneChat, FlagAe, FlagAr, FlagAt, FlagAu, FlagBe, FlagBg, FlagBr, FlagCa, FlagCh, FlagCl, FlagCo, FlagCy, FlagCz, FlagDe, FlagDk, FlagEe, FlagEs, FlagFi, FlagFr, FlagGb, FlagGr, FlagHk, FlagHr, FlagHu, FlagIe, FlagIt, FlagJa, FlagLt, FlagLu, FlagLv, FlagMt, FlagMx, FlagMy, FlagNl, FlagNo, FlagNz, FlagPe, FlagPl, FlagPt, FlagRo, FlagSe, FlagSg, FlagSi, FlagSk, FlagUs, Bluetooth, Camera, CardReaderAir, CardReaderSolo, CardReaderSoloLite, Laptop, MobilePhone, Nfc, Printer, Tablet, Wifi, Archive, Attachment, CreditNote, DeliveryNote, DriverLicense, ElectronicInvoice, FeesSummary, File, History, Image, Passport, RecurringInvoice, ResidencePermit, ZipFile, ActivateCard, Atm, AutomaticBalanceTransfer, Bank, CardIn, CardOut, Cash, CashStack, DirectDebit, InterestOnBalance, NoCosts, Percentage, TransferIn, TransferOut, WireTransfer, Accessibility, Alarm, Area, Article, Barcode, Basket, Battery, BatteryAlert, Briefcase, BrowserSecure, Cafe, Calendar, Checkmark, Cheque, Clothing, ColorCorrection, ColorInversion, Company, Cookie, CookiePreferences, CustomAmount, Customize, Favorite, Gauge, Globe, Health, Hospitality, Id, Key, Language, Legal, Like, Location, Mcc, MealVoucher, Moon, NoSim, Package, PaidOut, PrintFailed, Profile, Refunded, Secure, SecurePayments, Services, Settings, SimCard, Sun, ThumbDown, ThumbUp, Time, Truck, Unfavorite, Volume, ArrowDown, ArrowLeft, ArrowRight, ArrowSlanted, ArrowUp, ExternalLink, HamburgerMenu, Active, Alert, Confirm, Help, Info, Notify, NotifyCircle, Paused, Stopped, Transit, BancoEstado, Bitcoin, Blik, Dankort, Ec, Eps, FasterPayments, Giropay, Hiper, Mybank, NfcPayment, PixFull, PostFinance, Przelewy24, RedCompra, SamsungPay, Satispay, Sepa, Sofort, Account, Accounting, Apps, CardSecurity, CashAdvance, Challenge, Checkout, ContactPicker, Discount, Employees, Expenses, FeeCalculator, GeneralSettings, GiftCard, Home, Insurance, Inventory, Invoice, Items, Loja, NotificationCenter, OnlinePayments, OnlineStore, Orders, PaymentLink, PaymentMethods, PayoutSettings, Payouts, Promote, QrCode, Receipt, ReceiptAttached, ReceiptMissing, ReceiptSmart, ReceiptUnreviewed, Refer, ReferAFriend, Reports, Reward, Sales, Shop, StoreEditor, SumUpCard, SumUpConnect, Support, TapToPay, Taxes, Tipping, Transactions, VirtualTerminal, Webspace, Facebook, FacebookMessenger, Instagram, Linkedin, Messenger, Pinterest, Twitter, WhatsApp, Youtube, }; export type IconsManifest = { icons: { name: string; category: string; keywords?: string[]; size: "16" | "24" | "32"; deprecation?: string; }[]; };