/// <reference types="react" />
import { SVGAttributes } from 'react'

declare module '@tabler/icons-react'

// Create interface extending SVGProps
export interface TablerIconsProps extends Partial<Omit<React.SVGProps<SVGSVGElement>, 'stroke'>> {
    size?: string | number,
    stroke?: string | number
}

export declare const createReactComponent: (iconName: string, iconNamePascal: string, iconNode: any[]) => (props: TablerIconsProps) => JSX.Element;

export type Icon = React.FC<TablerIconsProps>;

// Generated icons
export declare const Icon12Hours: (props: TablerIconsProps) => JSX.Element;
export declare const Icon123: (props: TablerIconsProps) => JSX.Element;
export declare const Icon24Hours: (props: TablerIconsProps) => JSX.Element;
export declare const Icon2fa: (props: TablerIconsProps) => JSX.Element;
export declare const Icon360View: (props: TablerIconsProps) => JSX.Element;
export declare const Icon360: (props: TablerIconsProps) => JSX.Element;
export declare const Icon3dCubeSphereOff: (props: TablerIconsProps) => JSX.Element;
export declare const Icon3dCubeSphere: (props: TablerIconsProps) => JSX.Element;
export declare const Icon3dRotate: (props: TablerIconsProps) => JSX.Element;
export declare const IconAB2: (props: TablerIconsProps) => JSX.Element;
export declare const IconABOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAB: (props: TablerIconsProps) => JSX.Element;
export declare const IconAbacusOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAbacus: (props: TablerIconsProps) => JSX.Element;
export declare const IconAbc: (props: TablerIconsProps) => JSX.Element;
export declare const IconAccessPointOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAccessPoint: (props: TablerIconsProps) => JSX.Element;
export declare const IconAccessibleOffFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAccessibleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAccessible: (props: TablerIconsProps) => JSX.Element;
export declare const IconActivityHeartbeat: (props: TablerIconsProps) => JSX.Element;
export declare const IconActivity: (props: TablerIconsProps) => JSX.Element;
export declare const IconAd2: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdCircleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAd: (props: TablerIconsProps) => JSX.Element;
export declare const IconAddressBookOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAddressBook: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsAlt: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustmentsX: (props: TablerIconsProps) => JSX.Element;
export declare const IconAdjustments: (props: TablerIconsProps) => JSX.Element;
export declare const IconAerialLift: (props: TablerIconsProps) => JSX.Element;
export declare const IconAffiliateFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAffiliate: (props: TablerIconsProps) => JSX.Element;
export declare const IconAirBalloon: (props: TablerIconsProps) => JSX.Element;
export declare const IconAirConditioningDisabled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAirConditioning: (props: TablerIconsProps) => JSX.Element;
export declare const IconAirTrafficControl: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmAverage: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmMinusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmPlusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmSnoozeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarmSnooze: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlarm: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlbumOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlbum: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertCircleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertHexagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertHexagonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertOctagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertOctagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSmallOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSquareFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSquareRoundedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSquareRoundedOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertTriangleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertTriangleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlertTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlienFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlien: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomCenterFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxBottomRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxCenterBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxCenterMiddleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxCenterMiddle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxCenterStretch: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxCenterTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftBottomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftMiddleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftMiddle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftStretch: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftTopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxLeftTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightBottomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightMiddleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightMiddle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightStretch: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightTopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxRightTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopCenterFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignBoxTopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignJustified: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlignRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlpha: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlphabetCyrillic: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlphabetGreek: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlphabetLatin: (props: TablerIconsProps) => JSX.Element;
export declare const IconAlt: (props: TablerIconsProps) => JSX.Element;
export declare const IconAmbulance: (props: TablerIconsProps) => JSX.Element;
export declare const IconAmpersand: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnalyzeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnalyzeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnalyze: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnchorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnchor: (props: TablerIconsProps) => JSX.Element;
export declare const IconAngle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAnkh: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBars1: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBars2: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBars3: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBars4: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBars5: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaBarsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntennaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAntenna: (props: TablerIconsProps) => JSX.Element;
export declare const IconApertureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAperture: (props: TablerIconsProps) => JSX.Element;
export declare const IconApiAppOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconApiApp: (props: TablerIconsProps) => JSX.Element;
export declare const IconApiOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconApi: (props: TablerIconsProps) => JSX.Element;
export declare const IconAppWindowFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAppWindow: (props: TablerIconsProps) => JSX.Element;
export declare const IconApple: (props: TablerIconsProps) => JSX.Element;
export declare const IconAppsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAppsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconApps: (props: TablerIconsProps) => JSX.Element;
export declare const IconArcheryArrow: (props: TablerIconsProps) => JSX.Element;
export declare const IconArchiveFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArchiveOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconArchive: (props: TablerIconsProps) => JSX.Element;
export declare const IconArmchair2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconArmchair2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArmchairOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconArmchair: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitContentFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitContent: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitHeight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowAutofitWidth: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBackUpDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBackUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBack: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBadgeUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarBoth: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarToDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarToLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarToRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarToUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBarUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBearLeft2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBearLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBearRight2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBearRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDownLineFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDownLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDownLinesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDownLines: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeftLineFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeftLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeftLinesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeftLines: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRightLineFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRightLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRightLinesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRightLines: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUpLineFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUpLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUpLinesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUpLines: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBigUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowBounce: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowCapsule: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowCurveLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowCurveRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownBar: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownFromArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownLeftCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownRhombus: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownRightCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownTail: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDownToArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowElbowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowElbowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowFork: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowForwardUpDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowForwardUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowForward: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowGuide: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowIteration: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftBar: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftFromArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftRhombus: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftTail: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeftToArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLoopLeft2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLoopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLoopRight2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowLoopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMergeAltLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMergeAltRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMergeBoth: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMergeLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMergeRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMerge: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMoveDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMoveLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMoveRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowMoveUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowNarrowDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowNarrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowNarrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowNarrowUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampLeft2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampLeft3: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampRight2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampRight3: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRampRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightBar: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightFromArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightRhombus: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightTail: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRightToArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryFirstLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryFirstRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryLastLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryLastRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRotaryStraight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRoundaboutLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowRoundaboutRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowSharpTurnLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowSharpTurnRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpBar: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpFromArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpLeftCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpRhombus: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpRightCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpTail: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUpToArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowWaveLeftDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowWaveLeftUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowWaveRightDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowWaveRightUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowZigZag: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsCross: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDiagonal2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDiagonalMinimize2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDiagonalMinimize: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDiagonal: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDiff: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDoubleNeSw: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDoubleNwSe: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDoubleSeNw: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDoubleSwNe: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDownUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsExchange2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsExchange: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsJoin2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsJoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsLeftDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsLeftRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsMaximize: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsMinimize: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsMoveHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsMoveVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsMove: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsRandom: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsRightDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsRightLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsShuffle2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsShuffle: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsSort: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsSplit2: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsSplit: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsTransferDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsTransferUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsUpDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconArrowsVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconArtboardFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArtboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconArtboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconArticleFilledFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconArticleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconArticle: (props: TablerIconsProps) => JSX.Element;
export declare const IconAspectRatioFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAspectRatioOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAspectRatio: (props: TablerIconsProps) => JSX.Element;
export declare const IconAssemblyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAssembly: (props: TablerIconsProps) => JSX.Element;
export declare const IconAsset: (props: TablerIconsProps) => JSX.Element;
export declare const IconAsteriskSimple: (props: TablerIconsProps) => JSX.Element;
export declare const IconAsterisk: (props: TablerIconsProps) => JSX.Element;
export declare const IconAtOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAt: (props: TablerIconsProps) => JSX.Element;
export declare const IconAtom2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAtom2: (props: TablerIconsProps) => JSX.Element;
export declare const IconAtomOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAtom: (props: TablerIconsProps) => JSX.Element;
export declare const IconAugmentedReality2: (props: TablerIconsProps) => JSX.Element;
export declare const IconAugmentedRealityOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAugmentedReality: (props: TablerIconsProps) => JSX.Element;
export declare const IconAutomaticGearbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconAvocado: (props: TablerIconsProps) => JSX.Element;
export declare const IconAwardFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconAwardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconAward: (props: TablerIconsProps) => JSX.Element;
export declare const IconAxe: (props: TablerIconsProps) => JSX.Element;
export declare const IconAxisX: (props: TablerIconsProps) => JSX.Element;
export declare const IconAxisY: (props: TablerIconsProps) => JSX.Element;
export declare const IconBabyBottle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBabyCarriage: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackground: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackhoe: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackpackOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackpack: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackslash: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackspaceFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBackspace: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadge3d: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadge4k: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadge8k: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeAdOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeAd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeAr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeCc: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeHd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeSd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeTm: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeVo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeVr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgeWc: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadge: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadgesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBadges: (props: TablerIconsProps) => JSX.Element;
export declare const IconBaguette: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallAmericanFootballOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallAmericanFootball: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallBaseball: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallBasketball: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallBowling: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallFootballOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallFootball: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallTennis: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallVolleyball: (props: TablerIconsProps) => JSX.Element;
export declare const IconBalloonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBalloonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBalloon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallpenFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallpenOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBallpen: (props: TablerIconsProps) => JSX.Element;
export declare const IconBan: (props: TablerIconsProps) => JSX.Element;
export declare const IconBandageFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBandageOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBandage: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarbellOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarbell: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarcodeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarcode: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarrelOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarrel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarrierBlockOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBarrierBlock: (props: TablerIconsProps) => JSX.Element;
export declare const IconBaselineDensityLarge: (props: TablerIconsProps) => JSX.Element;
export declare const IconBaselineDensityMedium: (props: TablerIconsProps) => JSX.Element;
export declare const IconBaselineDensitySmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconBaseline: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasketX: (props: TablerIconsProps) => JSX.Element;
export declare const IconBasket: (props: TablerIconsProps) => JSX.Element;
export declare const IconBat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBathFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBathOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBath: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery1: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery3: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery4: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryAutomotive: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryCharging2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryCharging: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryEco: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBatteryOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBattery: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeachOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeach: (props: TablerIconsProps) => JSX.Element;
export declare const IconBedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBedFlat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBedOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBed: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeerFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellMinusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellPlusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellRinging2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellRinging2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellRingingFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellRinging: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellSchool: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellX: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellZFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBellZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconBell: (props: TablerIconsProps) => JSX.Element;
export declare const IconBeta: (props: TablerIconsProps) => JSX.Element;
export declare const IconBible: (props: TablerIconsProps) => JSX.Element;
export declare const IconBikeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBike: (props: TablerIconsProps) => JSX.Element;
export declare const IconBinaryOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBinaryTree2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBinaryTree: (props: TablerIconsProps) => JSX.Element;
export declare const IconBinary: (props: TablerIconsProps) => JSX.Element;
export declare const IconBiohazardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBiohazard: (props: TablerIconsProps) => JSX.Element;
export declare const IconBladeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBlade: (props: TablerIconsProps) => JSX.Element;
export declare const IconBleachChlorine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBleachNoChlorine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBleachOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBleach: (props: TablerIconsProps) => JSX.Element;
export declare const IconBlender: (props: TablerIconsProps) => JSX.Element;
export declare const IconBlockquote: (props: TablerIconsProps) => JSX.Element;
export declare const IconBluetoothConnected: (props: TablerIconsProps) => JSX.Element;
export declare const IconBluetoothOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBluetoothX: (props: TablerIconsProps) => JSX.Element;
export declare const IconBluetooth: (props: TablerIconsProps) => JSX.Element;
export declare const IconBlurOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBlur: (props: TablerIconsProps) => JSX.Element;
export declare const IconBmp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBodyScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoldOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBold: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoltOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconBombFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBomb: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBone: (props: TablerIconsProps) => JSX.Element;
export declare const IconBongOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBong: (props: TablerIconsProps) => JSX.Element;
export declare const IconBook2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookDownload: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookUpload: (props: TablerIconsProps) => JSX.Element;
export declare const IconBook: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkAi: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarkQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmark: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarksFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarksOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBookmarks: (props: TablerIconsProps) => JSX.Element;
export declare const IconBooksOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBooks: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderAll: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderCornerIos: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderCornerPill: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderCornerRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderCornerSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderCorners: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderInner: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderNone: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderOuter: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderRadius: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderSides: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderStyle2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderStyle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconBorderVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconBottleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBottleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBottle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBounceLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBounceLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBounceRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBounceRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconBow: (props: TablerIconsProps) => JSX.Element;
export declare const IconBowlChopsticks: (props: TablerIconsProps) => JSX.Element;
export declare const IconBowlFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBowlSpoon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBowl: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottomLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottomLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottomRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottomRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTopLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTopRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxAlignTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMargin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxModel2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxModel2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxModelOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxModel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple0: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple1: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple3: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple4: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple5: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple6: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple7: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple8: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple9: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxMultiple: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxPadding: (props: TablerIconsProps) => JSX.Element;
export declare const IconBoxSeam: (props: TablerIconsProps) => JSX.Element;
export declare const IconBox: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBraces: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsAngleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsAngle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsContainEnd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsContainStart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsContain: (props: TablerIconsProps) => JSX.Element;
export declare const IconBracketsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrackets: (props: TablerIconsProps) => JSX.Element;
export declare const IconBraille: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrain: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrand4chan: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAbstract: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAdobe: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAdonisJs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAirbnb: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAirtable: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAlgolia: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAlipay: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAlpineJs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAmazon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAmd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAmigo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAmongUs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAndroid: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAngular: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAnsible: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAo3: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAppgallery: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAppleArcade: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAppleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandApplePodcast: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandApple: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAppstore: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAsana: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAuth0: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAws: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandAzure: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBackbone: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBadoo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBaidu: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBandcamp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBandlab: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBeats: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBehance: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBilibili: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBinance: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBing: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBitbucket: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBlackberry: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBlender: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBlogger: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBluesky: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBooking: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBootstrap: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBulma: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBumble: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandBunpo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCSharp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCake: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCakephp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCampaignmonitor: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCarbon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCashapp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandChrome: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCinema4d: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCitymapper: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCloudflare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCodecov: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCodepen: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCodesandbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCohost: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCoinbase: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandComedyCentral: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCoreos: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCouchdb: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCouchsurfing: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCpp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCraft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCrunchbase: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCss3: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCtemplar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCucumber: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCupra: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandCypress: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandD3: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDatabricks: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDaysCounter: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDcos: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDebian: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDeezer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDeliveroo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDeno: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDenodo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDeviantart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDigg: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDingtalk: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDiscordFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDiscord: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDisney: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDisqus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDjango: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDocker: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDoctrine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDolbyDigital: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDouban: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDribbbleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDribbble: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDrops: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandDrupal: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandEdge: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandElastic: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandElectronicArts: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandEmber: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandEnvato: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandEtsy: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandEvernote: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFacebookFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFacebook: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFeedly: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFigma: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFilezilla: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFinder: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFirebase: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFirefox: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFiverr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFlickr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFlightradar24: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFlipboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFlutter: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFortnite: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFoursquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFramerMotion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFramer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandFunimation: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGatsby: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGithubCopilot: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGithubFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGithub: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGitlab: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGmail: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGolang: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleBigQuery: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleDrive: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleFit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleHome: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleMaps: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogleOne: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGooglePhotos: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGooglePlay: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGooglePodcasts: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGoogle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGrammarly: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGraphql: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGravatar: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGrindr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGuardian: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandGumroad: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandHbo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandHeadlessui: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandHexo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandHipchat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandHtml5: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandInertia: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandInstagram: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandIntercom: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandItch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandJavascript: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandJuejin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandKakoTalk: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandKbin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandKick: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandKickstarter: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandKotlin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLaravel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLastfm: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLeetcode: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLetterboxd: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLinkedin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLinktree: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLinqpad: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLivewire: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandLoom: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMailgun: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMantine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMastercard: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMastodon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMatrix: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMcdonalds: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMedium: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMeetup: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMercedes: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMessenger: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMeta: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMinecraft: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMiniprogram: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMixpanel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMonday: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMongodb: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMyOppo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandMysql: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNationalGeographic: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNem: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNetbeans: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNeteaseMusic: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNetflix: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNexo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNextcloud: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNextjs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNodejs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNordVpn: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNotion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNpm: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNuxt: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandNytimes: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOauth: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOffice: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOkRu: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOnedrive: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOnlyfans: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOpenSource: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOpenai: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOpenvpn: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandOpera: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPagekit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandParsinta: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPatreonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPatreon: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPaypalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPaypal: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPaypay: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPeanut: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPepsi: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPhp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPicsart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPinterest: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPlanetscale: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPnpm: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPocket: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPolymer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPowershell: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPrintables: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPrisma: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandProducthunt: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPushbullet: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPushover: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandPython: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandQq: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRadixUi: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandReactNative: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandReact: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandReason: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandReddit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRedhat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRedux: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRevolut: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRumble: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandRust: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSafari: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSamsungpass: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSass: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSentry: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSharik: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandShazam: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandShopee: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSketch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSkype: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSlack: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSnapchat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSnapseed: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSnowflake: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSocketIo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSolidjs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSoundcloud: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSpacehey: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSpeedtest: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSpotify: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStackoverflow: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStackshare: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSteam: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStocktwits: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStorj: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStorybook: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStorytel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStrava: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandStripe: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSublimeText: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSugarizer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSupabase: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSuperhuman: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSupernova: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSurfshark: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSvelte: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSwift: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandSymfony: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTabler: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTailwind: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTaobao: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTeams: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTed: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTelegram: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTerraform: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTether: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandThingiverse: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandThreads: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandThreejs: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTidal: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTiktokFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTiktok: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTinder: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTopbuzz: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTorchain: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandToyota: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTrello: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTripadvisor: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTumblr: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTwilio: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTwitch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTwitterFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTwitter: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandTypescript: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandUber: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandUbuntu: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandUnity: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandUnsplash: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandUpwork: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandValorant: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVercel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVimeo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVinted: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVisa: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVisualStudio: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVite: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVivaldi: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVk: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVlc: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVolkswagen: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVsco: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVscode: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandVue: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWalmart: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWaze: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWebflow: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWechat: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWeibo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWhatsapp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWikipedia: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWindows: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWindy: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWish: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWix: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandWordpress: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandX: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandXamarin: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandXbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandXdeep: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandXing: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYahoo: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYandex: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYarn: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYatse: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYcombinator: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYoutubeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYoutubeKids: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandYoutube: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZalando: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZapier: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZeit: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZhihu: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZoom: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZulip: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrandZwift: (props: TablerIconsProps) => JSX.Element;
export declare const IconBreadOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBread: (props: TablerIconsProps) => JSX.Element;
export declare const IconBriefcase2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBriefcaseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBriefcaseOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBriefcase: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightness2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessAuto: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightnessUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrightness: (props: TablerIconsProps) => JSX.Element;
export declare const IconBroadcastOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBroadcast: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrowserCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrowserOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrowserPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrowserX: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrowser: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrushOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBrush: (props: TablerIconsProps) => JSX.Element;
export declare const IconBucketDroplet: (props: TablerIconsProps) => JSX.Element;
export declare const IconBucketOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBucket: (props: TablerIconsProps) => JSX.Element;
export declare const IconBugFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBugOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBug: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingArch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingBank: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingBridge2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingBridge: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingBroadcastTower: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingCarousel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingCastle: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingChurch: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingCircus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingCommunity: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingCottage: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingEstate: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingFactory2: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingFactory: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingFortress: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingHospital: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingLighthouse: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingMonument: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingMosque: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingPavilion: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingSkyscraper: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingStadium: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingStore: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingTunnel: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingWarehouse: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuildingWindTurbine: (props: TablerIconsProps) => JSX.Element;
export declare const IconBuilding: (props: TablerIconsProps) => JSX.Element;
export declare const IconBulbFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconBulbOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBulb: (props: TablerIconsProps) => JSX.Element;
export declare const IconBulldozer: (props: TablerIconsProps) => JSX.Element;
export declare const IconBurger: (props: TablerIconsProps) => JSX.Element;
export declare const IconBusOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconBusStop: (props: TablerIconsProps) => JSX.Element;
export declare const IconBus: (props: TablerIconsProps) => JSX.Element;
export declare const IconBusinessplan: (props: TablerIconsProps) => JSX.Element;
export declare const IconButterfly: (props: TablerIconsProps) => JSX.Element;
export declare const IconCactusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCactusOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCactus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCakeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCake: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalculatorFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalculatorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalculator: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarClock: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarDue: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarEvent: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarMonth: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarRepeat: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarSad: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarSmile: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarStats: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarTime: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarUser: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarWeek: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendarX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCalendar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraRotate: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraSelfie: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCameraX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCamera: (props: TablerIconsProps) => JSX.Element;
export declare const IconCamper: (props: TablerIconsProps) => JSX.Element;
export declare const IconCampfireFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCampfire: (props: TablerIconsProps) => JSX.Element;
export declare const IconCandleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCandle: (props: TablerIconsProps) => JSX.Element;
export declare const IconCandyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCandy: (props: TablerIconsProps) => JSX.Element;
export declare const IconCane: (props: TablerIconsProps) => JSX.Element;
export declare const IconCannabis: (props: TablerIconsProps) => JSX.Element;
export declare const IconCapsuleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCapsuleHorizontalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCapsuleHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconCapsule: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaptureFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaptureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCapture: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarCrane: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarCrash: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarGarage: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarSuv: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarTurbine: (props: TablerIconsProps) => JSX.Element;
export declare const IconCar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaravan: (props: TablerIconsProps) => JSX.Element;
export declare const IconCardboardsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCardboards: (props: TablerIconsProps) => JSX.Element;
export declare const IconCardsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCards: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretLeftRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretLeftRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretUpDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretUpDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCaretUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarouselHorizontalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarouselHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarouselVerticalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarouselVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarrotOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCarrot: (props: TablerIconsProps) => JSX.Element;
export declare const IconCashBanknoteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCashBanknote: (props: TablerIconsProps) => JSX.Element;
export declare const IconCashOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCash: (props: TablerIconsProps) => JSX.Element;
export declare const IconCastOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCast: (props: TablerIconsProps) => JSX.Element;
export declare const IconCat: (props: TablerIconsProps) => JSX.Element;
export declare const IconCategory2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCategoryFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCategoryMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCategoryPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCategory: (props: TablerIconsProps) => JSX.Element;
export declare const IconCeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCe: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignal1: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignal2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignal3: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignal4: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignal5: (props: TablerIconsProps) => JSX.Element;
export declare const IconCellSignalOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCell: (props: TablerIconsProps) => JSX.Element;
export declare const IconCertificate2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconCertificate2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCertificateOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCertificate: (props: TablerIconsProps) => JSX.Element;
export declare const IconChairDirector: (props: TablerIconsProps) => JSX.Element;
export declare const IconChalkboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconChalkboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconChargingPile: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartArcs3: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartArcs: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartAreaFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartAreaLineFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartAreaLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartArea: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartArrowsVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartArrows: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartBarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartBar: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartBubbleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartBubble: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartCandleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartCandle: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartCircles: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDonut2: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDonut3: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDonut4: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDonutFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDonut: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDots2: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDots3: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDotsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartGridDotsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartGridDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartHistogram: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartInfographic: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPie2: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPie3: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPie4: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPieFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPieOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPie: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartPpf: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartRadar: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartSankey: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartScatter3d: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartScatter: (props: TablerIconsProps) => JSX.Element;
export declare const IconChartTreemap: (props: TablerIconsProps) => JSX.Element;
export declare const IconCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCheckbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconChecklist: (props: TablerIconsProps) => JSX.Element;
export declare const IconChecks: (props: TablerIconsProps) => JSX.Element;
export declare const IconCheckupList: (props: TablerIconsProps) => JSX.Element;
export declare const IconCheese: (props: TablerIconsProps) => JSX.Element;
export declare const IconChefHatOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconChefHat: (props: TablerIconsProps) => JSX.Element;
export declare const IconCherryFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCherry: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessBishopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessBishop: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessKingFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessKing: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessKnightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessKnight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessQueenFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessQueen: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessRookFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconChessRook: (props: TablerIconsProps) => JSX.Element;
export declare const IconChess: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronCompactDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronCompactLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronCompactRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronCompactUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronDownLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronDownRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronLeftPipe: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronRightPipe: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsDownLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsDownRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconChevronsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconChisel: (props: TablerIconsProps) => JSX.Element;
export declare const IconChristmasBall: (props: TablerIconsProps) => JSX.Element;
export declare const IconChristmasTreeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconChristmasTree: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle0Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle7Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle8Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle9Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDownLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDownLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDownRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDownRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUpLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUpRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleArrowUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCaretDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCaretLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCaretRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCaretUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronsLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronsRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleChevronsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedPercentage: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashedX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDashed: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDotFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleDotted: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleHalf2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleHalfVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleKeyFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleKey: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterA: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterB: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterC: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterD: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterE: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterF: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterG: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterH: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterI: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterJ: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterK: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterL: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterM: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterN: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterO: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterP: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterQ: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterR: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterS: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterT: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterU: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterV: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterW: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterY: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleLetterZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCirclePercentage: (props: TablerIconsProps) => JSX.Element;
export declare const IconCirclePlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCirclePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleRectangleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleRectangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircleX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconCirclesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCirclesRelation: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircles: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitAmmeter: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitBattery: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitBulb: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitCapacitorPolarized: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitCapacitor: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitCellPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitCell: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitChangeover: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitDiodeZener: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitDiode: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitGroundDigital: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitGround: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitInductor: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitMotor: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitPushbutton: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitResistor: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitSwitchClosed: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitSwitchOpen: (props: TablerIconsProps) => JSX.Element;
export declare const IconCircuitVoltmeter: (props: TablerIconsProps) => JSX.Element;
export declare const IconClearAll: (props: TablerIconsProps) => JSX.Element;
export declare const IconClearFormatting: (props: TablerIconsProps) => JSX.Element;
export declare const IconClick: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardCopy: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardData: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardList: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardSmile: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardText: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardTypography: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboardX: (props: TablerIconsProps) => JSX.Element;
export declare const IconClipboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconClock12: (props: TablerIconsProps) => JSX.Element;
export declare const IconClock2: (props: TablerIconsProps) => JSX.Element;
export declare const IconClock24: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour1: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour10: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour11: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour12: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour2: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour3: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour4: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour5: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour6: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour7: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour8: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockHour9: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockPlay: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockRecord: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockShield: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockStop: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconClockX: (props: TablerIconsProps) => JSX.Element;
export declare const IconClock: (props: TablerIconsProps) => JSX.Element;
export declare const IconClothesRackOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconClothesRack: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudComputing: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudDataConnection: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudDownload: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudFog: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudLockOpen: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudLock: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudNetwork: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudRain: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudSnow: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudStorm: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudUpload: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloudX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCloud: (props: TablerIconsProps) => JSX.Element;
export declare const IconClover2: (props: TablerIconsProps) => JSX.Element;
export declare const IconClover: (props: TablerIconsProps) => JSX.Element;
export declare const IconClubsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconClubs: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeAsterix: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeCircle2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCodePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoffeeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoffee: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoffin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinBitcoinFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinBitcoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinEuroFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinEuro: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinMoneroFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinMonero: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinPoundFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinPound: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinRupeeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinRupee: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinTakaFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinTaka: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinYenFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinYen: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinYuanFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoinYuan: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCoins: (props: TablerIconsProps) => JSX.Element;
export declare const IconColorFilter: (props: TablerIconsProps) => JSX.Element;
export declare const IconColorPickerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconColorPicker: (props: TablerIconsProps) => JSX.Element;
export declare const IconColorSwatchOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconColorSwatch: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumnInsertLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumnInsertRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumnRemove: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumns1: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumns2: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumns3: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumnsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconColumns: (props: TablerIconsProps) => JSX.Element;
export declare const IconComet: (props: TablerIconsProps) => JSX.Element;
export declare const IconCommandOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCommand: (props: TablerIconsProps) => JSX.Element;
export declare const IconCompassFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCompassOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCompass: (props: TablerIconsProps) => JSX.Element;
export declare const IconComponentsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconComponents: (props: TablerIconsProps) => JSX.Element;
export declare const IconCone2: (props: TablerIconsProps) => JSX.Element;
export declare const IconConeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconConePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCone: (props: TablerIconsProps) => JSX.Element;
export declare const IconConfettiOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconConfetti: (props: TablerIconsProps) => JSX.Element;
export declare const IconConfucius: (props: TablerIconsProps) => JSX.Element;
export declare const IconContainerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconContainer: (props: TablerIconsProps) => JSX.Element;
export declare const IconContrast2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconContrast2: (props: TablerIconsProps) => JSX.Element;
export declare const IconContrastOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconContrast: (props: TablerIconsProps) => JSX.Element;
export declare const IconCooker: (props: TablerIconsProps) => JSX.Element;
export declare const IconCookieMan: (props: TablerIconsProps) => JSX.Element;
export declare const IconCookieOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCookie: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyX: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopy: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyleftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyleftOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyleft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyrightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyrightOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCopyright: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerDownLeftDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerDownLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerDownRightDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerDownRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerLeftDownDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerLeftDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerLeftUpDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerLeftUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerRightDownDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerRightDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerRightUpDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerRightUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerUpLeftDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerUpLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerUpRightDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconCornerUpRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconCpu2: (props: TablerIconsProps) => JSX.Element;
export declare const IconCpuOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCpu: (props: TablerIconsProps) => JSX.Element;
export declare const IconCraneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrane: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsBy: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsNc: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsNd: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsSa: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommonsZero: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreativeCommons: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreditCardFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreditCardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreditCardPay: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreditCardRefund: (props: TablerIconsProps) => JSX.Element;
export declare const IconCreditCard: (props: TablerIconsProps) => JSX.Element;
export declare const IconCricket: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop11: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop169: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop32: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop54: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop75: (props: TablerIconsProps) => JSX.Element;
export declare const IconCropLandscape: (props: TablerIconsProps) => JSX.Element;
export declare const IconCropPortrait: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrop: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrossFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrossOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCross: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrosshair: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrownOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrown: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrutchesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrutches: (props: TablerIconsProps) => JSX.Element;
export declare const IconCrystalBall: (props: TablerIconsProps) => JSX.Element;
export declare const IconCsv: (props: TablerIconsProps) => JSX.Element;
export declare const IconCubeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCubePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCubeSend: (props: TablerIconsProps) => JSX.Element;
export declare const IconCubeUnfolded: (props: TablerIconsProps) => JSX.Element;
export declare const IconCube: (props: TablerIconsProps) => JSX.Element;
export declare const IconCupOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCup: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurling: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurlyLoop: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyAfghani: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyBahraini: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyBaht: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyBitcoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyCent: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDinar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDirham: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDogecoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarAustralian: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarBrunei: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarCanadian: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarGuyanese: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarSingapore: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollarZimbabwean: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDong: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyDram: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyEthereum: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyEuroOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyEuro: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyFlorin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyForint: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyFrank: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyGuarani: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyHryvnia: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyIranianRial: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyKip: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyKroneCzech: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyKroneDanish: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyKroneSwedish: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyLari: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyLeu: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyLira: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyLitecoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyLyd: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyManat: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyMonero: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyNaira: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyNano: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyPaanga: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyPeso: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyPoundOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyPound: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyQuetzal: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyReal: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRenminbi: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRipple: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRiyal: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRubel: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRufiyaa: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRupeeNepalese: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyRupee: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyShekel: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencySolana: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencySom: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyTaka: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyTenge: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyTugrik: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyWon: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyXrp: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyYenOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyYen: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyYuan: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrencyZloty: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrency: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrentLocationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCurrentLocation: (props: TablerIconsProps) => JSX.Element;
export declare const IconCursorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCursorText: (props: TablerIconsProps) => JSX.Element;
export declare const IconCut: (props: TablerIconsProps) => JSX.Element;
export declare const IconCylinderOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconCylinderPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconCylinder: (props: TablerIconsProps) => JSX.Element;
export declare const IconDashboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDashboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseExport: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseImport: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseLeak: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabasePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseSmile: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabaseX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDatabase: (props: TablerIconsProps) => JSX.Element;
export declare const IconDecimal: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeer: (props: TablerIconsProps) => JSX.Element;
export declare const IconDelta: (props: TablerIconsProps) => JSX.Element;
export declare const IconDentalBroken: (props: TablerIconsProps) => JSX.Element;
export declare const IconDentalOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDental: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeselect: (props: TablerIconsProps) => JSX.Element;
export declare const IconDesk: (props: TablerIconsProps) => JSX.Element;
export declare const IconDetailsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDetails: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceAirpodsCase: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceAirpods: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceAirtag: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceAudioTape: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceCameraPhone: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceCctvOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceCctv: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceComputerCameraOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceComputerCamera: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktopX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceDesktop: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceFloppy: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceGamepad2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceGamepad3: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceGamepad: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceHeartMonitorFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceHeartMonitor: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImacX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceImac: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontalX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpadX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceIpad: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceLandlinePhone: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceLaptopOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceLaptop: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileCharging: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileMessage: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobilePause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobilePin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobilePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileRotated: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileVibration: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobileX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceMobile: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceNintendoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceNintendo: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceProjector: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceRemote: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSdCard: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSim1: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSim2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSim3: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSim: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSpeakerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceSpeaker: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTabletX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTablet: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTvOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTvOld: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceTv: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceUsb: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceVisionPro: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchStats2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchStats: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatchX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDeviceWatch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevices2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesPcOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesPc: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevicesX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDevices: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiaboloOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiaboloPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiabolo: (props: TablerIconsProps) => JSX.Element;
export declare const IconDialpadFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDialpadOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDialpad: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiamondFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiamondOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiamond: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiamondsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiamonds: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice1: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice3: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice4: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice5: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice6: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiceFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDice: (props: TablerIconsProps) => JSX.Element;
export declare const IconDimensions: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionArrows: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionSignFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionSignOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionSign: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirection: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirectionsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDirections: (props: TablerIconsProps) => JSX.Element;
export declare const IconDisabled2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDisabledOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDisabled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscGolf: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDisc: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscount2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscount2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscountCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscountCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscountOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconDivide: (props: TablerIconsProps) => JSX.Element;
export declare const IconDna2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconDna2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDnaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDna: (props: TablerIconsProps) => JSX.Element;
export declare const IconDogBowl: (props: TablerIconsProps) => JSX.Element;
export declare const IconDog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDoorEnter: (props: TablerIconsProps) => JSX.Element;
export declare const IconDoorExit: (props: TablerIconsProps) => JSX.Element;
export declare const IconDoorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDoor: (props: TablerIconsProps) => JSX.Element;
export declare const IconDotsCircleHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconDotsDiagonal2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDotsDiagonal: (props: TablerIconsProps) => JSX.Element;
export declare const IconDotsVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconDownloadOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDownload: (props: TablerIconsProps) => JSX.Element;
export declare const IconDragDrop2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDragDrop: (props: TablerIconsProps) => JSX.Element;
export declare const IconDroneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDrone: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletHalf2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletHalf2: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletHalfFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconDropletX: (props: TablerIconsProps) => JSX.Element;
export declare const IconDroplet: (props: TablerIconsProps) => JSX.Element;
export declare const IconDroplets: (props: TablerIconsProps) => JSX.Element;
export declare const IconDualScreen: (props: TablerIconsProps) => JSX.Element;
export declare const IconEPassport: (props: TablerIconsProps) => JSX.Element;
export declare const IconEarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEarScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconEar: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseInControlPoint: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseInOutControlPoints: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseInOut: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseIn: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseOutControlPoint: (props: TablerIconsProps) => JSX.Element;
export declare const IconEaseOut: (props: TablerIconsProps) => JSX.Element;
export declare const IconEditCircleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEditCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconEditOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconEggCracked: (props: TablerIconsProps) => JSX.Element;
export declare const IconEggFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconEggFried: (props: TablerIconsProps) => JSX.Element;
export declare const IconEggOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEgg: (props: TablerIconsProps) => JSX.Element;
export declare const IconEggs: (props: TablerIconsProps) => JSX.Element;
export declare const IconElevatorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconElevator: (props: TablerIconsProps) => JSX.Element;
export declare const IconEmergencyBed: (props: TablerIconsProps) => JSX.Element;
export declare const IconEmpathizeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEmpathize: (props: TablerIconsProps) => JSX.Element;
export declare const IconEmphasis: (props: TablerIconsProps) => JSX.Element;
export declare const IconEngineOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEngine: (props: TablerIconsProps) => JSX.Element;
export declare const IconEqualDouble: (props: TablerIconsProps) => JSX.Element;
export declare const IconEqualNot: (props: TablerIconsProps) => JSX.Element;
export declare const IconEqual: (props: TablerIconsProps) => JSX.Element;
export declare const IconEraserOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEraser: (props: TablerIconsProps) => JSX.Element;
export declare const IconError404Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconError404: (props: TablerIconsProps) => JSX.Element;
export declare const IconEscalatorDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconEscalatorUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconEscalator: (props: TablerIconsProps) => JSX.Element;
export declare const IconExchangeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconExchange: (props: TablerIconsProps) => JSX.Element;
export declare const IconExclamationCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconExclamationMarkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconExclamationMark: (props: TablerIconsProps) => JSX.Element;
export declare const IconExplicitOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconExplicit: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposure0: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposureMinus1: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposureMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposurePlus1: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposurePlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconExposure: (props: TablerIconsProps) => JSX.Element;
export declare const IconExternalLinkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconExternalLink: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeClosed: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyePause: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyePin: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeTable: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeX: (props: TablerIconsProps) => JSX.Element;
export declare const IconEye: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeglass2: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeglassOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconEyeglass: (props: TablerIconsProps) => JSX.Element;
export declare const IconFaceIdError: (props: TablerIconsProps) => JSX.Element;
export declare const IconFaceId: (props: TablerIconsProps) => JSX.Element;
export declare const IconFaceMaskOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFaceMask: (props: TablerIconsProps) => JSX.Element;
export declare const IconFall: (props: TablerIconsProps) => JSX.Element;
export declare const IconFavicon: (props: TablerIconsProps) => JSX.Element;
export declare const IconFeatherOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFeather: (props: TablerIconsProps) => JSX.Element;
export declare const IconFenceOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFence: (props: TablerIconsProps) => JSX.Element;
export declare const IconFidgetSpinner: (props: TablerIconsProps) => JSX.Element;
export declare const IconFile3d: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileAlert: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileArrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileArrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileBarcode: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileBroken: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileCertificate: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileChart: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileCode2: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileCv: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDatabase: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDelta: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDescription: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDiff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDigit: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDislike: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileDownload: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileEuro: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileExport: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileFunction: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileImport: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileInfinity: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileInfo: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileInvoice: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileLambda: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileLike: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileMusic: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileNeutral: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileOrientation: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilePencil: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilePercent: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilePhone: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilePower: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileReport: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileRss: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSad: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileScissors: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSettings: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileShredder: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSignal: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSmile: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSpreadsheet: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileStack: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileSymlink: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTextAi: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileText: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTime: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeBmp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeCss: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeCsv: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeDoc: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeDocx: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeHtml: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeJpg: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeJs: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeJsx: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypePdf: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypePhp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypePng: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypePpt: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeRs: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeSql: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeSvg: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeTs: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeTsx: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeTxt: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeVue: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeXls: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeXml: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypeZip: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileTypography: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileUnknown: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileUpload: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileVector: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileX: (props: TablerIconsProps) => JSX.Element;
export declare const IconFileZip: (props: TablerIconsProps) => JSX.Element;
export declare const IconFile: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFiles: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilter: (props: TablerIconsProps) => JSX.Element;
export declare const IconFilters: (props: TablerIconsProps) => JSX.Element;
export declare const IconFingerprintOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFingerprintScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconFingerprint: (props: TablerIconsProps) => JSX.Element;
export declare const IconFireExtinguisher: (props: TablerIconsProps) => JSX.Element;
export declare const IconFireHydrantOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFireHydrant: (props: TablerIconsProps) => JSX.Element;
export declare const IconFiretruck: (props: TablerIconsProps) => JSX.Element;
export declare const IconFirstAidKitOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFirstAidKit: (props: TablerIconsProps) => JSX.Element;
export declare const IconFishBone: (props: TablerIconsProps) => JSX.Element;
export declare const IconFishChristianity: (props: TablerIconsProps) => JSX.Element;
export declare const IconFishHookOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFishHook: (props: TablerIconsProps) => JSX.Element;
export declare const IconFishOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFish: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag2: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag3: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlagX: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlag: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlameOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlame: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlare: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlask2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlask2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlask2: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlaskFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlaskOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlask: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlipFlops: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlipHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlipVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconFloatCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconFloatLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconFloatNone: (props: TablerIconsProps) => JSX.Element;
export declare const IconFloatRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlowerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFlower: (props: TablerIconsProps) => JSX.Element;
export declare const IconFocus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconFocusAuto: (props: TablerIconsProps) => JSX.Element;
export declare const IconFocusCentered: (props: TablerIconsProps) => JSX.Element;
export declare const IconFocus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFoldDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconFoldUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFold: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderOpen: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderRoot: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderSymlink: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolderX: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolder: (props: TablerIconsProps) => JSX.Element;
export declare const IconFoldersOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFolders: (props: TablerIconsProps) => JSX.Element;
export declare const IconForbid2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconForbid2: (props: TablerIconsProps) => JSX.Element;
export declare const IconForbidFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconForbid: (props: TablerIconsProps) => JSX.Element;
export declare const IconForklift: (props: TablerIconsProps) => JSX.Element;
export declare const IconForms: (props: TablerIconsProps) => JSX.Element;
export declare const IconFountainFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFountainOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFountain: (props: TablerIconsProps) => JSX.Element;
export declare const IconFrameOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFrame: (props: TablerIconsProps) => JSX.Element;
export declare const IconFreeRights: (props: TablerIconsProps) => JSX.Element;
export declare const IconFreezeColumn: (props: TablerIconsProps) => JSX.Element;
export declare const IconFreezeRowColumn: (props: TablerIconsProps) => JSX.Element;
export declare const IconFreezeRow: (props: TablerIconsProps) => JSX.Element;
export declare const IconFridgeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFridge: (props: TablerIconsProps) => JSX.Element;
export declare const IconFriendsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFriends: (props: TablerIconsProps) => JSX.Element;
export declare const IconFrustumOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFrustumPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconFrustum: (props: TablerIconsProps) => JSX.Element;
export declare const IconFunctionFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconFunctionOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconFunction: (props: TablerIconsProps) => JSX.Element;
export declare const IconGalaxy: (props: TablerIconsProps) => JSX.Element;
export declare const IconGardenCartOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGardenCart: (props: TablerIconsProps) => JSX.Element;
export declare const IconGasStationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGasStation: (props: TablerIconsProps) => JSX.Element;
export declare const IconGaugeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGaugeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGauge: (props: TablerIconsProps) => JSX.Element;
export declare const IconGavel: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderAgender: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderAndrogyne: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderBigender: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderDemiboy: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderDemigirl: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderEpicene: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderFemale: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderFemme: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderGenderfluid: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderGenderless: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderGenderqueer: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderHermaphrodite: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderIntergender: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderMale: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderNeutrois: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderThird: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderTransgender: (props: TablerIconsProps) => JSX.Element;
export declare const IconGenderTrasvesti: (props: TablerIconsProps) => JSX.Element;
export declare const IconGeometry: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhost2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhost2: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhost3: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhostFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhostOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGhost: (props: TablerIconsProps) => JSX.Element;
export declare const IconGif: (props: TablerIconsProps) => JSX.Element;
export declare const IconGiftCardFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGiftCard: (props: TablerIconsProps) => JSX.Element;
export declare const IconGiftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGiftOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGift: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitBranchDeleted: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitBranch: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitCherryPick: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitCommit: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitCompare: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitFork: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitMerge: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitPullRequestClosed: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitPullRequestDraft: (props: TablerIconsProps) => JSX.Element;
export declare const IconGitPullRequest: (props: TablerIconsProps) => JSX.Element;
export declare const IconGizmo: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassChampagne: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassCocktail: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassFullFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassFull: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassGin: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlassOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlass: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlobeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlobeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGlobe: (props: TablerIconsProps) => JSX.Element;
export declare const IconGoGame: (props: TablerIconsProps) => JSX.Element;
export declare const IconGolfOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGolf: (props: TablerIconsProps) => JSX.Element;
export declare const IconGps: (props: TablerIconsProps) => JSX.Element;
export declare const IconGradienter: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrain: (props: TablerIconsProps) => JSX.Element;
export declare const IconGraphFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGraphOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGraph: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrave2: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrave: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrid3x3: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrid4x4: (props: TablerIconsProps) => JSX.Element;
export declare const IconGridDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconGridGoldenratio: (props: TablerIconsProps) => JSX.Element;
export declare const IconGridPattern: (props: TablerIconsProps) => JSX.Element;
export declare const IconGridScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrillFork: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrillOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrillSpatula: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrill: (props: TablerIconsProps) => JSX.Element;
export declare const IconGripHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconGripVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconGrowth: (props: TablerIconsProps) => JSX.Element;
export declare const IconGuitarPickFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconGuitarPick: (props: TablerIconsProps) => JSX.Element;
export declare const IconGymnastics: (props: TablerIconsProps) => JSX.Element;
export declare const IconH1: (props: TablerIconsProps) => JSX.Element;
export declare const IconH2: (props: TablerIconsProps) => JSX.Element;
export declare const IconH3: (props: TablerIconsProps) => JSX.Element;
export declare const IconH4: (props: TablerIconsProps) => JSX.Element;
export declare const IconH5: (props: TablerIconsProps) => JSX.Element;
export declare const IconH6: (props: TablerIconsProps) => JSX.Element;
export declare const IconHammerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHammer: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandClick: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandFingerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandFinger: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandGrab: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandLittleFinger: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandMiddleFinger: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandMove: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandRingFinger: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandRock: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandSanitizer: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandStop: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandThreeFingers: (props: TablerIconsProps) => JSX.Element;
export declare const IconHandTwoFingers: (props: TablerIconsProps) => JSX.Element;
export declare const IconHanger2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHangerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHanger: (props: TablerIconsProps) => JSX.Element;
export declare const IconHash: (props: TablerIconsProps) => JSX.Element;
export declare const IconHazeMoon: (props: TablerIconsProps) => JSX.Element;
export declare const IconHaze: (props: TablerIconsProps) => JSX.Element;
export declare const IconHdr: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadingOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeading: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadphonesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadphonesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadphones: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadsetOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeadset: (props: TablerIconsProps) => JSX.Element;
export declare const IconHealthRecognition: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartBroken: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartHandshake: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartRateMonitor: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartX: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartbeat: (props: TablerIconsProps) => JSX.Element;
export declare const IconHeartsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHearts: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelicopterLanding: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelicopter: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelmetOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelmet: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpHexagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpOctagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpOctagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpSquareFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpSquareRoundedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpTriangleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelpTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconHelp: (props: TablerIconsProps) => JSX.Element;
export declare const IconHemisphereOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHemispherePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHemisphere: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon0Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon3d: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon7Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon8Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon9Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterA: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterB: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterC: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterD: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterE: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterF: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterG: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterH: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterI: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterJ: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterK: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterL: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterM: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterN: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterO: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterP: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterQ: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterR: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterS: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterT: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterU: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterV: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterW: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterY: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonLetterZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonPlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPrismOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPrismPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPrism: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPyramidOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPyramidPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonalPyramid: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagonsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHexagons: (props: TablerIconsProps) => JSX.Element;
export declare const IconHierarchy2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHierarchy3: (props: TablerIconsProps) => JSX.Element;
export declare const IconHierarchyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHierarchy: (props: TablerIconsProps) => JSX.Element;
export declare const IconHighlightOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHighlight: (props: TablerIconsProps) => JSX.Element;
export declare const IconHistoryOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHistoryToggle: (props: TablerIconsProps) => JSX.Element;
export declare const IconHistory: (props: TablerIconsProps) => JSX.Element;
export declare const IconHome2: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeEco: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeHand: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeInfinity: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeLink: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeMove: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeRibbon: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeShield: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeSignal: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeStats: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconHomeX: (props: TablerIconsProps) => JSX.Element;
export declare const IconHome: (props: TablerIconsProps) => JSX.Element;
export declare const IconHorseToy: (props: TablerIconsProps) => JSX.Element;
export declare const IconHorse: (props: TablerIconsProps) => JSX.Element;
export declare const IconHorseshoe: (props: TablerIconsProps) => JSX.Element;
export declare const IconHospitalCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconHospital: (props: TablerIconsProps) => JSX.Element;
export declare const IconHotelService: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglassEmpty: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglassFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglassHigh: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglassLow: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglassOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconHourglass: (props: TablerIconsProps) => JSX.Element;
export declare const IconHtml: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpConnect: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpDelete: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpGet: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpHead: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpOptions: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpPatch: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpPost: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpPut: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpQue: (props: TablerIconsProps) => JSX.Element;
export declare const IconHttpTrace: (props: TablerIconsProps) => JSX.Element;
export declare const IconIceCream2: (props: TablerIconsProps) => JSX.Element;
export declare const IconIceCreamOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIceCream: (props: TablerIconsProps) => JSX.Element;
export declare const IconIceSkating: (props: TablerIconsProps) => JSX.Element;
export declare const IconIconsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIcons: (props: TablerIconsProps) => JSX.Element;
export declare const IconIdBadge2: (props: TablerIconsProps) => JSX.Element;
export declare const IconIdBadgeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIdBadge: (props: TablerIconsProps) => JSX.Element;
export declare const IconIdOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconId: (props: TablerIconsProps) => JSX.Element;
export declare const IconImageInPicture: (props: TablerIconsProps) => JSX.Element;
export declare const IconInboxOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconInbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconIndentDecrease: (props: TablerIconsProps) => JSX.Element;
export declare const IconIndentIncrease: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfinityOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfinity: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoHexagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoOctagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoOctagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoSquareFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoSquareRoundedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoTriangleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInfoTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottomLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottomLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottomRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottomRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTopLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTopRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconInnerShadowTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconInputAi: (props: TablerIconsProps) => JSX.Element;
export declare const IconInputCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconInputSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconInputX: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroning1: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroning2: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroning3: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroningOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroningSteamOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroningSteam: (props: TablerIconsProps) => JSX.Element;
export declare const IconIroning: (props: TablerIconsProps) => JSX.Element;
export declare const IconIrregularPolyhedronOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconIrregularPolyhedronPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconIrregularPolyhedron: (props: TablerIconsProps) => JSX.Element;
export declare const IconItalic: (props: TablerIconsProps) => JSX.Element;
export declare const IconJacket: (props: TablerIconsProps) => JSX.Element;
export declare const IconJetpack: (props: TablerIconsProps) => JSX.Element;
export declare const IconJewishStarFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconJewishStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconJpg: (props: TablerIconsProps) => JSX.Element;
export declare const IconJson: (props: TablerIconsProps) => JSX.Element;
export declare const IconJumpRope: (props: TablerIconsProps) => JSX.Element;
export declare const IconKarate: (props: TablerIconsProps) => JSX.Element;
export declare const IconKayak: (props: TablerIconsProps) => JSX.Element;
export declare const IconKering: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconKey: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyboardHide: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyboardShow: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignCenterFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignHorizontalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignVerticalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeAlignVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframe: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframesFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconKeyframes: (props: TablerIconsProps) => JSX.Element;
export declare const IconLadderOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLadder: (props: TablerIconsProps) => JSX.Element;
export declare const IconLadle: (props: TablerIconsProps) => JSX.Element;
export declare const IconLambda: (props: TablerIconsProps) => JSX.Element;
export declare const IconLamp2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLampOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLamp: (props: TablerIconsProps) => JSX.Element;
export declare const IconLane: (props: TablerIconsProps) => JSX.Element;
export declare const IconLanguageHiragana: (props: TablerIconsProps) => JSX.Element;
export declare const IconLanguageKatakana: (props: TablerIconsProps) => JSX.Element;
export declare const IconLanguageOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLanguage: (props: TablerIconsProps) => JSX.Element;
export declare const IconLassoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLassoPolygon: (props: TablerIconsProps) => JSX.Element;
export declare const IconLasso: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersDifference: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersIntersect2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersIntersect: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersLinked: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersSubtract: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayersUnion: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayout2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignCenter: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignMiddle: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutAlignTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBoardSplit: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBoard: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarCollapseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarCollapse: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarExpandFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarExpand: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombarInactive: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutBottombar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutCards: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutCollage: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutColumns: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutDashboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutDistributeHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutDistributeVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutGridAdd: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutGridRemove: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutGrid: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutKanban: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutList: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarCollapseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarCollapse: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarExpandFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarExpand: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbarInactive: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutNavbar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutRows: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarInactive: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarLeftCollapseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarLeftCollapse: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarLeftExpandFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarLeftExpand: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRightCollapseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRightCollapse: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRightExpandFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRightExpand: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRightInactive: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebarRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayoutSidebar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLayout: (props: TablerIconsProps) => JSX.Element;
export declare const IconLeafOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLeaf: (props: TablerIconsProps) => JSX.Element;
export declare const IconLegoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLego: (props: TablerIconsProps) => JSX.Element;
export declare const IconLemon2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLemon: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterASmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterA: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterBSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterB: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterCSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterC: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterCaseLower: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterCaseToggle: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterCaseUpper: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterCase: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterDSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterD: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterESmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterE: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterFSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterF: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterGSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterG: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterHSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterH: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterISmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterI: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterJSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterJ: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterKSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterK: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterLSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterL: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterMSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterM: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterNSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterN: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterOSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterO: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterPSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterP: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterQSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterQ: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterRSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterR: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterSSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterS: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterSpacing: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterTSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterT: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterUSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterU: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterVSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterV: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterWSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterW: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterXSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterYSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterY: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterZSmall: (props: TablerIconsProps) => JSX.Element;
export declare const IconLetterZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconLibraryMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLibraryPhoto: (props: TablerIconsProps) => JSX.Element;
export declare const IconLibraryPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLibrary: (props: TablerIconsProps) => JSX.Element;
export declare const IconLicenseOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLicense: (props: TablerIconsProps) => JSX.Element;
export declare const IconLifebuoyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLifebuoy: (props: TablerIconsProps) => JSX.Element;
export declare const IconLighter: (props: TablerIconsProps) => JSX.Element;
export declare const IconLineDashed: (props: TablerIconsProps) => JSX.Element;
export declare const IconLineDotted: (props: TablerIconsProps) => JSX.Element;
export declare const IconLineHeight: (props: TablerIconsProps) => JSX.Element;
export declare const IconLineScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconLinkMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLinkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLinkPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLink: (props: TablerIconsProps) => JSX.Element;
export declare const IconListCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconListDetails: (props: TablerIconsProps) => JSX.Element;
export declare const IconListLetters: (props: TablerIconsProps) => JSX.Element;
export declare const IconListNumbers: (props: TablerIconsProps) => JSX.Element;
export declare const IconListSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconListTree: (props: TablerIconsProps) => JSX.Element;
export declare const IconList: (props: TablerIconsProps) => JSX.Element;
export declare const IconLivePhotoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLivePhoto: (props: TablerIconsProps) => JSX.Element;
export declare const IconLiveView: (props: TablerIconsProps) => JSX.Element;
export declare const IconLoadBalancer: (props: TablerIconsProps) => JSX.Element;
export declare const IconLoader2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLoader3: (props: TablerIconsProps) => JSX.Element;
export declare const IconLoaderQuarter: (props: TablerIconsProps) => JSX.Element;
export declare const IconLoader: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationBroken: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocationX: (props: TablerIconsProps) => JSX.Element;
export declare const IconLocation: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockAccessOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockAccess: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockOpenOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockOpen: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockSquareRoundedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconLockX: (props: TablerIconsProps) => JSX.Element;
export declare const IconLock: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicAnd: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicBuffer: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicNand: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicNor: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicNot: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicOr: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicXnor: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogicXor: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogin2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogin: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogout2: (props: TablerIconsProps) => JSX.Element;
export declare const IconLogout: (props: TablerIconsProps) => JSX.Element;
export declare const IconLollipopOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLollipop: (props: TablerIconsProps) => JSX.Element;
export declare const IconLuggageOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLuggage: (props: TablerIconsProps) => JSX.Element;
export declare const IconLungsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconLungs: (props: TablerIconsProps) => JSX.Element;
export declare const IconMacroOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMacro: (props: TablerIconsProps) => JSX.Element;
export declare const IconMagnetOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMagnet: (props: TablerIconsProps) => JSX.Element;
export declare const IconMagnetic: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailAi: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailFast: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailForward: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailOpenedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailOpened: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMail: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailboxOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMailbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconMan: (props: TablerIconsProps) => JSX.Element;
export declare const IconManualGearbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconMap2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapEast: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapNorth: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPin2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPinX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPins: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapRoute: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapSouth: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapWest: (props: TablerIconsProps) => JSX.Element;
export declare const IconMapX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMap: (props: TablerIconsProps) => JSX.Element;
export declare const IconMarkdownOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMarkdown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMarquee2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMarqueeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMarquee: (props: TablerIconsProps) => JSX.Element;
export declare const IconMars: (props: TablerIconsProps) => JSX.Element;
export declare const IconMaskOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMask: (props: TablerIconsProps) => JSX.Element;
export declare const IconMasksTheaterOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMasksTheater: (props: TablerIconsProps) => JSX.Element;
export declare const IconMassage: (props: TablerIconsProps) => JSX.Element;
export declare const IconMatchstick: (props: TablerIconsProps) => JSX.Element;
export declare const IconMath1Divide2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMath1Divide3: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathAvg: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathEqualGreater: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathEqualLower: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathFunctionOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathFunctionY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathFunction: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathGreater: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathIntegralX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathIntegral: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathIntegrals: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathLower: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathMaxMin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathMax: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathMin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathNot: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathPiDivide2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathPi: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathSymbols: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXDivide2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXDivideY2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXDivideY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXMinusX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXMinusY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXPlusX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXPlusY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathXy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathYMinusY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMathYPlusY: (props: TablerIconsProps) => JSX.Element;
export declare const IconMath: (props: TablerIconsProps) => JSX.Element;
export declare const IconMaximizeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMaximize: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeatOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeat: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedal2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedal: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedicalCrossCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedicalCrossFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedicalCrossOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedicalCross: (props: TablerIconsProps) => JSX.Element;
export declare const IconMedicineSyrup: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeeple: (props: TablerIconsProps) => JSX.Element;
export declare const IconMelon: (props: TablerIconsProps) => JSX.Element;
export declare const IconMenorah: (props: TablerIconsProps) => JSX.Element;
export declare const IconMenu2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMenuDeep: (props: TablerIconsProps) => JSX.Element;
export declare const IconMenuOrder: (props: TablerIconsProps) => JSX.Element;
export declare const IconMenu: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Bolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Cancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Check: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Code: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Cog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Dollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Down: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Exclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Heart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Minus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Pause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Pin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Question: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Search: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Share: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Star: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2Up: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2X: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageChatbot: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircle2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircle2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCirclePause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCirclePin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCirclePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircleX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageDots: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageForward: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageLanguage: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessagePause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessagePin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessagePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageReply: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageReport: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessageX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessage: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessagesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMessages: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeteorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeteor: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeterCube: (props: TablerIconsProps) => JSX.Element;
export declare const IconMeterSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMetronome: (props: TablerIconsProps) => JSX.Element;
export declare const IconMichelinBibGourmand: (props: TablerIconsProps) => JSX.Element;
export declare const IconMichelinStarGreen: (props: TablerIconsProps) => JSX.Element;
export declare const IconMichelinStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMickeyFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMickey: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrophone2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrophone2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrophoneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrophone: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicroscopeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicroscope: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrowaveOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMicrowave: (props: TablerIconsProps) => JSX.Element;
export declare const IconMilitaryAward: (props: TablerIconsProps) => JSX.Element;
export declare const IconMilitaryRank: (props: TablerIconsProps) => JSX.Element;
export declare const IconMilkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMilk: (props: TablerIconsProps) => JSX.Element;
export declare const IconMilkshake: (props: TablerIconsProps) => JSX.Element;
export declare const IconMinimize: (props: TablerIconsProps) => JSX.Element;
export declare const IconMinusVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMistOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMist: (props: TablerIconsProps) => JSX.Element;
export declare const IconMobiledataOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMobiledata: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoneybag: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodAngry: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodAnnoyed2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodAnnoyed: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodBoy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodConfuzedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodConfuzed: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodCrazyHappy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodCry: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodEmptyFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodEmpty: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodHappyFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodHappy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodKidFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodKid: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodLookDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodLookLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodLookRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodLookUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodNerd: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodNervous: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodNeutralFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodNeutral: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodPuzzled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSad2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSadDizzy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSadFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSadSquint: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSad: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSick: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSilence: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSing: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSmileBeam: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSmileDizzy: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSmileFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSmile: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodSuprised: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodTongueWink2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodTongueWink: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodTongue: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodUnamused: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodWink2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodWink: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodWrrr: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoodXd: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoon2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoonStars: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoon: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoped: (props: TablerIconsProps) => JSX.Element;
export declare const IconMotorbike: (props: TablerIconsProps) => JSX.Element;
export declare const IconMountainOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMountain: (props: TablerIconsProps) => JSX.Element;
export declare const IconMouse2: (props: TablerIconsProps) => JSX.Element;
export declare const IconMouseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMouseOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMouse: (props: TablerIconsProps) => JSX.Element;
export declare const IconMoustache: (props: TablerIconsProps) => JSX.Element;
export declare const IconMovieOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMovie: (props: TablerIconsProps) => JSX.Element;
export declare const IconMugOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMug: (props: TablerIconsProps) => JSX.Element;
export declare const IconMultiplier05x: (props: TablerIconsProps) => JSX.Element;
export declare const IconMultiplier15x: (props: TablerIconsProps) => JSX.Element;
export declare const IconMultiplier1x: (props: TablerIconsProps) => JSX.Element;
export declare const IconMultiplier2x: (props: TablerIconsProps) => JSX.Element;
export declare const IconMushroomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconMushroomOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMushroom: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusicX: (props: TablerIconsProps) => JSX.Element;
export declare const IconMusic: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationEast: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationNorth: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationSouth: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationWest: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigationX: (props: TablerIconsProps) => JSX.Element;
export declare const IconNavigation: (props: TablerIconsProps) => JSX.Element;
export declare const IconNeedleThread: (props: TablerIconsProps) => JSX.Element;
export declare const IconNeedle: (props: TablerIconsProps) => JSX.Element;
export declare const IconNetworkOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNetwork: (props: TablerIconsProps) => JSX.Element;
export declare const IconNewSection: (props: TablerIconsProps) => JSX.Element;
export declare const IconNewsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNews: (props: TablerIconsProps) => JSX.Element;
export declare const IconNfcOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNfc: (props: TablerIconsProps) => JSX.Element;
export declare const IconNoCopyright: (props: TablerIconsProps) => JSX.Element;
export declare const IconNoCreativeCommons: (props: TablerIconsProps) => JSX.Element;
export declare const IconNoDerivatives: (props: TablerIconsProps) => JSX.Element;
export declare const IconNorthStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconNoteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNote: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotebookOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotebook: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotes: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotificationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconNotification: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber0Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber1Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber10Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber11Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber12Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber13Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber14Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber15Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber16Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber17Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber18Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber19Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber2Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber20Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber21Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber22Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber23Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber24Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber25Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber26Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber27Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber28Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber29Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber3Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber4Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber5Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber6Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber7Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber8Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber9Small: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumber: (props: TablerIconsProps) => JSX.Element;
export declare const IconNumbers: (props: TablerIconsProps) => JSX.Element;
export declare const IconNurse: (props: TablerIconsProps) => JSX.Element;
export declare const IconNut: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonPlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagonPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctahedronOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctahedronPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconOctahedron: (props: TablerIconsProps) => JSX.Element;
export declare const IconOld: (props: TablerIconsProps) => JSX.Element;
export declare const IconOlympicsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconOlympics: (props: TablerIconsProps) => JSX.Element;
export declare const IconOm: (props: TablerIconsProps) => JSX.Element;
export declare const IconOmega: (props: TablerIconsProps) => JSX.Element;
export declare const IconOutbound: (props: TablerIconsProps) => JSX.Element;
export declare const IconOutlet: (props: TablerIconsProps) => JSX.Element;
export declare const IconOvalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconOvalVerticalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconOvalVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconOval: (props: TablerIconsProps) => JSX.Element;
export declare const IconOverline: (props: TablerIconsProps) => JSX.Element;
export declare const IconPackageExport: (props: TablerIconsProps) => JSX.Element;
export declare const IconPackageImport: (props: TablerIconsProps) => JSX.Element;
export declare const IconPackageOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPackage: (props: TablerIconsProps) => JSX.Element;
export declare const IconPackages: (props: TablerIconsProps) => JSX.Element;
export declare const IconPacman: (props: TablerIconsProps) => JSX.Element;
export declare const IconPageBreak: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaintFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaintOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaint: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaletteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPalette: (props: TablerIconsProps) => JSX.Element;
export declare const IconPanoramaHorizontalOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPanoramaHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconPanoramaVerticalOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPanoramaVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaperBagOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaperBag: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaperclip: (props: TablerIconsProps) => JSX.Element;
export declare const IconParachuteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconParachute: (props: TablerIconsProps) => JSX.Element;
export declare const IconParenthesesOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconParentheses: (props: TablerIconsProps) => JSX.Element;
export declare const IconParkingCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconParkingOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconParking: (props: TablerIconsProps) => JSX.Element;
export declare const IconPasswordFingerprint: (props: TablerIconsProps) => JSX.Element;
export declare const IconPasswordMobilePhone: (props: TablerIconsProps) => JSX.Element;
export declare const IconPasswordUser: (props: TablerIconsProps) => JSX.Element;
export declare const IconPassword: (props: TablerIconsProps) => JSX.Element;
export declare const IconPawFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPawOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaw: (props: TablerIconsProps) => JSX.Element;
export declare const IconPaywall: (props: TablerIconsProps) => JSX.Element;
export declare const IconPdf: (props: TablerIconsProps) => JSX.Element;
export declare const IconPeace: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencilX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPencil: (props: TablerIconsProps) => JSX.Element;
export declare const IconPennant2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPennant2: (props: TablerIconsProps) => JSX.Element;
export declare const IconPennantFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPennantOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPennant: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagonX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconPentagram: (props: TablerIconsProps) => JSX.Element;
export declare const IconPepperOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPepper: (props: TablerIconsProps) => JSX.Element;
export declare const IconPercentage: (props: TablerIconsProps) => JSX.Element;
export declare const IconPerfume: (props: TablerIconsProps) => JSX.Element;
export declare const IconPerspectiveOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPerspective: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneCall: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneCalling: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneIncoming: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneOutgoing: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhonePause: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhonePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoneX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhone: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoAi: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCircleMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCirclePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoPentagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoSensor2: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoSensor3: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoSensor: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoShield: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoVideo: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhotoX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhoto: (props: TablerIconsProps) => JSX.Element;
export declare const IconPhysotherapist: (props: TablerIconsProps) => JSX.Element;
export declare const IconPiano: (props: TablerIconsProps) => JSX.Element;
export declare const IconPick: (props: TablerIconsProps) => JSX.Element;
export declare const IconPictureInPictureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPictureInPictureOn: (props: TablerIconsProps) => JSX.Element;
export declare const IconPictureInPictureTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconPictureInPicture: (props: TablerIconsProps) => JSX.Element;
export declare const IconPigMoney: (props: TablerIconsProps) => JSX.Element;
export declare const IconPigOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPig: (props: TablerIconsProps) => JSX.Element;
export declare const IconPilcrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconPilcrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconPilcrow: (props: TablerIconsProps) => JSX.Element;
export declare const IconPillOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPill: (props: TablerIconsProps) => JSX.Element;
export declare const IconPills: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinEnd: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinInvoke: (props: TablerIconsProps) => JSX.Element;
export declare const IconPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconPingPong: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinnedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinnedOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPinned: (props: TablerIconsProps) => JSX.Element;
export declare const IconPizzaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPizza: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaceholder: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaneArrival: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaneDeparture: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaneInflight: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaneOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaneTilt: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlane: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlanetOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlanet: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlant2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlant2: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlantOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlant: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayBasketball: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayCardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayCard: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayFootball: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayHandball: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayVolleyball: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerEjectFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerEject: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerPauseFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerPlayFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerPlay: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerRecordFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerRecord: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerSkipBackFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerSkipBack: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerSkipForwardFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerSkipForward: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerStopFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerStop: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerTrackNextFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerTrackNext: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerTrackPrevFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlayerTrackPrev: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaylistAdd: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaylistOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaylistX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaylist: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaystationCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaystationSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaystationTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlaystationX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlugConnectedX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlugConnected: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlugOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlugX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlug: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlusEqual: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlusMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPng: (props: TablerIconsProps) => JSX.Element;
export declare const IconPodiumOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPodium: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPoint: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointerX: (props: TablerIconsProps) => JSX.Element;
export declare const IconPointer: (props: TablerIconsProps) => JSX.Element;
export declare const IconPokeballOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPokeball: (props: TablerIconsProps) => JSX.Element;
export declare const IconPokerChip: (props: TablerIconsProps) => JSX.Element;
export declare const IconPolaroidFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPolaroid: (props: TablerIconsProps) => JSX.Element;
export declare const IconPolygonOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPolygon: (props: TablerIconsProps) => JSX.Element;
export declare const IconPoo: (props: TablerIconsProps) => JSX.Element;
export declare const IconPoolOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPool: (props: TablerIconsProps) => JSX.Element;
export declare const IconPower: (props: TablerIconsProps) => JSX.Element;
export declare const IconPray: (props: TablerIconsProps) => JSX.Element;
export declare const IconPremiumRights: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrescription: (props: TablerIconsProps) => JSX.Element;
export declare const IconPresentationAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconPresentationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPresentation: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrinterOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrinter: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrismOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrismPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrism: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrison: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressAlert: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressHelp: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgressX: (props: TablerIconsProps) => JSX.Element;
export declare const IconProgress: (props: TablerIconsProps) => JSX.Element;
export declare const IconPrompt: (props: TablerIconsProps) => JSX.Element;
export declare const IconProng: (props: TablerIconsProps) => JSX.Element;
export declare const IconPropellerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPropeller: (props: TablerIconsProps) => JSX.Element;
export declare const IconProtocol: (props: TablerIconsProps) => JSX.Element;
export declare const IconPumpkinScary: (props: TablerIconsProps) => JSX.Element;
export declare const IconPuzzle2: (props: TablerIconsProps) => JSX.Element;
export declare const IconPuzzleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconPuzzleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPuzzle: (props: TablerIconsProps) => JSX.Element;
export declare const IconPyramidOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconPyramidPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconPyramid: (props: TablerIconsProps) => JSX.Element;
export declare const IconQrcodeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconQrcode: (props: TablerIconsProps) => JSX.Element;
export declare const IconQuestionMark: (props: TablerIconsProps) => JSX.Element;
export declare const IconQuoteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconQuote: (props: TablerIconsProps) => JSX.Element;
export declare const IconQuotes: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadar2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadar: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadioOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadio: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadioactiveFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadioactiveOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadioactive: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadiusBottomLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadiusBottomRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadiusTopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconRadiusTopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconRainbowOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRainbow: (props: TablerIconsProps) => JSX.Element;
export declare const IconRating12Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRating14Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRating16Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRating18Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRating21Plus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRazorElectric: (props: TablerIconsProps) => JSX.Element;
export declare const IconRazor: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceipt2: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptBitcoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptEuro: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptPound: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptRefund: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptRupee: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptTax: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptYen: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceiptYuan: (props: TablerIconsProps) => JSX.Element;
export declare const IconReceipt: (props: TablerIconsProps) => JSX.Element;
export declare const IconRecharging: (props: TablerIconsProps) => JSX.Element;
export declare const IconRecordMailOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRecordMail: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangleRoundedBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangleRoundedTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangleVerticalFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangleVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangularPrismOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangularPrismPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconRectangularPrism: (props: TablerIconsProps) => JSX.Element;
export declare const IconRecycleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRecycle: (props: TablerIconsProps) => JSX.Element;
export declare const IconRefreshAlert: (props: TablerIconsProps) => JSX.Element;
export declare const IconRefreshDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconRefreshOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRefresh: (props: TablerIconsProps) => JSX.Element;
export declare const IconRegexOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRegex: (props: TablerIconsProps) => JSX.Element;
export declare const IconRegistered: (props: TablerIconsProps) => JSX.Element;
export declare const IconRelationManyToMany: (props: TablerIconsProps) => JSX.Element;
export declare const IconRelationOneToMany: (props: TablerIconsProps) => JSX.Element;
export declare const IconRelationOneToOne: (props: TablerIconsProps) => JSX.Element;
export declare const IconReload: (props: TablerIconsProps) => JSX.Element;
export declare const IconReorder: (props: TablerIconsProps) => JSX.Element;
export declare const IconRepeatOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRepeatOnce: (props: TablerIconsProps) => JSX.Element;
export declare const IconRepeat: (props: TablerIconsProps) => JSX.Element;
export declare const IconReplaceFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconReplaceOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconReplace: (props: TablerIconsProps) => JSX.Element;
export declare const IconReportAnalytics: (props: TablerIconsProps) => JSX.Element;
export declare const IconReportMedical: (props: TablerIconsProps) => JSX.Element;
export declare const IconReportMoney: (props: TablerIconsProps) => JSX.Element;
export declare const IconReportOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconReportSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconReport: (props: TablerIconsProps) => JSX.Element;
export declare const IconReservedLine: (props: TablerIconsProps) => JSX.Element;
export declare const IconResize: (props: TablerIconsProps) => JSX.Element;
export declare const IconRestore: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward10: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward15: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward20: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward30: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward40: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward5: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward50: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindBackward60: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward10: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward15: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward20: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward30: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward40: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward5: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward50: (props: TablerIconsProps) => JSX.Element;
export declare const IconRewindForward60: (props: TablerIconsProps) => JSX.Element;
export declare const IconRibbonHealth: (props: TablerIconsProps) => JSX.Element;
export declare const IconRings: (props: TablerIconsProps) => JSX.Element;
export declare const IconRippleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRipple: (props: TablerIconsProps) => JSX.Element;
export declare const IconRoadOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRoadSign: (props: TablerIconsProps) => JSX.Element;
export declare const IconRoad: (props: TablerIconsProps) => JSX.Element;
export declare const IconRobotFace: (props: TablerIconsProps) => JSX.Element;
export declare const IconRobotOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRobot: (props: TablerIconsProps) => JSX.Element;
export declare const IconRocketOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRocket: (props: TablerIconsProps) => JSX.Element;
export declare const IconRollerSkating: (props: TablerIconsProps) => JSX.Element;
export declare const IconRollercoasterOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRollercoaster: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosetteNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconRosette: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotate2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotate360: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotateClockwise2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotateClockwise: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotateDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotateRectangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconRotate: (props: TablerIconsProps) => JSX.Element;
export declare const IconRoute2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteAltLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteAltRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteSquare2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteX2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouteX: (props: TablerIconsProps) => JSX.Element;
export declare const IconRoute: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouterOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRouter: (props: TablerIconsProps) => JSX.Element;
export declare const IconRowInsertBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconRowInsertTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconRowRemove: (props: TablerIconsProps) => JSX.Element;
export declare const IconRss: (props: TablerIconsProps) => JSX.Element;
export declare const IconRubberStampOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRubberStamp: (props: TablerIconsProps) => JSX.Element;
export declare const IconRuler2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconRuler2: (props: TablerIconsProps) => JSX.Element;
export declare const IconRuler3: (props: TablerIconsProps) => JSX.Element;
export declare const IconRulerMeasure: (props: TablerIconsProps) => JSX.Element;
export declare const IconRulerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconRuler: (props: TablerIconsProps) => JSX.Element;
export declare const IconRun: (props: TablerIconsProps) => JSX.Element;
export declare const IconRvTruck: (props: TablerIconsProps) => JSX.Element;
export declare const IconSTurnDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSTurnLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSTurnRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSTurnUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSailboat2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSailboatOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSailboat: (props: TablerIconsProps) => JSX.Element;
export declare const IconSalad: (props: TablerIconsProps) => JSX.Element;
export declare const IconSalt: (props: TablerIconsProps) => JSX.Element;
export declare const IconSandbox: (props: TablerIconsProps) => JSX.Element;
export declare const IconSatelliteOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSatellite: (props: TablerIconsProps) => JSX.Element;
export declare const IconSausage: (props: TablerIconsProps) => JSX.Element;
export declare const IconScaleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScaleOutlineOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScaleOutline: (props: TablerIconsProps) => JSX.Element;
export declare const IconScale: (props: TablerIconsProps) => JSX.Element;
export declare const IconScanEye: (props: TablerIconsProps) => JSX.Element;
export declare const IconScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconSchemaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSchema: (props: TablerIconsProps) => JSX.Element;
export declare const IconSchoolBell: (props: TablerIconsProps) => JSX.Element;
export declare const IconSchoolOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSchool: (props: TablerIconsProps) => JSX.Element;
export declare const IconScissorsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScissors: (props: TablerIconsProps) => JSX.Element;
export declare const IconScooterElectric: (props: TablerIconsProps) => JSX.Element;
export declare const IconScooter: (props: TablerIconsProps) => JSX.Element;
export declare const IconScoreboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconScreenShareOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScreenShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconScreenshot: (props: TablerIconsProps) => JSX.Element;
export declare const IconScribbleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScribble: (props: TablerIconsProps) => JSX.Element;
export declare const IconScriptMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconScriptPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconScriptX: (props: TablerIconsProps) => JSX.Element;
export declare const IconScript: (props: TablerIconsProps) => JSX.Element;
export declare const IconScubaDiving: (props: TablerIconsProps) => JSX.Element;
export declare const IconScubaMaskOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconScubaMask: (props: TablerIconsProps) => JSX.Element;
export declare const IconSdk: (props: TablerIconsProps) => JSX.Element;
export declare const IconSearchOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconSectionSign: (props: TablerIconsProps) => JSX.Element;
export declare const IconSection: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeedingOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeeding: (props: TablerIconsProps) => JSX.Element;
export declare const IconSelectAll: (props: TablerIconsProps) => JSX.Element;
export declare const IconSelect: (props: TablerIconsProps) => JSX.Element;
export declare const IconSelector: (props: TablerIconsProps) => JSX.Element;
export declare const IconSend2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSendOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSend: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeo: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeparatorHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeparatorVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconSeparator: (props: TablerIconsProps) => JSX.Element;
export declare const IconServer2: (props: TablerIconsProps) => JSX.Element;
export declare const IconServerBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconServerCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconServerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconServer: (props: TablerIconsProps) => JSX.Element;
export declare const IconServicemark: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettings2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsAutomation: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettingsX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSettings: (props: TablerIconsProps) => JSX.Element;
export declare const IconShadowOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShadow: (props: TablerIconsProps) => JSX.Element;
export declare const IconShape2: (props: TablerIconsProps) => JSX.Element;
export declare const IconShape3: (props: TablerIconsProps) => JSX.Element;
export declare const IconShapeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShape: (props: TablerIconsProps) => JSX.Element;
export declare const IconShare2: (props: TablerIconsProps) => JSX.Element;
export declare const IconShare3: (props: TablerIconsProps) => JSX.Element;
export declare const IconShareOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconShiJumping: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCheckeredFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCheckered: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldChevron: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldHalfFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldLockFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldLock: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconShieldX: (props: TablerIconsProps) => JSX.Element;
export declare const IconShield: (props: TablerIconsProps) => JSX.Element;
export declare const IconShipOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShip: (props: TablerIconsProps) => JSX.Element;
export declare const IconShirtFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShirtOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShirtSport: (props: TablerIconsProps) => JSX.Element;
export declare const IconShirt: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoe: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBagX: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingBag: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartCopy: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartDiscount: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCartX: (props: TablerIconsProps) => JSX.Element;
export declare const IconShoppingCart: (props: TablerIconsProps) => JSX.Element;
export declare const IconShovelPitchforks: (props: TablerIconsProps) => JSX.Element;
export declare const IconShovel: (props: TablerIconsProps) => JSX.Element;
export declare const IconShredder: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal2g: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal3g: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal4gPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal4g: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal5g: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignal6g: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignalE: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignalG: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignalHPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignalH: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignalLte: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignatureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSignature: (props: TablerIconsProps) => JSX.Element;
export declare const IconSitemapOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSitemap: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkateboardOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkateboard: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkateboarding: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkewX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkewY: (props: TablerIconsProps) => JSX.Element;
export declare const IconSkull: (props: TablerIconsProps) => JSX.Element;
export declare const IconSlash: (props: TablerIconsProps) => JSX.Element;
export declare const IconSlashes: (props: TablerIconsProps) => JSX.Element;
export declare const IconSleigh: (props: TablerIconsProps) => JSX.Element;
export declare const IconSlice: (props: TablerIconsProps) => JSX.Element;
export declare const IconSlideshow: (props: TablerIconsProps) => JSX.Element;
export declare const IconSmartHomeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSmartHome: (props: TablerIconsProps) => JSX.Element;
export declare const IconSmokingNo: (props: TablerIconsProps) => JSX.Element;
export declare const IconSmoking: (props: TablerIconsProps) => JSX.Element;
export declare const IconSnowboarding: (props: TablerIconsProps) => JSX.Element;
export declare const IconSnowflakeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSnowflake: (props: TablerIconsProps) => JSX.Element;
export declare const IconSnowman: (props: TablerIconsProps) => JSX.Element;
export declare const IconSoccerField: (props: TablerIconsProps) => JSX.Element;
export declare const IconSocialOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSocial: (props: TablerIconsProps) => JSX.Element;
export declare const IconSock: (props: TablerIconsProps) => JSX.Element;
export declare const IconSofaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSofa: (props: TablerIconsProps) => JSX.Element;
export declare const IconSolarElectricity: (props: TablerIconsProps) => JSX.Element;
export declare const IconSolarPanel2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSolarPanel: (props: TablerIconsProps) => JSX.Element;
export declare const IconSort09: (props: TablerIconsProps) => JSX.Element;
export declare const IconSort90: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscending2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscendingLetters: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscendingNumbers: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscendingShapes: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscendingSmallBig: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortAscending: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDeacendingSmallBig: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDescending2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDescendingLetters: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDescendingNumbers: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDescendingShapes: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortDescending: (props: TablerIconsProps) => JSX.Element;
export declare const IconSortZA: (props: TablerIconsProps) => JSX.Element;
export declare const IconSos: (props: TablerIconsProps) => JSX.Element;
export declare const IconSoupOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSoup: (props: TablerIconsProps) => JSX.Element;
export declare const IconSourceCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpaceOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpace: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpacingHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpacingVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpadeFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpade: (props: TablerIconsProps) => JSX.Element;
export declare const IconSparkles: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpeakerphone: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpeedboat: (props: TablerIconsProps) => JSX.Element;
export declare const IconSphereOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpherePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSphere: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpider: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpiralOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpiral: (props: TablerIconsProps) => JSX.Element;
export declare const IconSportBillard: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpray: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSpy: (props: TablerIconsProps) => JSX.Element;
export declare const IconSql: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare0Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare7Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare8Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare9Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareArrowUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareAsteriskFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareAsterisk: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareChevronsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareDotFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareDot: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF0Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF0: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF1: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF3: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF4: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF5: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF6: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF7Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF7: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF8Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF8: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF9Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareF9: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareForbid2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareForbid: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareKey: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterA: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterB: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterC: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterD: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterE: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterF: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterG: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterH: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterI: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterJ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterK: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterL: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterM: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterN: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterO: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterP: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterQ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterR: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterS: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterT: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterU: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterV: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterW: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterY: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareLetterZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareMinusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquarePercentage: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquarePlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquarePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoot2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoot: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRotatedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRotatedForbid2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRotatedForbid: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRotatedOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRotated: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedArrowUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsLeftFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsRightFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedChevronsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterA: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterB: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterC: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterD: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterE: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterF: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterG: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterH: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterI: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterJ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterK: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterL: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterM: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterN: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterO: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterP: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterQ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterR: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterS: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterT: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterU: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterV: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterW: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterY: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedLetterZ: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedMinusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber0Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber0: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber1Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber1: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber2Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber3Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber3: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber4Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber4: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber5Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber5: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber6Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber6: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber7Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber7: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber8Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber8: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber9Filled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedNumber9: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedPercentage: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedPlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedPlusFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRoundedX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareToggleHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareToggle: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquareX: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquaresDiagonal: (props: TablerIconsProps) => JSX.Element;
export declare const IconSquaresFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconStack2: (props: TablerIconsProps) => JSX.Element;
export declare const IconStack3: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackBack: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackBackward: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackForward: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackFront: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackMiddle: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackPop: (props: TablerIconsProps) => JSX.Element;
export declare const IconStackPush: (props: TablerIconsProps) => JSX.Element;
export declare const IconStack: (props: TablerIconsProps) => JSX.Element;
export declare const IconStairsDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconStairsUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconStairs: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarHalfFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarHalf: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconStarsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconStars: (props: TablerIconsProps) => JSX.Element;
export declare const IconStatusChange: (props: TablerIconsProps) => JSX.Element;
export declare const IconSteam: (props: TablerIconsProps) => JSX.Element;
export declare const IconSteeringWheelOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSteeringWheel: (props: TablerIconsProps) => JSX.Element;
export declare const IconStepInto: (props: TablerIconsProps) => JSX.Element;
export declare const IconStepOut: (props: TablerIconsProps) => JSX.Element;
export declare const IconStereoGlasses: (props: TablerIconsProps) => JSX.Element;
export declare const IconStethoscopeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconStethoscope: (props: TablerIconsProps) => JSX.Element;
export declare const IconSticker2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSticker: (props: TablerIconsProps) => JSX.Element;
export declare const IconStormOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconStorm: (props: TablerIconsProps) => JSX.Element;
export declare const IconStretching2: (props: TablerIconsProps) => JSX.Element;
export declare const IconStretching: (props: TablerIconsProps) => JSX.Element;
export declare const IconStrikethrough: (props: TablerIconsProps) => JSX.Element;
export declare const IconSubmarine: (props: TablerIconsProps) => JSX.Element;
export declare const IconSubscript: (props: TablerIconsProps) => JSX.Element;
export declare const IconSubtask: (props: TablerIconsProps) => JSX.Element;
export declare const IconSumOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSum: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunElectricity: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunHigh: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunLow: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunMoon: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunWind: (props: TablerIconsProps) => JSX.Element;
export declare const IconSun: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunglasses: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunrise: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunset2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSunset: (props: TablerIconsProps) => JSX.Element;
export declare const IconSuperscript: (props: TablerIconsProps) => JSX.Element;
export declare const IconSvg: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwimming: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwipeDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwipeLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwipeRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwipeUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwipe: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwitch2: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwitch3: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwitchHorizontal: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwitchVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwitch: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwordOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconSword: (props: TablerIconsProps) => JSX.Element;
export declare const IconSwords: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableAlias: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableColumn: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableExport: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableImport: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableOptions: (props: TablerIconsProps) => JSX.Element;
export declare const IconTablePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableRow: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconTableShortcut: (props: TablerIconsProps) => JSX.Element;
export declare const IconTable: (props: TablerIconsProps) => JSX.Element;
export declare const IconTagOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTagStarred: (props: TablerIconsProps) => JSX.Element;
export declare const IconTag: (props: TablerIconsProps) => JSX.Element;
export declare const IconTagsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTags: (props: TablerIconsProps) => JSX.Element;
export declare const IconTallymark1: (props: TablerIconsProps) => JSX.Element;
export declare const IconTallymark2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTallymark3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTallymark4: (props: TablerIconsProps) => JSX.Element;
export declare const IconTallymarks: (props: TablerIconsProps) => JSX.Element;
export declare const IconTank: (props: TablerIconsProps) => JSX.Element;
export declare const IconTargetArrow: (props: TablerIconsProps) => JSX.Element;
export declare const IconTargetOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTarget: (props: TablerIconsProps) => JSX.Element;
export declare const IconTeapot: (props: TablerIconsProps) => JSX.Element;
export declare const IconTelescopeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTelescope: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureCelsius: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureFahrenheit: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperaturePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureSnow: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperatureSun: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemperature: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemplateOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTemplate: (props: TablerIconsProps) => JSX.Element;
export declare const IconTentOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTent: (props: TablerIconsProps) => JSX.Element;
export declare const IconTerminal2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTerminal: (props: TablerIconsProps) => JSX.Element;
export declare const IconTestPipe2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTestPipeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTestPipe: (props: TablerIconsProps) => JSX.Element;
export declare const IconTex: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextCaption: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextColor: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextDecrease: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextDirectionLtr: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextDirectionRtl: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextGrammar: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextIncrease: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextOrientation: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextRecognition: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextResize: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextScan2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextSize: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextSpellcheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextWrapDisabled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTextWrap: (props: TablerIconsProps) => JSX.Element;
export declare const IconTexture: (props: TablerIconsProps) => JSX.Element;
export declare const IconTheater: (props: TablerIconsProps) => JSX.Element;
export declare const IconThermometer: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbDownFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbDownOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbUpFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbUpOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconThumbUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconTicTac: (props: TablerIconsProps) => JSX.Element;
export declare const IconTicketOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTicket: (props: TablerIconsProps) => JSX.Element;
export declare const IconTie: (props: TablerIconsProps) => JSX.Element;
export declare const IconTilde: (props: TablerIconsProps) => JSX.Element;
export declare const IconTiltShiftOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTiltShift: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration0: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration10: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration15: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration30: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration45: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration5: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration60: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDuration90: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeDurationOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventText: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEventX: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimelineEvent: (props: TablerIconsProps) => JSX.Element;
export declare const IconTimeline: (props: TablerIconsProps) => JSX.Element;
export declare const IconTir: (props: TablerIconsProps) => JSX.Element;
export declare const IconToggleLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconToggleRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconToiletPaperOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconToiletPaper: (props: TablerIconsProps) => JSX.Element;
export declare const IconToml: (props: TablerIconsProps) => JSX.Element;
export declare const IconTool: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsKitchen2Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsKitchen2: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsKitchen3: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsKitchenOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsKitchen: (props: TablerIconsProps) => JSX.Element;
export declare const IconToolsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTools: (props: TablerIconsProps) => JSX.Element;
export declare const IconTooltip: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyBus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyComplex: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyFullHierarchy: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyFull: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyRing2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyRing3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyRing: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStar2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStar3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStarRing2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStarRing3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStarRing: (props: TablerIconsProps) => JSX.Element;
export declare const IconTopologyStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconTorii: (props: TablerIconsProps) => JSX.Element;
export declare const IconTornado: (props: TablerIconsProps) => JSX.Element;
export declare const IconTournament: (props: TablerIconsProps) => JSX.Element;
export declare const IconTowerOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTower: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrack: (props: TablerIconsProps) => JSX.Element;
export declare const IconTractor: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrademark: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrafficConeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrafficCone: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrafficLightsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrafficLights: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrain: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionBitcoin: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionEuro: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionPound: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionRupee: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionYen: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransactionYuan: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransferIn: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransferOut: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransferVertical: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransfer: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformPointBottomLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformPointBottomRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformPointTopLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformPointTopRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransformPoint: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransform: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransitionBottom: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransitionLeft: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransitionRight: (props: TablerIconsProps) => JSX.Element;
export declare const IconTransitionTop: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrashFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrashOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrashXFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrashX: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrash: (props: TablerIconsProps) => JSX.Element;
export declare const IconTreadmill: (props: TablerIconsProps) => JSX.Element;
export declare const IconTree: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrees: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrekking: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingDown2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingDown3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingUp2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingUp3: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrendingUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleInvertedFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleInverted: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleMinus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrianglePlus2: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrianglePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleSquareCircleFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangleSquareCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconTriangles: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrident: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrolley: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrophyFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrophyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrophy: (props: TablerIconsProps) => JSX.Element;
export declare const IconTrowel: (props: TablerIconsProps) => JSX.Element;
export declare const IconTruckDelivery: (props: TablerIconsProps) => JSX.Element;
export declare const IconTruckLoading: (props: TablerIconsProps) => JSX.Element;
export declare const IconTruckOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTruckReturn: (props: TablerIconsProps) => JSX.Element;
export declare const IconTruck: (props: TablerIconsProps) => JSX.Element;
export declare const IconTxt: (props: TablerIconsProps) => JSX.Element;
export declare const IconTypographyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconTypography: (props: TablerIconsProps) => JSX.Element;
export declare const IconUfoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconUfo: (props: TablerIconsProps) => JSX.Element;
export declare const IconUmbrellaFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconUmbrellaOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconUmbrella: (props: TablerIconsProps) => JSX.Element;
export declare const IconUnderline: (props: TablerIconsProps) => JSX.Element;
export declare const IconUniverse: (props: TablerIconsProps) => JSX.Element;
export declare const IconUnlink: (props: TablerIconsProps) => JSX.Element;
export declare const IconUpload: (props: TablerIconsProps) => JSX.Element;
export declare const IconUrgent: (props: TablerIconsProps) => JSX.Element;
export declare const IconUsb: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserEdit: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserHexagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserPentagon: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserShield: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserSquareRounded: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconUserX: (props: TablerIconsProps) => JSX.Element;
export declare const IconUser: (props: TablerIconsProps) => JSX.Element;
export declare const IconUsersGroup: (props: TablerIconsProps) => JSX.Element;
export declare const IconUsersMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconUsersPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconUsers: (props: TablerIconsProps) => JSX.Element;
export declare const IconUvIndex: (props: TablerIconsProps) => JSX.Element;
export declare const IconUxCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconVaccineBottleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVaccineBottle: (props: TablerIconsProps) => JSX.Element;
export declare const IconVaccineOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVaccine: (props: TablerIconsProps) => JSX.Element;
export declare const IconVacuumCleaner: (props: TablerIconsProps) => JSX.Element;
export declare const IconVariableMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVariableOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVariablePlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVariable: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorBezier2: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorBezierArc: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorBezierCircle: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorBezier: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorSpline: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorTriangleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVectorTriangle: (props: TablerIconsProps) => JSX.Element;
export declare const IconVector: (props: TablerIconsProps) => JSX.Element;
export declare const IconVenus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVersionsFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconVersionsOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVersions: (props: TablerIconsProps) => JSX.Element;
export declare const IconVideoMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVideoOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVideoPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVideo: (props: TablerIconsProps) => JSX.Element;
export declare const IconView360Off: (props: TablerIconsProps) => JSX.Element;
export declare const IconView360: (props: TablerIconsProps) => JSX.Element;
export declare const IconViewfinderOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconViewfinder: (props: TablerIconsProps) => JSX.Element;
export declare const IconViewportNarrow: (props: TablerIconsProps) => JSX.Element;
export declare const IconViewportWide: (props: TablerIconsProps) => JSX.Element;
export declare const IconVinyl: (props: TablerIconsProps) => JSX.Element;
export declare const IconVipOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVip: (props: TablerIconsProps) => JSX.Element;
export declare const IconVirusOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVirusSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconVirus: (props: TablerIconsProps) => JSX.Element;
export declare const IconVocabularyOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVocabulary: (props: TablerIconsProps) => JSX.Element;
export declare const IconVolcano: (props: TablerIconsProps) => JSX.Element;
export declare const IconVolume2: (props: TablerIconsProps) => JSX.Element;
export declare const IconVolume3: (props: TablerIconsProps) => JSX.Element;
export declare const IconVolumeOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconVolume: (props: TablerIconsProps) => JSX.Element;
export declare const IconVs: (props: TablerIconsProps) => JSX.Element;
export declare const IconWalk: (props: TablerIconsProps) => JSX.Element;
export declare const IconWallOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWall: (props: TablerIconsProps) => JSX.Element;
export declare const IconWalletOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWallet: (props: TablerIconsProps) => JSX.Element;
export declare const IconWallpaperOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWallpaper: (props: TablerIconsProps) => JSX.Element;
export declare const IconWandOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWand: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDry1: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDry2: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDry3: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryA: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryDip: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryF: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryFlat: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryHang: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryP: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryShade: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryW: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDry: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDrycleanOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashDryclean: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashEco: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashGentle: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashHand: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashMachine: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashPress: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature1: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature2: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature3: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature4: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature5: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTemperature6: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTumbleDry: (props: TablerIconsProps) => JSX.Element;
export declare const IconWashTumbleOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWash: (props: TablerIconsProps) => JSX.Element;
export declare const IconWaterpolo: (props: TablerIconsProps) => JSX.Element;
export declare const IconWaveSawTool: (props: TablerIconsProps) => JSX.Element;
export declare const IconWaveSine: (props: TablerIconsProps) => JSX.Element;
export declare const IconWaveSquare: (props: TablerIconsProps) => JSX.Element;
export declare const IconWavesElectricity: (props: TablerIconsProps) => JSX.Element;
export declare const IconWebhookOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWebhook: (props: TablerIconsProps) => JSX.Element;
export declare const IconWeight: (props: TablerIconsProps) => JSX.Element;
export declare const IconWheel: (props: TablerIconsProps) => JSX.Element;
export declare const IconWheelchairOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWheelchair: (props: TablerIconsProps) => JSX.Element;
export declare const IconWhirl: (props: TablerIconsProps) => JSX.Element;
export declare const IconWifi0: (props: TablerIconsProps) => JSX.Element;
export declare const IconWifi1: (props: TablerIconsProps) => JSX.Element;
export declare const IconWifi2: (props: TablerIconsProps) => JSX.Element;
export declare const IconWifiOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWifi: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindElectricity: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWind: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindmillFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindmillOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindmill: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindowMaximize: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindowMinimize: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindowOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindow: (props: TablerIconsProps) => JSX.Element;
export declare const IconWindsock: (props: TablerIconsProps) => JSX.Element;
export declare const IconWiperWash: (props: TablerIconsProps) => JSX.Element;
export declare const IconWiper: (props: TablerIconsProps) => JSX.Element;
export declare const IconWoman: (props: TablerIconsProps) => JSX.Element;
export declare const IconWood: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldBolt: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldCog: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldDollar: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldDown: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldDownload: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldHeart: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldLatitude: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldLongitude: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldMinus: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldPause: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldPin: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldPlus: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldSearch: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldShare: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldStar: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldUp: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldUpload: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldWww: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorldX: (props: TablerIconsProps) => JSX.Element;
export declare const IconWorld: (props: TablerIconsProps) => JSX.Element;
export declare const IconWreckingBall: (props: TablerIconsProps) => JSX.Element;
export declare const IconWritingOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWritingSignOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconWritingSign: (props: TablerIconsProps) => JSX.Element;
export declare const IconWriting: (props: TablerIconsProps) => JSX.Element;
export declare const IconX: (props: TablerIconsProps) => JSX.Element;
export declare const IconXboxA: (props: TablerIconsProps) => JSX.Element;
export declare const IconXboxB: (props: TablerIconsProps) => JSX.Element;
export declare const IconXboxX: (props: TablerIconsProps) => JSX.Element;
export declare const IconXboxY: (props: TablerIconsProps) => JSX.Element;
export declare const IconXd: (props: TablerIconsProps) => JSX.Element;
export declare const IconXxx: (props: TablerIconsProps) => JSX.Element;
export declare const IconYinYangFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconYinYang: (props: TablerIconsProps) => JSX.Element;
export declare const IconYoga: (props: TablerIconsProps) => JSX.Element;
export declare const IconZeppelinOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconZeppelin: (props: TablerIconsProps) => JSX.Element;
export declare const IconZip: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacAquarius: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacAries: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacCancer: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacCapricorn: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacGemini: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacLeo: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacLibra: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacPisces: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacSagittarius: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacScorpio: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacTaurus: (props: TablerIconsProps) => JSX.Element;
export declare const IconZodiacVirgo: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomCancel: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomCheckFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomCheck: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomCode: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomExclamation: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomInAreaFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomInArea: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomInFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomIn: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomMoney: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomOutArea: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomOutFilled: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomOut: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomPan: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomQuestion: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomReplace: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomReset: (props: TablerIconsProps) => JSX.Element;
export declare const IconZoomScan: (props: TablerIconsProps) => JSX.Element;
export declare const IconZzzOff: (props: TablerIconsProps) => JSX.Element;
export declare const IconZzz: (props: TablerIconsProps) => JSX.Element;