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