type Props = { className?: string; }; function BookIcon({ className }: Props) { return ( ); } export { BookIcon };