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