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