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