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