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