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