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