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