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