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