import * as React from 'react'; export interface Book-3932Props extends React.SVGProps { ariaLabel?: string } export default function Book-3932({ ariaLabel, ...props }: Book-3932Props) { return ( ); }