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