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