import { PropType, DefineComponent } from 'vue'; import { IconColor, IconRotate, IconSize } from './types'; export declare const iconComponentProps: { readonly size: { readonly type: PropType; readonly default: undefined; }; readonly color: { readonly type: PropType; readonly default: undefined; }; readonly spin: { readonly type: BooleanConstructor; readonly default: false; }; readonly rotate: { readonly type: PropType; readonly default: 0; }; }; export type IconComponent = DefineComponent unknown, unknown, Record, Record, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record>; export interface IconComponentMeta { name: string; icon: string; category: string; } export declare function createIconComponent(componentName: string, icon: string): IconComponent; export declare const iconComponentMeta: readonly [{ readonly name: "AddLocation"; readonly icon: "ep:add-location"; readonly category: "map"; }, { readonly name: "Aim"; readonly icon: "ep:aim"; readonly category: "system"; }, { readonly name: "AlarmClock"; readonly icon: "ep:alarm-clock"; readonly category: "time"; }, { readonly name: "Apple"; readonly icon: "ep:apple"; readonly category: "food"; }, { readonly name: "ArrowDown"; readonly icon: "ep:arrow-down"; readonly category: "arrow"; }, { readonly name: "ArrowDownBold"; readonly icon: "ep:arrow-down-bold"; readonly category: "arrow"; }, { readonly name: "ArrowLeft"; readonly icon: "ep:arrow-left"; readonly category: "arrow"; }, { readonly name: "ArrowLeftBold"; readonly icon: "ep:arrow-left-bold"; readonly category: "arrow"; }, { readonly name: "ArrowRight"; readonly icon: "ep:arrow-right"; readonly category: "arrow"; }, { readonly name: "ArrowRightBold"; readonly icon: "ep:arrow-right-bold"; readonly category: "arrow"; }, { readonly name: "ArrowUp"; readonly icon: "ep:arrow-up"; readonly category: "arrow"; }, { readonly name: "ArrowUpBold"; readonly icon: "ep:arrow-up-bold"; readonly category: "arrow"; }, { readonly name: "Avatar"; readonly icon: "ep:avatar"; readonly category: "user"; }, { readonly name: "Back"; readonly icon: "ep:back"; readonly category: "arrow"; }, { readonly name: "Basketball"; readonly icon: "ep:basketball"; readonly category: "object"; }, { readonly name: "Bell"; readonly icon: "ep:bell"; readonly category: "feedback"; }, { readonly name: "BellFilled"; readonly icon: "ep:bell-filled"; readonly category: "feedback"; }, { readonly name: "Bicycle"; readonly icon: "ep:bicycle"; readonly category: "object"; }, { readonly name: "Bottom"; readonly icon: "ep:bottom"; readonly category: "arrow"; }, { readonly name: "BottomLeft"; readonly icon: "ep:bottom-left"; readonly category: "arrow"; }, { readonly name: "BottomRight"; readonly icon: "ep:bottom-right"; readonly category: "arrow"; }, { readonly name: "Bowl"; readonly icon: "ep:bowl"; readonly category: "food"; }, { readonly name: "Box"; readonly icon: "ep:box"; readonly category: "object"; }, { readonly name: "Briefcase"; readonly icon: "ep:briefcase"; readonly category: "business"; }, { readonly name: "Brush"; readonly icon: "ep:brush"; readonly category: "edit"; }, { readonly name: "BrushFilled"; readonly icon: "ep:brush-filled"; readonly category: "edit"; }, { readonly name: "Burger"; readonly icon: "ep:burger"; readonly category: "food"; }, { readonly name: "Calendar"; readonly icon: "ep:calendar"; readonly category: "time"; }, { readonly name: "Camera"; readonly icon: "ep:camera"; readonly category: "media"; }, { readonly name: "CameraFilled"; readonly icon: "ep:camera-filled"; readonly category: "media"; }, { readonly name: "CaretBottom"; readonly icon: "ep:caret-bottom"; readonly category: "arrow"; }, { readonly name: "CaretLeft"; readonly icon: "ep:caret-left"; readonly category: "arrow"; }, { readonly name: "CaretRight"; readonly icon: "ep:caret-right"; readonly category: "arrow"; }, { readonly name: "CaretTop"; readonly icon: "ep:caret-top"; readonly category: "arrow"; }, { readonly name: "Cellphone"; readonly icon: "ep:cellphone"; readonly category: "device"; }, { readonly name: "ChatDotRound"; readonly icon: "ep:chat-dot-round"; readonly category: "communication"; }, { readonly name: "ChatDotSquare"; readonly icon: "ep:chat-dot-square"; readonly category: "communication"; }, { readonly name: "ChatLineRound"; readonly icon: "ep:chat-line-round"; readonly category: "communication"; }, { readonly name: "ChatLineSquare"; readonly icon: "ep:chat-line-square"; readonly category: "communication"; }, { readonly name: "ChatRound"; readonly icon: "ep:chat-round"; readonly category: "communication"; }, { readonly name: "ChatSquare"; readonly icon: "ep:chat-square"; readonly category: "communication"; }, { readonly name: "Check"; readonly icon: "ep:check"; readonly category: "system"; }, { readonly name: "Checked"; readonly icon: "ep:checked"; readonly category: "system"; }, { readonly name: "Cherry"; readonly icon: "ep:cherry"; readonly category: "food"; }, { readonly name: "Chicken"; readonly icon: "ep:chicken"; readonly category: "food"; }, { readonly name: "ChromeFilled"; readonly icon: "ep:chrome-filled"; readonly category: "brand"; }, { readonly name: "CircleCheck"; readonly icon: "ep:circle-check"; readonly category: "feedback"; }, { readonly name: "CircleCheckFilled"; readonly icon: "ep:circle-check-filled"; readonly category: "feedback"; }, { readonly name: "CircleClose"; readonly icon: "ep:circle-close"; readonly category: "feedback"; }, { readonly name: "CircleCloseFilled"; readonly icon: "ep:circle-close-filled"; readonly category: "feedback"; }, { readonly name: "CirclePlus"; readonly icon: "ep:circle-plus"; readonly category: "system"; }, { readonly name: "CirclePlusFilled"; readonly icon: "ep:circle-plus-filled"; readonly category: "system"; }, { readonly name: "Clock"; readonly icon: "ep:clock"; readonly category: "time"; }, { readonly name: "Close"; readonly icon: "ep:close"; readonly category: "system"; }, { readonly name: "CloseBold"; readonly icon: "ep:close-bold"; readonly category: "system"; }, { readonly name: "Cloudy"; readonly icon: "ep:cloudy"; readonly category: "weather"; }, { readonly name: "Coffee"; readonly icon: "ep:coffee"; readonly category: "food"; }, { readonly name: "CoffeeCup"; readonly icon: "ep:coffee-cup"; readonly category: "food"; }, { readonly name: "Coin"; readonly icon: "ep:coin"; readonly category: "business"; }, { readonly name: "ColdDrink"; readonly icon: "ep:cold-drink"; readonly category: "food"; }, { readonly name: "Collection"; readonly icon: "ep:collection"; readonly category: "object"; }, { readonly name: "CollectionTag"; readonly icon: "ep:collection-tag"; readonly category: "object"; }, { readonly name: "Comment"; readonly icon: "ep:comment"; readonly category: "communication"; }, { readonly name: "Compass"; readonly icon: "ep:compass"; readonly category: "map"; }, { readonly name: "Connection"; readonly icon: "ep:connection"; readonly category: "system"; }, { readonly name: "Coordinate"; readonly icon: "ep:coordinate"; readonly category: "map"; }, { readonly name: "CopyDocument"; readonly icon: "ep:copy-document"; readonly category: "file"; }, { readonly name: "Cpu"; readonly icon: "ep:cpu"; readonly category: "device"; }, { readonly name: "CreditCard"; readonly icon: "ep:credit-card"; readonly category: "business"; }, { readonly name: "Crop"; readonly icon: "ep:crop"; readonly category: "edit"; }, { readonly name: "DArrowLeft"; readonly icon: "ep:d-arrow-left"; readonly category: "arrow"; }, { readonly name: "DArrowRight"; readonly icon: "ep:d-arrow-right"; readonly category: "arrow"; }, { readonly name: "DCaret"; readonly icon: "ep:d-caret"; readonly category: "arrow"; }, { readonly name: "DataAnalysis"; readonly icon: "ep:data-analysis"; readonly category: "data"; }, { readonly name: "DataBoard"; readonly icon: "ep:data-board"; readonly category: "data"; }, { readonly name: "DataLine"; readonly icon: "ep:data-line"; readonly category: "data"; }, { readonly name: "Delete"; readonly icon: "ep:delete"; readonly category: "system"; }, { readonly name: "DeleteFilled"; readonly icon: "ep:delete-filled"; readonly category: "system"; }, { readonly name: "DeleteLocation"; readonly icon: "ep:delete-location"; readonly category: "map"; }, { readonly name: "Dessert"; readonly icon: "ep:dessert"; readonly category: "food"; }, { readonly name: "Discount"; readonly icon: "ep:discount"; readonly category: "business"; }, { readonly name: "Dish"; readonly icon: "ep:dish"; readonly category: "food"; }, { readonly name: "DishDot"; readonly icon: "ep:dish-dot"; readonly category: "food"; }, { readonly name: "Document"; readonly icon: "ep:document"; readonly category: "file"; }, { readonly name: "DocumentAdd"; readonly icon: "ep:document-add"; readonly category: "file"; }, { readonly name: "DocumentChecked"; readonly icon: "ep:document-checked"; readonly category: "file"; }, { readonly name: "DocumentCopy"; readonly icon: "ep:document-copy"; readonly category: "file"; }, { readonly name: "DocumentDelete"; readonly icon: "ep:document-delete"; readonly category: "file"; }, { readonly name: "DocumentRemove"; readonly icon: "ep:document-remove"; readonly category: "file"; }, { readonly name: "Download"; readonly icon: "ep:download"; readonly category: "system"; }, { readonly name: "Drizzling"; readonly icon: "ep:drizzling"; readonly category: "weather"; }, { readonly name: "Edit"; readonly icon: "ep:edit"; readonly category: "edit"; }, { readonly name: "EditPen"; readonly icon: "ep:edit-pen"; readonly category: "edit"; }, { readonly name: "Eleme"; readonly icon: "ep:eleme"; readonly category: "brand"; }, { readonly name: "ElemeFilled"; readonly icon: "ep:eleme-filled"; readonly category: "brand"; }, { readonly name: "ElementPlus"; readonly icon: "ep:element-plus"; readonly category: "brand"; }, { readonly name: "Expand"; readonly icon: "ep:expand"; readonly category: "system"; }, { readonly name: "Failed"; readonly icon: "ep:failed"; readonly category: "feedback"; }, { readonly name: "Female"; readonly icon: "ep:female"; readonly category: "user"; }, { readonly name: "Files"; readonly icon: "ep:files"; readonly category: "file"; }, { readonly name: "Film"; readonly icon: "ep:film"; readonly category: "media"; }, { readonly name: "Filter"; readonly icon: "ep:filter"; readonly category: "system"; }, { readonly name: "Finished"; readonly icon: "ep:finished"; readonly category: "feedback"; }, { readonly name: "FirstAidKit"; readonly icon: "ep:first-aid-kit"; readonly category: "object"; }, { readonly name: "Flag"; readonly icon: "ep:flag"; readonly category: "object"; }, { readonly name: "Fold"; readonly icon: "ep:fold"; readonly category: "system"; }, { readonly name: "Folder"; readonly icon: "ep:folder"; readonly category: "file"; }, { readonly name: "FolderAdd"; readonly icon: "ep:folder-add"; readonly category: "file"; }, { readonly name: "FolderChecked"; readonly icon: "ep:folder-checked"; readonly category: "file"; }, { readonly name: "FolderDelete"; readonly icon: "ep:folder-delete"; readonly category: "file"; }, { readonly name: "FolderOpened"; readonly icon: "ep:folder-opened"; readonly category: "file"; }, { readonly name: "FolderRemove"; readonly icon: "ep:folder-remove"; readonly category: "file"; }, { readonly name: "Food"; readonly icon: "ep:food"; readonly category: "food"; }, { readonly name: "Football"; readonly icon: "ep:football"; readonly category: "object"; }, { readonly name: "ForkSpoon"; readonly icon: "ep:fork-spoon"; readonly category: "food"; }, { readonly name: "Fries"; readonly icon: "ep:fries"; readonly category: "food"; }, { readonly name: "FullScreen"; readonly icon: "ep:full-screen"; readonly category: "system"; }, { readonly name: "Goblet"; readonly icon: "ep:goblet"; readonly category: "food"; }, { readonly name: "GobletFull"; readonly icon: "ep:goblet-full"; readonly category: "food"; }, { readonly name: "GobletSquare"; readonly icon: "ep:goblet-square"; readonly category: "food"; }, { readonly name: "GobletSquareFull"; readonly icon: "ep:goblet-square-full"; readonly category: "food"; }, { readonly name: "GoldMedal"; readonly icon: "ep:gold-medal"; readonly category: "object"; }, { readonly name: "Goods"; readonly icon: "ep:goods"; readonly category: "business"; }, { readonly name: "GoodsFilled"; readonly icon: "ep:goods-filled"; readonly category: "business"; }, { readonly name: "Grape"; readonly icon: "ep:grape"; readonly category: "food"; }, { readonly name: "Grid"; readonly icon: "ep:grid"; readonly category: "system"; }, { readonly name: "Guide"; readonly icon: "ep:guide"; readonly category: "map"; }, { readonly name: "Handbag"; readonly icon: "ep:handbag"; readonly category: "business"; }, { readonly name: "Headset"; readonly icon: "ep:headset"; readonly category: "communication"; }, { readonly name: "Help"; readonly icon: "ep:help"; readonly category: "feedback"; }, { readonly name: "HelpFilled"; readonly icon: "ep:help-filled"; readonly category: "feedback"; }, { readonly name: "Hide"; readonly icon: "ep:hide"; readonly category: "system"; }, { readonly name: "Histogram"; readonly icon: "ep:histogram"; readonly category: "data"; }, { readonly name: "HomeFilled"; readonly icon: "ep:home-filled"; readonly category: "system"; }, { readonly name: "HotWater"; readonly icon: "ep:hot-water"; readonly category: "food"; }, { readonly name: "House"; readonly icon: "ep:house"; readonly category: "system"; }, { readonly name: "IceCream"; readonly icon: "ep:ice-cream"; readonly category: "food"; }, { readonly name: "IceCreamRound"; readonly icon: "ep:ice-cream-round"; readonly category: "food"; }, { readonly name: "IceCreamSquare"; readonly icon: "ep:ice-cream-square"; readonly category: "food"; }, { readonly name: "IceDrink"; readonly icon: "ep:ice-drink"; readonly category: "food"; }, { readonly name: "IceTea"; readonly icon: "ep:ice-tea"; readonly category: "food"; }, { readonly name: "InfoFilled"; readonly icon: "ep:info-filled"; readonly category: "feedback"; }, { readonly name: "Iphone"; readonly icon: "ep:iphone"; readonly category: "device"; }, { readonly name: "Key"; readonly icon: "ep:key"; readonly category: "system"; }, { readonly name: "KnifeFork"; readonly icon: "ep:knife-fork"; readonly category: "food"; }, { readonly name: "Lightning"; readonly icon: "ep:lightning"; readonly category: "weather"; }, { readonly name: "Link"; readonly icon: "ep:link"; readonly category: "system"; }, { readonly name: "List"; readonly icon: "ep:list"; readonly category: "system"; }, { readonly name: "Loading"; readonly icon: "ep:loading"; readonly category: "feedback"; }, { readonly name: "Location"; readonly icon: "ep:location"; readonly category: "map"; }, { readonly name: "LocationFilled"; readonly icon: "ep:location-filled"; readonly category: "map"; }, { readonly name: "LocationInformation"; readonly icon: "ep:location-information"; readonly category: "map"; }, { readonly name: "Lock"; readonly icon: "ep:lock"; readonly category: "system"; }, { readonly name: "Lollipop"; readonly icon: "ep:lollipop"; readonly category: "food"; }, { readonly name: "MagicStick"; readonly icon: "ep:magic-stick"; readonly category: "edit"; }, { readonly name: "Magnet"; readonly icon: "ep:magnet"; readonly category: "object"; }, { readonly name: "Male"; readonly icon: "ep:male"; readonly category: "user"; }, { readonly name: "Management"; readonly icon: "ep:management"; readonly category: "business"; }, { readonly name: "MapLocation"; readonly icon: "ep:map-location"; readonly category: "map"; }, { readonly name: "Medal"; readonly icon: "ep:medal"; readonly category: "object"; }, { readonly name: "Memo"; readonly icon: "ep:memo"; readonly category: "file"; }, { readonly name: "Menu"; readonly icon: "ep:menu"; readonly category: "system"; }, { readonly name: "Message"; readonly icon: "ep:message"; readonly category: "communication"; }, { readonly name: "MessageBox"; readonly icon: "ep:message-box"; readonly category: "communication"; }, { readonly name: "Mic"; readonly icon: "ep:mic"; readonly category: "media"; }, { readonly name: "Microphone"; readonly icon: "ep:microphone"; readonly category: "media"; }, { readonly name: "MilkTea"; readonly icon: "ep:milk-tea"; readonly category: "food"; }, { readonly name: "Minus"; readonly icon: "ep:minus"; readonly category: "system"; }, { readonly name: "Money"; readonly icon: "ep:money"; readonly category: "business"; }, { readonly name: "Monitor"; readonly icon: "ep:monitor"; readonly category: "device"; }, { readonly name: "Moon"; readonly icon: "ep:moon"; readonly category: "weather"; }, { readonly name: "MoonNight"; readonly icon: "ep:moon-night"; readonly category: "weather"; }, { readonly name: "More"; readonly icon: "ep:more"; readonly category: "system"; }, { readonly name: "MoreFilled"; readonly icon: "ep:more-filled"; readonly category: "system"; }, { readonly name: "MostlyCloudy"; readonly icon: "ep:mostly-cloudy"; readonly category: "weather"; }, { readonly name: "Mouse"; readonly icon: "ep:mouse"; readonly category: "device"; }, { readonly name: "Mug"; readonly icon: "ep:mug"; readonly category: "food"; }, { readonly name: "Mute"; readonly icon: "ep:mute"; readonly category: "media"; }, { readonly name: "MuteNotification"; readonly icon: "ep:mute-notification"; readonly category: "feedback"; }, { readonly name: "NoSmoking"; readonly icon: "ep:no-smoking"; readonly category: "object"; }, { readonly name: "Notebook"; readonly icon: "ep:notebook"; readonly category: "file"; }, { readonly name: "Notification"; readonly icon: "ep:notification"; readonly category: "feedback"; }, { readonly name: "Odometer"; readonly icon: "ep:odometer"; readonly category: "device"; }, { readonly name: "OfficeBuilding"; readonly icon: "ep:office-building"; readonly category: "business"; }, { readonly name: "Open"; readonly icon: "ep:open"; readonly category: "system"; }, { readonly name: "Operation"; readonly icon: "ep:operation"; readonly category: "system"; }, { readonly name: "Opportunity"; readonly icon: "ep:opportunity"; readonly category: "business"; }, { readonly name: "Orange"; readonly icon: "ep:orange"; readonly category: "food"; }, { readonly name: "Paperclip"; readonly icon: "ep:paperclip"; readonly category: "file"; }, { readonly name: "PartlyCloudy"; readonly icon: "ep:partly-cloudy"; readonly category: "weather"; }, { readonly name: "Pear"; readonly icon: "ep:pear"; readonly category: "food"; }, { readonly name: "Phone"; readonly icon: "ep:phone"; readonly category: "communication"; }, { readonly name: "PhoneFilled"; readonly icon: "ep:phone-filled"; readonly category: "communication"; }, { readonly name: "Picture"; readonly icon: "ep:picture"; readonly category: "media"; }, { readonly name: "PictureFilled"; readonly icon: "ep:picture-filled"; readonly category: "media"; }, { readonly name: "PictureRounded"; readonly icon: "ep:picture-rounded"; readonly category: "media"; }, { readonly name: "PieChart"; readonly icon: "ep:pie-chart"; readonly category: "data"; }, { readonly name: "Place"; readonly icon: "ep:place"; readonly category: "map"; }, { readonly name: "Platform"; readonly icon: "ep:platform"; readonly category: "device"; }, { readonly name: "Plus"; readonly icon: "ep:plus"; readonly category: "system"; }, { readonly name: "Pointer"; readonly icon: "ep:pointer"; readonly category: "system"; }, { readonly name: "Position"; readonly icon: "ep:position"; readonly category: "map"; }, { readonly name: "Postcard"; readonly icon: "ep:postcard"; readonly category: "file"; }, { readonly name: "Pouring"; readonly icon: "ep:pouring"; readonly category: "weather"; }, { readonly name: "Present"; readonly icon: "ep:present"; readonly category: "object"; }, { readonly name: "PriceTag"; readonly icon: "ep:price-tag"; readonly category: "business"; }, { readonly name: "Printer"; readonly icon: "ep:printer"; readonly category: "device"; }, { readonly name: "Promotion"; readonly icon: "ep:promotion"; readonly category: "business"; }, { readonly name: "QuartzWatch"; readonly icon: "ep:quartz-watch"; readonly category: "time"; }, { readonly name: "QuestionFilled"; readonly icon: "ep:question-filled"; readonly category: "feedback"; }, { readonly name: "Rank"; readonly icon: "ep:rank"; readonly category: "system"; }, { readonly name: "Reading"; readonly icon: "ep:reading"; readonly category: "file"; }, { readonly name: "ReadingLamp"; readonly icon: "ep:reading-lamp"; readonly category: "object"; }, { readonly name: "Refresh"; readonly icon: "ep:refresh"; readonly category: "system"; }, { readonly name: "RefreshLeft"; readonly icon: "ep:refresh-left"; readonly category: "system"; }, { readonly name: "RefreshRight"; readonly icon: "ep:refresh-right"; readonly category: "system"; }, { readonly name: "Refrigerator"; readonly icon: "ep:refrigerator"; readonly category: "device"; }, { readonly name: "Remove"; readonly icon: "ep:remove"; readonly category: "system"; }, { readonly name: "RemoveFilled"; readonly icon: "ep:remove-filled"; readonly category: "system"; }, { readonly name: "Right"; readonly icon: "ep:right"; readonly category: "arrow"; }, { readonly name: "ScaleToOriginal"; readonly icon: "ep:scale-to-original"; readonly category: "system"; }, { readonly name: "School"; readonly icon: "ep:school"; readonly category: "business"; }, { readonly name: "Scissor"; readonly icon: "ep:scissor"; readonly category: "edit"; }, { readonly name: "Search"; readonly icon: "ep:search"; readonly category: "system"; }, { readonly name: "Select"; readonly icon: "ep:select"; readonly category: "system"; }, { readonly name: "Sell"; readonly icon: "ep:sell"; readonly category: "business"; }, { readonly name: "SemiSelect"; readonly icon: "ep:semi-select"; readonly category: "system"; }, { readonly name: "Service"; readonly icon: "ep:service"; readonly category: "communication"; }, { readonly name: "SetUp"; readonly icon: "ep:set-up"; readonly category: "system"; }, { readonly name: "Setting"; readonly icon: "ep:setting"; readonly category: "system"; }, { readonly name: "Share"; readonly icon: "ep:share"; readonly category: "system"; }, { readonly name: "Ship"; readonly icon: "ep:ship"; readonly category: "object"; }, { readonly name: "Shop"; readonly icon: "ep:shop"; readonly category: "business"; }, { readonly name: "ShoppingBag"; readonly icon: "ep:shopping-bag"; readonly category: "business"; }, { readonly name: "ShoppingCart"; readonly icon: "ep:shopping-cart"; readonly category: "business"; }, { readonly name: "ShoppingCartFull"; readonly icon: "ep:shopping-cart-full"; readonly category: "business"; }, { readonly name: "ShoppingTrolley"; readonly icon: "ep:shopping-trolley"; readonly category: "business"; }, { readonly name: "Smoking"; readonly icon: "ep:smoking"; readonly category: "object"; }, { readonly name: "Soccer"; readonly icon: "ep:soccer"; readonly category: "object"; }, { readonly name: "SoldOut"; readonly icon: "ep:sold-out"; readonly category: "business"; }, { readonly name: "Sort"; readonly icon: "ep:sort"; readonly category: "system"; }, { readonly name: "SortDown"; readonly icon: "ep:sort-down"; readonly category: "system"; }, { readonly name: "SortUp"; readonly icon: "ep:sort-up"; readonly category: "system"; }, { readonly name: "Stamp"; readonly icon: "ep:stamp"; readonly category: "object"; }, { readonly name: "Star"; readonly icon: "ep:star"; readonly category: "feedback"; }, { readonly name: "StarFilled"; readonly icon: "ep:star-filled"; readonly category: "feedback"; }, { readonly name: "Stopwatch"; readonly icon: "ep:stopwatch"; readonly category: "time"; }, { readonly name: "SuccessFilled"; readonly icon: "ep:success-filled"; readonly category: "feedback"; }, { readonly name: "Sugar"; readonly icon: "ep:sugar"; readonly category: "food"; }, { readonly name: "Suitcase"; readonly icon: "ep:suitcase"; readonly category: "business"; }, { readonly name: "SuitcaseLine"; readonly icon: "ep:suitcase-line"; readonly category: "business"; }, { readonly name: "Sunny"; readonly icon: "ep:sunny"; readonly category: "weather"; }, { readonly name: "Sunrise"; readonly icon: "ep:sunrise"; readonly category: "weather"; }, { readonly name: "Sunset"; readonly icon: "ep:sunset"; readonly category: "weather"; }, { readonly name: "Switch"; readonly icon: "ep:switch"; readonly category: "system"; }, { readonly name: "SwitchButton"; readonly icon: "ep:switch-button"; readonly category: "system"; }, { readonly name: "SwitchFilled"; readonly icon: "ep:switch-filled"; readonly category: "system"; }, { readonly name: "TakeawayBox"; readonly icon: "ep:takeaway-box"; readonly category: "business"; }, { readonly name: "Ticket"; readonly icon: "ep:ticket"; readonly category: "business"; }, { readonly name: "Tickets"; readonly icon: "ep:tickets"; readonly category: "business"; }, { readonly name: "Timer"; readonly icon: "ep:timer"; readonly category: "time"; }, { readonly name: "ToiletPaper"; readonly icon: "ep:toilet-paper"; readonly category: "object"; }, { readonly name: "Tools"; readonly icon: "ep:tools"; readonly category: "system"; }, { readonly name: "Top"; readonly icon: "ep:top"; readonly category: "arrow"; }, { readonly name: "TopLeft"; readonly icon: "ep:top-left"; readonly category: "arrow"; }, { readonly name: "TopRight"; readonly icon: "ep:top-right"; readonly category: "arrow"; }, { readonly name: "TrendCharts"; readonly icon: "ep:trend-charts"; readonly category: "data"; }, { readonly name: "Trophy"; readonly icon: "ep:trophy"; readonly category: "object"; }, { readonly name: "TrophyBase"; readonly icon: "ep:trophy-base"; readonly category: "object"; }, { readonly name: "TurnOff"; readonly icon: "ep:turn-off"; readonly category: "system"; }, { readonly name: "Umbrella"; readonly icon: "ep:umbrella"; readonly category: "weather"; }, { readonly name: "Unlock"; readonly icon: "ep:unlock"; readonly category: "system"; }, { readonly name: "Upload"; readonly icon: "ep:upload"; readonly category: "system"; }, { readonly name: "UploadFilled"; readonly icon: "ep:upload-filled"; readonly category: "system"; }, { readonly name: "User"; readonly icon: "ep:user"; readonly category: "user"; }, { readonly name: "UserFilled"; readonly icon: "ep:user-filled"; readonly category: "user"; }, { readonly name: "Van"; readonly icon: "ep:van"; readonly category: "object"; }, { readonly name: "VideoCamera"; readonly icon: "ep:video-camera"; readonly category: "media"; }, { readonly name: "VideoCameraFilled"; readonly icon: "ep:video-camera-filled"; readonly category: "media"; }, { readonly name: "VideoPause"; readonly icon: "ep:video-pause"; readonly category: "media"; }, { readonly name: "VideoPlay"; readonly icon: "ep:video-play"; readonly category: "media"; }, { readonly name: "View"; readonly icon: "ep:view"; readonly category: "system"; }, { readonly name: "Wallet"; readonly icon: "ep:wallet"; readonly category: "business"; }, { readonly name: "WalletFilled"; readonly icon: "ep:wallet-filled"; readonly category: "business"; }, { readonly name: "WarnTriangleFilled"; readonly icon: "ep:warn-triangle-filled"; readonly category: "feedback"; }, { readonly name: "Warning"; readonly icon: "ep:warning"; readonly category: "feedback"; }, { readonly name: "WarningFilled"; readonly icon: "ep:warning-filled"; readonly category: "feedback"; }, { readonly name: "Watch"; readonly icon: "ep:watch"; readonly category: "time"; }, { readonly name: "Watermelon"; readonly icon: "ep:watermelon"; readonly category: "food"; }, { readonly name: "WindPower"; readonly icon: "ep:wind-power"; readonly category: "weather"; }, { readonly name: "ZoomIn"; readonly icon: "ep:zoom-in"; readonly category: "system"; }, { readonly name: "ZoomOut"; readonly icon: "ep:zoom-out"; readonly category: "system"; }]; export type IconComponentName = (typeof iconComponentMeta)[number]['name']; export declare const AddLocation: IconComponent; export declare const Aim: IconComponent; export declare const AlarmClock: IconComponent; export declare const Apple: IconComponent; export declare const ArrowDown: IconComponent; export declare const ArrowDownBold: IconComponent; export declare const ArrowLeft: IconComponent; export declare const ArrowLeftBold: IconComponent; export declare const ArrowRight: IconComponent; export declare const ArrowRightBold: IconComponent; export declare const ArrowUp: IconComponent; export declare const ArrowUpBold: IconComponent; export declare const Avatar: IconComponent; export declare const Back: IconComponent; export declare const Basketball: IconComponent; export declare const Bell: IconComponent; export declare const BellFilled: IconComponent; export declare const Bicycle: IconComponent; export declare const Bottom: IconComponent; export declare const BottomLeft: IconComponent; export declare const BottomRight: IconComponent; export declare const Bowl: IconComponent; export declare const Box: IconComponent; export declare const Briefcase: IconComponent; export declare const Brush: IconComponent; export declare const BrushFilled: IconComponent; export declare const Burger: IconComponent; export declare const Calendar: IconComponent; export declare const Camera: IconComponent; export declare const CameraFilled: IconComponent; export declare const CaretBottom: IconComponent; export declare const CaretLeft: IconComponent; export declare const CaretRight: IconComponent; export declare const CaretTop: IconComponent; export declare const Cellphone: IconComponent; export declare const ChatDotRound: IconComponent; export declare const ChatDotSquare: IconComponent; export declare const ChatLineRound: IconComponent; export declare const ChatLineSquare: IconComponent; export declare const ChatRound: IconComponent; export declare const ChatSquare: IconComponent; export declare const Check: IconComponent; export declare const Checked: IconComponent; export declare const Cherry: IconComponent; export declare const Chicken: IconComponent; export declare const ChromeFilled: IconComponent; export declare const CircleCheck: IconComponent; export declare const CircleCheckFilled: IconComponent; export declare const CircleClose: IconComponent; export declare const CircleCloseFilled: IconComponent; export declare const CirclePlus: IconComponent; export declare const CirclePlusFilled: IconComponent; export declare const Clock: IconComponent; export declare const Close: IconComponent; export declare const CloseBold: IconComponent; export declare const Cloudy: IconComponent; export declare const Coffee: IconComponent; export declare const CoffeeCup: IconComponent; export declare const Coin: IconComponent; export declare const ColdDrink: IconComponent; export declare const Collection: IconComponent; export declare const CollectionTag: IconComponent; export declare const Comment: IconComponent; export declare const Compass: IconComponent; export declare const Connection: IconComponent; export declare const Coordinate: IconComponent; export declare const CopyDocument: IconComponent; export declare const Cpu: IconComponent; export declare const CreditCard: IconComponent; export declare const Crop: IconComponent; export declare const DArrowLeft: IconComponent; export declare const DArrowRight: IconComponent; export declare const DCaret: IconComponent; export declare const DataAnalysis: IconComponent; export declare const DataBoard: IconComponent; export declare const DataLine: IconComponent; export declare const Delete: IconComponent; export declare const DeleteFilled: IconComponent; export declare const DeleteLocation: IconComponent; export declare const Dessert: IconComponent; export declare const Discount: IconComponent; export declare const Dish: IconComponent; export declare const DishDot: IconComponent; export declare const Document: IconComponent; export declare const DocumentAdd: IconComponent; export declare const DocumentChecked: IconComponent; export declare const DocumentCopy: IconComponent; export declare const DocumentDelete: IconComponent; export declare const DocumentRemove: IconComponent; export declare const Download: IconComponent; export declare const Drizzling: IconComponent; export declare const Edit: IconComponent; export declare const EditPen: IconComponent; export declare const Eleme: IconComponent; export declare const ElemeFilled: IconComponent; export declare const ElementPlus: IconComponent; export declare const Expand: IconComponent; export declare const Failed: IconComponent; export declare const Female: IconComponent; export declare const Files: IconComponent; export declare const Film: IconComponent; export declare const Filter: IconComponent; export declare const Finished: IconComponent; export declare const FirstAidKit: IconComponent; export declare const Flag: IconComponent; export declare const Fold: IconComponent; export declare const Folder: IconComponent; export declare const FolderAdd: IconComponent; export declare const FolderChecked: IconComponent; export declare const FolderDelete: IconComponent; export declare const FolderOpened: IconComponent; export declare const FolderRemove: IconComponent; export declare const Food: IconComponent; export declare const Football: IconComponent; export declare const ForkSpoon: IconComponent; export declare const Fries: IconComponent; export declare const FullScreen: IconComponent; export declare const Goblet: IconComponent; export declare const GobletFull: IconComponent; export declare const GobletSquare: IconComponent; export declare const GobletSquareFull: IconComponent; export declare const GoldMedal: IconComponent; export declare const Goods: IconComponent; export declare const GoodsFilled: IconComponent; export declare const Grape: IconComponent; export declare const Grid: IconComponent; export declare const Guide: IconComponent; export declare const Handbag: IconComponent; export declare const Headset: IconComponent; export declare const Help: IconComponent; export declare const HelpFilled: IconComponent; export declare const Hide: IconComponent; export declare const Histogram: IconComponent; export declare const HomeFilled: IconComponent; export declare const HotWater: IconComponent; export declare const House: IconComponent; export declare const IceCream: IconComponent; export declare const IceCreamRound: IconComponent; export declare const IceCreamSquare: IconComponent; export declare const IceDrink: IconComponent; export declare const IceTea: IconComponent; export declare const InfoFilled: IconComponent; export declare const Iphone: IconComponent; export declare const Key: IconComponent; export declare const KnifeFork: IconComponent; export declare const Lightning: IconComponent; export declare const Link: IconComponent; export declare const List: IconComponent; export declare const Loading: IconComponent; export declare const Location: IconComponent; export declare const LocationFilled: IconComponent; export declare const LocationInformation: IconComponent; export declare const Lock: IconComponent; export declare const Lollipop: IconComponent; export declare const MagicStick: IconComponent; export declare const Magnet: IconComponent; export declare const Male: IconComponent; export declare const Management: IconComponent; export declare const MapLocation: IconComponent; export declare const Medal: IconComponent; export declare const Memo: IconComponent; export declare const Menu: IconComponent; export declare const Message: IconComponent; export declare const MessageBox: IconComponent; export declare const Mic: IconComponent; export declare const Microphone: IconComponent; export declare const MilkTea: IconComponent; export declare const Minus: IconComponent; export declare const Money: IconComponent; export declare const Monitor: IconComponent; export declare const Moon: IconComponent; export declare const MoonNight: IconComponent; export declare const More: IconComponent; export declare const MoreFilled: IconComponent; export declare const MostlyCloudy: IconComponent; export declare const Mouse: IconComponent; export declare const Mug: IconComponent; export declare const Mute: IconComponent; export declare const MuteNotification: IconComponent; export declare const NoSmoking: IconComponent; export declare const Notebook: IconComponent; export declare const Notification: IconComponent; export declare const Odometer: IconComponent; export declare const OfficeBuilding: IconComponent; export declare const Open: IconComponent; export declare const Operation: IconComponent; export declare const Opportunity: IconComponent; export declare const Orange: IconComponent; export declare const Paperclip: IconComponent; export declare const PartlyCloudy: IconComponent; export declare const Pear: IconComponent; export declare const Phone: IconComponent; export declare const PhoneFilled: IconComponent; export declare const Picture: IconComponent; export declare const PictureFilled: IconComponent; export declare const PictureRounded: IconComponent; export declare const PieChart: IconComponent; export declare const Place: IconComponent; export declare const Platform: IconComponent; export declare const Plus: IconComponent; export declare const Pointer: IconComponent; export declare const Position: IconComponent; export declare const Postcard: IconComponent; export declare const Pouring: IconComponent; export declare const Present: IconComponent; export declare const PriceTag: IconComponent; export declare const Printer: IconComponent; export declare const Promotion: IconComponent; export declare const QuartzWatch: IconComponent; export declare const QuestionFilled: IconComponent; export declare const Rank: IconComponent; export declare const Reading: IconComponent; export declare const ReadingLamp: IconComponent; export declare const Refresh: IconComponent; export declare const RefreshLeft: IconComponent; export declare const RefreshRight: IconComponent; export declare const Refrigerator: IconComponent; export declare const Remove: IconComponent; export declare const RemoveFilled: IconComponent; export declare const Right: IconComponent; export declare const ScaleToOriginal: IconComponent; export declare const School: IconComponent; export declare const Scissor: IconComponent; export declare const Search: IconComponent; export declare const Select: IconComponent; export declare const Sell: IconComponent; export declare const SemiSelect: IconComponent; export declare const Service: IconComponent; export declare const SetUp: IconComponent; export declare const Setting: IconComponent; export declare const Share: IconComponent; export declare const Ship: IconComponent; export declare const Shop: IconComponent; export declare const ShoppingBag: IconComponent; export declare const ShoppingCart: IconComponent; export declare const ShoppingCartFull: IconComponent; export declare const ShoppingTrolley: IconComponent; export declare const Smoking: IconComponent; export declare const Soccer: IconComponent; export declare const SoldOut: IconComponent; export declare const Sort: IconComponent; export declare const SortDown: IconComponent; export declare const SortUp: IconComponent; export declare const Stamp: IconComponent; export declare const Star: IconComponent; export declare const StarFilled: IconComponent; export declare const Stopwatch: IconComponent; export declare const SuccessFilled: IconComponent; export declare const Sugar: IconComponent; export declare const Suitcase: IconComponent; export declare const SuitcaseLine: IconComponent; export declare const Sunny: IconComponent; export declare const Sunrise: IconComponent; export declare const Sunset: IconComponent; export declare const Switch: IconComponent; export declare const SwitchButton: IconComponent; export declare const SwitchFilled: IconComponent; export declare const TakeawayBox: IconComponent; export declare const Ticket: IconComponent; export declare const Tickets: IconComponent; export declare const Timer: IconComponent; export declare const ToiletPaper: IconComponent; export declare const Tools: IconComponent; export declare const Top: IconComponent; export declare const TopLeft: IconComponent; export declare const TopRight: IconComponent; export declare const TrendCharts: IconComponent; export declare const Trophy: IconComponent; export declare const TrophyBase: IconComponent; export declare const TurnOff: IconComponent; export declare const Umbrella: IconComponent; export declare const Unlock: IconComponent; export declare const Upload: IconComponent; export declare const UploadFilled: IconComponent; export declare const User: IconComponent; export declare const UserFilled: IconComponent; export declare const Van: IconComponent; export declare const VideoCamera: IconComponent; export declare const VideoCameraFilled: IconComponent; export declare const VideoPause: IconComponent; export declare const VideoPlay: IconComponent; export declare const View: IconComponent; export declare const Wallet: IconComponent; export declare const WalletFilled: IconComponent; export declare const WarnTriangleFilled: IconComponent; export declare const Warning: IconComponent; export declare const WarningFilled: IconComponent; export declare const Watch: IconComponent; export declare const Watermelon: IconComponent; export declare const WindPower: IconComponent; export declare const ZoomIn: IconComponent; export declare const ZoomOut: IconComponent; export declare const iconComponents: { readonly AddLocation: IconComponent; readonly Aim: IconComponent; readonly AlarmClock: IconComponent; readonly Apple: IconComponent; readonly ArrowDown: IconComponent; readonly ArrowDownBold: IconComponent; readonly ArrowLeft: IconComponent; readonly ArrowLeftBold: IconComponent; readonly ArrowRight: IconComponent; readonly ArrowRightBold: IconComponent; readonly ArrowUp: IconComponent; readonly ArrowUpBold: IconComponent; readonly Avatar: IconComponent; readonly Back: IconComponent; readonly Basketball: IconComponent; readonly Bell: IconComponent; readonly BellFilled: IconComponent; readonly Bicycle: IconComponent; readonly Bottom: IconComponent; readonly BottomLeft: IconComponent; readonly BottomRight: IconComponent; readonly Bowl: IconComponent; readonly Box: IconComponent; readonly Briefcase: IconComponent; readonly Brush: IconComponent; readonly BrushFilled: IconComponent; readonly Burger: IconComponent; readonly Calendar: IconComponent; readonly Camera: IconComponent; readonly CameraFilled: IconComponent; readonly CaretBottom: IconComponent; readonly CaretLeft: IconComponent; readonly CaretRight: IconComponent; readonly CaretTop: IconComponent; readonly Cellphone: IconComponent; readonly ChatDotRound: IconComponent; readonly ChatDotSquare: IconComponent; readonly ChatLineRound: IconComponent; readonly ChatLineSquare: IconComponent; readonly ChatRound: IconComponent; readonly ChatSquare: IconComponent; readonly Check: IconComponent; readonly Checked: IconComponent; readonly Cherry: IconComponent; readonly Chicken: IconComponent; readonly ChromeFilled: IconComponent; readonly CircleCheck: IconComponent; readonly CircleCheckFilled: IconComponent; readonly CircleClose: IconComponent; readonly CircleCloseFilled: IconComponent; readonly CirclePlus: IconComponent; readonly CirclePlusFilled: IconComponent; readonly Clock: IconComponent; readonly Close: IconComponent; readonly CloseBold: IconComponent; readonly Cloudy: IconComponent; readonly Coffee: IconComponent; readonly CoffeeCup: IconComponent; readonly Coin: IconComponent; readonly ColdDrink: IconComponent; readonly Collection: IconComponent; readonly CollectionTag: IconComponent; readonly Comment: IconComponent; readonly Compass: IconComponent; readonly Connection: IconComponent; readonly Coordinate: IconComponent; readonly CopyDocument: IconComponent; readonly Cpu: IconComponent; readonly CreditCard: IconComponent; readonly Crop: IconComponent; readonly DArrowLeft: IconComponent; readonly DArrowRight: IconComponent; readonly DCaret: IconComponent; readonly DataAnalysis: IconComponent; readonly DataBoard: IconComponent; readonly DataLine: IconComponent; readonly Delete: IconComponent; readonly DeleteFilled: IconComponent; readonly DeleteLocation: IconComponent; readonly Dessert: IconComponent; readonly Discount: IconComponent; readonly Dish: IconComponent; readonly DishDot: IconComponent; readonly Document: IconComponent; readonly DocumentAdd: IconComponent; readonly DocumentChecked: IconComponent; readonly DocumentCopy: IconComponent; readonly DocumentDelete: IconComponent; readonly DocumentRemove: IconComponent; readonly Download: IconComponent; readonly Drizzling: IconComponent; readonly Edit: IconComponent; readonly EditPen: IconComponent; readonly Eleme: IconComponent; readonly ElemeFilled: IconComponent; readonly ElementPlus: IconComponent; readonly Expand: IconComponent; readonly Failed: IconComponent; readonly Female: IconComponent; readonly Files: IconComponent; readonly Film: IconComponent; readonly Filter: IconComponent; readonly Finished: IconComponent; readonly FirstAidKit: IconComponent; readonly Flag: IconComponent; readonly Fold: IconComponent; readonly Folder: IconComponent; readonly FolderAdd: IconComponent; readonly FolderChecked: IconComponent; readonly FolderDelete: IconComponent; readonly FolderOpened: IconComponent; readonly FolderRemove: IconComponent; readonly Food: IconComponent; readonly Football: IconComponent; readonly ForkSpoon: IconComponent; readonly Fries: IconComponent; readonly FullScreen: IconComponent; readonly Goblet: IconComponent; readonly GobletFull: IconComponent; readonly GobletSquare: IconComponent; readonly GobletSquareFull: IconComponent; readonly GoldMedal: IconComponent; readonly Goods: IconComponent; readonly GoodsFilled: IconComponent; readonly Grape: IconComponent; readonly Grid: IconComponent; readonly Guide: IconComponent; readonly Handbag: IconComponent; readonly Headset: IconComponent; readonly Help: IconComponent; readonly HelpFilled: IconComponent; readonly Hide: IconComponent; readonly Histogram: IconComponent; readonly HomeFilled: IconComponent; readonly HotWater: IconComponent; readonly House: IconComponent; readonly IceCream: IconComponent; readonly IceCreamRound: IconComponent; readonly IceCreamSquare: IconComponent; readonly IceDrink: IconComponent; readonly IceTea: IconComponent; readonly InfoFilled: IconComponent; readonly Iphone: IconComponent; readonly Key: IconComponent; readonly KnifeFork: IconComponent; readonly Lightning: IconComponent; readonly Link: IconComponent; readonly List: IconComponent; readonly Loading: IconComponent; readonly Location: IconComponent; readonly LocationFilled: IconComponent; readonly LocationInformation: IconComponent; readonly Lock: IconComponent; readonly Lollipop: IconComponent; readonly MagicStick: IconComponent; readonly Magnet: IconComponent; readonly Male: IconComponent; readonly Management: IconComponent; readonly MapLocation: IconComponent; readonly Medal: IconComponent; readonly Memo: IconComponent; readonly Menu: IconComponent; readonly Message: IconComponent; readonly MessageBox: IconComponent; readonly Mic: IconComponent; readonly Microphone: IconComponent; readonly MilkTea: IconComponent; readonly Minus: IconComponent; readonly Money: IconComponent; readonly Monitor: IconComponent; readonly Moon: IconComponent; readonly MoonNight: IconComponent; readonly More: IconComponent; readonly MoreFilled: IconComponent; readonly MostlyCloudy: IconComponent; readonly Mouse: IconComponent; readonly Mug: IconComponent; readonly Mute: IconComponent; readonly MuteNotification: IconComponent; readonly NoSmoking: IconComponent; readonly Notebook: IconComponent; readonly Notification: IconComponent; readonly Odometer: IconComponent; readonly OfficeBuilding: IconComponent; readonly Open: IconComponent; readonly Operation: IconComponent; readonly Opportunity: IconComponent; readonly Orange: IconComponent; readonly Paperclip: IconComponent; readonly PartlyCloudy: IconComponent; readonly Pear: IconComponent; readonly Phone: IconComponent; readonly PhoneFilled: IconComponent; readonly Picture: IconComponent; readonly PictureFilled: IconComponent; readonly PictureRounded: IconComponent; readonly PieChart: IconComponent; readonly Place: IconComponent; readonly Platform: IconComponent; readonly Plus: IconComponent; readonly Pointer: IconComponent; readonly Position: IconComponent; readonly Postcard: IconComponent; readonly Pouring: IconComponent; readonly Present: IconComponent; readonly PriceTag: IconComponent; readonly Printer: IconComponent; readonly Promotion: IconComponent; readonly QuartzWatch: IconComponent; readonly QuestionFilled: IconComponent; readonly Rank: IconComponent; readonly Reading: IconComponent; readonly ReadingLamp: IconComponent; readonly Refresh: IconComponent; readonly RefreshLeft: IconComponent; readonly RefreshRight: IconComponent; readonly Refrigerator: IconComponent; readonly Remove: IconComponent; readonly RemoveFilled: IconComponent; readonly Right: IconComponent; readonly ScaleToOriginal: IconComponent; readonly School: IconComponent; readonly Scissor: IconComponent; readonly Search: IconComponent; readonly Select: IconComponent; readonly Sell: IconComponent; readonly SemiSelect: IconComponent; readonly Service: IconComponent; readonly SetUp: IconComponent; readonly Setting: IconComponent; readonly Share: IconComponent; readonly Ship: IconComponent; readonly Shop: IconComponent; readonly ShoppingBag: IconComponent; readonly ShoppingCart: IconComponent; readonly ShoppingCartFull: IconComponent; readonly ShoppingTrolley: IconComponent; readonly Smoking: IconComponent; readonly Soccer: IconComponent; readonly SoldOut: IconComponent; readonly Sort: IconComponent; readonly SortDown: IconComponent; readonly SortUp: IconComponent; readonly Stamp: IconComponent; readonly Star: IconComponent; readonly StarFilled: IconComponent; readonly Stopwatch: IconComponent; readonly SuccessFilled: IconComponent; readonly Sugar: IconComponent; readonly Suitcase: IconComponent; readonly SuitcaseLine: IconComponent; readonly Sunny: IconComponent; readonly Sunrise: IconComponent; readonly Sunset: IconComponent; readonly Switch: IconComponent; readonly SwitchButton: IconComponent; readonly SwitchFilled: IconComponent; readonly TakeawayBox: IconComponent; readonly Ticket: IconComponent; readonly Tickets: IconComponent; readonly Timer: IconComponent; readonly ToiletPaper: IconComponent; readonly Tools: IconComponent; readonly Top: IconComponent; readonly TopLeft: IconComponent; readonly TopRight: IconComponent; readonly TrendCharts: IconComponent; readonly Trophy: IconComponent; readonly TrophyBase: IconComponent; readonly TurnOff: IconComponent; readonly Umbrella: IconComponent; readonly Unlock: IconComponent; readonly Upload: IconComponent; readonly UploadFilled: IconComponent; readonly User: IconComponent; readonly UserFilled: IconComponent; readonly Van: IconComponent; readonly VideoCamera: IconComponent; readonly VideoCameraFilled: IconComponent; readonly VideoPause: IconComponent; readonly VideoPlay: IconComponent; readonly View: IconComponent; readonly Wallet: IconComponent; readonly WalletFilled: IconComponent; readonly WarnTriangleFilled: IconComponent; readonly Warning: IconComponent; readonly WarningFilled: IconComponent; readonly Watch: IconComponent; readonly Watermelon: IconComponent; readonly WindPower: IconComponent; readonly ZoomIn: IconComponent; readonly ZoomOut: IconComponent; };