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