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