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