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