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