react-activity-feed
Version:
React components to create activity and notification feeds
18 lines • 899 B
TypeScript
import { SVGProps } from 'react';
declare type IconProps = SVGProps<SVGSVGElement>;
export declare enum Color {
Active = "#0ba8e0",
Inactive = "#7a8287"
}
export declare const ThumbsUpIcon: (props: IconProps) => JSX.Element;
export declare const RepostIcon: (props: IconProps) => JSX.Element;
export declare const CommentIcon: (props: IconProps) => JSX.Element;
export declare const AvatarIcon: (props: IconProps) => JSX.Element;
export declare const CloseIcon: (props: IconProps) => JSX.Element;
export declare const EmojiIcon: (props: IconProps) => JSX.Element;
export declare const BellIcon: (props: IconProps) => JSX.Element;
export declare const BookmarkIcon: (props: IconProps) => JSX.Element;
export declare const PlayCircleIcon: (props: IconProps) => JSX.Element;
export declare const PauseCircleIcon: (props: IconProps) => JSX.Element;
export {};
//# sourceMappingURL=Icons.d.ts.map