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