import { Props } from "./Props";
export const NotificationsUnreadSmall = (props: Props) => {
return (
);
};
export const NotificationsReadSmall = (props: Props) => {
return (
);
};
export const ReaderUnread = (props: Props) => {
return (
);
};
export const ReaderRead = (props: Props) => {
return (
);
};