@gulibs/vgrove-ui
Version:
VGrove UI component library built with HeroUI and React
23 lines • 1.65 kB
TypeScript
import type { IconSvgProps, SvgContainerProps } from "./types";
import * as React from "react";
export declare const LogoIcon: React.FC<IconSvgProps>;
export declare const DiscordIcon: React.FC<IconSvgProps>;
export declare const TwitterIcon: React.FC<IconSvgProps>;
export declare const GithubIcon: React.FC<IconSvgProps>;
export declare const MoonFilledIcon: ({ size, width, height, ...props }: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const SunFilledIcon: ({ size, width, height, ...props }: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const HeartFilledIcon: ({ size, width, height, ...props }: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const SearchIcon: (props: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const NextUILogo: React.FC<IconSvgProps>;
export declare const SelectArrow: React.FC<IconSvgProps>;
export declare const PlanModel: React.FC<IconSvgProps>;
export declare const Version: React.FC<IconSvgProps>;
export declare const UpdateDate: React.FC<IconSvgProps>;
export declare const Analytics: React.FC<IconSvgProps>;
export declare const Example: React.FC<IconSvgProps>;
export declare const DatabaseIcon: React.FC<IconSvgProps>;
export declare const PlusIcon: React.FC<IconSvgProps>;
export declare const VerticalDotsIcon: ({ size, ...props }: IconSvgProps) => import("react/jsx-runtime").JSX.Element;
export declare const SvgWrapper: React.FC<SvgContainerProps>;
export declare const IconFont: React.FC<import("@ant-design/icons/lib/components/IconFont").IconFontProps<string>>;
//# sourceMappingURL=icons.d.ts.map