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