export function BookIcon(props: React.ComponentPropsWithoutRef<"svg">) {
return (
);
}
export function GitHubIcon(props: React.ComponentPropsWithoutRef<"svg">) {
return (
);
}
export function FeedIcon(props: React.ComponentPropsWithoutRef<"svg">) {
return (
);
}
export function XIcon(props: React.ComponentPropsWithoutRef<"svg">) {
return (
);
}