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