import * as _angular_core from '@angular/core'; import { InjectionToken, EnvironmentProviders } from '@angular/core'; type TablerIconNode = [elementName: string, attrs: Record]; type TablerIcon = { name: string; type: 'outline' | 'filled'; nodes: TablerIconNode[]; }; type TablerIcons = { [key: string]: TablerIcon; }; /** * Component for rendering Tabler icons in Angular applications. * Supports both outline and filled icon types. * * @example * ```html * * * * * * ``` */ declare class TablerIconComponent { /** * Icon to display. Can be a TablerIcon object or a string name. * @required */ icon: _angular_core.InputSignal; /** * Color of the icon. For outline icons, this sets the stroke color. * For filled icons, this sets the fill color. */ color: _angular_core.InputSignal; /** * Stroke width for outline icons. Defaults to 2. */ stroke: _angular_core.InputSignal; /** * Additional CSS classes to apply to the icon element. */ svgClass: _angular_core.InputSignal; size: _angular_core.InputSignal; /** * Additional attributes to apply to the SVG element (e.g. aria-label, role). * Component-managed attributes (size, color, stroke, etc.) always take precedence. */ svgAttributes: _angular_core.InputSignal | undefined>; private readonly renderer; private readonly iconProviders; private readonly elementRef; private readonly iconConfig; private readonly destroyRef; protected readonly config: _angular_core.WritableSignal<{ size: number; color: string; stroke: number; }>; private svgElement; constructor(); private resolveIcon; private shouldRecreateSvg; private renderNewSvg; private updateExistingSvg; private getSvgAttributes; private applyClasses; private createElement; private getIconFromProviders; private toPascalCase; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } interface TablerIconConfig { size?: number; color?: string; stroke?: number; } declare const TABLER_ICON_CONFIG: InjectionToken; /** * Provides the configuration for Tabler icons. * * @example * ```ts * bootstrapApplication(AppComponent, { * providers: [ * provideTablerIconConfig({ * size: 24, * color: 'red', * stroke: 2 * }) * ] * }); * ``` */ declare function provideTablerIconConfig(config: TablerIconConfig): EnvironmentProviders; interface ITablerIconProvider { getIcon(name: string): TablerIcon | null; } declare class TablerIconProvider implements ITablerIconProvider { private readonly icons; constructor(icons: TablerIcons); getIcon(name: string): TablerIcon | null; private iconExists; } declare const TABLER_ICONS: InjectionToken; /** * Provides a set of Tabler icons to the application. * * @example * ```ts * bootstrapApplication(AppComponent, { * providers: [ * provideTablerIcons({ IconHome, IconUser }) * ] * }); * ``` */ declare function provideTablerIcons(icons: TablerIcons): EnvironmentProviders; declare const AB2: TablerIcon; declare const ABOff: TablerIcon; declare const AB: TablerIcon; declare const AbacusOff: TablerIcon; declare const Abacus: TablerIcon; declare const Abc: TablerIcon; declare const AccessPointOff: TablerIcon; declare const AccessPoint: TablerIcon; declare const AccessibleOff: TablerIcon; declare const Accessible: TablerIcon; declare const Acorn: TablerIcon; declare const Acrobatic: TablerIcon; declare const ActivityHeartbeat: TablerIcon; declare const Activity: TablerIcon; declare const Ad2: TablerIcon; declare const AdCircleOff: TablerIcon; declare const AdCircle: TablerIcon; declare const AdOff: TablerIcon; declare const Ad: TablerIcon; declare const AddressBookOff: TablerIcon; declare const AddressBook: TablerIcon; declare const AdjustmentsAlt: TablerIcon; declare const AdjustmentsBolt: TablerIcon; declare const AdjustmentsCancel: TablerIcon; declare const AdjustmentsCheck: TablerIcon; declare const AdjustmentsCode: TablerIcon; declare const AdjustmentsCog: TablerIcon; declare const AdjustmentsDollar: TablerIcon; declare const AdjustmentsDown: TablerIcon; declare const AdjustmentsExclamation: TablerIcon; declare const AdjustmentsHeart: TablerIcon; declare const AdjustmentsHorizontal: TablerIcon; declare const AdjustmentsMinus: TablerIcon; declare const AdjustmentsOff: TablerIcon; declare const AdjustmentsPause: TablerIcon; declare const AdjustmentsPin: TablerIcon; declare const AdjustmentsPlus: TablerIcon; declare const AdjustmentsQuestion: TablerIcon; declare const AdjustmentsSearch: TablerIcon; declare const AdjustmentsShare: TablerIcon; declare const AdjustmentsSpark: TablerIcon; declare const AdjustmentsStar: TablerIcon; declare const AdjustmentsUp: TablerIcon; declare const AdjustmentsX: TablerIcon; declare const Adjustments: TablerIcon; declare const AerialLift: TablerIcon; declare const Affiliate: TablerIcon; declare const AiAgent: TablerIcon; declare const AiAgents: TablerIcon; declare const AiGateway: TablerIcon; declare const Ai: TablerIcon; declare const AirBalloon: TablerIcon; declare const AirConditioningDisabled: TablerIcon; declare const AirConditioning: TablerIcon; declare const AirTrafficControl: TablerIcon; declare const AlarmAverage: TablerIcon; declare const AlarmMinus: TablerIcon; declare const AlarmOff: TablerIcon; declare const AlarmPlus: TablerIcon; declare const AlarmSmoke: TablerIcon; declare const AlarmSnooze: TablerIcon; declare const Alarm: TablerIcon; declare const AlbumOff: TablerIcon; declare const Album: TablerIcon; declare const AlertCircleOff: TablerIcon; declare const AlertCircle: TablerIcon; declare const AlertHexagonOff: TablerIcon; declare const AlertHexagon: TablerIcon; declare const AlertOctagon: TablerIcon; declare const AlertSmallOff: TablerIcon; declare const AlertSmall: TablerIcon; declare const AlertSquareRoundedOff: TablerIcon; declare const AlertSquareRounded: TablerIcon; declare const AlertSquare: TablerIcon; declare const AlertTriangleOff: TablerIcon; declare const AlertTriangle: TablerIcon; declare const Alien: TablerIcon; declare const AlignBoxBottomCenter: TablerIcon; declare const AlignBoxBottomLeft: TablerIcon; declare const AlignBoxBottomRight: TablerIcon; declare const AlignBoxCenterBottom: TablerIcon; declare const AlignBoxCenterMiddle: TablerIcon; declare const AlignBoxCenterStretch: TablerIcon; declare const AlignBoxCenterTop: TablerIcon; declare const AlignBoxLeftBottom: TablerIcon; declare const AlignBoxLeftMiddle: TablerIcon; declare const AlignBoxLeftStretch: TablerIcon; declare const AlignBoxLeftTop: TablerIcon; declare const AlignBoxRightBottom: TablerIcon; declare const AlignBoxRightMiddle: TablerIcon; declare const AlignBoxRightStretch: TablerIcon; declare const AlignBoxRightTop: TablerIcon; declare const AlignBoxTopCenter: TablerIcon; declare const AlignBoxTopLeft: TablerIcon; declare const AlignBoxTopRight: TablerIcon; declare const AlignCenter: TablerIcon; declare const AlignJustified: TablerIcon; declare const AlignLeft2: TablerIcon; declare const AlignLeft: TablerIcon; declare const AlignRight2: TablerIcon; declare const AlignRight: TablerIcon; declare const Alpha: TablerIcon; declare const AlphabetArabic: TablerIcon; declare const AlphabetBangla: TablerIcon; declare const AlphabetCyrillic: TablerIcon; declare const AlphabetGreek: TablerIcon; declare const AlphabetHebrew: TablerIcon; declare const AlphabetKorean: TablerIcon; declare const AlphabetLatin: TablerIcon; declare const AlphabetPolish: TablerIcon; declare const AlphabetRunes: TablerIcon; declare const AlphabetThai: TablerIcon; declare const Alt: TablerIcon; declare const Ambulance: TablerIcon; declare const Ampersand: TablerIcon; declare const AnalyzeOff: TablerIcon; declare const Analyze: TablerIcon; declare const AnchorOff: TablerIcon; declare const Anchor: TablerIcon; declare const Angle: TablerIcon; declare const Ankh: TablerIcon; declare const AntennaBars1: TablerIcon; declare const AntennaBars2: TablerIcon; declare const AntennaBars3: TablerIcon; declare const AntennaBars4: TablerIcon; declare const AntennaBars5: TablerIcon; declare const AntennaBarsOff: TablerIcon; declare const AntennaOff: TablerIcon; declare const Antenna: TablerIcon; declare const ApertureOff: TablerIcon; declare const Aperture: TablerIcon; declare const ApiAppOff: TablerIcon; declare const ApiApp: TablerIcon; declare const ApiBook: TablerIcon; declare const ApiOff: TablerIcon; declare const Api: TablerIcon; declare const AppWindowBottomLeft: TablerIcon; declare const AppWindowBottomRight: TablerIcon; declare const AppWindowBottom: TablerIcon; declare const AppWindowCenter: TablerIcon; declare const AppWindow: TablerIcon; declare const Apple: TablerIcon; declare const AppsOff: TablerIcon; declare const Apps: TablerIcon; declare const ArcheryArrow: TablerIcon; declare const ArchiveOff: TablerIcon; declare const Archive: TablerIcon; declare const Armchair2Off: TablerIcon; declare const Armchair2: TablerIcon; declare const ArmchairOff: TablerIcon; declare const Armchair: TablerIcon; declare const ArrowAutofitContent: TablerIcon; declare const ArrowAutofitDown: TablerIcon; declare const ArrowAutofitHeight: TablerIcon; declare const ArrowAutofitLeft: TablerIcon; declare const ArrowAutofitRight: TablerIcon; declare const ArrowAutofitUp: TablerIcon; declare const ArrowAutofitWidth: TablerIcon; declare const ArrowBackUpDouble: TablerIcon; declare const ArrowBackUp: TablerIcon; declare const ArrowBack: TablerIcon; declare const ArrowBadgeDown: TablerIcon; declare const ArrowBadgeLeft: TablerIcon; declare const ArrowBadgeRight: TablerIcon; declare const ArrowBadgeUp: TablerIcon; declare const ArrowBarBoth: TablerIcon; declare const ArrowBarDown: TablerIcon; declare const ArrowBarLeft: TablerIcon; declare const ArrowBarRight: TablerIcon; declare const ArrowBarToDownDashed: TablerIcon; declare const ArrowBarToDown: TablerIcon; declare const ArrowBarToLeftDashed: TablerIcon; declare const ArrowBarToLeft: TablerIcon; declare const ArrowBarToRightDashed: TablerIcon; declare const ArrowBarToRight: TablerIcon; declare const ArrowBarToUpDashed: TablerIcon; declare const ArrowBarToUp: TablerIcon; declare const ArrowBarUp: TablerIcon; declare const ArrowBearLeft2: TablerIcon; declare const ArrowBearLeft: TablerIcon; declare const ArrowBearRight2: TablerIcon; declare const ArrowBearRight: TablerIcon; declare const ArrowBigDownLine: TablerIcon; declare const ArrowBigDownLines: TablerIcon; declare const ArrowBigDown: TablerIcon; declare const ArrowBigLeftLine: TablerIcon; declare const ArrowBigLeftLines: TablerIcon; declare const ArrowBigLeft: TablerIcon; declare const ArrowBigRightLine: TablerIcon; declare const ArrowBigRightLines: TablerIcon; declare const ArrowBigRight: TablerIcon; declare const ArrowBigUpLine: TablerIcon; declare const ArrowBigUpLines: TablerIcon; declare const ArrowBigUp: TablerIcon; declare const ArrowBounce: TablerIcon; declare const ArrowCapsule: TablerIcon; declare const ArrowCurveLeft: TablerIcon; declare const ArrowCurveRight: TablerIcon; declare const ArrowDownBar: TablerIcon; declare const ArrowDownCircle: TablerIcon; declare const ArrowDownDashed: TablerIcon; declare const ArrowDownFromArc: TablerIcon; declare const ArrowDownLeftCircle: TablerIcon; declare const ArrowDownLeft: TablerIcon; declare const ArrowDownRhombus: TablerIcon; declare const ArrowDownRightCircle: TablerIcon; declare const ArrowDownRight: TablerIcon; declare const ArrowDownSquare: TablerIcon; declare const ArrowDownTail: TablerIcon; declare const ArrowDownToArc: TablerIcon; declare const ArrowDown: TablerIcon; declare const ArrowElbowLeft: TablerIcon; declare const ArrowElbowRight: TablerIcon; declare const ArrowForkTriple: TablerIcon; declare const ArrowFork: TablerIcon; declare const ArrowForwardUpDouble: TablerIcon; declare const ArrowForwardUp: TablerIcon; declare const ArrowForward: TablerIcon; declare const ArrowGuide: TablerIcon; declare const ArrowIteration: TablerIcon; declare const ArrowLeftBar: TablerIcon; declare const ArrowLeftCircle: TablerIcon; declare const ArrowLeftDashed: TablerIcon; declare const ArrowLeftFromArc: TablerIcon; declare const ArrowLeftRhombus: TablerIcon; declare const ArrowLeftRight: TablerIcon; declare const ArrowLeftSquare: TablerIcon; declare const ArrowLeftTail: TablerIcon; declare const ArrowLeftToArc: TablerIcon; declare const ArrowLeft: TablerIcon; declare const ArrowLoopLeft2: TablerIcon; declare const ArrowLoopLeft: TablerIcon; declare const ArrowLoopRight2: TablerIcon; declare const ArrowLoopRight: TablerIcon; declare const ArrowMergeAltLeft: TablerIcon; declare const ArrowMergeAltRight: TablerIcon; declare const ArrowMergeBoth: TablerIcon; declare const ArrowMergeLeft: TablerIcon; declare const ArrowMergeRight: TablerIcon; declare const ArrowMerge: TablerIcon; declare const ArrowMoveDown: TablerIcon; declare const ArrowMoveLeft: TablerIcon; declare const ArrowMoveRight: TablerIcon; declare const ArrowMoveUp: TablerIcon; declare const ArrowNarrowDownDashed: TablerIcon; declare const ArrowNarrowDown: TablerIcon; declare const ArrowNarrowLeftDashed: TablerIcon; declare const ArrowNarrowLeft: TablerIcon; declare const ArrowNarrowRightDashed: TablerIcon; declare const ArrowNarrowRight: TablerIcon; declare const ArrowNarrowUpDashed: TablerIcon; declare const ArrowNarrowUp: TablerIcon; declare const ArrowRampLeft2: TablerIcon; declare const ArrowRampLeft3: TablerIcon; declare const ArrowRampLeft: TablerIcon; declare const ArrowRampRight2: TablerIcon; declare const ArrowRampRight3: TablerIcon; declare const ArrowRampRight: TablerIcon; declare const ArrowRightBar: TablerIcon; declare const ArrowRightCircle: TablerIcon; declare const ArrowRightDashed: TablerIcon; declare const ArrowRightFromArc: TablerIcon; declare const ArrowRightRhombus: TablerIcon; declare const ArrowRightSquare: TablerIcon; declare const ArrowRightTail: TablerIcon; declare const ArrowRightToArc: TablerIcon; declare const ArrowRight: TablerIcon; declare const ArrowRotaryFirstLeft: TablerIcon; declare const ArrowRotaryFirstRight: TablerIcon; declare const ArrowRotaryLastLeft: TablerIcon; declare const ArrowRotaryLastRight: TablerIcon; declare const ArrowRotaryLeft: TablerIcon; declare const ArrowRotaryRight: TablerIcon; declare const ArrowRotaryStraight: TablerIcon; declare const ArrowRoundaboutLeft: TablerIcon; declare const ArrowRoundaboutRight: TablerIcon; declare const ArrowSharpTurnLeft: TablerIcon; declare const ArrowSharpTurnRight: TablerIcon; declare const ArrowUpBar: TablerIcon; declare const ArrowUpCircle: TablerIcon; declare const ArrowUpDashed: TablerIcon; declare const ArrowUpFromArc: TablerIcon; declare const ArrowUpLeftCircle: TablerIcon; declare const ArrowUpLeft: TablerIcon; declare const ArrowUpRhombus: TablerIcon; declare const ArrowUpRightCircle: TablerIcon; declare const ArrowUpRight: TablerIcon; declare const ArrowUpSquare: TablerIcon; declare const ArrowUpTail: TablerIcon; declare const ArrowUpToArc: TablerIcon; declare const ArrowUp: TablerIcon; declare const ArrowWaveLeftDown: TablerIcon; declare const ArrowWaveLeftUp: TablerIcon; declare const ArrowWaveRightDown: TablerIcon; declare const ArrowWaveRightUp: TablerIcon; declare const ArrowZigZag: TablerIcon; declare const ArrowsCross: TablerIcon; declare const ArrowsDiagonal2: TablerIcon; declare const ArrowsDiagonalMinimize2: TablerIcon; declare const ArrowsDiagonalMinimize: TablerIcon; declare const ArrowsDiagonal: TablerIcon; declare const ArrowsDiff: TablerIcon; declare const ArrowsDoubleNeSw: TablerIcon; declare const ArrowsDoubleNwSe: TablerIcon; declare const ArrowsDoubleSeNw: TablerIcon; declare const ArrowsDoubleSwNe: TablerIcon; declare const ArrowsDownUp: TablerIcon; declare const ArrowsDown: TablerIcon; declare const ArrowsExchange2: TablerIcon; declare const ArrowsExchange: TablerIcon; declare const ArrowsHorizontal: TablerIcon; declare const ArrowsJoin2: TablerIcon; declare const ArrowsJoin: TablerIcon; declare const ArrowsLeftDown: TablerIcon; declare const ArrowsLeftRight: TablerIcon; declare const ArrowsLeft: TablerIcon; declare const ArrowsMaximize: TablerIcon; declare const ArrowsMinimize: TablerIcon; declare const ArrowsMoveHorizontal: TablerIcon; declare const ArrowsMoveVertical: TablerIcon; declare const ArrowsMove: TablerIcon; declare const ArrowsRandom: TablerIcon; declare const ArrowsRightDown: TablerIcon; declare const ArrowsRightLeft: TablerIcon; declare const ArrowsRight: TablerIcon; declare const ArrowsShuffle2: TablerIcon; declare const ArrowsShuffle: TablerIcon; declare const ArrowsSort: TablerIcon; declare const ArrowsSplit2: TablerIcon; declare const ArrowsSplit: TablerIcon; declare const ArrowsTransferDown: TablerIcon; declare const ArrowsTransferUpDown: TablerIcon; declare const ArrowsTransferUp: TablerIcon; declare const ArrowsUpDown: TablerIcon; declare const ArrowsUpLeft: TablerIcon; declare const ArrowsUpRight: TablerIcon; declare const ArrowsUp: TablerIcon; declare const ArrowsVertical: TablerIcon; declare const ArtboardOff: TablerIcon; declare const Artboard: TablerIcon; declare const ArticleOff: TablerIcon; declare const Article: TablerIcon; declare const AspectRatioOff: TablerIcon; declare const AspectRatio: TablerIcon; declare const AssemblyOff: TablerIcon; declare const Assembly: TablerIcon; declare const Asset: TablerIcon; declare const AsteriskSimple: TablerIcon; declare const Asterisk: TablerIcon; declare const AtOff: TablerIcon; declare const At: TablerIcon; declare const Atom2: TablerIcon; declare const AtomOff: TablerIcon; declare const Atom: TablerIcon; declare const AugmentedReality2: TablerIcon; declare const AugmentedRealityOff: TablerIcon; declare const AugmentedReality: TablerIcon; declare const Auth2fa: TablerIcon; declare const AutomaticGearbox: TablerIcon; declare const Automation: TablerIcon; declare const Avocado: TablerIcon; declare const AwardOff: TablerIcon; declare const Award: TablerIcon; declare const Axe: TablerIcon; declare const AxisX: TablerIcon; declare const AxisY: TablerIcon; declare const BabyBottle: TablerIcon; declare const BabyCarriage: TablerIcon; declare const Background: TablerIcon; declare const Backhoe: TablerIcon; declare const BackpackOff: TablerIcon; declare const Backpack: TablerIcon; declare const Backslash: TablerIcon; declare const Backspace: TablerIcon; declare const Badge2k: TablerIcon; declare const Badge3d: TablerIcon; declare const Badge3k: TablerIcon; declare const Badge4k: TablerIcon; declare const Badge5k: TablerIcon; declare const Badge8k: TablerIcon; declare const BadgeAdOff: TablerIcon; declare const BadgeAd: TablerIcon; declare const BadgeAr: TablerIcon; declare const BadgeCc: TablerIcon; declare const BadgeHd: TablerIcon; declare const BadgeOff: TablerIcon; declare const BadgeSd: TablerIcon; declare const BadgeTm: TablerIcon; declare const BadgeVo: TablerIcon; declare const BadgeVr: TablerIcon; declare const BadgeWc: TablerIcon; declare const Badge: TablerIcon; declare const BadgesOff: TablerIcon; declare const Badges: TablerIcon; declare const Baguette: TablerIcon; declare const BallAmericanFootballOff: TablerIcon; declare const BallAmericanFootball: TablerIcon; declare const BallBaseball: TablerIcon; declare const BallBasketball: TablerIcon; declare const BallBowling: TablerIcon; declare const BallFootballOff: TablerIcon; declare const BallFootball: TablerIcon; declare const BallTennis: TablerIcon; declare const BallVolleyball: TablerIcon; declare const BalloonOff: TablerIcon; declare const Balloon: TablerIcon; declare const BallpenOff: TablerIcon; declare const Ballpen: TablerIcon; declare const Ban: TablerIcon; declare const Banana: TablerIcon; declare const BandageOff: TablerIcon; declare const Bandage: TablerIcon; declare const BarbellOff: TablerIcon; declare const Barbell: TablerIcon; declare const BarcodeOff: TablerIcon; declare const Barcode: TablerIcon; declare const BarrelOff: TablerIcon; declare const Barrel: TablerIcon; declare const BarrierBlockOff: TablerIcon; declare const BarrierBlock: TablerIcon; declare const BaselineDensityLarge: TablerIcon; declare const BaselineDensityMedium: TablerIcon; declare const BaselineDensitySmall: TablerIcon; declare const Baseline: TablerIcon; declare const BasketBolt: TablerIcon; declare const BasketCancel: TablerIcon; declare const BasketCheck: TablerIcon; declare const BasketCode: TablerIcon; declare const BasketCog: TablerIcon; declare const BasketDiscount: TablerIcon; declare const BasketDollar: TablerIcon; declare const BasketDown: TablerIcon; declare const BasketExclamation: TablerIcon; declare const BasketHeart: TablerIcon; declare const BasketMinus: TablerIcon; declare const BasketOff: TablerIcon; declare const BasketPause: TablerIcon; declare const BasketPin: TablerIcon; declare const BasketPlus: TablerIcon; declare const BasketQuestion: TablerIcon; declare const BasketSearch: TablerIcon; declare const BasketShare: TablerIcon; declare const BasketStar: TablerIcon; declare const BasketUp: TablerIcon; declare const BasketX: TablerIcon; declare const Basket: TablerIcon; declare const Bat: TablerIcon; declare const BathOff: TablerIcon; declare const Bath: TablerIcon; declare const Battery1: TablerIcon; declare const Battery2: TablerIcon; declare const Battery3: TablerIcon; declare const Battery4: TablerIcon; declare const BatteryAutomotive: TablerIcon; declare const BatteryCharging2: TablerIcon; declare const BatteryCharging: TablerIcon; declare const BatteryEco: TablerIcon; declare const BatteryExclamation: TablerIcon; declare const BatteryOff: TablerIcon; declare const BatterySpark: TablerIcon; declare const BatteryVertical1: TablerIcon; declare const BatteryVertical2: TablerIcon; declare const BatteryVertical3: TablerIcon; declare const BatteryVertical4: TablerIcon; declare const BatteryVerticalCharging2: TablerIcon; declare const BatteryVerticalCharging: TablerIcon; declare const BatteryVerticalEco: TablerIcon; declare const BatteryVerticalExclamation: TablerIcon; declare const BatteryVerticalOff: TablerIcon; declare const BatteryVertical: TablerIcon; declare const Battery: TablerIcon; declare const BeachOff: TablerIcon; declare const Beach: TablerIcon; declare const BedFlat: TablerIcon; declare const BedOff: TablerIcon; declare const Bed: TablerIcon; declare const BeerOff: TablerIcon; declare const Beer: TablerIcon; declare const BellBolt: TablerIcon; declare const BellCancel: TablerIcon; declare const BellCheck: TablerIcon; declare const BellCode: TablerIcon; declare const BellCog: TablerIcon; declare const BellDollar: TablerIcon; declare const BellDown: TablerIcon; declare const BellExclamation: TablerIcon; declare const BellHeart: TablerIcon; declare const BellMinus: TablerIcon; declare const BellOff: TablerIcon; declare const BellPause: TablerIcon; declare const BellPin: TablerIcon; declare const BellPlus: TablerIcon; declare const BellQuestion: TablerIcon; declare const BellRinging2: TablerIcon; declare const BellRinging: TablerIcon; declare const BellSchool: TablerIcon; declare const BellSearch: TablerIcon; declare const BellShare: TablerIcon; declare const BellStar: TablerIcon; declare const BellUp: TablerIcon; declare const BellX: TablerIcon; declare const BellZ: TablerIcon; declare const Bell: TablerIcon; declare const Beta: TablerIcon; declare const Bible: TablerIcon; declare const BikeOff: TablerIcon; declare const Bike: TablerIcon; declare const BinaryOff: TablerIcon; declare const BinaryTree2: TablerIcon; declare const BinaryTree: TablerIcon; declare const Binary: TablerIcon; declare const Binoculars: TablerIcon; declare const BiohazardOff: TablerIcon; declare const Biohazard: TablerIcon; declare const Blade: TablerIcon; declare const BleachChlorine: TablerIcon; declare const BleachNoChlorine: TablerIcon; declare const BleachOff: TablerIcon; declare const Bleach: TablerIcon; declare const BlendMode: TablerIcon; declare const Blender: TablerIcon; declare const Blind: TablerIcon; declare const Blob: TablerIcon; declare const Blockquote: TablerIcon; declare const Blocks: TablerIcon; declare const BluetoothConnected: TablerIcon; declare const BluetoothOff: TablerIcon; declare const BluetoothX: TablerIcon; declare const Bluetooth: TablerIcon; declare const BlurOff: TablerIcon; declare const Blur: TablerIcon; declare const Bmp: TablerIcon; declare const BodyScan: TablerIcon; declare const BoldOff: TablerIcon; declare const Bold: TablerIcon; declare const BoltOff: TablerIcon; declare const Bolt: TablerIcon; declare const Bomb: TablerIcon; declare const BoneOff: TablerIcon; declare const Bone: TablerIcon; declare const BongOff: TablerIcon; declare const Bong: TablerIcon; declare const Book2: TablerIcon; declare const BookDownload: TablerIcon; declare const BookOff: TablerIcon; declare const BookUpload: TablerIcon; declare const Book: TablerIcon; declare const BookmarkAi: TablerIcon; declare const BookmarkEdit: TablerIcon; declare const BookmarkMinus: TablerIcon; declare const BookmarkOff: TablerIcon; declare const BookmarkPlus: TablerIcon; declare const BookmarkQuestion: TablerIcon; declare const Bookmark: TablerIcon; declare const BookmarksOff: TablerIcon; declare const Bookmarks: TablerIcon; declare const BooksOff: TablerIcon; declare const Books: TablerIcon; declare const Boom: TablerIcon; declare const BorderAll: TablerIcon; declare const BorderBottomPlus: TablerIcon; declare const BorderBottom: TablerIcon; declare const BorderCornerIos: TablerIcon; declare const BorderCornerPill: TablerIcon; declare const BorderCornerRounded: TablerIcon; declare const BorderCornerSquare: TablerIcon; declare const BorderCorners: TablerIcon; declare const BorderHorizontal: TablerIcon; declare const BorderInner: TablerIcon; declare const BorderLeftPlus: TablerIcon; declare const BorderLeft: TablerIcon; declare const BorderNone: TablerIcon; declare const BorderOuter: TablerIcon; declare const BorderRadius: TablerIcon; declare const BorderRightPlus: TablerIcon; declare const BorderRight: TablerIcon; declare const BorderSides: TablerIcon; declare const BorderStyle2: TablerIcon; declare const BorderStyle: TablerIcon; declare const BorderTopPlus: TablerIcon; declare const BorderTop: TablerIcon; declare const BorderVertical: TablerIcon; declare const BotId: TablerIcon; declare const BottleOff: TablerIcon; declare const Bottle: TablerIcon; declare const BounceLeft: TablerIcon; declare const BounceRight: TablerIcon; declare const Bow: TablerIcon; declare const BowlChopsticks: TablerIcon; declare const BowlSpoon: TablerIcon; declare const Bowl: TablerIcon; declare const Bowling: TablerIcon; declare const BoxAlignBottomLeft: TablerIcon; declare const BoxAlignBottomRight: TablerIcon; declare const BoxAlignBottom: TablerIcon; declare const BoxAlignLeft: TablerIcon; declare const BoxAlignRight: TablerIcon; declare const BoxAlignTopLeft: TablerIcon; declare const BoxAlignTopRight: TablerIcon; declare const BoxAlignTop: TablerIcon; declare const BoxMargin: TablerIcon; declare const BoxModel2Off: TablerIcon; declare const BoxModel2: TablerIcon; declare const BoxModelOff: TablerIcon; declare const BoxModel: TablerIcon; declare const BoxMultiple0: TablerIcon; declare const BoxMultiple1: TablerIcon; declare const BoxMultiple2: TablerIcon; declare const BoxMultiple3: TablerIcon; declare const BoxMultiple4: TablerIcon; declare const BoxMultiple5: TablerIcon; declare const BoxMultiple6: TablerIcon; declare const BoxMultiple7: TablerIcon; declare const BoxMultiple8: TablerIcon; declare const BoxMultiple9: TablerIcon; declare const BoxMultiple: TablerIcon; declare const BoxOff: TablerIcon; declare const BoxPadding: TablerIcon; declare const Box: TablerIcon; declare const BracesOff: TablerIcon; declare const Braces: TablerIcon; declare const BracketsAngleOff: TablerIcon; declare const BracketsAngle: TablerIcon; declare const BracketsContainEnd: TablerIcon; declare const BracketsContainStart: TablerIcon; declare const BracketsContain: TablerIcon; declare const BracketsOff: TablerIcon; declare const Brackets: TablerIcon; declare const Braille: TablerIcon; declare const Brain: TablerIcon; declare const Brand4chan: TablerIcon; declare const BrandAbstract: TablerIcon; declare const BrandAdobeAfterEffects: TablerIcon; declare const BrandAdobeIllustrator: TablerIcon; declare const BrandAdobeIndesign: TablerIcon; declare const BrandAdobePhotoshop: TablerIcon; declare const BrandAdobePremiere: TablerIcon; declare const BrandAdobeXd: TablerIcon; declare const BrandAdobe: TablerIcon; declare const BrandAdonisJs: TablerIcon; declare const BrandAirbnb: TablerIcon; declare const BrandAirtable: TablerIcon; declare const BrandAlgolia: TablerIcon; declare const BrandAlipay: TablerIcon; declare const BrandAlpineJs: TablerIcon; declare const BrandAmazon: TablerIcon; declare const BrandAmd: TablerIcon; declare const BrandAmie: TablerIcon; declare const BrandAmigo: TablerIcon; declare const BrandAmongUs: TablerIcon; declare const BrandAndroid: TablerIcon; declare const BrandAngular: TablerIcon; declare const BrandAnsible: TablerIcon; declare const BrandAo3: TablerIcon; declare const BrandAppgallery: TablerIcon; declare const BrandAppleArcade: TablerIcon; declare const BrandAppleNews: TablerIcon; declare const BrandApplePodcast: TablerIcon; declare const BrandApple: TablerIcon; declare const BrandAppstore: TablerIcon; declare const BrandArc: TablerIcon; declare const BrandAsana: TablerIcon; declare const BrandAstro: TablerIcon; declare const BrandAudible: TablerIcon; declare const BrandAuth0: TablerIcon; declare const BrandAws: TablerIcon; declare const BrandAzure: TablerIcon; declare const BrandBackbone: TablerIcon; declare const BrandBadoo: TablerIcon; declare const BrandBaidu: TablerIcon; declare const BrandBandcamp: TablerIcon; declare const BrandBandlab: TablerIcon; declare const BrandBeats: TablerIcon; declare const BrandBebo: TablerIcon; declare const BrandBehance: TablerIcon; declare const BrandBilibili: TablerIcon; declare const BrandBinance: TablerIcon; declare const BrandBing: TablerIcon; declare const BrandBitbucket: TablerIcon; declare const BrandBlackberry: TablerIcon; declare const BrandBlender: TablerIcon; declare const BrandBlogger: TablerIcon; declare const BrandBluesky: TablerIcon; declare const BrandBooking: TablerIcon; declare const BrandBootstrap: TablerIcon; declare const BrandBulma: TablerIcon; declare const BrandBumble: TablerIcon; declare const BrandBunpo: TablerIcon; declare const BrandCSharp: TablerIcon; declare const BrandCake: TablerIcon; declare const BrandCakephp: TablerIcon; declare const BrandCampaignmonitor: TablerIcon; declare const BrandCarbon: TablerIcon; declare const BrandCashapp: TablerIcon; declare const BrandChrome: TablerIcon; declare const BrandCinema4d: TablerIcon; declare const BrandCitymapper: TablerIcon; declare const BrandCloudflare: TablerIcon; declare const BrandCodecov: TablerIcon; declare const BrandCodepen: TablerIcon; declare const BrandCodesandbox: TablerIcon; declare const BrandCohost: TablerIcon; declare const BrandCoinbase: TablerIcon; declare const BrandComedyCentral: TablerIcon; declare const BrandCoreos: TablerIcon; declare const BrandCouchdb: TablerIcon; declare const BrandCouchsurfing: TablerIcon; declare const BrandCpp: TablerIcon; declare const BrandCraft: TablerIcon; declare const BrandCrunchbase: TablerIcon; declare const BrandCss3: TablerIcon; declare const BrandCtemplar: TablerIcon; declare const BrandCucumber: TablerIcon; declare const BrandCupra: TablerIcon; declare const BrandCypress: TablerIcon; declare const BrandD3: TablerIcon; declare const BrandDatabricks: TablerIcon; declare const BrandDaysCounter: TablerIcon; declare const BrandDcos: TablerIcon; declare const BrandDebian: TablerIcon; declare const BrandDeezer: TablerIcon; declare const BrandDeliveroo: TablerIcon; declare const BrandDeno: TablerIcon; declare const BrandDenodo: TablerIcon; declare const BrandDeviantart: TablerIcon; declare const BrandDigg: TablerIcon; declare const BrandDingtalk: TablerIcon; declare const BrandDiscord: TablerIcon; declare const BrandDisney: TablerIcon; declare const BrandDisqus: TablerIcon; declare const BrandDjango: TablerIcon; declare const BrandDocker: TablerIcon; declare const BrandDoctrine: TablerIcon; declare const BrandDolbyDigital: TablerIcon; declare const BrandDouban: TablerIcon; declare const BrandDribbble: TablerIcon; declare const BrandDropbox: TablerIcon; declare const BrandDrops: TablerIcon; declare const BrandDrupal: TablerIcon; declare const BrandEdge: TablerIcon; declare const BrandElastic: TablerIcon; declare const BrandElectronicArts: TablerIcon; declare const BrandEmber: TablerIcon; declare const BrandEnvato: TablerIcon; declare const BrandEtsy: TablerIcon; declare const BrandEvernote: TablerIcon; declare const BrandFacebook: TablerIcon; declare const BrandFeedly: TablerIcon; declare const BrandFigma: TablerIcon; declare const BrandFilezilla: TablerIcon; declare const BrandFinder: TablerIcon; declare const BrandFirebase: TablerIcon; declare const BrandFirefox: TablerIcon; declare const BrandFiverr: TablerIcon; declare const BrandFlickr: TablerIcon; declare const BrandFlightradar24: TablerIcon; declare const BrandFlipboard: TablerIcon; declare const BrandFlutter: TablerIcon; declare const BrandFortnite: TablerIcon; declare const BrandFoursquare: TablerIcon; declare const BrandFramerMotion: TablerIcon; declare const BrandFramer: TablerIcon; declare const BrandFunimation: TablerIcon; declare const BrandGatsby: TablerIcon; declare const BrandGit: TablerIcon; declare const BrandGithubCopilot: TablerIcon; declare const BrandGithub: TablerIcon; declare const BrandGitlab: TablerIcon; declare const BrandGmail: TablerIcon; declare const BrandGolang: TablerIcon; declare const BrandGoogleAnalytics: TablerIcon; declare const BrandGoogleBigQuery: TablerIcon; declare const BrandGoogleDrive: TablerIcon; declare const BrandGoogleFit: TablerIcon; declare const BrandGoogleHome: TablerIcon; declare const BrandGoogleMaps: TablerIcon; declare const BrandGoogleOne: TablerIcon; declare const BrandGooglePhotos: TablerIcon; declare const BrandGooglePlay: TablerIcon; declare const BrandGooglePodcasts: TablerIcon; declare const BrandGoogle: TablerIcon; declare const BrandGrammarly: TablerIcon; declare const BrandGraphql: TablerIcon; declare const BrandGravatar: TablerIcon; declare const BrandGrindr: TablerIcon; declare const BrandGuardian: TablerIcon; declare const BrandGumroad: TablerIcon; declare const BrandHackerrank: TablerIcon; declare const BrandHbo: TablerIcon; declare const BrandHeadlessui: TablerIcon; declare const BrandHexo: TablerIcon; declare const BrandHipchat: TablerIcon; declare const BrandHtml5: TablerIcon; declare const BrandInertia: TablerIcon; declare const BrandInfakt: TablerIcon; declare const BrandInstagram: TablerIcon; declare const BrandIntercom: TablerIcon; declare const BrandItch: TablerIcon; declare const BrandJavascript: TablerIcon; declare const BrandJira: TablerIcon; declare const BrandJuejin: TablerIcon; declare const BrandKakaoTalk: TablerIcon; declare const BrandKbin: TablerIcon; declare const BrandKick: TablerIcon; declare const BrandKickstarter: TablerIcon; declare const BrandKotlin: TablerIcon; declare const BrandLaravel: TablerIcon; declare const BrandLastfm: TablerIcon; declare const BrandLeetcode: TablerIcon; declare const BrandLetterboxd: TablerIcon; declare const BrandLine: TablerIcon; declare const BrandLinkedin: TablerIcon; declare const BrandLinktree: TablerIcon; declare const BrandLinqpad: TablerIcon; declare const BrandLivewire: TablerIcon; declare const BrandLoom: TablerIcon; declare const BrandMailgun: TablerIcon; declare const BrandMantine: TablerIcon; declare const BrandMastercard: TablerIcon; declare const BrandMastodon: TablerIcon; declare const BrandMatrix: TablerIcon; declare const BrandMcdonalds: TablerIcon; declare const BrandMedium: TablerIcon; declare const BrandMeetup: TablerIcon; declare const BrandMercedes: TablerIcon; declare const BrandMessenger: TablerIcon; declare const BrandMeta: TablerIcon; declare const BrandMetabrainz: TablerIcon; declare const BrandMinecraft: TablerIcon; declare const BrandMiniprogram: TablerIcon; declare const BrandMixpanel: TablerIcon; declare const BrandMonday: TablerIcon; declare const BrandMongodb: TablerIcon; declare const BrandMyOppo: TablerIcon; declare const BrandMysql: TablerIcon; declare const BrandNationalGeographic: TablerIcon; declare const BrandNem: TablerIcon; declare const BrandNetbeans: TablerIcon; declare const BrandNeteaseMusic: TablerIcon; declare const BrandNetflix: TablerIcon; declare const BrandNexo: TablerIcon; declare const BrandNextcloud: TablerIcon; declare const BrandNextjs: TablerIcon; declare const BrandNodejs: TablerIcon; declare const BrandNordVpn: TablerIcon; declare const BrandNotion: TablerIcon; declare const BrandNpm: TablerIcon; declare const BrandNuxt: TablerIcon; declare const BrandNytimes: TablerIcon; declare const BrandOauth: TablerIcon; declare const BrandOffice: TablerIcon; declare const BrandOkRu: TablerIcon; declare const BrandOnedrive: TablerIcon; declare const BrandOnlyfans: TablerIcon; declare const BrandOpenSource: TablerIcon; declare const BrandOpenai: TablerIcon; declare const BrandOpenvpn: TablerIcon; declare const BrandOpera: TablerIcon; declare const BrandPagekit: TablerIcon; declare const BrandParsinta: TablerIcon; declare const BrandPatreon: TablerIcon; declare const BrandPaypal: TablerIcon; declare const BrandPaypay: TablerIcon; declare const BrandPeanut: TablerIcon; declare const BrandPepsi: TablerIcon; declare const BrandPhp: TablerIcon; declare const BrandPicsart: TablerIcon; declare const BrandPinterest: TablerIcon; declare const BrandPlanetscale: TablerIcon; declare const BrandPnpm: TablerIcon; declare const BrandPocket: TablerIcon; declare const BrandPolymer: TablerIcon; declare const BrandPowershell: TablerIcon; declare const BrandPrintables: TablerIcon; declare const BrandPrisma: TablerIcon; declare const BrandProducthunt: TablerIcon; declare const BrandPushbullet: TablerIcon; declare const BrandPushover: TablerIcon; declare const BrandPython: TablerIcon; declare const BrandQq: TablerIcon; declare const BrandRadixUi: TablerIcon; declare const BrandReactNative: TablerIcon; declare const BrandReact: TablerIcon; declare const BrandReason: TablerIcon; declare const BrandReddit: TablerIcon; declare const BrandRedhat: TablerIcon; declare const BrandRedux: TablerIcon; declare const BrandRevolut: TablerIcon; declare const BrandRumble: TablerIcon; declare const BrandRust: TablerIcon; declare const BrandSafari: TablerIcon; declare const BrandSamsungpass: TablerIcon; declare const BrandSass: TablerIcon; declare const BrandSentry: TablerIcon; declare const BrandSharik: TablerIcon; declare const BrandShazam: TablerIcon; declare const BrandShopee: TablerIcon; declare const BrandSignal: TablerIcon; declare const BrandSketch: TablerIcon; declare const BrandSkype: TablerIcon; declare const BrandSlack: TablerIcon; declare const BrandSnapchat: TablerIcon; declare const BrandSnapseed: TablerIcon; declare const BrandSnowflake: TablerIcon; declare const BrandSocketIo: TablerIcon; declare const BrandSolidjs: TablerIcon; declare const BrandSoundcloud: TablerIcon; declare const BrandSpacehey: TablerIcon; declare const BrandSpeedtest: TablerIcon; declare const BrandSpotify: TablerIcon; declare const BrandStackoverflow: TablerIcon; declare const BrandStackshare: TablerIcon; declare const BrandSteam: TablerIcon; declare const BrandStellar: TablerIcon; declare const BrandStocktwits: TablerIcon; declare const BrandStorj: TablerIcon; declare const BrandStorybook: TablerIcon; declare const BrandStorytel: TablerIcon; declare const BrandStrava: TablerIcon; declare const BrandStripe: TablerIcon; declare const BrandSublimeText: TablerIcon; declare const BrandSugarizer: TablerIcon; declare const BrandSupabase: TablerIcon; declare const BrandSuperhuman: TablerIcon; declare const BrandSupernova: TablerIcon; declare const BrandSurfshark: TablerIcon; declare const BrandSvelte: TablerIcon; declare const BrandSwift: TablerIcon; declare const BrandSymfony: TablerIcon; declare const BrandTabler: TablerIcon; declare const BrandTabnine: TablerIcon; declare const BrandTailwind: TablerIcon; declare const BrandTaobao: TablerIcon; declare const BrandTeams: TablerIcon; declare const BrandTed: TablerIcon; declare const BrandTelegram: TablerIcon; declare const BrandTerraform: TablerIcon; declare const BrandTesla: TablerIcon; declare const BrandTether: TablerIcon; declare const BrandThingiverse: TablerIcon; declare const BrandThreads: TablerIcon; declare const BrandThreejs: TablerIcon; declare const BrandTidal: TablerIcon; declare const BrandTiktok: TablerIcon; declare const BrandTinder: TablerIcon; declare const BrandTopbuzz: TablerIcon; declare const BrandTorchain: TablerIcon; declare const BrandToyota: TablerIcon; declare const BrandTrello: TablerIcon; declare const BrandTripadvisor: TablerIcon; declare const BrandTumblr: TablerIcon; declare const BrandTwilio: TablerIcon; declare const BrandTwitch: TablerIcon; declare const BrandTwitter: TablerIcon; declare const BrandTypescript: TablerIcon; declare const BrandUber: TablerIcon; declare const BrandUbuntu: TablerIcon; declare const BrandUnity: TablerIcon; declare const BrandUnsplash: TablerIcon; declare const BrandUpwork: TablerIcon; declare const BrandValorant: TablerIcon; declare const BrandVechain: TablerIcon; declare const BrandVercel: TablerIcon; declare const BrandVimeo: TablerIcon; declare const BrandVinted: TablerIcon; declare const BrandVisa: TablerIcon; declare const BrandVisualStudio: TablerIcon; declare const BrandVite: TablerIcon; declare const BrandVivaldi: TablerIcon; declare const BrandVk: TablerIcon; declare const BrandVlc: TablerIcon; declare const BrandVolkswagen: TablerIcon; declare const BrandVsco: TablerIcon; declare const BrandVscode: TablerIcon; declare const BrandVue: TablerIcon; declare const BrandWalmart: TablerIcon; declare const BrandWaze: TablerIcon; declare const BrandWebflow: TablerIcon; declare const BrandWechat: TablerIcon; declare const BrandWeibo: TablerIcon; declare const BrandWhatsapp: TablerIcon; declare const BrandWikipedia: TablerIcon; declare const BrandWindows: TablerIcon; declare const BrandWindy: TablerIcon; declare const BrandWish: TablerIcon; declare const BrandWix: TablerIcon; declare const BrandWordpress: TablerIcon; declare const BrandX: TablerIcon; declare const BrandXamarin: TablerIcon; declare const BrandXbox: TablerIcon; declare const BrandXdeep: TablerIcon; declare const BrandXing: TablerIcon; declare const BrandYahoo: TablerIcon; declare const BrandYandex: TablerIcon; declare const BrandYarn: TablerIcon; declare const BrandYatse: TablerIcon; declare const BrandYcombinator: TablerIcon; declare const BrandYoutubeKids: TablerIcon; declare const BrandYoutube: TablerIcon; declare const BrandZalando: TablerIcon; declare const BrandZapier: TablerIcon; declare const BrandZeit: TablerIcon; declare const BrandZhihu: TablerIcon; declare const BrandZoom: TablerIcon; declare const BrandZulip: TablerIcon; declare const BrandZwift: TablerIcon; declare const BreadOff: TablerIcon; declare const Bread: TablerIcon; declare const Briefcase2: TablerIcon; declare const BriefcaseOff: TablerIcon; declare const Briefcase: TablerIcon; declare const Brightness2: TablerIcon; declare const BrightnessAuto: TablerIcon; declare const BrightnessDown: TablerIcon; declare const BrightnessHalf: TablerIcon; declare const BrightnessOff: TablerIcon; declare const BrightnessUp: TablerIcon; declare const Brightness: TablerIcon; declare const BroadcastOff: TablerIcon; declare const Broadcast: TablerIcon; declare const BrowserCheck: TablerIcon; declare const BrowserMaximize: TablerIcon; declare const BrowserMinus: TablerIcon; declare const BrowserOff: TablerIcon; declare const BrowserPlus: TablerIcon; declare const BrowserShare: TablerIcon; declare const BrowserX: TablerIcon; declare const Browser: TablerIcon; declare const BrushOff: TablerIcon; declare const Brush: TablerIcon; declare const BubbleMinus: TablerIcon; declare const BubblePlus: TablerIcon; declare const BubbleTea2: TablerIcon; declare const BubbleTea: TablerIcon; declare const BubbleText: TablerIcon; declare const BubbleX: TablerIcon; declare const Bubble: TablerIcon; declare const BucketDroplet: TablerIcon; declare const BucketOff: TablerIcon; declare const Bucket: TablerIcon; declare const BugOff: TablerIcon; declare const Bug: TablerIcon; declare const BuildingAirport: TablerIcon; declare const BuildingArch: TablerIcon; declare const BuildingBank: TablerIcon; declare const BuildingBridge2: TablerIcon; declare const BuildingBridge: TablerIcon; declare const BuildingBroadcastTower: TablerIcon; declare const BuildingBurjAlArab: TablerIcon; declare const BuildingCarousel: TablerIcon; declare const BuildingCastle: TablerIcon; declare const BuildingChurch: TablerIcon; declare const BuildingCircus: TablerIcon; declare const BuildingCog: TablerIcon; declare const BuildingCommunity: TablerIcon; declare const BuildingCottage: TablerIcon; declare const BuildingEiffelTower: TablerIcon; declare const BuildingEstate: TablerIcon; declare const BuildingFactory2: TablerIcon; declare const BuildingFactory: TablerIcon; declare const BuildingFortress: TablerIcon; declare const BuildingHospital: TablerIcon; declare const BuildingLighthouse: TablerIcon; declare const BuildingMinus: TablerIcon; declare const BuildingMonument: TablerIcon; declare const BuildingMosque: TablerIcon; declare const BuildingOff: TablerIcon; declare const BuildingPavilion: TablerIcon; declare const BuildingPlus: TablerIcon; declare const BuildingSkyscraper: TablerIcon; declare const BuildingStadium: TablerIcon; declare const BuildingStore: TablerIcon; declare const BuildingTunnel: TablerIcon; declare const BuildingWarehouse: TablerIcon; declare const BuildingWindTurbine: TablerIcon; declare const Building: TablerIcon; declare const Buildings: TablerIcon; declare const BulbOff: TablerIcon; declare const Bulb: TablerIcon; declare const Bulldozer: TablerIcon; declare const Burger: TablerIcon; declare const BusOff: TablerIcon; declare const BusStop: TablerIcon; declare const Bus: TablerIcon; declare const Businessplan: TablerIcon; declare const Butterfly: TablerIcon; declare const CactusOff: TablerIcon; declare const Cactus: TablerIcon; declare const CakeOff: TablerIcon; declare const CakeRoll: TablerIcon; declare const Cake: TablerIcon; declare const CalculatorOff: TablerIcon; declare const Calculator: TablerIcon; declare const CalendarBolt: TablerIcon; declare const CalendarCancel: TablerIcon; declare const CalendarCheck: TablerIcon; declare const CalendarClock: TablerIcon; declare const CalendarCode: TablerIcon; declare const CalendarCog: TablerIcon; declare const CalendarDollar: TablerIcon; declare const CalendarDot: TablerIcon; declare const CalendarDown: TablerIcon; declare const CalendarDue: TablerIcon; declare const CalendarEvent: TablerIcon; declare const CalendarExclamation: TablerIcon; declare const CalendarHeart: TablerIcon; declare const CalendarMinus: TablerIcon; declare const CalendarMonth: TablerIcon; declare const CalendarOff: TablerIcon; declare const CalendarPause: TablerIcon; declare const CalendarPin: TablerIcon; declare const CalendarPlus: TablerIcon; declare const CalendarQuestion: TablerIcon; declare const CalendarRepeat: TablerIcon; declare const CalendarSad: TablerIcon; declare const CalendarSearch: TablerIcon; declare const CalendarShare: TablerIcon; declare const CalendarSmile: TablerIcon; declare const CalendarStar: TablerIcon; declare const CalendarStats: TablerIcon; declare const CalendarTime: TablerIcon; declare const CalendarUp: TablerIcon; declare const CalendarUser: TablerIcon; declare const CalendarWeek: TablerIcon; declare const CalendarX: TablerIcon; declare const Calendar: TablerIcon; declare const CameraAi: TablerIcon; declare const CameraBitcoin: TablerIcon; declare const CameraBolt: TablerIcon; declare const CameraCancel: TablerIcon; declare const CameraCheck: TablerIcon; declare const CameraCode: TablerIcon; declare const CameraCog: TablerIcon; declare const CameraDollar: TablerIcon; declare const CameraDown: TablerIcon; declare const CameraExclamation: TablerIcon; declare const CameraHeart: TablerIcon; declare const CameraMinus: TablerIcon; declare const CameraMoon: TablerIcon; declare const CameraOff: TablerIcon; declare const CameraPause: TablerIcon; declare const CameraPin: TablerIcon; declare const CameraPlus: TablerIcon; declare const CameraQuestion: TablerIcon; declare const CameraRotate: TablerIcon; declare const CameraSearch: TablerIcon; declare const CameraSelfie: TablerIcon; declare const CameraShare: TablerIcon; declare const CameraSpark: TablerIcon; declare const CameraStar: TablerIcon; declare const CameraUp: TablerIcon; declare const CameraX: TablerIcon; declare const Camera: TablerIcon; declare const Camper: TablerIcon; declare const Campfire: TablerIcon; declare const Canary: TablerIcon; declare const Cancel: TablerIcon; declare const Candle: TablerIcon; declare const CandyOff: TablerIcon; declare const Candy: TablerIcon; declare const Cane: TablerIcon; declare const Cannabis: TablerIcon; declare const CapProjecting: TablerIcon; declare const CapRounded: TablerIcon; declare const CapStraight: TablerIcon; declare const CapsuleHorizontal: TablerIcon; declare const Capsule: TablerIcon; declare const CaptureOff: TablerIcon; declare const Capture: TablerIcon; declare const Car4wd: TablerIcon; declare const CarCrane: TablerIcon; declare const CarCrash: TablerIcon; declare const CarDoor: TablerIcon; declare const CarFan1: TablerIcon; declare const CarFan2: TablerIcon; declare const CarFan3: TablerIcon; declare const CarFanAuto: TablerIcon; declare const CarFan: TablerIcon; declare const CarGarage: TablerIcon; declare const CarLifter: TablerIcon; declare const CarOffRoad: TablerIcon; declare const CarOff: TablerIcon; declare const CarSuspension: TablerIcon; declare const CarSuv: TablerIcon; declare const CarTurbine: TablerIcon; declare const Car: TablerIcon; declare const Carambola: TablerIcon; declare const Caravan: TablerIcon; declare const CardboardsOff: TablerIcon; declare const Cardboards: TablerIcon; declare const Cards: TablerIcon; declare const CaretDown: TablerIcon; declare const CaretLeftRight: TablerIcon; declare const CaretLeft: TablerIcon; declare const CaretRight: TablerIcon; declare const CaretUpDown: TablerIcon; declare const CaretUp: TablerIcon; declare const CarouselHorizontal: TablerIcon; declare const CarouselVertical: TablerIcon; declare const CarrotOff: TablerIcon; declare const Carrot: TablerIcon; declare const CashBanknoteEdit: TablerIcon; declare const CashBanknoteHeart: TablerIcon; declare const CashBanknoteMinus: TablerIcon; declare const CashBanknoteMoveBack: TablerIcon; declare const CashBanknoteMove: TablerIcon; declare const CashBanknoteOff: TablerIcon; declare const CashBanknotePlus: TablerIcon; declare const CashBanknote: TablerIcon; declare const CashEdit: TablerIcon; declare const CashHeart: TablerIcon; declare const CashMinus: TablerIcon; declare const CashMoveBack: TablerIcon; declare const CashMove: TablerIcon; declare const CashOff: TablerIcon; declare const CashPlus: TablerIcon; declare const CashRegister: TablerIcon; declare const Cash: TablerIcon; declare const CastOff: TablerIcon; declare const Cast: TablerIcon; declare const Cat: TablerIcon; declare const Category2: TablerIcon; declare const CategoryMinus: TablerIcon; declare const CategoryPlus: TablerIcon; declare const Category: TablerIcon; declare const CeOff: TablerIcon; declare const Ce: TablerIcon; declare const CellSignal1: TablerIcon; declare const CellSignal2: TablerIcon; declare const CellSignal3: TablerIcon; declare const CellSignal4: TablerIcon; declare const CellSignal5: TablerIcon; declare const CellSignalOff: TablerIcon; declare const Cell: TablerIcon; declare const Certificate2Off: TablerIcon; declare const Certificate2: TablerIcon; declare const CertificateOff: TablerIcon; declare const Certificate: TablerIcon; declare const ChairDirector: TablerIcon; declare const ChalkboardOff: TablerIcon; declare const ChalkboardTeacher: TablerIcon; declare const Chalkboard: TablerIcon; declare const ChargingPile: TablerIcon; declare const ChartArcs3: TablerIcon; declare const ChartArcs: TablerIcon; declare const ChartAreaLine: TablerIcon; declare const ChartArea: TablerIcon; declare const ChartArrowsVertical: TablerIcon; declare const ChartArrows: TablerIcon; declare const ChartBarOff: TablerIcon; declare const ChartBarPopular: TablerIcon; declare const ChartBar: TablerIcon; declare const ChartBubble: TablerIcon; declare const ChartCandle: TablerIcon; declare const ChartCircles: TablerIcon; declare const ChartCohort: TablerIcon; declare const ChartColumn: TablerIcon; declare const ChartCovariate: TablerIcon; declare const ChartDonut2: TablerIcon; declare const ChartDonut3: TablerIcon; declare const ChartDonut4: TablerIcon; declare const ChartDonut: TablerIcon; declare const ChartDots2: TablerIcon; declare const ChartDots3: TablerIcon; declare const ChartDots: TablerIcon; declare const ChartFunnel: TablerIcon; declare const ChartGridDots: TablerIcon; declare const ChartHistogram: TablerIcon; declare const ChartInfographic: TablerIcon; declare const ChartLine: TablerIcon; declare const ChartPie2: TablerIcon; declare const ChartPie3: TablerIcon; declare const ChartPie4: TablerIcon; declare const ChartPieOff: TablerIcon; declare const ChartPie: TablerIcon; declare const ChartPpf: TablerIcon; declare const ChartRadar: TablerIcon; declare const ChartSankey: TablerIcon; declare const ChartScatter3d: TablerIcon; declare const ChartScatter: TablerIcon; declare const ChartTreemap: TablerIcon; declare const Check: TablerIcon; declare const Checkbox: TablerIcon; declare const Checklist: TablerIcon; declare const Checks: TablerIcon; declare const CheckupList: TablerIcon; declare const Cheese: TablerIcon; declare const ChefHatOff: TablerIcon; declare const ChefHat: TablerIcon; declare const Cherry: TablerIcon; declare const ChessBishop: TablerIcon; declare const ChessKing: TablerIcon; declare const ChessKnight: TablerIcon; declare const ChessQueen: TablerIcon; declare const ChessRook: TablerIcon; declare const Chess: TablerIcon; declare const ChevronCompactDown: TablerIcon; declare const ChevronCompactLeft: TablerIcon; declare const ChevronCompactRight: TablerIcon; declare const ChevronCompactUp: TablerIcon; declare const ChevronDownLeft: TablerIcon; declare const ChevronDownRight: TablerIcon; declare const ChevronDown: TablerIcon; declare const ChevronLeftPipe: TablerIcon; declare const ChevronLeft: TablerIcon; declare const ChevronRightPipe: TablerIcon; declare const ChevronRight: TablerIcon; declare const ChevronUpLeft: TablerIcon; declare const ChevronUpRight: TablerIcon; declare const ChevronUp: TablerIcon; declare const ChevronsDownLeft: TablerIcon; declare const ChevronsDownRight: TablerIcon; declare const ChevronsDown: TablerIcon; declare const ChevronsLeft: TablerIcon; declare const ChevronsRight: TablerIcon; declare const ChevronsUpLeft: TablerIcon; declare const ChevronsUpRight: TablerIcon; declare const ChevronsUp: TablerIcon; declare const Chisel: TablerIcon; declare const Chocolate: TablerIcon; declare const ChristmasBall: TablerIcon; declare const ChristmasTreeOff: TablerIcon; declare const ChristmasTree: TablerIcon; declare const CircleArrowDownLeft: TablerIcon; declare const CircleArrowDownRight: TablerIcon; declare const CircleArrowDown: TablerIcon; declare const CircleArrowLeft: TablerIcon; declare const CircleArrowRight: TablerIcon; declare const CircleArrowUpLeft: TablerIcon; declare const CircleArrowUpRight: TablerIcon; declare const CircleArrowUp: TablerIcon; declare const CircleAsterisk: TablerIcon; declare const CircleCaretDown: TablerIcon; declare const CircleCaretLeft: TablerIcon; declare const CircleCaretRight: TablerIcon; declare const CircleCaretUp: TablerIcon; declare const CircleCheck: TablerIcon; declare const CircleChevronDown: TablerIcon; declare const CircleChevronLeft: TablerIcon; declare const CircleChevronRight: TablerIcon; declare const CircleChevronUp: TablerIcon; declare const CircleChevronsDown: TablerIcon; declare const CircleChevronsLeft: TablerIcon; declare const CircleChevronsRight: TablerIcon; declare const CircleChevronsUp: TablerIcon; declare const CircleDashedCheck: TablerIcon; declare const CircleDashedLetterA: TablerIcon; declare const CircleDashedLetterB: TablerIcon; declare const CircleDashedLetterC: TablerIcon; declare const CircleDashedLetterD: TablerIcon; declare const CircleDashedLetterE: TablerIcon; declare const CircleDashedLetterF: TablerIcon; declare const CircleDashedLetterG: TablerIcon; declare const CircleDashedLetterH: TablerIcon; declare const CircleDashedLetterI: TablerIcon; declare const CircleDashedLetterJ: TablerIcon; declare const CircleDashedLetterK: TablerIcon; declare const CircleDashedLetterL: TablerIcon; declare const CircleDashedLetterM: TablerIcon; declare const CircleDashedLetterN: TablerIcon; declare const CircleDashedLetterO: TablerIcon; declare const CircleDashedLetterP: TablerIcon; declare const CircleDashedLetterQ: TablerIcon; declare const CircleDashedLetterR: TablerIcon; declare const CircleDashedLetterS: TablerIcon; declare const CircleDashedLetterT: TablerIcon; declare const CircleDashedLetterU: TablerIcon; declare const CircleDashedLetterV: TablerIcon; declare const CircleDashedLetterW: TablerIcon; declare const CircleDashedLetterX: TablerIcon; declare const CircleDashedLetterY: TablerIcon; declare const CircleDashedLetterZ: TablerIcon; declare const CircleDashedMinus: TablerIcon; declare const CircleDashedNumber0: TablerIcon; declare const CircleDashedNumber1: TablerIcon; declare const CircleDashedNumber2: TablerIcon; declare const CircleDashedNumber3: TablerIcon; declare const CircleDashedNumber4: TablerIcon; declare const CircleDashedNumber5: TablerIcon; declare const CircleDashedNumber6: TablerIcon; declare const CircleDashedNumber7: TablerIcon; declare const CircleDashedNumber8: TablerIcon; declare const CircleDashedNumber9: TablerIcon; declare const CircleDashedPercentage: TablerIcon; declare const CircleDashedPlus: TablerIcon; declare const CircleDashedX: TablerIcon; declare const CircleDashed: TablerIcon; declare const CircleDot: TablerIcon; declare const CircleDottedLetterA: TablerIcon; declare const CircleDottedLetterB: TablerIcon; declare const CircleDottedLetterC: TablerIcon; declare const CircleDottedLetterD: TablerIcon; declare const CircleDottedLetterE: TablerIcon; declare const CircleDottedLetterF: TablerIcon; declare const CircleDottedLetterG: TablerIcon; declare const CircleDottedLetterH: TablerIcon; declare const CircleDottedLetterI: TablerIcon; declare const CircleDottedLetterJ: TablerIcon; declare const CircleDottedLetterK: TablerIcon; declare const CircleDottedLetterL: TablerIcon; declare const CircleDottedLetterM: TablerIcon; declare const CircleDottedLetterN: TablerIcon; declare const CircleDottedLetterO: TablerIcon; declare const CircleDottedLetterP: TablerIcon; declare const CircleDottedLetterQ: TablerIcon; declare const CircleDottedLetterR: TablerIcon; declare const CircleDottedLetterS: TablerIcon; declare const CircleDottedLetterT: TablerIcon; declare const CircleDottedLetterU: TablerIcon; declare const CircleDottedLetterV: TablerIcon; declare const CircleDottedLetterW: TablerIcon; declare const CircleDottedLetterX: TablerIcon; declare const CircleDottedLetterY: TablerIcon; declare const CircleDottedLetterZ: TablerIcon; declare const CircleDotted: TablerIcon; declare const CircleHalf2: TablerIcon; declare const CircleHalfVertical: TablerIcon; declare const CircleHalf: TablerIcon; declare const CircleKey: TablerIcon; declare const CircleLetterA: TablerIcon; declare const CircleLetterB: TablerIcon; declare const CircleLetterC: TablerIcon; declare const CircleLetterD: TablerIcon; declare const CircleLetterE: TablerIcon; declare const CircleLetterF: TablerIcon; declare const CircleLetterG: TablerIcon; declare const CircleLetterH: TablerIcon; declare const CircleLetterI: TablerIcon; declare const CircleLetterJ: TablerIcon; declare const CircleLetterK: TablerIcon; declare const CircleLetterL: TablerIcon; declare const CircleLetterM: TablerIcon; declare const CircleLetterN: TablerIcon; declare const CircleLetterO: TablerIcon; declare const CircleLetterP: TablerIcon; declare const CircleLetterQ: TablerIcon; declare const CircleLetterR: TablerIcon; declare const CircleLetterS: TablerIcon; declare const CircleLetterT: TablerIcon; declare const CircleLetterU: TablerIcon; declare const CircleLetterV: TablerIcon; declare const CircleLetterW: TablerIcon; declare const CircleLetterX: TablerIcon; declare const CircleLetterY: TablerIcon; declare const CircleLetterZ: TablerIcon; declare const CircleMinus2: TablerIcon; declare const CircleMinus: TablerIcon; declare const CircleNumber0: TablerIcon; declare const CircleNumber1: TablerIcon; declare const CircleNumber2: TablerIcon; declare const CircleNumber3: TablerIcon; declare const CircleNumber4: TablerIcon; declare const CircleNumber5: TablerIcon; declare const CircleNumber6: TablerIcon; declare const CircleNumber7: TablerIcon; declare const CircleNumber8: TablerIcon; declare const CircleNumber9: TablerIcon; declare const CircleOff: TablerIcon; declare const CircleOpenArrowDown: TablerIcon; declare const CircleOpenArrowLeft: TablerIcon; declare const CircleOpenArrowRight: TablerIcon; declare const CircleOpenArrowUp: TablerIcon; declare const CirclePercentage: TablerIcon; declare const CirclePlus2: TablerIcon; declare const CirclePlusMinus: TablerIcon; declare const CirclePlus: TablerIcon; declare const CircleRectangleOff: TablerIcon; declare const CircleRectangle: TablerIcon; declare const CircleSquare: TablerIcon; declare const CircleTriangle: TablerIcon; declare const CircleX: TablerIcon; declare const Circle: TablerIcon; declare const CirclesRelation: TablerIcon; declare const Circles: TablerIcon; declare const CircuitAmmeter: TablerIcon; declare const CircuitBattery: TablerIcon; declare const CircuitBulb: TablerIcon; declare const CircuitCapacitorPolarized: TablerIcon; declare const CircuitCapacitor: TablerIcon; declare const CircuitCellPlus: TablerIcon; declare const CircuitCell: TablerIcon; declare const CircuitChangeover: TablerIcon; declare const CircuitDiodeZener: TablerIcon; declare const CircuitDiode: TablerIcon; declare const CircuitGroundDigital: TablerIcon; declare const CircuitGround: TablerIcon; declare const CircuitInductor: TablerIcon; declare const CircuitMotor: TablerIcon; declare const CircuitPushbutton: TablerIcon; declare const CircuitResistor: TablerIcon; declare const CircuitSwitchClosed: TablerIcon; declare const CircuitSwitchOpen: TablerIcon; declare const CircuitVoltmeter: TablerIcon; declare const ClearAll: TablerIcon; declare const ClearFormatting: TablerIcon; declare const ClefStaff: TablerIcon; declare const Clef: TablerIcon; declare const Click: TablerIcon; declare const CliffJumping: TablerIcon; declare const ClipboardCheck: TablerIcon; declare const ClipboardCopy: TablerIcon; declare const ClipboardData: TablerIcon; declare const ClipboardHeart: TablerIcon; declare const ClipboardList: TablerIcon; declare const ClipboardOff: TablerIcon; declare const ClipboardPlus: TablerIcon; declare const ClipboardSearch: TablerIcon; declare const ClipboardSmile: TablerIcon; declare const ClipboardText: TablerIcon; declare const ClipboardTypography: TablerIcon; declare const ClipboardX: TablerIcon; declare const Clipboard: TablerIcon; declare const Clock12: TablerIcon; declare const Clock2: TablerIcon; declare const Clock24: TablerIcon; declare const ClockBitcoin: TablerIcon; declare const ClockBolt: TablerIcon; declare const ClockCancel: TablerIcon; declare const ClockCheck: TablerIcon; declare const ClockCode: TablerIcon; declare const ClockCog: TablerIcon; declare const ClockDollar: TablerIcon; declare const ClockDown: TablerIcon; declare const ClockEdit: TablerIcon; declare const ClockExclamation: TablerIcon; declare const ClockHeart: TablerIcon; declare const ClockHour1: TablerIcon; declare const ClockHour10: TablerIcon; declare const ClockHour11: TablerIcon; declare const ClockHour12: TablerIcon; declare const ClockHour2: TablerIcon; declare const ClockHour3: TablerIcon; declare const ClockHour4: TablerIcon; declare const ClockHour5: TablerIcon; declare const ClockHour6: TablerIcon; declare const ClockHour7: TablerIcon; declare const ClockHour8: TablerIcon; declare const ClockHour9: TablerIcon; declare const ClockMinus: TablerIcon; declare const ClockOff: TablerIcon; declare const ClockPause: TablerIcon; declare const ClockPin: TablerIcon; declare const ClockPlay: TablerIcon; declare const ClockPlus: TablerIcon; declare const ClockQuestion: TablerIcon; declare const ClockRecord: TablerIcon; declare const ClockSearch: TablerIcon; declare const ClockShare: TablerIcon; declare const ClockShield: TablerIcon; declare const ClockStar: TablerIcon; declare const ClockStop: TablerIcon; declare const ClockUp: TablerIcon; declare const ClockX: TablerIcon; declare const Clock: TablerIcon; declare const ClothesRackOff: TablerIcon; declare const ClothesRack: TablerIcon; declare const CloudBitcoin: TablerIcon; declare const CloudBolt: TablerIcon; declare const CloudCancel: TablerIcon; declare const CloudCheck: TablerIcon; declare const CloudCode: TablerIcon; declare const CloudCog: TablerIcon; declare const CloudComputing: TablerIcon; declare const CloudDataConnection: TablerIcon; declare const CloudDollar: TablerIcon; declare const CloudDown: TablerIcon; declare const CloudDownload: TablerIcon; declare const CloudExclamation: TablerIcon; declare const CloudFog: TablerIcon; declare const CloudHeart: TablerIcon; declare const CloudLockOpen: TablerIcon; declare const CloudLock: TablerIcon; declare const CloudMinus: TablerIcon; declare const CloudNetwork: TablerIcon; declare const CloudOff: TablerIcon; declare const CloudPause: TablerIcon; declare const CloudPin: TablerIcon; declare const CloudPlus: TablerIcon; declare const CloudQuestion: TablerIcon; declare const CloudRain: TablerIcon; declare const CloudSearch: TablerIcon; declare const CloudShare: TablerIcon; declare const CloudSnow: TablerIcon; declare const CloudStar: TablerIcon; declare const CloudStorm: TablerIcon; declare const CloudUp: TablerIcon; declare const CloudUpload: TablerIcon; declare const CloudX: TablerIcon; declare const Cloud: TablerIcon; declare const Clover2: TablerIcon; declare const Clover: TablerIcon; declare const Clubs: TablerIcon; declare const CodeAi: TablerIcon; declare const CodeAsterisk: TablerIcon; declare const CodeCircle2: TablerIcon; declare const CodeCircle: TablerIcon; declare const CodeDots: TablerIcon; declare const CodeMinus: TablerIcon; declare const CodeOff: TablerIcon; declare const CodePlus: TablerIcon; declare const CodeVariableMinus: TablerIcon; declare const CodeVariablePlus: TablerIcon; declare const CodeVariable: TablerIcon; declare const Code: TablerIcon; declare const Codeblock: TablerIcon; declare const CoffeeOff: TablerIcon; declare const Coffee: TablerIcon; declare const Coffin: TablerIcon; declare const CoinBitcoin: TablerIcon; declare const CoinEuro: TablerIcon; declare const CoinMonero: TablerIcon; declare const CoinOff: TablerIcon; declare const CoinPound: TablerIcon; declare const CoinRupee: TablerIcon; declare const CoinTaka: TablerIcon; declare const CoinYen: TablerIcon; declare const CoinYuan: TablerIcon; declare const Coin: TablerIcon; declare const Coins: TablerIcon; declare const ColorFilter: TablerIcon; declare const ColorPickerOff: TablerIcon; declare const ColorPicker: TablerIcon; declare const ColorSwatchOff: TablerIcon; declare const ColorSwatch: TablerIcon; declare const ColumnInsertLeft: TablerIcon; declare const ColumnInsertRight: TablerIcon; declare const ColumnRemove: TablerIcon; declare const Columns1: TablerIcon; declare const Columns2: TablerIcon; declare const Columns3: TablerIcon; declare const ColumnsOff: TablerIcon; declare const Columns: TablerIcon; declare const Comet: TablerIcon; declare const CommandOff: TablerIcon; declare const Command: TablerIcon; declare const CompassOff: TablerIcon; declare const Compass: TablerIcon; declare const ComponentsOff: TablerIcon; declare const Components: TablerIcon; declare const Cone2: TablerIcon; declare const ConeOff: TablerIcon; declare const ConePlus: TablerIcon; declare const Cone: TablerIcon; declare const ConfettiOff: TablerIcon; declare const Confetti: TablerIcon; declare const Confucius: TablerIcon; declare const CongruentTo: TablerIcon; declare const Connection: TablerIcon; declare const ContainerOff: TablerIcon; declare const Container: TablerIcon; declare const Contract: TablerIcon; declare const Contrast2Off: TablerIcon; declare const Contrast2: TablerIcon; declare const ContrastOff: TablerIcon; declare const Contrast: TablerIcon; declare const Cooker: TablerIcon; declare const CookieMan: TablerIcon; declare const CookieOff: TablerIcon; declare const Cookie: TablerIcon; declare const CopyCheck: TablerIcon; declare const CopyMinus: TablerIcon; declare const CopyOff: TablerIcon; declare const CopyPlus: TablerIcon; declare const CopyX: TablerIcon; declare const Copy: TablerIcon; declare const CopyleftOff: TablerIcon; declare const Copyleft: TablerIcon; declare const CopyrightOff: TablerIcon; declare const Copyright: TablerIcon; declare const CornerDownLeftDouble: TablerIcon; declare const CornerDownLeft: TablerIcon; declare const CornerDownRightDouble: TablerIcon; declare const CornerDownRight: TablerIcon; declare const CornerLeftDownDouble: TablerIcon; declare const CornerLeftDown: TablerIcon; declare const CornerLeftUpDouble: TablerIcon; declare const CornerLeftUp: TablerIcon; declare const CornerRightDownDouble: TablerIcon; declare const CornerRightDown: TablerIcon; declare const CornerRightUpDouble: TablerIcon; declare const CornerRightUp: TablerIcon; declare const CornerUpLeftDouble: TablerIcon; declare const CornerUpLeft: TablerIcon; declare const CornerUpRightDouble: TablerIcon; declare const CornerUpRight: TablerIcon; declare const Cpu2: TablerIcon; declare const CpuOff: TablerIcon; declare const Cpu: TablerIcon; declare const CraneOff: TablerIcon; declare const Crane: TablerIcon; declare const CreativeCommonsBy: TablerIcon; declare const CreativeCommonsNc: TablerIcon; declare const CreativeCommonsNd: TablerIcon; declare const CreativeCommonsOff: TablerIcon; declare const CreativeCommonsSa: TablerIcon; declare const CreativeCommonsZero: TablerIcon; declare const CreativeCommons: TablerIcon; declare const CreditCardHand: TablerIcon; declare const CreditCardOff: TablerIcon; declare const CreditCardPay: TablerIcon; declare const CreditCardRefund: TablerIcon; declare const CreditCard: TablerIcon; declare const Credits: TablerIcon; declare const Cricket: TablerIcon; declare const Crop11: TablerIcon; declare const Crop169: TablerIcon; declare const Crop32: TablerIcon; declare const Crop54: TablerIcon; declare const Crop75: TablerIcon; declare const CropLandscape: TablerIcon; declare const CropPortrait: TablerIcon; declare const Crop: TablerIcon; declare const CrossOff: TablerIcon; declare const Cross: TablerIcon; declare const Crosshair: TablerIcon; declare const CrownOff: TablerIcon; declare const Crown: TablerIcon; declare const CrutchesOff: TablerIcon; declare const Crutches: TablerIcon; declare const CrystalBall: TablerIcon; declare const Csv: TablerIcon; declare const Cube3dSphereOff: TablerIcon; declare const Cube3dSphere: TablerIcon; declare const CubeOff: TablerIcon; declare const CubePlus: TablerIcon; declare const CubeSend: TablerIcon; declare const CubeSpark: TablerIcon; declare const CubeUnfolded: TablerIcon; declare const Cube: TablerIcon; declare const CupOff: TablerIcon; declare const Cup: TablerIcon; declare const Curling: TablerIcon; declare const CurlyLoop: TablerIcon; declare const CurrencyAfghani: TablerIcon; declare const CurrencyBahraini: TablerIcon; declare const CurrencyBaht: TablerIcon; declare const CurrencyBitcoin: TablerIcon; declare const CurrencyCent: TablerIcon; declare const CurrencyDinar: TablerIcon; declare const CurrencyDirham: TablerIcon; declare const CurrencyDogecoin: TablerIcon; declare const CurrencyDollarAustralian: TablerIcon; declare const CurrencyDollarBrunei: TablerIcon; declare const CurrencyDollarCanadian: TablerIcon; declare const CurrencyDollarGuyanese: TablerIcon; declare const CurrencyDollarOff: TablerIcon; declare const CurrencyDollarSingapore: TablerIcon; declare const CurrencyDollarZimbabwean: TablerIcon; declare const CurrencyDollar: TablerIcon; declare const CurrencyDong: TablerIcon; declare const CurrencyDram: TablerIcon; declare const CurrencyEthereum: TablerIcon; declare const CurrencyEuroOff: TablerIcon; declare const CurrencyEuro: TablerIcon; declare const CurrencyFlorin: TablerIcon; declare const CurrencyForint: TablerIcon; declare const CurrencyFrank: TablerIcon; declare const CurrencyGuarani: TablerIcon; declare const CurrencyHryvnia: TablerIcon; declare const CurrencyHusd: TablerIcon; declare const CurrencyIranianRial: TablerIcon; declare const CurrencyKip: TablerIcon; declare const CurrencyKroneCzech: TablerIcon; declare const CurrencyKroneDanish: TablerIcon; declare const CurrencyKroneSwedish: TablerIcon; declare const CurrencyLari: TablerIcon; declare const CurrencyLeu: TablerIcon; declare const CurrencyLira: TablerIcon; declare const CurrencyLitecoin: TablerIcon; declare const CurrencyLyd: TablerIcon; declare const CurrencyManat: TablerIcon; declare const CurrencyMonero: TablerIcon; declare const CurrencyNaira: TablerIcon; declare const CurrencyNano: TablerIcon; declare const CurrencyOff: TablerIcon; declare const CurrencyPaanga: TablerIcon; declare const CurrencyPeso: TablerIcon; declare const CurrencyPoundOff: TablerIcon; declare const CurrencyPound: TablerIcon; declare const CurrencyQuetzal: TablerIcon; declare const CurrencyReal: TablerIcon; declare const CurrencyRenminbi: TablerIcon; declare const CurrencyRipple: TablerIcon; declare const CurrencyRiyal: TablerIcon; declare const CurrencyRuble: TablerIcon; declare const CurrencyRufiyaa: TablerIcon; declare const CurrencyRupeeNepalese: TablerIcon; declare const CurrencyRupee: TablerIcon; declare const CurrencyShekel: TablerIcon; declare const CurrencySolana: TablerIcon; declare const CurrencySom: TablerIcon; declare const CurrencyTaka: TablerIcon; declare const CurrencyTenge: TablerIcon; declare const CurrencyTether: TablerIcon; declare const CurrencyTugrik: TablerIcon; declare const CurrencyWon: TablerIcon; declare const CurrencyXrp: TablerIcon; declare const CurrencyYenOff: TablerIcon; declare const CurrencyYen: TablerIcon; declare const CurrencyYuan: TablerIcon; declare const CurrencyZcash: TablerIcon; declare const CurrencyZloty: TablerIcon; declare const Currency: TablerIcon; declare const CurrentLocationOff: TablerIcon; declare const CurrentLocation: TablerIcon; declare const CursorOff: TablerIcon; declare const CursorText: TablerIcon; declare const Cut: TablerIcon; declare const CylinderOff: TablerIcon; declare const CylinderPlus: TablerIcon; declare const Cylinder: TablerIcon; declare const DashboardOff: TablerIcon; declare const Dashboard: TablerIcon; declare const DatabaseCog: TablerIcon; declare const DatabaseDollar: TablerIcon; declare const DatabaseEdit: TablerIcon; declare const DatabaseExclamation: TablerIcon; declare const DatabaseExport: TablerIcon; declare const DatabaseHeart: TablerIcon; declare const DatabaseImport: TablerIcon; declare const DatabaseLeak: TablerIcon; declare const DatabaseMinus: TablerIcon; declare const DatabaseOff: TablerIcon; declare const DatabasePlus: TablerIcon; declare const DatabaseSearch: TablerIcon; declare const DatabaseShare: TablerIcon; declare const DatabaseSmile: TablerIcon; declare const DatabaseStar: TablerIcon; declare const DatabaseX: TablerIcon; declare const Database: TablerIcon; declare const Deaf: TablerIcon; declare const Decimal: TablerIcon; declare const Deer: TablerIcon; declare const Delta: TablerIcon; declare const DentalBroken: TablerIcon; declare const DentalOff: TablerIcon; declare const Dental: TablerIcon; declare const Deselect: TablerIcon; declare const Desk: TablerIcon; declare const DetailsOff: TablerIcon; declare const Details: TablerIcon; declare const Device3dCamera: TablerIcon; declare const Device3dLens: TablerIcon; declare const DeviceAirpodsCase: TablerIcon; declare const DeviceAirpods: TablerIcon; declare const DeviceAirtag: TablerIcon; declare const DeviceAnalytics: TablerIcon; declare const DeviceAudioTape: TablerIcon; declare const DeviceCameraPhone: TablerIcon; declare const DeviceCctvOff: TablerIcon; declare const DeviceCctv: TablerIcon; declare const DeviceComputerCamera2: TablerIcon; declare const DeviceComputerCameraOff: TablerIcon; declare const DeviceComputerCamera: TablerIcon; declare const DeviceDesktopAnalytics: TablerIcon; declare const DeviceDesktopBolt: TablerIcon; declare const DeviceDesktopCancel: TablerIcon; declare const DeviceDesktopCheck: TablerIcon; declare const DeviceDesktopCode: TablerIcon; declare const DeviceDesktopCog: TablerIcon; declare const DeviceDesktopDollar: TablerIcon; declare const DeviceDesktopDown: TablerIcon; declare const DeviceDesktopExclamation: TablerIcon; declare const DeviceDesktopHeart: TablerIcon; declare const DeviceDesktopMinus: TablerIcon; declare const DeviceDesktopOff: TablerIcon; declare const DeviceDesktopPause: TablerIcon; declare const DeviceDesktopPin: TablerIcon; declare const DeviceDesktopPlus: TablerIcon; declare const DeviceDesktopQuestion: TablerIcon; declare const DeviceDesktopSearch: TablerIcon; declare const DeviceDesktopShare: TablerIcon; declare const DeviceDesktopStar: TablerIcon; declare const DeviceDesktopUp: TablerIcon; declare const DeviceDesktopX: TablerIcon; declare const DeviceDesktop: TablerIcon; declare const DeviceFloppy: TablerIcon; declare const DeviceGamepad2: TablerIcon; declare const DeviceGamepad3: TablerIcon; declare const DeviceGamepad: TablerIcon; declare const DeviceHeartMonitor: TablerIcon; declare const DeviceImacBolt: TablerIcon; declare const DeviceImacCancel: TablerIcon; declare const DeviceImacCheck: TablerIcon; declare const DeviceImacCode: TablerIcon; declare const DeviceImacCog: TablerIcon; declare const DeviceImacDollar: TablerIcon; declare const DeviceImacDown: TablerIcon; declare const DeviceImacExclamation: TablerIcon; declare const DeviceImacHeart: TablerIcon; declare const DeviceImacMinus: TablerIcon; declare const DeviceImacOff: TablerIcon; declare const DeviceImacPause: TablerIcon; declare const DeviceImacPin: TablerIcon; declare const DeviceImacPlus: TablerIcon; declare const DeviceImacQuestion: TablerIcon; declare const DeviceImacSearch: TablerIcon; declare const DeviceImacShare: TablerIcon; declare const DeviceImacStar: TablerIcon; declare const DeviceImacUp: TablerIcon; declare const DeviceImacX: TablerIcon; declare const DeviceImac: TablerIcon; declare const DeviceIpadBolt: TablerIcon; declare const DeviceIpadCancel: TablerIcon; declare const DeviceIpadCheck: TablerIcon; declare const DeviceIpadCode: TablerIcon; declare const DeviceIpadCog: TablerIcon; declare const DeviceIpadDollar: TablerIcon; declare const DeviceIpadDown: TablerIcon; declare const DeviceIpadExclamation: TablerIcon; declare const DeviceIpadHeart: TablerIcon; declare const DeviceIpadHorizontalBolt: TablerIcon; declare const DeviceIpadHorizontalCancel: TablerIcon; declare const DeviceIpadHorizontalCheck: TablerIcon; declare const DeviceIpadHorizontalCode: TablerIcon; declare const DeviceIpadHorizontalCog: TablerIcon; declare const DeviceIpadHorizontalDollar: TablerIcon; declare const DeviceIpadHorizontalDown: TablerIcon; declare const DeviceIpadHorizontalExclamation: TablerIcon; declare const DeviceIpadHorizontalHeart: TablerIcon; declare const DeviceIpadHorizontalMinus: TablerIcon; declare const DeviceIpadHorizontalOff: TablerIcon; declare const DeviceIpadHorizontalPause: TablerIcon; declare const DeviceIpadHorizontalPin: TablerIcon; declare const DeviceIpadHorizontalPlus: TablerIcon; declare const DeviceIpadHorizontalQuestion: TablerIcon; declare const DeviceIpadHorizontalSearch: TablerIcon; declare const DeviceIpadHorizontalShare: TablerIcon; declare const DeviceIpadHorizontalStar: TablerIcon; declare const DeviceIpadHorizontalUp: TablerIcon; declare const DeviceIpadHorizontalX: TablerIcon; declare const DeviceIpadHorizontal: TablerIcon; declare const DeviceIpadMinus: TablerIcon; declare const DeviceIpadOff: TablerIcon; declare const DeviceIpadPause: TablerIcon; declare const DeviceIpadPin: TablerIcon; declare const DeviceIpadPlus: TablerIcon; declare const DeviceIpadQuestion: TablerIcon; declare const DeviceIpadSearch: TablerIcon; declare const DeviceIpadShare: TablerIcon; declare const DeviceIpadStar: TablerIcon; declare const DeviceIpadUp: TablerIcon; declare const DeviceIpadX: TablerIcon; declare const DeviceIpad: TablerIcon; declare const DeviceLandlinePhone: TablerIcon; declare const DeviceLaptopOff: TablerIcon; declare const DeviceLaptop: TablerIcon; declare const DeviceMobileBolt: TablerIcon; declare const DeviceMobileCancel: TablerIcon; declare const DeviceMobileCharging: TablerIcon; declare const DeviceMobileCheck: TablerIcon; declare const DeviceMobileCode: TablerIcon; declare const DeviceMobileCog: TablerIcon; declare const DeviceMobileDollar: TablerIcon; declare const DeviceMobileDown: TablerIcon; declare const DeviceMobileExclamation: TablerIcon; declare const DeviceMobileHeart: TablerIcon; declare const DeviceMobileMessage: TablerIcon; declare const DeviceMobileMinus: TablerIcon; declare const DeviceMobileOff: TablerIcon; declare const DeviceMobilePause: TablerIcon; declare const DeviceMobilePin: TablerIcon; declare const DeviceMobilePlus: TablerIcon; declare const DeviceMobileQuestion: TablerIcon; declare const DeviceMobileRotated: TablerIcon; declare const DeviceMobileSearch: TablerIcon; declare const DeviceMobileShare: TablerIcon; declare const DeviceMobileStar: TablerIcon; declare const DeviceMobileUp: TablerIcon; declare const DeviceMobileVibration: TablerIcon; declare const DeviceMobileX: TablerIcon; declare const DeviceMobile: TablerIcon; declare const DeviceNintendoOff: TablerIcon; declare const DeviceNintendo: TablerIcon; declare const DeviceProjector: TablerIcon; declare const DeviceRemote: TablerIcon; declare const DeviceScreen: TablerIcon; declare const DeviceSdCard: TablerIcon; declare const DeviceSim1: TablerIcon; declare const DeviceSim2: TablerIcon; declare const DeviceSim3: TablerIcon; declare const DeviceSim: TablerIcon; declare const DeviceSpeakerOff: TablerIcon; declare const DeviceSpeaker: TablerIcon; declare const DeviceTabletBolt: TablerIcon; declare const DeviceTabletCancel: TablerIcon; declare const DeviceTabletCheck: TablerIcon; declare const DeviceTabletCode: TablerIcon; declare const DeviceTabletCog: TablerIcon; declare const DeviceTabletDollar: TablerIcon; declare const DeviceTabletDown: TablerIcon; declare const DeviceTabletExclamation: TablerIcon; declare const DeviceTabletHeart: TablerIcon; declare const DeviceTabletMinus: TablerIcon; declare const DeviceTabletOff: TablerIcon; declare const DeviceTabletPause: TablerIcon; declare const DeviceTabletPin: TablerIcon; declare const DeviceTabletPlus: TablerIcon; declare const DeviceTabletQuestion: TablerIcon; declare const DeviceTabletSearch: TablerIcon; declare const DeviceTabletShare: TablerIcon; declare const DeviceTabletStar: TablerIcon; declare const DeviceTabletUp: TablerIcon; declare const DeviceTabletX: TablerIcon; declare const DeviceTablet: TablerIcon; declare const DeviceTvOff: TablerIcon; declare const DeviceTvOld: TablerIcon; declare const DeviceTv: TablerIcon; declare const DeviceUnknown: TablerIcon; declare const DeviceUsb: TablerIcon; declare const DeviceVisionProWifi: TablerIcon; declare const DeviceVisionPro: TablerIcon; declare const DeviceWatchBolt: TablerIcon; declare const DeviceWatchCancel: TablerIcon; declare const DeviceWatchCheck: TablerIcon; declare const DeviceWatchCode: TablerIcon; declare const DeviceWatchCog: TablerIcon; declare const DeviceWatchDollar: TablerIcon; declare const DeviceWatchDown: TablerIcon; declare const DeviceWatchExclamation: TablerIcon; declare const DeviceWatchHeart: TablerIcon; declare const DeviceWatchMinus: TablerIcon; declare const DeviceWatchOff: TablerIcon; declare const DeviceWatchPause: TablerIcon; declare const DeviceWatchPin: TablerIcon; declare const DeviceWatchPlus: TablerIcon; declare const DeviceWatchQuestion: TablerIcon; declare const DeviceWatchSearch: TablerIcon; declare const DeviceWatchShare: TablerIcon; declare const DeviceWatchStar: TablerIcon; declare const DeviceWatchStats2: TablerIcon; declare const DeviceWatchStats: TablerIcon; declare const DeviceWatchUp: TablerIcon; declare const DeviceWatchX: TablerIcon; declare const DeviceWatch: TablerIcon; declare const DeviceWorkstation: TablerIcon; declare const Devices2: TablerIcon; declare const DevicesBolt: TablerIcon; declare const DevicesCancel: TablerIcon; declare const DevicesCheck: TablerIcon; declare const DevicesCode: TablerIcon; declare const DevicesCog: TablerIcon; declare const DevicesDollar: TablerIcon; declare const DevicesDown: TablerIcon; declare const DevicesExclamation: TablerIcon; declare const DevicesHeart: TablerIcon; declare const DevicesMinus: TablerIcon; declare const DevicesOff: TablerIcon; declare const DevicesPause: TablerIcon; declare const DevicesPcOff: TablerIcon; declare const DevicesPc: TablerIcon; declare const DevicesPin: TablerIcon; declare const DevicesPlus: TablerIcon; declare const DevicesQuestion: TablerIcon; declare const DevicesSearch: TablerIcon; declare const DevicesShare: TablerIcon; declare const DevicesStar: TablerIcon; declare const DevicesUp: TablerIcon; declare const DevicesX: TablerIcon; declare const Devices: TablerIcon; declare const DiaboloOff: TablerIcon; declare const DiaboloPlus: TablerIcon; declare const Diabolo: TablerIcon; declare const DialpadOff: TablerIcon; declare const Dialpad: TablerIcon; declare const DiamondOff: TablerIcon; declare const Diamond: TablerIcon; declare const Diamonds: TablerIcon; declare const Diaper: TablerIcon; declare const Dice1: TablerIcon; declare const Dice2: TablerIcon; declare const Dice3: TablerIcon; declare const Dice4: TablerIcon; declare const Dice5: TablerIcon; declare const Dice6: TablerIcon; declare const Dice: TablerIcon; declare const Dimensions: TablerIcon; declare const DirectionArrows: TablerIcon; declare const DirectionHorizontal: TablerIcon; declare const DirectionSignOff: TablerIcon; declare const DirectionSign: TablerIcon; declare const Direction: TablerIcon; declare const DirectionsOff: TablerIcon; declare const Directions: TablerIcon; declare const Disabled2: TablerIcon; declare const DisabledOff: TablerIcon; declare const Disabled: TablerIcon; declare const DiscGolf: TablerIcon; declare const DiscOff: TablerIcon; declare const Disc: TablerIcon; declare const DiscountOff: TablerIcon; declare const Discount: TablerIcon; declare const Divide: TablerIcon; declare const Dna2Off: TablerIcon; declare const Dna2: TablerIcon; declare const DnaOff: TablerIcon; declare const Dna: TablerIcon; declare const DogBowl: TablerIcon; declare const Dog: TablerIcon; declare const DoorEnter: TablerIcon; declare const DoorExit: TablerIcon; declare const DoorHanger: TablerIcon; declare const DoorOff: TablerIcon; declare const Door: TablerIcon; declare const DotsCircleHorizontal: TablerIcon; declare const DotsDiagonal2: TablerIcon; declare const DotsDiagonal: TablerIcon; declare const DotsVertical: TablerIcon; declare const Dots: TablerIcon; declare const DownloadOff: TablerIcon; declare const Download: TablerIcon; declare const DragDrop2: TablerIcon; declare const DragDrop: TablerIcon; declare const Dragon: TablerIcon; declare const DroneOff: TablerIcon; declare const Drone: TablerIcon; declare const DropCircle: TablerIcon; declare const DropletBolt: TablerIcon; declare const DropletCancel: TablerIcon; declare const DropletCheck: TablerIcon; declare const DropletCode: TablerIcon; declare const DropletCog: TablerIcon; declare const DropletDollar: TablerIcon; declare const DropletDown: TablerIcon; declare const DropletExclamation: TablerIcon; declare const DropletHalf2: TablerIcon; declare const DropletHalf: TablerIcon; declare const DropletHeart: TablerIcon; declare const DropletMinus: TablerIcon; declare const DropletOff: TablerIcon; declare const DropletPause: TablerIcon; declare const DropletPin: TablerIcon; declare const DropletPlus: TablerIcon; declare const DropletQuestion: TablerIcon; declare const DropletSearch: TablerIcon; declare const DropletShare: TablerIcon; declare const DropletStar: TablerIcon; declare const DropletUp: TablerIcon; declare const DropletX: TablerIcon; declare const Droplet: TablerIcon; declare const Droplets: TablerIcon; declare const DualScreen: TablerIcon; declare const Dumbbell: TablerIcon; declare const Dumpling: TablerIcon; declare const EPassport: TablerIcon; declare const EarOff: TablerIcon; declare const EarScan: TablerIcon; declare const Ear: TablerIcon; declare const EarphoneBluetooth: TablerIcon; declare const EaseInControlPoint: TablerIcon; declare const EaseInOutControlPoints: TablerIcon; declare const EaseInOut: TablerIcon; declare const EaseIn: TablerIcon; declare const EaseOutControlPoint: TablerIcon; declare const EaseOut: TablerIcon; declare const EditCircleOff: TablerIcon; declare const EditCircle: TablerIcon; declare const EditOff: TablerIcon; declare const Edit: TablerIcon; declare const EggCracked: TablerIcon; declare const EggFried: TablerIcon; declare const EggOff: TablerIcon; declare const Egg: TablerIcon; declare const Eggs: TablerIcon; declare const ElevatorOff: TablerIcon; declare const Elevator: TablerIcon; declare const EmailStamp: TablerIcon; declare const EmergencyBed: TablerIcon; declare const EmpathizeOff: TablerIcon; declare const Empathize: TablerIcon; declare const Emphasis: TablerIcon; declare const EngineOff: TablerIcon; declare const Engine: TablerIcon; declare const EqualDouble: TablerIcon; declare const EqualNot: TablerIcon; declare const Equal: TablerIcon; declare const EraserOff: TablerIcon; declare const Eraser: TablerIcon; declare const Error404Off: TablerIcon; declare const Error404: TablerIcon; declare const EscalatorDown: TablerIcon; declare const EscalatorUp: TablerIcon; declare const Escalator: TablerIcon; declare const ExchangeOff: TablerIcon; declare const Exchange: TablerIcon; declare const ExclamationCircle: TablerIcon; declare const ExclamationMarkOff: TablerIcon; declare const ExclamationMark: TablerIcon; declare const ExerciseBall: TablerIcon; declare const ExplicitOff: TablerIcon; declare const Explicit: TablerIcon; declare const Exposure0: TablerIcon; declare const ExposureMinus1: TablerIcon; declare const ExposureMinus2: TablerIcon; declare const ExposureOff: TablerIcon; declare const ExposurePlus1: TablerIcon; declare const ExposurePlus2: TablerIcon; declare const Exposure: TablerIcon; declare const ExternalLinkOff: TablerIcon; declare const ExternalLink: TablerIcon; declare const EyeBitcoin: TablerIcon; declare const EyeBolt: TablerIcon; declare const EyeCancel: TablerIcon; declare const EyeCheck: TablerIcon; declare const EyeClosed: TablerIcon; declare const EyeCode: TablerIcon; declare const EyeCog: TablerIcon; declare const EyeDiscount: TablerIcon; declare const EyeDollar: TablerIcon; declare const EyeDotted: TablerIcon; declare const EyeDown: TablerIcon; declare const EyeEdit: TablerIcon; declare const EyeExclamation: TablerIcon; declare const EyeHeart: TablerIcon; declare const EyeMinus: TablerIcon; declare const EyeOff: TablerIcon; declare const EyePause: TablerIcon; declare const EyePin: TablerIcon; declare const EyePlus: TablerIcon; declare const EyeQuestion: TablerIcon; declare const EyeSearch: TablerIcon; declare const EyeShare: TablerIcon; declare const EyeSpark: TablerIcon; declare const EyeStar: TablerIcon; declare const EyeTable: TablerIcon; declare const EyeUp: TablerIcon; declare const EyeX: TablerIcon; declare const Eye: TablerIcon; declare const Eyeglass2: TablerIcon; declare const EyeglassOff: TablerIcon; declare const Eyeglass: TablerIcon; declare const FaceIdError: TablerIcon; declare const FaceId: TablerIcon; declare const FaceMaskOff: TablerIcon; declare const FaceMask: TablerIcon; declare const Fall: TablerIcon; declare const Favicon: TablerIcon; declare const FeatherOff: TablerIcon; declare const Feather: TablerIcon; declare const FenceOff: TablerIcon; declare const Fence: TablerIcon; declare const Ferry: TablerIcon; declare const FidgetSpinner: TablerIcon; declare const File3d: TablerIcon; declare const FileAi: TablerIcon; declare const FileAlert: TablerIcon; declare const FileAnalytics: TablerIcon; declare const FileArrowLeft: TablerIcon; declare const FileArrowRight: TablerIcon; declare const FileBarcode: TablerIcon; declare const FileBitcoin: TablerIcon; declare const FileBroken: TablerIcon; declare const FileCertificate: TablerIcon; declare const FileChart: TablerIcon; declare const FileCheck: TablerIcon; declare const FileCode2: TablerIcon; declare const FileCode: TablerIcon; declare const FileCv: TablerIcon; declare const FileDatabase: TablerIcon; declare const FileDelta: TablerIcon; declare const FileDescription: TablerIcon; declare const FileDiff: TablerIcon; declare const FileDigit: TablerIcon; declare const FileDislike: TablerIcon; declare const FileDollar: TablerIcon; declare const FileDots: TablerIcon; declare const FileDownload: TablerIcon; declare const FileEuro: TablerIcon; declare const FileExcel: TablerIcon; declare const FileExport: TablerIcon; declare const FileFunction: TablerIcon; declare const FileHorizontal: TablerIcon; declare const FileImport: TablerIcon; declare const FileInfinity: TablerIcon; declare const FileInfo: TablerIcon; declare const FileInvoice: TablerIcon; declare const FileIsr: TablerIcon; declare const FileLambda: TablerIcon; declare const FileLike: TablerIcon; declare const FileMinus: TablerIcon; declare const FileMusic: TablerIcon; declare const FileNeutral: TablerIcon; declare const FileOff: TablerIcon; declare const FileOrientation: TablerIcon; declare const FilePencil: TablerIcon; declare const FilePercent: TablerIcon; declare const FilePhone: TablerIcon; declare const FilePlus: TablerIcon; declare const FilePower: TablerIcon; declare const FileReport: TablerIcon; declare const FileRss: TablerIcon; declare const FileSad: TablerIcon; declare const FileScissors: TablerIcon; declare const FileSearch: TablerIcon; declare const FileSettings: TablerIcon; declare const FileShredder: TablerIcon; declare const FileSignal: TablerIcon; declare const FileSmile: TablerIcon; declare const FileSpark: TablerIcon; declare const FileSpreadsheet: TablerIcon; declare const FileStack: TablerIcon; declare const FileStar: TablerIcon; declare const FileSymlink: TablerIcon; declare const FileTextAi: TablerIcon; declare const FileTextShield: TablerIcon; declare const FileTextSpark: TablerIcon; declare const FileText: TablerIcon; declare const FileTime: TablerIcon; declare const FileTypeBmp: TablerIcon; declare const FileTypeCss: TablerIcon; declare const FileTypeCsv: TablerIcon; declare const FileTypeDoc: TablerIcon; declare const FileTypeDocx: TablerIcon; declare const FileTypeHtml: TablerIcon; declare const FileTypeJpg: TablerIcon; declare const FileTypeJs: TablerIcon; declare const FileTypeJsx: TablerIcon; declare const FileTypePdf: TablerIcon; declare const FileTypePhp: TablerIcon; declare const FileTypePng: TablerIcon; declare const FileTypePpt: TablerIcon; declare const FileTypeRs: TablerIcon; declare const FileTypeSql: TablerIcon; declare const FileTypeSvg: TablerIcon; declare const FileTypeTs: TablerIcon; declare const FileTypeTsx: TablerIcon; declare const FileTypeTxt: TablerIcon; declare const FileTypeVue: TablerIcon; declare const FileTypeXls: TablerIcon; declare const FileTypeXml: TablerIcon; declare const FileTypeZip: TablerIcon; declare const FileTypography: TablerIcon; declare const FileUnknown: TablerIcon; declare const FileUpload: TablerIcon; declare const FileVector: TablerIcon; declare const FileWord: TablerIcon; declare const FileX: TablerIcon; declare const FileZip: TablerIcon; declare const File: TablerIcon; declare const FilesOff: TablerIcon; declare const Files: TablerIcon; declare const Filter2Bolt: TablerIcon; declare const Filter2Cancel: TablerIcon; declare const Filter2Check: TablerIcon; declare const Filter2Code: TablerIcon; declare const Filter2Cog: TablerIcon; declare const Filter2Discount: TablerIcon; declare const Filter2Dollar: TablerIcon; declare const Filter2Down: TablerIcon; declare const Filter2Edit: TablerIcon; declare const Filter2Exclamation: TablerIcon; declare const Filter2Minus: TablerIcon; declare const Filter2Pause: TablerIcon; declare const Filter2Pin: TablerIcon; declare const Filter2Plus: TablerIcon; declare const Filter2Question: TablerIcon; declare const Filter2Search: TablerIcon; declare const Filter2Share: TablerIcon; declare const Filter2Spark: TablerIcon; declare const Filter2Up: TablerIcon; declare const Filter2X: TablerIcon; declare const Filter2: TablerIcon; declare const FilterBolt: TablerIcon; declare const FilterCancel: TablerIcon; declare const FilterCheck: TablerIcon; declare const FilterCode: TablerIcon; declare const FilterCog: TablerIcon; declare const FilterDiscount: TablerIcon; declare const FilterDollar: TablerIcon; declare const FilterDown: TablerIcon; declare const FilterEdit: TablerIcon; declare const FilterExclamation: TablerIcon; declare const FilterHeart: TablerIcon; declare const FilterMinus: TablerIcon; declare const FilterOff: TablerIcon; declare const FilterPause: TablerIcon; declare const FilterPin: TablerIcon; declare const FilterPlus: TablerIcon; declare const FilterQuestion: TablerIcon; declare const FilterSearch: TablerIcon; declare const FilterShare: TablerIcon; declare const FilterSpark: TablerIcon; declare const FilterStar: TablerIcon; declare const FilterUp: TablerIcon; declare const FilterX: TablerIcon; declare const Filter: TablerIcon; declare const Filters: TablerIcon; declare const FingerprintOff: TablerIcon; declare const FingerprintScan: TablerIcon; declare const Fingerprint: TablerIcon; declare const FireExtinguisher: TablerIcon; declare const FireHydrantOff: TablerIcon; declare const FireHydrant: TablerIcon; declare const Firetruck: TablerIcon; declare const FirewallCheck: TablerIcon; declare const FirewallFlame: TablerIcon; declare const FirstAidKitOff: TablerIcon; declare const FirstAidKit: TablerIcon; declare const FishBone: TablerIcon; declare const FishChristianity: TablerIcon; declare const FishHookOff: TablerIcon; declare const FishHook: TablerIcon; declare const FishOff: TablerIcon; declare const Fish: TablerIcon; declare const Flag2Off: TablerIcon; declare const Flag2: TablerIcon; declare const Flag3: TablerIcon; declare const FlagBitcoin: TablerIcon; declare const FlagBolt: TablerIcon; declare const FlagCancel: TablerIcon; declare const FlagCheck: TablerIcon; declare const FlagCode: TablerIcon; declare const FlagCog: TablerIcon; declare const FlagDiscount: TablerIcon; declare const FlagDollar: TablerIcon; declare const FlagDown: TablerIcon; declare const FlagExclamation: TablerIcon; declare const FlagHeart: TablerIcon; declare const FlagMinus: TablerIcon; declare const FlagOff: TablerIcon; declare const FlagPause: TablerIcon; declare const FlagPin: TablerIcon; declare const FlagPlus: TablerIcon; declare const FlagQuestion: TablerIcon; declare const FlagSearch: TablerIcon; declare const FlagShare: TablerIcon; declare const FlagSpark: TablerIcon; declare const FlagStar: TablerIcon; declare const FlagUp: TablerIcon; declare const FlagX: TablerIcon; declare const Flag: TablerIcon; declare const FlameOff: TablerIcon; declare const Flame: TablerIcon; declare const Flare: TablerIcon; declare const Flask2Off: TablerIcon; declare const Flask2: TablerIcon; declare const FlaskOff: TablerIcon; declare const Flask: TablerIcon; declare const FlipFlops: TablerIcon; declare const FlipHorizontal: TablerIcon; declare const FlipVertical: TablerIcon; declare const FloatCenter: TablerIcon; declare const FloatLeft: TablerIcon; declare const FloatNone: TablerIcon; declare const FloatRight: TablerIcon; declare const Flood: TablerIcon; declare const FlowerOff: TablerIcon; declare const Flower: TablerIcon; declare const Focus2: TablerIcon; declare const FocusAuto: TablerIcon; declare const FocusCentered: TablerIcon; declare const Focus: TablerIcon; declare const FoldDown: TablerIcon; declare const FoldUp: TablerIcon; declare const Fold: TablerIcon; declare const FolderBolt: TablerIcon; declare const FolderCancel: TablerIcon; declare const FolderCheck: TablerIcon; declare const FolderCode: TablerIcon; declare const FolderCog: TablerIcon; declare const FolderDollar: TablerIcon; declare const FolderDown: TablerIcon; declare const FolderExclamation: TablerIcon; declare const FolderHeart: TablerIcon; declare const FolderMinus: TablerIcon; declare const FolderOff: TablerIcon; declare const FolderOpen: TablerIcon; declare const FolderPause: TablerIcon; declare const FolderPin: TablerIcon; declare const FolderPlus: TablerIcon; declare const FolderQuestion: TablerIcon; declare const FolderRoot: TablerIcon; declare const FolderSearch: TablerIcon; declare const FolderShare: TablerIcon; declare const FolderStar: TablerIcon; declare const FolderSymlink: TablerIcon; declare const FolderUp: TablerIcon; declare const FolderX: TablerIcon; declare const Folder: TablerIcon; declare const FoldersOff: TablerIcon; declare const Folders: TablerIcon; declare const Footsteps: TablerIcon; declare const Forbid2: TablerIcon; declare const Forbid: TablerIcon; declare const Forklift: TablerIcon; declare const Forms: TablerIcon; declare const FountainOff: TablerIcon; declare const Fountain: TablerIcon; declare const FrameOff: TablerIcon; declare const Frame: TablerIcon; declare const FreeRights: TablerIcon; declare const FreezeColumn: TablerIcon; declare const FreezeRowColumn: TablerIcon; declare const FreezeRow: TablerIcon; declare const FridgeOff: TablerIcon; declare const Fridge: TablerIcon; declare const FriendsOff: TablerIcon; declare const Friends: TablerIcon; declare const FrustumOff: TablerIcon; declare const FrustumPlus: TablerIcon; declare const Frustum: TablerIcon; declare const FunctionOff: TablerIcon; declare const Function: TablerIcon; declare const Galaxy: TablerIcon; declare const GardenCartOff: TablerIcon; declare const GardenCart: TablerIcon; declare const GasStationOff: TablerIcon; declare const GasStation: TablerIcon; declare const GaugeOff: TablerIcon; declare const Gauge: TablerIcon; declare const Gavel: TablerIcon; declare const GenderAgender: TablerIcon; declare const GenderAndrogyne: TablerIcon; declare const GenderBigender: TablerIcon; declare const GenderDemiboy: TablerIcon; declare const GenderDemigirl: TablerIcon; declare const GenderEpicene: TablerIcon; declare const GenderFemale: TablerIcon; declare const GenderFemme: TablerIcon; declare const GenderGenderfluid: TablerIcon; declare const GenderGenderless: TablerIcon; declare const GenderGenderqueer: TablerIcon; declare const GenderHermaphrodite: TablerIcon; declare const GenderIntergender: TablerIcon; declare const GenderMale: TablerIcon; declare const GenderNeutrois: TablerIcon; declare const GenderThird: TablerIcon; declare const GenderTransgender: TablerIcon; declare const GenderTravesti: TablerIcon; declare const Geometry: TablerIcon; declare const Ghost2: TablerIcon; declare const Ghost3: TablerIcon; declare const GhostOff: TablerIcon; declare const Ghost: TablerIcon; declare const Gif: TablerIcon; declare const GiftCard: TablerIcon; declare const GiftOff: TablerIcon; declare const Gift: TablerIcon; declare const GitBranchDeleted: TablerIcon; declare const GitBranch: TablerIcon; declare const GitCherryPick: TablerIcon; declare const GitCommit: TablerIcon; declare const GitCompare: TablerIcon; declare const GitFork: TablerIcon; declare const GitMerge: TablerIcon; declare const GitPullRequestClosed: TablerIcon; declare const GitPullRequestConflict: TablerIcon; declare const GitPullRequestDraft: TablerIcon; declare const GitPullRequest: TablerIcon; declare const Gizmo: TablerIcon; declare const GlassChampagne: TablerIcon; declare const GlassCocktail: TablerIcon; declare const GlassFull: TablerIcon; declare const GlassGin: TablerIcon; declare const GlassOff: TablerIcon; declare const Glass: TablerIcon; declare const GlobeOff: TablerIcon; declare const Globe: TablerIcon; declare const GoGame: TablerIcon; declare const GolfOff: TablerIcon; declare const Golf: TablerIcon; declare const Gps: TablerIcon; declare const Gradienter: TablerIcon; declare const Grain: TablerIcon; declare const Grape: TablerIcon; declare const GraphOff: TablerIcon; declare const Graph: TablerIcon; declare const Grave2: TablerIcon; declare const Grave: TablerIcon; declare const Grid3x3: TablerIcon; declare const Grid4x4: TablerIcon; declare const GridDots: TablerIcon; declare const GridGoldenratio: TablerIcon; declare const GridPattern: TablerIcon; declare const GridScan: TablerIcon; declare const GrillFork: TablerIcon; declare const GrillOff: TablerIcon; declare const GrillSpatula: TablerIcon; declare const Grill: TablerIcon; declare const GripHorizontal: TablerIcon; declare const GripVertical: TablerIcon; declare const Growth: TablerIcon; declare const GuitarPick: TablerIcon; declare const Gymnastics: TablerIcon; declare const H1: TablerIcon; declare const H2: TablerIcon; declare const H3: TablerIcon; declare const H4: TablerIcon; declare const H5: TablerIcon; declare const H6: TablerIcon; declare const HammerDrill: TablerIcon; declare const HammerOff: TablerIcon; declare const Hammer: TablerIcon; declare const HandClickOff: TablerIcon; declare const HandClick: TablerIcon; declare const HandFingerDown: TablerIcon; declare const HandFingerLeft: TablerIcon; declare const HandFingerOff: TablerIcon; declare const HandFingerRight: TablerIcon; declare const HandFinger: TablerIcon; declare const HandGrab: TablerIcon; declare const HandLittleFinger: TablerIcon; declare const HandLoveYou: TablerIcon; declare const HandMiddleFinger: TablerIcon; declare const HandMove: TablerIcon; declare const HandOff: TablerIcon; declare const HandRingFinger: TablerIcon; declare const HandSanitizer: TablerIcon; declare const HandStop: TablerIcon; declare const HandThreeFingers: TablerIcon; declare const HandTwoFingers: TablerIcon; declare const Hanger2: TablerIcon; declare const HangerOff: TablerIcon; declare const Hanger: TablerIcon; declare const Hash: TablerIcon; declare const HazeMoon: TablerIcon; declare const Haze: TablerIcon; declare const Hdr: TablerIcon; declare const HeadingOff: TablerIcon; declare const Heading: TablerIcon; declare const HeadphonesOff: TablerIcon; declare const Headphones: TablerIcon; declare const HeadsetOff: TablerIcon; declare const Headset: TablerIcon; declare const HealthRecognition: TablerIcon; declare const HeartBitcoin: TablerIcon; declare const HeartBolt: TablerIcon; declare const HeartBroken: TablerIcon; declare const HeartCancel: TablerIcon; declare const HeartCheck: TablerIcon; declare const HeartCode: TablerIcon; declare const HeartCog: TablerIcon; declare const HeartDiscount: TablerIcon; declare const HeartDollar: TablerIcon; declare const HeartDown: TablerIcon; declare const HeartExclamation: TablerIcon; declare const HeartHandshake: TablerIcon; declare const HeartMinus: TablerIcon; declare const HeartOff: TablerIcon; declare const HeartPause: TablerIcon; declare const HeartPin: TablerIcon; declare const HeartPlus: TablerIcon; declare const HeartQuestion: TablerIcon; declare const HeartRateMonitor: TablerIcon; declare const HeartSearch: TablerIcon; declare const HeartShare: TablerIcon; declare const HeartSpark: TablerIcon; declare const HeartStar: TablerIcon; declare const HeartUp: TablerIcon; declare const HeartX: TablerIcon; declare const Heart: TablerIcon; declare const Heartbeat: TablerIcon; declare const HeartsOff: TablerIcon; declare const Hearts: TablerIcon; declare const HelicopterLanding: TablerIcon; declare const Helicopter: TablerIcon; declare const HelmetOff: TablerIcon; declare const Helmet: TablerIcon; declare const HelpCircle: TablerIcon; declare const HelpHexagon: TablerIcon; declare const HelpOctagon: TablerIcon; declare const HelpOff: TablerIcon; declare const HelpSmall: TablerIcon; declare const HelpSquareRounded: TablerIcon; declare const HelpSquare: TablerIcon; declare const HelpTriangle: TablerIcon; declare const Help: TablerIcon; declare const HemisphereOff: TablerIcon; declare const HemispherePlus: TablerIcon; declare const Hemisphere: TablerIcon; declare const Hexagon3d: TablerIcon; declare const HexagonAsterisk: TablerIcon; declare const HexagonLetterA: TablerIcon; declare const HexagonLetterB: TablerIcon; declare const HexagonLetterC: TablerIcon; declare const HexagonLetterD: TablerIcon; declare const HexagonLetterE: TablerIcon; declare const HexagonLetterF: TablerIcon; declare const HexagonLetterG: TablerIcon; declare const HexagonLetterH: TablerIcon; declare const HexagonLetterI: TablerIcon; declare const HexagonLetterJ: TablerIcon; declare const HexagonLetterK: TablerIcon; declare const HexagonLetterL: TablerIcon; declare const HexagonLetterM: TablerIcon; declare const HexagonLetterN: TablerIcon; declare const HexagonLetterO: TablerIcon; declare const HexagonLetterP: TablerIcon; declare const HexagonLetterQ: TablerIcon; declare const HexagonLetterR: TablerIcon; declare const HexagonLetterS: TablerIcon; declare const HexagonLetterT: TablerIcon; declare const HexagonLetterU: TablerIcon; declare const HexagonLetterV: TablerIcon; declare const HexagonLetterW: TablerIcon; declare const HexagonLetterX: TablerIcon; declare const HexagonLetterY: TablerIcon; declare const HexagonLetterZ: TablerIcon; declare const HexagonMinus2: TablerIcon; declare const HexagonMinus: TablerIcon; declare const HexagonNumber0: TablerIcon; declare const HexagonNumber1: TablerIcon; declare const HexagonNumber2: TablerIcon; declare const HexagonNumber3: TablerIcon; declare const HexagonNumber4: TablerIcon; declare const HexagonNumber5: TablerIcon; declare const HexagonNumber6: TablerIcon; declare const HexagonNumber7: TablerIcon; declare const HexagonNumber8: TablerIcon; declare const HexagonNumber9: TablerIcon; declare const HexagonOff: TablerIcon; declare const HexagonPlus2: TablerIcon; declare const HexagonPlus: TablerIcon; declare const Hexagon: TablerIcon; declare const HexagonalPrismOff: TablerIcon; declare const HexagonalPrismPlus: TablerIcon; declare const HexagonalPrism: TablerIcon; declare const HexagonalPyramidOff: TablerIcon; declare const HexagonalPyramidPlus: TablerIcon; declare const HexagonalPyramid: TablerIcon; declare const HexagonsOff: TablerIcon; declare const Hexagons: TablerIcon; declare const Hierarchy2: TablerIcon; declare const Hierarchy3: TablerIcon; declare const HierarchyOff: TablerIcon; declare const Hierarchy: TablerIcon; declare const HighlightOff: TablerIcon; declare const Highlight: TablerIcon; declare const HistoryOff: TablerIcon; declare const HistoryToggle: TablerIcon; declare const History: TablerIcon; declare const Home2: TablerIcon; declare const HomeBitcoin: TablerIcon; declare const HomeBolt: TablerIcon; declare const HomeCancel: TablerIcon; declare const HomeCheck: TablerIcon; declare const HomeCog: TablerIcon; declare const HomeDollar: TablerIcon; declare const HomeDot: TablerIcon; declare const HomeDown: TablerIcon; declare const HomeEco: TablerIcon; declare const HomeEdit: TablerIcon; declare const HomeExclamation: TablerIcon; declare const HomeHand: TablerIcon; declare const HomeHeart: TablerIcon; declare const HomeInfinity: TablerIcon; declare const HomeLink: TablerIcon; declare const HomeLock: TablerIcon; declare const HomeMinus: TablerIcon; declare const HomeMove: TablerIcon; declare const HomeOff: TablerIcon; declare const HomePlus: TablerIcon; declare const HomeQuestion: TablerIcon; declare const HomeRibbon: TablerIcon; declare const HomeSearch: TablerIcon; declare const HomeShare: TablerIcon; declare const HomeShield: TablerIcon; declare const HomeSignal: TablerIcon; declare const HomeSpark: TablerIcon; declare const HomeStar: TablerIcon; declare const HomeStats: TablerIcon; declare const HomeUp: TablerIcon; declare const HomeX: TablerIcon; declare const Home: TablerIcon; declare const HorseToy: TablerIcon; declare const Horse: TablerIcon; declare const Horseshoe: TablerIcon; declare const HospitalCircle: TablerIcon; declare const Hospital: TablerIcon; declare const HotelService: TablerIcon; declare const HourglassEmpty: TablerIcon; declare const HourglassHigh: TablerIcon; declare const HourglassLow: TablerIcon; declare const HourglassOff: TablerIcon; declare const Hourglass: TablerIcon; declare const Hours12: TablerIcon; declare const Hours24: TablerIcon; declare const Html: TablerIcon; declare const HttpConnectOff: TablerIcon; declare const HttpConnect: TablerIcon; declare const HttpDeleteOff: TablerIcon; declare const HttpDelete: TablerIcon; declare const HttpGetOff: TablerIcon; declare const HttpGet: TablerIcon; declare const HttpHeadOff: TablerIcon; declare const HttpHead: TablerIcon; declare const HttpOptionsOff: TablerIcon; declare const HttpOptions: TablerIcon; declare const HttpPatchOff: TablerIcon; declare const HttpPatch: TablerIcon; declare const HttpPostOff: TablerIcon; declare const HttpPost: TablerIcon; declare const HttpPutOff: TablerIcon; declare const HttpPut: TablerIcon; declare const HttpQueOff: TablerIcon; declare const HttpQue: TablerIcon; declare const HttpTraceOff: TablerIcon; declare const HttpTrace: TablerIcon; declare const HulaHoop: TablerIcon; declare const IceCream2: TablerIcon; declare const IceCreamOff: TablerIcon; declare const IceCream: TablerIcon; declare const IceSkating: TablerIcon; declare const Iceberg: TablerIcon; declare const IconsOff: TablerIcon; declare const Icons: TablerIcon; declare const Icosahedron: TablerIcon; declare const IdBadge2: TablerIcon; declare const IdBadgeOff: TablerIcon; declare const IdBadge: TablerIcon; declare const IdOff: TablerIcon; declare const Id: TablerIcon; declare const ImageGeneration: TablerIcon; declare const ImageInPicture: TablerIcon; declare const InboxOff: TablerIcon; declare const Inbox: TablerIcon; declare const IndentDecrease: TablerIcon; declare const IndentIncrease: TablerIcon; declare const Infinity2: TablerIcon; declare const InfinityOff: TablerIcon; declare const Infinity: TablerIcon; declare const InfoCircle: TablerIcon; declare const InfoHexagon: TablerIcon; declare const InfoOctagon: TablerIcon; declare const InfoSmall: TablerIcon; declare const InfoSquareRounded: TablerIcon; declare const InfoSquare: TablerIcon; declare const InfoTriangle: TablerIcon; declare const InnerShadowBottomLeft: TablerIcon; declare const InnerShadowBottomRight: TablerIcon; declare const InnerShadowBottom: TablerIcon; declare const InnerShadowLeft: TablerIcon; declare const InnerShadowRight: TablerIcon; declare const InnerShadowTopLeft: TablerIcon; declare const InnerShadowTopRight: TablerIcon; declare const InnerShadowTop: TablerIcon; declare const InputAi: TablerIcon; declare const InputCheck: TablerIcon; declare const InputSearch: TablerIcon; declare const InputSpark: TablerIcon; declare const InputX: TablerIcon; declare const Invoice: TablerIcon; declare const Ironing1: TablerIcon; declare const Ironing2: TablerIcon; declare const Ironing3: TablerIcon; declare const IroningOff: TablerIcon; declare const IroningSteamOff: TablerIcon; declare const IroningSteam: TablerIcon; declare const Ironing: TablerIcon; declare const IrregularPolyhedronOff: TablerIcon; declare const IrregularPolyhedronPlus: TablerIcon; declare const IrregularPolyhedron: TablerIcon; declare const ItalicOff: TablerIcon; declare const Italic: TablerIcon; declare const Jacket: TablerIcon; declare const Jetpack: TablerIcon; declare const Jetski: TablerIcon; declare const JewishStar: TablerIcon; declare const JoinBevel: TablerIcon; declare const JoinRound: TablerIcon; declare const JoinStraight: TablerIcon; declare const Joker: TablerIcon; declare const Jpg: TablerIcon; declare const Json: TablerIcon; declare const JumpRope: TablerIcon; declare const Karate: TablerIcon; declare const Kayak: TablerIcon; declare const Kerning: TablerIcon; declare const KeyOff: TablerIcon; declare const Key: TablerIcon; declare const KeyboardHide: TablerIcon; declare const KeyboardOff: TablerIcon; declare const KeyboardShow: TablerIcon; declare const Keyboard: TablerIcon; declare const KeyframeAlignCenter: TablerIcon; declare const KeyframeAlignHorizontal: TablerIcon; declare const KeyframeAlignVertical: TablerIcon; declare const Keyframe: TablerIcon; declare const Keyframes: TablerIcon; declare const LabelImportant: TablerIcon; declare const LabelOff: TablerIcon; declare const Label: TablerIcon; declare const LadderOff: TablerIcon; declare const Ladder: TablerIcon; declare const Ladle: TablerIcon; declare const Lambda: TablerIcon; declare const Lamp2: TablerIcon; declare const LampOff: TablerIcon; declare const Lamp: TablerIcon; declare const Lane: TablerIcon; declare const LanguageHiragana: TablerIcon; declare const LanguageKatakana: TablerIcon; declare const LanguageOff: TablerIcon; declare const Language: TablerIcon; declare const LassoOff: TablerIcon; declare const LassoPolygon: TablerIcon; declare const Lasso: TablerIcon; declare const LaurelWreath1: TablerIcon; declare const LaurelWreath2: TablerIcon; declare const LaurelWreath3: TablerIcon; declare const LaurelWreath: TablerIcon; declare const LawnMower: TablerIcon; declare const LayersDifference: TablerIcon; declare const LayersIntersect2: TablerIcon; declare const LayersIntersect: TablerIcon; declare const LayersLinked: TablerIcon; declare const LayersOff: TablerIcon; declare const LayersSelectedBottom: TablerIcon; declare const LayersSelected: TablerIcon; declare const LayersSubtract: TablerIcon; declare const LayersUnion: TablerIcon; declare const Layout2: TablerIcon; declare const LayoutAlignBottom: TablerIcon; declare const LayoutAlignCenter: TablerIcon; declare const LayoutAlignLeft: TablerIcon; declare const LayoutAlignMiddle: TablerIcon; declare const LayoutAlignRight: TablerIcon; declare const LayoutAlignTop: TablerIcon; declare const LayoutBoardSplit: TablerIcon; declare const LayoutBoard: TablerIcon; declare const LayoutBottombarCollapse: TablerIcon; declare const LayoutBottombarExpand: TablerIcon; declare const LayoutBottombarInactive: TablerIcon; declare const LayoutBottombar: TablerIcon; declare const LayoutCards: TablerIcon; declare const LayoutCollage: TablerIcon; declare const LayoutColumns: TablerIcon; declare const LayoutDashboard: TablerIcon; declare const LayoutDistributeHorizontal: TablerIcon; declare const LayoutDistributeVertical: TablerIcon; declare const LayoutGridAdd: TablerIcon; declare const LayoutGridRemove: TablerIcon; declare const LayoutGrid: TablerIcon; declare const LayoutKanban: TablerIcon; declare const LayoutList: TablerIcon; declare const LayoutNavbarCollapse: TablerIcon; declare const LayoutNavbarExpand: TablerIcon; declare const LayoutNavbarInactive: TablerIcon; declare const LayoutNavbar: TablerIcon; declare const LayoutOff: TablerIcon; declare const LayoutRows: TablerIcon; declare const LayoutSidebarInactive: TablerIcon; declare const LayoutSidebarLeftCollapse: TablerIcon; declare const LayoutSidebarLeftExpand: TablerIcon; declare const LayoutSidebarRightCollapse: TablerIcon; declare const LayoutSidebarRightExpand: TablerIcon; declare const LayoutSidebarRightInactive: TablerIcon; declare const LayoutSidebarRight: TablerIcon; declare const LayoutSidebar: TablerIcon; declare const Layout: TablerIcon; declare const Leaf2: TablerIcon; declare const LeafMaple: TablerIcon; declare const LeafOff: TablerIcon; declare const Leaf: TablerIcon; declare const LegoOff: TablerIcon; declare const Lego: TablerIcon; declare const Lemon2: TablerIcon; declare const Lemon: TablerIcon; declare const LetterASmall: TablerIcon; declare const LetterA: TablerIcon; declare const LetterBSmall: TablerIcon; declare const LetterB: TablerIcon; declare const LetterCSmall: TablerIcon; declare const LetterC: TablerIcon; declare const LetterCaseLower: TablerIcon; declare const LetterCaseToggle: TablerIcon; declare const LetterCaseUpper: TablerIcon; declare const LetterCase: TablerIcon; declare const LetterDSmall: TablerIcon; declare const LetterD: TablerIcon; declare const LetterESmall: TablerIcon; declare const LetterE: TablerIcon; declare const LetterFSmall: TablerIcon; declare const LetterF: TablerIcon; declare const LetterGSmall: TablerIcon; declare const LetterG: TablerIcon; declare const LetterHSmall: TablerIcon; declare const LetterH: TablerIcon; declare const LetterISmall: TablerIcon; declare const LetterI: TablerIcon; declare const LetterJSmall: TablerIcon; declare const LetterJ: TablerIcon; declare const LetterKSmall: TablerIcon; declare const LetterK: TablerIcon; declare const LetterLSmall: TablerIcon; declare const LetterL: TablerIcon; declare const LetterMSmall: TablerIcon; declare const LetterM: TablerIcon; declare const LetterNSmall: TablerIcon; declare const LetterN: TablerIcon; declare const LetterOSmall: TablerIcon; declare const LetterO: TablerIcon; declare const LetterPSmall: TablerIcon; declare const LetterP: TablerIcon; declare const LetterQSmall: TablerIcon; declare const LetterQ: TablerIcon; declare const LetterRSmall: TablerIcon; declare const LetterR: TablerIcon; declare const LetterSSmall: TablerIcon; declare const LetterS: TablerIcon; declare const LetterSpacing: TablerIcon; declare const LetterTSmall: TablerIcon; declare const LetterT: TablerIcon; declare const LetterUSmall: TablerIcon; declare const LetterU: TablerIcon; declare const LetterVSmall: TablerIcon; declare const LetterV: TablerIcon; declare const LetterWSmall: TablerIcon; declare const LetterW: TablerIcon; declare const LetterXSmall: TablerIcon; declare const LetterX: TablerIcon; declare const LetterYSmall: TablerIcon; declare const LetterY: TablerIcon; declare const LetterZSmall: TablerIcon; declare const LetterZ: TablerIcon; declare const LibraryMinus: TablerIcon; declare const LibraryPhoto: TablerIcon; declare const LibraryPlus: TablerIcon; declare const Library: TablerIcon; declare const LicenseOff: TablerIcon; declare const License: TablerIcon; declare const LifebuoyOff: TablerIcon; declare const Lifebuoy: TablerIcon; declare const Lighter: TablerIcon; declare const LineDashed: TablerIcon; declare const LineDotted: TablerIcon; declare const LineHeight: TablerIcon; declare const LineScan: TablerIcon; declare const Line: TablerIcon; declare const LinkMinus: TablerIcon; declare const LinkOff: TablerIcon; declare const LinkPlus: TablerIcon; declare const Link: TablerIcon; declare const ListCheck: TablerIcon; declare const ListDetails: TablerIcon; declare const ListLetters: TablerIcon; declare const ListNumbers: TablerIcon; declare const ListSearch: TablerIcon; declare const ListTree: TablerIcon; declare const List: TablerIcon; declare const LivePhotoOff: TablerIcon; declare const LivePhoto: TablerIcon; declare const LiveView: TablerIcon; declare const LoadBalancer: TablerIcon; declare const Loader2: TablerIcon; declare const Loader3: TablerIcon; declare const Loader4: TablerIcon; declare const LoaderQuarter: TablerIcon; declare const Loader: TablerIcon; declare const LocationBolt: TablerIcon; declare const LocationBroken: TablerIcon; declare const LocationCancel: TablerIcon; declare const LocationCheck: TablerIcon; declare const LocationCode: TablerIcon; declare const LocationCog: TablerIcon; declare const LocationDiscount: TablerIcon; declare const LocationDollar: TablerIcon; declare const LocationDown: TablerIcon; declare const LocationExclamation: TablerIcon; declare const LocationHeart: TablerIcon; declare const LocationMinus: TablerIcon; declare const LocationOff: TablerIcon; declare const LocationPause: TablerIcon; declare const LocationPin: TablerIcon; declare const LocationPlus: TablerIcon; declare const LocationQuestion: TablerIcon; declare const LocationSearch: TablerIcon; declare const LocationShare: TablerIcon; declare const LocationStar: TablerIcon; declare const LocationUp: TablerIcon; declare const LocationX: TablerIcon; declare const Location: TablerIcon; declare const LockAccessOff: TablerIcon; declare const LockAccess: TablerIcon; declare const LockBitcoin: TablerIcon; declare const LockBolt: TablerIcon; declare const LockCancel: TablerIcon; declare const LockCheck: TablerIcon; declare const LockCode: TablerIcon; declare const LockCog: TablerIcon; declare const LockDollar: TablerIcon; declare const LockDown: TablerIcon; declare const LockExclamation: TablerIcon; declare const LockHeart: TablerIcon; declare const LockMinus: TablerIcon; declare const LockOff: TablerIcon; declare const LockOpen2: TablerIcon; declare const LockOpenOff: TablerIcon; declare const LockOpen: TablerIcon; declare const LockPassword: TablerIcon; declare const LockPause: TablerIcon; declare const LockPin: TablerIcon; declare const LockPlus: TablerIcon; declare const LockQuestion: TablerIcon; declare const LockSearch: TablerIcon; declare const LockShare: TablerIcon; declare const LockSquareRounded: TablerIcon; declare const LockSquare: TablerIcon; declare const LockStar: TablerIcon; declare const LockUp: TablerIcon; declare const LockX: TablerIcon; declare const Lock: TablerIcon; declare const LogicAnd: TablerIcon; declare const LogicBuffer: TablerIcon; declare const LogicNand: TablerIcon; declare const LogicNor: TablerIcon; declare const LogicNot: TablerIcon; declare const LogicOr: TablerIcon; declare const LogicXnor: TablerIcon; declare const LogicXor: TablerIcon; declare const Login2: TablerIcon; declare const Login: TablerIcon; declare const Logout2: TablerIcon; declare const Logout: TablerIcon; declare const Logs: TablerIcon; declare const LollipopOff: TablerIcon; declare const Lollipop: TablerIcon; declare const LuggageOff: TablerIcon; declare const Luggage: TablerIcon; declare const LungsOff: TablerIcon; declare const Lungs: TablerIcon; declare const MacroOff: TablerIcon; declare const Macro: TablerIcon; declare const MagnetOff: TablerIcon; declare const Magnet: TablerIcon; declare const Magnetic: TablerIcon; declare const MailAi: TablerIcon; declare const MailBitcoin: TablerIcon; declare const MailBolt: TablerIcon; declare const MailCancel: TablerIcon; declare const MailCheck: TablerIcon; declare const MailCode: TablerIcon; declare const MailCog: TablerIcon; declare const MailDollar: TablerIcon; declare const MailDown: TablerIcon; declare const MailExclamation: TablerIcon; declare const MailFast: TablerIcon; declare const MailForward: TablerIcon; declare const MailHeart: TablerIcon; declare const MailMinus: TablerIcon; declare const MailOff: TablerIcon; declare const MailOpened: TablerIcon; declare const MailPause: TablerIcon; declare const MailPin: TablerIcon; declare const MailPlus: TablerIcon; declare const MailQuestion: TablerIcon; declare const MailSearch: TablerIcon; declare const MailShare: TablerIcon; declare const MailSpark: TablerIcon; declare const MailStar: TablerIcon; declare const MailUp: TablerIcon; declare const MailX: TablerIcon; declare const Mail: TablerIcon; declare const MailboxOff: TablerIcon; declare const Mailbox: TablerIcon; declare const Man: TablerIcon; declare const ManualGearbox: TablerIcon; declare const Map2: TablerIcon; declare const MapBolt: TablerIcon; declare const MapCancel: TablerIcon; declare const MapCheck: TablerIcon; declare const MapCode: TablerIcon; declare const MapCog: TablerIcon; declare const MapDiscount: TablerIcon; declare const MapDollar: TablerIcon; declare const MapDown: TablerIcon; declare const MapEast: TablerIcon; declare const MapExclamation: TablerIcon; declare const MapHeart: TablerIcon; declare const MapLock: TablerIcon; declare const MapMinus: TablerIcon; declare const MapNorth: TablerIcon; declare const MapOff: TablerIcon; declare const MapPause: TablerIcon; declare const MapPin2: TablerIcon; declare const MapPinBolt: TablerIcon; declare const MapPinCancel: TablerIcon; declare const MapPinCheck: TablerIcon; declare const MapPinCode: TablerIcon; declare const MapPinCog: TablerIcon; declare const MapPinDollar: TablerIcon; declare const MapPinDown: TablerIcon; declare const MapPinExclamation: TablerIcon; declare const MapPinHeart: TablerIcon; declare const MapPinMinus: TablerIcon; declare const MapPinOff: TablerIcon; declare const MapPinPause: TablerIcon; declare const MapPinPin: TablerIcon; declare const MapPinPlus: TablerIcon; declare const MapPinQuestion: TablerIcon; declare const MapPinSearch: TablerIcon; declare const MapPinShare: TablerIcon; declare const MapPinStar: TablerIcon; declare const MapPinUp: TablerIcon; declare const MapPinX: TablerIcon; declare const MapPin: TablerIcon; declare const MapPins: TablerIcon; declare const MapPlus: TablerIcon; declare const MapQuestion: TablerIcon; declare const MapRoute: TablerIcon; declare const MapSearch: TablerIcon; declare const MapShare: TablerIcon; declare const MapShield: TablerIcon; declare const MapSouth: TablerIcon; declare const MapStar: TablerIcon; declare const MapUp: TablerIcon; declare const MapWest: TablerIcon; declare const MapX: TablerIcon; declare const Map: TablerIcon; declare const MarkdownOff: TablerIcon; declare const Markdown: TablerIcon; declare const Marquee2: TablerIcon; declare const MarqueeOff: TablerIcon; declare const Marquee: TablerIcon; declare const Mars: TablerIcon; declare const MaskOff: TablerIcon; declare const Mask: TablerIcon; declare const MasksTheaterOff: TablerIcon; declare const MasksTheater: TablerIcon; declare const Massage: TablerIcon; declare const Matchstick: TablerIcon; declare const Math1Divide2: TablerIcon; declare const Math1Divide3: TablerIcon; declare const MathAvg: TablerIcon; declare const MathCos: TablerIcon; declare const MathCtg: TablerIcon; declare const MathEqualGreater: TablerIcon; declare const MathEqualLower: TablerIcon; declare const MathFunctionOff: TablerIcon; declare const MathFunctionY: TablerIcon; declare const MathFunction: TablerIcon; declare const MathGreater: TablerIcon; declare const MathIntegralX: TablerIcon; declare const MathIntegral: TablerIcon; declare const MathIntegrals: TablerIcon; declare const MathLower: TablerIcon; declare const MathMaxMin: TablerIcon; declare const MathMax: TablerIcon; declare const MathMin: TablerIcon; declare const MathNot: TablerIcon; declare const MathOff: TablerIcon; declare const MathPiDivide2: TablerIcon; declare const MathPi: TablerIcon; declare const MathSec: TablerIcon; declare const MathSin: TablerIcon; declare const MathSymbols: TablerIcon; declare const MathTg: TablerIcon; declare const MathXDivide2: TablerIcon; declare const MathXDivideY2: TablerIcon; declare const MathXDivideY: TablerIcon; declare const MathXFloorDivideY: TablerIcon; declare const MathXMinusX: TablerIcon; declare const MathXMinusY: TablerIcon; declare const MathXPlusX: TablerIcon; declare const MathXPlusY: TablerIcon; declare const MathXy: TablerIcon; declare const MathYMinusY: TablerIcon; declare const MathYPlusY: TablerIcon; declare const Math: TablerIcon; declare const Matrix: TablerIcon; declare const MaximizeOff: TablerIcon; declare const Maximize: TablerIcon; declare const MeatOff: TablerIcon; declare const Meat: TablerIcon; declare const Medal2: TablerIcon; declare const Medal: TablerIcon; declare const MedicalCrossCircle: TablerIcon; declare const MedicalCrossOff: TablerIcon; declare const MedicalCross: TablerIcon; declare const MedicineSyrup: TablerIcon; declare const Meeple: TablerIcon; declare const Melon: TablerIcon; declare const Menorah: TablerIcon; declare const Menu2: TablerIcon; declare const Menu3: TablerIcon; declare const Menu4: TablerIcon; declare const MenuDeep: TablerIcon; declare const MenuOrder: TablerIcon; declare const Menu: TablerIcon; declare const Mesh: TablerIcon; declare const Message2Bolt: TablerIcon; declare const Message2Cancel: TablerIcon; declare const Message2Check: TablerIcon; declare const Message2Code: TablerIcon; declare const Message2Cog: TablerIcon; declare const Message2Dollar: TablerIcon; declare const Message2Down: TablerIcon; declare const Message2Exclamation: TablerIcon; declare const Message2Heart: TablerIcon; declare const Message2Minus: TablerIcon; declare const Message2Off: TablerIcon; declare const Message2Pause: TablerIcon; declare const Message2Pin: TablerIcon; declare const Message2Plus: TablerIcon; declare const Message2Question: TablerIcon; declare const Message2Search: TablerIcon; declare const Message2Share: TablerIcon; declare const Message2Star: TablerIcon; declare const Message2Up: TablerIcon; declare const Message2X: TablerIcon; declare const Message2: TablerIcon; declare const MessageBolt: TablerIcon; declare const MessageCancel: TablerIcon; declare const MessageChatbot: TablerIcon; declare const MessageCheck: TablerIcon; declare const MessageCircleBolt: TablerIcon; declare const MessageCircleCancel: TablerIcon; declare const MessageCircleCheck: TablerIcon; declare const MessageCircleCode: TablerIcon; declare const MessageCircleCog: TablerIcon; declare const MessageCircleDollar: TablerIcon; declare const MessageCircleDown: TablerIcon; declare const MessageCircleExclamation: TablerIcon; declare const MessageCircleHeart: TablerIcon; declare const MessageCircleMinus: TablerIcon; declare const MessageCircleOff: TablerIcon; declare const MessageCirclePause: TablerIcon; declare const MessageCirclePin: TablerIcon; declare const MessageCirclePlus: TablerIcon; declare const MessageCircleQuestion: TablerIcon; declare const MessageCircleSearch: TablerIcon; declare const MessageCircleShare: TablerIcon; declare const MessageCircleStar: TablerIcon; declare const MessageCircleUp: TablerIcon; declare const MessageCircleUser: TablerIcon; declare const MessageCircleX: TablerIcon; declare const MessageCircle: TablerIcon; declare const MessageCode: TablerIcon; declare const MessageCog: TablerIcon; declare const MessageDollar: TablerIcon; declare const MessageDots: TablerIcon; declare const MessageDown: TablerIcon; declare const MessageExclamation: TablerIcon; declare const MessageForward: TablerIcon; declare const MessageHeart: TablerIcon; declare const MessageLanguage: TablerIcon; declare const MessageMinus: TablerIcon; declare const MessageOff: TablerIcon; declare const MessagePause: TablerIcon; declare const MessagePin: TablerIcon; declare const MessagePlus: TablerIcon; declare const MessageQuestion: TablerIcon; declare const MessageReply: TablerIcon; declare const MessageReport: TablerIcon; declare const MessageSearch: TablerIcon; declare const MessageShare: TablerIcon; declare const MessageStar: TablerIcon; declare const MessageUp: TablerIcon; declare const MessageUser: TablerIcon; declare const MessageX: TablerIcon; declare const Message: TablerIcon; declare const MessagesOff: TablerIcon; declare const Messages: TablerIcon; declare const MeteorOff: TablerIcon; declare const Meteor: TablerIcon; declare const MeterCube: TablerIcon; declare const MeterSquare: TablerIcon; declare const Metronome: TablerIcon; declare const MichelinBibGourmand: TablerIcon; declare const MichelinStarGreen: TablerIcon; declare const MichelinStar: TablerIcon; declare const Mickey: TablerIcon; declare const Microfrontends: TablerIcon; declare const Microphone2Off: TablerIcon; declare const Microphone2: TablerIcon; declare const MicrophoneOff: TablerIcon; declare const Microphone: TablerIcon; declare const MicroscopeOff: TablerIcon; declare const Microscope: TablerIcon; declare const MicrowaveOff: TablerIcon; declare const Microwave: TablerIcon; declare const Middleware: TablerIcon; declare const MilitaryAward: TablerIcon; declare const MilitaryRank: TablerIcon; declare const MilkOff: TablerIcon; declare const Milk: TablerIcon; declare const Milkshake: TablerIcon; declare const Minimize: TablerIcon; declare const MinusVertical: TablerIcon; declare const Minus: TablerIcon; declare const MistOff: TablerIcon; declare const Mist: TablerIcon; declare const MobiledataOff: TablerIcon; declare const Mobiledata: TablerIcon; declare const MoneybagEdit: TablerIcon; declare const MoneybagHeart: TablerIcon; declare const MoneybagMinus: TablerIcon; declare const MoneybagMoveBack: TablerIcon; declare const MoneybagMove: TablerIcon; declare const MoneybagPlus: TablerIcon; declare const Moneybag: TablerIcon; declare const Monkeybar: TablerIcon; declare const MoodAngry: TablerIcon; declare const MoodAnnoyed2: TablerIcon; declare const MoodAnnoyed: TablerIcon; declare const MoodBitcoin: TablerIcon; declare const MoodBoy: TablerIcon; declare const MoodCheck: TablerIcon; declare const MoodCog: TablerIcon; declare const MoodConfused: TablerIcon; declare const MoodCrazyHappy: TablerIcon; declare const MoodCry: TablerIcon; declare const MoodDollar: TablerIcon; declare const MoodEdit: TablerIcon; declare const MoodEmpty: TablerIcon; declare const MoodHappy: TablerIcon; declare const MoodHeart: TablerIcon; declare const MoodKid: TablerIcon; declare const MoodLookDown: TablerIcon; declare const MoodLookLeft: TablerIcon; declare const MoodLookRight: TablerIcon; declare const MoodLookUp: TablerIcon; declare const MoodMinus: TablerIcon; declare const MoodNerd: TablerIcon; declare const MoodNervous: TablerIcon; declare const MoodNeutral: TablerIcon; declare const MoodOff: TablerIcon; declare const MoodPin: TablerIcon; declare const MoodPlus: TablerIcon; declare const MoodPuzzled: TablerIcon; declare const MoodSad2: TablerIcon; declare const MoodSadDizzy: TablerIcon; declare const MoodSadSquint: TablerIcon; declare const MoodSad: TablerIcon; declare const MoodSearch: TablerIcon; declare const MoodShare: TablerIcon; declare const MoodSick: TablerIcon; declare const MoodSilence: TablerIcon; declare const MoodSing: TablerIcon; declare const MoodSmileBeam: TablerIcon; declare const MoodSmileDizzy: TablerIcon; declare const MoodSmile: TablerIcon; declare const MoodSpark: TablerIcon; declare const MoodSurprised: TablerIcon; declare const MoodTongueWink2: TablerIcon; declare const MoodTongueWink: TablerIcon; declare const MoodTongue: TablerIcon; declare const MoodUnamused: TablerIcon; declare const MoodUp: TablerIcon; declare const MoodWink2: TablerIcon; declare const MoodWink: TablerIcon; declare const MoodWrrr: TablerIcon; declare const MoodX: TablerIcon; declare const MoodXd: TablerIcon; declare const Moon2: TablerIcon; declare const MoonOff: TablerIcon; declare const MoonStars: TablerIcon; declare const Moon: TablerIcon; declare const Moped: TablerIcon; declare const Mosque: TablerIcon; declare const Motorbike: TablerIcon; declare const MountainOff: TablerIcon; declare const Mountain: TablerIcon; declare const Mouse2: TablerIcon; declare const MouseOff: TablerIcon; declare const Mouse: TablerIcon; declare const Moustache: TablerIcon; declare const MovieOff: TablerIcon; declare const Movie: TablerIcon; declare const MugOff: TablerIcon; declare const Mug: TablerIcon; declare const Multiplier05x: TablerIcon; declare const Multiplier15x: TablerIcon; declare const Multiplier1x: TablerIcon; declare const Multiplier2x: TablerIcon; declare const MushroomOff: TablerIcon; declare const Mushroom: TablerIcon; declare const MusicBolt: TablerIcon; declare const MusicCancel: TablerIcon; declare const MusicCheck: TablerIcon; declare const MusicCode: TablerIcon; declare const MusicCog: TablerIcon; declare const MusicDiscount: TablerIcon; declare const MusicDollar: TablerIcon; declare const MusicDown: TablerIcon; declare const MusicExclamation: TablerIcon; declare const MusicHeart: TablerIcon; declare const MusicMinus: TablerIcon; declare const MusicOff: TablerIcon; declare const MusicPause: TablerIcon; declare const MusicPin: TablerIcon; declare const MusicPlus: TablerIcon; declare const MusicQuestion: TablerIcon; declare const MusicSearch: TablerIcon; declare const MusicShare: TablerIcon; declare const MusicStar: TablerIcon; declare const MusicUp: TablerIcon; declare const MusicX: TablerIcon; declare const Music: TablerIcon; declare const NavigationBolt: TablerIcon; declare const NavigationCancel: TablerIcon; declare const NavigationCheck: TablerIcon; declare const NavigationCode: TablerIcon; declare const NavigationCog: TablerIcon; declare const NavigationDiscount: TablerIcon; declare const NavigationDollar: TablerIcon; declare const NavigationDown: TablerIcon; declare const NavigationEast: TablerIcon; declare const NavigationExclamation: TablerIcon; declare const NavigationHeart: TablerIcon; declare const NavigationMinus: TablerIcon; declare const NavigationNorth: TablerIcon; declare const NavigationOff: TablerIcon; declare const NavigationPause: TablerIcon; declare const NavigationPin: TablerIcon; declare const NavigationPlus: TablerIcon; declare const NavigationQuestion: TablerIcon; declare const NavigationSearch: TablerIcon; declare const NavigationShare: TablerIcon; declare const NavigationSouth: TablerIcon; declare const NavigationStar: TablerIcon; declare const NavigationTop: TablerIcon; declare const NavigationUp: TablerIcon; declare const NavigationWest: TablerIcon; declare const NavigationX: TablerIcon; declare const Navigation: TablerIcon; declare const NeedleThread: TablerIcon; declare const Needle: TablerIcon; declare const NetworkOff: TablerIcon; declare const Network: TablerIcon; declare const NewSection: TablerIcon; declare const NewsOff: TablerIcon; declare const News: TablerIcon; declare const NfcOff: TablerIcon; declare const Nfc: TablerIcon; declare const NoCopyright: TablerIcon; declare const NoCreativeCommons: TablerIcon; declare const NoDerivatives: TablerIcon; declare const NoiseReduction: TablerIcon; declare const NorthStar: TablerIcon; declare const Notdef: TablerIcon; declare const NoteOff: TablerIcon; declare const Note: TablerIcon; declare const NotebookOff: TablerIcon; declare const Notebook: TablerIcon; declare const NotesOff: TablerIcon; declare const Notes: TablerIcon; declare const NotificationOff: TablerIcon; declare const Notification: TablerIcon; declare const Number0Small: TablerIcon; declare const Number0: TablerIcon; declare const Number1Small: TablerIcon; declare const Number1: TablerIcon; declare const Number10Small: TablerIcon; declare const Number10: TablerIcon; declare const Number100Small: TablerIcon; declare const Number11Small: TablerIcon; declare const Number11: TablerIcon; declare const Number12Small: TablerIcon; declare const Number123: TablerIcon; declare const Number13Small: TablerIcon; declare const Number14Small: TablerIcon; declare const Number15Small: TablerIcon; declare const Number16Small: TablerIcon; declare const Number17Small: TablerIcon; declare const Number18Small: TablerIcon; declare const Number19Small: TablerIcon; declare const Number2Small: TablerIcon; declare const Number2: TablerIcon; declare const Number20Small: TablerIcon; declare const Number21Small: TablerIcon; declare const Number22Small: TablerIcon; declare const Number23Small: TablerIcon; declare const Number24Small: TablerIcon; declare const Number25Small: TablerIcon; declare const Number26Small: TablerIcon; declare const Number27Small: TablerIcon; declare const Number28Small: TablerIcon; declare const Number29Small: TablerIcon; declare const Number3Small: TablerIcon; declare const Number3: TablerIcon; declare const Number30Small: TablerIcon; declare const Number31Small: TablerIcon; declare const Number32Small: TablerIcon; declare const Number33Small: TablerIcon; declare const Number34Small: TablerIcon; declare const Number35Small: TablerIcon; declare const Number36Small: TablerIcon; declare const Number37Small: TablerIcon; declare const Number38Small: TablerIcon; declare const Number39Small: TablerIcon; declare const Number4Small: TablerIcon; declare const Number4: TablerIcon; declare const Number40Small: TablerIcon; declare const Number41Small: TablerIcon; declare const Number42Small: TablerIcon; declare const Number43Small: TablerIcon; declare const Number44Small: TablerIcon; declare const Number45Small: TablerIcon; declare const Number46Small: TablerIcon; declare const Number47Small: TablerIcon; declare const Number48Small: TablerIcon; declare const Number49Small: TablerIcon; declare const Number5Small: TablerIcon; declare const Number5: TablerIcon; declare const Number50Small: TablerIcon; declare const Number51Small: TablerIcon; declare const Number52Small: TablerIcon; declare const Number53Small: TablerIcon; declare const Number54Small: TablerIcon; declare const Number55Small: TablerIcon; declare const Number56Small: TablerIcon; declare const Number57Small: TablerIcon; declare const Number58Small: TablerIcon; declare const Number59Small: TablerIcon; declare const Number6Small: TablerIcon; declare const Number6: TablerIcon; declare const Number60Small: TablerIcon; declare const Number61Small: TablerIcon; declare const Number62Small: TablerIcon; declare const Number63Small: TablerIcon; declare const Number64Small: TablerIcon; declare const Number65Small: TablerIcon; declare const Number66Small: TablerIcon; declare const Number67Small: TablerIcon; declare const Number68Small: TablerIcon; declare const Number69Small: TablerIcon; declare const Number7Small: TablerIcon; declare const Number7: TablerIcon; declare const Number70Small: TablerIcon; declare const Number71Small: TablerIcon; declare const Number72Small: TablerIcon; declare const Number73Small: TablerIcon; declare const Number74Small: TablerIcon; declare const Number75Small: TablerIcon; declare const Number76Small: TablerIcon; declare const Number77Small: TablerIcon; declare const Number78Small: TablerIcon; declare const Number79Small: TablerIcon; declare const Number8Small: TablerIcon; declare const Number8: TablerIcon; declare const Number80Small: TablerIcon; declare const Number81Small: TablerIcon; declare const Number82Small: TablerIcon; declare const Number83Small: TablerIcon; declare const Number84Small: TablerIcon; declare const Number85Small: TablerIcon; declare const Number86Small: TablerIcon; declare const Number87Small: TablerIcon; declare const Number88Small: TablerIcon; declare const Number89Small: TablerIcon; declare const Number9Small: TablerIcon; declare const Number9: TablerIcon; declare const Number90Small: TablerIcon; declare const Number91Small: TablerIcon; declare const Number92Small: TablerIcon; declare const Number93Small: TablerIcon; declare const Number94Small: TablerIcon; declare const Number95Small: TablerIcon; declare const Number96Small: TablerIcon; declare const Number97Small: TablerIcon; declare const Number98Small: TablerIcon; declare const Number99Small: TablerIcon; declare const Number: TablerIcon; declare const Numbers: TablerIcon; declare const Nurse: TablerIcon; declare const Nut: TablerIcon; declare const ObjectScan: TablerIcon; declare const OctagonMinus2: TablerIcon; declare const OctagonMinus: TablerIcon; declare const OctagonOff: TablerIcon; declare const OctagonPlus2: TablerIcon; declare const OctagonPlus: TablerIcon; declare const Octagon: TablerIcon; declare const OctahedronOff: TablerIcon; declare const OctahedronPlus: TablerIcon; declare const Octahedron: TablerIcon; declare const Old: TablerIcon; declare const OlympicTorch: TablerIcon; declare const OlympicsOff: TablerIcon; declare const Olympics: TablerIcon; declare const Om: TablerIcon; declare const Omega: TablerIcon; declare const Option: TablerIcon; declare const Outbound: TablerIcon; declare const Outlet: TablerIcon; declare const OvalVertical: TablerIcon; declare const Oval: TablerIcon; declare const Overline: TablerIcon; declare const PackageExport: TablerIcon; declare const PackageImport: TablerIcon; declare const PackageOff: TablerIcon; declare const Package: TablerIcon; declare const Packages: TablerIcon; declare const Pacman: TablerIcon; declare const PageBreak: TablerIcon; declare const PaintOff: TablerIcon; declare const Paint: TablerIcon; declare const PaletteOff: TablerIcon; declare const Palette: TablerIcon; declare const PanoramaHorizontalOff: TablerIcon; declare const PanoramaHorizontal: TablerIcon; declare const PanoramaVerticalOff: TablerIcon; declare const PanoramaVertical: TablerIcon; declare const PaperBagOff: TablerIcon; declare const PaperBag: TablerIcon; declare const Paperclip: TablerIcon; declare const ParachuteOff: TablerIcon; declare const Parachute: TablerIcon; declare const ParenthesesOff: TablerIcon; declare const Parentheses: TablerIcon; declare const ParkingCircle: TablerIcon; declare const ParkingMeter: TablerIcon; declare const ParkingOff: TablerIcon; declare const Parking: TablerIcon; declare const PasswordFingerprint: TablerIcon; declare const PasswordMobilePhone: TablerIcon; declare const PasswordUser: TablerIcon; declare const Password: TablerIcon; declare const PawOff: TablerIcon; declare const Paw: TablerIcon; declare const Paywall: TablerIcon; declare const Pdf: TablerIcon; declare const Peace: TablerIcon; declare const PencilBolt: TablerIcon; declare const PencilCancel: TablerIcon; declare const PencilCheck: TablerIcon; declare const PencilCode: TablerIcon; declare const PencilCog: TablerIcon; declare const PencilDiscount: TablerIcon; declare const PencilDollar: TablerIcon; declare const PencilDown: TablerIcon; declare const PencilExclamation: TablerIcon; declare const PencilHeart: TablerIcon; declare const PencilMinus: TablerIcon; declare const PencilOff: TablerIcon; declare const PencilPause: TablerIcon; declare const PencilPin: TablerIcon; declare const PencilPlus: TablerIcon; declare const PencilQuestion: TablerIcon; declare const PencilSearch: TablerIcon; declare const PencilShare: TablerIcon; declare const PencilStar: TablerIcon; declare const PencilUp: TablerIcon; declare const PencilX: TablerIcon; declare const Pencil: TablerIcon; declare const Pendulum: TablerIcon; declare const Pennant2: TablerIcon; declare const PennantOff: TablerIcon; declare const Pennant: TablerIcon; declare const PentagonMinus: TablerIcon; declare const PentagonNumber0: TablerIcon; declare const PentagonNumber1: TablerIcon; declare const PentagonNumber2: TablerIcon; declare const PentagonNumber3: TablerIcon; declare const PentagonNumber4: TablerIcon; declare const PentagonNumber5: TablerIcon; declare const PentagonNumber6: TablerIcon; declare const PentagonNumber7: TablerIcon; declare const PentagonNumber8: TablerIcon; declare const PentagonNumber9: TablerIcon; declare const PentagonOff: TablerIcon; declare const PentagonPlus: TablerIcon; declare const PentagonX: TablerIcon; declare const Pentagon: TablerIcon; declare const Pentagram: TablerIcon; declare const PepperOff: TablerIcon; declare const Pepper: TablerIcon; declare const Percentage0: TablerIcon; declare const Percentage10: TablerIcon; declare const Percentage100: TablerIcon; declare const Percentage20: TablerIcon; declare const Percentage25: TablerIcon; declare const Percentage30: TablerIcon; declare const Percentage33: TablerIcon; declare const Percentage40: TablerIcon; declare const Percentage50: TablerIcon; declare const Percentage60: TablerIcon; declare const Percentage66: TablerIcon; declare const Percentage70: TablerIcon; declare const Percentage75: TablerIcon; declare const Percentage80: TablerIcon; declare const Percentage90: TablerIcon; declare const Percentage: TablerIcon; declare const Perfume: TablerIcon; declare const PerspectiveOff: TablerIcon; declare const Perspective: TablerIcon; declare const PhoneCall: TablerIcon; declare const PhoneCalling: TablerIcon; declare const PhoneCheck: TablerIcon; declare const PhoneDone: TablerIcon; declare const PhoneEnd: TablerIcon; declare const PhoneIncoming: TablerIcon; declare const PhoneOff: TablerIcon; declare const PhoneOutgoing: TablerIcon; declare const PhonePause: TablerIcon; declare const PhonePlus: TablerIcon; declare const PhoneRinging: TablerIcon; declare const PhoneSpark: TablerIcon; declare const PhoneX: TablerIcon; declare const Phone: TablerIcon; declare const PhotoAi: TablerIcon; declare const PhotoAlt: TablerIcon; declare const PhotoBitcoin: TablerIcon; declare const PhotoBolt: TablerIcon; declare const PhotoCancel: TablerIcon; declare const PhotoCheck: TablerIcon; declare const PhotoCircleMinus: TablerIcon; declare const PhotoCirclePlus: TablerIcon; declare const PhotoCircle: TablerIcon; declare const PhotoCode: TablerIcon; declare const PhotoCog: TablerIcon; declare const PhotoDollar: TablerIcon; declare const PhotoDown: TablerIcon; declare const PhotoEdit: TablerIcon; declare const PhotoExclamation: TablerIcon; declare const PhotoHeart: TablerIcon; declare const PhotoHexagon: TablerIcon; declare const PhotoMinus: TablerIcon; declare const PhotoOff: TablerIcon; declare const PhotoPause: TablerIcon; declare const PhotoPentagon: TablerIcon; declare const PhotoPin: TablerIcon; declare const PhotoPlus: TablerIcon; declare const PhotoQuestion: TablerIcon; declare const PhotoScan: TablerIcon; declare const PhotoSearch: TablerIcon; declare const PhotoSensor2: TablerIcon; declare const PhotoSensor3: TablerIcon; declare const PhotoSensor: TablerIcon; declare const PhotoShare: TablerIcon; declare const PhotoShield: TablerIcon; declare const PhotoSpark: TablerIcon; declare const PhotoSquareRounded: TablerIcon; declare const PhotoStar: TablerIcon; declare const PhotoUp: TablerIcon; declare const PhotoVideo: TablerIcon; declare const PhotoX: TablerIcon; declare const Photo: TablerIcon; declare const Physiotherapist: TablerIcon; declare const Piano: TablerIcon; declare const Pick: TablerIcon; declare const PicnicTable: TablerIcon; declare const PictureInPictureOff: TablerIcon; declare const PictureInPictureOn: TablerIcon; declare const PictureInPictureTop: TablerIcon; declare const PictureInPicture: TablerIcon; declare const PigMoney: TablerIcon; declare const PigOff: TablerIcon; declare const Pig: TablerIcon; declare const PilcrowLeft: TablerIcon; declare const PilcrowRight: TablerIcon; declare const Pilcrow: TablerIcon; declare const PillOff: TablerIcon; declare const Pill: TablerIcon; declare const Pillow: TablerIcon; declare const Pills: TablerIcon; declare const PinEnd: TablerIcon; declare const PinInvoke: TablerIcon; declare const Pin: TablerIcon; declare const PingPong: TablerIcon; declare const PinnedOff: TablerIcon; declare const Pinned: TablerIcon; declare const Pipeline: TablerIcon; declare const PizzaOff: TablerIcon; declare const Pizza: TablerIcon; declare const Placeholder: TablerIcon; declare const PlaneArrival: TablerIcon; declare const PlaneDeparture: TablerIcon; declare const PlaneInflight: TablerIcon; declare const PlaneOff: TablerIcon; declare const PlaneTilt: TablerIcon; declare const Plane: TablerIcon; declare const PlanetOff: TablerIcon; declare const Planet: TablerIcon; declare const Plant2Off: TablerIcon; declare const Plant2: TablerIcon; declare const PlantOff: TablerIcon; declare const Plant: TablerIcon; declare const PlayBasketball: TablerIcon; declare const PlayBug: TablerIcon; declare const PlayBugs: TablerIcon; declare const PlayCard1: TablerIcon; declare const PlayCard10: TablerIcon; declare const PlayCard2: TablerIcon; declare const PlayCard3: TablerIcon; declare const PlayCard4: TablerIcon; declare const PlayCard5: TablerIcon; declare const PlayCard6: TablerIcon; declare const PlayCard7: TablerIcon; declare const PlayCard8: TablerIcon; declare const PlayCard9: TablerIcon; declare const PlayCardA: TablerIcon; declare const PlayCardJ: TablerIcon; declare const PlayCardK: TablerIcon; declare const PlayCardOff: TablerIcon; declare const PlayCardQ: TablerIcon; declare const PlayCardStar: TablerIcon; declare const PlayCard: TablerIcon; declare const PlayFootball: TablerIcon; declare const PlayHandball: TablerIcon; declare const PlayVolleyball: TablerIcon; declare const PlayerEject: TablerIcon; declare const PlayerPause: TablerIcon; declare const PlayerPlay: TablerIcon; declare const PlayerRecord: TablerIcon; declare const PlayerSkipBack: TablerIcon; declare const PlayerSkipForward: TablerIcon; declare const PlayerStop: TablerIcon; declare const PlayerTrackNext: TablerIcon; declare const PlayerTrackPrev: TablerIcon; declare const PlaylistAdd: TablerIcon; declare const PlaylistOff: TablerIcon; declare const PlaylistX: TablerIcon; declare const Playlist: TablerIcon; declare const PlaystationCircle: TablerIcon; declare const PlaystationSquare: TablerIcon; declare const PlaystationTriangle: TablerIcon; declare const PlaystationX: TablerIcon; declare const PlugConnectedX: TablerIcon; declare const PlugConnected: TablerIcon; declare const PlugOff: TablerIcon; declare const PlugX: TablerIcon; declare const Plug: TablerIcon; declare const Plunger: TablerIcon; declare const PlusEqual: TablerIcon; declare const PlusMinus: TablerIcon; declare const Plus: TablerIcon; declare const Png: TablerIcon; declare const PodiumOff: TablerIcon; declare const Podium: TablerIcon; declare const PointOff: TablerIcon; declare const Point: TablerIcon; declare const Pointer2: TablerIcon; declare const PointerBolt: TablerIcon; declare const PointerCancel: TablerIcon; declare const PointerCheck: TablerIcon; declare const PointerCode: TablerIcon; declare const PointerCog: TablerIcon; declare const PointerCollaboration2: TablerIcon; declare const PointerCollaboration: TablerIcon; declare const PointerDollar: TablerIcon; declare const PointerDown: TablerIcon; declare const PointerExclamation: TablerIcon; declare const PointerHeart: TablerIcon; declare const PointerMinus: TablerIcon; declare const PointerOff: TablerIcon; declare const PointerPause: TablerIcon; declare const PointerPin: TablerIcon; declare const PointerPlus: TablerIcon; declare const PointerQuestion: TablerIcon; declare const PointerSearch: TablerIcon; declare const PointerShare: TablerIcon; declare const PointerStar: TablerIcon; declare const PointerUp: TablerIcon; declare const PointerX: TablerIcon; declare const Pointer: TablerIcon; declare const PokeballOff: TablerIcon; declare const Pokeball: TablerIcon; declare const PokerChip: TablerIcon; declare const Polaroid: TablerIcon; declare const PolygonOff: TablerIcon; declare const Polygon: TablerIcon; declare const Poo: TablerIcon; declare const PoolOff: TablerIcon; declare const Pool: TablerIcon; declare const Power: TablerIcon; declare const Pray: TablerIcon; declare const PremiumRights: TablerIcon; declare const Prescription: TablerIcon; declare const PresentationAnalytics: TablerIcon; declare const PresentationOff: TablerIcon; declare const Presentation: TablerIcon; declare const PrinterOff: TablerIcon; declare const Printer: TablerIcon; declare const PrismLight: TablerIcon; declare const PrismOff: TablerIcon; declare const PrismPlus: TablerIcon; declare const Prism: TablerIcon; declare const Prison: TablerIcon; declare const ProgressAlert: TablerIcon; declare const ProgressBolt: TablerIcon; declare const ProgressCheck: TablerIcon; declare const ProgressDown: TablerIcon; declare const ProgressHelp: TablerIcon; declare const ProgressX: TablerIcon; declare const Progress: TablerIcon; declare const Prompt: TablerIcon; declare const Prong: TablerIcon; declare const PropellerOff: TablerIcon; declare const Propeller: TablerIcon; declare const Protocol: TablerIcon; declare const PumpkinScary: TablerIcon; declare const Puzzle2: TablerIcon; declare const PuzzleOff: TablerIcon; declare const Puzzle: TablerIcon; declare const PyramidOff: TablerIcon; declare const PyramidPlus: TablerIcon; declare const Pyramid: TablerIcon; declare const QrcodeOff: TablerIcon; declare const Qrcode: TablerIcon; declare const QuestionMark: TablerIcon; declare const QueuePopIn: TablerIcon; declare const QueuePopOut: TablerIcon; declare const QuoteOff: TablerIcon; declare const QuoteOpen: TablerIcon; declare const Quote: TablerIcon; declare const Quotes: TablerIcon; declare const Radar2: TablerIcon; declare const RadarOff: TablerIcon; declare const Radar: TablerIcon; declare const RadioOff: TablerIcon; declare const Radio: TablerIcon; declare const RadioactiveOff: TablerIcon; declare const Radioactive: TablerIcon; declare const RadiusBottomLeft: TablerIcon; declare const RadiusBottomRight: TablerIcon; declare const RadiusTopLeft: TablerIcon; declare const RadiusTopRight: TablerIcon; declare const RainbowOff: TablerIcon; declare const Rainbow: TablerIcon; declare const Rating12Plus: TablerIcon; declare const Rating14Plus: TablerIcon; declare const Rating16Plus: TablerIcon; declare const Rating18Plus: TablerIcon; declare const Rating21Plus: TablerIcon; declare const RazorElectric: TablerIcon; declare const Razor: TablerIcon; declare const Receipt2: TablerIcon; declare const ReceiptBitcoin: TablerIcon; declare const ReceiptDollar: TablerIcon; declare const ReceiptEuro: TablerIcon; declare const ReceiptOff: TablerIcon; declare const ReceiptPound: TablerIcon; declare const ReceiptRefund: TablerIcon; declare const ReceiptRupee: TablerIcon; declare const ReceiptTax: TablerIcon; declare const ReceiptYen: TablerIcon; declare const ReceiptYuan: TablerIcon; declare const Receipt: TablerIcon; declare const Recharging: TablerIcon; declare const RecordMailOff: TablerIcon; declare const RecordMail: TablerIcon; declare const RectangleRoundedBottom: TablerIcon; declare const RectangleRoundedTop: TablerIcon; declare const RectangleVertical: TablerIcon; declare const Rectangle: TablerIcon; declare const RectangularPrismOff: TablerIcon; declare const RectangularPrismPlus: TablerIcon; declare const RectangularPrism: TablerIcon; declare const RecycleOff: TablerIcon; declare const Recycle: TablerIcon; declare const RefreshAlert: TablerIcon; declare const RefreshDot: TablerIcon; declare const RefreshOff: TablerIcon; declare const Refresh: TablerIcon; declare const RegexOff: TablerIcon; declare const Regex: TablerIcon; declare const Registered: TablerIcon; declare const RelationManyToMany: TablerIcon; declare const RelationOneToMany: TablerIcon; declare const RelationOneToOne: TablerIcon; declare const Reload: TablerIcon; declare const RemoteControl: TablerIcon; declare const Reorder: TablerIcon; declare const RepeatOff: TablerIcon; declare const RepeatOnce: TablerIcon; declare const Repeat: TablerIcon; declare const ReplaceOff: TablerIcon; declare const ReplaceUser: TablerIcon; declare const Replace: TablerIcon; declare const ReportAnalytics: TablerIcon; declare const ReportMedical: TablerIcon; declare const ReportMoney: TablerIcon; declare const ReportOff: TablerIcon; declare const ReportSearch: TablerIcon; declare const Report: TablerIcon; declare const ReservedLine: TablerIcon; declare const Resize: TablerIcon; declare const Restore: TablerIcon; declare const RewindBackward10: TablerIcon; declare const RewindBackward15: TablerIcon; declare const RewindBackward20: TablerIcon; declare const RewindBackward30: TablerIcon; declare const RewindBackward40: TablerIcon; declare const RewindBackward5: TablerIcon; declare const RewindBackward50: TablerIcon; declare const RewindBackward60: TablerIcon; declare const RewindForward10: TablerIcon; declare const RewindForward15: TablerIcon; declare const RewindForward20: TablerIcon; declare const RewindForward30: TablerIcon; declare const RewindForward40: TablerIcon; declare const RewindForward5: TablerIcon; declare const RewindForward50: TablerIcon; declare const RewindForward60: TablerIcon; declare const RibbonHealth: TablerIcon; declare const Rings: TablerIcon; declare const RippleDown: TablerIcon; declare const RippleOff: TablerIcon; declare const RippleUp: TablerIcon; declare const Ripple: TablerIcon; declare const RoadOff: TablerIcon; declare const RoadSign: TablerIcon; declare const Road: TablerIcon; declare const RobotFace: TablerIcon; declare const RobotOff: TablerIcon; declare const Robot: TablerIcon; declare const RocketOff: TablerIcon; declare const Rocket: TablerIcon; declare const RockingChair: TablerIcon; declare const RollerSkating: TablerIcon; declare const RollercoasterOff: TablerIcon; declare const Rollercoaster: TablerIcon; declare const RosetteAsterisk: TablerIcon; declare const RosetteDiscountCheckOff: TablerIcon; declare const RosetteDiscountCheck: TablerIcon; declare const RosetteDiscountOff: TablerIcon; declare const RosetteDiscount: TablerIcon; declare const RosetteNumber0: TablerIcon; declare const RosetteNumber1: TablerIcon; declare const RosetteNumber2: TablerIcon; declare const RosetteNumber3: TablerIcon; declare const RosetteNumber4: TablerIcon; declare const RosetteNumber5: TablerIcon; declare const RosetteNumber6: TablerIcon; declare const RosetteNumber7: TablerIcon; declare const RosetteNumber8: TablerIcon; declare const RosetteNumber9: TablerIcon; declare const Rosette: TablerIcon; declare const Rotate2: TablerIcon; declare const Rotate360: TablerIcon; declare const Rotate3d: TablerIcon; declare const RotateClockwise2: TablerIcon; declare const RotateClockwise: TablerIcon; declare const RotateDot: TablerIcon; declare const RotateRectangle: TablerIcon; declare const Rotate: TablerIcon; declare const Roulette: TablerIcon; declare const Route2: TablerIcon; declare const RouteAltLeft: TablerIcon; declare const RouteAltRight: TablerIcon; declare const RouteOff: TablerIcon; declare const RouteScan: TablerIcon; declare const RouteSquare2: TablerIcon; declare const RouteSquare: TablerIcon; declare const RouteX2: TablerIcon; declare const RouteX: TablerIcon; declare const Route: TablerIcon; declare const RouterOff: TablerIcon; declare const Router: TablerIcon; declare const RowInsertBottom: TablerIcon; declare const RowInsertTop: TablerIcon; declare const RowRemove: TablerIcon; declare const Rss: TablerIcon; declare const RubberStampOff: TablerIcon; declare const RubberStamp: TablerIcon; declare const Rugby: TablerIcon; declare const Ruler2Off: TablerIcon; declare const Ruler2: TablerIcon; declare const Ruler3: TablerIcon; declare const RulerMeasure2: TablerIcon; declare const RulerMeasure: TablerIcon; declare const RulerOff: TablerIcon; declare const Ruler: TablerIcon; declare const RunSprint: TablerIcon; declare const Run: TablerIcon; declare const RvTruck: TablerIcon; declare const STurnDown: TablerIcon; declare const STurnLeft: TablerIcon; declare const STurnRight: TablerIcon; declare const STurnUp: TablerIcon; declare const Sailboat2: TablerIcon; declare const SailboatOff: TablerIcon; declare const Sailboat: TablerIcon; declare const Salad: TablerIcon; declare const Salt: TablerIcon; declare const Sandbox: TablerIcon; declare const SatelliteOff: TablerIcon; declare const Satellite: TablerIcon; declare const Sausage: TablerIcon; declare const ScaleOff: TablerIcon; declare const ScaleOutlineOff: TablerIcon; declare const ScaleOutline: TablerIcon; declare const Scale: TablerIcon; declare const ScanCube: TablerIcon; declare const ScanEye: TablerIcon; declare const ScanLetterA: TablerIcon; declare const ScanLetterT: TablerIcon; declare const ScanPosition: TablerIcon; declare const ScanTraces: TablerIcon; declare const Scan: TablerIcon; declare const SchemaOff: TablerIcon; declare const Schema: TablerIcon; declare const SchoolBell: TablerIcon; declare const SchoolOff: TablerIcon; declare const School: TablerIcon; declare const ScissorsOff: TablerIcon; declare const Scissors: TablerIcon; declare const ScooterElectric: TablerIcon; declare const Scooter: TablerIcon; declare const Scoreboard: TablerIcon; declare const ScreenShareOff: TablerIcon; declare const ScreenShare: TablerIcon; declare const Screenshot: TablerIcon; declare const ScribbleOff: TablerIcon; declare const Scribble: TablerIcon; declare const ScriptMinus: TablerIcon; declare const ScriptPlus: TablerIcon; declare const ScriptX: TablerIcon; declare const Script: TablerIcon; declare const ScubaDivingTank: TablerIcon; declare const ScubaDiving: TablerIcon; declare const ScubaMaskOff: TablerIcon; declare const ScubaMask: TablerIcon; declare const Sdk: TablerIcon; declare const SearchOff: TablerIcon; declare const Search: TablerIcon; declare const SectionSign: TablerIcon; declare const Section: TablerIcon; declare const SeedlingOff: TablerIcon; declare const Seedling: TablerIcon; declare const Segway: TablerIcon; declare const SelectAll: TablerIcon; declare const Select: TablerIcon; declare const Selector: TablerIcon; declare const Send2: TablerIcon; declare const SendOff: TablerIcon; declare const Send: TablerIcon; declare const Seo: TablerIcon; declare const SeparatorHorizontal: TablerIcon; declare const SeparatorVertical: TablerIcon; declare const Separator: TablerIcon; declare const Server2: TablerIcon; declare const ServerBolt: TablerIcon; declare const ServerCog: TablerIcon; declare const ServerOff: TablerIcon; declare const ServerSpark: TablerIcon; declare const Server: TablerIcon; declare const Serverless: TablerIcon; declare const Servicemark: TablerIcon; declare const Settings2: TablerIcon; declare const SettingsAi: TablerIcon; declare const SettingsAutomation: TablerIcon; declare const SettingsBolt: TablerIcon; declare const SettingsCancel: TablerIcon; declare const SettingsCheck: TablerIcon; declare const SettingsCode: TablerIcon; declare const SettingsCog: TablerIcon; declare const SettingsDollar: TablerIcon; declare const SettingsDown: TablerIcon; declare const SettingsExclamation: TablerIcon; declare const SettingsHeart: TablerIcon; declare const SettingsMinus: TablerIcon; declare const SettingsOff: TablerIcon; declare const SettingsPause: TablerIcon; declare const SettingsPin: TablerIcon; declare const SettingsPlus: TablerIcon; declare const SettingsQuestion: TablerIcon; declare const SettingsSearch: TablerIcon; declare const SettingsShare: TablerIcon; declare const SettingsSpark: TablerIcon; declare const SettingsStar: TablerIcon; declare const SettingsUp: TablerIcon; declare const SettingsX: TablerIcon; declare const Settings: TablerIcon; declare const ShadowOff: TablerIcon; declare const Shadow: TablerIcon; declare const Shape2: TablerIcon; declare const Shape3: TablerIcon; declare const ShapeOff: TablerIcon; declare const Shape: TablerIcon; declare const Share2: TablerIcon; declare const Share3: TablerIcon; declare const ShareOff: TablerIcon; declare const Share: TablerIcon; declare const Shareplay: TablerIcon; declare const ShieldBolt: TablerIcon; declare const ShieldCancel: TablerIcon; declare const ShieldCheck: TablerIcon; declare const ShieldCheckered: TablerIcon; declare const ShieldChevron: TablerIcon; declare const ShieldCode: TablerIcon; declare const ShieldCog: TablerIcon; declare const ShieldDollar: TablerIcon; declare const ShieldDown: TablerIcon; declare const ShieldExclamation: TablerIcon; declare const ShieldHalf: TablerIcon; declare const ShieldHeart: TablerIcon; declare const ShieldLock: TablerIcon; declare const ShieldMinus: TablerIcon; declare const ShieldOff: TablerIcon; declare const ShieldPause: TablerIcon; declare const ShieldPin: TablerIcon; declare const ShieldPlus: TablerIcon; declare const ShieldQuestion: TablerIcon; declare const ShieldSearch: TablerIcon; declare const ShieldShare: TablerIcon; declare const ShieldStar: TablerIcon; declare const ShieldUp: TablerIcon; declare const ShieldX: TablerIcon; declare const Shield: TablerIcon; declare const ShipOff: TablerIcon; declare const Ship: TablerIcon; declare const ShirtOff: TablerIcon; declare const ShirtSport: TablerIcon; declare const Shirt: TablerIcon; declare const ShoeOff: TablerIcon; declare const Shoe: TablerIcon; declare const ShoppingBagCheck: TablerIcon; declare const ShoppingBagDiscount: TablerIcon; declare const ShoppingBagEdit: TablerIcon; declare const ShoppingBagExclamation: TablerIcon; declare const ShoppingBagHeart: TablerIcon; declare const ShoppingBagMinus: TablerIcon; declare const ShoppingBagPlus: TablerIcon; declare const ShoppingBagSearch: TablerIcon; declare const ShoppingBagX: TablerIcon; declare const ShoppingBag: TablerIcon; declare const ShoppingCartBolt: TablerIcon; declare const ShoppingCartCancel: TablerIcon; declare const ShoppingCartCheck: TablerIcon; declare const ShoppingCartCode: TablerIcon; declare const ShoppingCartCog: TablerIcon; declare const ShoppingCartCopy: TablerIcon; declare const ShoppingCartDiscount: TablerIcon; declare const ShoppingCartDollar: TablerIcon; declare const ShoppingCartDown: TablerIcon; declare const ShoppingCartExclamation: TablerIcon; declare const ShoppingCartHeart: TablerIcon; declare const ShoppingCartMinus: TablerIcon; declare const ShoppingCartOff: TablerIcon; declare const ShoppingCartPause: TablerIcon; declare const ShoppingCartPin: TablerIcon; declare const ShoppingCartPlus: TablerIcon; declare const ShoppingCartQuestion: TablerIcon; declare const ShoppingCartSearch: TablerIcon; declare const ShoppingCartShare: TablerIcon; declare const ShoppingCartStar: TablerIcon; declare const ShoppingCartUp: TablerIcon; declare const ShoppingCartX: TablerIcon; declare const ShoppingCart: TablerIcon; declare const ShovelPitchforks: TablerIcon; declare const Shovel: TablerIcon; declare const Shredder: TablerIcon; declare const SignLeft: TablerIcon; declare const SignRight: TablerIcon; declare const Signal2g: TablerIcon; declare const Signal3g: TablerIcon; declare const Signal4gPlus: TablerIcon; declare const Signal4g: TablerIcon; declare const Signal5g: TablerIcon; declare const Signal6g: TablerIcon; declare const SignalE: TablerIcon; declare const SignalG: TablerIcon; declare const SignalHPlus: TablerIcon; declare const SignalH: TablerIcon; declare const SignalLte: TablerIcon; declare const SignatureOff: TablerIcon; declare const Signature: TablerIcon; declare const SitemapOff: TablerIcon; declare const Sitemap: TablerIcon; declare const SkateboardOff: TablerIcon; declare const Skateboard: TablerIcon; declare const Skateboarding: TablerIcon; declare const Sketching: TablerIcon; declare const SkewX: TablerIcon; declare const SkewY: TablerIcon; declare const SkiJumping: TablerIcon; declare const Skull: TablerIcon; declare const Slash: TablerIcon; declare const Slashes: TablerIcon; declare const Sleigh: TablerIcon; declare const Slice: TablerIcon; declare const Slideshow: TablerIcon; declare const SmartHomeOff: TablerIcon; declare const SmartHome: TablerIcon; declare const SmokingNo: TablerIcon; declare const Smoking: TablerIcon; declare const Snowboarding: TablerIcon; declare const SnowflakeOff: TablerIcon; declare const Snowflake: TablerIcon; declare const Snowman: TablerIcon; declare const SoccerField: TablerIcon; declare const SocialOff: TablerIcon; declare const Social: TablerIcon; declare const Sock: TablerIcon; declare const SofaOff: TablerIcon; declare const Sofa: TablerIcon; declare const SolarElectricity: TablerIcon; declare const SolarPanel2: TablerIcon; declare const SolarPanel: TablerIcon; declare const Sort09: TablerIcon; declare const Sort90: TablerIcon; declare const SortAZ: TablerIcon; declare const SortAscending2: TablerIcon; declare const SortAscendingLetters: TablerIcon; declare const SortAscendingNumbers: TablerIcon; declare const SortAscendingShapes: TablerIcon; declare const SortAscendingSmallBig: TablerIcon; declare const SortAscending: TablerIcon; declare const SortDescending2: TablerIcon; declare const SortDescendingLetters: TablerIcon; declare const SortDescendingNumbers: TablerIcon; declare const SortDescendingShapes: TablerIcon; declare const SortDescendingSmallBig: TablerIcon; declare const SortDescending: TablerIcon; declare const SortZA: TablerIcon; declare const Sos: TablerIcon; declare const SoupOff: TablerIcon; declare const Soup: TablerIcon; declare const SourceCode: TablerIcon; declare const SpaceOff: TablerIcon; declare const Space: TablerIcon; declare const Spaces: TablerIcon; declare const SpacingHorizontal: TablerIcon; declare const SpacingVertical: TablerIcon; declare const Spade: TablerIcon; declare const Sparkle2: TablerIcon; declare const SparkleHighlight: TablerIcon; declare const Sparkle: TablerIcon; declare const Sparkles2Off: TablerIcon; declare const Sparkles2: TablerIcon; declare const Sparkles: TablerIcon; declare const Speakerphone: TablerIcon; declare const Speedboat: TablerIcon; declare const Sphere2: TablerIcon; declare const SphereOff: TablerIcon; declare const SpherePlus: TablerIcon; declare const Sphere: TablerIcon; declare const Spider: TablerIcon; declare const SpiralOff: TablerIcon; declare const Spiral: TablerIcon; declare const SportBilliard: TablerIcon; declare const Spray: TablerIcon; declare const SpyOff: TablerIcon; declare const Spy: TablerIcon; declare const Sql: TablerIcon; declare const SquareArrowDown: TablerIcon; declare const SquareArrowLeft: TablerIcon; declare const SquareArrowRight: TablerIcon; declare const SquareArrowUp: TablerIcon; declare const SquareAsterisk: TablerIcon; declare const SquareCheck: TablerIcon; declare const SquareChevronDown: TablerIcon; declare const SquareChevronLeft: TablerIcon; declare const SquareChevronRight: TablerIcon; declare const SquareChevronUp: TablerIcon; declare const SquareChevronsDown: TablerIcon; declare const SquareChevronsLeft: TablerIcon; declare const SquareChevronsRight: TablerIcon; declare const SquareChevronsUp: TablerIcon; declare const SquareDashed: TablerIcon; declare const SquareDot: TablerIcon; declare const SquareF0: TablerIcon; declare const SquareF1: TablerIcon; declare const SquareF2: TablerIcon; declare const SquareF3: TablerIcon; declare const SquareF4: TablerIcon; declare const SquareF5: TablerIcon; declare const SquareF6: TablerIcon; declare const SquareF7: TablerIcon; declare const SquareF8: TablerIcon; declare const SquareF9: TablerIcon; declare const SquareForbid2: TablerIcon; declare const SquareForbid: TablerIcon; declare const SquareHalf: TablerIcon; declare const SquareKey: TablerIcon; declare const SquareLetterA: TablerIcon; declare const SquareLetterB: TablerIcon; declare const SquareLetterC: TablerIcon; declare const SquareLetterD: TablerIcon; declare const SquareLetterE: TablerIcon; declare const SquareLetterF: TablerIcon; declare const SquareLetterG: TablerIcon; declare const SquareLetterH: TablerIcon; declare const SquareLetterI: TablerIcon; declare const SquareLetterJ: TablerIcon; declare const SquareLetterK: TablerIcon; declare const SquareLetterL: TablerIcon; declare const SquareLetterM: TablerIcon; declare const SquareLetterN: TablerIcon; declare const SquareLetterO: TablerIcon; declare const SquareLetterP: TablerIcon; declare const SquareLetterQ: TablerIcon; declare const SquareLetterR: TablerIcon; declare const SquareLetterS: TablerIcon; declare const SquareLetterT: TablerIcon; declare const SquareLetterU: TablerIcon; declare const SquareLetterV: TablerIcon; declare const SquareLetterW: TablerIcon; declare const SquareLetterX: TablerIcon; declare const SquareLetterY: TablerIcon; declare const SquareLetterZ: TablerIcon; declare const SquareMinus2: TablerIcon; declare const SquareMinus: TablerIcon; declare const SquareNumber0: TablerIcon; declare const SquareNumber1: TablerIcon; declare const SquareNumber2: TablerIcon; declare const SquareNumber3: TablerIcon; declare const SquareNumber4: TablerIcon; declare const SquareNumber5: TablerIcon; declare const SquareNumber6: TablerIcon; declare const SquareNumber7: TablerIcon; declare const SquareNumber8: TablerIcon; declare const SquareNumber9: TablerIcon; declare const SquareOff: TablerIcon; declare const SquarePercentage: TablerIcon; declare const SquarePlus2: TablerIcon; declare const SquarePlus: TablerIcon; declare const SquareRoot2: TablerIcon; declare const SquareRoot: TablerIcon; declare const SquareRotatedAsterisk: TablerIcon; declare const SquareRotatedForbid2: TablerIcon; declare const SquareRotatedForbid: TablerIcon; declare const SquareRotatedOff: TablerIcon; declare const SquareRotated: TablerIcon; declare const SquareRoundedArrowDown: TablerIcon; declare const SquareRoundedArrowLeft: TablerIcon; declare const SquareRoundedArrowRight: TablerIcon; declare const SquareRoundedArrowUp: TablerIcon; declare const SquareRoundedCheck: TablerIcon; declare const SquareRoundedChevronDown: TablerIcon; declare const SquareRoundedChevronLeft: TablerIcon; declare const SquareRoundedChevronRight: TablerIcon; declare const SquareRoundedChevronUp: TablerIcon; declare const SquareRoundedChevronsDown: TablerIcon; declare const SquareRoundedChevronsLeft: TablerIcon; declare const SquareRoundedChevronsRight: TablerIcon; declare const SquareRoundedChevronsUp: TablerIcon; declare const SquareRoundedLetterA: TablerIcon; declare const SquareRoundedLetterB: TablerIcon; declare const SquareRoundedLetterC: TablerIcon; declare const SquareRoundedLetterD: TablerIcon; declare const SquareRoundedLetterE: TablerIcon; declare const SquareRoundedLetterF: TablerIcon; declare const SquareRoundedLetterG: TablerIcon; declare const SquareRoundedLetterH: TablerIcon; declare const SquareRoundedLetterI: TablerIcon; declare const SquareRoundedLetterJ: TablerIcon; declare const SquareRoundedLetterK: TablerIcon; declare const SquareRoundedLetterL: TablerIcon; declare const SquareRoundedLetterM: TablerIcon; declare const SquareRoundedLetterN: TablerIcon; declare const SquareRoundedLetterO: TablerIcon; declare const SquareRoundedLetterP: TablerIcon; declare const SquareRoundedLetterQ: TablerIcon; declare const SquareRoundedLetterR: TablerIcon; declare const SquareRoundedLetterS: TablerIcon; declare const SquareRoundedLetterT: TablerIcon; declare const SquareRoundedLetterU: TablerIcon; declare const SquareRoundedLetterV: TablerIcon; declare const SquareRoundedLetterW: TablerIcon; declare const SquareRoundedLetterX: TablerIcon; declare const SquareRoundedLetterY: TablerIcon; declare const SquareRoundedLetterZ: TablerIcon; declare const SquareRoundedMinus2: TablerIcon; declare const SquareRoundedMinus: TablerIcon; declare const SquareRoundedNumber0: TablerIcon; declare const SquareRoundedNumber1: TablerIcon; declare const SquareRoundedNumber2: TablerIcon; declare const SquareRoundedNumber3: TablerIcon; declare const SquareRoundedNumber4: TablerIcon; declare const SquareRoundedNumber5: TablerIcon; declare const SquareRoundedNumber6: TablerIcon; declare const SquareRoundedNumber7: TablerIcon; declare const SquareRoundedNumber8: TablerIcon; declare const SquareRoundedNumber9: TablerIcon; declare const SquareRoundedPercentage: TablerIcon; declare const SquareRoundedPlus2: TablerIcon; declare const SquareRoundedPlus: TablerIcon; declare const SquareRoundedX: TablerIcon; declare const SquareRounded: TablerIcon; declare const SquareToggleHorizontal: TablerIcon; declare const SquareToggle: TablerIcon; declare const SquareX: TablerIcon; declare const Square: TablerIcon; declare const SquaresDiagonal: TablerIcon; declare const SquaresSelected: TablerIcon; declare const Squares: TablerIcon; declare const Stack2: TablerIcon; declare const Stack3: TablerIcon; declare const StackBack: TablerIcon; declare const StackBackward: TablerIcon; declare const StackForward: TablerIcon; declare const StackFront: TablerIcon; declare const StackMiddle: TablerIcon; declare const StackPop: TablerIcon; declare const StackPush: TablerIcon; declare const Stack: TablerIcon; declare const StairsDown: TablerIcon; declare const StairsUp: TablerIcon; declare const Stairs: TablerIcon; declare const StarHalf: TablerIcon; declare const StarOff: TablerIcon; declare const Star: TablerIcon; declare const StarsOff: TablerIcon; declare const Stars: TablerIcon; declare const StatusChange: TablerIcon; declare const Steam: TablerIcon; declare const SteeringWheelOff: TablerIcon; declare const SteeringWheel: TablerIcon; declare const StepInto: TablerIcon; declare const StepOut: TablerIcon; declare const StereoGlasses: TablerIcon; declare const StethoscopeOff: TablerIcon; declare const Stethoscope: TablerIcon; declare const Sticker2: TablerIcon; declare const Sticker: TablerIcon; declare const Stopwatch: TablerIcon; declare const StormOff: TablerIcon; declare const Storm: TablerIcon; declare const Stretching2: TablerIcon; declare const Stretching: TablerIcon; declare const Strikethrough: TablerIcon; declare const StrokeCurved: TablerIcon; declare const StrokeDynamic: TablerIcon; declare const StrokeStraight: TablerIcon; declare const Submarine: TablerIcon; declare const Subscript: TablerIcon; declare const Subtask: TablerIcon; declare const SubtitlesAi: TablerIcon; declare const SubtitlesEdit: TablerIcon; declare const SubtitlesOff: TablerIcon; declare const Subtitles: TablerIcon; declare const SumOff: TablerIcon; declare const Sum: TablerIcon; declare const SunElectricity: TablerIcon; declare const SunHigh: TablerIcon; declare const SunLow: TablerIcon; declare const SunMoon: TablerIcon; declare const SunOff: TablerIcon; declare const SunWind: TablerIcon; declare const Sun: TablerIcon; declare const Sunglasses: TablerIcon; declare const Sunrise: TablerIcon; declare const Sunset2: TablerIcon; declare const Sunset: TablerIcon; declare const Superscript: TablerIcon; declare const Svg: TablerIcon; declare const Swimming: TablerIcon; declare const SwipeDown: TablerIcon; declare const SwipeLeft: TablerIcon; declare const SwipeRight: TablerIcon; declare const SwipeUp: TablerIcon; declare const Swipe: TablerIcon; declare const Switch2: TablerIcon; declare const Switch3: TablerIcon; declare const SwitchHorizontal: TablerIcon; declare const SwitchVertical: TablerIcon; declare const Switch: TablerIcon; declare const SwordOff: TablerIcon; declare const Sword: TablerIcon; declare const Swords: TablerIcon; declare const TabClose: TablerIcon; declare const TableAlias: TablerIcon; declare const TableColumn: TablerIcon; declare const TableDashed: TablerIcon; declare const TableDown: TablerIcon; declare const TableExport: TablerIcon; declare const TableHeart: TablerIcon; declare const TableImport: TablerIcon; declare const TableMinus: TablerIcon; declare const TableOff: TablerIcon; declare const TableOptions: TablerIcon; declare const TablePlus: TablerIcon; declare const TableRow: TablerIcon; declare const TableShare: TablerIcon; declare const TableShortcut: TablerIcon; declare const TableSpark: TablerIcon; declare const Table: TablerIcon; declare const Tabs: TablerIcon; declare const TagMinus: TablerIcon; declare const TagOff: TablerIcon; declare const TagPlus: TablerIcon; declare const TagStarred: TablerIcon; declare const Tag: TablerIcon; declare const TagsChevronDown: TablerIcon; declare const TagsChevronLeft: TablerIcon; declare const TagsChevronRight: TablerIcon; declare const TagsChevronUp: TablerIcon; declare const TagsOff: TablerIcon; declare const Tags: TablerIcon; declare const TaiwanDollar: TablerIcon; declare const Tallymark1: TablerIcon; declare const Tallymark2: TablerIcon; declare const Tallymark3: TablerIcon; declare const Tallymark4: TablerIcon; declare const Tallymarks: TablerIcon; declare const Tank: TablerIcon; declare const Target2: TablerIcon; declare const TargetArrow: TablerIcon; declare const TargetOff: TablerIcon; declare const Target: TablerIcon; declare const TaxEuro: TablerIcon; declare const TaxPound: TablerIcon; declare const Tax: TablerIcon; declare const Teapot: TablerIcon; declare const TelescopeOff: TablerIcon; declare const Telescope: TablerIcon; declare const TemperatureCelsius: TablerIcon; declare const TemperatureFahrenheit: TablerIcon; declare const TemperatureMinus: TablerIcon; declare const TemperatureOff: TablerIcon; declare const TemperaturePlus: TablerIcon; declare const TemperatureSnow: TablerIcon; declare const TemperatureSun: TablerIcon; declare const Temperature: TablerIcon; declare const TemplateOff: TablerIcon; declare const Template: TablerIcon; declare const TentOff: TablerIcon; declare const Tent: TablerIcon; declare const Terminal2: TablerIcon; declare const Terminal: TablerIcon; declare const TestPipe2: TablerIcon; declare const TestPipeOff: TablerIcon; declare const TestPipe: TablerIcon; declare const Tex: TablerIcon; declare const TextCaption: TablerIcon; declare const TextColor: TablerIcon; declare const TextDecrease: TablerIcon; declare const TextDirectionLtr: TablerIcon; declare const TextDirectionRtl: TablerIcon; declare const TextGrammar: TablerIcon; declare const TextIncrease: TablerIcon; declare const TextOrientation: TablerIcon; declare const TextOutline: TablerIcon; declare const TextPlus: TablerIcon; declare const TextRecognition: TablerIcon; declare const TextRegexAsterisk: TablerIcon; declare const TextRegexEnd: TablerIcon; declare const TextRegexPlus: TablerIcon; declare const TextRegexQuestion: TablerIcon; declare const TextRegexStart: TablerIcon; declare const TextResize: TablerIcon; declare const TextScan2: TablerIcon; declare const TextScanAi: TablerIcon; declare const TextSize: TablerIcon; declare const TextSpellcheck: TablerIcon; declare const TextWrapColumn: TablerIcon; declare const TextWrapDisabled: TablerIcon; declare const TextWrap: TablerIcon; declare const Texture: TablerIcon; declare const Theater: TablerIcon; declare const Thermometer: TablerIcon; declare const ThinkingHigh: TablerIcon; declare const ThinkingLow: TablerIcon; declare const ThinkingMedium: TablerIcon; declare const ThumbDownOff: TablerIcon; declare const ThumbDown: TablerIcon; declare const ThumbUpOff: TablerIcon; declare const ThumbUp: TablerIcon; declare const TicTac: TablerIcon; declare const TicketOff: TablerIcon; declare const Ticket: TablerIcon; declare const Tie: TablerIcon; declare const Tilde: TablerIcon; declare const TiltShiftOff: TablerIcon; declare const TiltShift: TablerIcon; declare const TimeDuration0: TablerIcon; declare const TimeDuration10: TablerIcon; declare const TimeDuration15: TablerIcon; declare const TimeDuration30: TablerIcon; declare const TimeDuration45: TablerIcon; declare const TimeDuration5: TablerIcon; declare const TimeDuration60: TablerIcon; declare const TimeDuration90: TablerIcon; declare const TimeDurationOff: TablerIcon; declare const TimelineEventExclamation: TablerIcon; declare const TimelineEventMinus: TablerIcon; declare const TimelineEventPlus: TablerIcon; declare const TimelineEventText: TablerIcon; declare const TimelineEventX: TablerIcon; declare const TimelineEvent: TablerIcon; declare const Timeline: TablerIcon; declare const Timezone: TablerIcon; declare const TipJarEuro: TablerIcon; declare const TipJarPound: TablerIcon; declare const TipJar: TablerIcon; declare const Tir: TablerIcon; declare const ToggleLeft: TablerIcon; declare const ToggleRight: TablerIcon; declare const ToiletPaperOff: TablerIcon; declare const ToiletPaper: TablerIcon; declare const Toml: TablerIcon; declare const Tool: TablerIcon; declare const ToolsKitchen2Off: TablerIcon; declare const ToolsKitchen2: TablerIcon; declare const ToolsKitchen3: TablerIcon; declare const ToolsKitchenOff: TablerIcon; declare const ToolsKitchen: TablerIcon; declare const ToolsOff: TablerIcon; declare const Tools: TablerIcon; declare const Tooltip: TablerIcon; declare const TopologyBus: TablerIcon; declare const TopologyComplex: TablerIcon; declare const TopologyFullHierarchy: TablerIcon; declare const TopologyFull: TablerIcon; declare const TopologyRing2: TablerIcon; declare const TopologyRing3: TablerIcon; declare const TopologyRing: TablerIcon; declare const TopologyStar2: TablerIcon; declare const TopologyStar3: TablerIcon; declare const TopologyStarRing2: TablerIcon; declare const TopologyStarRing3: TablerIcon; declare const TopologyStarRing: TablerIcon; declare const TopologyStar: TablerIcon; declare const Torii: TablerIcon; declare const Tornado: TablerIcon; declare const Tournament: TablerIcon; declare const TowerOff: TablerIcon; declare const Tower: TablerIcon; declare const Track: TablerIcon; declare const Tractor: TablerIcon; declare const Trademark: TablerIcon; declare const TrafficConeOff: TablerIcon; declare const TrafficCone: TablerIcon; declare const TrafficLightsOff: TablerIcon; declare const TrafficLights: TablerIcon; declare const Train: TablerIcon; declare const TransactionBitcoin: TablerIcon; declare const TransactionDollar: TablerIcon; declare const TransactionEuro: TablerIcon; declare const TransactionPound: TablerIcon; declare const TransactionRupee: TablerIcon; declare const TransactionYen: TablerIcon; declare const TransactionYuan: TablerIcon; declare const TransferIn: TablerIcon; declare const TransferOut: TablerIcon; declare const TransferVertical: TablerIcon; declare const Transfer: TablerIcon; declare const TransformPointBottomLeft: TablerIcon; declare const TransformPointBottomRight: TablerIcon; declare const TransformPointTopLeft: TablerIcon; declare const TransformPointTopRight: TablerIcon; declare const TransformPoint: TablerIcon; declare const Transform: TablerIcon; declare const TransitionBottom: TablerIcon; declare const TransitionLeft: TablerIcon; declare const TransitionRight: TablerIcon; declare const TransitionTop: TablerIcon; declare const TrashOff: TablerIcon; declare const TrashX: TablerIcon; declare const Trash: TablerIcon; declare const Treadmill: TablerIcon; declare const TreasureChest: TablerIcon; declare const Tree: TablerIcon; declare const Trees: TablerIcon; declare const Trekking: TablerIcon; declare const TrendingDown2: TablerIcon; declare const TrendingDown3: TablerIcon; declare const TrendingDown: TablerIcon; declare const TrendingUp2: TablerIcon; declare const TrendingUp3: TablerIcon; declare const TrendingUpDown: TablerIcon; declare const TrendingUp: TablerIcon; declare const TriangleInverted: TablerIcon; declare const TriangleMinus2: TablerIcon; declare const TriangleMinus: TablerIcon; declare const TriangleOff: TablerIcon; declare const TrianglePlus2: TablerIcon; declare const TrianglePlus: TablerIcon; declare const TriangleSquareCircle: TablerIcon; declare const Triangle: TablerIcon; declare const Triangles: TablerIcon; declare const Trident: TablerIcon; declare const Trolley: TablerIcon; declare const TrophyOff: TablerIcon; declare const Trophy: TablerIcon; declare const Trowel: TablerIcon; declare const TruckDelivery: TablerIcon; declare const TruckLoading: TablerIcon; declare const TruckOff: TablerIcon; declare const TruckReturn: TablerIcon; declare const Truck: TablerIcon; declare const Twig: TablerIcon; declare const Txt: TablerIcon; declare const Typeface: TablerIcon; declare const TypographyOff: TablerIcon; declare const Typography: TablerIcon; declare const UTurnLeft: TablerIcon; declare const UTurnRight: TablerIcon; declare const UfoOff: TablerIcon; declare const Ufo: TablerIcon; declare const Uhd: TablerIcon; declare const Umbrella2: TablerIcon; declare const UmbrellaClosed2: TablerIcon; declare const UmbrellaClosed: TablerIcon; declare const UmbrellaOff: TablerIcon; declare const Umbrella: TablerIcon; declare const UnderlineOff: TablerIcon; declare const Underline: TablerIcon; declare const Unicycle: TablerIcon; declare const Universe: TablerIcon; declare const Unlink: TablerIcon; declare const Upload: TablerIcon; declare const Urgent: TablerIcon; declare const Usb: TablerIcon; declare const UserBitcoin: TablerIcon; declare const UserBolt: TablerIcon; declare const UserCancel: TablerIcon; declare const UserCheck: TablerIcon; declare const UserCircle: TablerIcon; declare const UserCode: TablerIcon; declare const UserCog: TablerIcon; declare const UserDollar: TablerIcon; declare const UserDown: TablerIcon; declare const UserEdit: TablerIcon; declare const UserExclamation: TablerIcon; declare const UserHeart: TablerIcon; declare const UserHexagon: TablerIcon; declare const UserKey: TablerIcon; declare const UserMinus: TablerIcon; declare const UserOff: TablerIcon; declare const UserPause: TablerIcon; declare const UserPentagon: TablerIcon; declare const UserPin: TablerIcon; declare const UserPlus: TablerIcon; declare const UserQuestion: TablerIcon; declare const UserScan: TablerIcon; declare const UserScreen: TablerIcon; declare const UserSearch: TablerIcon; declare const UserShare: TablerIcon; declare const UserShield: TablerIcon; declare const UserSquareRounded: TablerIcon; declare const UserSquare: TablerIcon; declare const UserStar: TablerIcon; declare const UserUp: TablerIcon; declare const UserX: TablerIcon; declare const User: TablerIcon; declare const UsersGroup: TablerIcon; declare const UsersMinus: TablerIcon; declare const UsersPlus: TablerIcon; declare const Users: TablerIcon; declare const UvIndex: TablerIcon; declare const UxCircle: TablerIcon; declare const VaccineBottleOff: TablerIcon; declare const VaccineBottle: TablerIcon; declare const VaccineOff: TablerIcon; declare const Vaccine: TablerIcon; declare const VacuumCleaner: TablerIcon; declare const VariableMinus: TablerIcon; declare const VariableOff: TablerIcon; declare const VariablePlus: TablerIcon; declare const Variable: TablerIcon; declare const Vault: TablerIcon; declare const VectorBezier2: TablerIcon; declare const VectorBezierArc: TablerIcon; declare const VectorBezierCircle: TablerIcon; declare const VectorBezier: TablerIcon; declare const VectorOff: TablerIcon; declare const VectorSpline: TablerIcon; declare const VectorTriangleOff: TablerIcon; declare const VectorTriangle: TablerIcon; declare const Vector: TablerIcon; declare const Venus: TablerIcon; declare const VersionsOff: TablerIcon; declare const Versions: TablerIcon; declare const VideoMinus: TablerIcon; declare const VideoOff: TablerIcon; declare const VideoPlus: TablerIcon; declare const Video: TablerIcon; declare const View360Arrow: TablerIcon; declare const View360Number: TablerIcon; declare const View360Off: TablerIcon; declare const View360: TablerIcon; declare const ViewfinderOff: TablerIcon; declare const Viewfinder: TablerIcon; declare const ViewportNarrow: TablerIcon; declare const ViewportShort: TablerIcon; declare const ViewportTall: TablerIcon; declare const ViewportWide: TablerIcon; declare const Vignette: TablerIcon; declare const Vinyl: TablerIcon; declare const Vip2: TablerIcon; declare const VipOff: TablerIcon; declare const Vip: TablerIcon; declare const VirtualSpace: TablerIcon; declare const VirusOff: TablerIcon; declare const VirusSearch: TablerIcon; declare const Virus: TablerIcon; declare const VocabularyOff: TablerIcon; declare const Vocabulary: TablerIcon; declare const Volcano: TablerIcon; declare const Volume2: TablerIcon; declare const Volume3: TablerIcon; declare const Volume4: TablerIcon; declare const VolumeOff: TablerIcon; declare const Volume: TablerIcon; declare const Vs: TablerIcon; declare const Walk: TablerIcon; declare const WallOff: TablerIcon; declare const Wall: TablerIcon; declare const WalletOff: TablerIcon; declare const Wallet: TablerIcon; declare const WallpaperOff: TablerIcon; declare const Wallpaper: TablerIcon; declare const WandOff: TablerIcon; declare const Wand: TablerIcon; declare const WashDry1: TablerIcon; declare const WashDry2: TablerIcon; declare const WashDry3: TablerIcon; declare const WashDryA: TablerIcon; declare const WashDryDip: TablerIcon; declare const WashDryF: TablerIcon; declare const WashDryFlat: TablerIcon; declare const WashDryHang: TablerIcon; declare const WashDryOff: TablerIcon; declare const WashDryP: TablerIcon; declare const WashDryShade: TablerIcon; declare const WashDryW: TablerIcon; declare const WashDry: TablerIcon; declare const WashDrycleanOff: TablerIcon; declare const WashDryclean: TablerIcon; declare const WashEco: TablerIcon; declare const WashGentle: TablerIcon; declare const WashHand: TablerIcon; declare const WashMachine: TablerIcon; declare const WashOff: TablerIcon; declare const WashPress: TablerIcon; declare const WashTemperature1: TablerIcon; declare const WashTemperature2: TablerIcon; declare const WashTemperature3: TablerIcon; declare const WashTemperature4: TablerIcon; declare const WashTemperature5: TablerIcon; declare const WashTemperature6: TablerIcon; declare const WashTumbleDry: TablerIcon; declare const WashTumbleOff: TablerIcon; declare const Wash: TablerIcon; declare const Waterpolo: TablerIcon; declare const WaveSawTool: TablerIcon; declare const WaveSine: TablerIcon; declare const WaveSquare: TablerIcon; declare const WavesElectricity: TablerIcon; declare const WebhookOff: TablerIcon; declare const Webhook: TablerIcon; declare const Weight: TablerIcon; declare const WheatOff: TablerIcon; declare const Wheat: TablerIcon; declare const Wheel: TablerIcon; declare const WheelchairOff: TablerIcon; declare const Wheelchair: TablerIcon; declare const Whirl: TablerIcon; declare const Whisk: TablerIcon; declare const Wifi0: TablerIcon; declare const Wifi1: TablerIcon; declare const Wifi2: TablerIcon; declare const WifiOff: TablerIcon; declare const Wifi: TablerIcon; declare const WindElectricity: TablerIcon; declare const WindOff: TablerIcon; declare const Wind: TablerIcon; declare const WindmillOff: TablerIcon; declare const Windmill: TablerIcon; declare const WindowMaximize: TablerIcon; declare const WindowMinimize: TablerIcon; declare const WindowOff: TablerIcon; declare const Window: TablerIcon; declare const Windsock: TablerIcon; declare const WiperWash: TablerIcon; declare const Wiper: TablerIcon; declare const Woman: TablerIcon; declare const Wood: TablerIcon; declare const WorldBolt: TablerIcon; declare const WorldCancel: TablerIcon; declare const WorldCheck: TablerIcon; declare const WorldCode: TablerIcon; declare const WorldCog: TablerIcon; declare const WorldDollar: TablerIcon; declare const WorldDown: TablerIcon; declare const WorldDownload: TablerIcon; declare const WorldExclamation: TablerIcon; declare const WorldHeart: TablerIcon; declare const WorldLatitude: TablerIcon; declare const WorldLongitude: TablerIcon; declare const WorldMap: TablerIcon; declare const WorldMinus: TablerIcon; declare const WorldOff: TablerIcon; declare const WorldPause: TablerIcon; declare const WorldPin: TablerIcon; declare const WorldPlus: TablerIcon; declare const WorldQuestion: TablerIcon; declare const WorldSearch: TablerIcon; declare const WorldShare: TablerIcon; declare const WorldStar: TablerIcon; declare const WorldUp: TablerIcon; declare const WorldUpload: TablerIcon; declare const WorldWww: TablerIcon; declare const WorldX: TablerIcon; declare const World: TablerIcon; declare const WreckingBall: TablerIcon; declare const WritingOff: TablerIcon; declare const WritingSignOff: TablerIcon; declare const WritingSign: TablerIcon; declare const Writing: TablerIcon; declare const XMark: TablerIcon; declare const XPowerY: TablerIcon; declare const X: TablerIcon; declare const XboxA: TablerIcon; declare const XboxB: TablerIcon; declare const XboxX: TablerIcon; declare const XboxY: TablerIcon; declare const Xd: TablerIcon; declare const Xxx: TablerIcon; declare const Yarn: TablerIcon; declare const YinYang: TablerIcon; declare const Yoga: TablerIcon; declare const ZeppelinOff: TablerIcon; declare const Zeppelin: TablerIcon; declare const ZeroConfig: TablerIcon; declare const Zip: TablerIcon; declare const ZodiacAquarius: TablerIcon; declare const ZodiacAries: TablerIcon; declare const ZodiacCancer: TablerIcon; declare const ZodiacCapricorn: TablerIcon; declare const ZodiacGemini: TablerIcon; declare const ZodiacLeo: TablerIcon; declare const ZodiacLibra: TablerIcon; declare const ZodiacPisces: TablerIcon; declare const ZodiacSagittarius: TablerIcon; declare const ZodiacScorpio: TablerIcon; declare const ZodiacTaurus: TablerIcon; declare const ZodiacVirgo: TablerIcon; declare const ZoomCancel: TablerIcon; declare const ZoomCheck: TablerIcon; declare const ZoomCode: TablerIcon; declare const ZoomExclamation: TablerIcon; declare const ZoomInArea: TablerIcon; declare const ZoomIn: TablerIcon; declare const ZoomMoney: TablerIcon; declare const ZoomOutArea: TablerIcon; declare const ZoomOut: TablerIcon; declare const ZoomPan: TablerIcon; declare const ZoomQuestion: TablerIcon; declare const ZoomReplace: TablerIcon; declare const ZoomReset: TablerIcon; declare const ZoomScan: TablerIcon; declare const Zoom: TablerIcon; declare const ZzzOff: TablerIcon; declare const Zzz: TablerIcon; declare const AccessibleFilled: TablerIcon; declare const AdCircleFilled: TablerIcon; declare const AdFilled: TablerIcon; declare const AdjustmentsHorizontalFilled: TablerIcon; declare const AdjustmentsFilled: TablerIcon; declare const AerialLiftFilled: TablerIcon; declare const AffiliateFilled: TablerIcon; declare const AirBalloonFilled: TablerIcon; declare const AlarmMinusFilled: TablerIcon; declare const AlarmPlusFilled: TablerIcon; declare const AlarmSnoozeFilled: TablerIcon; declare const AlarmFilled: TablerIcon; declare const AlertCircleFilled: TablerIcon; declare const AlertHexagonFilled: TablerIcon; declare const AlertOctagonFilled: TablerIcon; declare const AlertSquareRoundedFilled: TablerIcon; declare const AlertSquareFilled: TablerIcon; declare const AlertTriangleFilled: TablerIcon; declare const AlienFilled: TablerIcon; declare const AlignBoxBottomCenterFilled: TablerIcon; declare const AlignBoxBottomLeftFilled: TablerIcon; declare const AlignBoxBottomRightFilled: TablerIcon; declare const AlignBoxCenterMiddleFilled: TablerIcon; declare const AlignBoxLeftBottomFilled: TablerIcon; declare const AlignBoxLeftMiddleFilled: TablerIcon; declare const AlignBoxLeftTopFilled: TablerIcon; declare const AlignBoxRightBottomFilled: TablerIcon; declare const AlignBoxRightMiddleFilled: TablerIcon; declare const AlignBoxRightTopFilled: TablerIcon; declare const AlignBoxTopCenterFilled: TablerIcon; declare const AlignBoxTopLeftFilled: TablerIcon; declare const AlignBoxTopRightFilled: TablerIcon; declare const AnalyzeFilled: TablerIcon; declare const AppWindowFilled: TablerIcon; declare const AppleFilled: TablerIcon; declare const AppsFilled: TablerIcon; declare const ArchiveFilled: TablerIcon; declare const ArrowAutofitContentFilled: TablerIcon; declare const ArrowAutofitDownFilled: TablerIcon; declare const ArrowAutofitHeightFilled: TablerIcon; declare const ArrowAutofitLeftFilled: TablerIcon; declare const ArrowAutofitRightFilled: TablerIcon; declare const ArrowAutofitUpFilled: TablerIcon; declare const ArrowAutofitWidthFilled: TablerIcon; declare const ArrowBadgeDownFilled: TablerIcon; declare const ArrowBadgeLeftFilled: TablerIcon; declare const ArrowBadgeRightFilled: TablerIcon; declare const ArrowBadgeUpFilled: TablerIcon; declare const ArrowBigDownLineFilled: TablerIcon; declare const ArrowBigDownLinesFilled: TablerIcon; declare const ArrowBigDownFilled: TablerIcon; declare const ArrowBigLeftLineFilled: TablerIcon; declare const ArrowBigLeftLinesFilled: TablerIcon; declare const ArrowBigLeftFilled: TablerIcon; declare const ArrowBigRightLineFilled: TablerIcon; declare const ArrowBigRightLinesFilled: TablerIcon; declare const ArrowBigRightFilled: TablerIcon; declare const ArrowBigUpLineFilled: TablerIcon; declare const ArrowBigUpLinesFilled: TablerIcon; declare const ArrowBigUpFilled: TablerIcon; declare const ArrowDownCircleFilled: TablerIcon; declare const ArrowDownRhombusFilled: TablerIcon; declare const ArrowDownSquareFilled: TablerIcon; declare const ArrowGuideFilled: TablerIcon; declare const ArrowLeftCircleFilled: TablerIcon; declare const ArrowLeftRhombusFilled: TablerIcon; declare const ArrowLeftSquareFilled: TablerIcon; declare const ArrowMoveDownFilled: TablerIcon; declare const ArrowMoveLeftFilled: TablerIcon; declare const ArrowMoveRightFilled: TablerIcon; declare const ArrowMoveUpFilled: TablerIcon; declare const ArrowRightCircleFilled: TablerIcon; declare const ArrowRightRhombusFilled: TablerIcon; declare const ArrowRightSquareFilled: TablerIcon; declare const ArrowUpCircleFilled: TablerIcon; declare const ArrowUpRhombusFilled: TablerIcon; declare const ArrowUpSquareFilled: TablerIcon; declare const ArtboardFilled: TablerIcon; declare const ArticleFilled: TablerIcon; declare const AspectRatioFilled: TablerIcon; declare const AssemblyFilled: TablerIcon; declare const AssetFilled: TablerIcon; declare const Atom2Filled: TablerIcon; declare const AutomaticGearboxFilled: TablerIcon; declare const AwardFilled: TablerIcon; declare const BabyCarriageFilled: TablerIcon; declare const BackspaceFilled: TablerIcon; declare const Badge3dFilled: TablerIcon; declare const Badge4kFilled: TablerIcon; declare const Badge8kFilled: TablerIcon; declare const BadgeAdFilled: TablerIcon; declare const BadgeArFilled: TablerIcon; declare const BadgeCcFilled: TablerIcon; declare const BadgeHdFilled: TablerIcon; declare const BadgeSdFilled: TablerIcon; declare const BadgeTmFilled: TablerIcon; declare const BadgeVoFilled: TablerIcon; declare const BadgeVrFilled: TablerIcon; declare const BadgeWcFilled: TablerIcon; declare const BadgeFilled: TablerIcon; declare const BadgesFilled: TablerIcon; declare const BallBowlingFilled: TablerIcon; declare const BalloonFilled: TablerIcon; declare const BallpenFilled: TablerIcon; declare const BandageFilled: TablerIcon; declare const BarbellFilled: TablerIcon; declare const BarrierBlockFilled: TablerIcon; declare const BasketFilled: TablerIcon; declare const BathFilled: TablerIcon; declare const Battery1Filled: TablerIcon; declare const Battery2Filled: TablerIcon; declare const Battery3Filled: TablerIcon; declare const Battery4Filled: TablerIcon; declare const BatteryAutomotiveFilled: TablerIcon; declare const BatteryVertical1Filled: TablerIcon; declare const BatteryVertical2Filled: TablerIcon; declare const BatteryVertical3Filled: TablerIcon; declare const BatteryVertical4Filled: TablerIcon; declare const BatteryVerticalFilled: TablerIcon; declare const BatteryFilled: TablerIcon; declare const BedFlatFilled: TablerIcon; declare const BedFilled: TablerIcon; declare const BeerFilled: TablerIcon; declare const BellMinusFilled: TablerIcon; declare const BellPlusFilled: TablerIcon; declare const BellRinging2Filled: TablerIcon; declare const BellRingingFilled: TablerIcon; declare const BellXFilled: TablerIcon; declare const BellZFilled: TablerIcon; declare const BellFilled: TablerIcon; declare const BikeFilled: TablerIcon; declare const BinaryTree2Filled: TablerIcon; declare const BinaryTreeFilled: TablerIcon; declare const BinocularsFilled: TablerIcon; declare const BiohazardFilled: TablerIcon; declare const BladeFilled: TablerIcon; declare const BlenderFilled: TablerIcon; declare const BlobFilled: TablerIcon; declare const BoltFilled: TablerIcon; declare const BombFilled: TablerIcon; declare const BoneFilled: TablerIcon; declare const BongFilled: TablerIcon; declare const BookFilled: TablerIcon; declare const BookmarkFilled: TablerIcon; declare const BookmarksFilled: TablerIcon; declare const BoomFilled: TablerIcon; declare const BottleFilled: TablerIcon; declare const BounceLeftFilled: TablerIcon; declare const BounceRightFilled: TablerIcon; declare const BowFilled: TablerIcon; declare const BowlChopsticksFilled: TablerIcon; declare const BowlSpoonFilled: TablerIcon; declare const BowlFilled: TablerIcon; declare const BoxAlignBottomLeftFilled: TablerIcon; declare const BoxAlignBottomRightFilled: TablerIcon; declare const BoxAlignBottomFilled: TablerIcon; declare const BoxAlignLeftFilled: TablerIcon; declare const BoxAlignRightFilled: TablerIcon; declare const BoxAlignTopLeftFilled: TablerIcon; declare const BoxAlignTopRightFilled: TablerIcon; declare const BoxAlignTopFilled: TablerIcon; declare const BoxMultipleFilled: TablerIcon; declare const BrandAngularFilled: TablerIcon; declare const BrandAppleFilled: TablerIcon; declare const BrandBitbucketFilled: TablerIcon; declare const BrandDiscordFilled: TablerIcon; declare const BrandDribbbleFilled: TablerIcon; declare const BrandFacebookFilled: TablerIcon; declare const BrandGithubFilled: TablerIcon; declare const BrandGoogleFilled: TablerIcon; declare const BrandInstagramFilled: TablerIcon; declare const BrandKickFilled: TablerIcon; declare const BrandLinkedinFilled: TablerIcon; declare const BrandMessengerFilled: TablerIcon; declare const BrandOpenSourceFilled: TablerIcon; declare const BrandOperaFilled: TablerIcon; declare const BrandPatreonFilled: TablerIcon; declare const BrandPaypalFilled: TablerIcon; declare const BrandPinterestFilled: TablerIcon; declare const BrandSignalFilled: TablerIcon; declare const BrandSketchFilled: TablerIcon; declare const BrandSnapchatFilled: TablerIcon; declare const BrandSpotifyFilled: TablerIcon; declare const BrandSteamFilled: TablerIcon; declare const BrandStripeFilled: TablerIcon; declare const BrandTablerFilled: TablerIcon; declare const BrandTiktokFilled: TablerIcon; declare const BrandTinderFilled: TablerIcon; declare const BrandTumblrFilled: TablerIcon; declare const BrandTwitterFilled: TablerIcon; declare const BrandVercelFilled: TablerIcon; declare const BrandVimeoFilled: TablerIcon; declare const BrandWeiboFilled: TablerIcon; declare const BrandWhatsappFilled: TablerIcon; declare const BrandWindowsFilled: TablerIcon; declare const BrandXFilled: TablerIcon; declare const BrandYoutubeFilled: TablerIcon; declare const BreadFilled: TablerIcon; declare const Briefcase2Filled: TablerIcon; declare const BriefcaseFilled: TablerIcon; declare const BrightnessAutoFilled: TablerIcon; declare const BrightnessDownFilled: TablerIcon; declare const BrightnessUpFilled: TablerIcon; declare const BrightnessFilled: TablerIcon; declare const BubbleTextFilled: TablerIcon; declare const BubbleFilled: TablerIcon; declare const BugFilled: TablerIcon; declare const BuildingBridge2Filled: TablerIcon; declare const BuildingBroadcastTowerFilled: TablerIcon; declare const BulbFilled: TablerIcon; declare const BusFilled: TablerIcon; declare const ButterflyFilled: TablerIcon; declare const CactusFilled: TablerIcon; declare const CalculatorFilled: TablerIcon; declare const CalendarEventFilled: TablerIcon; declare const CalendarMonthFilled: TablerIcon; declare const CalendarWeekFilled: TablerIcon; declare const CalendarFilled: TablerIcon; declare const CameraFilled: TablerIcon; declare const CampfireFilled: TablerIcon; declare const CandleFilled: TablerIcon; declare const CannabisFilled: TablerIcon; declare const CapsuleHorizontalFilled: TablerIcon; declare const CapsuleFilled: TablerIcon; declare const CaptureFilled: TablerIcon; declare const Car4wdFilled: TablerIcon; declare const CarCraneFilled: TablerIcon; declare const CarFanFilled: TablerIcon; declare const CarSuvFilled: TablerIcon; declare const CarFilled: TablerIcon; declare const CarambolaFilled: TablerIcon; declare const CaravanFilled: TablerIcon; declare const CardboardsFilled: TablerIcon; declare const CardsFilled: TablerIcon; declare const CaretDownFilled: TablerIcon; declare const CaretLeftRightFilled: TablerIcon; declare const CaretLeftFilled: TablerIcon; declare const CaretRightFilled: TablerIcon; declare const CaretUpDownFilled: TablerIcon; declare const CaretUpFilled: TablerIcon; declare const CarouselHorizontalFilled: TablerIcon; declare const CarouselVerticalFilled: TablerIcon; declare const CashBanknoteFilled: TablerIcon; declare const CategoryFilled: TablerIcon; declare const ChargingPileFilled: TablerIcon; declare const ChartAreaLineFilled: TablerIcon; declare const ChartAreaFilled: TablerIcon; declare const ChartBubbleFilled: TablerIcon; declare const ChartCandleFilled: TablerIcon; declare const ChartDonutFilled: TablerIcon; declare const ChartDots2Filled: TablerIcon; declare const ChartDots3Filled: TablerIcon; declare const ChartDotsFilled: TablerIcon; declare const ChartFunnelFilled: TablerIcon; declare const ChartGridDotsFilled: TablerIcon; declare const ChartPie2Filled: TablerIcon; declare const ChartPie3Filled: TablerIcon; declare const ChartPie4Filled: TablerIcon; declare const ChartPieFilled: TablerIcon; declare const CheckFilled: TablerIcon; declare const ChefHatFilled: TablerIcon; declare const CherryFilled: TablerIcon; declare const ChessBishopFilled: TablerIcon; declare const ChessKingFilled: TablerIcon; declare const ChessKnightFilled: TablerIcon; declare const ChessQueenFilled: TablerIcon; declare const ChessRookFilled: TablerIcon; declare const ChessFilled: TablerIcon; declare const ChevronDownFilled: TablerIcon; declare const ChevronRightFilled: TablerIcon; declare const ChristmasTreeFilled: TablerIcon; declare const CircleArrowDownLeftFilled: TablerIcon; declare const CircleArrowDownRightFilled: TablerIcon; declare const CircleArrowDownFilled: TablerIcon; declare const CircleArrowLeftFilled: TablerIcon; declare const CircleArrowRightFilled: TablerIcon; declare const CircleArrowUpLeftFilled: TablerIcon; declare const CircleArrowUpRightFilled: TablerIcon; declare const CircleArrowUpFilled: TablerIcon; declare const CircleCaretDownFilled: TablerIcon; declare const CircleCaretLeftFilled: TablerIcon; declare const CircleCaretRightFilled: TablerIcon; declare const CircleCaretUpFilled: TablerIcon; declare const CircleCheckFilled: TablerIcon; declare const CircleChevronDownFilled: TablerIcon; declare const CircleChevronLeftFilled: TablerIcon; declare const CircleChevronRightFilled: TablerIcon; declare const CircleChevronUpFilled: TablerIcon; declare const CircleChevronsDownFilled: TablerIcon; declare const CircleChevronsLeftFilled: TablerIcon; declare const CircleChevronsRightFilled: TablerIcon; declare const CircleChevronsUpFilled: TablerIcon; declare const CircleDotFilled: TablerIcon; declare const CircleKeyFilled: TablerIcon; declare const CircleLetterAFilled: TablerIcon; declare const CircleLetterBFilled: TablerIcon; declare const CircleLetterCFilled: TablerIcon; declare const CircleLetterDFilled: TablerIcon; declare const CircleLetterEFilled: TablerIcon; declare const CircleLetterFFilled: TablerIcon; declare const CircleLetterGFilled: TablerIcon; declare const CircleLetterHFilled: TablerIcon; declare const CircleLetterIFilled: TablerIcon; declare const CircleLetterJFilled: TablerIcon; declare const CircleLetterKFilled: TablerIcon; declare const CircleLetterLFilled: TablerIcon; declare const CircleLetterMFilled: TablerIcon; declare const CircleLetterNFilled: TablerIcon; declare const CircleLetterOFilled: TablerIcon; declare const CircleLetterPFilled: TablerIcon; declare const CircleLetterQFilled: TablerIcon; declare const CircleLetterRFilled: TablerIcon; declare const CircleLetterSFilled: TablerIcon; declare const CircleLetterTFilled: TablerIcon; declare const CircleLetterUFilled: TablerIcon; declare const CircleLetterVFilled: TablerIcon; declare const CircleLetterWFilled: TablerIcon; declare const CircleLetterXFilled: TablerIcon; declare const CircleLetterYFilled: TablerIcon; declare const CircleLetterZFilled: TablerIcon; declare const CircleNumber0Filled: TablerIcon; declare const CircleNumber1Filled: TablerIcon; declare const CircleNumber2Filled: TablerIcon; declare const CircleNumber3Filled: TablerIcon; declare const CircleNumber4Filled: TablerIcon; declare const CircleNumber5Filled: TablerIcon; declare const CircleNumber6Filled: TablerIcon; declare const CircleNumber7Filled: TablerIcon; declare const CircleNumber8Filled: TablerIcon; declare const CircleNumber9Filled: TablerIcon; declare const CirclePercentageFilled: TablerIcon; declare const CirclePlusFilled: TablerIcon; declare const CircleRectangleFilled: TablerIcon; declare const CircleXFilled: TablerIcon; declare const CircleFilled: TablerIcon; declare const CirclesFilled: TablerIcon; declare const ClickFilled: TablerIcon; declare const ClipboardCheckFilled: TablerIcon; declare const ClipboardDataFilled: TablerIcon; declare const ClipboardListFilled: TablerIcon; declare const ClipboardPlusFilled: TablerIcon; declare const ClipboardSmileFilled: TablerIcon; declare const ClipboardTextFilled: TablerIcon; declare const ClipboardTypographyFilled: TablerIcon; declare const ClipboardXFilled: TablerIcon; declare const ClipboardFilled: TablerIcon; declare const ClockHour1Filled: TablerIcon; declare const ClockHour10Filled: TablerIcon; declare const ClockHour11Filled: TablerIcon; declare const ClockHour12Filled: TablerIcon; declare const ClockHour2Filled: TablerIcon; declare const ClockHour3Filled: TablerIcon; declare const ClockHour4Filled: TablerIcon; declare const ClockHour5Filled: TablerIcon; declare const ClockHour6Filled: TablerIcon; declare const ClockHour7Filled: TablerIcon; declare const ClockHour8Filled: TablerIcon; declare const ClockHour9Filled: TablerIcon; declare const ClockFilled: TablerIcon; declare const CloudComputingFilled: TablerIcon; declare const CloudDataConnectionFilled: TablerIcon; declare const CloudFilled: TablerIcon; declare const CloverFilled: TablerIcon; declare const ClubsFilled: TablerIcon; declare const CodeCircle2Filled: TablerIcon; declare const CodeCircleFilled: TablerIcon; declare const CoinBitcoinFilled: TablerIcon; declare const CoinEuroFilled: TablerIcon; declare const CoinMoneroFilled: TablerIcon; declare const CoinPoundFilled: TablerIcon; declare const CoinRupeeFilled: TablerIcon; declare const CoinTakaFilled: TablerIcon; declare const CoinYenFilled: TablerIcon; declare const CoinYuanFilled: TablerIcon; declare const CoinFilled: TablerIcon; declare const Columns1Filled: TablerIcon; declare const Columns2Filled: TablerIcon; declare const Columns3Filled: TablerIcon; declare const CompassFilled: TablerIcon; declare const Cone2Filled: TablerIcon; declare const ConeFilled: TablerIcon; declare const ConfettiFilled: TablerIcon; declare const ContainerFilled: TablerIcon; declare const Contrast2Filled: TablerIcon; declare const ContrastFilled: TablerIcon; declare const CookieManFilled: TablerIcon; declare const CookieFilled: TablerIcon; declare const CopyCheckFilled: TablerIcon; declare const CopyMinusFilled: TablerIcon; declare const CopyPlusFilled: TablerIcon; declare const CopyXFilled: TablerIcon; declare const CopyFilled: TablerIcon; declare const CopyleftFilled: TablerIcon; declare const CopyrightFilled: TablerIcon; declare const CreditCardFilled: TablerIcon; declare const Crop11Filled: TablerIcon; declare const Crop169Filled: TablerIcon; declare const Crop32Filled: TablerIcon; declare const Crop54Filled: TablerIcon; declare const Crop75Filled: TablerIcon; declare const CropLandscapeFilled: TablerIcon; declare const CropPortraitFilled: TablerIcon; declare const CrossFilled: TablerIcon; declare const CrownFilled: TablerIcon; declare const CurrentLocationFilled: TablerIcon; declare const DashboardFilled: TablerIcon; declare const DatabaseFilled: TablerIcon; declare const DeviceCctvFilled: TablerIcon; declare const DeviceDesktopFilled: TablerIcon; declare const DeviceFloppyFilled: TablerIcon; declare const DeviceGamepad2Filled: TablerIcon; declare const DeviceGamepad3Filled: TablerIcon; declare const DeviceGamepadFilled: TablerIcon; declare const DeviceHeartMonitorFilled: TablerIcon; declare const DeviceImacFilled: TablerIcon; declare const DeviceIpadFilled: TablerIcon; declare const DeviceMobileFilled: TablerIcon; declare const DeviceRemoteFilled: TablerIcon; declare const DeviceSpeakerFilled: TablerIcon; declare const DeviceTabletFilled: TablerIcon; declare const DeviceTvOldFilled: TablerIcon; declare const DeviceTvFilled: TablerIcon; declare const DeviceUnknownFilled: TablerIcon; declare const DeviceUsbFilled: TablerIcon; declare const DeviceVisionProFilled: TablerIcon; declare const DeviceWatchFilled: TablerIcon; declare const DialpadFilled: TablerIcon; declare const DiamondFilled: TablerIcon; declare const DiamondsFilled: TablerIcon; declare const Dice1Filled: TablerIcon; declare const Dice2Filled: TablerIcon; declare const Dice3Filled: TablerIcon; declare const Dice4Filled: TablerIcon; declare const Dice5Filled: TablerIcon; declare const Dice6Filled: TablerIcon; declare const DiceFilled: TablerIcon; declare const DirectionArrowsFilled: TablerIcon; declare const DirectionSignFilled: TablerIcon; declare const DirectionsFilled: TablerIcon; declare const DiscFilled: TablerIcon; declare const DiscountFilled: TablerIcon; declare const DotsVerticalFilled: TablerIcon; declare const DotsFilled: TablerIcon; declare const DownloadFilled: TablerIcon; declare const DropCircleFilled: TablerIcon; declare const DropletHalf2Filled: TablerIcon; declare const DropletHalfFilled: TablerIcon; declare const DropletFilled: TablerIcon; declare const DropletsFilled: TablerIcon; declare const DualScreenFilled: TablerIcon; declare const DumplingFilled: TablerIcon; declare const EaseInControlPointFilled: TablerIcon; declare const EaseInOutControlPointsFilled: TablerIcon; declare const EaseOutControlPointFilled: TablerIcon; declare const EditFilled: TablerIcon; declare const EggCrackedFilled: TablerIcon; declare const EggFriedFilled: TablerIcon; declare const EggFilled: TablerIcon; declare const ElevatorFilled: TablerIcon; declare const EngineFilled: TablerIcon; declare const EscalatorDownFilled: TablerIcon; declare const EscalatorUpFilled: TablerIcon; declare const EscalatorFilled: TablerIcon; declare const ExchangeFilled: TablerIcon; declare const ExclamationCircleFilled: TablerIcon; declare const ExplicitFilled: TablerIcon; declare const ExposureFilled: TablerIcon; declare const ExternalLinkFilled: TablerIcon; declare const EyeTableFilled: TablerIcon; declare const EyeFilled: TablerIcon; declare const Eyeglass2Filled: TablerIcon; declare const EyeglassFilled: TablerIcon; declare const FaceMaskFilled: TablerIcon; declare const FaviconFilled: TablerIcon; declare const FeatherFilled: TablerIcon; declare const FenceFilled: TablerIcon; declare const FerryFilled: TablerIcon; declare const FidgetSpinnerFilled: TablerIcon; declare const FileAnalyticsFilled: TablerIcon; declare const FileCheckFilled: TablerIcon; declare const FileCode2Filled: TablerIcon; declare const FileCodeFilled: TablerIcon; declare const FileCvFilled: TablerIcon; declare const FileDeltaFilled: TablerIcon; declare const FileDescriptionFilled: TablerIcon; declare const FileDiffFilled: TablerIcon; declare const FileDigitFilled: TablerIcon; declare const FileDollarFilled: TablerIcon; declare const FileDotsFilled: TablerIcon; declare const FileDownloadFilled: TablerIcon; declare const FileEuroFilled: TablerIcon; declare const FileFunctionFilled: TablerIcon; declare const FileHorizontalFilled: TablerIcon; declare const FileInfoFilled: TablerIcon; declare const FileInvoiceFilled: TablerIcon; declare const FileLambdaFilled: TablerIcon; declare const FileMinusFilled: TablerIcon; declare const FileMusicFilled: TablerIcon; declare const FileNeutralFilled: TablerIcon; declare const FilePencilFilled: TablerIcon; declare const FilePercentFilled: TablerIcon; declare const FilePhoneFilled: TablerIcon; declare const FilePowerFilled: TablerIcon; declare const FileRssFilled: TablerIcon; declare const FileSadFilled: TablerIcon; declare const FileScissorsFilled: TablerIcon; declare const FileSettingsFilled: TablerIcon; declare const FileSignalFilled: TablerIcon; declare const FileSmileFilled: TablerIcon; declare const FileStarFilled: TablerIcon; declare const FileTextFilled: TablerIcon; declare const FileTimeFilled: TablerIcon; declare const FileTypographyFilled: TablerIcon; declare const FileUnknownFilled: TablerIcon; declare const FileUploadFilled: TablerIcon; declare const FileVectorFilled: TablerIcon; declare const FileXFilled: TablerIcon; declare const FileFilled: TablerIcon; declare const FilesFilled: TablerIcon; declare const FilterFilled: TablerIcon; declare const FiltersFilled: TablerIcon; declare const FishBoneFilled: TablerIcon; declare const Flag2Filled: TablerIcon; declare const Flag3Filled: TablerIcon; declare const FlagFilled: TablerIcon; declare const FlameFilled: TablerIcon; declare const FlareFilled: TablerIcon; declare const Flask2Filled: TablerIcon; declare const FlaskFilled: TablerIcon; declare const FlowerFilled: TablerIcon; declare const FolderOpenFilled: TablerIcon; declare const FolderFilled: TablerIcon; declare const FoldersFilled: TablerIcon; declare const Forbid2Filled: TablerIcon; declare const ForbidFilled: TablerIcon; declare const FountainFilled: TablerIcon; declare const FunctionFilled: TablerIcon; declare const GardenCartFilled: TablerIcon; declare const GasStationFilled: TablerIcon; declare const GaugeFilled: TablerIcon; declare const Ghost2Filled: TablerIcon; declare const Ghost3Filled: TablerIcon; declare const GhostFilled: TablerIcon; declare const GiftCardFilled: TablerIcon; declare const GiftFilled: TablerIcon; declare const GlassFullFilled: TablerIcon; declare const GlassFilled: TablerIcon; declare const GlobeFilled: TablerIcon; declare const GolfFilled: TablerIcon; declare const GpsFilled: TablerIcon; declare const GraphFilled: TablerIcon; declare const GridPatternFilled: TablerIcon; declare const GuitarPickFilled: TablerIcon; declare const Hanger2Filled: TablerIcon; declare const HeadphonesFilled: TablerIcon; declare const HeadsetFilled: TablerIcon; declare const HeartBrokenFilled: TablerIcon; declare const HeartFilled: TablerIcon; declare const HelicopterLandingFilled: TablerIcon; declare const HelicopterFilled: TablerIcon; declare const HelpCircleFilled: TablerIcon; declare const HelpHexagonFilled: TablerIcon; declare const HelpOctagonFilled: TablerIcon; declare const HelpSquareRoundedFilled: TablerIcon; declare const HelpSquareFilled: TablerIcon; declare const HelpTriangleFilled: TablerIcon; declare const HelpFilled: TablerIcon; declare const HexagonLetterAFilled: TablerIcon; declare const HexagonLetterBFilled: TablerIcon; declare const HexagonLetterCFilled: TablerIcon; declare const HexagonLetterDFilled: TablerIcon; declare const HexagonLetterEFilled: TablerIcon; declare const HexagonLetterFFilled: TablerIcon; declare const HexagonLetterGFilled: TablerIcon; declare const HexagonLetterHFilled: TablerIcon; declare const HexagonLetterIFilled: TablerIcon; declare const HexagonLetterJFilled: TablerIcon; declare const HexagonLetterKFilled: TablerIcon; declare const HexagonLetterLFilled: TablerIcon; declare const HexagonLetterMFilled: TablerIcon; declare const HexagonLetterNFilled: TablerIcon; declare const HexagonLetterOFilled: TablerIcon; declare const HexagonLetterPFilled: TablerIcon; declare const HexagonLetterQFilled: TablerIcon; declare const HexagonLetterRFilled: TablerIcon; declare const HexagonLetterSFilled: TablerIcon; declare const HexagonLetterTFilled: TablerIcon; declare const HexagonLetterUFilled: TablerIcon; declare const HexagonLetterVFilled: TablerIcon; declare const HexagonLetterWFilled: TablerIcon; declare const HexagonLetterXFilled: TablerIcon; declare const HexagonLetterYFilled: TablerIcon; declare const HexagonLetterZFilled: TablerIcon; declare const HexagonMinusFilled: TablerIcon; declare const HexagonNumber0Filled: TablerIcon; declare const HexagonNumber1Filled: TablerIcon; declare const HexagonNumber2Filled: TablerIcon; declare const HexagonNumber3Filled: TablerIcon; declare const HexagonNumber4Filled: TablerIcon; declare const HexagonNumber5Filled: TablerIcon; declare const HexagonNumber6Filled: TablerIcon; declare const HexagonNumber7Filled: TablerIcon; declare const HexagonNumber8Filled: TablerIcon; declare const HexagonNumber9Filled: TablerIcon; declare const HexagonPlusFilled: TablerIcon; declare const HexagonFilled: TablerIcon; declare const Home2Filled: TablerIcon; declare const HomeFilled: TablerIcon; declare const HospitalCircleFilled: TablerIcon; declare const HourglassFilled: TablerIcon; declare const IconsFilled: TablerIcon; declare const IdFilled: TablerIcon; declare const InfoCircleFilled: TablerIcon; declare const InfoHexagonFilled: TablerIcon; declare const InfoOctagonFilled: TablerIcon; declare const InfoSquareRoundedFilled: TablerIcon; declare const InfoSquareFilled: TablerIcon; declare const InfoTriangleFilled: TablerIcon; declare const InnerShadowBottomLeftFilled: TablerIcon; declare const InnerShadowBottomRightFilled: TablerIcon; declare const InnerShadowBottomFilled: TablerIcon; declare const InnerShadowLeftFilled: TablerIcon; declare const InnerShadowRightFilled: TablerIcon; declare const InnerShadowTopLeftFilled: TablerIcon; declare const InnerShadowTopRightFilled: TablerIcon; declare const InnerShadowTopFilled: TablerIcon; declare const Ironing1Filled: TablerIcon; declare const Ironing2Filled: TablerIcon; declare const Ironing3Filled: TablerIcon; declare const IroningSteamFilled: TablerIcon; declare const IroningFilled: TablerIcon; declare const JetpackFilled: TablerIcon; declare const JewishStarFilled: TablerIcon; declare const KeyFilled: TablerIcon; declare const KeyboardFilled: TablerIcon; declare const KeyframeAlignCenterFilled: TablerIcon; declare const KeyframeAlignHorizontalFilled: TablerIcon; declare const KeyframeAlignVerticalFilled: TablerIcon; declare const KeyframeFilled: TablerIcon; declare const KeyframesFilled: TablerIcon; declare const LabelImportantFilled: TablerIcon; declare const LabelFilled: TablerIcon; declare const LassoPolygonFilled: TablerIcon; declare const LaurelWreath1Filled: TablerIcon; declare const LaurelWreath2Filled: TablerIcon; declare const LaurelWreath3Filled: TablerIcon; declare const LaurelWreathFilled: TablerIcon; declare const Layout2Filled: TablerIcon; declare const LayoutAlignBottomFilled: TablerIcon; declare const LayoutAlignCenterFilled: TablerIcon; declare const LayoutAlignLeftFilled: TablerIcon; declare const LayoutAlignMiddleFilled: TablerIcon; declare const LayoutAlignRightFilled: TablerIcon; declare const LayoutAlignTopFilled: TablerIcon; declare const LayoutBoardSplitFilled: TablerIcon; declare const LayoutBoardFilled: TablerIcon; declare const LayoutBottombarCollapseFilled: TablerIcon; declare const LayoutBottombarExpandFilled: TablerIcon; declare const LayoutBottombarFilled: TablerIcon; declare const LayoutCardsFilled: TablerIcon; declare const LayoutDashboardFilled: TablerIcon; declare const LayoutDistributeHorizontalFilled: TablerIcon; declare const LayoutDistributeVerticalFilled: TablerIcon; declare const LayoutGridFilled: TablerIcon; declare const LayoutKanbanFilled: TablerIcon; declare const LayoutListFilled: TablerIcon; declare const LayoutNavbarCollapseFilled: TablerIcon; declare const LayoutNavbarExpandFilled: TablerIcon; declare const LayoutNavbarFilled: TablerIcon; declare const LayoutSidebarLeftCollapseFilled: TablerIcon; declare const LayoutSidebarLeftExpandFilled: TablerIcon; declare const LayoutSidebarRightCollapseFilled: TablerIcon; declare const LayoutSidebarRightExpandFilled: TablerIcon; declare const LayoutSidebarRightFilled: TablerIcon; declare const LayoutSidebarFilled: TablerIcon; declare const LayoutFilled: TablerIcon; declare const LeafFilled: TablerIcon; declare const LegoFilled: TablerIcon; declare const Lemon2Filled: TablerIcon; declare const LibraryPlusFilled: TablerIcon; declare const LibraryFilled: TablerIcon; declare const LifebuoyFilled: TablerIcon; declare const LinkFilled: TablerIcon; declare const ListCheckFilled: TablerIcon; declare const ListDetailsFilled: TablerIcon; declare const ListFilled: TablerIcon; declare const LivePhotoFilled: TablerIcon; declare const LiveViewFilled: TablerIcon; declare const LocationFilled: TablerIcon; declare const LockSquareRoundedFilled: TablerIcon; declare const LockFilled: TablerIcon; declare const LungsFilled: TablerIcon; declare const MacroFilled: TablerIcon; declare const MagnetFilled: TablerIcon; declare const MailOpenedFilled: TablerIcon; declare const MailFilled: TablerIcon; declare const ManFilled: TablerIcon; declare const ManualGearboxFilled: TablerIcon; declare const MapPinFilled: TablerIcon; declare const MedicalCrossFilled: TablerIcon; declare const MeepleFilled: TablerIcon; declare const MelonFilled: TablerIcon; declare const Menu2Filled: TablerIcon; declare const Message2Filled: TablerIcon; declare const MessageChatbotFilled: TablerIcon; declare const MessageCircleFilled: TablerIcon; declare const MessageReportFilled: TablerIcon; declare const MessageFilled: TablerIcon; declare const MessagesFilled: TablerIcon; declare const MeteorFilled: TablerIcon; declare const MichelinStarFilled: TablerIcon; declare const MickeyFilled: TablerIcon; declare const MicrophoneFilled: TablerIcon; declare const MicroscopeFilled: TablerIcon; declare const MicrowaveFilled: TablerIcon; declare const MilitaryRankFilled: TablerIcon; declare const MilkFilled: TablerIcon; declare const MoodAngryFilled: TablerIcon; declare const MoodConfusedFilled: TablerIcon; declare const MoodCrazyHappyFilled: TablerIcon; declare const MoodEmptyFilled: TablerIcon; declare const MoodHappyFilled: TablerIcon; declare const MoodKidFilled: TablerIcon; declare const MoodNeutralFilled: TablerIcon; declare const MoodSadFilled: TablerIcon; declare const MoodSmileFilled: TablerIcon; declare const MoodWrrrFilled: TablerIcon; declare const MoonFilled: TablerIcon; declare const MotorbikeFilled: TablerIcon; declare const MountainFilled: TablerIcon; declare const MouseFilled: TablerIcon; declare const MugFilled: TablerIcon; declare const MushroomFilled: TablerIcon; declare const NavigationFilled: TablerIcon; declare const NurseFilled: TablerIcon; declare const OctagonMinusFilled: TablerIcon; declare const OctagonPlusFilled: TablerIcon; declare const OctagonFilled: TablerIcon; declare const OvalVerticalFilled: TablerIcon; declare const OvalFilled: TablerIcon; declare const PacmanFilled: TablerIcon; declare const PaintFilled: TablerIcon; declare const PaletteFilled: TablerIcon; declare const PanoramaHorizontalFilled: TablerIcon; declare const PanoramaVerticalFilled: TablerIcon; declare const ParkingCircleFilled: TablerIcon; declare const PawFilled: TablerIcon; declare const PencilFilled: TablerIcon; declare const Pennant2Filled: TablerIcon; declare const PennantFilled: TablerIcon; declare const PentagonFilled: TablerIcon; declare const PhoneCallFilled: TablerIcon; declare const PhoneCallingFilled: TablerIcon; declare const PhoneCheckFilled: TablerIcon; declare const PhoneXFilled: TablerIcon; declare const PhoneFilled: TablerIcon; declare const PhotoFilled: TablerIcon; declare const PictureInPictureTopFilled: TablerIcon; declare const PictureInPictureFilled: TablerIcon; declare const PigFilled: TablerIcon; declare const PillFilled: TablerIcon; declare const PinFilled: TablerIcon; declare const PinnedFilled: TablerIcon; declare const PizzaFilled: TablerIcon; declare const PlaneArrivalFilled: TablerIcon; declare const PlaneDepartureFilled: TablerIcon; declare const PlaneTiltFilled: TablerIcon; declare const PlaneFilled: TablerIcon; declare const PlayCard1Filled: TablerIcon; declare const PlayCard10Filled: TablerIcon; declare const PlayCard2Filled: TablerIcon; declare const PlayCard3Filled: TablerIcon; declare const PlayCard4Filled: TablerIcon; declare const PlayCard5Filled: TablerIcon; declare const PlayCard6Filled: TablerIcon; declare const PlayCard7Filled: TablerIcon; declare const PlayCard8Filled: TablerIcon; declare const PlayCard9Filled: TablerIcon; declare const PlayCardAFilled: TablerIcon; declare const PlayCardJFilled: TablerIcon; declare const PlayCardKFilled: TablerIcon; declare const PlayCardQFilled: TablerIcon; declare const PlayCardStarFilled: TablerIcon; declare const PlayCardFilled: TablerIcon; declare const PlayerEjectFilled: TablerIcon; declare const PlayerPauseFilled: TablerIcon; declare const PlayerPlayFilled: TablerIcon; declare const PlayerRecordFilled: TablerIcon; declare const PlayerSkipBackFilled: TablerIcon; declare const PlayerSkipForwardFilled: TablerIcon; declare const PlayerStopFilled: TablerIcon; declare const PlayerTrackNextFilled: TablerIcon; declare const PlayerTrackPrevFilled: TablerIcon; declare const PlaylistFilled: TablerIcon; declare const PlusFilled: TablerIcon; declare const PointFilled: TablerIcon; declare const PointerFilled: TablerIcon; declare const PolaroidFilled: TablerIcon; declare const PooFilled: TablerIcon; declare const PresentationAnalyticsFilled: TablerIcon; declare const PresentationFilled: TablerIcon; declare const PuzzleFilled: TablerIcon; declare const QuoteFilled: TablerIcon; declare const RadarFilled: TablerIcon; declare const RadioactiveFilled: TablerIcon; declare const ReceiptDollarFilled: TablerIcon; declare const ReceiptEuroFilled: TablerIcon; declare const ReceiptPoundFilled: TablerIcon; declare const ReceiptRupeeFilled: TablerIcon; declare const ReceiptYenFilled: TablerIcon; declare const ReceiptYuanFilled: TablerIcon; declare const ReceiptFilled: TablerIcon; declare const RectangleVerticalFilled: TablerIcon; declare const RectangleFilled: TablerIcon; declare const RegisteredFilled: TablerIcon; declare const RelationManyToManyFilled: TablerIcon; declare const RelationOneToManyFilled: TablerIcon; declare const RelationOneToOneFilled: TablerIcon; declare const ReplaceFilled: TablerIcon; declare const ReportAnalyticsFilled: TablerIcon; declare const ReportMoneyFilled: TablerIcon; declare const RollercoasterFilled: TablerIcon; declare const RosetteDiscountCheckFilled: TablerIcon; declare const RosetteDiscountFilled: TablerIcon; declare const RosetteFilled: TablerIcon; declare const SaladFilled: TablerIcon; declare const SatelliteFilled: TablerIcon; declare const ScaleFilled: TablerIcon; declare const SchoolFilled: TablerIcon; declare const ScubaDivingTankFilled: TablerIcon; declare const SearchFilled: TablerIcon; declare const SectionFilled: TablerIcon; declare const SeedlingFilled: TablerIcon; declare const SendFilled: TablerIcon; declare const SettingsFilled: TablerIcon; declare const ShieldCheckFilled: TablerIcon; declare const ShieldCheckeredFilled: TablerIcon; declare const ShieldHalfFilled: TablerIcon; declare const ShieldLockFilled: TablerIcon; declare const ShieldFilled: TablerIcon; declare const ShirtFilled: TablerIcon; declare const ShoppingCartFilled: TablerIcon; declare const SignLeftFilled: TablerIcon; declare const SignRightFilled: TablerIcon; declare const SitemapFilled: TablerIcon; declare const SortAscending2Filled: TablerIcon; declare const SortAscendingShapesFilled: TablerIcon; declare const SortDescending2Filled: TablerIcon; declare const SortDescendingShapesFilled: TablerIcon; declare const SoupFilled: TablerIcon; declare const SpadeFilled: TablerIcon; declare const Sparkles2Filled: TablerIcon; declare const SparklesFilled: TablerIcon; declare const SpeedboatFilled: TablerIcon; declare const SpiderFilled: TablerIcon; declare const SquareArrowDownFilled: TablerIcon; declare const SquareArrowLeftFilled: TablerIcon; declare const SquareArrowRightFilled: TablerIcon; declare const SquareArrowUpFilled: TablerIcon; declare const SquareAsteriskFilled: TablerIcon; declare const SquareCheckFilled: TablerIcon; declare const SquareChevronDownFilled: TablerIcon; declare const SquareChevronLeftFilled: TablerIcon; declare const SquareChevronRightFilled: TablerIcon; declare const SquareChevronUpFilled: TablerIcon; declare const SquareChevronsDownFilled: TablerIcon; declare const SquareChevronsLeftFilled: TablerIcon; declare const SquareChevronsRightFilled: TablerIcon; declare const SquareChevronsUpFilled: TablerIcon; declare const SquareDotFilled: TablerIcon; declare const SquareF0Filled: TablerIcon; declare const SquareF1Filled: TablerIcon; declare const SquareF2Filled: TablerIcon; declare const SquareF3Filled: TablerIcon; declare const SquareF4Filled: TablerIcon; declare const SquareF5Filled: TablerIcon; declare const SquareF6Filled: TablerIcon; declare const SquareF7Filled: TablerIcon; declare const SquareF8Filled: TablerIcon; declare const SquareF9Filled: TablerIcon; declare const SquareLetterAFilled: TablerIcon; declare const SquareLetterBFilled: TablerIcon; declare const SquareLetterCFilled: TablerIcon; declare const SquareLetterDFilled: TablerIcon; declare const SquareLetterEFilled: TablerIcon; declare const SquareLetterFFilled: TablerIcon; declare const SquareLetterGFilled: TablerIcon; declare const SquareLetterHFilled: TablerIcon; declare const SquareLetterIFilled: TablerIcon; declare const SquareLetterJFilled: TablerIcon; declare const SquareLetterKFilled: TablerIcon; declare const SquareLetterLFilled: TablerIcon; declare const SquareLetterMFilled: TablerIcon; declare const SquareLetterNFilled: TablerIcon; declare const SquareLetterOFilled: TablerIcon; declare const SquareLetterPFilled: TablerIcon; declare const SquareLetterQFilled: TablerIcon; declare const SquareLetterRFilled: TablerIcon; declare const SquareLetterSFilled: TablerIcon; declare const SquareLetterTFilled: TablerIcon; declare const SquareLetterUFilled: TablerIcon; declare const SquareLetterVFilled: TablerIcon; declare const SquareLetterWFilled: TablerIcon; declare const SquareLetterXFilled: TablerIcon; declare const SquareLetterYFilled: TablerIcon; declare const SquareLetterZFilled: TablerIcon; declare const SquareMinusFilled: TablerIcon; declare const SquareNumber0Filled: TablerIcon; declare const SquareNumber1Filled: TablerIcon; declare const SquareNumber2Filled: TablerIcon; declare const SquareNumber3Filled: TablerIcon; declare const SquareNumber4Filled: TablerIcon; declare const SquareNumber5Filled: TablerIcon; declare const SquareNumber6Filled: TablerIcon; declare const SquareNumber7Filled: TablerIcon; declare const SquareNumber8Filled: TablerIcon; declare const SquareNumber9Filled: TablerIcon; declare const SquareRotatedFilled: TablerIcon; declare const SquareRoundedArrowDownFilled: TablerIcon; declare const SquareRoundedArrowLeftFilled: TablerIcon; declare const SquareRoundedArrowRightFilled: TablerIcon; declare const SquareRoundedArrowUpFilled: TablerIcon; declare const SquareRoundedCheckFilled: TablerIcon; declare const SquareRoundedChevronDownFilled: TablerIcon; declare const SquareRoundedChevronLeftFilled: TablerIcon; declare const SquareRoundedChevronRightFilled: TablerIcon; declare const SquareRoundedChevronUpFilled: TablerIcon; declare const SquareRoundedChevronsDownFilled: TablerIcon; declare const SquareRoundedChevronsLeftFilled: TablerIcon; declare const SquareRoundedChevronsRightFilled: TablerIcon; declare const SquareRoundedChevronsUpFilled: TablerIcon; declare const SquareRoundedLetterAFilled: TablerIcon; declare const SquareRoundedLetterBFilled: TablerIcon; declare const SquareRoundedLetterCFilled: TablerIcon; declare const SquareRoundedLetterDFilled: TablerIcon; declare const SquareRoundedLetterEFilled: TablerIcon; declare const SquareRoundedLetterFFilled: TablerIcon; declare const SquareRoundedLetterGFilled: TablerIcon; declare const SquareRoundedLetterHFilled: TablerIcon; declare const SquareRoundedLetterIFilled: TablerIcon; declare const SquareRoundedLetterJFilled: TablerIcon; declare const SquareRoundedLetterKFilled: TablerIcon; declare const SquareRoundedLetterLFilled: TablerIcon; declare const SquareRoundedLetterMFilled: TablerIcon; declare const SquareRoundedLetterNFilled: TablerIcon; declare const SquareRoundedLetterOFilled: TablerIcon; declare const SquareRoundedLetterPFilled: TablerIcon; declare const SquareRoundedLetterQFilled: TablerIcon; declare const SquareRoundedLetterRFilled: TablerIcon; declare const SquareRoundedLetterSFilled: TablerIcon; declare const SquareRoundedLetterTFilled: TablerIcon; declare const SquareRoundedLetterUFilled: TablerIcon; declare const SquareRoundedLetterVFilled: TablerIcon; declare const SquareRoundedLetterWFilled: TablerIcon; declare const SquareRoundedLetterXFilled: TablerIcon; declare const SquareRoundedLetterYFilled: TablerIcon; declare const SquareRoundedLetterZFilled: TablerIcon; declare const SquareRoundedMinusFilled: TablerIcon; declare const SquareRoundedNumber0Filled: TablerIcon; declare const SquareRoundedNumber1Filled: TablerIcon; declare const SquareRoundedNumber2Filled: TablerIcon; declare const SquareRoundedNumber3Filled: TablerIcon; declare const SquareRoundedNumber4Filled: TablerIcon; declare const SquareRoundedNumber5Filled: TablerIcon; declare const SquareRoundedNumber6Filled: TablerIcon; declare const SquareRoundedNumber7Filled: TablerIcon; declare const SquareRoundedNumber8Filled: TablerIcon; declare const SquareRoundedNumber9Filled: TablerIcon; declare const SquareRoundedPlusFilled: TablerIcon; declare const SquareRoundedXFilled: TablerIcon; declare const SquareRoundedFilled: TablerIcon; declare const SquareXFilled: TablerIcon; declare const SquareFilled: TablerIcon; declare const SquaresFilled: TablerIcon; declare const Stack2Filled: TablerIcon; declare const Stack3Filled: TablerIcon; declare const StackFilled: TablerIcon; declare const StarHalfFilled: TablerIcon; declare const StarFilled: TablerIcon; declare const StarsFilled: TablerIcon; declare const SteeringWheelFilled: TablerIcon; declare const SunHighFilled: TablerIcon; declare const SunLowFilled: TablerIcon; declare const SunFilled: TablerIcon; declare const SunglassesFilled: TablerIcon; declare const SunriseFilled: TablerIcon; declare const Sunset2Filled: TablerIcon; declare const SunsetFilled: TablerIcon; declare const SwipeDownFilled: TablerIcon; declare const SwipeLeftFilled: TablerIcon; declare const SwipeRightFilled: TablerIcon; declare const SwipeUpFilled: TablerIcon; declare const TableFilled: TablerIcon; declare const TagFilled: TablerIcon; declare const TagsFilled: TablerIcon; declare const TemperatureMinusFilled: TablerIcon; declare const TemperaturePlusFilled: TablerIcon; declare const TemplateFilled: TablerIcon; declare const TestPipe2Filled: TablerIcon; declare const ThumbDownFilled: TablerIcon; declare const ThumbUpFilled: TablerIcon; declare const TicketFilled: TablerIcon; declare const TiltShiftFilled: TablerIcon; declare const TimelineEventFilled: TablerIcon; declare const ToggleLeftFilled: TablerIcon; declare const ToggleRightFilled: TablerIcon; declare const ToolsKitchen2Filled: TablerIcon; declare const TrainFilled: TablerIcon; declare const TransformFilled: TablerIcon; declare const TransitionBottomFilled: TablerIcon; declare const TransitionLeftFilled: TablerIcon; declare const TransitionRightFilled: TablerIcon; declare const TransitionTopFilled: TablerIcon; declare const TrashXFilled: TablerIcon; declare const TrashFilled: TablerIcon; declare const TriangleInvertedFilled: TablerIcon; declare const TriangleSquareCircleFilled: TablerIcon; declare const TriangleFilled: TablerIcon; declare const TrolleyFilled: TablerIcon; declare const TrophyFilled: TablerIcon; declare const TruckFilled: TablerIcon; declare const UfoFilled: TablerIcon; declare const UmbrellaFilled: TablerIcon; declare const UserFilled: TablerIcon; declare const VersionsFilled: TablerIcon; declare const VideoMinusFilled: TablerIcon; declare const VideoPlusFilled: TablerIcon; declare const VideoFilled: TablerIcon; declare const WindmillFilled: TablerIcon; declare const WindsockFilled: TablerIcon; declare const WomanFilled: TablerIcon; declare const WorldFilled: TablerIcon; declare const WritingSignFilled: TablerIcon; declare const WritingFilled: TablerIcon; declare const XFilled: TablerIcon; declare const XboxAFilled: TablerIcon; declare const XboxBFilled: TablerIcon; declare const XboxXFilled: TablerIcon; declare const XboxYFilled: TablerIcon; declare const YinYangFilled: TablerIcon; declare const ZeppelinFilled: TablerIcon; declare const ZoomCancelFilled: TablerIcon; declare const ZoomCheckFilled: TablerIcon; declare const ZoomCodeFilled: TablerIcon; declare const ZoomExclamationFilled: TablerIcon; declare const ZoomInAreaFilled: TablerIcon; declare const ZoomInFilled: TablerIcon; declare const ZoomMoneyFilled: TablerIcon; declare const ZoomOutAreaFilled: TablerIcon; declare const ZoomOutFilled: TablerIcon; declare const ZoomPanFilled: TablerIcon; declare const ZoomQuestionFilled: TablerIcon; declare const ZoomScanFilled: TablerIcon; declare const ZoomFilled: TablerIcon; export { Number123 as Icon123, Hours12 as Icon12Hours, Hours24 as Icon24Hours, Auth2fa as Icon2fa, View360Arrow as Icon360, View360Number as Icon360View, Cube3dSphere as Icon3dCubeSphere, Cube3dSphereOff as Icon3dCubeSphereOff, Rotate3d as Icon3dRotate, AB as IconAB, AB2 as IconAB2, ABOff as IconABOff, Abacus as IconAbacus, AbacusOff as IconAbacusOff, Abc as IconAbc, AccessPoint as IconAccessPoint, AccessPointOff as IconAccessPointOff, Accessible as IconAccessible, AccessibleFilled as IconAccessibleFilled, AccessibleOff as IconAccessibleOff, Acorn as IconAcorn, Acrobatic as IconAcrobatic, Activity as IconActivity, ActivityHeartbeat as IconActivityHeartbeat, Ad as IconAd, Ad2 as IconAd2, AdCircle as IconAdCircle, AdCircleFilled as IconAdCircleFilled, AdCircleOff as IconAdCircleOff, AdFilled as IconAdFilled, AdOff as IconAdOff, AddressBook as IconAddressBook, AddressBookOff as IconAddressBookOff, Adjustments as IconAdjustments, AdjustmentsAlt as IconAdjustmentsAlt, AdjustmentsBolt as IconAdjustmentsBolt, AdjustmentsCancel as IconAdjustmentsCancel, AdjustmentsCheck as IconAdjustmentsCheck, AdjustmentsCode as IconAdjustmentsCode, AdjustmentsCog as IconAdjustmentsCog, AdjustmentsDollar as IconAdjustmentsDollar, AdjustmentsDown as IconAdjustmentsDown, AdjustmentsExclamation as IconAdjustmentsExclamation, AdjustmentsFilled as IconAdjustmentsFilled, AdjustmentsHeart as IconAdjustmentsHeart, AdjustmentsHorizontal as IconAdjustmentsHorizontal, AdjustmentsHorizontalFilled as IconAdjustmentsHorizontalFilled, AdjustmentsMinus as IconAdjustmentsMinus, AdjustmentsOff as IconAdjustmentsOff, AdjustmentsPause as IconAdjustmentsPause, AdjustmentsPin as IconAdjustmentsPin, AdjustmentsPlus as IconAdjustmentsPlus, AdjustmentsQuestion as IconAdjustmentsQuestion, AdjustmentsSearch as IconAdjustmentsSearch, AdjustmentsShare as IconAdjustmentsShare, AdjustmentsSpark as IconAdjustmentsSpark, AdjustmentsStar as IconAdjustmentsStar, AdjustmentsUp as IconAdjustmentsUp, AdjustmentsX as IconAdjustmentsX, AerialLift as IconAerialLift, AerialLiftFilled as IconAerialLiftFilled, Affiliate as IconAffiliate, AffiliateFilled as IconAffiliateFilled, Ai as IconAi, AiAgent as IconAiAgent, AiAgents as IconAiAgents, AiGateway as IconAiGateway, AirBalloon as IconAirBalloon, AirBalloonFilled as IconAirBalloonFilled, AirConditioning as IconAirConditioning, AirConditioningDisabled as IconAirConditioningDisabled, AirTrafficControl as IconAirTrafficControl, Alarm as IconAlarm, AlarmAverage as IconAlarmAverage, AlarmFilled as IconAlarmFilled, AlarmMinus as IconAlarmMinus, AlarmMinusFilled as IconAlarmMinusFilled, AlarmOff as IconAlarmOff, AlarmPlus as IconAlarmPlus, AlarmPlusFilled as IconAlarmPlusFilled, AlarmSmoke as IconAlarmSmoke, AlarmSnooze as IconAlarmSnooze, AlarmSnoozeFilled as IconAlarmSnoozeFilled, Album as IconAlbum, AlbumOff as IconAlbumOff, AlertCircle as IconAlertCircle, AlertCircleFilled as IconAlertCircleFilled, AlertCircleOff as IconAlertCircleOff, AlertHexagon as IconAlertHexagon, AlertHexagonFilled as IconAlertHexagonFilled, AlertHexagonOff as IconAlertHexagonOff, AlertOctagon as IconAlertOctagon, AlertOctagonFilled as IconAlertOctagonFilled, AlertSmall as IconAlertSmall, AlertSmallOff as IconAlertSmallOff, AlertSquare as IconAlertSquare, AlertSquareFilled as IconAlertSquareFilled, AlertSquareRounded as IconAlertSquareRounded, AlertSquareRoundedFilled as IconAlertSquareRoundedFilled, AlertSquareRoundedOff as IconAlertSquareRoundedOff, AlertTriangle as IconAlertTriangle, AlertTriangleFilled as IconAlertTriangleFilled, AlertTriangleOff as IconAlertTriangleOff, Alien as IconAlien, AlienFilled as IconAlienFilled, AlignBoxBottomCenter as IconAlignBoxBottomCenter, AlignBoxBottomCenterFilled as IconAlignBoxBottomCenterFilled, AlignBoxBottomLeft as IconAlignBoxBottomLeft, AlignBoxBottomLeftFilled as IconAlignBoxBottomLeftFilled, AlignBoxBottomRight as IconAlignBoxBottomRight, AlignBoxBottomRightFilled as IconAlignBoxBottomRightFilled, AlignBoxCenterBottom as IconAlignBoxCenterBottom, AlignBoxCenterMiddle as IconAlignBoxCenterMiddle, AlignBoxCenterMiddleFilled as IconAlignBoxCenterMiddleFilled, AlignBoxCenterStretch as IconAlignBoxCenterStretch, AlignBoxCenterTop as IconAlignBoxCenterTop, AlignBoxLeftBottom as IconAlignBoxLeftBottom, AlignBoxLeftBottomFilled as IconAlignBoxLeftBottomFilled, AlignBoxLeftMiddle as IconAlignBoxLeftMiddle, AlignBoxLeftMiddleFilled as IconAlignBoxLeftMiddleFilled, AlignBoxLeftStretch as IconAlignBoxLeftStretch, AlignBoxLeftTop as IconAlignBoxLeftTop, AlignBoxLeftTopFilled as IconAlignBoxLeftTopFilled, AlignBoxRightBottom as IconAlignBoxRightBottom, AlignBoxRightBottomFilled as IconAlignBoxRightBottomFilled, AlignBoxRightMiddle as IconAlignBoxRightMiddle, AlignBoxRightMiddleFilled as IconAlignBoxRightMiddleFilled, AlignBoxRightStretch as IconAlignBoxRightStretch, AlignBoxRightTop as IconAlignBoxRightTop, AlignBoxRightTopFilled as IconAlignBoxRightTopFilled, AlignBoxTopCenter as IconAlignBoxTopCenter, AlignBoxTopCenterFilled as IconAlignBoxTopCenterFilled, AlignBoxTopLeft as IconAlignBoxTopLeft, AlignBoxTopLeftFilled as IconAlignBoxTopLeftFilled, AlignBoxTopRight as IconAlignBoxTopRight, AlignBoxTopRightFilled as IconAlignBoxTopRightFilled, AlignCenter as IconAlignCenter, AlignJustified as IconAlignJustified, AlignLeft as IconAlignLeft, AlignLeft2 as IconAlignLeft2, AlignRight as IconAlignRight, AlignRight2 as IconAlignRight2, Alpha as IconAlpha, AlphabetArabic as IconAlphabetArabic, AlphabetBangla as IconAlphabetBangla, AlphabetCyrillic as IconAlphabetCyrillic, AlphabetGreek as IconAlphabetGreek, AlphabetHebrew as IconAlphabetHebrew, AlphabetKorean as IconAlphabetKorean, AlphabetLatin as IconAlphabetLatin, AlphabetPolish as IconAlphabetPolish, AlphabetRunes as IconAlphabetRunes, AlphabetThai as IconAlphabetThai, Alt as IconAlt, Ambulance as IconAmbulance, Ampersand as IconAmpersand, Analyze as IconAnalyze, AnalyzeFilled as IconAnalyzeFilled, AnalyzeOff as IconAnalyzeOff, Anchor as IconAnchor, AnchorOff as IconAnchorOff, Angle as IconAngle, Ankh as IconAnkh, Antenna as IconAntenna, AntennaBars1 as IconAntennaBars1, AntennaBars2 as IconAntennaBars2, AntennaBars3 as IconAntennaBars3, AntennaBars4 as IconAntennaBars4, AntennaBars5 as IconAntennaBars5, AntennaBarsOff as IconAntennaBarsOff, AntennaOff as IconAntennaOff, Aperture as IconAperture, ApertureOff as IconApertureOff, Api as IconApi, ApiApp as IconApiApp, ApiAppOff as IconApiAppOff, ApiBook as IconApiBook, ApiOff as IconApiOff, AppWindow as IconAppWindow, AppWindowBottom as IconAppWindowBottom, AppWindowBottomLeft as IconAppWindowBottomLeft, AppWindowBottomRight as IconAppWindowBottomRight, AppWindowCenter as IconAppWindowCenter, AppWindowFilled as IconAppWindowFilled, Apple as IconApple, AppleFilled as IconAppleFilled, Apps as IconApps, AppsFilled as IconAppsFilled, AppsOff as IconAppsOff, ArcheryArrow as IconArcheryArrow, Archive as IconArchive, ArchiveFilled as IconArchiveFilled, ArchiveOff as IconArchiveOff, Armchair as IconArmchair, Armchair2 as IconArmchair2, Armchair2Off as IconArmchair2Off, ArmchairOff as IconArmchairOff, ArrowAutofitContent as IconArrowAutofitContent, ArrowAutofitContentFilled as IconArrowAutofitContentFilled, ArrowAutofitDown as IconArrowAutofitDown, ArrowAutofitDownFilled as IconArrowAutofitDownFilled, ArrowAutofitHeight as IconArrowAutofitHeight, ArrowAutofitHeightFilled as IconArrowAutofitHeightFilled, ArrowAutofitLeft as IconArrowAutofitLeft, ArrowAutofitLeftFilled as IconArrowAutofitLeftFilled, ArrowAutofitRight as IconArrowAutofitRight, ArrowAutofitRightFilled as IconArrowAutofitRightFilled, ArrowAutofitUp as IconArrowAutofitUp, ArrowAutofitUpFilled as IconArrowAutofitUpFilled, ArrowAutofitWidth as IconArrowAutofitWidth, ArrowAutofitWidthFilled as IconArrowAutofitWidthFilled, ArrowBack as IconArrowBack, ArrowBackUp as IconArrowBackUp, ArrowBackUpDouble as IconArrowBackUpDouble, ArrowBadgeDown as IconArrowBadgeDown, ArrowBadgeDownFilled as IconArrowBadgeDownFilled, ArrowBadgeLeft as IconArrowBadgeLeft, ArrowBadgeLeftFilled as IconArrowBadgeLeftFilled, ArrowBadgeRight as IconArrowBadgeRight, ArrowBadgeRightFilled as IconArrowBadgeRightFilled, ArrowBadgeUp as IconArrowBadgeUp, ArrowBadgeUpFilled as IconArrowBadgeUpFilled, ArrowBarBoth as IconArrowBarBoth, ArrowBarDown as IconArrowBarDown, ArrowBarLeft as IconArrowBarLeft, ArrowBarRight as IconArrowBarRight, ArrowBarToDown as IconArrowBarToDown, ArrowBarToDownDashed as IconArrowBarToDownDashed, ArrowBarToLeft as IconArrowBarToLeft, ArrowBarToLeftDashed as IconArrowBarToLeftDashed, ArrowBarToRight as IconArrowBarToRight, ArrowBarToRightDashed as IconArrowBarToRightDashed, ArrowBarToUp as IconArrowBarToUp, ArrowBarToUpDashed as IconArrowBarToUpDashed, ArrowBarUp as IconArrowBarUp, ArrowBearLeft as IconArrowBearLeft, ArrowBearLeft2 as IconArrowBearLeft2, ArrowBearRight as IconArrowBearRight, ArrowBearRight2 as IconArrowBearRight2, ArrowBigDown as IconArrowBigDown, ArrowBigDownFilled as IconArrowBigDownFilled, ArrowBigDownLine as IconArrowBigDownLine, ArrowBigDownLineFilled as IconArrowBigDownLineFilled, ArrowBigDownLines as IconArrowBigDownLines, ArrowBigDownLinesFilled as IconArrowBigDownLinesFilled, ArrowBigLeft as IconArrowBigLeft, ArrowBigLeftFilled as IconArrowBigLeftFilled, ArrowBigLeftLine as IconArrowBigLeftLine, ArrowBigLeftLineFilled as IconArrowBigLeftLineFilled, ArrowBigLeftLines as IconArrowBigLeftLines, ArrowBigLeftLinesFilled as IconArrowBigLeftLinesFilled, ArrowBigRight as IconArrowBigRight, ArrowBigRightFilled as IconArrowBigRightFilled, ArrowBigRightLine as IconArrowBigRightLine, ArrowBigRightLineFilled as IconArrowBigRightLineFilled, ArrowBigRightLines as IconArrowBigRightLines, ArrowBigRightLinesFilled as IconArrowBigRightLinesFilled, ArrowBigUp as IconArrowBigUp, ArrowBigUpFilled as IconArrowBigUpFilled, ArrowBigUpLine as IconArrowBigUpLine, ArrowBigUpLineFilled as IconArrowBigUpLineFilled, ArrowBigUpLines as IconArrowBigUpLines, ArrowBigUpLinesFilled as IconArrowBigUpLinesFilled, ArrowBounce as IconArrowBounce, ArrowCapsule as IconArrowCapsule, ArrowCurveLeft as IconArrowCurveLeft, ArrowCurveRight as IconArrowCurveRight, ArrowDown as IconArrowDown, ArrowDownBar as IconArrowDownBar, ArrowDownCircle as IconArrowDownCircle, ArrowDownCircleFilled as IconArrowDownCircleFilled, ArrowDownDashed as IconArrowDownDashed, ArrowDownFromArc as IconArrowDownFromArc, ArrowDownLeft as IconArrowDownLeft, ArrowDownLeftCircle as IconArrowDownLeftCircle, ArrowDownRhombus as IconArrowDownRhombus, ArrowDownRhombusFilled as IconArrowDownRhombusFilled, ArrowDownRight as IconArrowDownRight, ArrowDownRightCircle as IconArrowDownRightCircle, ArrowDownSquare as IconArrowDownSquare, ArrowDownSquareFilled as IconArrowDownSquareFilled, ArrowDownTail as IconArrowDownTail, ArrowDownToArc as IconArrowDownToArc, ArrowElbowLeft as IconArrowElbowLeft, ArrowElbowRight as IconArrowElbowRight, ArrowFork as IconArrowFork, ArrowForkTriple as IconArrowForkTriple, ArrowForward as IconArrowForward, ArrowForwardUp as IconArrowForwardUp, ArrowForwardUpDouble as IconArrowForwardUpDouble, ArrowGuide as IconArrowGuide, ArrowGuideFilled as IconArrowGuideFilled, ArrowIteration as IconArrowIteration, ArrowLeft as IconArrowLeft, ArrowLeftBar as IconArrowLeftBar, ArrowLeftCircle as IconArrowLeftCircle, ArrowLeftCircleFilled as IconArrowLeftCircleFilled, ArrowLeftDashed as IconArrowLeftDashed, ArrowLeftFromArc as IconArrowLeftFromArc, ArrowLeftRhombus as IconArrowLeftRhombus, ArrowLeftRhombusFilled as IconArrowLeftRhombusFilled, ArrowLeftRight as IconArrowLeftRight, ArrowLeftSquare as IconArrowLeftSquare, ArrowLeftSquareFilled as IconArrowLeftSquareFilled, ArrowLeftTail as IconArrowLeftTail, ArrowLeftToArc as IconArrowLeftToArc, ArrowLoopLeft as IconArrowLoopLeft, ArrowLoopLeft2 as IconArrowLoopLeft2, ArrowLoopRight as IconArrowLoopRight, ArrowLoopRight2 as IconArrowLoopRight2, ArrowMerge as IconArrowMerge, ArrowMergeAltLeft as IconArrowMergeAltLeft, ArrowMergeAltRight as IconArrowMergeAltRight, ArrowMergeBoth as IconArrowMergeBoth, ArrowMergeLeft as IconArrowMergeLeft, ArrowMergeRight as IconArrowMergeRight, ArrowMoveDown as IconArrowMoveDown, ArrowMoveDownFilled as IconArrowMoveDownFilled, ArrowMoveLeft as IconArrowMoveLeft, ArrowMoveLeftFilled as IconArrowMoveLeftFilled, ArrowMoveRight as IconArrowMoveRight, ArrowMoveRightFilled as IconArrowMoveRightFilled, ArrowMoveUp as IconArrowMoveUp, ArrowMoveUpFilled as IconArrowMoveUpFilled, ArrowNarrowDown as IconArrowNarrowDown, ArrowNarrowDownDashed as IconArrowNarrowDownDashed, ArrowNarrowLeft as IconArrowNarrowLeft, ArrowNarrowLeftDashed as IconArrowNarrowLeftDashed, ArrowNarrowRight as IconArrowNarrowRight, ArrowNarrowRightDashed as IconArrowNarrowRightDashed, ArrowNarrowUp as IconArrowNarrowUp, ArrowNarrowUpDashed as IconArrowNarrowUpDashed, ArrowRampLeft as IconArrowRampLeft, ArrowRampLeft2 as IconArrowRampLeft2, ArrowRampLeft3 as IconArrowRampLeft3, ArrowRampRight as IconArrowRampRight, ArrowRampRight2 as IconArrowRampRight2, ArrowRampRight3 as IconArrowRampRight3, ArrowRight as IconArrowRight, ArrowRightBar as IconArrowRightBar, ArrowRightCircle as IconArrowRightCircle, ArrowRightCircleFilled as IconArrowRightCircleFilled, ArrowRightDashed as IconArrowRightDashed, ArrowRightFromArc as IconArrowRightFromArc, ArrowRightRhombus as IconArrowRightRhombus, ArrowRightRhombusFilled as IconArrowRightRhombusFilled, ArrowRightSquare as IconArrowRightSquare, ArrowRightSquareFilled as IconArrowRightSquareFilled, ArrowRightTail as IconArrowRightTail, ArrowRightToArc as IconArrowRightToArc, ArrowRotaryFirstLeft as IconArrowRotaryFirstLeft, ArrowRotaryFirstRight as IconArrowRotaryFirstRight, ArrowRotaryLastLeft as IconArrowRotaryLastLeft, ArrowRotaryLastRight as IconArrowRotaryLastRight, ArrowRotaryLeft as IconArrowRotaryLeft, ArrowRotaryRight as IconArrowRotaryRight, ArrowRotaryStraight as IconArrowRotaryStraight, ArrowRoundaboutLeft as IconArrowRoundaboutLeft, ArrowRoundaboutRight as IconArrowRoundaboutRight, ArrowSharpTurnLeft as IconArrowSharpTurnLeft, ArrowSharpTurnRight as IconArrowSharpTurnRight, ArrowUp as IconArrowUp, ArrowUpBar as IconArrowUpBar, ArrowUpCircle as IconArrowUpCircle, ArrowUpCircleFilled as IconArrowUpCircleFilled, ArrowUpDashed as IconArrowUpDashed, ArrowUpFromArc as IconArrowUpFromArc, ArrowUpLeft as IconArrowUpLeft, ArrowUpLeftCircle as IconArrowUpLeftCircle, ArrowUpRhombus as IconArrowUpRhombus, ArrowUpRhombusFilled as IconArrowUpRhombusFilled, ArrowUpRight as IconArrowUpRight, ArrowUpRightCircle as IconArrowUpRightCircle, ArrowUpSquare as IconArrowUpSquare, ArrowUpSquareFilled as IconArrowUpSquareFilled, ArrowUpTail as IconArrowUpTail, ArrowUpToArc as IconArrowUpToArc, ArrowWaveLeftDown as IconArrowWaveLeftDown, ArrowWaveLeftUp as IconArrowWaveLeftUp, ArrowWaveRightDown as IconArrowWaveRightDown, ArrowWaveRightUp as IconArrowWaveRightUp, ArrowZigZag as IconArrowZigZag, ArrowsCross as IconArrowsCross, ArrowsDiagonal as IconArrowsDiagonal, ArrowsDiagonal2 as IconArrowsDiagonal2, ArrowsDiagonalMinimize as IconArrowsDiagonalMinimize, ArrowsDiagonalMinimize2 as IconArrowsDiagonalMinimize2, ArrowsDiff as IconArrowsDiff, ArrowsDoubleNeSw as IconArrowsDoubleNeSw, ArrowsDoubleNwSe as IconArrowsDoubleNwSe, ArrowsDoubleSeNw as IconArrowsDoubleSeNw, ArrowsDoubleSwNe as IconArrowsDoubleSwNe, ArrowsDown as IconArrowsDown, ArrowsDownUp as IconArrowsDownUp, ArrowsExchange as IconArrowsExchange, ArrowsExchange2 as IconArrowsExchange2, ArrowsHorizontal as IconArrowsHorizontal, ArrowsJoin as IconArrowsJoin, ArrowsJoin2 as IconArrowsJoin2, ArrowsLeft as IconArrowsLeft, ArrowsLeftDown as IconArrowsLeftDown, ArrowsLeftRight as IconArrowsLeftRight, ArrowsMaximize as IconArrowsMaximize, ArrowsMinimize as IconArrowsMinimize, ArrowsMove as IconArrowsMove, ArrowsMoveHorizontal as IconArrowsMoveHorizontal, ArrowsMoveVertical as IconArrowsMoveVertical, ArrowsRandom as IconArrowsRandom, ArrowsRight as IconArrowsRight, ArrowsRightDown as IconArrowsRightDown, ArrowsRightLeft as IconArrowsRightLeft, ArrowsShuffle as IconArrowsShuffle, ArrowsShuffle2 as IconArrowsShuffle2, ArrowsSort as IconArrowsSort, ArrowsSplit as IconArrowsSplit, ArrowsSplit2 as IconArrowsSplit2, ArrowsTransferDown as IconArrowsTransferDown, ArrowsTransferUp as IconArrowsTransferUp, ArrowsTransferUpDown as IconArrowsTransferUpDown, ArrowsUp as IconArrowsUp, ArrowsUpDown as IconArrowsUpDown, ArrowsUpLeft as IconArrowsUpLeft, ArrowsUpRight as IconArrowsUpRight, ArrowsVertical as IconArrowsVertical, Artboard as IconArtboard, ArtboardFilled as IconArtboardFilled, ArtboardOff as IconArtboardOff, Article as IconArticle, ArticleFilled as IconArticleFilled, ArticleOff as IconArticleOff, AspectRatio as IconAspectRatio, AspectRatioFilled as IconAspectRatioFilled, AspectRatioOff as IconAspectRatioOff, Assembly as IconAssembly, AssemblyFilled as IconAssemblyFilled, AssemblyOff as IconAssemblyOff, Asset as IconAsset, AssetFilled as IconAssetFilled, Asterisk as IconAsterisk, AsteriskSimple as IconAsteriskSimple, At as IconAt, AtOff as IconAtOff, Atom as IconAtom, Atom2 as IconAtom2, Atom2Filled as IconAtom2Filled, AtomOff as IconAtomOff, AugmentedReality as IconAugmentedReality, AugmentedReality2 as IconAugmentedReality2, AugmentedRealityOff as IconAugmentedRealityOff, Auth2fa as IconAuth2fa, AutomaticGearbox as IconAutomaticGearbox, AutomaticGearboxFilled as IconAutomaticGearboxFilled, Automation as IconAutomation, Avocado as IconAvocado, Award as IconAward, AwardFilled as IconAwardFilled, AwardOff as IconAwardOff, Axe as IconAxe, AxisX as IconAxisX, AxisY as IconAxisY, BabyBottle as IconBabyBottle, BabyCarriage as IconBabyCarriage, BabyCarriageFilled as IconBabyCarriageFilled, Background as IconBackground, Backhoe as IconBackhoe, Backpack as IconBackpack, BackpackOff as IconBackpackOff, Backslash as IconBackslash, Backspace as IconBackspace, BackspaceFilled as IconBackspaceFilled, Badge as IconBadge, Badge2k as IconBadge2k, Badge3d as IconBadge3d, Badge3dFilled as IconBadge3dFilled, Badge3k as IconBadge3k, Badge4k as IconBadge4k, Badge4kFilled as IconBadge4kFilled, Badge5k as IconBadge5k, Badge8k as IconBadge8k, Badge8kFilled as IconBadge8kFilled, BadgeAd as IconBadgeAd, BadgeAdFilled as IconBadgeAdFilled, BadgeAdOff as IconBadgeAdOff, BadgeAr as IconBadgeAr, BadgeArFilled as IconBadgeArFilled, BadgeCc as IconBadgeCc, BadgeCcFilled as IconBadgeCcFilled, BadgeFilled as IconBadgeFilled, BadgeHd as IconBadgeHd, BadgeHdFilled as IconBadgeHdFilled, BadgeOff as IconBadgeOff, BadgeSd as IconBadgeSd, BadgeSdFilled as IconBadgeSdFilled, BadgeTm as IconBadgeTm, BadgeTmFilled as IconBadgeTmFilled, BadgeVo as IconBadgeVo, BadgeVoFilled as IconBadgeVoFilled, BadgeVr as IconBadgeVr, BadgeVrFilled as IconBadgeVrFilled, BadgeWc as IconBadgeWc, BadgeWcFilled as IconBadgeWcFilled, Badges as IconBadges, BadgesFilled as IconBadgesFilled, BadgesOff as IconBadgesOff, Baguette as IconBaguette, BallAmericanFootball as IconBallAmericanFootball, BallAmericanFootballOff as IconBallAmericanFootballOff, BallBaseball as IconBallBaseball, BallBasketball as IconBallBasketball, BallBowling as IconBallBowling, BallBowlingFilled as IconBallBowlingFilled, BallFootball as IconBallFootball, BallFootballOff as IconBallFootballOff, BallTennis as IconBallTennis, BallVolleyball as IconBallVolleyball, Balloon as IconBalloon, BalloonFilled as IconBalloonFilled, BalloonOff as IconBalloonOff, Ballpen as IconBallpen, BallpenFilled as IconBallpenFilled, BallpenOff as IconBallpenOff, Ban as IconBan, Banana as IconBanana, Bandage as IconBandage, BandageFilled as IconBandageFilled, BandageOff as IconBandageOff, Barbell as IconBarbell, BarbellFilled as IconBarbellFilled, BarbellOff as IconBarbellOff, Barcode as IconBarcode, BarcodeOff as IconBarcodeOff, Barrel as IconBarrel, BarrelOff as IconBarrelOff, BarrierBlock as IconBarrierBlock, BarrierBlockFilled as IconBarrierBlockFilled, BarrierBlockOff as IconBarrierBlockOff, Baseline as IconBaseline, BaselineDensityLarge as IconBaselineDensityLarge, BaselineDensityMedium as IconBaselineDensityMedium, BaselineDensitySmall as IconBaselineDensitySmall, Basket as IconBasket, BasketBolt as IconBasketBolt, BasketCancel as IconBasketCancel, BasketCheck as IconBasketCheck, BasketCode as IconBasketCode, BasketCog as IconBasketCog, BasketDiscount as IconBasketDiscount, BasketDollar as IconBasketDollar, BasketDown as IconBasketDown, BasketExclamation as IconBasketExclamation, BasketFilled as IconBasketFilled, BasketHeart as IconBasketHeart, BasketMinus as IconBasketMinus, BasketOff as IconBasketOff, BasketPause as IconBasketPause, BasketPin as IconBasketPin, BasketPlus as IconBasketPlus, BasketQuestion as IconBasketQuestion, BasketSearch as IconBasketSearch, BasketShare as IconBasketShare, BasketStar as IconBasketStar, BasketUp as IconBasketUp, BasketX as IconBasketX, Bat as IconBat, Bath as IconBath, BathFilled as IconBathFilled, BathOff as IconBathOff, Battery as IconBattery, Battery1 as IconBattery1, Battery1Filled as IconBattery1Filled, Battery2 as IconBattery2, Battery2Filled as IconBattery2Filled, Battery3 as IconBattery3, Battery3Filled as IconBattery3Filled, Battery4 as IconBattery4, Battery4Filled as IconBattery4Filled, BatteryAutomotive as IconBatteryAutomotive, BatteryAutomotiveFilled as IconBatteryAutomotiveFilled, BatteryCharging as IconBatteryCharging, BatteryCharging2 as IconBatteryCharging2, BatteryEco as IconBatteryEco, BatteryExclamation as IconBatteryExclamation, BatteryFilled as IconBatteryFilled, BatteryOff as IconBatteryOff, BatterySpark as IconBatterySpark, BatteryVertical as IconBatteryVertical, BatteryVertical1 as IconBatteryVertical1, BatteryVertical1Filled as IconBatteryVertical1Filled, BatteryVertical2 as IconBatteryVertical2, BatteryVertical2Filled as IconBatteryVertical2Filled, BatteryVertical3 as IconBatteryVertical3, BatteryVertical3Filled as IconBatteryVertical3Filled, BatteryVertical4 as IconBatteryVertical4, BatteryVertical4Filled as IconBatteryVertical4Filled, BatteryVerticalCharging as IconBatteryVerticalCharging, BatteryVerticalCharging2 as IconBatteryVerticalCharging2, BatteryVerticalEco as IconBatteryVerticalEco, BatteryVerticalExclamation as IconBatteryVerticalExclamation, BatteryVerticalFilled as IconBatteryVerticalFilled, BatteryVerticalOff as IconBatteryVerticalOff, Beach as IconBeach, BeachOff as IconBeachOff, Bed as IconBed, BedFilled as IconBedFilled, BedFlat as IconBedFlat, BedFlatFilled as IconBedFlatFilled, BedOff as IconBedOff, Beer as IconBeer, BeerFilled as IconBeerFilled, BeerOff as IconBeerOff, Bell as IconBell, BellBolt as IconBellBolt, BellCancel as IconBellCancel, BellCheck as IconBellCheck, BellCode as IconBellCode, BellCog as IconBellCog, BellDollar as IconBellDollar, BellDown as IconBellDown, BellExclamation as IconBellExclamation, BellFilled as IconBellFilled, BellHeart as IconBellHeart, BellMinus as IconBellMinus, BellMinusFilled as IconBellMinusFilled, BellOff as IconBellOff, BellPause as IconBellPause, BellPin as IconBellPin, BellPlus as IconBellPlus, BellPlusFilled as IconBellPlusFilled, BellQuestion as IconBellQuestion, BellRinging as IconBellRinging, BellRinging2 as IconBellRinging2, BellRinging2Filled as IconBellRinging2Filled, BellRingingFilled as IconBellRingingFilled, BellSchool as IconBellSchool, BellSearch as IconBellSearch, BellShare as IconBellShare, BellStar as IconBellStar, BellUp as IconBellUp, BellX as IconBellX, BellXFilled as IconBellXFilled, BellZ as IconBellZ, BellZFilled as IconBellZFilled, Beta as IconBeta, Bible as IconBible, Bike as IconBike, BikeFilled as IconBikeFilled, BikeOff as IconBikeOff, Binary as IconBinary, BinaryOff as IconBinaryOff, BinaryTree as IconBinaryTree, BinaryTree2 as IconBinaryTree2, BinaryTree2Filled as IconBinaryTree2Filled, BinaryTreeFilled as IconBinaryTreeFilled, Binoculars as IconBinoculars, BinocularsFilled as IconBinocularsFilled, Biohazard as IconBiohazard, BiohazardFilled as IconBiohazardFilled, BiohazardOff as IconBiohazardOff, Blade as IconBlade, BladeFilled as IconBladeFilled, Bleach as IconBleach, BleachChlorine as IconBleachChlorine, BleachNoChlorine as IconBleachNoChlorine, BleachOff as IconBleachOff, BlendMode as IconBlendMode, Blender as IconBlender, BlenderFilled as IconBlenderFilled, Blind as IconBlind, Blob as IconBlob, BlobFilled as IconBlobFilled, Blockquote as IconBlockquote, Blocks as IconBlocks, Bluetooth as IconBluetooth, BluetoothConnected as IconBluetoothConnected, BluetoothOff as IconBluetoothOff, BluetoothX as IconBluetoothX, Blur as IconBlur, BlurOff as IconBlurOff, Bmp as IconBmp, BodyScan as IconBodyScan, Bold as IconBold, BoldOff as IconBoldOff, Bolt as IconBolt, BoltFilled as IconBoltFilled, BoltOff as IconBoltOff, Bomb as IconBomb, BombFilled as IconBombFilled, Bone as IconBone, BoneFilled as IconBoneFilled, BoneOff as IconBoneOff, Bong as IconBong, BongFilled as IconBongFilled, BongOff as IconBongOff, Book as IconBook, Book2 as IconBook2, BookDownload as IconBookDownload, BookFilled as IconBookFilled, BookOff as IconBookOff, BookUpload as IconBookUpload, Bookmark as IconBookmark, BookmarkAi as IconBookmarkAi, BookmarkEdit as IconBookmarkEdit, BookmarkFilled as IconBookmarkFilled, BookmarkMinus as IconBookmarkMinus, BookmarkOff as IconBookmarkOff, BookmarkPlus as IconBookmarkPlus, BookmarkQuestion as IconBookmarkQuestion, Bookmarks as IconBookmarks, BookmarksFilled as IconBookmarksFilled, BookmarksOff as IconBookmarksOff, Books as IconBooks, BooksOff as IconBooksOff, Boom as IconBoom, BoomFilled as IconBoomFilled, BorderAll as IconBorderAll, BorderBottom as IconBorderBottom, BorderBottomPlus as IconBorderBottomPlus, BorderCornerIos as IconBorderCornerIos, BorderCornerPill as IconBorderCornerPill, BorderCornerRounded as IconBorderCornerRounded, BorderCornerSquare as IconBorderCornerSquare, BorderCorners as IconBorderCorners, BorderHorizontal as IconBorderHorizontal, BorderInner as IconBorderInner, BorderLeft as IconBorderLeft, BorderLeftPlus as IconBorderLeftPlus, BorderNone as IconBorderNone, BorderOuter as IconBorderOuter, BorderRadius as IconBorderRadius, BorderRight as IconBorderRight, BorderRightPlus as IconBorderRightPlus, BorderSides as IconBorderSides, BorderStyle as IconBorderStyle, BorderStyle2 as IconBorderStyle2, BorderTop as IconBorderTop, BorderTopPlus as IconBorderTopPlus, BorderVertical as IconBorderVertical, BotId as IconBotId, Bottle as IconBottle, BottleFilled as IconBottleFilled, BottleOff as IconBottleOff, BounceLeft as IconBounceLeft, BounceLeftFilled as IconBounceLeftFilled, BounceRight as IconBounceRight, BounceRightFilled as IconBounceRightFilled, Bow as IconBow, BowFilled as IconBowFilled, Bowl as IconBowl, BowlChopsticks as IconBowlChopsticks, BowlChopsticksFilled as IconBowlChopsticksFilled, BowlFilled as IconBowlFilled, BowlSpoon as IconBowlSpoon, BowlSpoonFilled as IconBowlSpoonFilled, Bowling as IconBowling, Box as IconBox, BoxAlignBottom as IconBoxAlignBottom, BoxAlignBottomFilled as IconBoxAlignBottomFilled, BoxAlignBottomLeft as IconBoxAlignBottomLeft, BoxAlignBottomLeftFilled as IconBoxAlignBottomLeftFilled, BoxAlignBottomRight as IconBoxAlignBottomRight, BoxAlignBottomRightFilled as IconBoxAlignBottomRightFilled, BoxAlignLeft as IconBoxAlignLeft, BoxAlignLeftFilled as IconBoxAlignLeftFilled, BoxAlignRight as IconBoxAlignRight, BoxAlignRightFilled as IconBoxAlignRightFilled, BoxAlignTop as IconBoxAlignTop, BoxAlignTopFilled as IconBoxAlignTopFilled, BoxAlignTopLeft as IconBoxAlignTopLeft, BoxAlignTopLeftFilled as IconBoxAlignTopLeftFilled, BoxAlignTopRight as IconBoxAlignTopRight, BoxAlignTopRightFilled as IconBoxAlignTopRightFilled, BoxMargin as IconBoxMargin, BoxModel as IconBoxModel, BoxModel2 as IconBoxModel2, BoxModel2Off as IconBoxModel2Off, BoxModelOff as IconBoxModelOff, BoxMultiple as IconBoxMultiple, BoxMultiple0 as IconBoxMultiple0, BoxMultiple1 as IconBoxMultiple1, BoxMultiple2 as IconBoxMultiple2, BoxMultiple3 as IconBoxMultiple3, BoxMultiple4 as IconBoxMultiple4, BoxMultiple5 as IconBoxMultiple5, BoxMultiple6 as IconBoxMultiple6, BoxMultiple7 as IconBoxMultiple7, BoxMultiple8 as IconBoxMultiple8, BoxMultiple9 as IconBoxMultiple9, BoxMultipleFilled as IconBoxMultipleFilled, BoxOff as IconBoxOff, BoxPadding as IconBoxPadding, Package as IconBoxSeam, Braces as IconBraces, BracesOff as IconBracesOff, Brackets as IconBrackets, BracketsAngle as IconBracketsAngle, BracketsAngleOff as IconBracketsAngleOff, BracketsContain as IconBracketsContain, BracketsContainEnd as IconBracketsContainEnd, BracketsContainStart as IconBracketsContainStart, BracketsOff as IconBracketsOff, Braille as IconBraille, Brain as IconBrain, Brand4chan as IconBrand4chan, BrandAbstract as IconBrandAbstract, BrandAdobe as IconBrandAdobe, BrandAdobeAfterEffects as IconBrandAdobeAfterEffect, BrandAdobeAfterEffects as IconBrandAdobeAfterEffects, BrandAdobeIllustrator as IconBrandAdobeIllustrator, BrandAdobeIndesign as IconBrandAdobeIndesign, BrandAdobePhotoshop as IconBrandAdobePhotoshop, BrandAdobePremiere as IconBrandAdobePremier, BrandAdobePremiere as IconBrandAdobePremiere, BrandAdobeXd as IconBrandAdobeXd, BrandAdonisJs as IconBrandAdonisJs, BrandAirbnb as IconBrandAirbnb, BrandAirtable as IconBrandAirtable, BrandAlgolia as IconBrandAlgolia, BrandAlipay as IconBrandAlipay, BrandAlpineJs as IconBrandAlpineJs, BrandAmazon as IconBrandAmazon, BrandAmd as IconBrandAmd, BrandAmie as IconBrandAmie, BrandAmigo as IconBrandAmigo, BrandAmongUs as IconBrandAmongUs, BrandAndroid as IconBrandAndroid, BrandAngular as IconBrandAngular, BrandAngularFilled as IconBrandAngularFilled, BrandAnsible as IconBrandAnsible, BrandAo3 as IconBrandAo3, BrandAppgallery as IconBrandAppgallery, BrandApple as IconBrandApple, BrandAppleArcade as IconBrandAppleArcade, BrandAppleFilled as IconBrandAppleFilled, BrandAppleNews as IconBrandAppleNews, BrandApplePodcast as IconBrandApplePodcast, BrandAppstore as IconBrandAppstore, BrandArc as IconBrandArc, BrandAsana as IconBrandAsana, BrandAstro as IconBrandAstro, BrandAudible as IconBrandAudible, BrandAuth0 as IconBrandAuth0, BrandAws as IconBrandAws, BrandAzure as IconBrandAzure, BrandBackbone as IconBrandBackbone, BrandBadoo as IconBrandBadoo, BrandBaidu as IconBrandBaidu, BrandBandcamp as IconBrandBandcamp, BrandBandlab as IconBrandBandlab, BrandBeats as IconBrandBeats, BrandBebo as IconBrandBebo, BrandBehance as IconBrandBehance, BrandBilibili as IconBrandBilibili, BrandBinance as IconBrandBinance, BrandBing as IconBrandBing, BrandBitbucket as IconBrandBitbucket, BrandBitbucketFilled as IconBrandBitbucketFilled, BrandBlackberry as IconBrandBlackberry, BrandBlender as IconBrandBlender, BrandBlogger as IconBrandBlogger, BrandBluesky as IconBrandBluesky, BrandBooking as IconBrandBooking, BrandBootstrap as IconBrandBootstrap, BrandBulma as IconBrandBulma, BrandBumble as IconBrandBumble, BrandBunpo as IconBrandBunpo, BrandCSharp as IconBrandCSharp, BrandCake as IconBrandCake, BrandCakephp as IconBrandCakephp, BrandCampaignmonitor as IconBrandCampaignmonitor, BrandCarbon as IconBrandCarbon, BrandCashapp as IconBrandCashapp, BrandChrome as IconBrandChrome, BrandCinema4d as IconBrandCinema4d, BrandCitymapper as IconBrandCitymapper, BrandCloudflare as IconBrandCloudflare, BrandCodecov as IconBrandCodecov, BrandCodepen as IconBrandCodepen, BrandCodesandbox as IconBrandCodesandbox, BrandCohost as IconBrandCohost, BrandCoinbase as IconBrandCoinbase, BrandComedyCentral as IconBrandComedyCentral, BrandCoreos as IconBrandCoreos, BrandCouchdb as IconBrandCouchdb, BrandCouchsurfing as IconBrandCouchsurfing, BrandCpp as IconBrandCpp, BrandCraft as IconBrandCraft, BrandCrunchbase as IconBrandCrunchbase, BrandCss3 as IconBrandCss3, BrandCtemplar as IconBrandCtemplar, BrandCucumber as IconBrandCucumber, BrandCupra as IconBrandCupra, BrandCypress as IconBrandCypress, BrandD3 as IconBrandD3, BrandDatabricks as IconBrandDatabricks, BrandDaysCounter as IconBrandDaysCounter, BrandDcos as IconBrandDcos, BrandDebian as IconBrandDebian, BrandDeezer as IconBrandDeezer, BrandDeliveroo as IconBrandDeliveroo, BrandDeno as IconBrandDeno, BrandDenodo as IconBrandDenodo, BrandDeviantart as IconBrandDeviantart, BrandDigg as IconBrandDigg, BrandDingtalk as IconBrandDingtalk, BrandDiscord as IconBrandDiscord, BrandDiscordFilled as IconBrandDiscordFilled, BrandDisney as IconBrandDisney, BrandDisqus as IconBrandDisqus, BrandDjango as IconBrandDjango, BrandDocker as IconBrandDocker, BrandDoctrine as IconBrandDoctrine, BrandDolbyDigital as IconBrandDolbyDigital, BrandDouban as IconBrandDouban, BrandDribbble as IconBrandDribbble, BrandDribbbleFilled as IconBrandDribbbleFilled, BrandDropbox as IconBrandDropbox, BrandDrops as IconBrandDrops, BrandDrupal as IconBrandDrupal, BrandEdge as IconBrandEdge, BrandElastic as IconBrandElastic, BrandElectronicArts as IconBrandElectronicArts, BrandEmber as IconBrandEmber, BrandEnvato as IconBrandEnvato, BrandEtsy as IconBrandEtsy, BrandEvernote as IconBrandEvernote, BrandFacebook as IconBrandFacebook, BrandFacebookFilled as IconBrandFacebookFilled, BrandFeedly as IconBrandFeedly, BrandFigma as IconBrandFigma, BrandFilezilla as IconBrandFilezilla, BrandFinder as IconBrandFinder, BrandFirebase as IconBrandFirebase, BrandFirefox as IconBrandFirefox, BrandFiverr as IconBrandFiverr, BrandFlickr as IconBrandFlickr, BrandFlightradar24 as IconBrandFlightradar24, BrandFlipboard as IconBrandFlipboard, BrandFlutter as IconBrandFlutter, BrandFortnite as IconBrandFortnite, BrandFoursquare as IconBrandFoursquare, BrandFramer as IconBrandFramer, BrandFramerMotion as IconBrandFramerMotion, BrandFunimation as IconBrandFunimation, BrandGatsby as IconBrandGatsby, BrandGit as IconBrandGit, BrandGithub as IconBrandGithub, BrandGithubCopilot as IconBrandGithubCopilot, BrandGithubFilled as IconBrandGithubFilled, BrandGitlab as IconBrandGitlab, BrandGmail as IconBrandGmail, BrandGolang as IconBrandGolang, BrandGoogle as IconBrandGoogle, BrandGoogleAnalytics as IconBrandGoogleAnalytics, BrandGoogleBigQuery as IconBrandGoogleBigQuery, BrandGoogleDrive as IconBrandGoogleDrive, BrandGoogleFilled as IconBrandGoogleFilled, BrandGoogleFit as IconBrandGoogleFit, BrandGoogleHome as IconBrandGoogleHome, BrandGoogleMaps as IconBrandGoogleMaps, BrandGoogleOne as IconBrandGoogleOne, BrandGooglePhotos as IconBrandGooglePhotos, BrandGooglePlay as IconBrandGooglePlay, BrandGooglePodcasts as IconBrandGooglePodcasts, BrandGrammarly as IconBrandGrammarly, BrandGraphql as IconBrandGraphql, BrandGravatar as IconBrandGravatar, BrandGrindr as IconBrandGrindr, BrandGuardian as IconBrandGuardian, BrandGumroad as IconBrandGumroad, BrandHackerrank as IconBrandHackerrank, BrandHbo as IconBrandHbo, BrandHeadlessui as IconBrandHeadlessui, BrandHexo as IconBrandHexo, BrandHipchat as IconBrandHipchat, BrandHtml5 as IconBrandHtml5, BrandInertia as IconBrandInertia, BrandInfakt as IconBrandInfakt, BrandInstagram as IconBrandInstagram, BrandInstagramFilled as IconBrandInstagramFilled, BrandIntercom as IconBrandIntercom, BrandItch as IconBrandItch, BrandJavascript as IconBrandJavascript, BrandJira as IconBrandJira, BrandJuejin as IconBrandJuejin, BrandKakaoTalk as IconBrandKakaoTalk, BrandKakaoTalk as IconBrandKakoTalk, BrandKbin as IconBrandKbin, BrandKick as IconBrandKick, BrandKickFilled as IconBrandKickFilled, BrandKickstarter as IconBrandKickstarter, BrandKotlin as IconBrandKotlin, BrandLaravel as IconBrandLaravel, BrandLastfm as IconBrandLastfm, BrandLeetcode as IconBrandLeetcode, BrandLetterboxd as IconBrandLetterboxd, BrandLine as IconBrandLine, BrandLinkedin as IconBrandLinkedin, BrandLinkedinFilled as IconBrandLinkedinFilled, BrandLinktree as IconBrandLinktree, BrandLinqpad as IconBrandLinqpad, BrandLivewire as IconBrandLivewire, BrandLoom as IconBrandLoom, BrandMailgun as IconBrandMailgun, BrandMantine as IconBrandMantine, BrandMastercard as IconBrandMastercard, BrandMastodon as IconBrandMastodon, BrandMatrix as IconBrandMatrix, BrandMcdonalds as IconBrandMcdonalds, BrandMedium as IconBrandMedium, BrandMeetup as IconBrandMeetup, BrandMercedes as IconBrandMercedes, BrandMessenger as IconBrandMessenger, BrandMessengerFilled as IconBrandMessengerFilled, BrandMeta as IconBrandMeta, BrandMetabrainz as IconBrandMetabrainz, BrandMinecraft as IconBrandMinecraft, BrandMiniprogram as IconBrandMiniprogram, BrandMixpanel as IconBrandMixpanel, BrandMonday as IconBrandMonday, BrandMongodb as IconBrandMongodb, BrandMyOppo as IconBrandMyOppo, BrandMysql as IconBrandMysql, BrandNationalGeographic as IconBrandNationalGeographic, BrandNem as IconBrandNem, BrandNetbeans as IconBrandNetbeans, BrandNeteaseMusic as IconBrandNeteaseMusic, BrandNetflix as IconBrandNetflix, BrandNexo as IconBrandNexo, BrandNextcloud as IconBrandNextcloud, BrandNextjs as IconBrandNextjs, BrandNodejs as IconBrandNodejs, BrandNordVpn as IconBrandNordVpn, BrandNotion as IconBrandNotion, BrandNpm as IconBrandNpm, BrandNuxt as IconBrandNuxt, BrandNytimes as IconBrandNytimes, BrandOauth as IconBrandOauth, BrandOffice as IconBrandOffice, BrandOkRu as IconBrandOkRu, BrandOnedrive as IconBrandOnedrive, BrandOnlyfans as IconBrandOnlyfans, BrandOpenSource as IconBrandOpenSource, BrandOpenSourceFilled as IconBrandOpenSourceFilled, BrandOpenai as IconBrandOpenai, BrandOpenvpn as IconBrandOpenvpn, BrandOpera as IconBrandOpera, BrandOperaFilled as IconBrandOperaFilled, BrandPagekit as IconBrandPagekit, BrandParsinta as IconBrandParsinta, BrandPatreon as IconBrandPatreon, BrandPatreonFilled as IconBrandPatreonFilled, BrandPaypal as IconBrandPaypal, BrandPaypalFilled as IconBrandPaypalFilled, BrandPaypay as IconBrandPaypay, BrandPeanut as IconBrandPeanut, BrandPepsi as IconBrandPepsi, BrandPhp as IconBrandPhp, BrandPicsart as IconBrandPicsart, BrandPinterest as IconBrandPinterest, BrandPinterestFilled as IconBrandPinterestFilled, BrandPlanetscale as IconBrandPlanetscale, BrandPnpm as IconBrandPnpm, BrandPocket as IconBrandPocket, BrandPolymer as IconBrandPolymer, BrandPowershell as IconBrandPowershell, BrandPrintables as IconBrandPrintables, BrandPrisma as IconBrandPrisma, BrandProducthunt as IconBrandProducthunt, BrandPushbullet as IconBrandPushbullet, BrandPushover as IconBrandPushover, BrandPython as IconBrandPython, BrandQq as IconBrandQq, BrandRadixUi as IconBrandRadixUi, BrandReact as IconBrandReact, BrandReactNative as IconBrandReactNative, BrandReason as IconBrandReason, BrandReddit as IconBrandReddit, BrandRedhat as IconBrandRedhat, BrandRedux as IconBrandRedux, BrandRevolut as IconBrandRevolut, BrandRumble as IconBrandRumble, BrandRust as IconBrandRust, BrandSafari as IconBrandSafari, BrandSamsungpass as IconBrandSamsungpass, BrandSass as IconBrandSass, BrandSentry as IconBrandSentry, BrandSharik as IconBrandSharik, BrandShazam as IconBrandShazam, BrandShopee as IconBrandShopee, BrandSignal as IconBrandSignal, BrandSignalFilled as IconBrandSignalFilled, BrandSketch as IconBrandSketch, BrandSketchFilled as IconBrandSketchFilled, BrandSkype as IconBrandSkype, BrandSlack as IconBrandSlack, BrandSnapchat as IconBrandSnapchat, BrandSnapchatFilled as IconBrandSnapchatFilled, BrandSnapseed as IconBrandSnapseed, BrandSnowflake as IconBrandSnowflake, BrandSocketIo as IconBrandSocketIo, BrandSolidjs as IconBrandSolidjs, BrandSoundcloud as IconBrandSoundcloud, BrandSpacehey as IconBrandSpacehey, BrandSpeedtest as IconBrandSpeedtest, BrandSpotify as IconBrandSpotify, BrandSpotifyFilled as IconBrandSpotifyFilled, BrandStackoverflow as IconBrandStackoverflow, BrandStackshare as IconBrandStackshare, BrandSteam as IconBrandSteam, BrandSteamFilled as IconBrandSteamFilled, BrandStellar as IconBrandStellar, BrandStocktwits as IconBrandStocktwits, BrandStorj as IconBrandStorj, BrandStorybook as IconBrandStorybook, BrandStorytel as IconBrandStorytel, BrandStrava as IconBrandStrava, BrandStripe as IconBrandStripe, BrandStripeFilled as IconBrandStripeFilled, BrandSublimeText as IconBrandSublimeText, BrandSugarizer as IconBrandSugarizer, BrandSupabase as IconBrandSupabase, BrandSuperhuman as IconBrandSuperhuman, BrandSupernova as IconBrandSupernova, BrandSurfshark as IconBrandSurfshark, BrandSvelte as IconBrandSvelte, BrandSwift as IconBrandSwift, BrandSymfony as IconBrandSymfony, BrandTabler as IconBrandTabler, BrandTablerFilled as IconBrandTablerFilled, BrandTabnine as IconBrandTabnine, BrandTailwind as IconBrandTailwind, BrandTaobao as IconBrandTaobao, BrandTeams as IconBrandTeams, BrandTed as IconBrandTed, BrandTelegram as IconBrandTelegram, BrandTerraform as IconBrandTerraform, BrandTesla as IconBrandTesla, BrandTether as IconBrandTether, BrandThingiverse as IconBrandThingiverse, BrandThreads as IconBrandThreads, BrandThreejs as IconBrandThreejs, BrandTidal as IconBrandTidal, BrandTiktok as IconBrandTiktok, BrandTiktokFilled as IconBrandTiktokFilled, BrandTinder as IconBrandTinder, BrandTinderFilled as IconBrandTinderFilled, BrandTopbuzz as IconBrandTopbuzz, BrandTorchain as IconBrandTorchain, BrandToyota as IconBrandToyota, BrandTrello as IconBrandTrello, BrandTripadvisor as IconBrandTripadvisor, BrandTumblr as IconBrandTumblr, BrandTumblrFilled as IconBrandTumblrFilled, BrandTwilio as IconBrandTwilio, BrandTwitch as IconBrandTwitch, BrandTwitter as IconBrandTwitter, BrandTwitterFilled as IconBrandTwitterFilled, BrandTypescript as IconBrandTypescript, BrandUber as IconBrandUber, BrandUbuntu as IconBrandUbuntu, BrandUnity as IconBrandUnity, BrandUnsplash as IconBrandUnsplash, BrandUpwork as IconBrandUpwork, BrandValorant as IconBrandValorant, BrandVechain as IconBrandVechain, BrandVercel as IconBrandVercel, BrandVercelFilled as IconBrandVercelFilled, BrandVimeo as IconBrandVimeo, BrandVimeoFilled as IconBrandVimeoFilled, BrandVinted as IconBrandVinted, BrandVisa as IconBrandVisa, BrandVisualStudio as IconBrandVisualStudio, BrandVite as IconBrandVite, BrandVivaldi as IconBrandVivaldi, BrandVk as IconBrandVk, BrandVlc as IconBrandVlc, BrandVolkswagen as IconBrandVolkswagen, BrandVsco as IconBrandVsco, BrandVscode as IconBrandVscode, BrandVue as IconBrandVue, BrandWalmart as IconBrandWalmart, BrandWaze as IconBrandWaze, BrandWebflow as IconBrandWebflow, BrandWechat as IconBrandWechat, BrandWeibo as IconBrandWeibo, BrandWeiboFilled as IconBrandWeiboFilled, BrandWhatsapp as IconBrandWhatsapp, BrandWhatsappFilled as IconBrandWhatsappFilled, BrandWikipedia as IconBrandWikipedia, BrandWindows as IconBrandWindows, BrandWindowsFilled as IconBrandWindowsFilled, BrandWindy as IconBrandWindy, BrandWish as IconBrandWish, BrandWix as IconBrandWix, BrandWordpress as IconBrandWordpress, BrandX as IconBrandX, BrandXFilled as IconBrandXFilled, BrandXamarin as IconBrandXamarin, BrandXbox as IconBrandXbox, BrandXdeep as IconBrandXdeep, BrandXing as IconBrandXing, BrandYahoo as IconBrandYahoo, BrandYandex as IconBrandYandex, BrandYarn as IconBrandYarn, BrandYatse as IconBrandYatse, BrandYcombinator as IconBrandYcombinator, BrandYoutube as IconBrandYoutube, BrandYoutubeFilled as IconBrandYoutubeFilled, BrandYoutubeKids as IconBrandYoutubeKids, BrandZalando as IconBrandZalando, BrandZapier as IconBrandZapier, BrandZeit as IconBrandZeit, BrandZhihu as IconBrandZhihu, BrandZoom as IconBrandZoom, BrandZulip as IconBrandZulip, BrandZwift as IconBrandZwift, Bread as IconBread, BreadFilled as IconBreadFilled, BreadOff as IconBreadOff, Briefcase as IconBriefcase, Briefcase2 as IconBriefcase2, Briefcase2Filled as IconBriefcase2Filled, BriefcaseFilled as IconBriefcaseFilled, BriefcaseOff as IconBriefcaseOff, Brightness as IconBrightness, Brightness2 as IconBrightness2, BrightnessAuto as IconBrightnessAuto, BrightnessAutoFilled as IconBrightnessAutoFilled, BrightnessDown as IconBrightnessDown, BrightnessDownFilled as IconBrightnessDownFilled, BrightnessFilled as IconBrightnessFilled, BrightnessHalf as IconBrightnessHalf, BrightnessOff as IconBrightnessOff, BrightnessUp as IconBrightnessUp, BrightnessUpFilled as IconBrightnessUpFilled, Broadcast as IconBroadcast, BroadcastOff as IconBroadcastOff, Browser as IconBrowser, BrowserCheck as IconBrowserCheck, BrowserMaximize as IconBrowserMaximize, BrowserMinus as IconBrowserMinus, BrowserOff as IconBrowserOff, BrowserPlus as IconBrowserPlus, BrowserShare as IconBrowserShare, BrowserX as IconBrowserX, Brush as IconBrush, BrushOff as IconBrushOff, Bubble as IconBubble, BubbleFilled as IconBubbleFilled, BubbleMinus as IconBubbleMinus, BubblePlus as IconBubblePlus, BubbleTea as IconBubbleTea, BubbleTea2 as IconBubbleTea2, BubbleText as IconBubbleText, BubbleTextFilled as IconBubbleTextFilled, BubbleX as IconBubbleX, Bucket as IconBucket, BucketDroplet as IconBucketDroplet, BucketOff as IconBucketOff, Bug as IconBug, BugFilled as IconBugFilled, BugOff as IconBugOff, Building as IconBuilding, BuildingAirport as IconBuildingAirport, BuildingArch as IconBuildingArch, BuildingBank as IconBuildingBank, BuildingBridge as IconBuildingBridge, BuildingBridge2 as IconBuildingBridge2, BuildingBridge2Filled as IconBuildingBridge2Filled, BuildingBroadcastTower as IconBuildingBroadcastTower, BuildingBroadcastTowerFilled as IconBuildingBroadcastTowerFilled, BuildingBurjAlArab as IconBuildingBurjAlArab, BuildingCarousel as IconBuildingCarousel, BuildingCastle as IconBuildingCastle, BuildingChurch as IconBuildingChurch, BuildingCircus as IconBuildingCircus, BuildingCog as IconBuildingCog, BuildingCommunity as IconBuildingCommunity, BuildingCottage as IconBuildingCottage, BuildingEiffelTower as IconBuildingEiffelTower, BuildingEstate as IconBuildingEstate, BuildingFactory as IconBuildingFactory, BuildingFactory2 as IconBuildingFactory2, BuildingFortress as IconBuildingFortress, BuildingHospital as IconBuildingHospital, BuildingLighthouse as IconBuildingLighthouse, BuildingMinus as IconBuildingMinus, BuildingMonument as IconBuildingMonument, BuildingMosque as IconBuildingMosque, BuildingOff as IconBuildingOff, BuildingPavilion as IconBuildingPavilion, BuildingPlus as IconBuildingPlus, BuildingSkyscraper as IconBuildingSkyscraper, BuildingStadium as IconBuildingStadium, BuildingStore as IconBuildingStore, BuildingTunnel as IconBuildingTunnel, BuildingWarehouse as IconBuildingWarehouse, BuildingWindTurbine as IconBuildingWindTurbine, Buildings as IconBuildings, Bulb as IconBulb, BulbFilled as IconBulbFilled, BulbOff as IconBulbOff, Bulldozer as IconBulldozer, Burger as IconBurger, Bus as IconBus, BusFilled as IconBusFilled, BusOff as IconBusOff, BusStop as IconBusStop, Businessplan as IconBusinessplan, Butterfly as IconButterfly, ButterflyFilled as IconButterflyFilled, Cactus as IconCactus, CactusFilled as IconCactusFilled, CactusOff as IconCactusOff, Cake as IconCake, CakeOff as IconCakeOff, CakeRoll as IconCakeRoll, Calculator as IconCalculator, CalculatorFilled as IconCalculatorFilled, CalculatorOff as IconCalculatorOff, Calendar as IconCalendar, CalendarBolt as IconCalendarBolt, CalendarCancel as IconCalendarCancel, CalendarCheck as IconCalendarCheck, CalendarClock as IconCalendarClock, CalendarCode as IconCalendarCode, CalendarCog as IconCalendarCog, CalendarDollar as IconCalendarDollar, CalendarDot as IconCalendarDot, CalendarDown as IconCalendarDown, CalendarDue as IconCalendarDue, CalendarEvent as IconCalendarEvent, CalendarEventFilled as IconCalendarEventFilled, CalendarExclamation as IconCalendarExclamation, CalendarFilled as IconCalendarFilled, CalendarHeart as IconCalendarHeart, CalendarMinus as IconCalendarMinus, CalendarMonth as IconCalendarMonth, CalendarMonthFilled as IconCalendarMonthFilled, CalendarOff as IconCalendarOff, CalendarPause as IconCalendarPause, CalendarPin as IconCalendarPin, CalendarPlus as IconCalendarPlus, CalendarQuestion as IconCalendarQuestion, CalendarRepeat as IconCalendarRepeat, CalendarSad as IconCalendarSad, CalendarSearch as IconCalendarSearch, CalendarShare as IconCalendarShare, CalendarSmile as IconCalendarSmile, CalendarStar as IconCalendarStar, CalendarStats as IconCalendarStats, CalendarTime as IconCalendarTime, CalendarUp as IconCalendarUp, CalendarUser as IconCalendarUser, CalendarWeek as IconCalendarWeek, CalendarWeekFilled as IconCalendarWeekFilled, CalendarX as IconCalendarX, Camera as IconCamera, CameraAi as IconCameraAi, CameraBitcoin as IconCameraBitcoin, CameraBolt as IconCameraBolt, CameraCancel as IconCameraCancel, CameraCheck as IconCameraCheck, CameraCode as IconCameraCode, CameraCog as IconCameraCog, CameraDollar as IconCameraDollar, CameraDown as IconCameraDown, CameraExclamation as IconCameraExclamation, CameraFilled as IconCameraFilled, CameraHeart as IconCameraHeart, CameraMinus as IconCameraMinus, CameraMoon as IconCameraMoon, CameraOff as IconCameraOff, CameraPause as IconCameraPause, CameraPin as IconCameraPin, CameraPlus as IconCameraPlus, CameraQuestion as IconCameraQuestion, CameraRotate as IconCameraRotate, CameraSearch as IconCameraSearch, CameraSelfie as IconCameraSelfie, CameraShare as IconCameraShare, CameraSpark as IconCameraSpark, CameraStar as IconCameraStar, CameraUp as IconCameraUp, CameraX as IconCameraX, Camper as IconCamper, Campfire as IconCampfire, CampfireFilled as IconCampfireFilled, Canary as IconCanary, Cancel as IconCancel, Candle as IconCandle, CandleFilled as IconCandleFilled, Candy as IconCandy, CandyOff as IconCandyOff, Cane as IconCane, Cannabis as IconCannabis, CannabisFilled as IconCannabisFilled, CapProjecting as IconCapProjecting, CapRounded as IconCapRounded, CapStraight as IconCapStraight, Capsule as IconCapsule, CapsuleFilled as IconCapsuleFilled, CapsuleHorizontal as IconCapsuleHorizontal, CapsuleHorizontalFilled as IconCapsuleHorizontalFilled, Capture as IconCapture, CaptureFilled as IconCaptureFilled, CaptureOff as IconCaptureOff, Car as IconCar, Car4wd as IconCar4wd, Car4wdFilled as IconCar4wdFilled, CarCrane as IconCarCrane, CarCraneFilled as IconCarCraneFilled, CarCrash as IconCarCrash, CarDoor as IconCarDoor, CarFan as IconCarFan, CarFan1 as IconCarFan1, CarFan2 as IconCarFan2, CarFan3 as IconCarFan3, CarFanAuto as IconCarFanAuto, CarFanFilled as IconCarFanFilled, CarFilled as IconCarFilled, CarGarage as IconCarGarage, CarLifter as IconCarLifter, CarOff as IconCarOff, CarOffRoad as IconCarOffRoad, CarSuspension as IconCarSuspension, CarSuv as IconCarSuv, CarSuvFilled as IconCarSuvFilled, CarTurbine as IconCarTurbine, Carambola as IconCarambola, CarambolaFilled as IconCarambolaFilled, Caravan as IconCaravan, CaravanFilled as IconCaravanFilled, Cardboards as IconCardboards, CardboardsFilled as IconCardboardsFilled, CardboardsOff as IconCardboardsOff, Cards as IconCards, CardsFilled as IconCardsFilled, CaretDown as IconCaretDown, CaretDownFilled as IconCaretDownFilled, CaretLeft as IconCaretLeft, CaretLeftFilled as IconCaretLeftFilled, CaretLeftRight as IconCaretLeftRight, CaretLeftRightFilled as IconCaretLeftRightFilled, CaretRight as IconCaretRight, CaretRightFilled as IconCaretRightFilled, CaretUp as IconCaretUp, CaretUpDown as IconCaretUpDown, CaretUpDownFilled as IconCaretUpDownFilled, CaretUpFilled as IconCaretUpFilled, CarouselHorizontal as IconCarouselHorizontal, CarouselHorizontalFilled as IconCarouselHorizontalFilled, CarouselVertical as IconCarouselVertical, CarouselVerticalFilled as IconCarouselVerticalFilled, Carrot as IconCarrot, CarrotOff as IconCarrotOff, Cash as IconCash, CashBanknote as IconCashBanknote, CashBanknoteEdit as IconCashBanknoteEdit, CashBanknoteFilled as IconCashBanknoteFilled, CashBanknoteHeart as IconCashBanknoteHeart, CashBanknoteMinus as IconCashBanknoteMinus, CashBanknoteMove as IconCashBanknoteMove, CashBanknoteMoveBack as IconCashBanknoteMoveBack, CashBanknoteOff as IconCashBanknoteOff, CashBanknotePlus as IconCashBanknotePlus, CashEdit as IconCashEdit, CashHeart as IconCashHeart, CashMinus as IconCashMinus, CashMove as IconCashMove, CashMoveBack as IconCashMoveBack, CashOff as IconCashOff, CashPlus as IconCashPlus, CashRegister as IconCashRegister, Cast as IconCast, CastOff as IconCastOff, Cat as IconCat, Category as IconCategory, Category2 as IconCategory2, CategoryFilled as IconCategoryFilled, CategoryMinus as IconCategoryMinus, CategoryPlus as IconCategoryPlus, Ce as IconCe, CeOff as IconCeOff, Cell as IconCell, CellSignal1 as IconCellSignal1, CellSignal2 as IconCellSignal2, CellSignal3 as IconCellSignal3, CellSignal4 as IconCellSignal4, CellSignal5 as IconCellSignal5, CellSignalOff as IconCellSignalOff, Certificate as IconCertificate, Certificate2 as IconCertificate2, Certificate2Off as IconCertificate2Off, CertificateOff as IconCertificateOff, ChairDirector as IconChairDirector, Chalkboard as IconChalkboard, ChalkboardOff as IconChalkboardOff, ChalkboardTeacher as IconChalkboardTeacher, ChargingPile as IconChargingPile, ChargingPileFilled as IconChargingPileFilled, ChartArcs as IconChartArcs, ChartArcs3 as IconChartArcs3, ChartArea as IconChartArea, ChartAreaFilled as IconChartAreaFilled, ChartAreaLine as IconChartAreaLine, ChartAreaLineFilled as IconChartAreaLineFilled, ChartArrows as IconChartArrows, ChartArrowsVertical as IconChartArrowsVertical, ChartBar as IconChartBar, ChartBarOff as IconChartBarOff, ChartBarPopular as IconChartBarPopular, ChartBubble as IconChartBubble, ChartBubbleFilled as IconChartBubbleFilled, ChartCandle as IconChartCandle, ChartCandleFilled as IconChartCandleFilled, ChartCircles as IconChartCircles, ChartCohort as IconChartCohort, ChartColumn as IconChartColumn, ChartCovariate as IconChartCovariate, ChartDonut as IconChartDonut, ChartDonut2 as IconChartDonut2, ChartDonut3 as IconChartDonut3, ChartDonut4 as IconChartDonut4, ChartDonutFilled as IconChartDonutFilled, ChartDots as IconChartDots, ChartDots2 as IconChartDots2, ChartDots2Filled as IconChartDots2Filled, ChartDots3 as IconChartDots3, ChartDots3Filled as IconChartDots3Filled, ChartDotsFilled as IconChartDotsFilled, ChartFunnel as IconChartFunnel, ChartFunnelFilled as IconChartFunnelFilled, ChartGridDots as IconChartGridDots, ChartGridDotsFilled as IconChartGridDotsFilled, ChartHistogram as IconChartHistogram, ChartInfographic as IconChartInfographic, ChartLine as IconChartLine, ChartPie as IconChartPie, ChartPie2 as IconChartPie2, ChartPie2Filled as IconChartPie2Filled, ChartPie3 as IconChartPie3, ChartPie3Filled as IconChartPie3Filled, ChartPie4 as IconChartPie4, ChartPie4Filled as IconChartPie4Filled, ChartPieFilled as IconChartPieFilled, ChartPieOff as IconChartPieOff, ChartPpf as IconChartPpf, ChartRadar as IconChartRadar, ChartSankey as IconChartSankey, ChartScatter as IconChartScatter, ChartScatter3d as IconChartScatter3d, ChartTreemap as IconChartTreemap, Check as IconCheck, CheckFilled as IconCheckFilled, Checkbox as IconCheckbox, Checklist as IconChecklist, Checks as IconChecks, CheckupList as IconCheckupList, Cheese as IconCheese, ChefHat as IconChefHat, ChefHatFilled as IconChefHatFilled, ChefHatOff as IconChefHatOff, Cherry as IconCherry, CherryFilled as IconCherryFilled, Chess as IconChess, ChessBishop as IconChessBishop, ChessBishopFilled as IconChessBishopFilled, ChessFilled as IconChessFilled, ChessKing as IconChessKing, ChessKingFilled as IconChessKingFilled, ChessKnight as IconChessKnight, ChessKnightFilled as IconChessKnightFilled, ChessQueen as IconChessQueen, ChessQueenFilled as IconChessQueenFilled, ChessRook as IconChessRook, ChessRookFilled as IconChessRookFilled, ChevronCompactDown as IconChevronCompactDown, ChevronCompactLeft as IconChevronCompactLeft, ChevronCompactRight as IconChevronCompactRight, ChevronCompactUp as IconChevronCompactUp, ChevronDown as IconChevronDown, ChevronDownFilled as IconChevronDownFilled, ChevronDownLeft as IconChevronDownLeft, ChevronDownRight as IconChevronDownRight, ChevronLeft as IconChevronLeft, ChevronLeftPipe as IconChevronLeftPipe, ChevronRight as IconChevronRight, ChevronRightFilled as IconChevronRightFilled, ChevronRightPipe as IconChevronRightPipe, ChevronUp as IconChevronUp, ChevronUpLeft as IconChevronUpLeft, ChevronUpRight as IconChevronUpRight, ChevronsDown as IconChevronsDown, ChevronsDownLeft as IconChevronsDownLeft, ChevronsDownRight as IconChevronsDownRight, ChevronsLeft as IconChevronsLeft, ChevronsRight as IconChevronsRight, ChevronsUp as IconChevronsUp, ChevronsUpLeft as IconChevronsUpLeft, ChevronsUpRight as IconChevronsUpRight, Chisel as IconChisel, Chocolate as IconChocolate, ChristmasBall as IconChristmasBall, ChristmasTree as IconChristmasTree, ChristmasTreeFilled as IconChristmasTreeFilled, ChristmasTreeOff as IconChristmasTreeOff, Circle as IconCircle, CircleNumber0 as IconCircle0, CircleNumber1 as IconCircle1, CircleNumber2 as IconCircle2, CircleNumber3 as IconCircle3, CircleNumber4 as IconCircle4, CircleNumber5 as IconCircle5, CircleNumber6 as IconCircle6, CircleNumber7 as IconCircle7, CircleNumber8 as IconCircle8, CircleNumber9 as IconCircle9, CircleArrowDown as IconCircleArrowDown, CircleArrowDownFilled as IconCircleArrowDownFilled, CircleArrowDownLeft as IconCircleArrowDownLeft, CircleArrowDownLeftFilled as IconCircleArrowDownLeftFilled, CircleArrowDownRight as IconCircleArrowDownRight, CircleArrowDownRightFilled as IconCircleArrowDownRightFilled, CircleArrowLeft as IconCircleArrowLeft, CircleArrowLeftFilled as IconCircleArrowLeftFilled, CircleArrowRight as IconCircleArrowRight, CircleArrowRightFilled as IconCircleArrowRightFilled, CircleArrowUp as IconCircleArrowUp, CircleArrowUpFilled as IconCircleArrowUpFilled, CircleArrowUpLeft as IconCircleArrowUpLeft, CircleArrowUpLeftFilled as IconCircleArrowUpLeftFilled, CircleArrowUpRight as IconCircleArrowUpRight, CircleArrowUpRightFilled as IconCircleArrowUpRightFilled, CircleAsterisk as IconCircleAsterisk, CircleCaretDown as IconCircleCaretDown, CircleCaretDownFilled as IconCircleCaretDownFilled, CircleCaretLeft as IconCircleCaretLeft, CircleCaretLeftFilled as IconCircleCaretLeftFilled, CircleCaretRight as IconCircleCaretRight, CircleCaretRightFilled as IconCircleCaretRightFilled, CircleCaretUp as IconCircleCaretUp, CircleCaretUpFilled as IconCircleCaretUpFilled, CircleCheck as IconCircleCheck, CircleCheckFilled as IconCircleCheckFilled, CircleChevronDown as IconCircleChevronDown, CircleChevronDownFilled as IconCircleChevronDownFilled, CircleChevronLeft as IconCircleChevronLeft, CircleChevronLeftFilled as IconCircleChevronLeftFilled, CircleChevronRight as IconCircleChevronRight, CircleChevronRightFilled as IconCircleChevronRightFilled, CircleChevronUp as IconCircleChevronUp, CircleChevronUpFilled as IconCircleChevronUpFilled, CircleChevronsDown as IconCircleChevronsDown, CircleChevronsDownFilled as IconCircleChevronsDownFilled, CircleChevronsLeft as IconCircleChevronsLeft, CircleChevronsLeftFilled as IconCircleChevronsLeftFilled, CircleChevronsRight as IconCircleChevronsRight, CircleChevronsRightFilled as IconCircleChevronsRightFilled, CircleChevronsUp as IconCircleChevronsUp, CircleChevronsUpFilled as IconCircleChevronsUpFilled, CircleDashed as IconCircleDashed, CircleDashedCheck as IconCircleDashedCheck, CircleDashedLetterA as IconCircleDashedLetterA, CircleDashedLetterB as IconCircleDashedLetterB, CircleDashedLetterC as IconCircleDashedLetterC, CircleDashedLetterD as IconCircleDashedLetterD, CircleDashedLetterE as IconCircleDashedLetterE, CircleDashedLetterF as IconCircleDashedLetterF, CircleDashedLetterG as IconCircleDashedLetterG, CircleDashedLetterH as IconCircleDashedLetterH, CircleDashedLetterI as IconCircleDashedLetterI, CircleDashedLetterJ as IconCircleDashedLetterJ, CircleDashedLetterK as IconCircleDashedLetterK, CircleDashedLetterL as IconCircleDashedLetterL, CircleDashedLetterV as IconCircleDashedLetterLetterV, CircleDashedLetterM as IconCircleDashedLetterM, CircleDashedLetterN as IconCircleDashedLetterN, CircleDashedLetterO as IconCircleDashedLetterO, CircleDashedLetterP as IconCircleDashedLetterP, CircleDashedLetterQ as IconCircleDashedLetterQ, CircleDashedLetterR as IconCircleDashedLetterR, CircleDashedLetterS as IconCircleDashedLetterS, CircleDashedLetterT as IconCircleDashedLetterT, CircleDashedLetterU as IconCircleDashedLetterU, CircleDashedLetterV as IconCircleDashedLetterV, CircleDashedLetterW as IconCircleDashedLetterW, CircleDashedLetterX as IconCircleDashedLetterX, CircleDashedLetterY as IconCircleDashedLetterY, CircleDashedLetterZ as IconCircleDashedLetterZ, CircleDashedMinus as IconCircleDashedMinus, CircleDashedNumber0 as IconCircleDashedNumber0, CircleDashedNumber1 as IconCircleDashedNumber1, CircleDashedNumber2 as IconCircleDashedNumber2, CircleDashedNumber3 as IconCircleDashedNumber3, CircleDashedNumber4 as IconCircleDashedNumber4, CircleDashedNumber5 as IconCircleDashedNumber5, CircleDashedNumber6 as IconCircleDashedNumber6, CircleDashedNumber7 as IconCircleDashedNumber7, CircleDashedNumber8 as IconCircleDashedNumber8, CircleDashedNumber9 as IconCircleDashedNumber9, CircleDashedPercentage as IconCircleDashedPercentage, CircleDashedPlus as IconCircleDashedPlus, CircleDashedX as IconCircleDashedX, CircleDot as IconCircleDot, CircleDotFilled as IconCircleDotFilled, CircleDotted as IconCircleDotted, CircleDottedLetterA as IconCircleDottedLetterA, CircleDottedLetterB as IconCircleDottedLetterB, CircleDottedLetterC as IconCircleDottedLetterC, CircleDottedLetterD as IconCircleDottedLetterD, CircleDottedLetterE as IconCircleDottedLetterE, CircleDottedLetterF as IconCircleDottedLetterF, CircleDottedLetterG as IconCircleDottedLetterG, CircleDottedLetterH as IconCircleDottedLetterH, CircleDottedLetterI as IconCircleDottedLetterI, CircleDottedLetterJ as IconCircleDottedLetterJ, CircleDottedLetterK as IconCircleDottedLetterK, CircleDottedLetterL as IconCircleDottedLetterL, CircleDottedLetterM as IconCircleDottedLetterM, CircleDottedLetterN as IconCircleDottedLetterN, CircleDottedLetterO as IconCircleDottedLetterO, CircleDottedLetterP as IconCircleDottedLetterP, CircleDottedLetterQ as IconCircleDottedLetterQ, CircleDottedLetterR as IconCircleDottedLetterR, CircleDottedLetterS as IconCircleDottedLetterS, CircleDottedLetterT as IconCircleDottedLetterT, CircleDottedLetterU as IconCircleDottedLetterU, CircleDottedLetterV as IconCircleDottedLetterV, CircleDottedLetterW as IconCircleDottedLetterW, CircleDottedLetterX as IconCircleDottedLetterX, CircleDottedLetterY as IconCircleDottedLetterY, CircleDottedLetterZ as IconCircleDottedLetterZ, CircleFilled as IconCircleFilled, CircleHalf as IconCircleHalf, CircleHalf2 as IconCircleHalf2, CircleHalfVertical as IconCircleHalfVertical, CircleKey as IconCircleKey, CircleKeyFilled as IconCircleKeyFilled, CircleLetterA as IconCircleLetterA, CircleLetterAFilled as IconCircleLetterAFilled, CircleLetterB as IconCircleLetterB, CircleLetterBFilled as IconCircleLetterBFilled, CircleLetterC as IconCircleLetterC, CircleLetterCFilled as IconCircleLetterCFilled, CircleLetterD as IconCircleLetterD, CircleLetterDFilled as IconCircleLetterDFilled, CircleLetterE as IconCircleLetterE, CircleLetterEFilled as IconCircleLetterEFilled, CircleLetterF as IconCircleLetterF, CircleLetterFFilled as IconCircleLetterFFilled, CircleLetterG as IconCircleLetterG, CircleLetterGFilled as IconCircleLetterGFilled, CircleLetterH as IconCircleLetterH, CircleLetterHFilled as IconCircleLetterHFilled, CircleLetterI as IconCircleLetterI, CircleLetterIFilled as IconCircleLetterIFilled, CircleLetterJ as IconCircleLetterJ, CircleLetterJFilled as IconCircleLetterJFilled, CircleLetterK as IconCircleLetterK, CircleLetterKFilled as IconCircleLetterKFilled, CircleLetterL as IconCircleLetterL, CircleLetterLFilled as IconCircleLetterLFilled, CircleLetterM as IconCircleLetterM, CircleLetterMFilled as IconCircleLetterMFilled, CircleLetterN as IconCircleLetterN, CircleLetterNFilled as IconCircleLetterNFilled, CircleLetterO as IconCircleLetterO, CircleLetterOFilled as IconCircleLetterOFilled, CircleLetterP as IconCircleLetterP, CircleLetterPFilled as IconCircleLetterPFilled, CircleLetterQ as IconCircleLetterQ, CircleLetterQFilled as IconCircleLetterQFilled, CircleLetterR as IconCircleLetterR, CircleLetterRFilled as IconCircleLetterRFilled, CircleLetterS as IconCircleLetterS, CircleLetterSFilled as IconCircleLetterSFilled, CircleLetterT as IconCircleLetterT, CircleLetterTFilled as IconCircleLetterTFilled, CircleLetterU as IconCircleLetterU, CircleLetterUFilled as IconCircleLetterUFilled, CircleLetterV as IconCircleLetterV, CircleLetterVFilled as IconCircleLetterVFilled, CircleLetterW as IconCircleLetterW, CircleLetterWFilled as IconCircleLetterWFilled, CircleLetterX as IconCircleLetterX, CircleLetterXFilled as IconCircleLetterXFilled, CircleLetterY as IconCircleLetterY, CircleLetterYFilled as IconCircleLetterYFilled, CircleLetterZ as IconCircleLetterZ, CircleLetterZFilled as IconCircleLetterZFilled, CircleMinus as IconCircleMinus, CircleMinus2 as IconCircleMinus2, CircleNumber0 as IconCircleNumber0, CircleNumber0Filled as IconCircleNumber0Filled, CircleNumber1 as IconCircleNumber1, CircleNumber1Filled as IconCircleNumber1Filled, CircleNumber2 as IconCircleNumber2, CircleNumber2Filled as IconCircleNumber2Filled, CircleNumber3 as IconCircleNumber3, CircleNumber3Filled as IconCircleNumber3Filled, CircleNumber4 as IconCircleNumber4, CircleNumber4Filled as IconCircleNumber4Filled, CircleNumber5 as IconCircleNumber5, CircleNumber5Filled as IconCircleNumber5Filled, CircleNumber6 as IconCircleNumber6, CircleNumber6Filled as IconCircleNumber6Filled, CircleNumber7 as IconCircleNumber7, CircleNumber7Filled as IconCircleNumber7Filled, CircleNumber8 as IconCircleNumber8, CircleNumber8Filled as IconCircleNumber8Filled, CircleNumber9 as IconCircleNumber9, CircleNumber9Filled as IconCircleNumber9Filled, CircleOff as IconCircleOff, CircleOpenArrowDown as IconCircleOpenArrowDown, CircleOpenArrowLeft as IconCircleOpenArrowLeft, CircleOpenArrowRight as IconCircleOpenArrowRight, CircleOpenArrowUp as IconCircleOpenArrowUp, CirclePercentage as IconCirclePercentage, CirclePercentageFilled as IconCirclePercentageFilled, CirclePlus as IconCirclePlus, CirclePlus2 as IconCirclePlus2, CirclePlusFilled as IconCirclePlusFilled, CirclePlusMinus as IconCirclePlusMinus, CircleRectangle as IconCircleRectangle, CircleRectangleFilled as IconCircleRectangleFilled, CircleRectangleOff as IconCircleRectangleOff, CircleSquare as IconCircleSquare, CircleTriangle as IconCircleTriangle, CircleX as IconCircleX, CircleXFilled as IconCircleXFilled, Circles as IconCircles, CirclesFilled as IconCirclesFilled, CirclesRelation as IconCirclesRelation, CircuitAmmeter as IconCircuitAmmeter, CircuitBattery as IconCircuitBattery, CircuitBulb as IconCircuitBulb, CircuitCapacitor as IconCircuitCapacitor, CircuitCapacitorPolarized as IconCircuitCapacitorPolarized, CircuitCell as IconCircuitCell, CircuitCellPlus as IconCircuitCellPlus, CircuitChangeover as IconCircuitChangeover, CircuitDiode as IconCircuitDiode, CircuitDiodeZener as IconCircuitDiodeZener, CircuitGround as IconCircuitGround, CircuitGroundDigital as IconCircuitGroundDigital, CircuitInductor as IconCircuitInductor, CircuitMotor as IconCircuitMotor, CircuitPushbutton as IconCircuitPushbutton, CircuitResistor as IconCircuitResistor, CircuitSwitchClosed as IconCircuitSwitchClosed, CircuitSwitchOpen as IconCircuitSwitchOpen, CircuitVoltmeter as IconCircuitVoltmeter, ClearAll as IconClearAll, ClearFormatting as IconClearFormatting, Clef as IconClef, ClefStaff as IconClefStaff, Click as IconClick, ClickFilled as IconClickFilled, CliffJumping as IconCliffJumping, Clipboard as IconClipboard, ClipboardCheck as IconClipboardCheck, ClipboardCheckFilled as IconClipboardCheckFilled, ClipboardCopy as IconClipboardCopy, ClipboardData as IconClipboardData, ClipboardDataFilled as IconClipboardDataFilled, ClipboardFilled as IconClipboardFilled, ClipboardHeart as IconClipboardHeart, ClipboardList as IconClipboardList, ClipboardListFilled as IconClipboardListFilled, ClipboardOff as IconClipboardOff, ClipboardPlus as IconClipboardPlus, ClipboardPlusFilled as IconClipboardPlusFilled, ClipboardSearch as IconClipboardSearch, ClipboardSmile as IconClipboardSmile, ClipboardSmileFilled as IconClipboardSmileFilled, ClipboardText as IconClipboardText, ClipboardTextFilled as IconClipboardTextFilled, ClipboardTypography as IconClipboardTypography, ClipboardTypographyFilled as IconClipboardTypographyFilled, ClipboardX as IconClipboardX, ClipboardXFilled as IconClipboardXFilled, Clock as IconClock, Clock12 as IconClock12, Clock2 as IconClock2, Clock24 as IconClock24, ClockBitcoin as IconClockBitcoin, ClockBolt as IconClockBolt, ClockCancel as IconClockCancel, ClockCheck as IconClockCheck, ClockCode as IconClockCode, ClockCog as IconClockCog, ClockDollar as IconClockDollar, ClockDown as IconClockDown, ClockEdit as IconClockEdit, ClockExclamation as IconClockExclamation, ClockFilled as IconClockFilled, ClockHeart as IconClockHeart, ClockHour1 as IconClockHour1, ClockHour10 as IconClockHour10, ClockHour10Filled as IconClockHour10Filled, ClockHour11 as IconClockHour11, ClockHour11Filled as IconClockHour11Filled, ClockHour12 as IconClockHour12, ClockHour12Filled as IconClockHour12Filled, ClockHour1Filled as IconClockHour1Filled, ClockHour2 as IconClockHour2, ClockHour2Filled as IconClockHour2Filled, ClockHour3 as IconClockHour3, ClockHour3Filled as IconClockHour3Filled, ClockHour4 as IconClockHour4, ClockHour4Filled as IconClockHour4Filled, ClockHour5 as IconClockHour5, ClockHour5Filled as IconClockHour5Filled, ClockHour6 as IconClockHour6, ClockHour6Filled as IconClockHour6Filled, ClockHour7 as IconClockHour7, ClockHour7Filled as IconClockHour7Filled, ClockHour8 as IconClockHour8, ClockHour8Filled as IconClockHour8Filled, ClockHour9 as IconClockHour9, ClockHour9Filled as IconClockHour9Filled, ClockMinus as IconClockMinus, ClockOff as IconClockOff, ClockPause as IconClockPause, ClockPin as IconClockPin, ClockPlay as IconClockPlay, ClockPlus as IconClockPlus, ClockQuestion as IconClockQuestion, ClockRecord as IconClockRecord, ClockSearch as IconClockSearch, ClockShare as IconClockShare, ClockShield as IconClockShield, ClockStar as IconClockStar, ClockStop as IconClockStop, ClockUp as IconClockUp, ClockX as IconClockX, ClothesRack as IconClothesRack, ClothesRackOff as IconClothesRackOff, Cloud as IconCloud, CloudBitcoin as IconCloudBitcoin, CloudBolt as IconCloudBolt, CloudCancel as IconCloudCancel, CloudCheck as IconCloudCheck, CloudCode as IconCloudCode, CloudCog as IconCloudCog, CloudComputing as IconCloudComputing, CloudComputingFilled as IconCloudComputingFilled, CloudDataConnection as IconCloudDataConnection, CloudDataConnectionFilled as IconCloudDataConnectionFilled, CloudDollar as IconCloudDollar, CloudDown as IconCloudDown, CloudDownload as IconCloudDownload, CloudExclamation as IconCloudExclamation, CloudFilled as IconCloudFilled, CloudFog as IconCloudFog, CloudHeart as IconCloudHeart, CloudLock as IconCloudLock, CloudLockOpen as IconCloudLockOpen, CloudMinus as IconCloudMinus, CloudNetwork as IconCloudNetwork, CloudOff as IconCloudOff, CloudPause as IconCloudPause, CloudPin as IconCloudPin, CloudPlus as IconCloudPlus, CloudQuestion as IconCloudQuestion, CloudRain as IconCloudRain, CloudSearch as IconCloudSearch, CloudShare as IconCloudShare, CloudSnow as IconCloudSnow, CloudStar as IconCloudStar, CloudStorm as IconCloudStorm, CloudUp as IconCloudUp, CloudUpload as IconCloudUpload, CloudX as IconCloudX, Clover as IconClover, Clover2 as IconClover2, CloverFilled as IconCloverFilled, Clubs as IconClubs, ClubsFilled as IconClubsFilled, Code as IconCode, CodeAi as IconCodeAi, CodeAsterisk as IconCodeAsterisk, CodeAsterisk as IconCodeAsterix, CodeCircle as IconCodeCircle, CodeCircle2 as IconCodeCircle2, CodeCircle2Filled as IconCodeCircle2Filled, CodeCircleFilled as IconCodeCircleFilled, CodeDots as IconCodeDots, CodeMinus as IconCodeMinus, CodeOff as IconCodeOff, CodePlus as IconCodePlus, CodeVariable as IconCodeVariable, CodeVariableMinus as IconCodeVariableMinus, CodeVariablePlus as IconCodeVariablePlus, Codeblock as IconCodeblock, Coffee as IconCoffee, CoffeeOff as IconCoffeeOff, Coffin as IconCoffin, Coin as IconCoin, CoinBitcoin as IconCoinBitcoin, CoinBitcoinFilled as IconCoinBitcoinFilled, CoinEuro as IconCoinEuro, CoinEuroFilled as IconCoinEuroFilled, CoinFilled as IconCoinFilled, CoinMonero as IconCoinMonero, CoinMoneroFilled as IconCoinMoneroFilled, CoinOff as IconCoinOff, CoinPound as IconCoinPound, CoinPoundFilled as IconCoinPoundFilled, CoinRupee as IconCoinRupee, CoinRupeeFilled as IconCoinRupeeFilled, CoinTaka as IconCoinTaka, CoinTakaFilled as IconCoinTakaFilled, CoinYen as IconCoinYen, CoinYenFilled as IconCoinYenFilled, CoinYuan as IconCoinYuan, CoinYuanFilled as IconCoinYuanFilled, Coins as IconCoins, ColorFilter as IconColorFilter, ColorPicker as IconColorPicker, ColorPickerOff as IconColorPickerOff, ColorSwatch as IconColorSwatch, ColorSwatchOff as IconColorSwatchOff, ColumnInsertLeft as IconColumnInsertLeft, ColumnInsertRight as IconColumnInsertRight, ColumnRemove as IconColumnRemove, Columns as IconColumns, Columns1 as IconColumns1, Columns1Filled as IconColumns1Filled, Columns2 as IconColumns2, Columns2Filled as IconColumns2Filled, Columns3 as IconColumns3, Columns3Filled as IconColumns3Filled, ColumnsOff as IconColumnsOff, Comet as IconComet, Command as IconCommand, CommandOff as IconCommandOff, Compass as IconCompass, CompassFilled as IconCompassFilled, CompassOff as IconCompassOff, Components as IconComponents, ComponentsOff as IconComponentsOff, Cone as IconCone, Cone2 as IconCone2, Cone2Filled as IconCone2Filled, ConeFilled as IconConeFilled, ConeOff as IconConeOff, ConePlus as IconConePlus, Confetti as IconConfetti, ConfettiFilled as IconConfettiFilled, ConfettiOff as IconConfettiOff, Confucius as IconConfucius, CongruentTo as IconCongruentTo, Connection as IconConnection, Container as IconContainer, ContainerFilled as IconContainerFilled, ContainerOff as IconContainerOff, Contract as IconContract, Contrast as IconContrast, Contrast2 as IconContrast2, Contrast2Filled as IconContrast2Filled, Contrast2Off as IconContrast2Off, ContrastFilled as IconContrastFilled, ContrastOff as IconContrastOff, Cooker as IconCooker, Cookie as IconCookie, CookieFilled as IconCookieFilled, CookieMan as IconCookieMan, CookieManFilled as IconCookieManFilled, CookieOff as IconCookieOff, Copy as IconCopy, CopyCheck as IconCopyCheck, CopyCheckFilled as IconCopyCheckFilled, CopyFilled as IconCopyFilled, CopyMinus as IconCopyMinus, CopyMinusFilled as IconCopyMinusFilled, CopyOff as IconCopyOff, CopyPlus as IconCopyPlus, CopyPlusFilled as IconCopyPlusFilled, CopyX as IconCopyX, CopyXFilled as IconCopyXFilled, Copyleft as IconCopyleft, CopyleftFilled as IconCopyleftFilled, CopyleftOff as IconCopyleftOff, Copyright as IconCopyright, CopyrightFilled as IconCopyrightFilled, CopyrightOff as IconCopyrightOff, CornerDownLeft as IconCornerDownLeft, CornerDownLeftDouble as IconCornerDownLeftDouble, CornerDownRight as IconCornerDownRight, CornerDownRightDouble as IconCornerDownRightDouble, CornerLeftDown as IconCornerLeftDown, CornerLeftDownDouble as IconCornerLeftDownDouble, CornerLeftUp as IconCornerLeftUp, CornerLeftUpDouble as IconCornerLeftUpDouble, CornerRightDown as IconCornerRightDown, CornerRightDownDouble as IconCornerRightDownDouble, CornerRightUp as IconCornerRightUp, CornerRightUpDouble as IconCornerRightUpDouble, CornerUpLeft as IconCornerUpLeft, CornerUpLeftDouble as IconCornerUpLeftDouble, CornerUpRight as IconCornerUpRight, CornerUpRightDouble as IconCornerUpRightDouble, Cpu as IconCpu, Cpu2 as IconCpu2, CpuOff as IconCpuOff, Crane as IconCrane, CraneOff as IconCraneOff, CreativeCommons as IconCreativeCommons, CreativeCommonsBy as IconCreativeCommonsBy, CreativeCommonsNc as IconCreativeCommonsNc, CreativeCommonsNd as IconCreativeCommonsNd, CreativeCommonsOff as IconCreativeCommonsOff, CreativeCommonsSa as IconCreativeCommonsSa, CreativeCommonsZero as IconCreativeCommonsZero, CreditCard as IconCreditCard, CreditCardFilled as IconCreditCardFilled, CreditCardHand as IconCreditCardHand, CreditCardOff as IconCreditCardOff, CreditCardPay as IconCreditCardPay, CreditCardRefund as IconCreditCardRefund, Credits as IconCredits, Cricket as IconCricket, Crop as IconCrop, Crop11 as IconCrop11, Crop11Filled as IconCrop11Filled, Crop169 as IconCrop169, Crop169Filled as IconCrop169Filled, Crop32 as IconCrop32, Crop32Filled as IconCrop32Filled, Crop54 as IconCrop54, Crop54Filled as IconCrop54Filled, Crop75 as IconCrop75, Crop75Filled as IconCrop75Filled, CropLandscape as IconCropLandscape, CropLandscapeFilled as IconCropLandscapeFilled, CropPortrait as IconCropPortrait, CropPortraitFilled as IconCropPortraitFilled, Cross as IconCross, CrossFilled as IconCrossFilled, CrossOff as IconCrossOff, Crosshair as IconCrosshair, Crown as IconCrown, CrownFilled as IconCrownFilled, CrownOff as IconCrownOff, Crutches as IconCrutches, CrutchesOff as IconCrutchesOff, CrystalBall as IconCrystalBall, Csv as IconCsv, Cube as IconCube, Cube3dSphere as IconCube3dSphere, Cube3dSphereOff as IconCube3dSphereOff, CubeOff as IconCubeOff, CubePlus as IconCubePlus, CubeSend as IconCubeSend, CubeSpark as IconCubeSpark, CubeUnfolded as IconCubeUnfolded, Cup as IconCup, CupOff as IconCupOff, Curling as IconCurling, CurlyLoop as IconCurlyLoop, Currency as IconCurrency, CurrencyAfghani as IconCurrencyAfghani, CurrencyBahraini as IconCurrencyBahraini, CurrencyBaht as IconCurrencyBaht, CurrencyBitcoin as IconCurrencyBitcoin, CurrencyCent as IconCurrencyCent, CurrencyDinar as IconCurrencyDinar, CurrencyDirham as IconCurrencyDirham, CurrencyDogecoin as IconCurrencyDogecoin, CurrencyDollar as IconCurrencyDollar, CurrencyDollarAustralian as IconCurrencyDollarAustralian, CurrencyDollarBrunei as IconCurrencyDollarBrunei, CurrencyDollarCanadian as IconCurrencyDollarCanadian, CurrencyDollarGuyanese as IconCurrencyDollarGuyanese, CurrencyDollarOff as IconCurrencyDollarOff, CurrencyDollarSingapore as IconCurrencyDollarSingapore, CurrencyDollarZimbabwean as IconCurrencyDollarZimbabwean, CurrencyDong as IconCurrencyDong, CurrencyDram as IconCurrencyDram, CurrencyEthereum as IconCurrencyEthereum, CurrencyEuro as IconCurrencyEuro, CurrencyEuroOff as IconCurrencyEuroOff, CurrencyFlorin as IconCurrencyFlorin, CurrencyForint as IconCurrencyForint, CurrencyFrank as IconCurrencyFrank, CurrencyGuarani as IconCurrencyGuarani, CurrencyHryvnia as IconCurrencyHryvnia, CurrencyHusd as IconCurrencyHusd, CurrencyIranianRial as IconCurrencyIranianRial, CurrencyKip as IconCurrencyKip, CurrencyKroneCzech as IconCurrencyKroneCzech, CurrencyKroneDanish as IconCurrencyKroneDanish, CurrencyKroneSwedish as IconCurrencyKroneSwedish, CurrencyLari as IconCurrencyLari, CurrencyLeu as IconCurrencyLeu, CurrencyLira as IconCurrencyLira, CurrencyLitecoin as IconCurrencyLitecoin, CurrencyLyd as IconCurrencyLyd, CurrencyManat as IconCurrencyManat, CurrencyMonero as IconCurrencyMonero, CurrencyNaira as IconCurrencyNaira, CurrencyNano as IconCurrencyNano, CurrencyOff as IconCurrencyOff, CurrencyPaanga as IconCurrencyPaanga, CurrencyPeso as IconCurrencyPeso, CurrencyPound as IconCurrencyPound, CurrencyPoundOff as IconCurrencyPoundOff, CurrencyQuetzal as IconCurrencyQuetzal, CurrencyReal as IconCurrencyReal, CurrencyRenminbi as IconCurrencyRenminbi, CurrencyRipple as IconCurrencyRipple, CurrencyRiyal as IconCurrencyRiyal, CurrencyRuble as IconCurrencyRubel, CurrencyRuble as IconCurrencyRuble, CurrencyRufiyaa as IconCurrencyRufiyaa, CurrencyRupee as IconCurrencyRupee, CurrencyRupeeNepalese as IconCurrencyRupeeNepalese, CurrencyShekel as IconCurrencyShekel, CurrencySolana as IconCurrencySolana, CurrencySom as IconCurrencySom, CurrencyTaka as IconCurrencyTaka, CurrencyTenge as IconCurrencyTenge, CurrencyTether as IconCurrencyTether, CurrencyTugrik as IconCurrencyTugrik, CurrencyWon as IconCurrencyWon, CurrencyXrp as IconCurrencyXrp, CurrencyYen as IconCurrencyYen, CurrencyYenOff as IconCurrencyYenOff, CurrencyYuan as IconCurrencyYuan, CurrencyZcash as IconCurrencyZcash, CurrencyZloty as IconCurrencyZloty, CurrentLocation as IconCurrentLocation, CurrentLocationFilled as IconCurrentLocationFilled, CurrentLocationOff as IconCurrentLocationOff, CursorOff as IconCursorOff, CursorText as IconCursorText, Cut as IconCut, Cylinder as IconCylinder, CylinderOff as IconCylinderOff, CylinderPlus as IconCylinderPlus, Dashboard as IconDashboard, DashboardFilled as IconDashboardFilled, DashboardOff as IconDashboardOff, Database as IconDatabase, DatabaseCog as IconDatabaseCog, DatabaseDollar as IconDatabaseDollar, DatabaseEdit as IconDatabaseEdit, DatabaseExclamation as IconDatabaseExclamation, DatabaseExport as IconDatabaseExport, DatabaseFilled as IconDatabaseFilled, DatabaseHeart as IconDatabaseHeart, DatabaseImport as IconDatabaseImport, DatabaseLeak as IconDatabaseLeak, DatabaseMinus as IconDatabaseMinus, DatabaseOff as IconDatabaseOff, DatabasePlus as IconDatabasePlus, DatabaseSearch as IconDatabaseSearch, DatabaseShare as IconDatabaseShare, DatabaseSmile as IconDatabaseSmile, DatabaseStar as IconDatabaseStar, DatabaseX as IconDatabaseX, Deaf as IconDeaf, Decimal as IconDecimal, Deer as IconDeer, Delta as IconDelta, Dental as IconDental, DentalBroken as IconDentalBroken, DentalOff as IconDentalOff, Deselect as IconDeselect, Desk as IconDesk, Details as IconDetails, DetailsOff as IconDetailsOff, Device3dCamera as IconDevice3dCamera, Device3dLens as IconDevice3dLens, DeviceAirpods as IconDeviceAirpods, DeviceAirpodsCase as IconDeviceAirpodsCase, DeviceAirtag as IconDeviceAirtag, DeviceAnalytics as IconDeviceAnalytics, DeviceAudioTape as IconDeviceAudioTape, DeviceCameraPhone as IconDeviceCameraPhone, DeviceCctv as IconDeviceCctv, DeviceCctvFilled as IconDeviceCctvFilled, DeviceCctvOff as IconDeviceCctvOff, DeviceComputerCamera as IconDeviceComputerCamera, DeviceComputerCamera2 as IconDeviceComputerCamera2, DeviceComputerCameraOff as IconDeviceComputerCameraOff, DeviceDesktop as IconDeviceDesktop, DeviceDesktopAnalytics as IconDeviceDesktopAnalytics, DeviceDesktopBolt as IconDeviceDesktopBolt, DeviceDesktopCancel as IconDeviceDesktopCancel, DeviceDesktopCheck as IconDeviceDesktopCheck, DeviceDesktopCode as IconDeviceDesktopCode, DeviceDesktopCog as IconDeviceDesktopCog, DeviceDesktopDollar as IconDeviceDesktopDollar, DeviceDesktopDown as IconDeviceDesktopDown, DeviceDesktopExclamation as IconDeviceDesktopExclamation, DeviceDesktopFilled as IconDeviceDesktopFilled, DeviceDesktopHeart as IconDeviceDesktopHeart, DeviceDesktopMinus as IconDeviceDesktopMinus, DeviceDesktopOff as IconDeviceDesktopOff, DeviceDesktopPause as IconDeviceDesktopPause, DeviceDesktopPin as IconDeviceDesktopPin, DeviceDesktopPlus as IconDeviceDesktopPlus, DeviceDesktopQuestion as IconDeviceDesktopQuestion, DeviceDesktopSearch as IconDeviceDesktopSearch, DeviceDesktopShare as IconDeviceDesktopShare, DeviceDesktopStar as IconDeviceDesktopStar, DeviceDesktopUp as IconDeviceDesktopUp, DeviceDesktopX as IconDeviceDesktopX, DeviceFloppy as IconDeviceFloppy, DeviceFloppyFilled as IconDeviceFloppyFilled, DeviceGamepad as IconDeviceGamepad, DeviceGamepad2 as IconDeviceGamepad2, DeviceGamepad2Filled as IconDeviceGamepad2Filled, DeviceGamepad3 as IconDeviceGamepad3, DeviceGamepad3Filled as IconDeviceGamepad3Filled, DeviceGamepadFilled as IconDeviceGamepadFilled, DeviceHeartMonitor as IconDeviceHeartMonitor, DeviceHeartMonitorFilled as IconDeviceHeartMonitorFilled, DeviceImac as IconDeviceImac, DeviceImacBolt as IconDeviceImacBolt, DeviceImacCancel as IconDeviceImacCancel, DeviceImacCheck as IconDeviceImacCheck, DeviceImacCode as IconDeviceImacCode, DeviceImacCog as IconDeviceImacCog, DeviceImacDollar as IconDeviceImacDollar, DeviceImacDown as IconDeviceImacDown, DeviceImacExclamation as IconDeviceImacExclamation, DeviceImacFilled as IconDeviceImacFilled, DeviceImacHeart as IconDeviceImacHeart, DeviceImacMinus as IconDeviceImacMinus, DeviceImacOff as IconDeviceImacOff, DeviceImacPause as IconDeviceImacPause, DeviceImacPin as IconDeviceImacPin, DeviceImacPlus as IconDeviceImacPlus, DeviceImacQuestion as IconDeviceImacQuestion, DeviceImacSearch as IconDeviceImacSearch, DeviceImacShare as IconDeviceImacShare, DeviceImacStar as IconDeviceImacStar, DeviceImacUp as IconDeviceImacUp, DeviceImacX as IconDeviceImacX, DeviceIpad as IconDeviceIpad, DeviceIpadBolt as IconDeviceIpadBolt, DeviceIpadCancel as IconDeviceIpadCancel, DeviceIpadCheck as IconDeviceIpadCheck, DeviceIpadCode as IconDeviceIpadCode, DeviceIpadCog as IconDeviceIpadCog, DeviceIpadDollar as IconDeviceIpadDollar, DeviceIpadDown as IconDeviceIpadDown, DeviceIpadExclamation as IconDeviceIpadExclamation, DeviceIpadFilled as IconDeviceIpadFilled, DeviceIpadHeart as IconDeviceIpadHeart, DeviceIpadHorizontal as IconDeviceIpadHorizontal, DeviceIpadHorizontalBolt as IconDeviceIpadHorizontalBolt, DeviceIpadHorizontalCancel as IconDeviceIpadHorizontalCancel, DeviceIpadHorizontalCheck as IconDeviceIpadHorizontalCheck, DeviceIpadHorizontalCode as IconDeviceIpadHorizontalCode, DeviceIpadHorizontalCog as IconDeviceIpadHorizontalCog, DeviceIpadHorizontalDollar as IconDeviceIpadHorizontalDollar, DeviceIpadHorizontalDown as IconDeviceIpadHorizontalDown, DeviceIpadHorizontalExclamation as IconDeviceIpadHorizontalExclamation, DeviceIpadHorizontalHeart as IconDeviceIpadHorizontalHeart, DeviceIpadHorizontalMinus as IconDeviceIpadHorizontalMinus, DeviceIpadHorizontalOff as IconDeviceIpadHorizontalOff, DeviceIpadHorizontalPause as IconDeviceIpadHorizontalPause, DeviceIpadHorizontalPin as IconDeviceIpadHorizontalPin, DeviceIpadHorizontalPlus as IconDeviceIpadHorizontalPlus, DeviceIpadHorizontalQuestion as IconDeviceIpadHorizontalQuestion, DeviceIpadHorizontalSearch as IconDeviceIpadHorizontalSearch, DeviceIpadHorizontalShare as IconDeviceIpadHorizontalShare, DeviceIpadHorizontalStar as IconDeviceIpadHorizontalStar, DeviceIpadHorizontalUp as IconDeviceIpadHorizontalUp, DeviceIpadHorizontalX as IconDeviceIpadHorizontalX, DeviceIpadMinus as IconDeviceIpadMinus, DeviceIpadOff as IconDeviceIpadOff, DeviceIpadPause as IconDeviceIpadPause, DeviceIpadPin as IconDeviceIpadPin, DeviceIpadPlus as IconDeviceIpadPlus, DeviceIpadQuestion as IconDeviceIpadQuestion, DeviceIpadSearch as IconDeviceIpadSearch, DeviceIpadShare as IconDeviceIpadShare, DeviceIpadStar as IconDeviceIpadStar, DeviceIpadUp as IconDeviceIpadUp, DeviceIpadX as IconDeviceIpadX, DeviceLandlinePhone as IconDeviceLandlinePhone, DeviceLaptop as IconDeviceLaptop, DeviceLaptopOff as IconDeviceLaptopOff, DeviceMobile as IconDeviceMobile, DeviceMobileBolt as IconDeviceMobileBolt, DeviceMobileCancel as IconDeviceMobileCancel, DeviceMobileCharging as IconDeviceMobileCharging, DeviceMobileCheck as IconDeviceMobileCheck, DeviceMobileCode as IconDeviceMobileCode, DeviceMobileCog as IconDeviceMobileCog, DeviceMobileDollar as IconDeviceMobileDollar, DeviceMobileDown as IconDeviceMobileDown, DeviceMobileExclamation as IconDeviceMobileExclamation, DeviceMobileFilled as IconDeviceMobileFilled, DeviceMobileHeart as IconDeviceMobileHeart, DeviceMobileMessage as IconDeviceMobileMessage, DeviceMobileMinus as IconDeviceMobileMinus, DeviceMobileOff as IconDeviceMobileOff, DeviceMobilePause as IconDeviceMobilePause, DeviceMobilePin as IconDeviceMobilePin, DeviceMobilePlus as IconDeviceMobilePlus, DeviceMobileQuestion as IconDeviceMobileQuestion, DeviceMobileRotated as IconDeviceMobileRotated, DeviceMobileSearch as IconDeviceMobileSearch, DeviceMobileShare as IconDeviceMobileShare, DeviceMobileStar as IconDeviceMobileStar, DeviceMobileUp as IconDeviceMobileUp, DeviceMobileVibration as IconDeviceMobileVibration, DeviceMobileX as IconDeviceMobileX, DeviceNintendo as IconDeviceNintendo, DeviceNintendoOff as IconDeviceNintendoOff, DeviceProjector as IconDeviceProjector, DeviceRemote as IconDeviceRemote, DeviceRemoteFilled as IconDeviceRemoteFilled, DeviceScreen as IconDeviceScreen, DeviceSdCard as IconDeviceSdCard, DeviceSim as IconDeviceSim, DeviceSim1 as IconDeviceSim1, DeviceSim2 as IconDeviceSim2, DeviceSim3 as IconDeviceSim3, DeviceSpeaker as IconDeviceSpeaker, DeviceSpeakerFilled as IconDeviceSpeakerFilled, DeviceSpeakerOff as IconDeviceSpeakerOff, DeviceTablet as IconDeviceTablet, DeviceTabletBolt as IconDeviceTabletBolt, DeviceTabletCancel as IconDeviceTabletCancel, DeviceTabletCheck as IconDeviceTabletCheck, DeviceTabletCode as IconDeviceTabletCode, DeviceTabletCog as IconDeviceTabletCog, DeviceTabletDollar as IconDeviceTabletDollar, DeviceTabletDown as IconDeviceTabletDown, DeviceTabletExclamation as IconDeviceTabletExclamation, DeviceTabletFilled as IconDeviceTabletFilled, DeviceTabletHeart as IconDeviceTabletHeart, DeviceTabletMinus as IconDeviceTabletMinus, DeviceTabletOff as IconDeviceTabletOff, DeviceTabletPause as IconDeviceTabletPause, DeviceTabletPin as IconDeviceTabletPin, DeviceTabletPlus as IconDeviceTabletPlus, DeviceTabletQuestion as IconDeviceTabletQuestion, DeviceTabletSearch as IconDeviceTabletSearch, DeviceTabletShare as IconDeviceTabletShare, DeviceTabletStar as IconDeviceTabletStar, DeviceTabletUp as IconDeviceTabletUp, DeviceTabletX as IconDeviceTabletX, DeviceTv as IconDeviceTv, DeviceTvFilled as IconDeviceTvFilled, DeviceTvOff as IconDeviceTvOff, DeviceTvOld as IconDeviceTvOld, DeviceTvOldFilled as IconDeviceTvOldFilled, DeviceUnknown as IconDeviceUnknown, DeviceUnknownFilled as IconDeviceUnknownFilled, DeviceUsb as IconDeviceUsb, DeviceUsbFilled as IconDeviceUsbFilled, DeviceVisionPro as IconDeviceVisionPro, DeviceVisionProFilled as IconDeviceVisionProFilled, DeviceVisionProWifi as IconDeviceVisionProWifi, DeviceWatch as IconDeviceWatch, DeviceWatchBolt as IconDeviceWatchBolt, DeviceWatchCancel as IconDeviceWatchCancel, DeviceWatchCheck as IconDeviceWatchCheck, DeviceWatchCode as IconDeviceWatchCode, DeviceWatchCog as IconDeviceWatchCog, DeviceWatchDollar as IconDeviceWatchDollar, DeviceWatchDown as IconDeviceWatchDown, DeviceWatchExclamation as IconDeviceWatchExclamation, DeviceWatchFilled as IconDeviceWatchFilled, DeviceWatchHeart as IconDeviceWatchHeart, DeviceWatchMinus as IconDeviceWatchMinus, DeviceWatchOff as IconDeviceWatchOff, DeviceWatchPause as IconDeviceWatchPause, DeviceWatchPin as IconDeviceWatchPin, DeviceWatchPlus as IconDeviceWatchPlus, DeviceWatchQuestion as IconDeviceWatchQuestion, DeviceWatchSearch as IconDeviceWatchSearch, DeviceWatchShare as IconDeviceWatchShare, DeviceWatchStar as IconDeviceWatchStar, DeviceWatchStats as IconDeviceWatchStats, DeviceWatchStats2 as IconDeviceWatchStats2, DeviceWatchUp as IconDeviceWatchUp, DeviceWatchX as IconDeviceWatchX, DeviceWorkstation as IconDeviceWorkstation, Devices as IconDevices, Devices2 as IconDevices2, DevicesBolt as IconDevicesBolt, DevicesCancel as IconDevicesCancel, DevicesCheck as IconDevicesCheck, DevicesCode as IconDevicesCode, DevicesCog as IconDevicesCog, DevicesDollar as IconDevicesDollar, DevicesDown as IconDevicesDown, DevicesExclamation as IconDevicesExclamation, DevicesHeart as IconDevicesHeart, DevicesMinus as IconDevicesMinus, DevicesOff as IconDevicesOff, DevicesPause as IconDevicesPause, DevicesPc as IconDevicesPc, DevicesPcOff as IconDevicesPcOff, DevicesPin as IconDevicesPin, DevicesPlus as IconDevicesPlus, DevicesQuestion as IconDevicesQuestion, DevicesSearch as IconDevicesSearch, DevicesShare as IconDevicesShare, DevicesStar as IconDevicesStar, DevicesUp as IconDevicesUp, DevicesX as IconDevicesX, Diabolo as IconDiabolo, DiaboloOff as IconDiaboloOff, DiaboloPlus as IconDiaboloPlus, Dialpad as IconDialpad, DialpadFilled as IconDialpadFilled, DialpadOff as IconDialpadOff, Diamond as IconDiamond, DiamondFilled as IconDiamondFilled, DiamondOff as IconDiamondOff, Diamonds as IconDiamonds, DiamondsFilled as IconDiamondsFilled, Diaper as IconDiaper, Dice as IconDice, Dice1 as IconDice1, Dice1Filled as IconDice1Filled, Dice2 as IconDice2, Dice2Filled as IconDice2Filled, Dice3 as IconDice3, Dice3Filled as IconDice3Filled, Dice4 as IconDice4, Dice4Filled as IconDice4Filled, Dice5 as IconDice5, Dice5Filled as IconDice5Filled, Dice6 as IconDice6, Dice6Filled as IconDice6Filled, DiceFilled as IconDiceFilled, Dimensions as IconDimensions, Direction as IconDirection, DirectionArrows as IconDirectionArrows, DirectionArrowsFilled as IconDirectionArrowsFilled, DirectionHorizontal as IconDirectionHorizontal, DirectionSign as IconDirectionSign, DirectionSignFilled as IconDirectionSignFilled, DirectionSignOff as IconDirectionSignOff, Directions as IconDirections, DirectionsFilled as IconDirectionsFilled, DirectionsOff as IconDirectionsOff, Disabled as IconDisabled, Disabled2 as IconDisabled2, DisabledOff as IconDisabledOff, Disc as IconDisc, DiscFilled as IconDiscFilled, DiscGolf as IconDiscGolf, DiscOff as IconDiscOff, Discount as IconDiscount, RosetteDiscount as IconDiscount2, RosetteDiscountOff as IconDiscount2Off, RosetteDiscountCheck as IconDiscountCheck, RosetteDiscountCheckFilled as IconDiscountCheckFilled, DiscountFilled as IconDiscountFilled, DiscountOff as IconDiscountOff, Divide as IconDivide, Dna as IconDna, Dna2 as IconDna2, Dna2Off as IconDna2Off, DnaOff as IconDnaOff, Dog as IconDog, DogBowl as IconDogBowl, Door as IconDoor, DoorEnter as IconDoorEnter, DoorExit as IconDoorExit, DoorHanger as IconDoorHanger, DoorOff as IconDoorOff, Dots as IconDots, DotsCircleHorizontal as IconDotsCircleHorizontal, DotsDiagonal as IconDotsDiagonal, DotsDiagonal2 as IconDotsDiagonal2, DotsFilled as IconDotsFilled, DotsVertical as IconDotsVertical, DotsVerticalFilled as IconDotsVerticalFilled, Download as IconDownload, DownloadFilled as IconDownloadFilled, DownloadOff as IconDownloadOff, DragDrop as IconDragDrop, DragDrop2 as IconDragDrop2, Dragon as IconDragon, Drone as IconDrone, DroneOff as IconDroneOff, DropCircle as IconDropCircle, DropCircleFilled as IconDropCircleFilled, Droplet as IconDroplet, DropletBolt as IconDropletBolt, DropletCancel as IconDropletCancel, DropletCheck as IconDropletCheck, DropletCode as IconDropletCode, DropletCog as IconDropletCog, DropletDollar as IconDropletDollar, DropletDown as IconDropletDown, DropletExclamation as IconDropletExclamation, DropletFilled as IconDropletFilled, DropletHalf as IconDropletHalf, DropletHalf2 as IconDropletHalf2, DropletHalf2Filled as IconDropletHalf2Filled, DropletHalfFilled as IconDropletHalfFilled, DropletHeart as IconDropletHeart, DropletMinus as IconDropletMinus, DropletOff as IconDropletOff, DropletPause as IconDropletPause, DropletPin as IconDropletPin, DropletPlus as IconDropletPlus, DropletQuestion as IconDropletQuestion, DropletSearch as IconDropletSearch, DropletShare as IconDropletShare, DropletStar as IconDropletStar, DropletUp as IconDropletUp, DropletX as IconDropletX, Droplets as IconDroplets, DropletsFilled as IconDropletsFilled, DualScreen as IconDualScreen, DualScreenFilled as IconDualScreenFilled, Dumbbell as IconDumbbell, Dumpling as IconDumpling, DumplingFilled as IconDumplingFilled, EPassport as IconEPassport, Ear as IconEar, EarOff as IconEarOff, EarScan as IconEarScan, EarphoneBluetooth as IconEarphoneBluetooth, EaseIn as IconEaseIn, EaseInControlPoint as IconEaseInControlPoint, EaseInControlPointFilled as IconEaseInControlPointFilled, EaseInOut as IconEaseInOut, EaseInOutControlPoints as IconEaseInOutControlPoints, EaseInOutControlPointsFilled as IconEaseInOutControlPointsFilled, EaseOut as IconEaseOut, EaseOutControlPoint as IconEaseOutControlPoint, EaseOutControlPointFilled as IconEaseOutControlPointFilled, Edit as IconEdit, EditCircle as IconEditCircle, EditCircleOff as IconEditCircleOff, EditFilled as IconEditFilled, EditOff as IconEditOff, Egg as IconEgg, EggCracked as IconEggCracked, EggCrackedFilled as IconEggCrackedFilled, EggFilled as IconEggFilled, EggFried as IconEggFried, EggFriedFilled as IconEggFriedFilled, EggOff as IconEggOff, Eggs as IconEggs, Elevator as IconElevator, ElevatorFilled as IconElevatorFilled, ElevatorOff as IconElevatorOff, EmailStamp as IconEmailStamp, EmergencyBed as IconEmergencyBed, Empathize as IconEmpathize, EmpathizeOff as IconEmpathizeOff, Emphasis as IconEmphasis, Engine as IconEngine, EngineFilled as IconEngineFilled, EngineOff as IconEngineOff, Equal as IconEqual, EqualDouble as IconEqualDouble, EqualNot as IconEqualNot, Eraser as IconEraser, EraserOff as IconEraserOff, Error404 as IconError404, Error404Off as IconError404Off, Escalator as IconEscalator, EscalatorDown as IconEscalatorDown, EscalatorDownFilled as IconEscalatorDownFilled, EscalatorFilled as IconEscalatorFilled, EscalatorUp as IconEscalatorUp, EscalatorUpFilled as IconEscalatorUpFilled, Exchange as IconExchange, ExchangeFilled as IconExchangeFilled, ExchangeOff as IconExchangeOff, ExclamationCircle as IconExclamationCircle, ExclamationCircleFilled as IconExclamationCircleFilled, ExclamationMark as IconExclamationMark, ExclamationMarkOff as IconExclamationMarkOff, ExerciseBall as IconExerciseBall, Explicit as IconExplicit, ExplicitFilled as IconExplicitFilled, ExplicitOff as IconExplicitOff, Exposure as IconExposure, Exposure0 as IconExposure0, ExposureFilled as IconExposureFilled, ExposureMinus1 as IconExposureMinus1, ExposureMinus2 as IconExposureMinus2, ExposureOff as IconExposureOff, ExposurePlus1 as IconExposurePlus1, ExposurePlus2 as IconExposurePlus2, ExternalLink as IconExternalLink, ExternalLinkFilled as IconExternalLinkFilled, ExternalLinkOff as IconExternalLinkOff, Eye as IconEye, EyeBitcoin as IconEyeBitcoin, EyeBolt as IconEyeBolt, EyeCancel as IconEyeCancel, EyeCheck as IconEyeCheck, EyeClosed as IconEyeClosed, EyeCode as IconEyeCode, EyeCog as IconEyeCog, EyeDiscount as IconEyeDiscount, EyeDollar as IconEyeDollar, EyeDotted as IconEyeDotted, EyeDown as IconEyeDown, EyeEdit as IconEyeEdit, EyeExclamation as IconEyeExclamation, EyeFilled as IconEyeFilled, EyeHeart as IconEyeHeart, EyeMinus as IconEyeMinus, EyeOff as IconEyeOff, EyePause as IconEyePause, EyePin as IconEyePin, EyePlus as IconEyePlus, EyeQuestion as IconEyeQuestion, EyeSearch as IconEyeSearch, EyeShare as IconEyeShare, EyeSpark as IconEyeSpark, EyeStar as IconEyeStar, EyeTable as IconEyeTable, EyeTableFilled as IconEyeTableFilled, EyeUp as IconEyeUp, EyeX as IconEyeX, Eyeglass as IconEyeglass, Eyeglass2 as IconEyeglass2, Eyeglass2Filled as IconEyeglass2Filled, EyeglassFilled as IconEyeglassFilled, EyeglassOff as IconEyeglassOff, FaceId as IconFaceId, FaceIdError as IconFaceIdError, FaceMask as IconFaceMask, FaceMaskFilled as IconFaceMaskFilled, FaceMaskOff as IconFaceMaskOff, Fall as IconFall, Favicon as IconFavicon, FaviconFilled as IconFaviconFilled, Feather as IconFeather, FeatherFilled as IconFeatherFilled, FeatherOff as IconFeatherOff, Fence as IconFence, FenceFilled as IconFenceFilled, FenceOff as IconFenceOff, Ferry as IconFerry, FerryFilled as IconFerryFilled, FidgetSpinner as IconFidgetSpinner, FidgetSpinnerFilled as IconFidgetSpinnerFilled, File as IconFile, File3d as IconFile3d, FileAi as IconFileAi, FileAlert as IconFileAlert, FileAnalytics as IconFileAnalytics, FileAnalyticsFilled as IconFileAnalyticsFilled, FileArrowLeft as IconFileArrowLeft, FileArrowRight as IconFileArrowRight, FileBarcode as IconFileBarcode, FileBitcoin as IconFileBitcoin, FileBroken as IconFileBroken, FileCertificate as IconFileCertificate, FileChart as IconFileChart, FileCheck as IconFileCheck, FileCheckFilled as IconFileCheckFilled, FileCode as IconFileCode, FileCode2 as IconFileCode2, FileCode2Filled as IconFileCode2Filled, FileCodeFilled as IconFileCodeFilled, FileCv as IconFileCv, FileCvFilled as IconFileCvFilled, FileDatabase as IconFileDatabase, FileDelta as IconFileDelta, FileDeltaFilled as IconFileDeltaFilled, FileDescription as IconFileDescription, FileDescriptionFilled as IconFileDescriptionFilled, FileDiff as IconFileDiff, FileDiffFilled as IconFileDiffFilled, FileDigit as IconFileDigit, FileDigitFilled as IconFileDigitFilled, FileDislike as IconFileDislike, FileDollar as IconFileDollar, FileDollarFilled as IconFileDollarFilled, FileDots as IconFileDots, FileDotsFilled as IconFileDotsFilled, FileDownload as IconFileDownload, FileDownloadFilled as IconFileDownloadFilled, FileEuro as IconFileEuro, FileEuroFilled as IconFileEuroFilled, FileExcel as IconFileExcel, FileExport as IconFileExport, FileFilled as IconFileFilled, FileFunction as IconFileFunction, FileFunctionFilled as IconFileFunctionFilled, FileHorizontal as IconFileHorizontal, FileHorizontalFilled as IconFileHorizontalFilled, FileImport as IconFileImport, FileInfinity as IconFileInfinity, FileInfo as IconFileInfo, FileInfoFilled as IconFileInfoFilled, FileInvoice as IconFileInvoice, FileInvoiceFilled as IconFileInvoiceFilled, FileIsr as IconFileIsr, FileLambda as IconFileLambda, FileLambdaFilled as IconFileLambdaFilled, FileLike as IconFileLike, FileMinus as IconFileMinus, FileMinusFilled as IconFileMinusFilled, FileMusic as IconFileMusic, FileMusicFilled as IconFileMusicFilled, FileNeutral as IconFileNeutral, FileNeutralFilled as IconFileNeutralFilled, FileOff as IconFileOff, FileOrientation as IconFileOrientation, FilePencil as IconFilePencil, FilePencilFilled as IconFilePencilFilled, FilePercent as IconFilePercent, FilePercentFilled as IconFilePercentFilled, FilePhone as IconFilePhone, FilePhoneFilled as IconFilePhoneFilled, FilePlus as IconFilePlus, FilePower as IconFilePower, FilePowerFilled as IconFilePowerFilled, FileReport as IconFileReport, FileRss as IconFileRss, FileRssFilled as IconFileRssFilled, FileSad as IconFileSad, FileSadFilled as IconFileSadFilled, FileScissors as IconFileScissors, FileScissorsFilled as IconFileScissorsFilled, FileSearch as IconFileSearch, FileSettings as IconFileSettings, FileSettingsFilled as IconFileSettingsFilled, FileShredder as IconFileShredder, FileSignal as IconFileSignal, FileSignalFilled as IconFileSignalFilled, FileSmile as IconFileSmile, FileSmileFilled as IconFileSmileFilled, FileSpark as IconFileSpark, FileSpreadsheet as IconFileSpreadsheet, FileStack as IconFileStack, FileStar as IconFileStar, FileStarFilled as IconFileStarFilled, FileSymlink as IconFileSymlink, FileText as IconFileText, FileTextAi as IconFileTextAi, FileTextFilled as IconFileTextFilled, FileTextShield as IconFileTextShield, FileTextSpark as IconFileTextSpark, FileTime as IconFileTime, FileTimeFilled as IconFileTimeFilled, FileTypeBmp as IconFileTypeBmp, FileTypeCss as IconFileTypeCss, FileTypeCsv as IconFileTypeCsv, FileTypeDoc as IconFileTypeDoc, FileTypeDocx as IconFileTypeDocx, FileTypeHtml as IconFileTypeHtml, FileTypeJpg as IconFileTypeJpg, FileTypeJs as IconFileTypeJs, FileTypeJsx as IconFileTypeJsx, FileTypePdf as IconFileTypePdf, FileTypePhp as IconFileTypePhp, FileTypePng as IconFileTypePng, FileTypePpt as IconFileTypePpt, FileTypeRs as IconFileTypeRs, FileTypeSql as IconFileTypeSql, FileTypeSvg as IconFileTypeSvg, FileTypeTs as IconFileTypeTs, FileTypeTsx as IconFileTypeTsx, FileTypeTxt as IconFileTypeTxt, FileTypeVue as IconFileTypeVue, FileTypeXls as IconFileTypeXls, FileTypeXml as IconFileTypeXml, FileTypeZip as IconFileTypeZip, FileTypography as IconFileTypography, FileTypographyFilled as IconFileTypographyFilled, FileUnknown as IconFileUnknown, FileUnknownFilled as IconFileUnknownFilled, FileUpload as IconFileUpload, FileUploadFilled as IconFileUploadFilled, FileVector as IconFileVector, FileVectorFilled as IconFileVectorFilled, FileWord as IconFileWord, FileX as IconFileX, FileXFilled as IconFileXFilled, FileZip as IconFileZip, Files as IconFiles, FilesFilled as IconFilesFilled, FilesOff as IconFilesOff, Filter as IconFilter, Filter2 as IconFilter2, Filter2Bolt as IconFilter2Bolt, Filter2Cancel as IconFilter2Cancel, Filter2Check as IconFilter2Check, Filter2Code as IconFilter2Code, Filter2Cog as IconFilter2Cog, Filter2Discount as IconFilter2Discount, Filter2Dollar as IconFilter2Dollar, Filter2Down as IconFilter2Down, Filter2Edit as IconFilter2Edit, Filter2Exclamation as IconFilter2Exclamation, Filter2Minus as IconFilter2Minus, Filter2Pause as IconFilter2Pause, Filter2Pin as IconFilter2Pin, Filter2Plus as IconFilter2Plus, Filter2Question as IconFilter2Question, Filter2Search as IconFilter2Search, Filter2Share as IconFilter2Share, Filter2Spark as IconFilter2Spark, Filter2Up as IconFilter2Up, Filter2X as IconFilter2X, FilterBolt as IconFilterBolt, FilterCancel as IconFilterCancel, FilterCheck as IconFilterCheck, FilterCode as IconFilterCode, FilterCog as IconFilterCog, FilterDiscount as IconFilterDiscount, FilterDollar as IconFilterDollar, FilterDown as IconFilterDown, FilterEdit as IconFilterEdit, FilterExclamation as IconFilterExclamation, FilterFilled as IconFilterFilled, FilterHeart as IconFilterHeart, FilterMinus as IconFilterMinus, FilterOff as IconFilterOff, FilterPause as IconFilterPause, FilterPin as IconFilterPin, FilterPlus as IconFilterPlus, FilterQuestion as IconFilterQuestion, FilterSearch as IconFilterSearch, FilterShare as IconFilterShare, FilterSpark as IconFilterSpark, FilterStar as IconFilterStar, FilterUp as IconFilterUp, FilterX as IconFilterX, Filters as IconFilters, FiltersFilled as IconFiltersFilled, Fingerprint as IconFingerprint, FingerprintOff as IconFingerprintOff, FingerprintScan as IconFingerprintScan, FireExtinguisher as IconFireExtinguisher, FireHydrant as IconFireHydrant, FireHydrantOff as IconFireHydrantOff, Firetruck as IconFiretruck, FirewallCheck as IconFirewallCheck, FirewallFlame as IconFirewallFlame, FirstAidKit as IconFirstAidKit, FirstAidKitOff as IconFirstAidKitOff, Fish as IconFish, FishBone as IconFishBone, FishBoneFilled as IconFishBoneFilled, FishChristianity as IconFishChristianity, FishHook as IconFishHook, FishHookOff as IconFishHookOff, FishOff as IconFishOff, Flag as IconFlag, Flag2 as IconFlag2, Flag2Filled as IconFlag2Filled, Flag2Off as IconFlag2Off, Flag3 as IconFlag3, Flag3Filled as IconFlag3Filled, FlagBitcoin as IconFlagBitcoin, FlagBolt as IconFlagBolt, FlagCancel as IconFlagCancel, FlagCheck as IconFlagCheck, FlagCode as IconFlagCode, FlagCog as IconFlagCog, FlagDiscount as IconFlagDiscount, FlagDollar as IconFlagDollar, FlagDown as IconFlagDown, FlagExclamation as IconFlagExclamation, FlagFilled as IconFlagFilled, FlagHeart as IconFlagHeart, FlagMinus as IconFlagMinus, FlagOff as IconFlagOff, FlagPause as IconFlagPause, FlagPin as IconFlagPin, FlagPlus as IconFlagPlus, FlagQuestion as IconFlagQuestion, FlagSearch as IconFlagSearch, FlagShare as IconFlagShare, FlagSpark as IconFlagSpark, FlagStar as IconFlagStar, FlagUp as IconFlagUp, FlagX as IconFlagX, Flame as IconFlame, FlameFilled as IconFlameFilled, FlameOff as IconFlameOff, Flare as IconFlare, FlareFilled as IconFlareFilled, Flask as IconFlask, Flask2 as IconFlask2, Flask2Filled as IconFlask2Filled, Flask2Off as IconFlask2Off, FlaskFilled as IconFlaskFilled, FlaskOff as IconFlaskOff, FlipFlops as IconFlipFlops, FlipHorizontal as IconFlipHorizontal, FlipVertical as IconFlipVertical, FloatCenter as IconFloatCenter, FloatLeft as IconFloatLeft, FloatNone as IconFloatNone, FloatRight as IconFloatRight, Flood as IconFlood, Flower as IconFlower, FlowerFilled as IconFlowerFilled, FlowerOff as IconFlowerOff, Focus as IconFocus, Focus2 as IconFocus2, FocusAuto as IconFocusAuto, FocusCentered as IconFocusCentered, Fold as IconFold, FoldDown as IconFoldDown, FoldUp as IconFoldUp, Folder as IconFolder, FolderBolt as IconFolderBolt, FolderCancel as IconFolderCancel, FolderCheck as IconFolderCheck, FolderCode as IconFolderCode, FolderCog as IconFolderCog, FolderDollar as IconFolderDollar, FolderDown as IconFolderDown, FolderExclamation as IconFolderExclamation, FolderFilled as IconFolderFilled, FolderHeart as IconFolderHeart, FolderMinus as IconFolderMinus, FolderOff as IconFolderOff, FolderOpen as IconFolderOpen, FolderOpenFilled as IconFolderOpenFilled, FolderPause as IconFolderPause, FolderPin as IconFolderPin, FolderPlus as IconFolderPlus, FolderQuestion as IconFolderQuestion, FolderRoot as IconFolderRoot, FolderSearch as IconFolderSearch, FolderShare as IconFolderShare, FolderStar as IconFolderStar, FolderSymlink as IconFolderSymlink, FolderUp as IconFolderUp, FolderX as IconFolderX, Folders as IconFolders, FoldersFilled as IconFoldersFilled, FoldersOff as IconFoldersOff, Footsteps as IconFoodsteps, Footsteps as IconFootsteps, Forbid as IconForbid, Forbid2 as IconForbid2, Forbid2Filled as IconForbid2Filled, ForbidFilled as IconForbidFilled, Forklift as IconForklift, Forms as IconForms, Fountain as IconFountain, FountainFilled as IconFountainFilled, FountainOff as IconFountainOff, Frame as IconFrame, FrameOff as IconFrameOff, FreeRights as IconFreeRights, FreezeColumn as IconFreezeColumn, FreezeRow as IconFreezeRow, FreezeRowColumn as IconFreezeRowColumn, Fridge as IconFridge, FridgeOff as IconFridgeOff, Friends as IconFriends, FriendsOff as IconFriendsOff, Frustum as IconFrustum, FrustumOff as IconFrustumOff, FrustumPlus as IconFrustumPlus, Function as IconFunction, FunctionFilled as IconFunctionFilled, FunctionOff as IconFunctionOff, Galaxy as IconGalaxy, GardenCart as IconGardenCart, GardenCartFilled as IconGardenCartFilled, GardenCartOff as IconGardenCartOff, GasStation as IconGasStation, GasStationFilled as IconGasStationFilled, GasStationOff as IconGasStationOff, Gauge as IconGauge, GaugeFilled as IconGaugeFilled, GaugeOff as IconGaugeOff, Gavel as IconGavel, GenderAgender as IconGenderAgender, GenderAndrogyne as IconGenderAndrogyne, GenderBigender as IconGenderBigender, GenderDemiboy as IconGenderDemiboy, GenderDemigirl as IconGenderDemigirl, GenderEpicene as IconGenderEpicene, GenderFemale as IconGenderFemale, GenderFemme as IconGenderFemme, GenderGenderfluid as IconGenderGenderfluid, GenderGenderless as IconGenderGenderless, GenderGenderqueer as IconGenderGenderqueer, GenderHermaphrodite as IconGenderHermaphrodite, GenderIntergender as IconGenderIntergender, GenderMale as IconGenderMale, GenderNeutrois as IconGenderNeutrois, GenderThird as IconGenderThird, GenderTransgender as IconGenderTransgender, GenderTravesti as IconGenderTrasvesti, GenderTravesti as IconGenderTravesti, Geometry as IconGeometry, Ghost as IconGhost, Ghost2 as IconGhost2, Ghost2Filled as IconGhost2Filled, Ghost3 as IconGhost3, Ghost3Filled as IconGhost3Filled, GhostFilled as IconGhostFilled, GhostOff as IconGhostOff, Gif as IconGif, Gift as IconGift, GiftCard as IconGiftCard, GiftCardFilled as IconGiftCardFilled, GiftFilled as IconGiftFilled, GiftOff as IconGiftOff, GitBranch as IconGitBranch, GitBranchDeleted as IconGitBranchDeleted, GitCherryPick as IconGitCherryPick, GitCommit as IconGitCommit, GitCompare as IconGitCompare, GitFork as IconGitFork, GitMerge as IconGitMerge, GitPullRequest as IconGitPullRequest, GitPullRequestClosed as IconGitPullRequestClosed, GitPullRequestConflict as IconGitPullRequestConflict, GitPullRequestDraft as IconGitPullRequestDraft, Gizmo as IconGizmo, Glass as IconGlass, GlassChampagne as IconGlassChampagne, GlassCocktail as IconGlassCocktail, GlassFilled as IconGlassFilled, GlassFull as IconGlassFull, GlassFullFilled as IconGlassFullFilled, GlassGin as IconGlassGin, GlassOff as IconGlassOff, Globe as IconGlobe, GlobeFilled as IconGlobeFilled, GlobeOff as IconGlobeOff, GoGame as IconGoGame, Golf as IconGolf, GolfFilled as IconGolfFilled, GolfOff as IconGolfOff, Gps as IconGps, GpsFilled as IconGpsFilled, Gradienter as IconGradienter, Grain as IconGrain, Grape as IconGrape, Graph as IconGraph, GraphFilled as IconGraphFilled, GraphOff as IconGraphOff, Grave as IconGrave, Grave2 as IconGrave2, Grid3x3 as IconGrid3x3, Grid4x4 as IconGrid4x4, GridDots as IconGridDots, GridGoldenratio as IconGridGoldenratio, GridPattern as IconGridPattern, GridPatternFilled as IconGridPatternFilled, GridScan as IconGridScan, Grill as IconGrill, GrillFork as IconGrillFork, GrillOff as IconGrillOff, GrillSpatula as IconGrillSpatula, GripHorizontal as IconGripHorizontal, GripVertical as IconGripVertical, Growth as IconGrowth, GuitarPick as IconGuitarPick, GuitarPickFilled as IconGuitarPickFilled, Gymnastics as IconGymnastics, H1 as IconH1, H2 as IconH2, H3 as IconH3, H4 as IconH4, H5 as IconH5, H6 as IconH6, Hammer as IconHammer, HammerDrill as IconHammerDrill, HammerOff as IconHammerOff, HandClick as IconHandClick, HandClickOff as IconHandClickOff, HandFinger as IconHandFinger, HandFingerDown as IconHandFingerDown, HandFingerLeft as IconHandFingerLeft, HandFingerOff as IconHandFingerOff, HandFingerRight as IconHandFingerRight, HandGrab as IconHandGrab, HandLittleFinger as IconHandLittleFinger, HandLoveYou as IconHandLoveYou, HandMiddleFinger as IconHandMiddleFinger, HandMove as IconHandMove, HandOff as IconHandOff, HandRingFinger as IconHandRingFinger, HandLoveYou as IconHandRock, HandSanitizer as IconHandSanitizer, HandStop as IconHandStop, HandThreeFingers as IconHandThreeFingers, HandTwoFingers as IconHandTwoFingers, Hanger as IconHanger, Hanger2 as IconHanger2, Hanger2Filled as IconHanger2Filled, HangerOff as IconHangerOff, Hash as IconHash, Haze as IconHaze, HazeMoon as IconHazeMoon, Hdr as IconHdr, Heading as IconHeading, HeadingOff as IconHeadingOff, Headphones as IconHeadphones, HeadphonesFilled as IconHeadphonesFilled, HeadphonesOff as IconHeadphonesOff, Headset as IconHeadset, HeadsetFilled as IconHeadsetFilled, HeadsetOff as IconHeadsetOff, HealthRecognition as IconHealthRecognition, Heart as IconHeart, HeartBitcoin as IconHeartBitcoin, HeartBolt as IconHeartBolt, HeartBroken as IconHeartBroken, HeartBrokenFilled as IconHeartBrokenFilled, HeartCancel as IconHeartCancel, HeartCheck as IconHeartCheck, HeartCode as IconHeartCode, HeartCog as IconHeartCog, HeartDiscount as IconHeartDiscount, HeartDollar as IconHeartDollar, HeartDown as IconHeartDown, HeartExclamation as IconHeartExclamation, HeartFilled as IconHeartFilled, HeartHandshake as IconHeartHandshake, HeartMinus as IconHeartMinus, HeartOff as IconHeartOff, HeartPause as IconHeartPause, HeartPin as IconHeartPin, HeartPlus as IconHeartPlus, HeartQuestion as IconHeartQuestion, HeartRateMonitor as IconHeartRateMonitor, HeartSearch as IconHeartSearch, HeartShare as IconHeartShare, HeartSpark as IconHeartSpark, HeartStar as IconHeartStar, HeartUp as IconHeartUp, HeartX as IconHeartX, Heartbeat as IconHeartbeat, Hearts as IconHearts, HeartsOff as IconHeartsOff, Helicopter as IconHelicopter, HelicopterFilled as IconHelicopterFilled, HelicopterLanding as IconHelicopterLanding, HelicopterLandingFilled as IconHelicopterLandingFilled, Helmet as IconHelmet, HelmetOff as IconHelmetOff, Help as IconHelp, HelpCircle as IconHelpCircle, HelpCircleFilled as IconHelpCircleFilled, HelpFilled as IconHelpFilled, HelpHexagon as IconHelpHexagon, HelpHexagonFilled as IconHelpHexagonFilled, HelpOctagon as IconHelpOctagon, HelpOctagonFilled as IconHelpOctagonFilled, HelpOff as IconHelpOff, HelpSmall as IconHelpSmall, HelpSquare as IconHelpSquare, HelpSquareFilled as IconHelpSquareFilled, HelpSquareRounded as IconHelpSquareRounded, HelpSquareRoundedFilled as IconHelpSquareRoundedFilled, HelpTriangle as IconHelpTriangle, HelpTriangleFilled as IconHelpTriangleFilled, Hemisphere as IconHemisphere, HemisphereOff as IconHemisphereOff, HemispherePlus as IconHemispherePlus, Hexagon as IconHexagon, HexagonNumber0 as IconHexagon0, HexagonNumber1 as IconHexagon1, HexagonNumber2 as IconHexagon2, HexagonNumber3 as IconHexagon3, Hexagon3d as IconHexagon3d, HexagonNumber4 as IconHexagon4, HexagonNumber5 as IconHexagon5, HexagonNumber6 as IconHexagon6, HexagonNumber7 as IconHexagon7, HexagonNumber8 as IconHexagon8, HexagonNumber9 as IconHexagon9, HexagonAsterisk as IconHexagonAsterisk, HexagonFilled as IconHexagonFilled, HexagonLetterA as IconHexagonLetterA, HexagonLetterAFilled as IconHexagonLetterAFilled, HexagonLetterB as IconHexagonLetterB, HexagonLetterBFilled as IconHexagonLetterBFilled, HexagonLetterC as IconHexagonLetterC, HexagonLetterCFilled as IconHexagonLetterCFilled, HexagonLetterD as IconHexagonLetterD, HexagonLetterDFilled as IconHexagonLetterDFilled, HexagonLetterE as IconHexagonLetterE, HexagonLetterEFilled as IconHexagonLetterEFilled, HexagonLetterF as IconHexagonLetterF, HexagonLetterFFilled as IconHexagonLetterFFilled, HexagonLetterG as IconHexagonLetterG, HexagonLetterGFilled as IconHexagonLetterGFilled, HexagonLetterH as IconHexagonLetterH, HexagonLetterHFilled as IconHexagonLetterHFilled, HexagonLetterI as IconHexagonLetterI, HexagonLetterIFilled as IconHexagonLetterIFilled, HexagonLetterJ as IconHexagonLetterJ, HexagonLetterJFilled as IconHexagonLetterJFilled, HexagonLetterK as IconHexagonLetterK, HexagonLetterKFilled as IconHexagonLetterKFilled, HexagonLetterL as IconHexagonLetterL, HexagonLetterLFilled as IconHexagonLetterLFilled, HexagonLetterM as IconHexagonLetterM, HexagonLetterMFilled as IconHexagonLetterMFilled, HexagonLetterN as IconHexagonLetterN, HexagonLetterNFilled as IconHexagonLetterNFilled, HexagonLetterO as IconHexagonLetterO, HexagonLetterOFilled as IconHexagonLetterOFilled, HexagonLetterP as IconHexagonLetterP, HexagonLetterPFilled as IconHexagonLetterPFilled, HexagonLetterQ as IconHexagonLetterQ, HexagonLetterQFilled as IconHexagonLetterQFilled, HexagonLetterR as IconHexagonLetterR, HexagonLetterRFilled as IconHexagonLetterRFilled, HexagonLetterS as IconHexagonLetterS, HexagonLetterSFilled as IconHexagonLetterSFilled, HexagonLetterT as IconHexagonLetterT, HexagonLetterTFilled as IconHexagonLetterTFilled, HexagonLetterU as IconHexagonLetterU, HexagonLetterUFilled as IconHexagonLetterUFilled, HexagonLetterV as IconHexagonLetterV, HexagonLetterVFilled as IconHexagonLetterVFilled, HexagonLetterW as IconHexagonLetterW, HexagonLetterWFilled as IconHexagonLetterWFilled, HexagonLetterX as IconHexagonLetterX, HexagonLetterXFilled as IconHexagonLetterXFilled, HexagonLetterY as IconHexagonLetterY, HexagonLetterYFilled as IconHexagonLetterYFilled, HexagonLetterZ as IconHexagonLetterZ, HexagonLetterZFilled as IconHexagonLetterZFilled, HexagonMinus as IconHexagonMinus, HexagonMinus2 as IconHexagonMinus2, HexagonMinusFilled as IconHexagonMinusFilled, HexagonNumber0 as IconHexagonNumber0, HexagonNumber0Filled as IconHexagonNumber0Filled, HexagonNumber1 as IconHexagonNumber1, HexagonNumber1Filled as IconHexagonNumber1Filled, HexagonNumber2 as IconHexagonNumber2, HexagonNumber2Filled as IconHexagonNumber2Filled, HexagonNumber3 as IconHexagonNumber3, HexagonNumber3Filled as IconHexagonNumber3Filled, HexagonNumber4 as IconHexagonNumber4, HexagonNumber4Filled as IconHexagonNumber4Filled, HexagonNumber5 as IconHexagonNumber5, HexagonNumber5Filled as IconHexagonNumber5Filled, HexagonNumber6 as IconHexagonNumber6, HexagonNumber6Filled as IconHexagonNumber6Filled, HexagonNumber7 as IconHexagonNumber7, HexagonNumber7Filled as IconHexagonNumber7Filled, HexagonNumber8 as IconHexagonNumber8, HexagonNumber8Filled as IconHexagonNumber8Filled, HexagonNumber9 as IconHexagonNumber9, HexagonNumber9Filled as IconHexagonNumber9Filled, HexagonOff as IconHexagonOff, HexagonPlus as IconHexagonPlus, HexagonPlus2 as IconHexagonPlus2, HexagonPlusFilled as IconHexagonPlusFilled, HexagonalPrism as IconHexagonalPrism, HexagonalPrismOff as IconHexagonalPrismOff, HexagonalPrismPlus as IconHexagonalPrismPlus, HexagonalPyramid as IconHexagonalPyramid, HexagonalPyramidOff as IconHexagonalPyramidOff, HexagonalPyramidPlus as IconHexagonalPyramidPlus, Hexagons as IconHexagons, HexagonsOff as IconHexagonsOff, Hierarchy as IconHierarchy, Hierarchy2 as IconHierarchy2, Hierarchy3 as IconHierarchy3, HierarchyOff as IconHierarchyOff, Highlight as IconHighlight, HighlightOff as IconHighlightOff, History as IconHistory, HistoryOff as IconHistoryOff, HistoryToggle as IconHistoryToggle, Home as IconHome, Home2 as IconHome2, Home2Filled as IconHome2Filled, HomeBitcoin as IconHomeBitcoin, HomeBolt as IconHomeBolt, HomeCancel as IconHomeCancel, HomeCheck as IconHomeCheck, HomeCog as IconHomeCog, HomeDollar as IconHomeDollar, HomeDot as IconHomeDot, HomeDown as IconHomeDown, HomeEco as IconHomeEco, HomeEdit as IconHomeEdit, HomeExclamation as IconHomeExclamation, HomeFilled as IconHomeFilled, HomeHand as IconHomeHand, HomeHeart as IconHomeHeart, HomeInfinity as IconHomeInfinity, HomeLink as IconHomeLink, HomeLock as IconHomeLock, HomeMinus as IconHomeMinus, HomeMove as IconHomeMove, HomeOff as IconHomeOff, HomePlus as IconHomePlus, HomeQuestion as IconHomeQuestion, HomeRibbon as IconHomeRibbon, HomeSearch as IconHomeSearch, HomeShare as IconHomeShare, HomeShield as IconHomeShield, HomeSignal as IconHomeSignal, HomeSpark as IconHomeSpark, HomeStar as IconHomeStar, HomeStats as IconHomeStats, HomeUp as IconHomeUp, HomeX as IconHomeX, Horse as IconHorse, HorseToy as IconHorseToy, Horseshoe as IconHorseshoe, Hospital as IconHospital, HospitalCircle as IconHospitalCircle, HospitalCircleFilled as IconHospitalCircleFilled, HotelService as IconHotelService, Hourglass as IconHourglass, HourglassEmpty as IconHourglassEmpty, HourglassFilled as IconHourglassFilled, HourglassHigh as IconHourglassHigh, HourglassLow as IconHourglassLow, HourglassOff as IconHourglassOff, Hours12 as IconHours12, Hours24 as IconHours24, Html as IconHtml, HttpConnect as IconHttpConnect, HttpConnectOff as IconHttpConnectOff, HttpDelete as IconHttpDelete, HttpDeleteOff as IconHttpDeleteOff, HttpGet as IconHttpGet, HttpGetOff as IconHttpGetOff, HttpHead as IconHttpHead, HttpHeadOff as IconHttpHeadOff, HttpOptions as IconHttpOptions, HttpOptionsOff as IconHttpOptionsOff, HttpPatch as IconHttpPatch, HttpPatchOff as IconHttpPatchOff, HttpPost as IconHttpPost, HttpPostOff as IconHttpPostOff, HttpPut as IconHttpPut, HttpPutOff as IconHttpPutOff, HttpQue as IconHttpQue, HttpQueOff as IconHttpQueOff, HttpTrace as IconHttpTrace, HttpTraceOff as IconHttpTraceOff, HulaHoop as IconHulaHoop, IceCream as IconIceCream, IceCream2 as IconIceCream2, IceCreamOff as IconIceCreamOff, IceSkating as IconIceSkating, Iceberg as IconIceberg, Icons as IconIcons, IconsFilled as IconIconsFilled, IconsOff as IconIconsOff, Icosahedron as IconIcosahedron, Id as IconId, IdBadge as IconIdBadge, IdBadge2 as IconIdBadge2, IdBadgeOff as IconIdBadgeOff, IdFilled as IconIdFilled, IdOff as IconIdOff, Icosahedron as IconIkosaedr, ImageGeneration as IconImageGeneration, ImageInPicture as IconImageInPicture, Inbox as IconInbox, InboxOff as IconInboxOff, IndentDecrease as IconIndentDecrease, IndentIncrease as IconIndentIncrease, Infinity as IconInfinity, Infinity2 as IconInfinity2, InfinityOff as IconInfinityOff, InfoCircle as IconInfoCircle, InfoCircleFilled as IconInfoCircleFilled, InfoHexagon as IconInfoHexagon, InfoHexagonFilled as IconInfoHexagonFilled, InfoOctagon as IconInfoOctagon, InfoOctagonFilled as IconInfoOctagonFilled, InfoSmall as IconInfoSmall, InfoSquare as IconInfoSquare, InfoSquareFilled as IconInfoSquareFilled, InfoSquareRounded as IconInfoSquareRounded, InfoSquareRoundedFilled as IconInfoSquareRoundedFilled, InfoTriangle as IconInfoTriangle, InfoTriangleFilled as IconInfoTriangleFilled, InnerShadowBottom as IconInnerShadowBottom, InnerShadowBottomFilled as IconInnerShadowBottomFilled, InnerShadowBottomLeft as IconInnerShadowBottomLeft, InnerShadowBottomLeftFilled as IconInnerShadowBottomLeftFilled, InnerShadowBottomRight as IconInnerShadowBottomRight, InnerShadowBottomRightFilled as IconInnerShadowBottomRightFilled, InnerShadowLeft as IconInnerShadowLeft, InnerShadowLeftFilled as IconInnerShadowLeftFilled, InnerShadowRight as IconInnerShadowRight, InnerShadowRightFilled as IconInnerShadowRightFilled, InnerShadowTop as IconInnerShadowTop, InnerShadowTopFilled as IconInnerShadowTopFilled, InnerShadowTopLeft as IconInnerShadowTopLeft, InnerShadowTopLeftFilled as IconInnerShadowTopLeftFilled, InnerShadowTopRight as IconInnerShadowTopRight, InnerShadowTopRightFilled as IconInnerShadowTopRightFilled, InputAi as IconInputAi, InputCheck as IconInputCheck, InputSearch as IconInputSearch, InputSpark as IconInputSpark, InputX as IconInputX, Invoice as IconInvoice, Ironing as IconIroning, Ironing1 as IconIroning1, Ironing1Filled as IconIroning1Filled, Ironing2 as IconIroning2, Ironing2Filled as IconIroning2Filled, Ironing3 as IconIroning3, Ironing3Filled as IconIroning3Filled, IroningFilled as IconIroningFilled, IroningOff as IconIroningOff, IroningSteam as IconIroningSteam, IroningSteamFilled as IconIroningSteamFilled, IroningSteamOff as IconIroningSteamOff, IrregularPolyhedron as IconIrregularPolyhedron, IrregularPolyhedronOff as IconIrregularPolyhedronOff, IrregularPolyhedronPlus as IconIrregularPolyhedronPlus, Italic as IconItalic, ItalicOff as IconItalicOff, Jacket as IconJacket, Jetpack as IconJetpack, JetpackFilled as IconJetpackFilled, Jetski as IconJetski, JewishStar as IconJewishStar, JewishStarFilled as IconJewishStarFilled, JoinBevel as IconJoinBevel, JoinRound as IconJoinRound, JoinStraight as IconJoinStraight, Joker as IconJoker, Jpg as IconJpg, Json as IconJson, JumpRope as IconJumpRope, Karate as IconKarate, Kayak as IconKayak, Kerning as IconKering, Kerning as IconKerning, Key as IconKey, KeyFilled as IconKeyFilled, KeyOff as IconKeyOff, Keyboard as IconKeyboard, KeyboardFilled as IconKeyboardFilled, KeyboardHide as IconKeyboardHide, KeyboardOff as IconKeyboardOff, KeyboardShow as IconKeyboardShow, Keyframe as IconKeyframe, KeyframeAlignCenter as IconKeyframeAlignCenter, KeyframeAlignCenterFilled as IconKeyframeAlignCenterFilled, KeyframeAlignHorizontal as IconKeyframeAlignHorizontal, KeyframeAlignHorizontalFilled as IconKeyframeAlignHorizontalFilled, KeyframeAlignVertical as IconKeyframeAlignVertical, KeyframeAlignVerticalFilled as IconKeyframeAlignVerticalFilled, KeyframeFilled as IconKeyframeFilled, Keyframes as IconKeyframes, KeyframesFilled as IconKeyframesFilled, Label as IconLabel, LabelFilled as IconLabelFilled, LabelImportant as IconLabelImportant, LabelImportantFilled as IconLabelImportantFilled, LabelOff as IconLabelOff, Ladder as IconLadder, LadderOff as IconLadderOff, Ladle as IconLadle, Lambda as IconLambda, Lamp as IconLamp, Lamp2 as IconLamp2, LampOff as IconLampOff, Lane as IconLane, Language as IconLanguage, LanguageHiragana as IconLanguageHiragana, LanguageKatakana as IconLanguageKatakana, LanguageOff as IconLanguageOff, Lasso as IconLasso, LassoOff as IconLassoOff, LassoPolygon as IconLassoPolygon, LassoPolygonFilled as IconLassoPolygonFilled, LaurelWreath as IconLaurelWreath, LaurelWreath1 as IconLaurelWreath1, LaurelWreath1Filled as IconLaurelWreath1Filled, LaurelWreath2 as IconLaurelWreath2, LaurelWreath2Filled as IconLaurelWreath2Filled, LaurelWreath3 as IconLaurelWreath3, LaurelWreath3Filled as IconLaurelWreath3Filled, LaurelWreathFilled as IconLaurelWreathFilled, LawnMower as IconLawnMower, LayersDifference as IconLayersDifference, LayersIntersect as IconLayersIntersect, LayersIntersect2 as IconLayersIntersect2, LayersLinked as IconLayersLinked, LayersOff as IconLayersOff, LayersSelected as IconLayersSelected, LayersSelectedBottom as IconLayersSelectedBottom, LayersSubtract as IconLayersSubtract, LayersUnion as IconLayersUnion, Layout as IconLayout, Layout2 as IconLayout2, Layout2Filled as IconLayout2Filled, LayoutAlignBottom as IconLayoutAlignBottom, LayoutAlignBottomFilled as IconLayoutAlignBottomFilled, LayoutAlignCenter as IconLayoutAlignCenter, LayoutAlignCenterFilled as IconLayoutAlignCenterFilled, LayoutAlignLeft as IconLayoutAlignLeft, LayoutAlignLeftFilled as IconLayoutAlignLeftFilled, LayoutAlignMiddle as IconLayoutAlignMiddle, LayoutAlignMiddleFilled as IconLayoutAlignMiddleFilled, LayoutAlignRight as IconLayoutAlignRight, LayoutAlignRightFilled as IconLayoutAlignRightFilled, LayoutAlignTop as IconLayoutAlignTop, LayoutAlignTopFilled as IconLayoutAlignTopFilled, LayoutBoard as IconLayoutBoard, LayoutBoardFilled as IconLayoutBoardFilled, LayoutBoardSplit as IconLayoutBoardSplit, LayoutBoardSplitFilled as IconLayoutBoardSplitFilled, LayoutBottombar as IconLayoutBottombar, LayoutBottombarCollapse as IconLayoutBottombarCollapse, LayoutBottombarCollapseFilled as IconLayoutBottombarCollapseFilled, LayoutBottombarExpand as IconLayoutBottombarExpand, LayoutBottombarExpandFilled as IconLayoutBottombarExpandFilled, LayoutBottombarFilled as IconLayoutBottombarFilled, LayoutBottombarInactive as IconLayoutBottombarInactive, LayoutCards as IconLayoutCards, LayoutCardsFilled as IconLayoutCardsFilled, LayoutCollage as IconLayoutCollage, LayoutColumns as IconLayoutColumns, LayoutDashboard as IconLayoutDashboard, LayoutDashboardFilled as IconLayoutDashboardFilled, LayoutDistributeHorizontal as IconLayoutDistributeHorizontal, LayoutDistributeHorizontalFilled as IconLayoutDistributeHorizontalFilled, LayoutDistributeVertical as IconLayoutDistributeVertical, LayoutDistributeVerticalFilled as IconLayoutDistributeVerticalFilled, LayoutFilled as IconLayoutFilled, LayoutGrid as IconLayoutGrid, LayoutGridAdd as IconLayoutGridAdd, LayoutGridFilled as IconLayoutGridFilled, LayoutGridRemove as IconLayoutGridRemove, LayoutKanban as IconLayoutKanban, LayoutKanbanFilled as IconLayoutKanbanFilled, LayoutList as IconLayoutList, LayoutListFilled as IconLayoutListFilled, LayoutNavbar as IconLayoutNavbar, LayoutNavbarCollapse as IconLayoutNavbarCollapse, LayoutNavbarCollapseFilled as IconLayoutNavbarCollapseFilled, LayoutNavbarExpand as IconLayoutNavbarExpand, LayoutNavbarExpandFilled as IconLayoutNavbarExpandFilled, LayoutNavbarFilled as IconLayoutNavbarFilled, LayoutNavbarInactive as IconLayoutNavbarInactive, LayoutOff as IconLayoutOff, LayoutRows as IconLayoutRows, LayoutSidebar as IconLayoutSidebar, LayoutSidebarFilled as IconLayoutSidebarFilled, LayoutSidebarInactive as IconLayoutSidebarInactive, LayoutSidebarLeftCollapse as IconLayoutSidebarLeftCollapse, LayoutSidebarLeftCollapseFilled as IconLayoutSidebarLeftCollapseFilled, LayoutSidebarLeftExpand as IconLayoutSidebarLeftExpand, LayoutSidebarLeftExpandFilled as IconLayoutSidebarLeftExpandFilled, LayoutSidebarRight as IconLayoutSidebarRight, LayoutSidebarRightCollapse as IconLayoutSidebarRightCollapse, LayoutSidebarRightCollapseFilled as IconLayoutSidebarRightCollapseFilled, LayoutSidebarRightExpand as IconLayoutSidebarRightExpand, LayoutSidebarRightExpandFilled as IconLayoutSidebarRightExpandFilled, LayoutSidebarRightFilled as IconLayoutSidebarRightFilled, LayoutSidebarRightInactive as IconLayoutSidebarRightInactive, Leaf as IconLeaf, Leaf2 as IconLeaf2, LeafFilled as IconLeafFilled, LeafMaple as IconLeafMaple, LeafOff as IconLeafOff, Lego as IconLego, LegoFilled as IconLegoFilled, LegoOff as IconLegoOff, Lemon as IconLemon, Lemon2 as IconLemon2, Lemon2Filled as IconLemon2Filled, LetterA as IconLetterA, LetterASmall as IconLetterASmall, LetterB as IconLetterB, LetterBSmall as IconLetterBSmall, LetterC as IconLetterC, LetterCSmall as IconLetterCSmall, LetterCase as IconLetterCase, LetterCaseLower as IconLetterCaseLower, LetterCaseToggle as IconLetterCaseToggle, LetterCaseUpper as IconLetterCaseUpper, LetterD as IconLetterD, LetterDSmall as IconLetterDSmall, LetterE as IconLetterE, LetterESmall as IconLetterESmall, LetterF as IconLetterF, LetterFSmall as IconLetterFSmall, LetterG as IconLetterG, LetterGSmall as IconLetterGSmall, LetterH as IconLetterH, LetterHSmall as IconLetterHSmall, LetterI as IconLetterI, LetterISmall as IconLetterISmall, LetterJ as IconLetterJ, LetterJSmall as IconLetterJSmall, LetterK as IconLetterK, LetterKSmall as IconLetterKSmall, LetterL as IconLetterL, LetterLSmall as IconLetterLSmall, LetterM as IconLetterM, LetterMSmall as IconLetterMSmall, LetterN as IconLetterN, LetterNSmall as IconLetterNSmall, LetterO as IconLetterO, LetterOSmall as IconLetterOSmall, LetterP as IconLetterP, LetterPSmall as IconLetterPSmall, LetterQ as IconLetterQ, LetterQSmall as IconLetterQSmall, LetterR as IconLetterR, LetterRSmall as IconLetterRSmall, LetterS as IconLetterS, LetterSSmall as IconLetterSSmall, LetterSpacing as IconLetterSpacing, LetterT as IconLetterT, LetterTSmall as IconLetterTSmall, LetterU as IconLetterU, LetterUSmall as IconLetterUSmall, LetterV as IconLetterV, LetterVSmall as IconLetterVSmall, LetterW as IconLetterW, LetterWSmall as IconLetterWSmall, LetterX as IconLetterX, LetterXSmall as IconLetterXSmall, LetterY as IconLetterY, LetterYSmall as IconLetterYSmall, LetterZ as IconLetterZ, LetterZSmall as IconLetterZSmall, Library as IconLibrary, LibraryFilled as IconLibraryFilled, LibraryMinus as IconLibraryMinus, LibraryPhoto as IconLibraryPhoto, LibraryPlus as IconLibraryPlus, LibraryPlusFilled as IconLibraryPlusFilled, License as IconLicense, LicenseOff as IconLicenseOff, Lifebuoy as IconLifebuoy, LifebuoyFilled as IconLifebuoyFilled, LifebuoyOff as IconLifebuoyOff, Lighter as IconLighter, Line as IconLine, LineDashed as IconLineDashed, LineDotted as IconLineDotted, LineHeight as IconLineHeight, LineScan as IconLineScan, Link as IconLink, LinkFilled as IconLinkFilled, LinkMinus as IconLinkMinus, LinkOff as IconLinkOff, LinkPlus as IconLinkPlus, List as IconList, ListCheck as IconListCheck, ListCheckFilled as IconListCheckFilled, ListDetails as IconListDetails, ListDetailsFilled as IconListDetailsFilled, ListFilled as IconListFilled, ListLetters as IconListLetters, ListNumbers as IconListNumbers, ListSearch as IconListSearch, ListTree as IconListTree, LivePhoto as IconLivePhoto, LivePhotoFilled as IconLivePhotoFilled, LivePhotoOff as IconLivePhotoOff, LiveView as IconLiveView, LiveViewFilled as IconLiveViewFilled, LoadBalancer as IconLoadBalancer, Loader as IconLoader, Loader2 as IconLoader2, Loader3 as IconLoader3, Loader4 as IconLoader4, LoaderQuarter as IconLoaderQuarter, Location as IconLocation, LocationBolt as IconLocationBolt, LocationBroken as IconLocationBroken, LocationCancel as IconLocationCancel, LocationCheck as IconLocationCheck, LocationCode as IconLocationCode, LocationCog as IconLocationCog, LocationDiscount as IconLocationDiscount, LocationDollar as IconLocationDollar, LocationDown as IconLocationDown, LocationExclamation as IconLocationExclamation, LocationFilled as IconLocationFilled, LocationHeart as IconLocationHeart, LocationMinus as IconLocationMinus, LocationOff as IconLocationOff, LocationPause as IconLocationPause, LocationPin as IconLocationPin, LocationPlus as IconLocationPlus, LocationQuestion as IconLocationQuestion, LocationSearch as IconLocationSearch, LocationShare as IconLocationShare, LocationStar as IconLocationStar, LocationUp as IconLocationUp, LocationX as IconLocationX, Lock as IconLock, LockAccess as IconLockAccess, LockAccessOff as IconLockAccessOff, LockBitcoin as IconLockBitcoin, LockBolt as IconLockBolt, LockCancel as IconLockCancel, LockCheck as IconLockCheck, LockCode as IconLockCode, LockCog as IconLockCog, LockDollar as IconLockDollar, LockDown as IconLockDown, LockExclamation as IconLockExclamation, LockFilled as IconLockFilled, LockHeart as IconLockHeart, LockMinus as IconLockMinus, LockOff as IconLockOff, LockOpen as IconLockOpen, LockOpen2 as IconLockOpen2, LockOpenOff as IconLockOpenOff, LockPassword as IconLockPassword, LockPause as IconLockPause, LockPin as IconLockPin, LockPlus as IconLockPlus, LockQuestion as IconLockQuestion, LockSearch as IconLockSearch, LockShare as IconLockShare, LockSquare as IconLockSquare, LockSquareRounded as IconLockSquareRounded, LockSquareRoundedFilled as IconLockSquareRoundedFilled, LockStar as IconLockStar, LockUp as IconLockUp, LockX as IconLockX, LogicAnd as IconLogicAnd, LogicBuffer as IconLogicBuffer, LogicNand as IconLogicNand, LogicNor as IconLogicNor, LogicNot as IconLogicNot, LogicOr as IconLogicOr, LogicXnor as IconLogicXnor, LogicXor as IconLogicXor, Login as IconLogin, Login2 as IconLogin2, Logout as IconLogout, Logout2 as IconLogout2, Logs as IconLogs, Lollipop as IconLollipop, LollipopOff as IconLollipopOff, Luggage as IconLuggage, LuggageOff as IconLuggageOff, Lungs as IconLungs, LungsFilled as IconLungsFilled, LungsOff as IconLungsOff, Macro as IconMacro, MacroFilled as IconMacroFilled, MacroOff as IconMacroOff, Magnet as IconMagnet, MagnetFilled as IconMagnetFilled, MagnetOff as IconMagnetOff, Magnetic as IconMagnetic, Mail as IconMail, MailAi as IconMailAi, MailBitcoin as IconMailBitcoin, MailBolt as IconMailBolt, MailCancel as IconMailCancel, MailCheck as IconMailCheck, MailCode as IconMailCode, MailCog as IconMailCog, MailDollar as IconMailDollar, MailDown as IconMailDown, MailExclamation as IconMailExclamation, MailFast as IconMailFast, MailFilled as IconMailFilled, MailForward as IconMailForward, MailHeart as IconMailHeart, MailMinus as IconMailMinus, MailOff as IconMailOff, MailOpened as IconMailOpened, MailOpenedFilled as IconMailOpenedFilled, MailPause as IconMailPause, MailPin as IconMailPin, MailPlus as IconMailPlus, MailQuestion as IconMailQuestion, MailSearch as IconMailSearch, MailShare as IconMailShare, MailSpark as IconMailSpark, MailStar as IconMailStar, MailUp as IconMailUp, MailX as IconMailX, Mailbox as IconMailbox, MailboxOff as IconMailboxOff, Man as IconMan, ManFilled as IconManFilled, ManualGearbox as IconManualGearbox, ManualGearboxFilled as IconManualGearboxFilled, Map as IconMap, Map2 as IconMap2, MapBolt as IconMapBolt, MapCancel as IconMapCancel, MapCheck as IconMapCheck, MapCode as IconMapCode, MapCog as IconMapCog, MapDiscount as IconMapDiscount, MapDollar as IconMapDollar, MapDown as IconMapDown, MapEast as IconMapEast, MapExclamation as IconMapExclamation, MapHeart as IconMapHeart, MapLock as IconMapLock, MapMinus as IconMapMinus, MapNorth as IconMapNorth, MapOff as IconMapOff, MapPause as IconMapPause, MapPin as IconMapPin, MapPin2 as IconMapPin2, MapPinBolt as IconMapPinBolt, MapPinCancel as IconMapPinCancel, MapPinCheck as IconMapPinCheck, MapPinCode as IconMapPinCode, MapPinCog as IconMapPinCog, MapPinDollar as IconMapPinDollar, MapPinDown as IconMapPinDown, MapPinExclamation as IconMapPinExclamation, MapPinFilled as IconMapPinFilled, MapPinHeart as IconMapPinHeart, MapPinMinus as IconMapPinMinus, MapPinOff as IconMapPinOff, MapPinPause as IconMapPinPause, MapPinPin as IconMapPinPin, MapPinPlus as IconMapPinPlus, MapPinQuestion as IconMapPinQuestion, MapPinSearch as IconMapPinSearch, MapPinShare as IconMapPinShare, MapPinStar as IconMapPinStar, MapPinUp as IconMapPinUp, MapPinX as IconMapPinX, MapPins as IconMapPins, MapPlus as IconMapPlus, MapQuestion as IconMapQuestion, MapRoute as IconMapRoute, MapSearch as IconMapSearch, MapShare as IconMapShare, MapShield as IconMapShield, MapSouth as IconMapSouth, MapStar as IconMapStar, MapUp as IconMapUp, MapWest as IconMapWest, MapX as IconMapX, Markdown as IconMarkdown, MarkdownOff as IconMarkdownOff, Marquee as IconMarquee, Marquee2 as IconMarquee2, MarqueeOff as IconMarqueeOff, Mars as IconMars, Mask as IconMask, MaskOff as IconMaskOff, MasksTheater as IconMasksTheater, MasksTheaterOff as IconMasksTheaterOff, Massage as IconMassage, Matchstick as IconMatchstick, Math as IconMath, Math1Divide2 as IconMath1Divide2, Math1Divide3 as IconMath1Divide3, MathAvg as IconMathAvg, MathCos as IconMathCos, MathCtg as IconMathCtg, MathEqualGreater as IconMathEqualGreater, MathEqualLower as IconMathEqualLower, MathFunction as IconMathFunction, MathFunctionOff as IconMathFunctionOff, MathFunctionY as IconMathFunctionY, MathGreater as IconMathGreater, MathIntegral as IconMathIntegral, MathIntegralX as IconMathIntegralX, MathIntegrals as IconMathIntegrals, MathLower as IconMathLower, MathMax as IconMathMax, MathMaxMin as IconMathMaxMin, MathMin as IconMathMin, MathNot as IconMathNot, MathOff as IconMathOff, MathPi as IconMathPi, MathPiDivide2 as IconMathPiDivide2, MathSec as IconMathSec, MathSin as IconMathSin, MathSymbols as IconMathSymbols, MathTg as IconMathTg, MathXDivide2 as IconMathXDivide2, MathXDivideY as IconMathXDivideY, MathXDivideY2 as IconMathXDivideY2, MathXFloorDivideY as IconMathXFloorDivideY, MathXMinusX as IconMathXMinusX, MathXMinusY as IconMathXMinusY, MathXPlusX as IconMathXPlusX, MathXPlusY as IconMathXPlusY, MathXy as IconMathXy, MathYMinusY as IconMathYMinusY, MathYPlusY as IconMathYPlusY, Matrix as IconMatrix, Maximize as IconMaximize, MaximizeOff as IconMaximizeOff, Meat as IconMeat, MeatOff as IconMeatOff, Medal as IconMedal, Medal2 as IconMedal2, MedicalCross as IconMedicalCross, MedicalCrossCircle as IconMedicalCrossCircle, MedicalCrossFilled as IconMedicalCrossFilled, MedicalCrossOff as IconMedicalCrossOff, MedicineSyrup as IconMedicineSyrup, Meeple as IconMeeple, MeepleFilled as IconMeepleFilled, Melon as IconMelon, MelonFilled as IconMelonFilled, Menorah as IconMenorah, Menu as IconMenu, Menu2 as IconMenu2, Menu2Filled as IconMenu2Filled, Menu3 as IconMenu3, Menu4 as IconMenu4, MenuDeep as IconMenuDeep, MenuOrder as IconMenuOrder, Mesh as IconMesh, Message as IconMessage, Message2 as IconMessage2, Message2Bolt as IconMessage2Bolt, Message2Cancel as IconMessage2Cancel, Message2Check as IconMessage2Check, Message2Code as IconMessage2Code, Message2Cog as IconMessage2Cog, Message2Dollar as IconMessage2Dollar, Message2Down as IconMessage2Down, Message2Exclamation as IconMessage2Exclamation, Message2Filled as IconMessage2Filled, Message2Heart as IconMessage2Heart, Message2Minus as IconMessage2Minus, Message2Off as IconMessage2Off, Message2Pause as IconMessage2Pause, Message2Pin as IconMessage2Pin, Message2Plus as IconMessage2Plus, Message2Question as IconMessage2Question, Message2Search as IconMessage2Search, Message2Share as IconMessage2Share, Message2Star as IconMessage2Star, Message2Up as IconMessage2Up, Message2X as IconMessage2X, MessageBolt as IconMessageBolt, MessageCancel as IconMessageCancel, MessageChatbot as IconMessageChatbot, MessageChatbotFilled as IconMessageChatbotFilled, MessageCheck as IconMessageCheck, MessageCircle as IconMessageCircle, MessageCircle as IconMessageCircle2, MessageCircleFilled as IconMessageCircle2Filled, MessageCircleBolt as IconMessageCircleBolt, MessageCircleCancel as IconMessageCircleCancel, MessageCircleCheck as IconMessageCircleCheck, MessageCircleCode as IconMessageCircleCode, MessageCircleCog as IconMessageCircleCog, MessageCircleDollar as IconMessageCircleDollar, MessageCircleDown as IconMessageCircleDown, MessageCircleExclamation as IconMessageCircleExclamation, MessageCircleFilled as IconMessageCircleFilled, MessageCircleHeart as IconMessageCircleHeart, MessageCircleMinus as IconMessageCircleMinus, MessageCircleOff as IconMessageCircleOff, MessageCirclePause as IconMessageCirclePause, MessageCirclePin as IconMessageCirclePin, MessageCirclePlus as IconMessageCirclePlus, MessageCircleQuestion as IconMessageCircleQuestion, MessageCircleSearch as IconMessageCircleSearch, MessageCircleShare as IconMessageCircleShare, MessageCircleStar as IconMessageCircleStar, MessageCircleUp as IconMessageCircleUp, MessageCircleUser as IconMessageCircleUser, MessageCircleX as IconMessageCircleX, MessageCode as IconMessageCode, MessageCog as IconMessageCog, MessageDollar as IconMessageDollar, MessageDots as IconMessageDots, MessageDown as IconMessageDown, MessageExclamation as IconMessageExclamation, MessageFilled as IconMessageFilled, MessageForward as IconMessageForward, MessageHeart as IconMessageHeart, MessageLanguage as IconMessageLanguage, MessageMinus as IconMessageMinus, MessageOff as IconMessageOff, MessagePause as IconMessagePause, MessagePin as IconMessagePin, MessagePlus as IconMessagePlus, MessageQuestion as IconMessageQuestion, MessageReply as IconMessageReply, MessageReport as IconMessageReport, MessageReportFilled as IconMessageReportFilled, MessageSearch as IconMessageSearch, MessageShare as IconMessageShare, MessageStar as IconMessageStar, MessageUp as IconMessageUp, MessageUser as IconMessageUser, MessageX as IconMessageX, Messages as IconMessages, MessagesFilled as IconMessagesFilled, MessagesOff as IconMessagesOff, Meteor as IconMeteor, MeteorFilled as IconMeteorFilled, MeteorOff as IconMeteorOff, MeterCube as IconMeterCube, MeterSquare as IconMeterSquare, Metronome as IconMetronome, MichelinBibGourmand as IconMichelinBibGourmand, MichelinStar as IconMichelinStar, MichelinStarFilled as IconMichelinStarFilled, MichelinStarGreen as IconMichelinStarGreen, Mickey as IconMickey, MickeyFilled as IconMickeyFilled, Microfrontends as IconMicrofrontends, Microphone as IconMicrophone, Microphone2 as IconMicrophone2, Microphone2Off as IconMicrophone2Off, MicrophoneFilled as IconMicrophoneFilled, MicrophoneOff as IconMicrophoneOff, Microscope as IconMicroscope, MicroscopeFilled as IconMicroscopeFilled, MicroscopeOff as IconMicroscopeOff, Microwave as IconMicrowave, MicrowaveFilled as IconMicrowaveFilled, MicrowaveOff as IconMicrowaveOff, Middleware as IconMiddleware, MilitaryAward as IconMilitaryAward, MilitaryRank as IconMilitaryRank, MilitaryRankFilled as IconMilitaryRankFilled, Milk as IconMilk, MilkFilled as IconMilkFilled, MilkOff as IconMilkOff, Milkshake as IconMilkshake, Minimize as IconMinimize, Minus as IconMinus, MinusVertical as IconMinusVertical, Mist as IconMist, MistOff as IconMistOff, Mobiledata as IconMobiledata, MobiledataOff as IconMobiledataOff, Moneybag as IconMoneybag, MoneybagEdit as IconMoneybagEdit, MoneybagHeart as IconMoneybagHeart, MoneybagMinus as IconMoneybagMinus, MoneybagMove as IconMoneybagMove, MoneybagMoveBack as IconMoneybagMoveBack, MoneybagPlus as IconMoneybagPlus, Monkeybar as IconMonkeybar, MoodAngry as IconMoodAngry, MoodAngryFilled as IconMoodAngryFilled, MoodAnnoyed as IconMoodAnnoyed, MoodAnnoyed2 as IconMoodAnnoyed2, MoodBitcoin as IconMoodBitcoin, MoodBoy as IconMoodBoy, MoodCheck as IconMoodCheck, MoodCog as IconMoodCog, MoodConfused as IconMoodConfused, MoodConfusedFilled as IconMoodConfusedFilled, MoodConfused as IconMoodConfuzed, MoodCrazyHappy as IconMoodCrazyHappy, MoodCrazyHappyFilled as IconMoodCrazyHappyFilled, MoodCry as IconMoodCry, MoodDollar as IconMoodDollar, MoodEdit as IconMoodEdit, MoodEmpty as IconMoodEmpty, MoodEmptyFilled as IconMoodEmptyFilled, MoodHappy as IconMoodHappy, MoodHappyFilled as IconMoodHappyFilled, MoodHeart as IconMoodHeart, MoodKid as IconMoodKid, MoodKidFilled as IconMoodKidFilled, MoodLookDown as IconMoodLookDown, MoodLookLeft as IconMoodLookLeft, MoodLookRight as IconMoodLookRight, MoodLookUp as IconMoodLookUp, MoodMinus as IconMoodMinus, MoodNerd as IconMoodNerd, MoodNervous as IconMoodNervous, MoodNeutral as IconMoodNeutral, MoodNeutralFilled as IconMoodNeutralFilled, MoodOff as IconMoodOff, MoodPin as IconMoodPin, MoodPlus as IconMoodPlus, MoodPuzzled as IconMoodPuzzled, MoodSad as IconMoodSad, MoodSad2 as IconMoodSad2, MoodSadDizzy as IconMoodSadDizzy, MoodSadFilled as IconMoodSadFilled, MoodSadSquint as IconMoodSadSquint, MoodSearch as IconMoodSearch, MoodShare as IconMoodShare, MoodSick as IconMoodSick, MoodSilence as IconMoodSilence, MoodSing as IconMoodSing, MoodSmile as IconMoodSmile, MoodSmileBeam as IconMoodSmileBeam, MoodSmileDizzy as IconMoodSmileDizzy, MoodSmileFilled as IconMoodSmileFilled, MoodSpark as IconMoodSpark, MoodSurprised as IconMoodSuprised, MoodSurprised as IconMoodSurprised, MoodTongue as IconMoodTongue, MoodTongueWink as IconMoodTongueWink, MoodTongueWink2 as IconMoodTongueWink2, MoodUnamused as IconMoodUnamused, MoodUp as IconMoodUp, MoodWink as IconMoodWink, MoodWink2 as IconMoodWink2, MoodWrrr as IconMoodWrrr, MoodWrrrFilled as IconMoodWrrrFilled, MoodX as IconMoodX, MoodXd as IconMoodXd, Moon as IconMoon, Moon2 as IconMoon2, MoonFilled as IconMoonFilled, MoonOff as IconMoonOff, MoonStars as IconMoonStars, Moped as IconMoped, Mosque as IconMosque, Motorbike as IconMotorbike, MotorbikeFilled as IconMotorbikeFilled, Mountain as IconMountain, MountainFilled as IconMountainFilled, MountainOff as IconMountainOff, Mouse as IconMouse, Mouse2 as IconMouse2, MouseFilled as IconMouseFilled, MouseOff as IconMouseOff, Moustache as IconMoustache, Movie as IconMovie, MovieOff as IconMovieOff, Mug as IconMug, MugFilled as IconMugFilled, MugOff as IconMugOff, Multiplier05x as IconMultiplier05x, Multiplier15x as IconMultiplier15x, Multiplier1x as IconMultiplier1x, Multiplier2x as IconMultiplier2x, Mushroom as IconMushroom, MushroomFilled as IconMushroomFilled, MushroomOff as IconMushroomOff, Music as IconMusic, MusicBolt as IconMusicBolt, MusicCancel as IconMusicCancel, MusicCheck as IconMusicCheck, MusicCode as IconMusicCode, MusicCog as IconMusicCog, MusicDiscount as IconMusicDiscount, MusicDollar as IconMusicDollar, MusicDown as IconMusicDown, MusicExclamation as IconMusicExclamation, MusicHeart as IconMusicHeart, MusicMinus as IconMusicMinus, MusicOff as IconMusicOff, MusicPause as IconMusicPause, MusicPin as IconMusicPin, MusicPlus as IconMusicPlus, MusicQuestion as IconMusicQuestion, MusicSearch as IconMusicSearch, MusicShare as IconMusicShare, MusicStar as IconMusicStar, MusicUp as IconMusicUp, MusicX as IconMusicX, Navigation as IconNavigation, NavigationBolt as IconNavigationBolt, NavigationCancel as IconNavigationCancel, NavigationCheck as IconNavigationCheck, NavigationCode as IconNavigationCode, NavigationCog as IconNavigationCog, NavigationDiscount as IconNavigationDiscount, NavigationDollar as IconNavigationDollar, NavigationDown as IconNavigationDown, NavigationEast as IconNavigationEast, NavigationExclamation as IconNavigationExclamation, NavigationFilled as IconNavigationFilled, NavigationHeart as IconNavigationHeart, NavigationMinus as IconNavigationMinus, NavigationNorth as IconNavigationNorth, NavigationOff as IconNavigationOff, NavigationPause as IconNavigationPause, NavigationPin as IconNavigationPin, NavigationPlus as IconNavigationPlus, NavigationQuestion as IconNavigationQuestion, NavigationSearch as IconNavigationSearch, NavigationShare as IconNavigationShare, NavigationSouth as IconNavigationSouth, NavigationStar as IconNavigationStar, NavigationTop as IconNavigationTop, NavigationUp as IconNavigationUp, NavigationWest as IconNavigationWest, NavigationX as IconNavigationX, Needle as IconNeedle, NeedleThread as IconNeedleThread, Network as IconNetwork, NetworkOff as IconNetworkOff, NewSection as IconNewSection, News as IconNews, NewsOff as IconNewsOff, Nfc as IconNfc, NfcOff as IconNfcOff, NoCopyright as IconNoCopyright, NoCreativeCommons as IconNoCreativeCommons, NoDerivatives as IconNoDerivatives, NoiseReduction as IconNoiseReduction, NorthStar as IconNorthStar, Notdef as IconNotdef, Note as IconNote, NoteOff as IconNoteOff, Notebook as IconNotebook, NotebookOff as IconNotebookOff, Notes as IconNotes, NotesOff as IconNotesOff, Notification as IconNotification, NotificationOff as IconNotificationOff, Number as IconNumber, Number0 as IconNumber0, Number0Small as IconNumber0Small, Number1 as IconNumber1, Number10 as IconNumber10, Number100Small as IconNumber100Small, Number10Small as IconNumber10Small, Number11 as IconNumber11, Number11Small as IconNumber11Small, Number123 as IconNumber123, Number12Small as IconNumber12Small, Number13Small as IconNumber13Small, Number14Small as IconNumber14Small, Number15Small as IconNumber15Small, Number16Small as IconNumber16Small, Number17Small as IconNumber17Small, Number18Small as IconNumber18Small, Number19Small as IconNumber19Small, Number1Small as IconNumber1Small, Number2 as IconNumber2, Number20Small as IconNumber20Small, Number21Small as IconNumber21Small, Number22Small as IconNumber22Small, Number23Small as IconNumber23Small, Number24Small as IconNumber24Small, Number25Small as IconNumber25Small, Number26Small as IconNumber26Small, Number27Small as IconNumber27Small, Number28Small as IconNumber28Small, Number29Small as IconNumber29Small, Number2Small as IconNumber2Small, Number3 as IconNumber3, Number30Small as IconNumber30Small, Number31Small as IconNumber31Small, Number32Small as IconNumber32Small, Number33Small as IconNumber33Small, Number34Small as IconNumber34Small, Number35Small as IconNumber35Small, Number36Small as IconNumber36Small, Number37Small as IconNumber37Small, Number38Small as IconNumber38Small, Number39Small as IconNumber39Small, Number3Small as IconNumber3Small, Number4 as IconNumber4, Number40Small as IconNumber40Small, Number41Small as IconNumber41Small, Number42Small as IconNumber42Small, Number43Small as IconNumber43Small, Number44Small as IconNumber44Small, Number45Small as IconNumber45Small, Number46Small as IconNumber46Small, Number47Small as IconNumber47Small, Number48Small as IconNumber48Small, Number49Small as IconNumber49Small, Number4Small as IconNumber4Small, Number5 as IconNumber5, Number50Small as IconNumber50Small, Number51Small as IconNumber51Small, Number52Small as IconNumber52Small, Number53Small as IconNumber53Small, Number54Small as IconNumber54Small, Number55Small as IconNumber55Small, Number56Small as IconNumber56Small, Number57Small as IconNumber57Small, Number58Small as IconNumber58Small, Number59Small as IconNumber59Small, Number5Small as IconNumber5Small, Number6 as IconNumber6, Number60Small as IconNumber60Small, Number61Small as IconNumber61Small, Number62Small as IconNumber62Small, Number63Small as IconNumber63Small, Number64Small as IconNumber64Small, Number65Small as IconNumber65Small, Number66Small as IconNumber66Small, Number67Small as IconNumber67Small, Number68Small as IconNumber68Small, Number69Small as IconNumber69Small, Number6Small as IconNumber6Small, Number7 as IconNumber7, Number70Small as IconNumber70Small, Number71Small as IconNumber71Small, Number72Small as IconNumber72Small, Number73Small as IconNumber73Small, Number74Small as IconNumber74Small, Number75Small as IconNumber75Small, Number76Small as IconNumber76Small, Number77Small as IconNumber77Small, Number78Small as IconNumber78Small, Number79Small as IconNumber79Small, Number7Small as IconNumber7Small, Number8 as IconNumber8, Number80Small as IconNumber80Small, Number81Small as IconNumber81Small, Number82Small as IconNumber82Small, Number83Small as IconNumber83Small, Number84Small as IconNumber84Small, Number85Small as IconNumber85Small, Number86Small as IconNumber86Small, Number87Small as IconNumber87Small, Number88Small as IconNumber88Small, Number89Small as IconNumber89Small, Number8Small as IconNumber8Small, Number9 as IconNumber9, Number90Small as IconNumber90Small, Number91Small as IconNumber91Small, Number92Small as IconNumber92Small, Number93Small as IconNumber93Small, Number94Small as IconNumber94Small, Number95Small as IconNumber95Small, Number96Small as IconNumber96Small, Number97Small as IconNumber97Small, Number98Small as IconNumber98Small, Number99Small as IconNumber99Small, Number9Small as IconNumber9Small, Numbers as IconNumbers, Nurse as IconNurse, NurseFilled as IconNurseFilled, Nut as IconNut, ObjectScan as IconObjectScan, Octagon as IconOctagon, OctagonFilled as IconOctagonFilled, OctagonMinus as IconOctagonMinus, OctagonMinus2 as IconOctagonMinus2, OctagonMinusFilled as IconOctagonMinusFilled, OctagonOff as IconOctagonOff, OctagonPlus as IconOctagonPlus, OctagonPlus2 as IconOctagonPlus2, OctagonPlusFilled as IconOctagonPlusFilled, Octahedron as IconOctahedron, OctahedronOff as IconOctahedronOff, OctahedronPlus as IconOctahedronPlus, Old as IconOld, OlympicTorch as IconOlympicTorch, Olympics as IconOlympics, OlympicsOff as IconOlympicsOff, Om as IconOm, Omega as IconOmega, Option as IconOption, Outbound as IconOutbound, Outlet as IconOutlet, Oval as IconOval, OvalFilled as IconOvalFilled, OvalVertical as IconOvalVertical, OvalVerticalFilled as IconOvalVerticalFilled, Overline as IconOverline, Package as IconPackage, PackageExport as IconPackageExport, PackageImport as IconPackageImport, PackageOff as IconPackageOff, Packages as IconPackages, Pacman as IconPacman, PacmanFilled as IconPacmanFilled, PageBreak as IconPageBreak, Paint as IconPaint, PaintFilled as IconPaintFilled, PaintOff as IconPaintOff, Palette as IconPalette, PaletteFilled as IconPaletteFilled, PaletteOff as IconPaletteOff, PanoramaHorizontal as IconPanoramaHorizontal, PanoramaHorizontalFilled as IconPanoramaHorizontalFilled, PanoramaHorizontalOff as IconPanoramaHorizontalOff, PanoramaVertical as IconPanoramaVertical, PanoramaVerticalFilled as IconPanoramaVerticalFilled, PanoramaVerticalOff as IconPanoramaVerticalOff, PaperBag as IconPaperBag, PaperBagOff as IconPaperBagOff, Paperclip as IconPaperclip, Parachute as IconParachute, ParachuteOff as IconParachuteOff, Parentheses as IconParentheses, ParenthesesOff as IconParenthesesOff, Parking as IconParking, ParkingCircle as IconParkingCircle, ParkingCircleFilled as IconParkingCircleFilled, ParkingMeter as IconParkingMeter, ParkingOff as IconParkingOff, Password as IconPassword, PasswordFingerprint as IconPasswordFingerprint, PasswordMobilePhone as IconPasswordMobilePhone, PasswordUser as IconPasswordUser, Paw as IconPaw, PawFilled as IconPawFilled, PawOff as IconPawOff, Paywall as IconPaywall, Pdf as IconPdf, Peace as IconPeace, Pencil as IconPencil, PencilBolt as IconPencilBolt, PencilCancel as IconPencilCancel, PencilCheck as IconPencilCheck, PencilCode as IconPencilCode, PencilCog as IconPencilCog, PencilDiscount as IconPencilDiscount, PencilDollar as IconPencilDollar, PencilDown as IconPencilDown, PencilExclamation as IconPencilExclamation, PencilFilled as IconPencilFilled, PencilHeart as IconPencilHeart, PencilMinus as IconPencilMinus, PencilOff as IconPencilOff, PencilPause as IconPencilPause, PencilPin as IconPencilPin, PencilPlus as IconPencilPlus, PencilQuestion as IconPencilQuestion, PencilSearch as IconPencilSearch, PencilShare as IconPencilShare, PencilStar as IconPencilStar, PencilUp as IconPencilUp, PencilX as IconPencilX, Pendulum as IconPendulum, Pennant as IconPennant, Pennant2 as IconPennant2, Pennant2Filled as IconPennant2Filled, PennantFilled as IconPennantFilled, PennantOff as IconPennantOff, Pentagon as IconPentagon, PentagonFilled as IconPentagonFilled, PentagonMinus as IconPentagonMinus, PentagonNumber0 as IconPentagonNumber0, PentagonNumber1 as IconPentagonNumber1, PentagonNumber2 as IconPentagonNumber2, PentagonNumber3 as IconPentagonNumber3, PentagonNumber4 as IconPentagonNumber4, PentagonNumber5 as IconPentagonNumber5, PentagonNumber6 as IconPentagonNumber6, PentagonNumber7 as IconPentagonNumber7, PentagonNumber8 as IconPentagonNumber8, PentagonNumber9 as IconPentagonNumber9, PentagonOff as IconPentagonOff, PentagonPlus as IconPentagonPlus, PentagonX as IconPentagonX, Pentagram as IconPentagram, Pepper as IconPepper, PepperOff as IconPepperOff, Percentage as IconPercentage, Percentage0 as IconPercentage0, Percentage10 as IconPercentage10, Percentage100 as IconPercentage100, Percentage20 as IconPercentage20, Percentage25 as IconPercentage25, Percentage30 as IconPercentage30, Percentage33 as IconPercentage33, Percentage40 as IconPercentage40, Percentage50 as IconPercentage50, Percentage60 as IconPercentage60, Percentage66 as IconPercentage66, Percentage70 as IconPercentage70, Percentage75 as IconPercentage75, Percentage80 as IconPercentage80, Percentage90 as IconPercentage90, Perfume as IconPerfume, Perspective as IconPerspective, PerspectiveOff as IconPerspectiveOff, Phone as IconPhone, PhoneCall as IconPhoneCall, PhoneCallFilled as IconPhoneCallFilled, PhoneCalling as IconPhoneCalling, PhoneCallingFilled as IconPhoneCallingFilled, PhoneCheck as IconPhoneCheck, PhoneCheckFilled as IconPhoneCheckFilled, PhoneDone as IconPhoneDone, PhoneEnd as IconPhoneEnd, PhoneFilled as IconPhoneFilled, PhoneIncoming as IconPhoneIncoming, PhoneOff as IconPhoneOff, PhoneOutgoing as IconPhoneOutgoing, PhonePause as IconPhonePause, PhonePlus as IconPhonePlus, PhoneRinging as IconPhoneRinging, PhoneSpark as IconPhoneSpark, PhoneX as IconPhoneX, PhoneXFilled as IconPhoneXFilled, Photo as IconPhoto, PhotoAi as IconPhotoAi, PhotoAlt as IconPhotoAlt, PhotoBitcoin as IconPhotoBitcoin, PhotoBolt as IconPhotoBolt, PhotoCancel as IconPhotoCancel, PhotoCheck as IconPhotoCheck, PhotoCircle as IconPhotoCircle, PhotoCircleMinus as IconPhotoCircleMinus, PhotoCirclePlus as IconPhotoCirclePlus, PhotoCode as IconPhotoCode, PhotoCog as IconPhotoCog, PhotoDollar as IconPhotoDollar, PhotoDown as IconPhotoDown, PhotoEdit as IconPhotoEdit, PhotoExclamation as IconPhotoExclamation, PhotoFilled as IconPhotoFilled, PhotoHeart as IconPhotoHeart, PhotoHexagon as IconPhotoHexagon, PhotoMinus as IconPhotoMinus, PhotoOff as IconPhotoOff, PhotoPause as IconPhotoPause, PhotoPentagon as IconPhotoPentagon, PhotoPin as IconPhotoPin, PhotoPlus as IconPhotoPlus, PhotoQuestion as IconPhotoQuestion, PhotoScan as IconPhotoScan, PhotoSearch as IconPhotoSearch, PhotoSensor as IconPhotoSensor, PhotoSensor2 as IconPhotoSensor2, PhotoSensor3 as IconPhotoSensor3, PhotoShare as IconPhotoShare, PhotoShield as IconPhotoShield, PhotoSpark as IconPhotoSpark, PhotoSquareRounded as IconPhotoSquareRounded, PhotoStar as IconPhotoStar, PhotoUp as IconPhotoUp, PhotoVideo as IconPhotoVideo, PhotoX as IconPhotoX, Physiotherapist as IconPhysiotherapist, Physiotherapist as IconPhysotherapist, Piano as IconPiano, Pick as IconPick, PicnicTable as IconPicnicTable, PictureInPicture as IconPictureInPicture, PictureInPictureFilled as IconPictureInPictureFilled, PictureInPictureOff as IconPictureInPictureOff, PictureInPictureOn as IconPictureInPictureOn, PictureInPictureTop as IconPictureInPictureTop, PictureInPictureTopFilled as IconPictureInPictureTopFilled, Pig as IconPig, PigFilled as IconPigFilled, PigMoney as IconPigMoney, PigOff as IconPigOff, Pilcrow as IconPilcrow, PilcrowLeft as IconPilcrowLeft, PilcrowRight as IconPilcrowRight, Pill as IconPill, PillFilled as IconPillFilled, PillOff as IconPillOff, Pillow as IconPillow, Pills as IconPills, Pin as IconPin, PinEnd as IconPinEnd, PinFilled as IconPinFilled, PinInvoke as IconPinInvoke, PingPong as IconPingPong, Pinned as IconPinned, PinnedFilled as IconPinnedFilled, PinnedOff as IconPinnedOff, Pipeline as IconPipeline, Pizza as IconPizza, PizzaFilled as IconPizzaFilled, PizzaOff as IconPizzaOff, Placeholder as IconPlaceholder, Plane as IconPlane, PlaneArrival as IconPlaneArrival, PlaneArrivalFilled as IconPlaneArrivalFilled, PlaneDeparture as IconPlaneDeparture, PlaneDepartureFilled as IconPlaneDepartureFilled, PlaneFilled as IconPlaneFilled, PlaneInflight as IconPlaneInflight, PlaneOff as IconPlaneOff, PlaneTilt as IconPlaneTilt, PlaneTiltFilled as IconPlaneTiltFilled, Planet as IconPlanet, PlanetOff as IconPlanetOff, Plant as IconPlant, Plant2 as IconPlant2, Plant2Off as IconPlant2Off, PlantOff as IconPlantOff, PlayBasketball as IconPlayBasketball, PlayBug as IconPlayBug, PlayBugs as IconPlayBugs, PlayCard as IconPlayCard, PlayCard1 as IconPlayCard1, PlayCard10 as IconPlayCard10, PlayCard10Filled as IconPlayCard10Filled, PlayCard1Filled as IconPlayCard1Filled, PlayCard2 as IconPlayCard2, PlayCard2Filled as IconPlayCard2Filled, PlayCard3 as IconPlayCard3, PlayCard3Filled as IconPlayCard3Filled, PlayCard4 as IconPlayCard4, PlayCard4Filled as IconPlayCard4Filled, PlayCard5 as IconPlayCard5, PlayCard5Filled as IconPlayCard5Filled, PlayCard6 as IconPlayCard6, PlayCard6Filled as IconPlayCard6Filled, PlayCard7 as IconPlayCard7, PlayCard7Filled as IconPlayCard7Filled, PlayCard8 as IconPlayCard8, PlayCard8Filled as IconPlayCard8Filled, PlayCard9 as IconPlayCard9, PlayCard9Filled as IconPlayCard9Filled, PlayCardA as IconPlayCardA, PlayCardAFilled as IconPlayCardAFilled, PlayCardFilled as IconPlayCardFilled, PlayCardJ as IconPlayCardJ, PlayCardJFilled as IconPlayCardJFilled, PlayCardK as IconPlayCardK, PlayCardKFilled as IconPlayCardKFilled, PlayCardOff as IconPlayCardOff, PlayCardQ as IconPlayCardQ, PlayCardQFilled as IconPlayCardQFilled, PlayCardStar as IconPlayCardStar, PlayCardStarFilled as IconPlayCardStarFilled, PlayFootball as IconPlayFootball, PlayHandball as IconPlayHandball, PlayVolleyball as IconPlayVolleyball, PlayerEject as IconPlayerEject, PlayerEjectFilled as IconPlayerEjectFilled, PlayerPause as IconPlayerPause, PlayerPauseFilled as IconPlayerPauseFilled, PlayerPlay as IconPlayerPlay, PlayerPlayFilled as IconPlayerPlayFilled, PlayerRecord as IconPlayerRecord, PlayerRecordFilled as IconPlayerRecordFilled, PlayerSkipBack as IconPlayerSkipBack, PlayerSkipBackFilled as IconPlayerSkipBackFilled, PlayerSkipForward as IconPlayerSkipForward, PlayerSkipForwardFilled as IconPlayerSkipForwardFilled, PlayerStop as IconPlayerStop, PlayerStopFilled as IconPlayerStopFilled, PlayerTrackNext as IconPlayerTrackNext, PlayerTrackNextFilled as IconPlayerTrackNextFilled, PlayerTrackPrev as IconPlayerTrackPrev, PlayerTrackPrevFilled as IconPlayerTrackPrevFilled, Playlist as IconPlaylist, PlaylistAdd as IconPlaylistAdd, PlaylistFilled as IconPlaylistFilled, PlaylistOff as IconPlaylistOff, PlaylistX as IconPlaylistX, PlaystationCircle as IconPlaystationCircle, PlaystationSquare as IconPlaystationSquare, PlaystationTriangle as IconPlaystationTriangle, PlaystationX as IconPlaystationX, Plug as IconPlug, PlugConnected as IconPlugConnected, PlugConnectedX as IconPlugConnectedX, PlugOff as IconPlugOff, PlugX as IconPlugX, Plunger as IconPlunger, Plus as IconPlus, PlusEqual as IconPlusEqual, PlusFilled as IconPlusFilled, PlusMinus as IconPlusMinus, Png as IconPng, Podium as IconPodium, PodiumOff as IconPodiumOff, Point as IconPoint, PointFilled as IconPointFilled, PointOff as IconPointOff, Pointer as IconPointer, Pointer2 as IconPointer2, PointerBolt as IconPointerBolt, PointerCancel as IconPointerCancel, PointerCheck as IconPointerCheck, PointerCode as IconPointerCode, PointerCog as IconPointerCog, PointerCollaboration as IconPointerCollaboration, PointerCollaboration2 as IconPointerCollaboration2, PointerDollar as IconPointerDollar, PointerDown as IconPointerDown, PointerExclamation as IconPointerExclamation, PointerFilled as IconPointerFilled, PointerHeart as IconPointerHeart, PointerMinus as IconPointerMinus, PointerOff as IconPointerOff, PointerPause as IconPointerPause, PointerPin as IconPointerPin, PointerPlus as IconPointerPlus, PointerQuestion as IconPointerQuestion, PointerSearch as IconPointerSearch, PointerShare as IconPointerShare, PointerStar as IconPointerStar, PointerUp as IconPointerUp, PointerX as IconPointerX, Pokeball as IconPokeball, PokeballOff as IconPokeballOff, PokerChip as IconPokerChip, Polaroid as IconPolaroid, PolaroidFilled as IconPolaroidFilled, Polygon as IconPolygon, PolygonOff as IconPolygonOff, Poo as IconPoo, PooFilled as IconPooFilled, Pool as IconPool, PoolOff as IconPoolOff, Power as IconPower, Pray as IconPray, PremiumRights as IconPremiumRights, Prescription as IconPrescription, Presentation as IconPresentation, PresentationAnalytics as IconPresentationAnalytics, PresentationAnalyticsFilled as IconPresentationAnalyticsFilled, PresentationFilled as IconPresentationFilled, PresentationOff as IconPresentationOff, Printer as IconPrinter, PrinterOff as IconPrinterOff, Prism as IconPrism, PrismLight as IconPrismLight, PrismOff as IconPrismOff, PrismPlus as IconPrismPlus, Prison as IconPrison, Progress as IconProgress, ProgressAlert as IconProgressAlert, ProgressBolt as IconProgressBolt, ProgressCheck as IconProgressCheck, ProgressDown as IconProgressDown, ProgressHelp as IconProgressHelp, ProgressX as IconProgressX, Prompt as IconPrompt, Prong as IconProng, Propeller as IconPropeller, PropellerOff as IconPropellerOff, Protocol as IconProtocol, PumpkinScary as IconPumpkinScary, Puzzle as IconPuzzle, Puzzle2 as IconPuzzle2, PuzzleFilled as IconPuzzleFilled, PuzzleOff as IconPuzzleOff, Pyramid as IconPyramid, PyramidOff as IconPyramidOff, PyramidPlus as IconPyramidPlus, Qrcode as IconQrcode, QrcodeOff as IconQrcodeOff, QuestionMark as IconQuestionMark, QueuePopIn as IconQueuePopIn, QueuePopOut as IconQueuePopOut, Quote as IconQuote, QuoteFilled as IconQuoteFilled, QuoteOff as IconQuoteOff, QuoteOpen as IconQuoteOpen, Quotes as IconQuotes, Radar as IconRadar, Radar2 as IconRadar2, RadarFilled as IconRadarFilled, RadarOff as IconRadarOff, Radio as IconRadio, RadioOff as IconRadioOff, Radioactive as IconRadioactive, RadioactiveFilled as IconRadioactiveFilled, RadioactiveOff as IconRadioactiveOff, RadiusBottomLeft as IconRadiusBottomLeft, RadiusBottomRight as IconRadiusBottomRight, RadiusTopLeft as IconRadiusTopLeft, RadiusTopRight as IconRadiusTopRight, Rainbow as IconRainbow, RainbowOff as IconRainbowOff, Rating12Plus as IconRating12Plus, Rating14Plus as IconRating14Plus, Rating16Plus as IconRating16Plus, Rating18Plus as IconRating18Plus, Rating21Plus as IconRating21Plus, Razor as IconRazor, RazorElectric as IconRazorElectric, Receipt as IconReceipt, Receipt2 as IconReceipt2, ReceiptBitcoin as IconReceiptBitcoin, ReceiptDollar as IconReceiptDollar, ReceiptDollarFilled as IconReceiptDollarFilled, ReceiptEuro as IconReceiptEuro, ReceiptEuroFilled as IconReceiptEuroFilled, ReceiptFilled as IconReceiptFilled, ReceiptOff as IconReceiptOff, ReceiptPound as IconReceiptPound, ReceiptPoundFilled as IconReceiptPoundFilled, ReceiptRefund as IconReceiptRefund, ReceiptRupee as IconReceiptRupee, ReceiptRupeeFilled as IconReceiptRupeeFilled, ReceiptTax as IconReceiptTax, ReceiptYen as IconReceiptYen, ReceiptYenFilled as IconReceiptYenFilled, ReceiptYuan as IconReceiptYuan, ReceiptYuanFilled as IconReceiptYuanFilled, Recharging as IconRecharging, RecordMail as IconRecordMail, RecordMailOff as IconRecordMailOff, Rectangle as IconRectangle, RectangleFilled as IconRectangleFilled, RectangleRoundedBottom as IconRectangleRoundedBottom, RectangleRoundedTop as IconRectangleRoundedTop, RectangleVertical as IconRectangleVertical, RectangleVerticalFilled as IconRectangleVerticalFilled, RectangularPrism as IconRectangularPrism, RectangularPrismOff as IconRectangularPrismOff, RectangularPrismPlus as IconRectangularPrismPlus, Recycle as IconRecycle, RecycleOff as IconRecycleOff, Refresh as IconRefresh, RefreshAlert as IconRefreshAlert, RefreshDot as IconRefreshDot, RefreshOff as IconRefreshOff, Regex as IconRegex, RegexOff as IconRegexOff, Registered as IconRegistered, RegisteredFilled as IconRegisteredFilled, RelationManyToMany as IconRelationManyToMany, RelationManyToManyFilled as IconRelationManyToManyFilled, RelationOneToMany as IconRelationOneToMany, RelationOneToManyFilled as IconRelationOneToManyFilled, RelationOneToOne as IconRelationOneToOne, RelationOneToOneFilled as IconRelationOneToOneFilled, Reload as IconReload, RemoteControl as IconRemoteControl, Reorder as IconReorder, Repeat as IconRepeat, RepeatOff as IconRepeatOff, RepeatOnce as IconRepeatOnce, Replace as IconReplace, ReplaceFilled as IconReplaceFilled, ReplaceOff as IconReplaceOff, ReplaceUser as IconReplaceUser, Report as IconReport, ReportAnalytics as IconReportAnalytics, ReportAnalyticsFilled as IconReportAnalyticsFilled, ReportMedical as IconReportMedical, ReportMoney as IconReportMoney, ReportMoneyFilled as IconReportMoneyFilled, ReportOff as IconReportOff, ReportSearch as IconReportSearch, ReservedLine as IconReservedLine, Resize as IconResize, Restore as IconRestore, RewindBackward10 as IconRewindBackward10, RewindBackward15 as IconRewindBackward15, RewindBackward20 as IconRewindBackward20, RewindBackward30 as IconRewindBackward30, RewindBackward40 as IconRewindBackward40, RewindBackward5 as IconRewindBackward5, RewindBackward50 as IconRewindBackward50, RewindBackward60 as IconRewindBackward60, RewindForward10 as IconRewindForward10, RewindForward15 as IconRewindForward15, RewindForward20 as IconRewindForward20, RewindForward30 as IconRewindForward30, RewindForward40 as IconRewindForward40, RewindForward5 as IconRewindForward5, RewindForward50 as IconRewindForward50, RewindForward60 as IconRewindForward60, RibbonHealth as IconRibbonHealth, Rings as IconRings, Ripple as IconRipple, RippleDown as IconRippleDown, RippleOff as IconRippleOff, RippleUp as IconRippleUp, Road as IconRoad, RoadOff as IconRoadOff, RoadSign as IconRoadSign, Robot as IconRobot, RobotFace as IconRobotFace, RobotOff as IconRobotOff, Rocket as IconRocket, RocketOff as IconRocketOff, RockingChair as IconRockingChair, RollerSkating as IconRollerSkating, Rollercoaster as IconRollercoaster, RollercoasterFilled as IconRollercoasterFilled, RollercoasterOff as IconRollercoasterOff, Rosette as IconRosette, RosetteAsterisk as IconRosetteAsterisk, RosetteDiscount as IconRosetteDiscount, RosetteDiscountCheck as IconRosetteDiscountCheck, RosetteDiscountCheckFilled as IconRosetteDiscountCheckFilled, RosetteDiscountCheckOff as IconRosetteDiscountCheckOff, RosetteDiscountFilled as IconRosetteDiscountFilled, RosetteDiscountOff as IconRosetteDiscountOff, RosetteFilled as IconRosetteFilled, RosetteNumber0 as IconRosetteNumber0, RosetteNumber1 as IconRosetteNumber1, RosetteNumber2 as IconRosetteNumber2, RosetteNumber3 as IconRosetteNumber3, RosetteNumber4 as IconRosetteNumber4, RosetteNumber5 as IconRosetteNumber5, RosetteNumber6 as IconRosetteNumber6, RosetteNumber7 as IconRosetteNumber7, RosetteNumber8 as IconRosetteNumber8, RosetteNumber9 as IconRosetteNumber9, Rotate as IconRotate, Rotate2 as IconRotate2, Rotate360 as IconRotate360, Rotate3d as IconRotate3d, RotateClockwise as IconRotateClockwise, RotateClockwise2 as IconRotateClockwise2, RotateDot as IconRotateDot, RotateRectangle as IconRotateRectangle, Roulette as IconRoulette, Route as IconRoute, Route2 as IconRoute2, RouteAltLeft as IconRouteAltLeft, RouteAltRight as IconRouteAltRight, RouteOff as IconRouteOff, RouteScan as IconRouteScan, RouteSquare as IconRouteSquare, RouteSquare2 as IconRouteSquare2, RouteX as IconRouteX, RouteX2 as IconRouteX2, Router as IconRouter, RouterOff as IconRouterOff, RowInsertBottom as IconRowInsertBottom, RowInsertTop as IconRowInsertTop, RowRemove as IconRowRemove, Rss as IconRss, RubberStamp as IconRubberStamp, RubberStampOff as IconRubberStampOff, Rugby as IconRugby, Ruler as IconRuler, Ruler2 as IconRuler2, Ruler2Off as IconRuler2Off, Ruler3 as IconRuler3, RulerMeasure as IconRulerMeasure, RulerMeasure2 as IconRulerMeasure2, RulerOff as IconRulerOff, Run as IconRun, RunSprint as IconRunSprint, RvTruck as IconRvTruck, STurnDown as IconSTurnDown, STurnLeft as IconSTurnLeft, STurnRight as IconSTurnRight, STurnUp as IconSTurnUp, Sailboat as IconSailboat, Sailboat2 as IconSailboat2, SailboatOff as IconSailboatOff, Salad as IconSalad, SaladFilled as IconSaladFilled, Salt as IconSalt, Sandbox as IconSandbox, Satellite as IconSatellite, SatelliteFilled as IconSatelliteFilled, SatelliteOff as IconSatelliteOff, Sausage as IconSausage, Scale as IconScale, ScaleFilled as IconScaleFilled, ScaleOff as IconScaleOff, ScaleOutline as IconScaleOutline, ScaleOutlineOff as IconScaleOutlineOff, Scan as IconScan, ScanCube as IconScanCube, ScanEye as IconScanEye, ScanLetterA as IconScanLetterA, ScanLetterT as IconScanLetterT, ScanPosition as IconScanPosition, ScanTraces as IconScanTraces, Schema as IconSchema, SchemaOff as IconSchemaOff, School as IconSchool, SchoolBell as IconSchoolBell, SchoolFilled as IconSchoolFilled, SchoolOff as IconSchoolOff, Scissors as IconScissors, ScissorsOff as IconScissorsOff, Scooter as IconScooter, ScooterElectric as IconScooterElectric, Scoreboard as IconScoreboard, ScreenShare as IconScreenShare, ScreenShareOff as IconScreenShareOff, Screenshot as IconScreenshot, Scribble as IconScribble, ScribbleOff as IconScribbleOff, Script as IconScript, ScriptMinus as IconScriptMinus, ScriptPlus as IconScriptPlus, ScriptX as IconScriptX, ScubaDiving as IconScubaDiving, ScubaDivingTank as IconScubaDivingTank, ScubaDivingTankFilled as IconScubaDivingTankFilled, ScubaMask as IconScubaMask, ScubaMaskOff as IconScubaMaskOff, Sdk as IconSdk, Search as IconSearch, SearchFilled as IconSearchFilled, SearchOff as IconSearchOff, Section as IconSection, SectionFilled as IconSectionFilled, SectionSign as IconSectionSign, Seedling as IconSeeding, SeedlingFilled as IconSeedingFilled, SeedlingOff as IconSeedingOff, Seedling as IconSeedling, SeedlingFilled as IconSeedlingFilled, SeedlingOff as IconSeedlingOff, Segway as IconSegway, Select as IconSelect, SelectAll as IconSelectAll, Selector as IconSelector, Send as IconSend, Send2 as IconSend2, SendFilled as IconSendFilled, SendOff as IconSendOff, Seo as IconSeo, Separator as IconSeparator, SeparatorHorizontal as IconSeparatorHorizontal, SeparatorVertical as IconSeparatorVertical, Server as IconServer, Server2 as IconServer2, ServerBolt as IconServerBolt, ServerCog as IconServerCog, ServerOff as IconServerOff, ServerSpark as IconServerSpark, Serverless as IconServerless, Servicemark as IconServicemark, Settings as IconSettings, Settings2 as IconSettings2, SettingsAi as IconSettingsAi, SettingsAutomation as IconSettingsAutomation, SettingsBolt as IconSettingsBolt, SettingsCancel as IconSettingsCancel, SettingsCheck as IconSettingsCheck, SettingsCode as IconSettingsCode, SettingsCog as IconSettingsCog, SettingsDollar as IconSettingsDollar, SettingsDown as IconSettingsDown, SettingsExclamation as IconSettingsExclamation, SettingsFilled as IconSettingsFilled, SettingsHeart as IconSettingsHeart, SettingsMinus as IconSettingsMinus, SettingsOff as IconSettingsOff, SettingsPause as IconSettingsPause, SettingsPin as IconSettingsPin, SettingsPlus as IconSettingsPlus, SettingsQuestion as IconSettingsQuestion, SettingsSearch as IconSettingsSearch, SettingsShare as IconSettingsShare, SettingsSpark as IconSettingsSpark, SettingsStar as IconSettingsStar, SettingsUp as IconSettingsUp, SettingsX as IconSettingsX, Shadow as IconShadow, ShadowOff as IconShadowOff, Shape as IconShape, Shape2 as IconShape2, Shape3 as IconShape3, ShapeOff as IconShapeOff, Share as IconShare, Share2 as IconShare2, Share3 as IconShare3, ShareOff as IconShareOff, Shareplay as IconShareplay, SkiJumping as IconShiJumping, Shield as IconShield, ShieldBolt as IconShieldBolt, ShieldCancel as IconShieldCancel, ShieldCheck as IconShieldCheck, ShieldCheckFilled as IconShieldCheckFilled, ShieldCheckered as IconShieldCheckered, ShieldCheckeredFilled as IconShieldCheckeredFilled, ShieldChevron as IconShieldChevron, ShieldCode as IconShieldCode, ShieldCog as IconShieldCog, ShieldDollar as IconShieldDollar, ShieldDown as IconShieldDown, ShieldExclamation as IconShieldExclamation, ShieldFilled as IconShieldFilled, ShieldHalf as IconShieldHalf, ShieldHalfFilled as IconShieldHalfFilled, ShieldHeart as IconShieldHeart, ShieldLock as IconShieldLock, ShieldLockFilled as IconShieldLockFilled, ShieldMinus as IconShieldMinus, ShieldOff as IconShieldOff, ShieldPause as IconShieldPause, ShieldPin as IconShieldPin, ShieldPlus as IconShieldPlus, ShieldQuestion as IconShieldQuestion, ShieldSearch as IconShieldSearch, ShieldShare as IconShieldShare, ShieldStar as IconShieldStar, ShieldUp as IconShieldUp, ShieldX as IconShieldX, Ship as IconShip, ShipOff as IconShipOff, Shirt as IconShirt, ShirtFilled as IconShirtFilled, ShirtOff as IconShirtOff, ShirtSport as IconShirtSport, Shoe as IconShoe, ShoeOff as IconShoeOff, ShoppingBag as IconShoppingBag, ShoppingBagCheck as IconShoppingBagCheck, ShoppingBagDiscount as IconShoppingBagDiscount, ShoppingBagEdit as IconShoppingBagEdit, ShoppingBagExclamation as IconShoppingBagExclamation, ShoppingBagHeart as IconShoppingBagHeart, ShoppingBagMinus as IconShoppingBagMinus, ShoppingBagPlus as IconShoppingBagPlus, ShoppingBagSearch as IconShoppingBagSearch, ShoppingBagX as IconShoppingBagX, ShoppingCart as IconShoppingCart, ShoppingCartBolt as IconShoppingCartBolt, ShoppingCartCancel as IconShoppingCartCancel, ShoppingCartCheck as IconShoppingCartCheck, ShoppingCartCode as IconShoppingCartCode, ShoppingCartCog as IconShoppingCartCog, ShoppingCartCopy as IconShoppingCartCopy, ShoppingCartDiscount as IconShoppingCartDiscount, ShoppingCartDollar as IconShoppingCartDollar, ShoppingCartDown as IconShoppingCartDown, ShoppingCartExclamation as IconShoppingCartExclamation, ShoppingCartFilled as IconShoppingCartFilled, ShoppingCartHeart as IconShoppingCartHeart, ShoppingCartMinus as IconShoppingCartMinus, ShoppingCartOff as IconShoppingCartOff, ShoppingCartPause as IconShoppingCartPause, ShoppingCartPin as IconShoppingCartPin, ShoppingCartPlus as IconShoppingCartPlus, ShoppingCartQuestion as IconShoppingCartQuestion, ShoppingCartSearch as IconShoppingCartSearch, ShoppingCartShare as IconShoppingCartShare, ShoppingCartStar as IconShoppingCartStar, ShoppingCartUp as IconShoppingCartUp, ShoppingCartX as IconShoppingCartX, Shovel as IconShovel, ShovelPitchforks as IconShovelPitchforks, Shredder as IconShredder, SignLeft as IconSignLeft, SignLeftFilled as IconSignLeftFilled, SignRight as IconSignRight, SignRightFilled as IconSignRightFilled, Signal2g as IconSignal2g, Signal3g as IconSignal3g, Signal4g as IconSignal4g, Signal4gPlus as IconSignal4gPlus, Signal5g as IconSignal5g, Signal6g as IconSignal6g, SignalE as IconSignalE, SignalG as IconSignalG, SignalH as IconSignalH, SignalHPlus as IconSignalHPlus, SignalLte as IconSignalLte, Signature as IconSignature, SignatureOff as IconSignatureOff, Sitemap as IconSitemap, SitemapFilled as IconSitemapFilled, SitemapOff as IconSitemapOff, Skateboard as IconSkateboard, SkateboardOff as IconSkateboardOff, Skateboarding as IconSkateboarding, Sketching as IconSketching, SkewX as IconSkewX, SkewY as IconSkewY, SkiJumping as IconSkiJumping, Skull as IconSkull, Slash as IconSlash, Slashes as IconSlashes, Sleigh as IconSleigh, Slice as IconSlice, Slideshow as IconSlideshow, SmartHome as IconSmartHome, SmartHomeOff as IconSmartHomeOff, Smoking as IconSmoking, SmokingNo as IconSmokingNo, Snowboarding as IconSnowboarding, Snowflake as IconSnowflake, SnowflakeOff as IconSnowflakeOff, Snowman as IconSnowman, SoccerField as IconSoccerField, Social as IconSocial, SocialOff as IconSocialOff, Sock as IconSock, Sofa as IconSofa, SofaOff as IconSofaOff, SolarElectricity as IconSolarElectricity, SolarPanel as IconSolarPanel, SolarPanel2 as IconSolarPanel2, Sort09 as IconSort09, Sort90 as IconSort90, SortAZ as IconSortAZ, SortAscending as IconSortAscending, SortAscending2 as IconSortAscending2, SortAscending2Filled as IconSortAscending2Filled, SortAscendingLetters as IconSortAscendingLetters, SortAscendingNumbers as IconSortAscendingNumbers, SortAscendingShapes as IconSortAscendingShapes, SortAscendingShapesFilled as IconSortAscendingShapesFilled, SortAscendingSmallBig as IconSortAscendingSmallBig, SortDescendingSmallBig as IconSortDeacendingSmallBig, SortDescending as IconSortDescending, SortDescending2 as IconSortDescending2, SortDescending2Filled as IconSortDescending2Filled, SortDescendingLetters as IconSortDescendingLetters, SortDescendingNumbers as IconSortDescendingNumbers, SortDescendingShapes as IconSortDescendingShapes, SortDescendingShapesFilled as IconSortDescendingShapesFilled, SortDescendingSmallBig as IconSortDescendingSmallBig, SortZA as IconSortZA, Sos as IconSos, Soup as IconSoup, SoupFilled as IconSoupFilled, SoupOff as IconSoupOff, SourceCode as IconSourceCode, Space as IconSpace, SpaceOff as IconSpaceOff, Spaces as IconSpaces, SpacingHorizontal as IconSpacingHorizontal, SpacingVertical as IconSpacingVertical, Spade as IconSpade, SpadeFilled as IconSpadeFilled, Sparkle as IconSparkle, Sparkle2 as IconSparkle2, SparkleHighlight as IconSparkleHighlight, Sparkles as IconSparkles, Sparkles2 as IconSparkles2, Sparkles2Filled as IconSparkles2Filled, Sparkles2Off as IconSparkles2Off, SparklesFilled as IconSparklesFilled, Speakerphone as IconSpeakerphone, Speedboat as IconSpeedboat, SpeedboatFilled as IconSpeedboatFilled, Sphere as IconSphere, Sphere2 as IconSphere2, SphereOff as IconSphereOff, SpherePlus as IconSpherePlus, Spider as IconSpider, SpiderFilled as IconSpiderFilled, Spiral as IconSpiral, SpiralOff as IconSpiralOff, SportBilliard as IconSportBillard, SportBilliard as IconSportBilliard, Spray as IconSpray, Spy as IconSpy, SpyOff as IconSpyOff, Sql as IconSql, Square as IconSquare, SquareNumber0 as IconSquare0, SquareNumber1 as IconSquare1, SquareNumber2 as IconSquare2, SquareNumber3 as IconSquare3, SquareNumber4 as IconSquare4, SquareNumber5 as IconSquare5, SquareNumber6 as IconSquare6, SquareNumber7 as IconSquare7, SquareNumber8 as IconSquare8, SquareNumber9 as IconSquare9, SquareArrowDown as IconSquareArrowDown, SquareArrowDownFilled as IconSquareArrowDownFilled, SquareArrowLeft as IconSquareArrowLeft, SquareArrowLeftFilled as IconSquareArrowLeftFilled, SquareArrowRight as IconSquareArrowRight, SquareArrowRightFilled as IconSquareArrowRightFilled, SquareArrowUp as IconSquareArrowUp, SquareArrowUpFilled as IconSquareArrowUpFilled, SquareAsterisk as IconSquareAsterisk, SquareAsteriskFilled as IconSquareAsteriskFilled, SquareCheck as IconSquareCheck, SquareCheckFilled as IconSquareCheckFilled, SquareChevronDown as IconSquareChevronDown, SquareChevronDownFilled as IconSquareChevronDownFilled, SquareChevronLeft as IconSquareChevronLeft, SquareChevronLeftFilled as IconSquareChevronLeftFilled, SquareChevronRight as IconSquareChevronRight, SquareChevronRightFilled as IconSquareChevronRightFilled, SquareChevronUp as IconSquareChevronUp, SquareChevronUpFilled as IconSquareChevronUpFilled, SquareChevronsDown as IconSquareChevronsDown, SquareChevronsDownFilled as IconSquareChevronsDownFilled, SquareChevronsLeft as IconSquareChevronsLeft, SquareChevronsLeftFilled as IconSquareChevronsLeftFilled, SquareChevronsRight as IconSquareChevronsRight, SquareChevronsRightFilled as IconSquareChevronsRightFilled, SquareChevronsUp as IconSquareChevronsUp, SquareChevronsUpFilled as IconSquareChevronsUpFilled, SquareDashed as IconSquareDashed, SquareDot as IconSquareDot, SquareDotFilled as IconSquareDotFilled, SquareF0 as IconSquareF0, SquareF0Filled as IconSquareF0Filled, SquareF1 as IconSquareF1, SquareF1Filled as IconSquareF1Filled, SquareF2 as IconSquareF2, SquareF2Filled as IconSquareF2Filled, SquareF3 as IconSquareF3, SquareF3Filled as IconSquareF3Filled, SquareF4 as IconSquareF4, SquareF4Filled as IconSquareF4Filled, SquareF5 as IconSquareF5, SquareF5Filled as IconSquareF5Filled, SquareF6 as IconSquareF6, SquareF6Filled as IconSquareF6Filled, SquareF7 as IconSquareF7, SquareF7Filled as IconSquareF7Filled, SquareF8 as IconSquareF8, SquareF8Filled as IconSquareF8Filled, SquareF9 as IconSquareF9, SquareF9Filled as IconSquareF9Filled, SquareFilled as IconSquareFilled, SquareForbid as IconSquareForbid, SquareForbid2 as IconSquareForbid2, SquareHalf as IconSquareHalf, SquareKey as IconSquareKey, SquareLetterA as IconSquareLetterA, SquareLetterAFilled as IconSquareLetterAFilled, SquareLetterB as IconSquareLetterB, SquareLetterBFilled as IconSquareLetterBFilled, SquareLetterC as IconSquareLetterC, SquareLetterCFilled as IconSquareLetterCFilled, SquareLetterD as IconSquareLetterD, SquareLetterDFilled as IconSquareLetterDFilled, SquareLetterE as IconSquareLetterE, SquareLetterEFilled as IconSquareLetterEFilled, SquareLetterF as IconSquareLetterF, SquareLetterFFilled as IconSquareLetterFFilled, SquareLetterG as IconSquareLetterG, SquareLetterGFilled as IconSquareLetterGFilled, SquareLetterH as IconSquareLetterH, SquareLetterHFilled as IconSquareLetterHFilled, SquareLetterI as IconSquareLetterI, SquareLetterIFilled as IconSquareLetterIFilled, SquareLetterJ as IconSquareLetterJ, SquareLetterJFilled as IconSquareLetterJFilled, SquareLetterK as IconSquareLetterK, SquareLetterKFilled as IconSquareLetterKFilled, SquareLetterL as IconSquareLetterL, SquareLetterLFilled as IconSquareLetterLFilled, SquareLetterM as IconSquareLetterM, SquareLetterMFilled as IconSquareLetterMFilled, SquareLetterN as IconSquareLetterN, SquareLetterNFilled as IconSquareLetterNFilled, SquareLetterO as IconSquareLetterO, SquareLetterOFilled as IconSquareLetterOFilled, SquareLetterP as IconSquareLetterP, SquareLetterPFilled as IconSquareLetterPFilled, SquareLetterQ as IconSquareLetterQ, SquareLetterQFilled as IconSquareLetterQFilled, SquareLetterR as IconSquareLetterR, SquareLetterRFilled as IconSquareLetterRFilled, SquareLetterS as IconSquareLetterS, SquareLetterSFilled as IconSquareLetterSFilled, SquareLetterT as IconSquareLetterT, SquareLetterTFilled as IconSquareLetterTFilled, SquareLetterU as IconSquareLetterU, SquareLetterUFilled as IconSquareLetterUFilled, SquareLetterV as IconSquareLetterV, SquareLetterVFilled as IconSquareLetterVFilled, SquareLetterW as IconSquareLetterW, SquareLetterWFilled as IconSquareLetterWFilled, SquareLetterX as IconSquareLetterX, SquareLetterXFilled as IconSquareLetterXFilled, SquareLetterY as IconSquareLetterY, SquareLetterYFilled as IconSquareLetterYFilled, SquareLetterZ as IconSquareLetterZ, SquareLetterZFilled as IconSquareLetterZFilled, SquareMinus as IconSquareMinus, SquareMinus2 as IconSquareMinus2, SquareMinusFilled as IconSquareMinusFilled, SquareNumber0 as IconSquareNumber0, SquareNumber0Filled as IconSquareNumber0Filled, SquareNumber1 as IconSquareNumber1, SquareNumber1Filled as IconSquareNumber1Filled, SquareNumber2 as IconSquareNumber2, SquareNumber2Filled as IconSquareNumber2Filled, SquareNumber3 as IconSquareNumber3, SquareNumber3Filled as IconSquareNumber3Filled, SquareNumber4 as IconSquareNumber4, SquareNumber4Filled as IconSquareNumber4Filled, SquareNumber5 as IconSquareNumber5, SquareNumber5Filled as IconSquareNumber5Filled, SquareNumber6 as IconSquareNumber6, SquareNumber6Filled as IconSquareNumber6Filled, SquareNumber7 as IconSquareNumber7, SquareNumber7Filled as IconSquareNumber7Filled, SquareNumber8 as IconSquareNumber8, SquareNumber8Filled as IconSquareNumber8Filled, SquareNumber9 as IconSquareNumber9, SquareNumber9Filled as IconSquareNumber9Filled, SquareOff as IconSquareOff, SquarePercentage as IconSquarePercentage, SquarePlus as IconSquarePlus, SquarePlus2 as IconSquarePlus2, SquareRoot as IconSquareRoot, SquareRoot2 as IconSquareRoot2, SquareRotated as IconSquareRotated, SquareRotatedAsterisk as IconSquareRotatedAsterisk, SquareRotatedFilled as IconSquareRotatedFilled, SquareRotatedForbid as IconSquareRotatedForbid, SquareRotatedForbid2 as IconSquareRotatedForbid2, SquareRotatedOff as IconSquareRotatedOff, SquareRounded as IconSquareRounded, SquareRoundedArrowDown as IconSquareRoundedArrowDown, SquareRoundedArrowDownFilled as IconSquareRoundedArrowDownFilled, SquareRoundedArrowLeft as IconSquareRoundedArrowLeft, SquareRoundedArrowLeftFilled as IconSquareRoundedArrowLeftFilled, SquareRoundedArrowRight as IconSquareRoundedArrowRight, SquareRoundedArrowRightFilled as IconSquareRoundedArrowRightFilled, SquareRoundedArrowUp as IconSquareRoundedArrowUp, SquareRoundedArrowUpFilled as IconSquareRoundedArrowUpFilled, SquareRoundedCheck as IconSquareRoundedCheck, SquareRoundedCheckFilled as IconSquareRoundedCheckFilled, SquareRoundedChevronDown as IconSquareRoundedChevronDown, SquareRoundedChevronDownFilled as IconSquareRoundedChevronDownFilled, SquareRoundedChevronLeft as IconSquareRoundedChevronLeft, SquareRoundedChevronLeftFilled as IconSquareRoundedChevronLeftFilled, SquareRoundedChevronRight as IconSquareRoundedChevronRight, SquareRoundedChevronRightFilled as IconSquareRoundedChevronRightFilled, SquareRoundedChevronUp as IconSquareRoundedChevronUp, SquareRoundedChevronUpFilled as IconSquareRoundedChevronUpFilled, SquareRoundedChevronsDown as IconSquareRoundedChevronsDown, SquareRoundedChevronsDownFilled as IconSquareRoundedChevronsDownFilled, SquareRoundedChevronsLeft as IconSquareRoundedChevronsLeft, SquareRoundedChevronsLeftFilled as IconSquareRoundedChevronsLeftFilled, SquareRoundedChevronsRight as IconSquareRoundedChevronsRight, SquareRoundedChevronsRightFilled as IconSquareRoundedChevronsRightFilled, SquareRoundedChevronsUp as IconSquareRoundedChevronsUp, SquareRoundedChevronsUpFilled as IconSquareRoundedChevronsUpFilled, SquareRoundedFilled as IconSquareRoundedFilled, SquareRoundedLetterA as IconSquareRoundedLetterA, SquareRoundedLetterAFilled as IconSquareRoundedLetterAFilled, SquareRoundedLetterB as IconSquareRoundedLetterB, SquareRoundedLetterBFilled as IconSquareRoundedLetterBFilled, SquareRoundedLetterC as IconSquareRoundedLetterC, SquareRoundedLetterCFilled as IconSquareRoundedLetterCFilled, SquareRoundedLetterD as IconSquareRoundedLetterD, SquareRoundedLetterDFilled as IconSquareRoundedLetterDFilled, SquareRoundedLetterE as IconSquareRoundedLetterE, SquareRoundedLetterEFilled as IconSquareRoundedLetterEFilled, SquareRoundedLetterF as IconSquareRoundedLetterF, SquareRoundedLetterFFilled as IconSquareRoundedLetterFFilled, SquareRoundedLetterG as IconSquareRoundedLetterG, SquareRoundedLetterGFilled as IconSquareRoundedLetterGFilled, SquareRoundedLetterH as IconSquareRoundedLetterH, SquareRoundedLetterHFilled as IconSquareRoundedLetterHFilled, SquareRoundedLetterI as IconSquareRoundedLetterI, SquareRoundedLetterIFilled as IconSquareRoundedLetterIFilled, SquareRoundedLetterJ as IconSquareRoundedLetterJ, SquareRoundedLetterJFilled as IconSquareRoundedLetterJFilled, SquareRoundedLetterK as IconSquareRoundedLetterK, SquareRoundedLetterKFilled as IconSquareRoundedLetterKFilled, SquareRoundedLetterL as IconSquareRoundedLetterL, SquareRoundedLetterLFilled as IconSquareRoundedLetterLFilled, SquareRoundedLetterM as IconSquareRoundedLetterM, SquareRoundedLetterMFilled as IconSquareRoundedLetterMFilled, SquareRoundedLetterN as IconSquareRoundedLetterN, SquareRoundedLetterNFilled as IconSquareRoundedLetterNFilled, SquareRoundedLetterO as IconSquareRoundedLetterO, SquareRoundedLetterOFilled as IconSquareRoundedLetterOFilled, SquareRoundedLetterP as IconSquareRoundedLetterP, SquareRoundedLetterPFilled as IconSquareRoundedLetterPFilled, SquareRoundedLetterQ as IconSquareRoundedLetterQ, SquareRoundedLetterQFilled as IconSquareRoundedLetterQFilled, SquareRoundedLetterR as IconSquareRoundedLetterR, SquareRoundedLetterRFilled as IconSquareRoundedLetterRFilled, SquareRoundedLetterS as IconSquareRoundedLetterS, SquareRoundedLetterSFilled as IconSquareRoundedLetterSFilled, SquareRoundedLetterT as IconSquareRoundedLetterT, SquareRoundedLetterTFilled as IconSquareRoundedLetterTFilled, SquareRoundedLetterU as IconSquareRoundedLetterU, SquareRoundedLetterUFilled as IconSquareRoundedLetterUFilled, SquareRoundedLetterV as IconSquareRoundedLetterV, SquareRoundedLetterVFilled as IconSquareRoundedLetterVFilled, SquareRoundedLetterW as IconSquareRoundedLetterW, SquareRoundedLetterWFilled as IconSquareRoundedLetterWFilled, SquareRoundedLetterX as IconSquareRoundedLetterX, SquareRoundedLetterXFilled as IconSquareRoundedLetterXFilled, SquareRoundedLetterY as IconSquareRoundedLetterY, SquareRoundedLetterYFilled as IconSquareRoundedLetterYFilled, SquareRoundedLetterZ as IconSquareRoundedLetterZ, SquareRoundedLetterZFilled as IconSquareRoundedLetterZFilled, SquareRoundedMinus as IconSquareRoundedMinus, SquareRoundedMinus2 as IconSquareRoundedMinus2, SquareRoundedMinusFilled as IconSquareRoundedMinusFilled, SquareRoundedNumber0 as IconSquareRoundedNumber0, SquareRoundedNumber0Filled as IconSquareRoundedNumber0Filled, SquareRoundedNumber1 as IconSquareRoundedNumber1, SquareRoundedNumber1Filled as IconSquareRoundedNumber1Filled, SquareRoundedNumber2 as IconSquareRoundedNumber2, SquareRoundedNumber2Filled as IconSquareRoundedNumber2Filled, SquareRoundedNumber3 as IconSquareRoundedNumber3, SquareRoundedNumber3Filled as IconSquareRoundedNumber3Filled, SquareRoundedNumber4 as IconSquareRoundedNumber4, SquareRoundedNumber4Filled as IconSquareRoundedNumber4Filled, SquareRoundedNumber5 as IconSquareRoundedNumber5, SquareRoundedNumber5Filled as IconSquareRoundedNumber5Filled, SquareRoundedNumber6 as IconSquareRoundedNumber6, SquareRoundedNumber6Filled as IconSquareRoundedNumber6Filled, SquareRoundedNumber7 as IconSquareRoundedNumber7, SquareRoundedNumber7Filled as IconSquareRoundedNumber7Filled, SquareRoundedNumber8 as IconSquareRoundedNumber8, SquareRoundedNumber8Filled as IconSquareRoundedNumber8Filled, SquareRoundedNumber9 as IconSquareRoundedNumber9, SquareRoundedNumber9Filled as IconSquareRoundedNumber9Filled, SquareRoundedPercentage as IconSquareRoundedPercentage, SquareRoundedPlus as IconSquareRoundedPlus, SquareRoundedPlus2 as IconSquareRoundedPlus2, SquareRoundedPlusFilled as IconSquareRoundedPlusFilled, SquareRoundedX as IconSquareRoundedX, SquareRoundedXFilled as IconSquareRoundedXFilled, SquareToggle as IconSquareToggle, SquareToggleHorizontal as IconSquareToggleHorizontal, SquareX as IconSquareX, SquareXFilled as IconSquareXFilled, Squares as IconSquares, SquaresDiagonal as IconSquaresDiagonal, SquaresFilled as IconSquaresFilled, SquaresSelected as IconSquaresSelected, Stack as IconStack, Stack2 as IconStack2, Stack2Filled as IconStack2Filled, Stack3 as IconStack3, Stack3Filled as IconStack3Filled, StackBack as IconStackBack, StackBackward as IconStackBackward, StackFilled as IconStackFilled, StackForward as IconStackForward, StackFront as IconStackFront, StackMiddle as IconStackMiddle, StackPop as IconStackPop, StackPush as IconStackPush, Stairs as IconStairs, StairsDown as IconStairsDown, StairsUp as IconStairsUp, Star as IconStar, StarFilled as IconStarFilled, StarHalf as IconStarHalf, StarHalfFilled as IconStarHalfFilled, StarOff as IconStarOff, Stars as IconStars, StarsFilled as IconStarsFilled, StarsOff as IconStarsOff, StatusChange as IconStatusChange, Steam as IconSteam, SteeringWheel as IconSteeringWheel, SteeringWheelFilled as IconSteeringWheelFilled, SteeringWheelOff as IconSteeringWheelOff, StepInto as IconStepInto, StepOut as IconStepOut, StereoGlasses as IconStereoGlasses, Stethoscope as IconStethoscope, StethoscopeOff as IconStethoscopeOff, Sticker as IconSticker, Sticker2 as IconSticker2, Stopwatch as IconStopwatch, Storm as IconStorm, StormOff as IconStormOff, Stretching as IconStretching, Stretching2 as IconStretching2, Strikethrough as IconStrikethrough, StrokeCurved as IconStrokeCurved, StrokeDynamic as IconStrokeDynamic, StrokeStraight as IconStrokeStraight, Submarine as IconSubmarine, Subscript as IconSubscript, Subtask as IconSubtask, Subtitles as IconSubtitles, SubtitlesAi as IconSubtitlesAi, SubtitlesEdit as IconSubtitlesEdit, SubtitlesOff as IconSubtitlesOff, Sum as IconSum, SumOff as IconSumOff, Sun as IconSun, SunElectricity as IconSunElectricity, SunFilled as IconSunFilled, SunHigh as IconSunHigh, SunHighFilled as IconSunHighFilled, SunLow as IconSunLow, SunLowFilled as IconSunLowFilled, SunMoon as IconSunMoon, SunOff as IconSunOff, SunWind as IconSunWind, Sunglasses as IconSunglasses, SunglassesFilled as IconSunglassesFilled, Sunrise as IconSunrise, SunriseFilled as IconSunriseFilled, Sunset as IconSunset, Sunset2 as IconSunset2, Sunset2Filled as IconSunset2Filled, SunsetFilled as IconSunsetFilled, Superscript as IconSuperscript, Svg as IconSvg, Swimming as IconSwimming, Swipe as IconSwipe, SwipeDown as IconSwipeDown, SwipeDownFilled as IconSwipeDownFilled, SwipeLeft as IconSwipeLeft, SwipeLeftFilled as IconSwipeLeftFilled, SwipeRight as IconSwipeRight, SwipeRightFilled as IconSwipeRightFilled, SwipeUp as IconSwipeUp, SwipeUpFilled as IconSwipeUpFilled, Switch as IconSwitch, Switch2 as IconSwitch2, Switch3 as IconSwitch3, SwitchHorizontal as IconSwitchHorizontal, SwitchVertical as IconSwitchVertical, Sword as IconSword, SwordOff as IconSwordOff, Swords as IconSwords, TabClose as IconTabClose, Table as IconTable, TableAlias as IconTableAlias, TableColumn as IconTableColumn, TableDashed as IconTableDashed, TableDown as IconTableDown, TableExport as IconTableExport, TableFilled as IconTableFilled, TableHeart as IconTableHeart, TableImport as IconTableImport, TableMinus as IconTableMinus, TableOff as IconTableOff, TableOptions as IconTableOptions, TablePlus as IconTablePlus, TableRow as IconTableRow, TableShare as IconTableShare, TableShortcut as IconTableShortcut, TableSpark as IconTableSpark, Tabs as IconTabs, Tag as IconTag, TagFilled as IconTagFilled, TagMinus as IconTagMinus, TagOff as IconTagOff, TagPlus as IconTagPlus, TagStarred as IconTagStarred, Tags as IconTags, TagsChevronDown as IconTagsChevronDown, TagsChevronLeft as IconTagsChevronLeft, TagsChevronRight as IconTagsChevronRight, TagsChevronUp as IconTagsChevronUp, TagsFilled as IconTagsFilled, TagsOff as IconTagsOff, TaiwanDollar as IconTaiwanDollar, Tallymark1 as IconTallymark1, Tallymark2 as IconTallymark2, Tallymark3 as IconTallymark3, Tallymark4 as IconTallymark4, Tallymarks as IconTallymarks, Tank as IconTank, Target as IconTarget, Target2 as IconTarget2, TargetArrow as IconTargetArrow, TargetOff as IconTargetOff, Tax as IconTax, TaxEuro as IconTaxEuro, TaxPound as IconTaxPound, Teapot as IconTeapot, Telescope as IconTelescope, TelescopeOff as IconTelescopeOff, Temperature as IconTemperature, TemperatureCelsius as IconTemperatureCelsius, TemperatureFahrenheit as IconTemperatureFahrenheit, TemperatureMinus as IconTemperatureMinus, TemperatureMinusFilled as IconTemperatureMinusFilled, TemperatureOff as IconTemperatureOff, TemperaturePlus as IconTemperaturePlus, TemperaturePlusFilled as IconTemperaturePlusFilled, TemperatureSnow as IconTemperatureSnow, TemperatureSun as IconTemperatureSun, Template as IconTemplate, TemplateFilled as IconTemplateFilled, TemplateOff as IconTemplateOff, Tent as IconTent, TentOff as IconTentOff, Terminal as IconTerminal, Terminal2 as IconTerminal2, TestPipe as IconTestPipe, TestPipe2 as IconTestPipe2, TestPipe2Filled as IconTestPipe2Filled, TestPipeOff as IconTestPipeOff, Tex as IconTex, TextCaption as IconTextCaption, TextColor as IconTextColor, TextDecrease as IconTextDecrease, TextDirectionLtr as IconTextDirectionLtr, TextDirectionRtl as IconTextDirectionRtl, TextGrammar as IconTextGrammar, TextIncrease as IconTextIncrease, TextOrientation as IconTextOrientation, TextOutline as IconTextOutline, TextPlus as IconTextPlus, TextRecognition as IconTextRecognition, TextRegexAsterisk as IconTextRegexAsterisk, TextRegexEnd as IconTextRegexEnd, TextRegexPlus as IconTextRegexPlus, TextRegexQuestion as IconTextRegexQuestion, TextRegexStart as IconTextRegexStart, TextResize as IconTextResize, TextScan2 as IconTextScan2, TextScanAi as IconTextScanAi, TextSize as IconTextSize, TextSpellcheck as IconTextSpellcheck, TextWrap as IconTextWrap, TextWrapColumn as IconTextWrapColumn, TextWrapDisabled as IconTextWrapDisabled, Texture as IconTexture, Theater as IconTheater, Thermometer as IconThermometer, ThinkingHigh as IconThinkingHigh, ThinkingLow as IconThinkingLow, ThinkingMedium as IconThinkingMedium, ThumbDown as IconThumbDown, ThumbDownFilled as IconThumbDownFilled, ThumbDownOff as IconThumbDownOff, ThumbUp as IconThumbUp, ThumbUpFilled as IconThumbUpFilled, ThumbUpOff as IconThumbUpOff, TicTac as IconTicTac, Ticket as IconTicket, TicketFilled as IconTicketFilled, TicketOff as IconTicketOff, Tie as IconTie, Tilde as IconTilde, TiltShift as IconTiltShift, TiltShiftFilled as IconTiltShiftFilled, TiltShiftOff as IconTiltShiftOff, TimeDuration0 as IconTimeDuration0, TimeDuration10 as IconTimeDuration10, TimeDuration15 as IconTimeDuration15, TimeDuration30 as IconTimeDuration30, TimeDuration45 as IconTimeDuration45, TimeDuration5 as IconTimeDuration5, TimeDuration60 as IconTimeDuration60, TimeDuration90 as IconTimeDuration90, TimeDurationOff as IconTimeDurationOff, Timeline as IconTimeline, TimelineEvent as IconTimelineEvent, TimelineEventExclamation as IconTimelineEventExclamation, TimelineEventFilled as IconTimelineEventFilled, TimelineEventMinus as IconTimelineEventMinus, TimelineEventPlus as IconTimelineEventPlus, TimelineEventText as IconTimelineEventText, TimelineEventX as IconTimelineEventX, Timezone as IconTimezone, TipJar as IconTipJar, TipJarEuro as IconTipJarEuro, TipJarPound as IconTipJarPound, Tir as IconTir, ToggleLeft as IconToggleLeft, ToggleLeftFilled as IconToggleLeftFilled, ToggleRight as IconToggleRight, ToggleRightFilled as IconToggleRightFilled, ToiletPaper as IconToiletPaper, ToiletPaperOff as IconToiletPaperOff, Toml as IconToml, Tool as IconTool, Tools as IconTools, ToolsKitchen as IconToolsKitchen, ToolsKitchen2 as IconToolsKitchen2, ToolsKitchen2Filled as IconToolsKitchen2Filled, ToolsKitchen2Off as IconToolsKitchen2Off, ToolsKitchen3 as IconToolsKitchen3, ToolsKitchenOff as IconToolsKitchenOff, ToolsOff as IconToolsOff, Tooltip as IconTooltip, TopologyBus as IconTopologyBus, TopologyComplex as IconTopologyComplex, TopologyFull as IconTopologyFull, TopologyFullHierarchy as IconTopologyFullHierarchy, TopologyRing as IconTopologyRing, TopologyRing2 as IconTopologyRing2, TopologyRing3 as IconTopologyRing3, TopologyStar as IconTopologyStar, TopologyStar2 as IconTopologyStar2, TopologyStar3 as IconTopologyStar3, TopologyStarRing as IconTopologyStarRing, TopologyStarRing2 as IconTopologyStarRing2, TopologyStarRing3 as IconTopologyStarRing3, Torii as IconTorii, Tornado as IconTornado, Tournament as IconTournament, Tower as IconTower, TowerOff as IconTowerOff, Track as IconTrack, Tractor as IconTractor, Trademark as IconTrademark, TrafficCone as IconTrafficCone, TrafficConeOff as IconTrafficConeOff, TrafficLights as IconTrafficLights, TrafficLightsOff as IconTrafficLightsOff, Train as IconTrain, TrainFilled as IconTrainFilled, TransactionBitcoin as IconTransactionBitcoin, TransactionDollar as IconTransactionDollar, TransactionEuro as IconTransactionEuro, TransactionPound as IconTransactionPound, TransactionRupee as IconTransactionRupee, TransactionYen as IconTransactionYen, TransactionYuan as IconTransactionYuan, Transfer as IconTransfer, TransferIn as IconTransferIn, TransferOut as IconTransferOut, TransferVertical as IconTransferVertical, Transform as IconTransform, TransformFilled as IconTransformFilled, TransformPoint as IconTransformPoint, TransformPointBottomLeft as IconTransformPointBottomLeft, TransformPointBottomRight as IconTransformPointBottomRight, TransformPointTopLeft as IconTransformPointTopLeft, TransformPointTopRight as IconTransformPointTopRight, TransitionBottom as IconTransitionBottom, TransitionBottomFilled as IconTransitionBottomFilled, TransitionLeft as IconTransitionLeft, TransitionLeftFilled as IconTransitionLeftFilled, TransitionRight as IconTransitionRight, TransitionRightFilled as IconTransitionRightFilled, TransitionTop as IconTransitionTop, TransitionTopFilled as IconTransitionTopFilled, Trash as IconTrash, TrashFilled as IconTrashFilled, TrashOff as IconTrashOff, TrashX as IconTrashX, TrashXFilled as IconTrashXFilled, Treadmill as IconTreadmill, TreasureChest as IconTreasureChest, Tree as IconTree, Trees as IconTrees, Trekking as IconTrekking, TrendingDown as IconTrendingDown, TrendingDown2 as IconTrendingDown2, TrendingDown3 as IconTrendingDown3, TrendingUp as IconTrendingUp, TrendingUp2 as IconTrendingUp2, TrendingUp3 as IconTrendingUp3, TrendingUpDown as IconTrendingUpDown, Triangle as IconTriangle, TriangleFilled as IconTriangleFilled, TriangleInverted as IconTriangleInverted, TriangleInvertedFilled as IconTriangleInvertedFilled, TriangleMinus as IconTriangleMinus, TriangleMinus2 as IconTriangleMinus2, TriangleOff as IconTriangleOff, TrianglePlus as IconTrianglePlus, TrianglePlus2 as IconTrianglePlus2, TriangleSquareCircle as IconTriangleSquareCircle, TriangleSquareCircleFilled as IconTriangleSquareCircleFilled, Triangles as IconTriangles, Trident as IconTrident, Trolley as IconTrolley, TrolleyFilled as IconTrolleyFilled, Trophy as IconTrophy, TrophyFilled as IconTrophyFilled, TrophyOff as IconTrophyOff, Trowel as IconTrowel, Truck as IconTruck, TruckDelivery as IconTruckDelivery, TruckFilled as IconTruckFilled, TruckLoading as IconTruckLoading, TruckOff as IconTruckOff, TruckReturn as IconTruckReturn, Twig as IconTwig, Txt as IconTxt, Typeface as IconTypeface, Typography as IconTypography, TypographyOff as IconTypographyOff, UTurnLeft as IconUTurnLeft, UTurnRight as IconUTurnRight, Ufo as IconUfo, UfoFilled as IconUfoFilled, UfoOff as IconUfoOff, Uhd as IconUhd, Umbrella as IconUmbrella, Umbrella2 as IconUmbrella2, UmbrellaClosed as IconUmbrellaClosed, UmbrellaClosed2 as IconUmbrellaClosed2, UmbrellaFilled as IconUmbrellaFilled, UmbrellaOff as IconUmbrellaOff, Underline as IconUnderline, UnderlineOff as IconUnderlineOff, Unicycle as IconUnicycle, Universe as IconUniverse, Unlink as IconUnlink, Upload as IconUpload, Urgent as IconUrgent, Usb as IconUsb, User as IconUser, UserBitcoin as IconUserBitcoin, UserBolt as IconUserBolt, UserCancel as IconUserCancel, UserCheck as IconUserCheck, UserCircle as IconUserCircle, UserCode as IconUserCode, UserCog as IconUserCog, UserDollar as IconUserDollar, UserDown as IconUserDown, UserEdit as IconUserEdit, UserExclamation as IconUserExclamation, UserFilled as IconUserFilled, UserHeart as IconUserHeart, UserHexagon as IconUserHexagon, UserKey as IconUserKey, UserMinus as IconUserMinus, UserOff as IconUserOff, UserPause as IconUserPause, UserPentagon as IconUserPentagon, UserPin as IconUserPin, UserPlus as IconUserPlus, UserQuestion as IconUserQuestion, UserScan as IconUserScan, UserScreen as IconUserScreen, UserSearch as IconUserSearch, UserShare as IconUserShare, UserShield as IconUserShield, UserSquare as IconUserSquare, UserSquareRounded as IconUserSquareRounded, UserStar as IconUserStar, UserUp as IconUserUp, UserX as IconUserX, Users as IconUsers, UsersGroup as IconUsersGroup, UsersMinus as IconUsersMinus, UsersPlus as IconUsersPlus, UvIndex as IconUvIndex, UxCircle as IconUxCircle, Vaccine as IconVaccine, VaccineBottle as IconVaccineBottle, VaccineBottleOff as IconVaccineBottleOff, VaccineOff as IconVaccineOff, VacuumCleaner as IconVacuumCleaner, Variable as IconVariable, VariableMinus as IconVariableMinus, VariableOff as IconVariableOff, VariablePlus as IconVariablePlus, Vault as IconVault, Vector as IconVector, VectorBezier as IconVectorBezier, VectorBezier2 as IconVectorBezier2, VectorBezierArc as IconVectorBezierArc, VectorBezierCircle as IconVectorBezierCircle, VectorOff as IconVectorOff, VectorSpline as IconVectorSpline, VectorTriangle as IconVectorTriangle, VectorTriangleOff as IconVectorTriangleOff, Venus as IconVenus, Versions as IconVersions, VersionsFilled as IconVersionsFilled, VersionsOff as IconVersionsOff, Video as IconVideo, VideoFilled as IconVideoFilled, VideoMinus as IconVideoMinus, VideoMinusFilled as IconVideoMinusFilled, VideoOff as IconVideoOff, VideoPlus as IconVideoPlus, VideoPlusFilled as IconVideoPlusFilled, View360 as IconView360, View360Arrow as IconView360Arrow, View360Number as IconView360Number, View360Off as IconView360Off, Viewfinder as IconViewfinder, ViewfinderOff as IconViewfinderOff, ViewportNarrow as IconViewportNarrow, ViewportShort as IconViewportShort, ViewportTall as IconViewportTall, ViewportWide as IconViewportWide, Vignette as IconVignette, Vinyl as IconVinyl, Vip as IconVip, Vip2 as IconVip2, VipOff as IconVipOff, VirtualSpace as IconVirtualSpace, Virus as IconVirus, VirusOff as IconVirusOff, VirusSearch as IconVirusSearch, Vocabulary as IconVocabulary, VocabularyOff as IconVocabularyOff, Volcano as IconVolcano, Volume as IconVolume, Volume2 as IconVolume2, Volume3 as IconVolume3, Volume4 as IconVolume4, VolumeOff as IconVolumeOff, Vs as IconVs, Walk as IconWalk, Wall as IconWall, WallOff as IconWallOff, Wallet as IconWallet, WalletOff as IconWalletOff, Wallpaper as IconWallpaper, WallpaperOff as IconWallpaperOff, Wand as IconWand, WandOff as IconWandOff, Wash as IconWash, WashDry as IconWashDry, WashDry1 as IconWashDry1, WashDry2 as IconWashDry2, WashDry3 as IconWashDry3, WashDryA as IconWashDryA, WashDryDip as IconWashDryDip, WashDryF as IconWashDryF, WashDryFlat as IconWashDryFlat, WashDryHang as IconWashDryHang, WashDryOff as IconWashDryOff, WashDryP as IconWashDryP, WashDryShade as IconWashDryShade, WashDryW as IconWashDryW, WashDryclean as IconWashDryclean, WashDrycleanOff as IconWashDrycleanOff, WashEco as IconWashEco, WashGentle as IconWashGentle, WashHand as IconWashHand, WashMachine as IconWashMachine, WashOff as IconWashOff, WashPress as IconWashPress, WashTemperature1 as IconWashTemperature1, WashTemperature2 as IconWashTemperature2, WashTemperature3 as IconWashTemperature3, WashTemperature4 as IconWashTemperature4, WashTemperature5 as IconWashTemperature5, WashTemperature6 as IconWashTemperature6, WashTumbleDry as IconWashTumbleDry, WashTumbleOff as IconWashTumbleOff, Waterpolo as IconWaterpolo, WaveSawTool as IconWaveSawTool, WaveSine as IconWaveSine, WaveSquare as IconWaveSquare, WavesElectricity as IconWavesElectricity, Webhook as IconWebhook, WebhookOff as IconWebhookOff, Weight as IconWeight, Wheat as IconWheat, WheatOff as IconWheatOff, Wheel as IconWheel, Wheelchair as IconWheelchair, WheelchairOff as IconWheelchairOff, Whirl as IconWhirl, Whisk as IconWhisk, Wifi as IconWifi, Wifi0 as IconWifi0, Wifi1 as IconWifi1, Wifi2 as IconWifi2, WifiOff as IconWifiOff, Wind as IconWind, WindElectricity as IconWindElectricity, WindOff as IconWindOff, Windmill as IconWindmill, WindmillFilled as IconWindmillFilled, WindmillOff as IconWindmillOff, Window as IconWindow, WindowMaximize as IconWindowMaximize, WindowMinimize as IconWindowMinimize, WindowOff as IconWindowOff, Windsock as IconWindsock, WindsockFilled as IconWindsockFilled, Wiper as IconWiper, WiperWash as IconWiperWash, Woman as IconWoman, WomanFilled as IconWomanFilled, Wood as IconWood, World as IconWorld, WorldBolt as IconWorldBolt, WorldCancel as IconWorldCancel, WorldCheck as IconWorldCheck, WorldCode as IconWorldCode, WorldCog as IconWorldCog, WorldDollar as IconWorldDollar, WorldDown as IconWorldDown, WorldDownload as IconWorldDownload, WorldExclamation as IconWorldExclamation, WorldFilled as IconWorldFilled, WorldHeart as IconWorldHeart, WorldLatitude as IconWorldLatitude, WorldLongitude as IconWorldLongitude, WorldMap as IconWorldMap, WorldMinus as IconWorldMinus, WorldOff as IconWorldOff, WorldPause as IconWorldPause, WorldPin as IconWorldPin, WorldPlus as IconWorldPlus, WorldQuestion as IconWorldQuestion, WorldSearch as IconWorldSearch, WorldShare as IconWorldShare, WorldStar as IconWorldStar, WorldUp as IconWorldUp, WorldUpload as IconWorldUpload, WorldWww as IconWorldWww, WorldX as IconWorldX, WreckingBall as IconWreckingBall, Writing as IconWriting, WritingFilled as IconWritingFilled, WritingOff as IconWritingOff, WritingSign as IconWritingSign, WritingSignFilled as IconWritingSignFilled, WritingSignOff as IconWritingSignOff, X as IconX, XFilled as IconXFilled, XMark as IconXMark, XPowerY as IconXPowerY, XboxA as IconXboxA, XboxAFilled as IconXboxAFilled, XboxB as IconXboxB, XboxBFilled as IconXboxBFilled, XboxX as IconXboxX, XboxXFilled as IconXboxXFilled, XboxY as IconXboxY, XboxYFilled as IconXboxYFilled, Xd as IconXd, Xxx as IconXxx, Yarn as IconYarn, YinYang as IconYinYang, YinYangFilled as IconYinYangFilled, Yoga as IconYoga, Zeppelin as IconZeppelin, ZeppelinFilled as IconZeppelinFilled, ZeppelinOff as IconZeppelinOff, ZeroConfig as IconZeroConfig, Zip as IconZip, ZodiacAquarius as IconZodiacAquarius, ZodiacAries as IconZodiacAries, ZodiacCancer as IconZodiacCancer, ZodiacCapricorn as IconZodiacCapricorn, ZodiacGemini as IconZodiacGemini, ZodiacLeo as IconZodiacLeo, ZodiacLibra as IconZodiacLibra, ZodiacPisces as IconZodiacPisces, ZodiacSagittarius as IconZodiacSagittarius, ZodiacScorpio as IconZodiacScorpio, ZodiacTaurus as IconZodiacTaurus, ZodiacVirgo as IconZodiacVirgo, Zoom as IconZoom, ZoomCancel as IconZoomCancel, ZoomCancelFilled as IconZoomCancelFilled, ZoomCheck as IconZoomCheck, ZoomCheckFilled as IconZoomCheckFilled, ZoomCode as IconZoomCode, ZoomCodeFilled as IconZoomCodeFilled, ZoomExclamation as IconZoomExclamation, ZoomExclamationFilled as IconZoomExclamationFilled, ZoomFilled as IconZoomFilled, ZoomIn as IconZoomIn, ZoomInArea as IconZoomInArea, ZoomInAreaFilled as IconZoomInAreaFilled, ZoomInFilled as IconZoomInFilled, ZoomMoney as IconZoomMoney, ZoomMoneyFilled as IconZoomMoneyFilled, ZoomOut as IconZoomOut, ZoomOutArea as IconZoomOutArea, ZoomOutAreaFilled as IconZoomOutAreaFilled, ZoomOutFilled as IconZoomOutFilled, ZoomPan as IconZoomPan, ZoomPanFilled as IconZoomPanFilled, ZoomQuestion as IconZoomQuestion, ZoomQuestionFilled as IconZoomQuestionFilled, ZoomReplace as IconZoomReplace, ZoomReset as IconZoomReset, ZoomScan as IconZoomScan, ZoomScanFilled as IconZoomScanFilled, Zzz as IconZzz, ZzzOff as IconZzzOff, TABLER_ICONS, TABLER_ICON_CONFIG, TablerIconComponent, TablerIconProvider, provideTablerIconConfig, provideTablerIcons }; export type { ITablerIconProvider, TablerIcon, TablerIconConfig, TablerIconNode, TablerIcons };