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