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