UNPKG

trieve-search-component

Version:

The easiest way to get up and running in your app using trieve search.

21 lines 1.74 kB
import React, { SVGAttributes } from "react"; export declare const LoadingIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const EscKeyIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ArrowDownKey: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ArrowUpIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const EnterKeyIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const SparklesIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const DownloadIcon: () => React.JSX.Element; export declare const ArrowRightIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ArrowLeftIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ShoppingCart: () => React.JSX.Element; export declare const CheckIcon: () => React.JSX.Element; export declare const MicIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const StopSquareIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ChevronUpicon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ChevronDownIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const XIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const PhotoIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const MagnifyingGlassIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; export declare const ArrowRotateRightIcon: (props: SVGAttributes<SVGElement>) => React.JSX.Element; //# sourceMappingURL=icons.d.ts.map