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