@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
33 lines (28 loc) • 2.12 kB
TypeScript
import { type HTMLChakraProps } from "../styled-system";
/**
This file is internal and should not be exported to the consumer.
We only add icons really needed for the component to looks good by default.
We're not in the business of creating icons.
Please find ideas from https://react-icons.github.io/react-icons/
*/
interface SvgProps extends HTMLChakraProps<"svg"> {
}
export declare const CheckIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ChevronUpIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ChevronDownIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ChevronRightIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const EllpsisIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ArrowUpIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ArrowDownIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const CheckCircleIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const WarningIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const InfoIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const QuoteIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const StarIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const ErrorIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const CloseIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const FileIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const CopyIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const PipetteIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const EllipsisIcon: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
export {};