@tabler/icons-react
Version:
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
352 lines (308 loc) • 7.42 MB
TypeScript
import * as react from 'react';
import { ReactSVG, FunctionComponent, ForwardRefExoticComponent, RefAttributes } from 'react';
export { ReactNode } from 'react';
type IconNode = [elementName: keyof ReactSVG, attrs: Record<string, string>][];
interface IconProps extends Partial<Omit<React.ComponentPropsWithoutRef<'svg'>, 'stroke'>> {
size?: string | number;
stroke?: string | number;
title?: string;
}
type Icon = FunctionComponent<IconProps>;
type TablerIcon = ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
/**
* IconAB2
* @preview  - https://tabler.io/icons/icon/a-b-2
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAB2: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconABOff
* @preview  - https://tabler.io/icons/icon/a-b-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconABOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAB
* @preview  - https://tabler.io/icons/icon/a-b
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAB: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAbacusOff
* @preview  - https://tabler.io/icons/icon/abacus-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAbacusOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAbacus
* @preview  - https://tabler.io/icons/icon/abacus
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAbacus: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAbc
* @preview  - https://tabler.io/icons/icon/abc
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAbc: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAccessPointOff
* @preview  - https://tabler.io/icons/icon/access-point-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAccessPointOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAccessPoint
* @preview  - https://tabler.io/icons/icon/access-point
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAccessPoint: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAccessibleOff
* @preview  - https://tabler.io/icons/icon/accessible-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAccessibleOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAccessible
* @preview  - https://tabler.io/icons/icon/accessible
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAccessible: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconActivityHeartbeat
* @preview  - https://tabler.io/icons/icon/activity-heartbeat
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconActivityHeartbeat: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconActivity
* @preview  - https://tabler.io/icons/icon/activity
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconActivity: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAd2
* @preview  - https://tabler.io/icons/icon/ad-2
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAd2: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdCircleOff
* @preview  - https://tabler.io/icons/icon/ad-circle-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdCircleOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdCircle
* @preview  - https://tabler.io/icons/icon/ad-circle
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdCircle: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdOff
* @preview  - https://tabler.io/icons/icon/ad-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAd
* @preview  - https://tabler.io/icons/icon/ad
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAd: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAddressBookOff
* @preview  - https://tabler.io/icons/icon/address-book-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAddressBookOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAddressBook
* @preview  - https://tabler.io/icons/icon/address-book
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAddressBook: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsAlt
* @preview  - https://tabler.io/icons/icon/adjustments-alt
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsAlt: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsBolt
* @preview  - https://tabler.io/icons/icon/adjustments-bolt
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsBolt: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsCancel
* @preview  - https://tabler.io/icons/icon/adjustments-cancel
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsCancel: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsCheck
* @preview  - https://tabler.io/icons/icon/adjustments-check
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsCheck: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsCode
* @preview  - https://tabler.io/icons/icon/adjustments-code
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsCode: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsCog
* @preview  - https://tabler.io/icons/icon/adjustments-cog
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsCog: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsDollar
* @preview  - https://tabler.io/icons/icon/adjustments-dollar
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsDollar: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsDown
* @preview  - https://tabler.io/icons/icon/adjustments-down
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsDown: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsExclamation
* @preview  - https://tabler.io/icons/icon/adjustments-exclamation
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsExclamation: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsHeart
* @preview  - https://tabler.io/icons/icon/adjustments-heart
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsHeart: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsHorizontal
* @preview  - https://tabler.io/icons/icon/adjustments-horizontal
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsHorizontal: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsMinus
* @preview  - https://tabler.io/icons/icon/adjustments-minus
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsMinus: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsOff
* @preview  - https://tabler.io/icons/icon/adjustments-off
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsOff: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsPause
* @preview  - https://tabler.io/icons/icon/adjustments-pause
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsPause: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsPin
* @preview  - https://tabler.io/icons/icon/adjustments-pin
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsPin: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsPlus
* @preview  - https://tabler.io/icons/icon/adjustments-plus
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsPlus: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsQuestion
* @preview  - https://tabler.io/icons/icon/adjustments-question
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsQuestion: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsSearch
* @preview  - https://tabler.io/icons/icon/adjustments-search
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsSearch: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsShare
* @preview  - https://tabler.io/icons/icon/adjustments-share
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsShare: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsSpark
* @preview  - https://tabler.io/icons/icon/adjustments-spark
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsSpark: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsStar
* @preview  - https://tabler.io/icons/icon/adjustments-star
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsStar: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsUp
* @preview  - https://tabler.io/icons/icon/adjustments-up
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsUp: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustmentsX
* @preview  - https://tabler.io/icons/icon/adjustments-x
* @see https://docs.tabler.io/icons/libraries/react - Documentation
*
*/
declare const IconAdjustmentsX: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
/**
* IconAdjustments
* @preview 