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