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