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