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